/**
 * @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-38cf0f46] {
  color: grey;
}
@media (max-width: 959.98px) {
.c-label[data-v-38cf0f46] {
    font-size: 12px !important;
}
}[data-v-eb83b3f1] .v-size--default {
  min-height: unset !important;
}
.c-button[data-v-eb83b3f1] {
  min-height: unset !important;
}
.button-text[data-v-eb83b3f1] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.outlined-button-text[data-v-eb83b3f1] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
.oulined-button[data-v-eb83b3f1] {
  min-height: unset !important;
  border-radius: 7px;
}
.oulined-button.v-btn--disabled .outlined-button-text[data-v-eb83b3f1] {
  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;
}.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-07497b0d] .field-wrapper {
  width: 100% !important;
}.checbox-dialog-content[data-v-6f9692ae] {
  padding: 12px 24px 24px 24px;
  width: 100%;
  height: 100%;
  background: white;
  position: relative;
}
.checbox-dialog-content__title[data-v-6f9692ae] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.checbox-dialog-content__text[data-v-6f9692ae] {
  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-6f9692ae] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  /* or 143% */
  /* Primary/DarkBlue */
  color: #2969ff;
}
.checkbox-text[data-v-6f9692ae] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.checkbox-wrapper[data-v-6f9692ae] {
  width: 56px !important;
}
.checkbox-wrapper[data-v-6f9692ae] .v-input__slot {
  height: 20px !important;
}
.checkbox-wrapper[data-v-6f9692ae] .v-icon {
  font-size: 20px !important;
}
.checkbox-wrapper[data-v-6f9692ae] .v-input--selection-controls__ripple::before {
  display: none !important;
}
[data-v-6f9692ae] .checkbox-dialog {
  margin: 0px !important;
}
.close-icon[data-v-6f9692ae] {
  top: 12px;
  right: 16px;
  position: absolute;
}
.disable-block[data-v-6f9692ae] {
  background: rgba(255, 255, 255, 0.65);
  position: absolute;
  width: 100%;
  height: 240px;
  top: 62px;
  z-index: 200;
}
.form-content__fields[data-v-6f9692ae] {
  position: relative !important;
}.seller-profile-mobile-dialog-wrapper[data-v-8790a7ae] {
  height: 100%;
  width: 100%;
  background: white;
  position: relative;
}
.close-icon[data-v-8790a7ae] {
  position: absolute;
  top: 14px;
  right: 16px;
  z-index: 204;
}
.dialog-content[data-v-8790a7ae] {
  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-8790a7ae] {
  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-8790a7ae] {
  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-8790a7ae] {
  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-8790a7ae] {
  margin-top: 11px !important;
}
.custom-btn[data-v-8790a7ae] {
  width: 100% !important;
  height: 40px !important;
  background-color: rgb(20, 90, 255) !important;
  border-radius: 5px;
}
.custom-btn[data-v-8790a7ae] .v-btn__content {
  color: white !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.button-wrapper[data-v-8790a7ae] {
  position: fixed;
  bottom: 0px;
  background: white;
  width: 100%;
  padding: 0px 16px;
  z-index: 204;
  padding-bottom: 22px;
}
[data-v-8790a7ae] .theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  border: none !important;
}.fields-wrapper[data-v-a628620d] {
  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-a628620d] {
    row-gap: 16px;
    column-gap: 8px;
}
}.no-filled[data-v-42fe5487] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-42fe5487] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-42fe5487] {
  text-decoration: underline;
}
.avatarWrapper[data-v-42fe5487] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-42fe5487] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-42fe5487] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-42fe5487] {
  font-size: 1.6rem;
}
[data-v-42fe5487] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-42fe5487] {
  padding-bottom: 66px;
}
[data-v-42fe5487] .v-text-field__slot, .v-select__slot[data-v-42fe5487] {
  position: relative !important;
  top: 5px !important;
}
[data-v-42fe5487] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-42fe5487] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-42fe5487] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-42fe5487] .v-select__selections {
  color: #001154 !important;
}
[data-v-42fe5487] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-42fe5487] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-42fe5487] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-42fe5487] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-42fe5487] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-42fe5487] .container {
  max-width: 777px !important;
}
.profile-dialog-title[data-v-42fe5487] {
  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-42fe5487] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.dialog-wrapper[data-v-42fe5487] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  padding: 20px 10px;
}
.dialog-wrapper > div[data-v-42fe5487]:first-child {
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  margin-bottom: 40px;
}
.content-wrapper[data-v-42fe5487] {
  width: 847px;
  position: relative;
}@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: 839.98px) {
    .hidden-sm {
      display: none !important;
    }
  }
  @media (min-width: 840px) and (max-width: 1144.98px) {
    .hidden-md {
      display: none !important;
    }
  }
  @media (min-width: 1145px) and (max-width: 1544.98px) {
    .hidden-lg {
      display: none !important;
    }
  }
  @media (min-width: 1545px) and (max-width: 2137.98px) {
    .hidden-xl {
      display: none !important;
    }
  }
  @media (min-width: 2138px) {
    .hidden-xxl {
      display: none !important;
    }
  }
  @media (min-width: 600px) {
    .hidden-sm-and-up {
      display: none !important;
    }
  }
  @media (min-width: 840px) {
    .hidden-md-and-up {
      display: none !important;
    }
  }
  @media (min-width: 1145px) {
    .hidden-lg-and-up {
      display: none !important;
    }
  }
  @media (min-width: 1545px) {
    .hidden-xl-and-up {
      display: none !important;
    }
  }
  @media (max-width: 839.98px) {
    .hidden-sm-and-down {
      display: none !important;
    }
  }
  @media (max-width: 1144.98px) {
    .hidden-md-and-down {
      display: none !important;
    }
  }
  @media (max-width: 1544.98px) {
    .hidden-lg-and-down {
      display: none !important;
    }
  }
  @media (max-width: 2137.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: 840px) {
    .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: 1145px) {
    .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: 1545px) {
    .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: 2138px) {
    .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: 840px) {
    .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: 1145px) {
    .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: 1545px) {
    .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: 2138px) {
    .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;
    }
  }
}@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: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  @media (min-width: 840px) {
    .v-container {
      max-width: 700px;
    }
  }
  @media (min-width: 1145px) {
    .v-container {
      max-width: 1000px;
    }
  }
  @media (min-width: 1545px) {
    .v-container {
      max-width: 1400px;
    }
  }
  @media (min-width: 2138px) {
    .v-container {
      max-width: 2000px;
    }
  }
  .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: 840px) {
    .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: 1145px) {
    .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: 1545px) {
    .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: 2138px) {
    .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: 839.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: 839.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: 1144.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-398e780f] .v-btn:not(.v-btn--round).v-size--small {
  padding: 0;
  margin-top: -14px;
  font-weight: 600;
}
[data-v-398e780f] .custom-error p {
  line-height: unset !important;
  margin-bottom: 7px !important;
  width: 250px;
}
.linkForgotVisual[data-v-398e780f] {
  text-align: center;
  margin-bottom: 16px;
}
.text-check[data-v-398e780f] {
  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);
}
.v-btn__registration[data-v-398e780f] {
  padding: 0 12.5px !important;
}
.custom-eye-icon[data-v-398e780f] {
  padding-top: 2px;
  margin-right: 10px;
}
.custom__registration[data-v-398e780f] {
  margin-left: -8px;
}
.forgot-text[data-v-398e780f] {
  font-size: 12px;
}
.login-text[data-v-398e780f] {
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.login-btn[data-v-398e780f] {
    height: 40px !important;
}
.forgot-text[data-v-398e780f] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #2969ff;
}
.login-text[data-v-398e780f] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px !important;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}
.text-check[data-v-398e780f] {
    font-weight: 600;
    font-size: 12px;
}
.sign-up-text[data-v-398e780f] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #2969ff;
}
.sign-to-continue[data-v-398e780f] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #001154;
}
.second-input-with-background .v-input[data-v-398e780f] {
    font-size: 14px !important;
}
}.valuation-close[data-v-d0a92dd3] {
  border-radius: 5px;
  padding-top: 16px;
}
.valuation-close__button[data-v-d0a92dd3] {
  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-d0a92dd3] {
  background: #2969ff !important;
}.login-dialog-wrapper[data-v-9e259160] {
  position: relative;
}
[data-v-9e259160] .v-messages__message {
  text-align: right;
  font-size: 10px;
}
[data-v-9e259160] .second-input-with-background .v-input {
  margin-bottom: 12px;
  padding-right: 0;
}
[data-v-9e259160] .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-9e259160] .cardPopUp {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-9e259160] .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-9e259160] .cardPopUp__text.paddings {
  padding: 0 40px 0 !important;
}
[data-v-9e259160] .v-btn {
  margin-bottom: 8px !important;
}
[data-v-9e259160] .v-input__slot {
  padding-top: 4px;
}
[data-v-9e259160] .zentinel-logo {
  height: 42px;
  margin-left: 2px;
}
[data-v-9e259160] .v-size--default {
  min-height: 32px !important;
}
[data-v-9e259160] .v-size--default {
  font-size: 12px !important;
  height: 32px !important;
}
[data-v-9e259160] .v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
}
[data-v-9e259160] .v-btn--has-bg {
  background-color: #2969ff !important;
  color: #ffffff;
  border-radius: 5px;
  margin-bottom: 6px !important;
}
[data-v-9e259160] .v-btn.v-size--small .v-btn__content {
  font-size: 9px;
}
.custom-close-icon[data-v-9e259160] {
  position: absolute;
  top: 4px;
  right: 2px;
}
.cardPopUp__title__text[data-v-9e259160] {
  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-9e259160] {
    height: 100%;
    min-height: 100vh;
}
.mobile-image-dialog[data-v-9e259160] {
    width: 100%;
    height: 172px;
}
.custom-close-icon[data-v-9e259160] {
    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-9e259160] {
    padding: 24px 16px 0;
}
.cardPopUp__title__text[data-v-9e259160] {
    align-self: center;
    margin-top: 8px;
}
.cardPopUp__text.paddings[data-v-9e259160] {
    padding: 0 16px 0 !important;
}
[data-v-9e259160] .cardPopUp__description {
    display: flex !important;
    justify-content: center !important;
    text-align: center !important;
}
[data-v-9e259160] .login-btn {
    height: 40px !important;
}
[data-v-9e259160] .v-dialog {
    background: white;
    max-height: none;
    margin: 0;
}
[data-v-9e259160] .cardPopUp {
    box-shadow: unset !important;
}
.custom-close-icon i[data-v-9e259160] {
    font-size: 18px !important;
}
}
.close-valuation[data-v-9e259160] {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 300;
  width: 36px;
  height: 36px;
}
.close-valuation[data-v-9e259160] .v-btn__content i {
  margin: 0 !important;
}
.dialog-type-wrapper[data-v-9e259160] {
  width: 100%;
  background: #001154;
  height: 42px;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  column-gap: 40px;
}
.dialog-type-wrapper__item[data-v-9e259160] {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  cursor: pointer;
  position: relative;
}
.dialog-type-wrapper__item--active[data-v-9e259160]::before {
  content: "";
  height: 2px;
  display: block;
  background: #dd226f;
  position: absolute;
  width: 100%;
  bottom: 0;
}
[data-v-9e259160] .c-label {
  font-size: 14px !important;
}
@media (max-width: 600px) {
[data-v-9e259160] .c-label {
    font-size: 12px !important;
}
[data-v-9e259160] .v-input__slot {
    font-size: 14px;
}
[data-v-9e259160] input {
    font-size: 14px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-9e259160] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: none;
}
[data-v-9e259160] .v-dialog .login-dialog-wrapper {
    height: 100%;
}
.mobile-image-dialog[data-v-9e259160] {
    width: 100%;
    max-height: 170px;
    object-fit: cover;
}
}.listValidatePassword[data-v-454d2855] {
  color: #001154;
  font-size: 11px;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.list[data-v-454d2855] {
  margin-left: 8px;
  margin-bottom: 14px;
  padding-right: 10px;
}
.list__wrapper[data-v-454d2855] {
  background-color: rgba(41, 105, 255, 0.1);
}
.list__item[data-v-454d2855] {
  margin-bottom: -2px;
  margin-right: -10px;
  font-size: 10px;
  color: rgba(0, 17, 84, 0.7);
}
.validation__description[data-v-454d2855] {
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #001154;
  letter-spacing: 0;
}
.text-check[data-v-454d2855] {
  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-454d2855] {
  padding-top: 2px;
  margin-right: 10px !important;
}
[data-v-454d2855] .list__item i {
  font-size: 12px !important;
}
[data-v-454d2855] .list__item {
  font-size: 12px;
}
[data-v-454d2855] .list__wrapper {
  padding-top: 8px;
  height: 73px;
  display: flex;
  flex-direction: column;
}
[data-v-454d2855] .second-input-with-background .v-input {
  margin-bottom: 8px !important;
}
[data-v-454d2855] .v-btn__content {
  font-size: 16px !important;
}
[data-v-454d2855] .second-input-with-background {
  font-size: 14px !important;
}
.cardPopUp__text .v-btn[data-v-454d2855] {
  margin-bottom: 16px !important;
}.second-input-with-background.email[data-v-d4166196] {
  margin-bottom: 145px;
}
.listValidatePassword[data-v-d4166196] {
  color: #001154;
  font-size: 11px;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.list[data-v-d4166196] {
  margin-left: 8px;
  margin-bottom: 14px;
  padding-right: 10px;
}
.list__wrapper[data-v-d4166196] {
  background-color: rgba(41, 105, 255, 0.1);
}
.list__item[data-v-d4166196] {
  margin-bottom: -2px;
  margin-right: -10px;
  font-size: 10px;
  color: rgba(0, 17, 84, 0.7);
}
.validation__description[data-v-d4166196] {
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #001154;
  letter-spacing: 0;
}
.text-check[data-v-d4166196] {
  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-d4166196] {
  padding-top: 2px;
  margin-right: 10px !important;
}
[data-v-d4166196] .list__item i {
  font-size: 12px !important;
}
[data-v-d4166196] .list__item {
  font-size: 12px;
}
[data-v-d4166196] .list__wrapper {
  padding-top: 8px;
  height: 73px;
  display: flex;
  flex-direction: column;
}
[data-v-d4166196] .v-btn__content {
  font-size: 16px !important;
}
[data-v-d4166196] .second-input-with-background {
  font-size: 14px !important;
}
.cardPopUp__text .v-btn[data-v-d4166196] {
  margin-bottom: 16px !important;
}[data-v-d9a616c5] .v-messages__message {
  text-align: right;
  font-size: 10px;
}
[data-v-d9a616c5] .second-input-with-background .v-input {
  margin-bottom: 14px;
  padding-right: 0;
}
[data-v-d9a616c5] .v-card__title {
  color: #0f2d59;
  justify-content: flex-start;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
[data-v-d9a616c5] .v-card__title.paddings {
  padding: 32px 40px 0 !important;
}
[data-v-d9a616c5] .cardPopUp__description {
  font-size: 14px;
  line-height: 17px;
  text-align: start;
  margin-bottom: 14px;
  letter-spacing: 0;
  margin-top: 10px;
}
[data-v-d9a616c5] .v-input__slot {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 500;
}
[data-v-d9a616c5] .logo-container {
  height: 45px;
}
[data-v-d9a616c5] .zentinel-logo {
  height: 43px !important;
}
[data-v-d9a616c5] .v-size--default {
  min-height: 32px !important;
}
[data-v-d9a616c5] .cardPopUp {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-d9a616c5] .cardPopUp__text.paddings {
  padding: 0 40px 0 !important;
}
[data-v-d9a616c5] .v-size--default {
  font-size: 12px !important;
}
[data-v-d9a616c5] .v-btn.v-size--small .v-btn__content {
  font-size: 9px;
  margin-left: -18px;
}
[data-v-d9a616c5] .v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  max-height: 40px;
}
[data-v-d9a616c5] .v-btn--has-bg {
  background-color: #2969ff !important;
  color: #ffffff;
  border-radius: 5px;
  max-height: 40px;
  font-size: 12px !important;
  margin-bottom: 3px;
  letter-spacing: 0 !important;
}
[data-v-d9a616c5] .v-icon {
  margin-bottom: 1px;
  margin-right: 2px;
}
[data-v-d9a616c5] .v-messages {
  margin-bottom: -1px;
}
.custom-close-icon[data-v-d9a616c5] {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 30;
}
.cardPopUp__title__text[data-v-d9a616c5] {
  color: #001154;
  margin-top: 16px;
  margin-bottom: -1px;
  align-self: self-start;
  text-align: left;
}
.v-icon[data-v-d9a616c5] {
  font-size: 18px !important;
}
@media (max-width: 600px) {
[data-v-d9a616c5] .xl-logo {
    display: none;
}
[data-v-d9a616c5] .v-card__title.paddings {
    padding-top: 24px !important;
}
[data-v-d9a616c5] .cardPopUp__text.paddings {
    padding: 0 16px !important;
}
[data-v-d9a616c5] .cardPopUp__title__text {
    margin: 0 !important;
    font-size: 24px;
    line-height: 32px;
    color: #001154;
}
[data-v-d9a616c5] .title-description {
    font-size: 14px;
    line-height: 18px;
    color: #001154;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 24px;
}
[data-v-d9a616c5] .second-input-with-background .c-label {
    color: rgba(0, 17, 84, 0.8);
}
[data-v-d9a616c5] .second-input-with-background .v-input {
    margin-bottom: 16px;
}
[data-v-d9a616c5] .second-input-with-background.email-repeat {
    margin-bottom: 32px;
}
[data-v-d9a616c5] .second-input-with-background input {
    font-size: 14px;
    color: #001154;
}
[data-v-d9a616c5] .second-input-with-background input::placeholder {
    opacity: 0.45;
    color: #001154;
}
[data-v-d9a616c5] .list__wrapper {
    padding: 8px 16px !important;
    height: 103px;
    margin: 16px 0;
}
[data-v-d9a616c5] .list__wrapper .validation__description {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 20px;
    color: #001154;
    opacity: 0.8;
}
[data-v-d9a616c5] .list__wrapper .listValidatePassword {
    margin: 0 !important;
    height: 70px !important;
}
[data-v-d9a616c5] .list__wrapper .list__item {
    font-size: 12px;
    line-height: 15px;
    color: #001154 !important;
    opacity: 0.8;
    margin-bottom: 8px;
    margin-right: 56px;
}
[data-v-d9a616c5] .submit-btn {
    height: 40px !important;
    border-radius: 7px;
    max-height: none !important;
    margin-bottom: 16px;
}
[data-v-d9a616c5] .submit-btn span {
    font-size: 16px;
    line-height: 26px;
}
[data-v-d9a616c5] .text-check .v-btn {
    padding: 0;
    margin-left: 4px;
}
[data-v-d9a616c5] .text-check,[data-v-d9a616c5] .text-check span {
    font-size: 12px !important;
    line-height: 20px;
    margin: 0;
}
[data-v-d9a616c5] .reg-dialog {
    margin: 0;
    max-height: none;
    height: 100%;
}
}
.close-valuation[data-v-d9a616c5] {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 300;
}
.close-valuation[data-v-d9a616c5] .v-btn__content i {
  margin: 0 !important;
}
.custom-class[data-v-d9a616c5] {
  height: auto;
  min-height: 100%;
}
.dialog-type-wrapper[data-v-d9a616c5] {
  width: 100%;
  background: #001154;
  height: 42px;
  padding-left: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
  column-gap: 40px;
}
.dialog-type-wrapper__item[data-v-d9a616c5] {
  color: white;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  cursor: pointer;
  position: relative;
}
.dialog-type-wrapper__item--active[data-v-d9a616c5]::before {
  content: "";
  height: 2px;
  display: block;
  background: #dd226f;
  position: absolute;
  width: 100%;
  bottom: 0;
}
[data-v-d9a616c5] .c-label {
  font-size: 14px !important;
}
@media (max-width: 600px) {
[data-v-d9a616c5] .c-label {
    font-size: 12px !important;
}
[data-v-d9a616c5] .v-input__slot {
    font-size: 12px;
}
[data-v-d9a616c5] input {
    font-size: 14px;
}
}
[data-v-d9a616c5] .v-dialog {
  overflow-x: hidden !important;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-d9a616c5] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: none;
}
}.approve-dialog-wrapper[data-v-126ef314] {
  padding: 40px 0;
  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-126ef314] {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 0.32px;
  text-align: center;
}
.approve-dialog-wrapper__text[data-v-126ef314] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  width: 500px;
}
.approve-dialog-wrapper__buttons[data-v-126ef314] {
  display: flex;
  column-gap: 40px;
}
.close-icon[data-v-126ef314] {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.approve-transfer-icon[data-v-126ef314] {
  width: 104px;
  height: 104px;
}
@media (max-width: 959.98px) {
.approve-dialog-wrapper__buttons[data-v-126ef314] {
    width: 100%;
    column-gap: 20px;
    padding: 0px 16px;
}
.approve-dialog-wrapper__text[data-v-126ef314] {
    width: 100%;
}
.approve-dialog-wrapper__buttons button[data-v-126ef314] {
    flex: 1;
    flex-basis: 50%;
}
[data-v-126ef314] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: 100%;
}
.approve-dialog-wrapper[data-v-126ef314] {
    height: 100%;
}
}.no-filled[data-v-65a10756] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-65a10756] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-65a10756] {
  text-decoration: underline;
}
.avatarWrapper[data-v-65a10756] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-65a10756] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-65a10756] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-65a10756] {
  font-size: 1.6rem;
}
[data-v-65a10756] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-65a10756] {
  padding-bottom: 66px;
}
[data-v-65a10756] .v-text-field__slot, .v-select__slot[data-v-65a10756] {
  position: relative !important;
  top: 5px !important;
}
[data-v-65a10756] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-65a10756] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-65a10756] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-65a10756] .v-select__selections {
  color: #001154 !important;
}
[data-v-65a10756] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-65a10756] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-65a10756] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-65a10756] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-65a10756] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-65a10756] .container {
  max-width: 777px !important;
}
[data-v-65a10756] .c-label {
  color: #001154 !important;
}
[data-v-65a10756] .v-stepper__wrapper {
  min-height: 330px;
}
[data-v-65a10756] .custom-input-border .v-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-65a10756] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-65a10756] .radiogroup-wrapper {
  padding-top: 8px;
  margin-top: 4px;
}
[data-v-65a10756] .radiogroup-wrapper .v-label {
  color: #001154;
}
[data-v-65a10756] .radiogroup-wrapper--disabled .v-label {
  opacity: 0.5;
}
[data-v-65a10756] .second-step-wrapper {
  padding-top: 12px !important;
}
[data-v-65a10756] .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-65a10756] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-65a10756] .custom-google-input--focus:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-65a10756] .custom-input-error {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-65a10756] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-65a10756] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-65a10756] .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-65a10756] .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-65a10756] .custom-btn {
  border: 1px solid #2969ff !important;
}
[data-v-65a10756] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-65a10756] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-65a10756] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-65a10756] .buttons-wrapper {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-65a10756] .buttons-top {
  padding-top: 15px !important;
  padding: 0 40px;
  margin-bottom: 13px;
}
[data-v-65a10756] .v-radio .v-input--selection-controls__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-65a10756] .field-wrapper .req-icon {
  margin-left: -3px;
}
[data-v-65a10756] .v-radio .v-input--selection-controls__ripple {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-65a10756] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-right: -10px;
}
[data-v-65a10756] .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-65a10756] .v-text-field__slot input {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84) !important;
}
[data-v-65a10756] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: center;
}
[data-v-65a10756] .v-file-input__text--placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  letter-spacing: 0;
}
[data-v-65a10756] .v-input__prepend-outer {
  align-self: center;
}
[data-v-65a10756] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-65a10756] .v-dialog {
  overflow: hidden;
}
[data-v-65a10756] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-65a10756] .v-text-field,[data-v-65a10756] .app-custom-input {
  height: 40px;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-65a10756] v-input--radio-group--column {
  margin-top: 0;
  position: relative;
  top: 8px;
}
[data-v-65a10756] .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-65a10756] .v-stepper--vertical .v-stepper__content {
  padding: 24px 60px 16px 23px;
}
[data-v-65a10756] .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-65a10756] .v-input--radio-group {
  background: white;
}
[data-v-65a10756] .v-input--radio-group__input {
  display: flex;
  column-gap: 32px;
}
[data-v-65a10756] .v-input--selection-controls__ripple {
  color: #2969ff !important;
}
[data-v-65a10756] 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-65a10756] {
  height: 100%;
  display: flex;
  align-items: end;
}
.stepper-wrapper[data-v-65a10756] {
  width: 295px;
}
.content-wrapper[data-v-65a10756] {
  width: 847px;
  position: relative;
}
.dialog-wrapper[data-v-65a10756] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  height: 597px;
}
.seller-dialog-title[data-v-65a10756] {
  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-65a10756] {
  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-65a10756] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-65a10756] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-65a10756] {
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.v-sheet.v-stepper[data-v-65a10756]:not(.v-sheet--outlined) {
  box-shadow: none;
  padding: 0px 40px !important;
}
.button-text[data-v-65a10756] {
  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-65a10756] {
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-65a10756] {
  width: 47%;
}
.finish-later[data-v-65a10756] {
  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-65a10756] {
  height: 40px !important;
}
.app-custom-input > div[data-v-65a10756] {
  height: 63px;
}
.app-custom-input input[data-v-65a10756] {
  height: 40px;
}
.app-custom-input .c-label[data-v-65a10756] {
  margin-bottom: 3px;
}
.close-icon[data-v-65a10756] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.req-icon[data-v-65a10756] {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* Red */
  color: #d52819;
}
[data-v-65a10756] .stepper-title {
  font-size: 20px !important;
}.theme--light.v-btn--active[data-v-6335021e]:hover::before,
.theme--light.v-btn--active[data-v-6335021e]::before {
  opacity: -1 !important;
}
[data-v-6335021e] .v-tab {
  color: #001154 !important;
}
[data-v-6335021e] .v-btn__content {
  font-size: 16px;
}
.headerTabs[data-v-6335021e] {
  background-color: #001154;
  overflow: hidden;
}
.headerTabs__visual[data-v-6335021e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headerTabs__visual[data-v-6335021e] .v-tabs-slider-wrapper {
  width: 0 !important;
}
.headerTabs__visual[data-v-6335021e] .v-tabs .v-item-group {
  background-color: #001154 !important;
}
.headerTabs__visual[data-v-6335021e] .v-tabs .v-item-group .v-tab {
  min-width: 150px;
  color: white !important;
}
.headerTabs__visual[data-v-6335021e] .v-tabs .v-item-group .v-tab--active {
  background-color: white !important;
  color: #001154 !important;
}
.headerTabs__visual[data-v-6335021e] .v-tabs .v-item-group .v-tab--active .v-icon {
  color: #001154 !important;
}
.headerTabs__visual[data-v-6335021e] .v-tabs .v-item-group .v-tab:hover {
  background-color: #2969ff;
  color: white;
}
.headerTabs__visual[data-v-6335021e] .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-6335021e] {
    margin-top: 40px;
}
}
.headerAdminNavigation[data-v-6335021e] {
  margin-top: 52px;
}.navigation-menu__title[data-v-5b1323e7] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
  margin-bottom: 20px;
}
.navigation-menu__item[data-v-5b1323e7] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #9aabc2;
  margin-bottom: 16px;
}
.navigation-menu__item--title-exist[data-v-5b1323e7] {
  margin-left: 16px;
}
.navigation-menu__item-title[data-v-5b1323e7] {
  font-weight: 400;
  font-size: 20px;
  color: #001154;
}
.navigation-menu__item-title--active[data-v-5b1323e7] {
  color: #2969ff;
}.chat-btn-wrapper[data-v-f91642a6] {
  position: relative;
}
.chat-btn-wrapper .red-dot[data-v-f91642a6] {
  bottom: -2px;
  right: 8px;
  background: #dd226f;
  border: 1px solid #fff;
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
}
.chat-btn[data-v-f91642a6] .theme--dark.v-icon.v-icon.v-icon--disabled {
  color: initial;
  opacity: 0.5;
}
.navigation-buttons[data-v-f91642a6] {
  display: flex;
  justify-content: space-around;
  width: 100%;
  border-bottom: 1px solid #9aabc2;
  padding-bottom: 16px;
}
.navigation-buttons__button[data-v-f91642a6] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
}
.navigation-buttons__button-counter[data-v-f91642a6] {
  width: 100%;
  max-width: 16px;
  height: 16px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  background: #dd226f;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  bottom: 0;
  right: 0;
}
.navigation-buttons__button img[data-v-f91642a6] {
  width: 37px;
  height: 32px;
  filter: brightness(0) saturate(100%) invert(5%) sepia(66%) saturate(6408%) hue-rotate(208deg) brightness(124%) contrast(117%);
}.app-navigation-drawer__header[data-v-20b0e2f5] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #9aabc2;
  margin-bottom: 16px;
}
.app-navigation-drawer__header--navigation[data-v-20b0e2f5] {
  margin-bottom: 24px;
}
.app-navigation-drawer__user-avatar[data-v-20b0e2f5] {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
}
.app-navigation-drawer__login[data-v-20b0e2f5] {
  width: 100%;
  background-color: #2969ff !important;
  border-radius: 7px !important;
  margin-top: 64px;
}
.app-navigation-drawer__login-text[data-v-20b0e2f5] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.app-navigation-drawer__logout[data-v-20b0e2f5] {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 20px;
  color: #001154;
  margin-top: 40px;
}
.app-navigation-drawer__menu[data-v-20b0e2f5] {
  padding-bottom: 120px;
}
[data-v-20b0e2f5] .v-navigation-drawer {
  overflow: scroll !important;
}
[data-v-20b0e2f5] .v-navigation-drawer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 14px 40px;
  height: auto !important;
}.count-icon[data-v-87558a17] {
  width: 12px;
  height: 12px;
  border-radius: 44px;
  background: #dd226f;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 8px;
  line-height: 6px;
  position: absolute;
  left: 24px;
  top: 17px;
  border: 3px solid transparent;
  z-index: 6;
  padding-top: 2px;
}
.count-border[data-v-87558a17] {
  display: block;
  content: "";
  z-index: 1;
  width: 16px;
  height: 16px;
  position: absolute;
  background: 136d;
  left: 22px;
  top: 15px;
  border-radius: 19px;
  background: #00136d;
}
.icon-wrapper[data-v-87558a17] {
  position: relative;
}
.icon-wrapper__image[data-v-87558a17] {
  padding: 3px;
  position: relative;
  top: 3px;
}
[data-v-87558a17] .v-btn--active::before {
  opacity: 0 !important;
}.count-icon[data-v-2690eb8a] {
  width: 12px;
  height: 12px;
  border-radius: 44px;
  background: #dd226f;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 8px;
  line-height: 6px;
  position: absolute;
  left: 27px;
  top: 12px;
  border: 3px solid transparent;
  z-index: 6;
  padding-top: 2px;
}
.count-border[data-v-2690eb8a] {
  display: block;
  content: "";
  z-index: 1;
  width: 16px;
  height: 16px;
  position: absolute;
  background: 136d;
  left: 25px;
  top: 10px;
  border-radius: 19px;
  background: #00136d;
}
.icon-wrapper[data-v-2690eb8a] {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-2690eb8a] .v-btn {
    width: 25px !important;
    height: 25px !important;
}
}
[data-v-2690eb8a] .v-btn--active::before {
  opacity: 0 !important;
}
[data-v-2690eb8a] .v-tooltip__content::before {
  display: none !important;
}.icon-wrapper[data-v-e55775bd] {
  position: relative;
}
.red-dot[data-v-e55775bd] {
  bottom: -2px;
  right: 8px;
  background: #dd226f;
  position: absolute;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #00136d;
  font-size: 8px;
  text-align: center;
}.listNavigation[data-v-bf92ca0f] {
  display: flex;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.listNavigation a[data-v-bf92ca0f] {
  color: #fff !important;
  display: block;
}
a[data-v-bf92ca0f] {
  width: 100%;
}
.public-pages[data-v-bf92ca0f] {
  color: #fff !important;
  display: block;
  margin-left: 22px;
  justify-content: center;
  align-items: center;
}
.triangle-icon[data-v-bf92ca0f] {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  position: relative;
  left: 5px;
  border-color: white transparent transparent transparent;
}
[data-v-bf92ca0f] .v-list-item {
  transition: all 0.5s;
}
[data-v-bf92ca0f] .v-list-item:hover a {
  color: white !important;
}
[data-v-bf92ca0f] .v-list-item:hover {
  background: #002C91;
}
@media (min-width: 960px) {
.listNavigation[data-v-bf92ca0f] {
    justify-content: end;
    column-gap: 40px;
}
[data-v-bf92ca0f] .v-list-item:hover .drop-down-item a {
    color: inherit !important;
}
.drop-down-item .router-link-active.header-link[data-v-bf92ca0f] {
    position: relative;
}
.drop-down-item .router-link-active.header-link[data-v-bf92ca0f]:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 2px !important;
    background-color: #dd226f !important;
    border-radius: 5px !important;
}
.custom-header-link[data-v-bf92ca0f] {
    position: relative;
}
.custom-header-link[data-v-bf92ca0f]::after {
    height: 2px !important;
    background-color: #dd226f !important;
    border-radius: 5px !important;
}
.header-link[data-v-bf92ca0f] {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}
.v-list[data-v-bf92ca0f] {
    padding: 0;
    border-radius: 5px !important;
}
.v-list-item[data-v-bf92ca0f] {
    display: flex;
    flex-direction: column;
    min-height: auto;
    padding: 10px 18px 10px 10px;
}
.v-list-item[data-v-bf92ca0f]:hover {
    background: none;
}
.v-list-item__title[data-v-bf92ca0f] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px !important;
    color: #001154;
    cursor: pointer;
    overflow: initial;
}
.sell-link[data-v-bf92ca0f] {
    display: flex;
    align-items: center;
}
.sell-link .sell-link-img[data-v-bf92ca0f] {
    margin-top: -4px;
    margin-left: 6px;
}
.sell-link .sell-link-img-rotate[data-v-bf92ca0f] {
    transform: rotate(180deg);
}
}
@media (min-width: 1904px) {
.listNavigation[data-v-bf92ca0f] {
    column-gap: 56px;
}
.header-link[data-v-bf92ca0f] {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
}.listNavigation[data-v-40aba07f] {
  display: flex;
  font-size: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.listNavigation a[data-v-40aba07f] {
  color: #fff !important;
  display: block;
}
a[data-v-40aba07f] {
  width: 100%;
}
.public-pages[data-v-40aba07f] {
  color: #fff !important;
  display: block;
  margin-left: 22px;
  justify-content: center;
  align-items: center;
}
.triangle-icon[data-v-40aba07f] {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  position: relative;
  left: 5px;
  border-color: white transparent transparent transparent;
}
[data-v-40aba07f] .v-list-item {
  transition: all 0.5s;
}
[data-v-40aba07f] .v-list-item:hover a {
  color: white !important;
}
[data-v-40aba07f] .v-list-item:hover {
  background: #002C91;
}
@media (min-width: 960px) {
.listNavigation[data-v-40aba07f] {
    justify-content: center;
    column-gap: 40px;
}
.custom-header-link[data-v-40aba07f]::after {
    height: 2px !important;
    background-color: #dd226f !important;
    border-radius: 5px !important;
}
.header-link[data-v-40aba07f] {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}
}
@media (min-width: 1904px) {
.header-link[data-v-40aba07f] {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}
.listNavigation[data-v-40aba07f] {
    column-gap: 56px;
}
}.rounded-username[data-v-3ab65933] {
  width: 37px;
  height: 37px;
  background: rgb(241, 245, 254);
  color: #001154;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.app-bar[data-v-3ab65933] {
  height: 59px;
  display: flex;
  align-items: center;
  background: none !important;
  z-index: 9 !important;
}
.app-bar.v-app-bar--is-scrolled[data-v-3ab65933] {
  background: radial-gradient(265.07% 13732.15% at 87.99% -74.04%, #00116a 0%, #002c91 100%) !important;
}
.app-bar[data-v-3ab65933] .v-toolbar__content:after {
  content: none;
}
.app-bar .right-column[data-v-3ab65933] {
  justify-content: end;
}
.app-bar .header-wrapper[data-v-3ab65933] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app-bar .app-navigation-drawer[data-v-3ab65933] {
  display: flex;
  align-items: center;
}
.app-bar .mobile-logo-wrapper[data-v-3ab65933] {
  display: flex;
  align-items: center;
}
.app-bar .mobile-logo-wrapper .mobile-logo[data-v-3ab65933] {
  width: 188px;
  height: auto;
}
.app-bar .dashboard-icon-wrapper-mobile[data-v-3ab65933] {
  display: flex;
  background: #fefefe;
  border-radius: 50%;
}
@media (min-width: 600px) {
.app-bar[data-v-3ab65933] {
    transition: all 0.25s;
    background: radial-gradient(265.07% 13732.15% at 87.99% -74.04%, #00116a 0%, #002c91 100%) !important;
}
.app-bar .logged-in-menu-section[data-v-3ab65933] {
    display: flex;
    align-items: center;
}
.app-bar__logo[data-v-3ab65933] {
    width: 190px;
    height: 37px;
    margin: 0 auto;
}
.app-bar__actions[data-v-3ab65933] {
    align-items: center;
    display: flex;
    margin: 0;
}
.app-bar__dropdown[data-v-3ab65933] {
    margin-left: 8px;
}
.app-bar__dropdown-username[data-v-3ab65933] {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: end;
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
}
.app-bar__dropdown-username[data-v-3ab65933]:before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 37px;
    background: #ffffff;
    opacity: 0.2;
    border-radius: 1.33333px;
}
.app-bar__dropdown-username--active[data-v-3ab65933] {
    height: 113%;
}
.app-bar__dropdown-wrapper[data-v-3ab65933] {
    display: flex;
    padding-left: 16px;
}
.app-bar__dropdown-wrapper-image[data-v-3ab65933] {
    height: 37px;
    width: 37px;
    border-radius: 100px;
    border: 2px solid #c4c4c4;
    position: relative;
}
.app-bar__dropdown-wrapper-image--white[data-v-3ab65933] {
    background: white;
}
.app-bar__dropdown-list[data-v-3ab65933] {
    background-color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 31px;
    list-style: none;
    margin: 16px 0 0;
    width: 100%;
    min-width: 150px;
    padding: 0;
    box-shadow: 0 20px 30px 0 rgba(223, 223, 223, 0.3);
}
.app-bar__dropdown-list-item a[data-v-3ab65933] {
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.app-bar__dropdown-list-item-logout[data-v-3ab65933] {
    display: flex;
    column-gap: 12px;
    align-items: center;
    cursor: pointer;
}
.app-bar__dropdown-list-item-title[data-v-3ab65933] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 32, 80, 0.82);
}
.app-bar__dropdown-list-item[data-v-3ab65933] {
    padding-left: 12px;
    padding-top: 8px;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}
.app-bar--transparent[data-v-3ab65933] {
    background: transparent !important;
}
.app-bar--transparent.v-app-bar--is-scrolled[data-v-3ab65933] {
    background-color: radial-gradient(265.07% 13732.15% at 87.99% -74.04%, #00116a 0%, #002c91 100%) !important;
    background: radial-gradient(265.07% 13732.15% at 87.99% -74.04%, #00116a 0%, #002c91 100%) !important;
}
.app-bar .right-column[data-v-3ab65933] {
    column-gap: 40px;
    align-items: center;
}
.v-menu__content[data-v-3ab65933] {
    box-shadow: none !important;
    contain: initial;
    overflow: initial;
}
.link-btn .linkProfilBlank[data-v-3ab65933]:hover {
    background-color: #001154;
    color: white;
}
.link-btn-item[data-v-3ab65933] {
    cursor: pointer;
    padding-left: 24px;
}
.link-btn-item[data-v-3ab65933]:hover {
    background-color: #001154;
    color: white;
}
.logo[data-v-3ab65933] {
    position: relative;
    top: 5px;
}
[data-v-3ab65933] .router-link-active.header-link {
    position: relative;
}
[data-v-3ab65933] .router-link-active.header-link::after {
    position: absolute;
    display: block;
    content: "";
    height: 1px;
    bottom: -2px;
    width: 100%;
    background: white;
}
.link-title[data-v-3ab65933] {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 32, 80, 0.82);
}
[data-v-3ab65933] .v-btn {
    min-height: unset !important;
    min-width: unset !important;
}
[data-v-3ab65933] .v-btn::before {
    background-color: transparent !important;
}
.button-text[data-v-3ab65933] {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap;
}
.c-button[data-v-3ab65933] {
    flex: 0 0 112px;
    overflow: hidden;
}
[data-v-3ab65933] .c-button .v-btn__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
}
@media (max-width: 959.98px) {
.app-bar[data-v-3ab65933] {
    z-index: 200 !important;
    background: radial-gradient(265.07% 13732.15% at 87.99% -74.04%, #00116a 0%, #002c91 100%) !important;
}
.app-bar.default-background[data-v-3ab65933] {
    background: none !important;
}
.app-bar.default-background.v-app-bar--is-scrolled[data-v-3ab65933] {
    background: radial-gradient(265.07% 13732.15% at 87.99% -74.04%, #00116a 0%, #002c91 100%) !important;
}
.app-bar--active[data-v-3ab65933] {
    z-index: 2000 !important;
}
[data-v-3ab65933] .v-toolbar__content {
    padding: 0;
}
.dashboard-icon-wrapper[data-v-3ab65933] {
    position: relative;
    left: 27px;
}
.app-bar__dropdown-wrapper-image[data-v-3ab65933] {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
}
@media (min-width: 960px) {
.app-bar[data-v-3ab65933] .v-toolbar__content:after {
    content: "";
}
}
@media (min-width: 1904px) {
.app-bar[data-v-3ab65933] {
    height: 73px;
}
.app-bar .left-menu[data-v-3ab65933] {
    justify-content: start;
}
.app-bar .right-column[data-v-3ab65933] {
    justify-content: end;
    column-gap: 56px;
}
.app-bar .app-bar__logo[data-v-3ab65933] {
    width: 315px;
    height: 62px;
}
}
header.v-app-bar--is-scrolled[data-v-3ab65933] .v-toolbar__content:after {
  display: none !important;
}
header[data-v-3ab65933]:not(.app-bar--transparent) .v-toolbar__content:after {
  display: none !important;
}.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;
}.dialog-content[data-v-944afa17] {
  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-944afa17] {
  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-944afa17] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2969ff;
  margin-top: 33px;
}
.additional-text[data-v-944afa17] {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  color: #001154;
  opacity: 0.85;
}
.button-text[data-v-944afa17] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
[data-v-944afa17] .v-btn {
  min-height: unset !important;
}
img[data-v-944afa17] {
  margin-top: 14px;
}
.button-wrapper[data-v-944afa17] {
  margin-top: 31px;
}
.close-icon-wrapper[data-v-944afa17] {
  position: absolute;
  right: 9px;
  top: 8px;
  cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-944afa17] .v-dialog {
    background: white;
}
.dialog-content[data-v-944afa17] {
    padding-top: 0px;
    align-items: center;
    justify-content: center;
    height: 100%;
}
img[data-v-944afa17] {
    margin-top: 32px;
    width: 176px;
    height: 102px;
}
.dialog-title[data-v-944afa17] {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
.contacting-text[data-v-944afa17] {
    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-944afa17] {
    margin-top: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001154;
}
.button-text[data-v-944afa17] {
    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-944afa17] {
    padding: 0px 16px;
    width: 100%;
    margin-top: 48px;
}
}.app-main-input[data-v-1c6c59dd] .v-text-field__details {
  min-height: unset;
}
.app-main-input[data-v-1c6c59dd] .v-text-field__details .v-messages {
  min-height: unset;
}
.app-main-input .v-text-field[data-v-1c6c59dd],
.app-main-input .address-container[data-v-1c6c59dd] {
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
.app-main-input .v-input[data-v-1c6c59dd],
.app-main-input .google-input[data-v-1c6c59dd] {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
.app-main-input .v-input--is-focused[data-v-1c6c59dd],
.app-main-input .google-input--is-focused[data-v-1c6c59dd] {
  outline: 1px solid rgba(41, 105, 255, 0.6);
}
.app-main-input .v-input--is-focused[data-v-1c6c59dd]::after,
.app-main-input .google-input--is-focused[data-v-1c6c59dd]::after {
  display: none;
}
.app-main-input .v-input.error--text[data-v-1c6c59dd],
.app-main-input .google-input.error--text[data-v-1c6c59dd] {
  background: rgba(213, 40, 25, 0.08);
  outline: 1px solid rgba(213, 40, 25, 0.6);
}
.app-main-input .v-input.error--text[data-v-1c6c59dd] ::placeholder,
.app-main-input .google-input.error--text[data-v-1c6c59dd] ::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-1c6c59dd] {
  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-1c6c59dd] .v-input__slot {
  margin-bottom: 0px !important;
}
.app-main-input[data-v-1c6c59dd] .v-input__slot:before {
  display: none;
}
.app-main-input[data-v-1c6c59dd] .v-input__slot::after {
  display: none;
}
.app-main-input .req-icon[data-v-1c6c59dd] {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* Red */
  color: #d52819;
}
.app-main-input .v-input--is-disabled[data-v-1c6c59dd] {
  background: rgba(241, 241, 241, 0.4);
  background-color: rgba(241, 241, 241, 0.4) !important;
}.contact-form[data-v-703bc159] {
  padding: 40px;
  border-radius: 5px;
  position: relative;
}
.form-wrapper[data-v-703bc159] {
  min-width: 580px;
  height: 580px;
  width: 100%;
  background: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-703bc159] .v-dialog {
  display: flex;
  overflow: hidden;
}
[data-v-703bc159] 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-703bc159] .v-textarea {
  padding-top: 0px;
}
.contact-title[data-v-703bc159] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.426667px;
  color: #001154;
  margin-bottom: 16px;
}
[data-v-703bc159] .v-btn {
  min-height: unset !important;
}
.button-wrapper[data-v-703bc159] {
  margin-top: 14px;
}
.close-icon[data-v-703bc159] {
  position: absolute;
  top: 16px;
  right: 16px;
}
[data-v-703bc159] .c-label {
  font-size: 14px !important;
}
.button-text[data-v-703bc159] {
  font-size: 16px;
}
.contact-img[data-v-703bc159] {
  width: 382px;
  height: 580px;
}
.img-wrapper[data-v-703bc159] {
  width: 380px;
}
.lock-icon-wrapper[data-v-703bc159] {
  position: relative;
  top: 12px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.form-wrapper[data-v-703bc159] {
    min-width: unset;
    height: 100%;
}
.contact-form[data-v-703bc159] {
    padding: 24px 16px 0px 16px;
}
[data-v-703bc159] .v-text-field__details {
    display: none;
}
[data-v-703bc159] .v-input__slot::before {
    display: none;
}
[data-v-703bc159] .v-input__slot::after {
    display: none;
}
[data-v-703bc159] textarea {
    opacity: 1 !important;
    color: #001154 !important;
}
.button-text[data-v-703bc159] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}
.contact-title[data-v-703bc159] {
    display: flex;
    justify-content: center;
}
.close-icon[data-v-703bc159] {
    top: 8px;
}
.form-wrapper[data-v-703bc159] {
    overflow: auto;
}
[data-v-703bc159] .c-label {
    font-size: 12px !important;
}
.contact-title[data-v-703bc159] {
    font-size: 24px;
}
.lock-icon-wrapper[data-v-703bc159] {
    top: 7px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.form-wrapper[data-v-703bc159] {
    height: 100%;
}
}.footer[data-v-ab50b26d] {
  background-color: #121727;
  color: #fff;
}
.footer a[data-v-ab50b26d] {
  color: #fff !important;
}
.footer__visual[data-v-ab50b26d] {
  padding-top: 24px;
}
.footer__grid[data-v-ab50b26d] {
  display: grid;
  grid-template-columns: minmax(160px, 0.75fr) minmax(160px, 0.75fr) minmax(360px, 1.15fr);
  column-gap: 24px;
  row-gap: 16px;
  align-items: stretch;
  max-width: 950px;
  margin: 0 auto;
}
.footer__brand[data-v-ab50b26d] {
  display: flex;
  grid-column: 1/-1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  padding-bottom: 4px;
}
.footer__logo[data-v-ab50b26d] {
  max-width: 100%;
}
.footer__card[data-v-ab50b26d] {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 16px 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.055);
}
.footer__card-title[data-v-ab50b26d] {
  display: block;
  width: 100%;
  margin: 0 0 12px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fcfcfc;
  font-family: inherit;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: left;
}
.footer__navigation[data-v-ab50b26d] {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  justify-content: flex-start;
}
.footer__interactive[data-v-ab50b26d] {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  transition: background-color 160ms ease;
}
.footer__interactive[data-v-ab50b26d]:hover, .footer__interactive[data-v-ab50b26d]:focus-visible {
  background-color: #2969ff;
  text-decoration: none;
  outline: none;
}
.footer__contacts[data-v-ab50b26d] {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 4px;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer__contact-link[data-v-ab50b26d] {
  align-items: flex-start;
  gap: 10px;
}
.footer__contact-link img[data-v-ab50b26d] {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 4px;
  object-fit: contain;
}
.footer__contact-link--linkedin[data-v-ab50b26d] {
  align-items: center;
  font-size: 16px;
}
.footer__contact-link--linkedin img[data-v-ab50b26d] {
  margin-top: 0;
}
.footer__contact-action[data-v-ab50b26d] {
  border: 0;
  background: transparent;
  color: #fff;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}
.footer__main-text[data-v-ab50b26d] {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(241, 241, 241, 0.2);
  color: #fcfcfc;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.footer-terms[data-v-ab50b26d] {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(241, 241, 241, 0.2);
}
.footer-terms a[data-v-ab50b26d] {
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #fcfcfc;
  transition: background-color 160ms ease;
}
.footer-terms a[data-v-ab50b26d]:hover, .footer-terms a[data-v-ab50b26d]:focus-visible {
  background-color: #2969ff;
  text-decoration: none;
  outline: none;
}
@media (max-width: 1099px) {
.footer__grid[data-v-ab50b26d] {
    grid-template-columns: minmax(140px, 0.75fr) minmax(140px, 0.75fr) minmax(340px, 1.15fr);
    gap: 20px;
}
.footer__brand[data-v-ab50b26d] {
    align-items: center;
}
}
@media (max-width: 767px) {
.footer__visual[data-v-ab50b26d] {
    padding-top: 24px;
}
.footer__grid[data-v-ab50b26d] {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
}
.footer__brand[data-v-ab50b26d] {
    padding: 0 20px 6px;
}
.footer__card[data-v-ab50b26d] {
    padding: 18px 20px;
}
.footer__main-text[data-v-ab50b26d] {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.footer-terms a[data-v-ab50b26d] {
    font-size: 14px;
    line-height: 20px;
}
}.notification-alert[data-v-d4a7d88d] {
  position: fixed;
  top: 10vh;
  right: 20px;
  z-index: 999;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 960px) {
.notification-alert[data-v-d4a7d88d] {
    right: 0;
}
}
.notification-alert.rounded[data-v-d4a7d88d] {
  border-radius: 8px !important;
}
.logo[data-v-d4a7d88d] {
  width: 100%;
  max-width: 45px;
}.dialog-content[data-v-e8bf85e9] {
  background: white;
  width: 557px;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  position: relative;
}
.dialog-content__title[data-v-e8bf85e9] {
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.dialog-content__info[data-v-e8bf85e9] {
  margin-top: 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  /* or 144% */
  color: #001154;
}
[data-v-e8bf85e9] .v-dialog {
  width: 1200px;
  display: flex;
  justify-content: center;
}
.buttons[data-v-e8bf85e9] {
  display: flex;
}
[data-v-e8bf85e9] .v-textarea {
  margin-top: 20px;
}
[data-v-e8bf85e9] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-e8bf85e9] .v-textarea .v-input__slot {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}
.textarea-wrapper[data-v-e8bf85e9] {
  margin-top: 25px;
}
.close-icon-wrapper[data-v-e8bf85e9] {
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
}.v-snack--error[data-v-da022fec] .v-snack__wrapper {
  background: #fff !important;
}
.v-snack--error[data-v-da022fec] .message {
  color: #d52819 !important;
}
.v-snack__timeline[data-v-da022fec] {
  position: absolute;
  top: 0px;
  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-5cee7647] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 450px;
  padding: 0 40px;
  position: relative;
}
.dialog-title[data-v-5cee7647] {
  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-5cee7647] {
  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-5cee7647] {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
[data-v-5cee7647] input {
  position: relative;
  top: 6px !important;
}
[data-v-5cee7647] .v-btn {
  min-height: unset !important;
}
[data-v-5cee7647] .field-wrapper {
  width: 100% !important;
}
.buttons-wrapper[data-v-5cee7647] {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.bank-name[data-v-5cee7647] {
  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-5cee7647] {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
}
@media (max-width: 959.98px) {
[data-v-5cee7647] .v-dialog {
    margin: 0 !important;
}
.buttons-wrapper[data-v-5cee7647] {
    justify-content: unset;
    column-gap: 16px;
}
.buttons-wrapper button[data-v-5cee7647] {
    flex: 1;
}
.dialog-wrapper[data-v-5cee7647] {
    padding: 0 16px;
}
.bank-info-title[data-v-5cee7647] {
    width: 116px;
    font-size: 14px;
    white-space: nowrap;
    font-weight: 400;
    line-height: 18px;
}
.bank-info-value[data-v-5cee7647] {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}
.bank-data-wrapper__title[data-v-5cee7647] {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.dialog-title[data-v-5cee7647] {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
}
.bank-data-wrapper[data-v-5cee7647] {
    margin-top: 32px;
}
}.dialog-wrapper[data-v-d48b6156] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 350px;
  position: relative;
  border-radius: 7px;
}
.dialog-wrapper .type[data-v-d48b6156] {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.dialog-wrapper .license[data-v-d48b6156] .text--error {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
.dialog-wrapper[data-v-d48b6156] .c-label,
.dialog-wrapper[data-v-d48b6156] .v-radio .v-label {
  color: #001154;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px !important;
}
.dialog-wrapper[data-v-d48b6156] .v-text-field--filled > .v-input__control > .v-input__slot,
.dialog-wrapper[data-v-d48b6156] .v-text-field--full-width > .v-input__control > .v-input__slot,
.dialog-wrapper[data-v-d48b6156] .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: auto;
  box-shadow: none;
}
.dialog-wrapper[data-v-d48b6156] .v-text-field--outlined fieldset {
  border: none;
  background: #f4f4f4;
}
.dialog-wrapper[data-v-d48b6156] .v-text-field__slot input {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dialog-wrapper[data-v-d48b6156] .v-text-field__slot input ::placeholder {
  color: #9aabc2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.dialog-wrapper[data-v-d48b6156] .error--text {
  border: 1px solid #d52819;
}
.dialog-wrapper[data-v-d48b6156] .error--text .v-text-field__slot input {
  color: #d52819;
}
.close-icon[data-v-d48b6156] {
  position: absolute;
  top: 4px;
  right: 4px;
  cursor: pointer;
}
.dialog-title[data-v-d48b6156] {
  color: #001154;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.separator[data-v-d48b6156] {
  height: 1px;
  border-radius: 1px;
  background: rgba(9, 49, 107, 0.4);
}
.data-wrapper[data-v-d48b6156] {
  width: 400px;
  text-align: center;
  margin: 0 auto;
}
.buttons-wrapper[data-v-d48b6156] {
  display: flex;
  justify-content: center;
}
@media (max-width: 959.98px) {
.data-wrapper[data-v-d48b6156] {
    width: auto;
    max-width: 315px;
}
.buttons-wrapper .d-flex[data-v-d48b6156] {
    width: 100%;
    justify-content: space-between;
}
.buttons-wrapper .d-flex button[data-v-d48b6156] {
    width: 40% !important;
}
}.modal-title[data-v-726eee11] {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 152%; /* 30.4px */
  letter-spacing: 0.444px;
}
.active-item[data-v-726eee11] {
  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-726eee11] {
  position: relative;
}
.close-btn[data-v-726eee11] {
  cursor: pointer !important;
  position: absolute;
  right: 20px;
  top: 20px;
}
[data-v-726eee11] .v-btn:not(.v-btn--round, .v-btn--text).v-size--default {
  min-height: auto;
}
.cancel[data-v-726eee11] {
  border: 1px solid #2969ff !important;
}
.cancel[data-v-726eee11] .v-btn__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #2969ff;
}
.confirm[data-v-726eee11] {
  background: #2969ff;
}
.confirm[data-v-726eee11] .v-btn__content {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
}
.action-wrapper[data-v-726eee11] {
  column-gap: 32px;
}
@media (max-width: 959.98px) {
.action-wrapper[data-v-726eee11] {
    display: grid;
    grid-template-columns: 48% 48%;
    justify-content: space-between !important;
    column-gap: unset;
}
.button-second[data-v-726eee11] {
    width: auto !important;
}
}.iframe-wrapper-plaid[data-v-02d4e356] {
  text-align: center;
  margin: 100px 0;
}
.plaid-custom-loader[data-v-02d4e356] {
  margin-top: -42px;
}.iframe-wrapper[data-v-bea5eb04] {
  display: flex;
  justify-content: center;
  align-items: center;
}[data-v-3491f85a] .v-dialog {
  background: #ffffff;
}
[data-v-3491f85a] .v-dialog::-webkit-scrollbar {
  width: 11px;
}
[data-v-3491f85a] .v-dialog::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #dedede;
  border: 2px solid #dedede;
}
[data-v-3491f85a] .v-dialog::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #a7a7a7;
}
@-moz-document url-prefix() {
[data-v-3491f85a] .v-dialog {
    scrollbar-color: #a7a7a7 #dedede;
    scrollbar-width: thin;
}
}
[data-v-3491f85a] .plaid {
  width: 360px !important;
}
[data-v-3491f85a] .plaid .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
[data-v-3491f85a] .plaid .dialog-wrapper {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-3491f85a] .vopay .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.dialog-wrapper[data-v-3491f85a] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}
.dialog-title[data-v-3491f85a] {
  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-3491f85a] {
  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-3491f85a] {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
[data-v-3491f85a] input {
  position: relative;
  top: 6px !important;
}
[data-v-3491f85a] .v-btn {
  min-height: unset !important;
}
[data-v-3491f85a] .field-wrapper {
  width: 100% !important;
}
[data-v-3491f85a] .c-label {
  font-size: 14px !important;
}
.buttons-wrapper[data-v-3491f85a] {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 959.98px) {
[data-v-3491f85a] .v-dialog {
    max-height: 100%;
    height: 100%;
    margin: 16px 0 0 0 !important;
}
.dialog-wrapper[data-v-3491f85a] {
    padding: 0 16px;
    height: auto;
}
.buttons-wrapper[data-v-3491f85a] {
    justify-content: unset;
}
.main-info-wrapper[data-v-3491f85a] {
    box-shadow: 2.6666667461px 2.6666667461px 20px 0 rgba(173, 173, 173, 0.25);
    padding: 16px;
}
.main-info-wrapper[data-v-3491f85a] .row {
    margin: 0 !important;
}
.dialog-title[data-v-3491f85a] {
    border-bottom: unset;
}
.dialog-info[data-v-3491f85a] {
    height: 32px;
    font-size: 12px;
}
.buttons-wrapper[data-v-3491f85a] {
    margin-top: 109px;
}
.dialog-title[data-v-3491f85a] {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 16px;
}
.close-icon[data-v-3491f85a] {
    top: 16px;
}
}.no-filled[data-v-2189dd1d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-2189dd1d] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-2189dd1d] {
  text-decoration: underline;
}
.avatarWrapper[data-v-2189dd1d] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-2189dd1d] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-2189dd1d] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-2189dd1d] {
  font-size: 1.6rem;
}
[data-v-2189dd1d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-2189dd1d] {
  padding-bottom: 66px;
}
[data-v-2189dd1d] .v-text-field__slot, .v-select__slot[data-v-2189dd1d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-2189dd1d] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-2189dd1d] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-2189dd1d] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-2189dd1d] .v-select__selections {
  color: #001154 !important;
}
[data-v-2189dd1d] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-2189dd1d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-2189dd1d] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-2189dd1d] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-2189dd1d] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-2189dd1d] .container {
  max-width: 777px !important;
}
[data-v-2189dd1d] .c-label {
  color: #001154 !important;
}
[data-v-2189dd1d] .v-stepper__wrapper {
  min-height: 330px;
}
[data-v-2189dd1d] .custom-input-border .v-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-2189dd1d] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-2189dd1d] .radiogroup-wrapper {
  padding-top: 8px;
  margin-top: 4px;
}
[data-v-2189dd1d] .radiogroup-wrapper .v-label {
  color: #001154;
}
[data-v-2189dd1d] .radiogroup-wrapper--disabled .v-label {
  opacity: 0.5;
}
[data-v-2189dd1d] .second-step-wrapper {
  padding-top: 12px !important;
}
[data-v-2189dd1d] .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-2189dd1d] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-2189dd1d] .custom-google-input--focus:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-2189dd1d] .custom-input-error {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-2189dd1d] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-2189dd1d] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-2189dd1d] .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-2189dd1d] .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-2189dd1d] .custom-btn {
  border: 1px solid #2969ff !important;
}
[data-v-2189dd1d] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-2189dd1d] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-2189dd1d] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-2189dd1d] .buttons-wrapper {
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-2189dd1d] .buttons-top {
  padding-top: 15px !important;
  padding: 0 40px;
  margin-bottom: 13px;
}
[data-v-2189dd1d] .v-radio .v-input--selection-controls__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-2189dd1d] .field-wrapper .req-icon {
  margin-left: -3px;
}
[data-v-2189dd1d] .v-radio .v-input--selection-controls__ripple {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-2189dd1d] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-right: -10px;
}
[data-v-2189dd1d] .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-2189dd1d] .v-text-field__slot input {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84) !important;
}
[data-v-2189dd1d] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: center;
}
[data-v-2189dd1d] .v-file-input__text--placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  letter-spacing: 0;
}
[data-v-2189dd1d] .v-input__prepend-outer {
  align-self: center;
}
[data-v-2189dd1d] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-2189dd1d] .v-dialog {
  overflow: hidden;
}
[data-v-2189dd1d] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-2189dd1d] .v-text-field,[data-v-2189dd1d] .app-custom-input {
  height: 40px;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-2189dd1d] v-input--radio-group--column {
  margin-top: 0;
  position: relative;
  top: 8px;
}
[data-v-2189dd1d] .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-2189dd1d] .v-stepper--vertical .v-stepper__content {
  padding: 24px 60px 16px 23px;
}
[data-v-2189dd1d] .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-2189dd1d] .v-input--radio-group {
  background: white;
}
[data-v-2189dd1d] .v-input--radio-group__input {
  display: flex;
  column-gap: 32px;
}
[data-v-2189dd1d] .v-input--selection-controls__ripple {
  color: #2969ff !important;
}
[data-v-2189dd1d] 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-2189dd1d] {
  width: 295px;
}
.content-wrapper[data-v-2189dd1d] {
  width: 847px;
  position: relative;
}
.dialog-wrapper[data-v-2189dd1d] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  height: 597px;
}
.seller-dialog-title[data-v-2189dd1d] {
  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-2189dd1d] {
  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-2189dd1d] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-2189dd1d] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-2189dd1d] {
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.v-sheet.v-stepper[data-v-2189dd1d]:not(.v-sheet--outlined) {
  box-shadow: none;
  padding: 0px 40px !important;
}
.button-text[data-v-2189dd1d] {
  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-2189dd1d] {
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-2189dd1d] {
  width: 47%;
}
.finish-later[data-v-2189dd1d] {
  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-2189dd1d] {
  height: 40px !important;
}
.app-custom-input > div[data-v-2189dd1d] {
  height: 63px;
}
.app-custom-input input[data-v-2189dd1d] {
  height: 40px;
}
.app-custom-input .c-label[data-v-2189dd1d] {
  margin-bottom: 3px;
}
.close-icon[data-v-2189dd1d] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.req-icon[data-v-2189dd1d] {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  /* identical to box height, or 155% */
  /* Red */
  color: #d52819;
}
[data-v-2189dd1d] .stepper-title {
  font-size: 20px !important;
}.add-bank-btn[data-v-72d8dc14] {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #001154;
  text-decoration: underline;
  cursor: pointer;
}
.info-icon[data-v-72d8dc14] .v-tooltip__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-72d8dc14] .v-tooltip__content:before {
  display: none;
}
.info-icon[data-v-72d8dc14] .v-tooltip__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-72d8dc14] .v-tooltip__content {
    width: 100%;
    left: 0 !important;
}
}
.text-title[data-v-72d8dc14] {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #001154;
}
.text-name-field[data-v-72d8dc14] {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #001154;
}
.text-deposit-field[data-v-72d8dc14] {
  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-d1a90f2f] {
  display: flex;
  padding: 10px 0;
  margin: 10px auto 10px 0;
}
.bubble .message[data-v-d1a90f2f] {
  word-break: break-word;
}
.msg-info[data-v-d1a90f2f] {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #001154;
}
[data-v-d1a90f2f] .avatar img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}
[data-v-d1a90f2f] .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-d1a90f2f] .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-d1a90f2f] {
    margin: 5px auto 5px 0;
}
}#conversation[data-v-527416b9] {
  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-527416b9] {
  min-height: 72px;
}
#conversation .conversation-header .conversation-header-content[data-v-527416b9] {
  border-bottom: 1px solid #979797;
  height: 100%;
  display: flex;
}
#conversation .conversation-header .conversation-header-content .avatar-section[data-v-527416b9] {
  display: flex;
  align-items: center;
  justify-content: center;
}
#conversation .conversation-header .conversation-header-content .avatar-section .anonymous-abbr[data-v-527416b9] {
  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-527416b9] {
  flex: 1;
}
#conversation .conversation-header .conversation-header-content .conversation-header-title[data-v-527416b9] {
  color: #2969ff;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
#conversation .input-container .text-area[data-v-527416b9] {
  height: 86px;
}
#conversation .input-container .actions-line[data-v-527416b9] {
  display: flex;
  justify-content: right;
}
#conversation .input-container .msg-wrapper[data-v-527416b9] .v-text-field--filled > .v-input__control > .v-input__slot {
  border-radius: 1.333px;
  background: #f5f5f5;
}
#conversation .input-container .msg-wrapper[data-v-527416b9] .v-text-field > .v-input__control > .v-input__slot:after {
  display: none;
}
.conversation-container[data-v-527416b9] {
  width: 520px;
  height: 554px;
  padding: 12px;
  overflow: auto;
}
.conversation-container .bubble-group-container[data-v-527416b9] {
  border-top: 1px solid #979797;
  padding-top: 10px;
}
.conversation-container .bubble-group-container[data-v-527416b9]:first-child {
  border-top: none;
}
.name[data-v-527416b9] {
  padding-right: 8px;
  font-size: 11px;
}
[data-v-527416b9]::-webkit-scrollbar {
  width: 10px;
}
[data-v-527416b9]::-webkit-scrollbar-track {
  background: #f1f1f1;
}
[data-v-527416b9]::-webkit-scrollbar-thumb {
  background: #888;
}
[data-v-527416b9]::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media (max-width: 599.98px) {
#conversation .conversation-header[data-v-527416b9] {
    min-height: auto;
}
.twilio-chat #conversation[data-v-527416b9] {
    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-527416b9] {
    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-4452c86f] {
  height: 80px;
  border-top: 1px solid #979797;
  position: relative;
}
.chat-list-row.new-msg-line[data-v-4452c86f] {
  background-color: #f2f6ff;
}
.chat-list-row .info-column[data-v-4452c86f] {
  flex: 1;
}
.chat-list-row .info-column .line-wrapper[data-v-4452c86f] {
  display: flex;
}
.action-column[data-v-4452c86f] {
  width: 30px;
}
.menu-btn[data-v-4452c86f] {
  background: none;
}
.edit-menu[data-v-4452c86f] {
  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-4452c86f] {
  color: #001154;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}
.edit-menu .header-item > div[data-v-4452c86f] {
  padding-bottom: 4px;
  border-bottom: 1px solid #9aabc2;
}
.edit-menu .menu-item[data-v-4452c86f] {
  min-height: auto;
}
.avatar-wrapper[data-v-4452c86f] {
  display: flex;
  justify-content: start;
  align-items: center;
}
.avatar-wrapper[data-v-4452c86f] .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.avatar-wrapper[data-v-4452c86f] .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-4452c86f] .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-4452c86f] {
  flex: 1;
}
.info-wrapper .buyer-line[data-v-4452c86f] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.info-wrapper .buyer-line .buyer-line-buyer[data-v-4452c86f] {
  font-weight: 500;
  line-height: 20px;
}
.info-wrapper .last-msg-line[data-v-4452c86f] {
  color: #001154;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  opacity: 0.7;
}
.info-wrapper .chat-title[data-v-4452c86f] {
  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-4452c86f] {
  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-4452c86f] {
    height: 85px;
}
.chat-title[data-v-4452c86f] {
    width: auto !important;
    max-width: 285px;
}
}
@media screen and (max-width: 485px) {
.chat-title[data-v-4452c86f] {
    max-width: 170px;
}
.last-msg .owner[data-v-4452c86f] {
    max-width: 170px !important;
}
}.chat-list-section[data-v-68da4be5] {
  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-68da4be5] {
  display: flex;
  justify-content: start;
  align-items: center;
}
.chat-list-section .avatar-section[data-v-68da4be5] .avatar img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.chat-list-section .avatar-section[data-v-68da4be5] .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-68da4be5] .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-68da4be5] {
  max-height: 600px;
  overflow: auto;
}
@media (max-width: 599.98px) {
.chat-list-section[data-v-68da4be5] {
    width: 100%;
}
}.chat-list-section .list-header .new-msg-icon {
  padding-bottom: 3px;
}
.chat-list-section .v-expansion-panel .v-expansion-panel-header__icon .v-icon {
  transform: rotate(180deg);
}
.chat-list-section .v-expansion-panel.v-expansion-panel--active .v-expansion-panel-header__icon .v-icon {
  transform: rotate(0deg) !important;
}
.chat-list-section .v-expansion-panel-content__wrap {
  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-40dfab10] {
  background: rgb(245, 206, 223);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 5px;
  position: fixed;
  width: 100%;
  top: 59px;
  z-index: 9;
}
.bar-wrapper .bar[data-v-40dfab10] {
  text-align: center;
}
.bar-wrapper .text[data-v-40dfab10] {
  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-40dfab10] i {
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #840037;
}
@media (max-width: 959.98px) {
.bar-wrapper[data-v-40dfab10] {
    z-index: 175;
}
}
@media (min-width: 1904px) {
.bar-wrapper[data-v-40dfab10] {
    top: 73px;
}
}
@media screen and (max-width: 700px) {
.bar-wrapper .text[data-v-40dfab10] {
    font-size: 15px;
}
}
@media screen and (max-width: 580px) {
.bar-wrapper[data-v-40dfab10] {
    padding: 0 5px;
}
.bar-wrapper .text[data-v-40dfab10] {
    font-size: 10px;
    line-height: 22px;
    padding: 0;
}
}
@media screen and (max-width: 400px) {
.bar-wrapper .text[data-v-40dfab10] {
    font-weight: normal;
}
.bar-icons[data-v-40dfab10] {
    font-size: 14px !important;
}
}.dialog-header[data-v-015b0a02] {
  background-color: #e8effe;
}
.dialog-header__title[data-v-015b0a02] {
  color: #001154;
  font-size: 1.4rem;
}.notification-alert[data-v-ac7a445f] {
  position: fixed;
  top: 10vh;
  right: 20px;
  z-index: 999;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 960px) {
.notification-alert[data-v-ac7a445f] {
    right: 0;
}
}
.notification-alert.rounded[data-v-ac7a445f] {
  border-radius: 8px !important;
}
.logo[data-v-ac7a445f] {
  width: 100%;
  max-width: 45px;
}
.card-content[data-v-ac7a445f] {
  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-ac7a445f] {
  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-ac7a445f] {
  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-ac7a445f] {
  color: white;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.card-wrapper[data-v-ac7a445f] {
  border-radius: 7px;
  position: relative;
}
.button-second[data-v-ac7a445f] {
  min-height: unset !important;
  margin: 40px auto 0 !important;
}
.button-wrapper[data-v-ac7a445f] {
  display: flex;
}
.close-icon-wrapper[data-v-ac7a445f] {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.support-team-text[data-v-ac7a445f] {
  color: #2969ff;
  cursor: pointer;
}
@media (max-width: 959.98px) {
.header-title[data-v-ac7a445f] {
    white-space: pre-wrap;
}
}@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");
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: "Epilogue", sans-serif;
}
.v-application {
  font-family: "Epilogue", sans-serif;
}
.theme--light.v-application {
  color: #001154 !important;
}
a {
  text-decoration: none;
}
.theme--light.v-application a {
  color: #001154;
}
.cursor-pointer {
  cursor: pointer !important;
}
h2 {
  font-family: "Epilogue", sans-serif;
}
h3 {
  font-family: "Epilogue", sans-serif;
}
.container {
  width: 100%;
  max-width: 1600px;
  padding: 0px;
}
@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;
}
.zentinel-logo {
  max-width: 145px;
  height: auto;
}
.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-input__slot: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 .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.error--text,
.second-input-with-background .google-input.error--text {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
}
.second-input-with-background .v-input.error--text ::placeholder,
.second-input-with-background .google-input.error--text ::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 .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-input__slot:before {
  display: none;
}
.second-input-with-background .v-input__slot::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--is-disabled {
  background: rgba(241, 241, 241, 0.4);
  background-color: rgba(241, 241, 241, 0.4) !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-select__selections {
  position: relative;
  bottom: 6px;
}
.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-select-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-select-list {
  width: 214px;
  display: flex;
  flex-wrap: wrap;
}
.select-menu-second .v-select-list .v-list-item {
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.select-menu-second .v-select-list .v-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__content {
    max-width: 100%;
}
}
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}
.custom-menu-collateral-type {
  height: 350px;
}
footer .v-form label {
  color: #fff !important;
}
footer .v-form .v-icon {
  color: #959ba7 !important;
  font-size: 1.8rem;
}
footer .v-input__slot {
  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-input--radio-group {
  background-color: white !important;
  margin-top: 0px !important;
  padding-left: 0px !important;
}
.asset-inputs-content .v-input--radio-group__input {
  display: flex;
  column-gap: 14px;
}
.asset-inputs-content .v-input--radio-group__input i {
  font-size: 18px;
}
.asset-inputs-content .v-text-field__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;
}
.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;
}
}
.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.v-app-bar--fixed {
  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-input__slot:hover::before,
.login .v-input__slot:hover::before {
  border: 1px solid #f1f1f1 !important;
}
.register .v-input__slot::before,
.login .v-input__slot::before {
  border: 1px solid #f1f1f1 !important;
}
.register .v-input__slot::after,
.login .v-input__slot::after {
  border: none !important;
}
.register .v-input--is-focused .v-input__slot::before,
.login .v-input--is-focused .v-input__slot::before {
  border: 1px solid #001154 !important;
}
.register .v-input--is-focused .v-input__slot:hover::before,
.login .v-input--is-focused .v-input__slot:hover::before {
  border: 1px solid #001154 !important;
}
.register .v-text-field__details,
.login .v-text-field__details {
  min-height: 2.9rem;
}
.register .v-text-field__slot .v-label,
.login .v-text-field__slot .v-label {
  color: #1f365e !important;
  font-weight: 600;
  font-size: 1.6rem;
  top: -1px;
}
.register .v-text-field__slot input::placeholder,
.login .v-text-field__slot input::placeholder {
  font-size: 1.3rem;
  color: #d1d1d1 !important;
}
.register .v-input__icon .v-icon,
.login .v-input__icon .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-input__icon--prepend-inner {
  width: 12px !important;
  min-width: 12px !important;
}
.login .v-input__icon--prepend-inner .v-icon {
  font-size: 12px;
}
.v-date-picker-table {
  height: auto !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  padding: 0;
}
.v-date-picker-table .v-btn {
  padding: 0.5rem 1rem !important;
}
.v-date-picker-table .v-btn--text {
  color: #001154 !important;
}
.v-date-picker-table .v-btn--active {
  color: white !important;
}
.v-date-picker-header {
  padding: 0.4rem 0.8rem !important;
}
.ck-editor__main .ck-content {
  height: 100px;
}
.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--round).v-size--default {
  box-shadow: 0 0 0 !important;
}
.v-btn:not(.v-btn--round, .v-btn--text).v-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--round, .v-btn--text).v-size--default.accent {
  color: #001154;
}
.v-btn--text .v-btn__content {
  font-size: 18px;
}
.theme--dark.v-btn.v-btn--disabled:not(.v-btn--flat):not(.v-btn--text):not(.v-btn--outlined) {
  background-color: #9AABC2 !important;
}
.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #9AABC2 !important;
}
.theme--dark.v-btn.v-btn--disabled {
  color: rgba(0, 0, 0, 0.26) !important;
}
.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 {
  color: #001154 !important;
}
.v-btn--fab:focus::before {
  opacity: 0 !important;
}
.v-btn__content {
  flex: 1;
  white-space: normal;
  text-transform: initial;
}
.v-btn.v-size--small .v-btn__content {
  font-size: 12px;
}
.v-btn.v-size--small.primary--text:hover {
  background-color: #001154;
}
.v-btn.v-size--small.primary--text:hover .v-btn__content {
  color: #fff;
}
.v-btn.v-size--default.accent:hover {
  background-color: #77F5FF !important;
}
.theme--light.v-input input, .theme--light.v-input textarea {
  color: #0F2D59;
}
.v-text-field--outlined.v-input--is-focused fieldset {
  border: 1px solid #0F2D59;
}
.v-text-field--outlined.v-input--has-state fieldset {
  border: 1px solid currentColor;
}
.v-text-field--outlined fieldset {
  border-color: #0F2D59;
}
.v-text-field--outlined .v-label {
  top: 22px;
  color: #0F2D59 !important;
}
.v-text-field--outlined .v-label.primary--text {
  color: #0F2D59 !important;
}
.v-text-field--filled > .v-input__control > .v-input__slot,
.v-text-field--full-width > .v-input__control > .v-input__slot,
.v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: 56px;
}
.v-input__icon .theme--light.v-icon {
  color: #001154 !important;
}
.v-text-field--filled.v-input--is-readonly .v-input__slot {
  pointer-events: none !important;
}
.v-text-field--filled.v-input--is-readonly .v-input__append-inner {
  pointer-events: initial !important;
}
.v-text-field--filled .v-input__slot::before {
  border: none !important;
}
.v-text-field--filled .v-input__slot {
  background-color: #F8F8F8 !important;
}
.v-select.v-text-field--outlined .v-input__icon .theme--light.v-icon {
  color: #001154 !important;
}
.v-select.v-text-field--outlined.v-input--is-dirty .v-select__slot .v-label, .v-select.v-text-field--outlined .v-input--is-focused .v-select__slot .v-label {
  color: #3BA9E0 !important;
  top: 30px;
}
.v-select.v-text-field--outlined.v-input--is-dirty legend, .v-select.v-text-field--outlined .v-input--is-focused legend {
  width: 0 !important;
}
.v-select.v-text-field--outlined .v-input__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-text-field--outlined .v-input__append-inner .v-input__icon.v-input__icon--append .v-icon {
  font-size: 24px;
  color: #fff !important;
}
.v-select.v-text-field--outlined .v-select__selection {
  color: #001154 !important;
}
.v-select.v-text-field--filled .v-select__selection--disabled {
  color: #001154 !important;
}
.v-stepper.theme--light.v-stepper--vertical {
  box-shadow: none;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__content {
  margin-left: 0 !important;
  padding-left: 0;
  padding-right: 36px;
  border-left: none !important;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step {
  padding: 12px 0 10px !important;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step--inactive {
  padding-bottom: 18px !important;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step--inactive:not(:nth-last-child(2)) {
  border-bottom: 2px solid rgba(0, 0, 0, 0.38);
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step:first-child {
  padding-top: 0 !important;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step__step {
  padding-top: 2px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  width: 26px;
  height: 26px;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step--active .v-stepper__step__step, .v-stepper.theme--light.v-stepper--vertical .v-stepper__step--complete .v-stepper__step__step {
  background-color: #001154;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step--active .v-stepper__label, .v-stepper.theme--light.v-stepper--vertical .v-stepper__step--complete .v-stepper__label {
  color: #001154;
}
.v-stepper.theme--light.v-stepper--vertical .v-stepper__step .v-stepper__label {
  padding-top: 3px;
  font-weight: bold;
  font-size: 12px !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__mobile-row) {
  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__expanded__content) {
  background: #fcfcfc !important;
}
.general-table.v-data-table .v-data-table-header 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__mobile-row) {
  border-top: 0px solid #e6e6e6;
  border-bottom: none;
}
.general-table.v-data-table tbody tr:last-child td {
  border-top: 0px solid #e6e6e6;
}
.theme--light.v-data-table tbody tr:hover:not(.v-data-table__expanded__content) {
  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 .v-data-footer__select .v-select__selections {
  display: flex;
  align-items: center !important;
}
.v-data-table .v-data-footer__select {
  display: flex !important;
}
.v-data-table .v-data-footer__select .v-input {
  margin-left: 10px;
}
.v-data-table .v-data-footer__select .v-input .v-select__slot {
  margin-left: 1rem;
  flex-direction: row !important;
}
.v-data-table .v-data-footer__select .v-input .v-select__slot .v-input__append-inner {
  position: static;
}
.v-data-table .v-data-footer__select .v-input .v-select__slot .v-select__selection--comma {
  text-overflow: unset;
  overflow: none;
  min-height: auto;
}
@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-slider--horizontal .v-slider__thumb.primary {
  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-slider--horizontal .v-slider__thumb.primary::before {
  left: 0;
  top: 0;
}
.v-slider.v-slider--horizontal .v-slider__track-container {
  height: 4px;
}
.v-slider.v-slider--horizontal .v-slider__track-background.primary.lighten-3 {
  background-color: #001154 !important;
}
.v-tabs .v-tab {
  text-transform: initial;
  letter-spacing: 0.32px;
}
.v-tabs .v-tab .v-icon {
  margin-right: 12px;
}
.v-tabs .v-slide-group__prev {
  display: none !important;
}
.v-tooltip__content.secondary:before {
  border-color: transparent transparent #001154;
}
@keyframes stretching {
from {
    width: 20%;
}
to {
    width: 100%;
}
}
.v-snack__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-snack__action {
  position: absolute;
  top: 0px;
  right: -2px;
}
.v-snack__content {
  padding: 0 !important;
  max-width: 398px;
}
.v-snack__content .image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  margin-left: 16px;
  margin-right: 16px;
}
.v-snack__content .image-wrapper img {
  width: 32px;
  height: 32px;
}
.v-snack__content .message-wrapper {
  position: relative;
  width: 298px;
}
.v-snack__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-snack.m-error .v-snack__wrapper:after {
  background-color: #d52819;
}
.v-snack.m-error .v-snack__content .message-wrapper .message {
  color: #d52819 !important;
}
.v-snack:not(.v-snack--absolute) {
  padding-top: 24px !important;
}
.row-wrapper {
  height: 100%;
}
.v-snack__wrapper {
  margin-top: 0px !important;
}
.v-snack:not(.v-snack--absolute) {
  padding-top: 80px !important;
}
.row + .row {
  margin-top: 0;
}
.mdi-tag-outline {
  transform: rotate(-45deg);
}
.v-breadcrumbs__divider {
  padding: 0 0rem !important;
}
.features .v-btn__content {
  display: block !important;
}
.v-ripple__container {
  display: none !important;
}
.v-menu__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__content .v-subheader {
  height: auto;
  font-size: 1.3rem;
  color: #333333 !important;
  font-weight: 700;
  padding: 0.5rem 0.4rem;
}
.v-menu__content .v-list-item__title {
  padding-left: 0.5rem;
}
.v-application--is-ltr .v-list-item__action:first-child {
  margin-right: 3px !important;
}
.v-application--is-ltr .v-list-item__action:first-child .v-icon.v-icon {
  font-size: 18px;
}
.v-input--radio-group--column .v-input--radio-group__input {
  flex-direction: row !important;
}
.v-input--radio-group--column .v-radio:not(:last-child):not(:only-child) {
  margin-bottom: 0 !important;
}
.v-input--selection-controls.v-input {
  display: flex !important;
  justify-content: center !important;
}
.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-icon.v-icon.v-icon--link {
  cursor: initial;
}
.v-tooltip__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__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__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__content.second-tooltip span {
  position: relative;
  top: 2px;
}
.v-tooltip__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__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-overlay {
  background-color: rgba(0, 17, 84, 0.7);
}
.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__prev,
.v-window__next {
  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-item--active {
  background-color: #ffffff;
}
.custom-inputs ::v-deep .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
.custom-inputs ::v-deep .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
.custom-inputs ::v-deep .v-text-field__slot, .custom-inputs .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.custom-inputs ::v-deep .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.custom-inputs ::v-deep .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 46px;
}
.custom-inputs ::v-deep .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
}
.v-overlay {
  display: none;
}
.v-overlay--active {
  display: block;
}
::v-deep .cyanPrimary {
  border-color: white !important;
}
.v-application .cyanPrimary {
  background-color: unset !important;
  border-color: white !important;
}
::v-deep .button.button-second.v-btn.v-btn--is-elevated.v-btn--has-bg.v-btn--rounded.theme--light.v-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--is-readonly .v-input__slot {
  pointer-events: none !important;
}
.app-input .v-text-field.v-input--is-readonly .v-input__append-inner {
  pointer-events: initial !important;
}
.app-input .v-text-field.v-input--is-disabled .v-select__slot .v-select__selections .v-select__selection,
.app-input .v-text-field.v-input--is-disabled .v-select__slot .text-ellipsis {
  color: #979797 !important;
}
.app-input .v-text-field.v-input--is-disabled .v-input__slot input {
  color: #979797 !important;
}
.app-input .v-text-field.v-input--is-focused .v-input__slot {
  border-color: #001154;
}
.app-input .v-text-field.error--text .v-input__slot {
  border-color: #d52819;
}
.app-input .v-text-field .v-input__slot {
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid transparent;
}
.app-input .v-text-field .v-input__slot::before {
  content: none !important;
}
.app-input .v-text-field .v-input__slot::after {
  content: none !important;
}
.app-input .v-text-field .v-input__slot .v-text-field__slot input {
  color: #001154;
}
.app-input .v-text-field .v-select__slot .v-select__selections .v-select__selection,
.app-input .v-text-field .v-select__slot .text-ellipsis {
  color: #001154 !important;
}
.app-input .v-text-field .v-text-field__details {
  padding-top: 1px;
}
.app-input .v-text-field .v-text-field__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-select-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-select-list {
  grid-template-columns: 1fr;
}
.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 ::v-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--has-bg.theme--light.v-size--default.primary {
  background: #2969ff !important;
}
.slot-select__checkbox > .v-input__control > .v-input__slot > .v-input--selection-controls__input > .theme--light.v-icon {
  color: #9AABC2 !important;
}
.slot-select__checkbox > .v-input__control > .v-input__slot > .v-input--selection-controls__input > .theme--light.v-icon.mdi-checkbox-marked {
  color: #2969ff !important;
}
.slot-select__checkbox > .v-input__control > .v-input__slot > label {
  font-size: 12px !important;
}
.slot-select__apply-button.theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  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-input__control > .v-input__slot > 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-input__slot {
    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-snack__action {
  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-snack__action {
  top: 6px;
}
.declined-role-wrapper .v-snack__action img {
  filter: invert(100%);
}
.v-snack__timeline {
  position: absolute;
  top: 0px;
  height: 2px;
  background: #dd226f;
}
iframe[src="https://webagent.zentinel.app/"],
iframe[src="https://test-zentinel.prettyfluid.com"],
iframe[src="https://stage-webagent.zentinel.app/"] {
  position: absolute;
  z-index: -999;
}
::v-deep .cursor-pointer {
  cursor: pointer;
}
@media (max-width: 959.98px) {
.notification-snack > div {
    min-width: auto !important;
}
}
@media screen and (max-width: 581px) {
.buy-page.authenticationNeeded {
    padding-top: 83px !important;
}
}.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;
}.custom-icon[data-v-9fc70c16] {
  justify-content: end;
}
[data-v-9fc70c16] .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-9fc70c16] .v-select__selections {
  flex-wrap: nowrap;
}.field-wrapper[data-v-5e9d55b9] {
  width: 47%;
}[data-v-36769e7e] .v-dialog {
  height: 100vh;
  position: relative;
  top: 15px;
  max-height: none;
}
.dialog[data-v-36769e7e] {
  display: flex !important;
  flex-direction: column !important;
}
.dialog__content[data-v-36769e7e] {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.dialog__content .calendly[data-v-36769e7e] {
  height: 100vh !important;
  overflow: hidden !important;
}
.dialog__content .calendly[data-v-36769e7e]::-webkit-scrollbar {
  display: none !important;
}
.close-icon[data-v-36769e7e] {
  position: absolute;
  right: 4%;
  top: 44px;
  cursor: pointer;
}[data-v-5edb0b83] input::-webkit-outer-spin-button,[data-v-5edb0b83] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
[data-v-5edb0b83] input[type=number] {
  -moz-appearance: textfield;
}.image__wrapper[data-v-b3ace5ea] {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  height: 100%;
}
.image__wrapper.loaded .image__item[data-v-b3ace5ea] {
  visibility: visible;
  opacity: 1;
  border: 0;
  object-fit: cover;
}
.image__item[data-v-b3ace5ea] {
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}[data-v-29a0bc2b] .v-dialog__content {
  align-items: end !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-29a0bc2b] .v-dialog {
    margin: 0 !important;
}
}
.asset-dialog-message-advisor[data-v-29a0bc2b] {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: auto;
  padding: 50px 40px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-message-advisor[data-v-29a0bc2b] {
    padding: 12px 16px 40px 16px;
}
}
.asset-dialog-message-advisor__title[data-v-29a0bc2b] {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-message-advisor__title[data-v-29a0bc2b] {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
}
.asset-dialog-message-advisor__image-slider[data-v-29a0bc2b] {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 235px;
  margin: auto;
  margin-top: 24px;
  overflow-x: hidden;
  min-height: 85px;
  scrollbar-width: none;
}
.asset-dialog-message-advisor__image-slider[data-v-29a0bc2b]::-webkit-scrollbar {
  display: none;
}
.asset-dialog-message-advisor__image-loader[data-v-29a0bc2b] {
  margin: auto;
}
.asset-dialog-message-advisor__avatar[data-v-29a0bc2b] {
  width: 100%;
  max-width: 50px;
  height: 50px;
  border-radius: 50%;
  filter: grayscale(100%);
  margin-right: 24px;
  cursor: pointer;
  opacity: 0.8;
}
.asset-dialog-message-advisor__avatar[data-v-29a0bc2b]:first-child {
  margin-left: 76px;
}
.asset-dialog-message-advisor__avatar[data-v-29a0bc2b]:last-child {
  margin-right: 76px;
}
.asset-dialog-message-advisor__avatar--active[data-v-29a0bc2b] {
  opacity: 1;
  max-width: 85px;
  height: 85px;
  filter: none;
  margin-right: 24px;
}
.asset-dialog-message-advisor__information[data-v-29a0bc2b] {
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 80px;
}
.asset-dialog-message-advisor__information-title[data-v-29a0bc2b] {
  font-weight: 600;
  font-size: 16px;
  color: #001154;
  margin-top: 16px;
}
.asset-dialog-message-advisor__information-line:last-child img[data-v-29a0bc2b] {
  margin-right: 8px;
}
.asset-dialog-message-advisor__information-line[data-v-29a0bc2b] {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #001154;
  opacity: 0.7;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-message-advisor__message-field[data-v-29a0bc2b] textarea {
    max-height: 120px !important;
    overflow-y: scroll;
}
}
.asset-dialog-message-advisor__message-field label .v-input__slot[data-v-29a0bc2b] {
  border: none !important;
}
.asset-dialog-message-advisor__message[data-v-29a0bc2b] {
  margin-top: 24px;
}
.asset-dialog-message-advisor__buttons[data-v-29a0bc2b] {
  display: flex;
  justify-content: center;
}
.asset-dialog-message-advisor__button[data-v-29a0bc2b] {
  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-advisor__button--text[data-v-29a0bc2b] {
  color: #3873ff !important;
  background: #fff !important;
  margin-left: 0;
}
.asset-dialog-message-advisor__close[data-v-29a0bc2b] {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.asset-dialog-message-advisor__arrow[data-v-29a0bc2b] {
  position: absolute;
  top: 130px;
  left: 164px;
  cursor: pointer;
}
.asset-dialog-message-advisor__arrow--mobile[data-v-29a0bc2b] {
  top: 130px;
}
.asset-dialog-message-advisor__arrow--mobile.asset-dialog-message-advisor__arrow--left[data-v-29a0bc2b] {
  left: 16px !important;
}
.asset-dialog-message-advisor__arrow--mobile.asset-dialog-message-advisor__arrow--right[data-v-29a0bc2b] {
  right: 16px !important;
}
.asset-dialog-message-advisor__arrow--right[data-v-29a0bc2b] {
  left: auto;
  right: 164px;
}
[data-v-29a0bc2b] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-29a0bc2b] .v-textarea .v-input__slot {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}
[data-v-29a0bc2b] textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
[data-v-29a0bc2b] .v-label {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}[data-v-c888c154] .menu-hidden {
  display: none !important;
}
.v-menu__content[data-v-c888c154] {
  margin-top: 8px;
}
.slot-select[data-v-c888c154] {
  position: relative;
}
.slot-select--errors[data-v-c888c154] {
  border: 1px solid #d52819;
}
.slot-select__icon-wrapper[data-v-c888c154] {
  position: absolute;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 8px;
  right: 12px;
}
.slot-select__menu[data-v-c888c154] {
  top: 193px;
}
.slot-select__menu[data-v-c888c154] .v-menu__content {
  z-index: 999999999 !important;
}
.slot-select__select[data-v-c888c154] {
  height: 30px;
}
.slot-select__select-icon[data-v-c888c154] {
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), visibility 0s;
}
.slot-select__select-icon--active[data-v-c888c154] {
  transform: rotate(180deg);
}
.slot-select__select[data-v-c888c154] .v-text-field__details {
  display: none;
}
.slot-select__select[data-v-c888c154] .v-input__slot {
  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;
}
.slot-select__select[data-v-c888c154] .v-select__selections {
  min-height: 30px !important;
  height: 30px !important;
  margin-top: 12px;
  font-size: 12px;
}
.slot-select__select[data-v-c888c154] .v-select__selections input::placeholder {
  color: #001154 !important;
}
.slot-select__select[data-v-c888c154] .v-input__control {
  min-height: 30px !important;
}
.slot-select__select[data-v-c888c154] .v-icon {
  display: none;
}
.slot-select__select[data-v-c888c154] .v-input__append-inner {
  padding-left: 0;
}
.slot-select__content-wrapper[data-v-c888c154] {
  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;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.slot-select__content-wrapper[data-v-c888c154] {
    width: 100% !important;
    padding-top: 11px;
    padding-left: 13px;
    align-items: start !important;
}
[data-v-c888c154] .v-input--selection-controls__input {
    margin-right: 15px;
}
[data-v-c888c154] .v-input--selection-controls__input i {
    font-size: 28px;
}
[data-v-c888c154] .v-select__slot input {
    top: 2px;
    padding-left: 2px;
    width: fit-content;
    max-width: fit-content;
}
[data-v-c888c154] .slot-select__select--opened .v-select__slot {
    border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
[data-v-c888c154] .v-input__append-inner {
    position: absolute;
    right: 20px;
}
[data-v-c888c154] .slot-select__select {
    height: 56px !important;
}
[data-v-c888c154] .slot-select__select .v-input__slot {
    height: 50px !important;
    border-radius: 7px;
    filter: unset !important;
    box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
}
[data-v-c888c154] .v-select__selections {
    font-style: normal;
    font-weight: 500;
    font-size: 18px !important;
    line-height: 26px;
    color: #001154 !important;
}
[data-v-c888c154] .v-select__selections input {
    font-size: 18px !important;
}
[data-v-c888c154] .v-select__selections 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);
}.tooltip-text[data-v-88e8331f] {
  white-space: initial;
}
.deposit-history-icon[data-v-88e8331f] {
  position: relative;
}
.item-blue[data-v-88e8331f] {
  background: #bbdefb;
  color: rgb(35, 74, 164);
}
.item-blue[data-v-88e8331f]:before {
  border-color: transparent transparent #bbdefb;
}
.item-purple[data-v-88e8331f] {
  background: #e1bee7;
  color: rgb(201, 32, 144);
}
.item-purple[data-v-88e8331f]:before {
  border-color: transparent transparent #e1bee7;
}
.item-red[data-v-88e8331f] {
  background: #ffcdd2;
  color: rgb(213, 40, 25);
}
.item-red[data-v-88e8331f]:before {
  border-color: transparent transparent #ffcdd2;
}
.item-green[data-v-88e8331f] {
  background: #c8e6c9;
  color: rgb(0, 186, 0);
}
.item-green[data-v-88e8331f]:before {
  border-color: transparent transparent #c8e6c9;
}
.item-orange[data-v-88e8331f] {
  background: #ffe0b2;
  color: rgb(237, 136, 17);
}
.item-orange[data-v-88e8331f]:before {
  border-color: transparent transparent #ffe0b2;
}
@media (max-width: 959.98px) {
img[data-v-88e8331f] {
    height: 15px;
}
}[data-v-d09d23ba] td {
  color: #001154;
  font-size: 14px;
  font-weight: 400;
}
[data-v-d09d23ba] th {
  height: 27px !important;
}
.side-panel-docs-title[data-v-d09d23ba] {
  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-d09d23ba] td {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    white-space: nowrap !important;
}
[data-v-d09d23ba] th {
    font-size: 12px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.doc-type[data-v-d09d23ba] {
    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;
}.counter[data-v-75d2a215] {
  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-75d2a215] {
  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-75d2a215] {
    max-width: 100%;
}
}
.v-divider[data-v-75d2a215] {
  background: #001154;
  opacity: 0.1;
}
.done-btn[data-v-75d2a215] {
  border: none;
  color: #2969FF;
  padding: 0 !important;
  min-width: auto !important;
}
.done-btn[data-v-75d2a215]:hover:before {
  opacity: 0;
}
.done-btn[data-v-75d2a215] span {
  font-weight: 500;
  font-size: 14px !important;
}
.v-menu__content[data-v-75d2a215] {
  background: #FFFFFF;
  z-index: 7 !important;
  margin-top: 8px;
}
[data-v-75d2a215] .custom-checkbox label {
  font-size: 14px;
  color: #001154;
  font-weight: 400;
}
[data-v-75d2a215] .custom-checkbox .v-input--selection-controls__input {
  width: 22px;
  height: 22px;
}
.mobile-grow[data-v-75d2a215] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.mobile-grow > .field[data-v-75d2a215] {
  box-shadow: none !important;
}
.mobile-grow[data-v-75d2a215] .v-menu__content {
  margin-top: 0;
}
.mobile-list[data-v-75d2a215] {
  height: 140px;
}
.mobile-list--overflow-auto[data-v-75d2a215] {
  overflow: auto;
}.menu-wrap[data-v-a4195251] {
  position: relative;
}
.field[data-v-a4195251] {
  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;
  font-size: 18px;
  color: #001154;
}
@media (max-width: 500px) {
.field[data-v-a4195251] {
    max-width: 100%;
}
}
.v-divider[data-v-a4195251] {
  background: #001154;
  opacity: 0.1;
}
.done-btn[data-v-a4195251] {
  border: none;
  color: #2969FF;
  padding: 0 !important;
  min-width: auto !important;
}
.done-btn[data-v-a4195251]:hover:before {
  opacity: 0;
}
.done-btn[data-v-a4195251] span {
  font-weight: 500;
  font-size: 14px !important;
}
.v-menu__content[data-v-a4195251] {
  background: #FFFFFF;
  z-index: 7 !important;
  margin-top: 8px;
}
[data-v-a4195251] .v-input--radio-group {
  padding-top: 0;
}
[data-v-a4195251] .v-input--radio-group .v-input__slot {
  margin-bottom: 0;
}
[data-v-a4195251] .v-menu__content {
  min-width: auto !important;
  max-width: 100%;
  padding-top: 7px;
  top: 28px !important;
  right: 0 !important;
  left: 0 !important;
}
[data-v-a4195251] .custom-checkbox label {
  font-size: 14px;
  color: #001154;
  font-weight: 400;
}
[data-v-a4195251] .custom-checkbox .v-input--selection-controls__input {
  width: 22px;
  height: 22px;
}
[data-v-a4195251] .v-label {
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.mobile-grow[data-v-a4195251] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.mobile-list[data-v-a4195251] {
  height: 140px;
}.mobile-header-section .buyer-search-asset-title[data-v-2328eb7c] {
  position: relative;
}
.mobile-header-section[data-v-2328eb7c] {
  position: relative;
}
.mobile-header-section .full-width[data-v-2328eb7c] {
  width: 100%;
}
.mobile-header-section.filter-opened[data-v-2328eb7c] {
  position: fixed;
  top: 59px;
  left: 0;
  right: 0;
  background: #fff;
  margin-top: 0 !important;
  padding-top: 12px;
  z-index: 99;
}
.mobile-header-section .filter-section[data-v-2328eb7c] {
  height: 100vh;
}
.mobile-header-section .pager[data-v-2328eb7c] {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.mobile-header-section .pager-wrapper[data-v-2328eb7c] {
  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%;
}
.mobile-header-section .pager-title[data-v-2328eb7c] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #145aff;
  padding-top: 1px;
}
.mobile-header-section .pager-count span[data-v-2328eb7c] {
  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;
}
.mobile-header-section .buyer-pager-wrapper[data-v-2328eb7c] {
  background: #145aff;
}
.mobile-header-section .buyer-pager-wrapper .pager-title[data-v-2328eb7c] {
  color: #ffffff;
}
.mobile-header-section .buyer-pager-wrapper .pager-count span[data-v-2328eb7c] {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
}
.mobile-header-section .filter-btn[data-v-2328eb7c] {
  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;
}
.mobile-header-section .filter-btn.active[data-v-2328eb7c] {
  background: #145aff;
}
.mobile-header-section .filter-btn.active .pager-title[data-v-2328eb7c] {
  color: #ffffff;
}
.mobile-header-section .reset-filter[data-v-2328eb7c] {
  size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.mobile-header-section .submit-filter[data-v-2328eb7c] {
  border-radius: 7px;
  color: #ffffff;
}
.mobile-header-section .margin-top-4-5[data-v-2328eb7c] {
  margin-top: 10px;
}
.mobile-filter-actions[data-v-2328eb7c] {
  position: fixed;
  bottom: 25px;
  width: 100%;
  padding-right: 22px;
}
@media (max-width: 959.98px) {
.mobile-header-section.filter-opened[data-v-2328eb7c] {
    z-index: 201;
}
.input-wrapper[data-v-2328eb7c] {
    width: 100%;
}
[data-v-2328eb7c] .field {
    max-width: none;
}
}
.v-chip[data-v-09cab682] {
  height: 34px;
  opacity: 0.7;
  background: url("data:image/svg+xml,%3csvg%20width='10'%20height='10'%20viewBox='0%200%2010%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.488369%2010C0.391784%2010%200.297363%209.97139%200.217049%209.91774C0.136735%209.86409%200.0741374%209.78782%200.0371733%209.69859C0.000209162%209.60936%20-0.00946053%209.51117%200.00938733%209.41644C0.0282352%209.32171%200.0747538%209.2347%200.143059%209.16641L9.16644%200.143032C9.25802%200.0514502%209.38223%200%209.51175%200C9.64127%200%209.76548%200.0514502%209.85706%200.143032C9.94864%200.234614%2010.0001%200.358826%2010.0001%200.488343C10.0001%200.617859%209.94864%200.742071%209.85706%200.833653L0.83368%209.85703C0.788375%209.90243%200.734547%209.93843%200.675288%209.96297C0.616029%209.9875%200.552507%2010.0001%200.488369%2010Z'%20fill='white'/%3e%3cpath%20d='M9.51172%2010C9.44759%2010.0001%209.38406%209.9875%209.3248%209.96297C9.26555%209.93843%209.21172%209.90243%209.16641%209.85703L0.143032%200.833653C0.0514502%200.742071%200%200.617859%200%200.488343C0%200.358826%200.0514502%200.234614%200.143032%200.143032C0.234614%200.0514502%200.358826%200%200.488343%200C0.617859%200%200.742071%200.0514502%200.833653%200.143032L9.85703%209.16641C9.92534%209.2347%209.97186%209.32171%209.99071%209.41644C10.0096%209.51117%209.99988%209.60936%209.96292%209.69859C9.92596%209.78782%209.86336%209.86409%209.78304%209.91774C9.70273%209.97139%209.60831%2010%209.51172%2010V10Z'%20fill='white'/%3e%3c/svg%3e") no-repeat 91% center, #2969ff !important;
  padding-right: 26px;
}
.toggle-types[data-v-218e8dbd] .v-tab--active:hover::before,
.toggle-types[data-v-218e8dbd] .v-tab--active::before {
  opacity: 0;
}
.toggle-types[data-v-218e8dbd] .v-tabs-bar {
  height: 27px;
  background: none;
}
.toggle-types[data-v-218e8dbd] .v-tabs-bar .v-tab {
  padding: 0;
  min-width: auto;
}
.toggle-types[data-v-218e8dbd] .v-tabs-bar .v-tab .label {
  font-size: 14px;
  font-weight: 600;
  color: #001154;
}
.toggle-types[data-v-218e8dbd] .v-tabs-bar .v-tab.v-tab--active .label {
  color: #2969FF;
  opacity: 0.8;
}
.toggle-types[data-v-218e8dbd] .v-tabs-bar .v-tabs-slider-wrapper {
  height: 1px;
}
.toggle-types[data-v-218e8dbd] .v-tabs-bar .v-tabs-slider-wrapper .v-tabs-slider {
  background: #2969FF;
  opacity: 0.8;
}
.toggle-types[data-v-218e8dbd] .v-badge__badge {
  width: 11px;
  height: 11px;
  font-size: 7px;
  padding: 3px 1px;
  font-weight: 500;
  min-width: auto;
}.counter-data[data-v-20d5049d] {
  font-weight: 600;
  font-size: 20px;
  color: #FFFFFF;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.counter-data[data-v-20d5049d] {
    font-size: 12px;
}
}.mobile-offer-asset[data-v-94631a6c] {
  border-top: 1px solid #9aabc2;
}
.mobile-offer-asset .left-part[data-v-94631a6c] {
  position: relative;
  padding-left: 18px;
}
.mobile-offer-asset .left-part .asset-info[data-v-94631a6c] {
  width: 100%;
}
.mobile-offer-asset[data-v-94631a6c] .status {
  position: absolute;
  left: 0;
  height: 100%;
}
.mobile-offer-asset[data-v-94631a6c] .status__text {
  font-size: 12px;
}
.mobile-offer-asset .mobile-title[data-v-94631a6c] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
}
.mobile-offer-asset .label[data-v-94631a6c] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.mobile-offer-asset .value[data-v-94631a6c] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.mobile-offer-asset .sub-value[data-v-94631a6c] {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #001154;
}
.mobile-offer-asset .view-button[data-v-94631a6c] {
  min-height: 38px;
  min-width: auto;
  width: 38px;
  position: absolute;
  z-index: 2;
  top: 32px;
  left: 50%;
  background: #ffffff;
  opacity: 0.85;
  box-shadow: 0px 13.5247px 27.0494px rgba(223, 223, 223, 0.44);
  border-radius: 50%;
  margin-left: -10px;
}
.mobile-offer-asset .mobile-timer[data-v-94631a6c] {
  position: absolute;
  bottom: 0;
  z-index: 1;
  width: calc(100% - 18px);
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
  color: #ffffff;
}
.mobile-offer-asset .mobile-timer[data-v-94631a6c] .countdown-title {
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
}
.mobile-offer-asset .mobile-timer[data-v-94631a6c] .countdown-value {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.mobile-offer-asset .mobile-timer[data-v-94631a6c] .mx-3 {
  margin: 0 3px !important;
}
@media (max-width: 960px) {
.mobile-offer-asset .mobile-title[data-v-94631a6c] {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
}[data-v-830d0e63] .col:last-child .mobile-offer-asset {
  border-bottom: 1px solid #9aabc2;
}.mobile-info .title-mobile[data-v-2a6fa08e] {
  font-weight: 500;
  font-size: 12px !important;
  line-height: 26px;
  color: #001154;
  display: flex;
}
.mobile-info .title-light[data-v-2a6fa08e] {
  font-weight: 400;
  line-height: 15px;
}
.mobile-info .text[data-v-2a6fa08e] {
  font-weight: 700;
  font-size: 18px !important;
  line-height: 18px;
  color: #001154;
}
.mobile-info .sub-title-mobile[data-v-2a6fa08e] {
  font-weight: 400;
  font-size: 10px !important;
  line-height: 15px;
  color: #001154;
}.offer-header[data-v-fb873d0f] {
  position: relative;
}
.offer-header__kebab-menu[data-v-fb873d0f] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.offer-header .status-wrap .stop-btn[data-v-fb873d0f] {
  display: inline-block;
}
.offer-header .status[data-v-fb873d0f] {
  border-radius: 3px;
  font-weight: 700;
  font-size: 32px;
}
.offer-header .status.success-status[data-v-fb873d0f] {
  background: rgba(54, 134, 0, 0.2);
  color: #368600;
}
.offer-header .status.error-status[data-v-fb873d0f] {
  background: rgba(229, 32, 32, 0.2);
  color: #E62020;
}
.offer-header .status.warning-status[data-v-fb873d0f] {
  background: rgba(229, 152, 0, 0.2);
  color: #E69800;
}
.offer-header .status.secondary-status[data-v-fb873d0f] {
  background: rgba(68, 68, 68, 0.2);
  color: #444444;
}
.offer-header .title[data-v-fb873d0f] {
  font-size: 32px !important;
  font-weight: 700;
}
.offer-header .sub-title[data-v-fb873d0f] {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.offer-header .status[data-v-fb873d0f] {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border-radius: 0;
}
.offer-header .title[data-v-fb873d0f] {
    line-height: 18.45px;
    font-size: 18px !important;
}
.offer-header .panel-header-text[data-v-fb873d0f] {
    color: #2969ff;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}
.offer-header[data-v-fb873d0f] .v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus::before {
    opacity: 0;
}
.offer-header[data-v-fb873d0f] .v-expansion-panel-header {
    min-height: auto;
}
.offer-header[data-v-fb873d0f] .v-expansion-panel--active > .v-expansion-panel-header {
    min-height: auto;
}
.offer-header[data-v-fb873d0f] .v-expansion-panel-content__wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.offer-header .separator[data-v-fb873d0f] {
    background: #001154;
    opacity: 0.1;
    height: 1px;
}
}.icon-block[data-v-912aa385] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.data[data-v-912aa385] {
  font-size: 16px;
  font-weight: 400;
  color: #001154;
  display: flex;
  align-items: center;
}
.data span[data-v-912aa385] {
  font-size: 40px;
  font-weight: 700;
}
.footer-title[data-v-912aa385] {
  white-space: nowrap;
}
.offer-bid-price[data-v-46ca57b9] {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-weight: 600;
}
.offer-percent-value[data-v-46ca57b9] {
  display: flex;
  justify-content: center;
  margin-top: 4px;
  text-align: center;
}
.offer-donat-item[data-v-46ca57b9] {
  position: relative;
}
.status-section[data-v-46ca57b9] {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  font-weight: bold;
  padding: 0 8px;
  border-radius: 5px;
}
.processing[data-v-46ca57b9] {
  background: rgba(229, 152, 0, 0.2);
  color: #e69800;
}
.chart-title[data-v-5cca921c] {
  font-size: 16px;
  font-weight: 500;
  color: #001154;
  white-space: nowrap;
}
.chart-title.hide-title[data-v-5cca921c] {
  opacity: 0;
}
.chart-title[data-v-5cca921c] .v-tooltip__content::before {
  display: none !important;
}
[data-v-5cca921c] .apexcharts-datalabels-group text {
  fill: #001154;
  font-weight: 400;
  font-size: 14px;
}
[data-v-5cca921c] .apexcharts-datalabels-group > text:first-child {
  font-weight: 600;
  font-size: 20px;
}
.oreo-upb-chart[data-v-5cca921c] .apexcharts-datalabels-group text:last-child {
  display: none !important;
}
.oreo-upb-chart.bankrupt-upb[data-v-5cca921c] .apexcharts-datalabels-group text:first-child {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
}
.oreo-upb-chart.foreclosure-upb[data-v-5cca921c] .apexcharts-datalabels-group text:first-child {
  font-size: 11px;
}.info-status[data-v-fdbbe071] {
  font-weight: 600;
  font-size: 24px;
}
.info-date[data-v-fdbbe071] {
  font-weight: 800;
  font-size: 64px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.info-status[data-v-fdbbe071] {
    font-size: 12px;
    line-height: 20px;
}
.info-date[data-v-fdbbe071] {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
}
}.image-collage[data-v-466d4185] {
  width: 100% !important;
  height: 100%;
}
.image-collage__cover[data-v-466d4185] {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.image-collage__cover-darker-layout[data-v-466d4185] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #001154;
  opacity: 0.6;
  top: 0;
}
.image-collage__cover-image[data-v-466d4185] {
  width: 50%;
  flex-grow: 1;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.image-collage__cover[data-v-466d4185] {
    border-radius: 7px 7px 0 0;
}
}.image-collage[data-v-ebd5f0a4] {
  max-height: 423px;
}
.h-100[data-v-ebd5f0a4] {
  height: 100%;
}
.coverage[data-v-ebd5f0a4] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #001154;
  opacity: 0.55;
}
.center-section[data-v-ebd5f0a4] {
  position: absolute;
  top: 37%;
  z-index: 1;
  left: 0;
  right: 0;
}
.counter[data-v-ebd5f0a4] {
  z-index: 1;
  margin-top: -50px;
}
.counter[data-v-ebd5f0a4] div {
  color: #FFFFFF;
}
.counter[data-v-ebd5f0a4] div.element {
  width: 82px;
  text-align: center;
}
.counter[data-v-ebd5f0a4] div.countdown-title {
  font-weight: 600;
  font-size: 24px;
}
.counter[data-v-ebd5f0a4] div.countdown-value {
  font-weight: 800;
  font-size: 64px;
  line-height: 70px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.coverage[data-v-ebd5f0a4] {
    border-radius: 7px 7px 0 0;
}
.counter[data-v-ebd5f0a4] {
    margin-top: -35px;
}
.counter[data-v-ebd5f0a4] div.element {
    width: 50px;
}
.counter[data-v-ebd5f0a4] div.countdown-title {
    font-size: 12px;
}
.counter[data-v-ebd5f0a4] div.countdown-value {
    font-size: 32px;
    line-height: 40px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.image-collage[data-v-ebd5f0a4] {
    height: 280px;
}
.bg-img[data-v-ebd5f0a4] {
    height: 280px !important;
    max-height: none !important;
}
}.offer-asset-wrapper[data-v-5814b1f5] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffffff;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 10px;
}
.offer-asset[data-v-5814b1f5] {
  display: grid;
  grid-template-columns: 56px 311px auto;
  border-right: 1px solid rgba(0, 17, 84, 0.1);
}
.offer-asset__image-wrapper[data-v-5814b1f5] {
  height: 194px;
  width: 311px;
  position: relative;
}
.asset-data[data-v-5814b1f5] {
  padding-top: 24px;
  margin-left: 24px;
  display: flex;
  flex-direction: column;
}
.asset-data__title[data-v-5814b1f5] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100px;
}
.asset-data__address[data-v-5814b1f5] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  opacity: 0.8;
}
.asset-data__upb[data-v-5814b1f5] {
  margin-top: auto;
  display: flex;
  column-gap: 8px;
  align-items: center;
}
.upb-title[data-v-5814b1f5] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.175px;
  color: #001154;
}
.upb-value[data-v-5814b1f5] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.asset-allocation[data-v-5814b1f5] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.asset-allocation__title[data-v-5814b1f5] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-width: 220px;
  width: 100%;
}
.asset-allocation__title-label[data-v-5814b1f5] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.asset-allocation__title-value[data-v-5814b1f5] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #001154;
}
.donut-wrapper[data-v-5814b1f5] {
  height: auto;
  width: 245px;
}
.countdown-wrapper[data-v-5814b1f5] {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 17, 84, 0)), to(rgba(0, 17, 84, 0.7)));
  background: linear-gradient(180deg, rgba(0, 17, 84, 0) 0%, rgba(0, 17, 84, 0.7) 100%);
  height: 71px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  padding-bottom: 8px;
}
.countdown-wrapper[data-v-5814b1f5] .countdown-title {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
  color: #ffffff;
}
.view-icon[data-v-5814b1f5] {
  position: absolute;
  top: 44%;
  left: 50%;
}
.icon-wrapper[data-v-5814b1f5] {
  background: #ffffff;
  opacity: 0.85;
  box-shadow: 0px 9.69697px 19.3939px rgba(223, 223, 223, 0.44);
  border-radius: 60.6;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 31px;
}
.offer-asset__image-wrapper[data-v-5814b1f5] figure {
  width: 100%;
  max-width: 311px;
}.offer-assets-list[data-v-d3781480] {
  width: 100%;
}
.offer-assets-list__title[data-v-d3781480] {
  display: flex;
  width: 100%;
  background: #f2f6ff;
  justify-content: center;
  cursor: pointer;
}
.offer-assets-list__items[data-v-d3781480] {
  min-height: 300px;
  height: auto;
  padding: 0px 24px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-bottom: 9px;
  padding-top: 24px;
}
.offer-details[data-v-d3781480] {
  align-items: center;
  height: 38px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #2969ff;
}.offer-title-wrapper[data-v-8224475b] {
  padding-top: 16px;
}
.offer-title-wrapper__title[data-v-8224475b] {
  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-8224475b] {
  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-8224475b] {
  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-8224475b] {
    font-size: 16px;
}
}
.send-webhook[data-v-8224475b] {
  border-radius: 8px;
  font-size: 16px !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.webhook-wrapper[data-v-8224475b] {
    text-align: right;
    padding-right: 18px;
}
}.offer-details-wrapper[data-v-467f589c] {
  border-top: 1px solid #9aabc2;
  border-bottom: 1px solid #9aabc2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.offer-details-wrapper__item[data-v-467f589c]:first-child {
  border-right: 1px solid #9aabc2;
  padding-right: 30px;
}
.offer-details-wrapper__item[data-v-467f589c]:nth-child(2) {
  padding-left: 30px;
}
.offer-details-wrapper__item[data-v-467f589c] {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 16px 0;
}
.offer-detail[data-v-467f589c] {
  display: flex;
  justify-content: space-between;
}
.offer-detail__title[data-v-467f589c] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; /* 128.571% */
}
.offer-detail__value[data-v-467f589c] {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
}
@media (max-width: 600px) {
.offer-details-wrapper[data-v-467f589c] {
    border-top: 1px solid #9aabc2;
    border-bottom: 1px solid #9aabc2;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.offer-details-wrapper__item[data-v-467f589c]:first-child {
    border-right: none;
    padding-right: 0;
}
.offer-details-wrapper__item[data-v-467f589c]:nth-child(2) {
    padding-left: 10px;
}
.offer-details-wrapper__item[data-v-467f589c] {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    padding: 16px 0;
}
.offer-detail[data-v-467f589c] {
    display: flex;
    justify-content: unset;
}
.offer-detail__title[data-v-467f589c] {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 128.571% */
}
.offer-detail__value[data-v-467f589c] {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
    margin-left: 8px;
}
}.v-card__title[data-v-7b8e074e] {
  color: #001154;
  justify-content: center;
}
.v-card__text .image[data-v-7b8e074e] {
  text-align: center;
}
.v-card__text .text[data-v-7b8e074e] {
  font-size: 14px;
  font-weight: 400;
  color: #001154;
  max-width: 420px;
  text-align: center;
  margin: 0 auto;
}
.v-card__actions[data-v-7b8e074e] {
  justify-content: space-evenly;
}
.v-btn[data-v-7b8e074e] {
  border-radius: 7px;
}
[data-v-7b8e074e] .v-btn.v-btn--outlined span {
  color: #2969FF;
}
.v-btn[data-v-7b8e074e] span {
  font-size: 16px !important;
  font-weight: 500;
  color: #FFFFFF;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.withdraw-offer[data-v-7b8e074e] {
    position: relative !important;
}
.withdraw-offer__close[data-v-7b8e074e] {
    position: absolute;
    top: 4px;
    right: 4px;
}
.withdraw-offer__title[data-v-7b8e074e] {
    font-weight: 600 !important;
    font-size: 24px !important;
    line-height: 32px !important;
}
.withdraw-offer__actions[data-v-7b8e074e] {
    width: 100%;
    max-width: 382px;
    margin: auto !important;
}
.text[data-v-7b8e074e] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
[data-v-7b8e074e] .v-dialog {
    margin: 0 !important;
}
}.asset-dialog-message-admin[data-v-b91d3510] {
  position: relative;
  width: 100%;
  max-width: 610px;
  margin: auto;
  padding: 37px 40px;
  position: relative;
}
.asset-dialog-message-admin__close-icon[data-v-b91d3510] {
  position: absolute;
  top: 0px;
  right: 0px;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.asset-dialog-message-admin__title[data-v-b91d3510] {
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: #001154;
}
.asset-dialog-message-admin__image[data-v-b91d3510] {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.asset-dialog-message-admin__message-field[data-v-b91d3510] .v-input__slot {
  border: none !important;
}
.asset-dialog-message-admin__message[data-v-b91d3510] {
  margin-top: 24px;
}
.asset-dialog-message-admin__buttons[data-v-b91d3510] {
  display: flex;
  justify-content: center;
}
.asset-dialog-message-admin__button[data-v-b91d3510] {
  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-b91d3510] {
  color: #3873ff !important;
  background: #fff !important;
  margin-left: 0;
}
.asset-dialog-message-admin__arrow[data-v-b91d3510] {
  position: absolute;
  top: 130px;
  left: 164px;
  cursor: pointer;
}
.asset-dialog-message-admin__arrow--right[data-v-b91d3510] {
  left: auto;
  right: 164px;
}
[data-v-b91d3510] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-b91d3510] .v-textarea .v-input__slot {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}
[data-v-b91d3510] textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}
[data-v-b91d3510] .v-label {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}.action-btn[data-v-e2624cf3] {
  width: 230px;
  height: 40px;
}
.button-text[data-v-e2624cf3] {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}
.theme--light.v-btn.v-btn--disabled.v-btn--has-bg[data-v-e2624cf3] {
  background: #9aabc2 !important;
}.buyer-side-panel-actions[data-v-7bc08643] {
  padding-bottom: 16px;
  border-bottom: 1px solid #9aabc2;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 12px;
}
.button-text[data-v-7bc08643] {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px; /* 162.5% */
}
.view-btn.v-btn--disabled img[data-v-7bc08643] {
  opacity: 0.2;
}
@media (max-width: 960px) {
.buyer-side-panel-actions[data-v-7bc08643] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 12px;
}
.custom-btn[data-v-7bc08643] .action-btn {
    width: 100% !important;
}
button[data-v-7bc08643] {
    flex: 1;
}
button img[data-v-7bc08643] {
    width: 16px;
    height: 16px;
    margin-top: 4px;
}
.button-text[data-v-7bc08643] {
    font-size: 12px;
    white-space: nowrap;
}
[data-v-7bc08643] button {
    flex: 1 !important;
    font-size: 12px !important;
}
[data-v-7bc08643] .action-btn {
    width: auto !important;
}
[data-v-7bc08643] .action-btn-text {
    font-size: 12px;
    white-space: unset;
}
}.buyer-side-panel-comment__title[data-v-e6737143] {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.buyer-side-panel-comment[data-v-e6737143] {
  padding-bottom: 16px;
  border-bottom: 1px solid #9aabc2;
}
.comment-area[data-v-e6737143] {
  background: #f5f5f5;
  padding-left: 16px;
  color: #979797;
  height: 151px;
  border-radius: 1px;
}
@media (max-width: 600px) {
.comment-area[data-v-e6737143] {
    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%;
}
}.buyer-search-asset-title[data-v-34edaf2c] {
  position: relative;
}
.dashboard-page[data-v-34edaf2c] .v-input__prepend-inner {
  top: 8px;
}
.reset-all-filters[data-v-34edaf2c] {
  height: 34px;
  background: #002C91 !important;
}
.reset-all-filters img[data-v-34edaf2c] {
  width: 12px;
  height: 14px;
}
.filters[data-v-34edaf2c],
.active-filters[data-v-34edaf2c] {
  padding: 16px 32px;
}
.v-divider[data-v-34edaf2c] {
  background: #001154;
  opacity: 0.1;
}
.active-filters[data-v-34edaf2c] {
  padding-top: 0;
  background: #ffffff;
}
.filters[data-v-34edaf2c] {
  display: flex;
  box-shadow: 0 26.6667px 40px rgba(177, 201, 216, 0.12);
}
.filters .autocomplete[data-v-34edaf2c] {
  width: 100%;
  max-width: 400px;
  height: 40px;
  display: flex;
  align-items: center;
}
.filters .offer-status-field[data-v-34edaf2c] {
  width: 203px;
}
.filters .time-sort-field[data-v-34edaf2c] {
  width: 203px;
}
.v-chip--label[data-v-34edaf2c] {
  border-radius: 5px !important;
}
[data-v-34edaf2c] .gmaps-autocomplete {
  width: 398px;
}
[data-v-34edaf2c] .gmaps-autocomplete input::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #001154;
  opacity: 0.5;
}
[data-v-34edaf2c] .gmaps-autocomplete img {
  width: 18px;
  height: 18px;
}
[data-v-34edaf2c] .gmaps-autocomplete .v-input__append-inner {
  display: none;
}
[data-v-34edaf2c] .autocomplete-selector__placeholder {
  font-size: 16px;
  font-weight: 400;
  padding-right: 100px;
}
[data-v-34edaf2c] .autocomplete-selector__icon {
  top: 11px;
}
[data-v-34edaf2c] .autocomplete-selector__icon img {
  width: 18px;
  height: 18px;
}
.wrapper[data-v-34edaf2c] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.left-section[data-v-34edaf2c] {
  border-radius: 7px 0 0 7px;
  overflow: hidden;
}
.separator[data-v-34edaf2c] {
  background: #001154;
  opacity: 0.1;
  height: 1px;
}
.position-relative[data-v-34edaf2c] {
  position: relative;
}
[data-v-34edaf2c] .input-wrapper {
  display: flex;
  height: 40px;
  background: #ffffff;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  width: 398px;
}
@media (max-width: 500px) {
[data-v-34edaf2c] .input-wrapper {
    width: 100%;
}
}
[data-v-34edaf2c] .input-wrapper .search-input-wrapper {
  width: 100%;
}
[data-v-34edaf2c] .input-wrapper input {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  width: 200px;
  color: #001154;
}
[data-v-34edaf2c] .input-wrapper .v-input__slot {
  font-size: 16px;
  position: relative;
  padding-left: 16px;
  padding-right: 5px;
}
[data-v-34edaf2c] .input-wrapper .v-input {
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}
[data-v-34edaf2c] .v-input__slot::after {
  display: none !important;
}
[data-v-34edaf2c] .v-input__slot::before {
  display: none !important;
}
.sort-field[data-v-34edaf2c] .slot-select__select .v-input__control {
  min-height: 40px !important;
  height: 40px !important;
}
.sort-field[data-v-34edaf2c] .slot-select__select .v-input__slot {
  min-height: 40px !important;
  height: 40px !important;
}
.sort-field[data-v-34edaf2c] .slot-select__select .v-select__selections {
  min-height: 40px !important;
  height: 40px !important;
  margin-top: 0 !important;
}
.offer-type[data-v-34edaf2c] {
  background: #905cff;
  box-shadow: 4.7801px 6.37347px 23.9005px rgba(255, 255, 255, 0.3);
  color: #ffffff;
  transform: rotate(-47deg);
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  width: 320px;
  position: absolute;
  text-align: center;
  z-index: 1;
  top: 35px;
  padding: 12px 0;
  left: -105px;
}
.multi-offer[data-v-34edaf2c] {
  position: relative;
}
.multi-offer .wrapper[data-v-34edaf2c] {
  border-bottom-right-radius: 7px;
  border-top-right-radius: 0px;
}
.multi-offer .left-section[data-v-34edaf2c] {
  border-radius: 0px 0 0 0px;
}
.multi-offer[data-v-34edaf2c] .title {
  display: none;
}
.multi-offer[data-v-34edaf2c] .sub-title {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.left-section[data-v-34edaf2c] {
    min-height: 169px;
    border-radius: 7px 7px 0 0;
}
.offer-type[data-v-34edaf2c] {
    background: #905cff;
    box-shadow: 2.43086px 3.24114px 12.1543px rgba(255, 255, 255, 0.3);
    color: #ffffff;
    transform: rotate(-47deg);
    font-weight: 600;
    font-size: 12px;
    line-height: 13px;
    width: 140px;
    position: absolute;
    z-index: 1;
    top: 16px;
    padding: 11px 0;
    left: -37px;
}
.multi-counter[data-v-34edaf2c] {
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    color: #fff;
}
.multi-offer[data-v-34edaf2c] .title {
    display: block;
}
.multi-offer[data-v-34edaf2c] .sub-title {
    display: block !important;
}
}
.empty-offers-text-wrapper[data-v-34edaf2c] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}
[data-v-34edaf2c] .v-autocomplete fieldset {
  border: none;
}
[data-v-34edaf2c] .v-autocomplete .v-input__append-inner {
  background: #ffffff;
}
[data-v-34edaf2c] .v-autocomplete .v-input__icon--clear button {
  cursor: pointer;
}
[data-v-34edaf2c] .v-autocomplete .v-input__control .v-input__slot .v-select__slot .v-input__append-inner i {
  color: #2969ff !important;
}
[data-v-34edaf2c] .slot-select__select,[data-v-34edaf2c] .slot-select__select .v-input__slot,[data-v-34edaf2c] .slot-select__select .v-select__selections {
  height: 40px !important;
  margin: 0;
}
[data-v-34edaf2c] input {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #001154;
}
[data-v-34edaf2c] .second-select .v-select__selections {
  bottom: 0 !important;
}
[data-v-34edaf2c] .slot-select__apply-button {
  border: none;
  color: #2969ff;
  width: auto;
  padding: 0;
  min-width: auto;
}
[data-v-34edaf2c] .sort-button.active span {
  color: #2969ff;
}
[data-v-34edaf2c] .sort-button span {
  font-size: 14px;
  font-weight: 400;
  color: #001154;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-34edaf2c] .multi-counter {
    font-size: 14px;
}
}.seller-list-empty[data-v-2059b46a] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 643px;
}
.seller-list-empty__text[data-v-2059b46a] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001154;
  opacity: 0.5;
  margin-top: 4px;
}
.seller-list-empty__buttons[data-v-2059b46a] {
  margin-top: 32px;
  display: flex;
  column-gap: 24px;
}
.custom-btn[data-v-2059b46a] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}[data-v-967fdc49] .error--text {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-967fdc49] .error--text ::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-967fdc49] .error--text .v-input__slot {
  border-color: #d52819;
}[data-v-ce0ef5f3] .menu-hidden {
  display: none !important;
}
.content-wrapper[data-v-ce0ef5f3] {
  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-ce0ef5f3] {
  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-ce0ef5f3] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-bottom: 10px;
  padding-top: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.group-items__item[data-v-ce0ef5f3] {
  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-ce0ef5f3] .v-input--checkbox {
  height: 16px;
  margin-top: 0px;
  position: relative;
  bottom: 7px;
}
[data-v-ce0ef5f3] .v-input--selection-controls__input i {
  color: rgba(9, 49, 107, 0.4) !important;
}
@media (max-width: 959.98px) {
.group-items[data-v-ce0ef5f3] {
    flex-direction: column;
}
}.ckeditor-wrapper[data-v-898fbf9d] {
  position: relative;
}
.ckeditor-wrapper .ck-label[data-v-898fbf9d] {
  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-898fbf9d] {
  display: none !important;
}
.ckeditor-wrapper p[data-v-898fbf9d] {
  color: #1f365e;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.asset-status-field[data-v-898fbf9d] .v-menu__content,
.asset-type-field[data-v-898fbf9d] .v-menu__content,
.asset-collateral-field[data-v-898fbf9d] .v-menu__content,
.asset-collateralsub-field[data-v-898fbf9d] .v-menu__content {
  width: 100%;
  left: 0 !important;
}
[data-v-898fbf9d] .v-input__slot {
  margin: 0;
  height: 40px;
}
[data-v-898fbf9d] .v-input__append-outer {
  margin-top: 13px;
}
[data-v-898fbf9d] .v-select.v-select--chips .v-select__selections {
  min-height: auto;
  bottom: auto;
}
[data-v-898fbf9d] .v-menu__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-898fbf9d] .v-simple-checkbox .v-icon {
  font-size: 21px !important;
}
[data-v-898fbf9d] .v-menu__content .v-list-item__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
[data-v-898fbf9d] .ck-content {
  min-height: 224px !important;
}
[data-v-898fbf9d] .v-input__append-inner {
  align-self: center;
  margin: 0 12px 0 0;
  padding: 0;
}
.asset-type .v-select-list[data-v-898fbf9d] {
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 10px;
  padding: 16px;
}
.asset-type[data-v-898fbf9d] .theme--light.v-list-item:hover::before {
  opacity: 0;
}
.asset-type[data-v-898fbf9d] .v-list-item {
  padding: 0;
}
.asset-type[data-v-898fbf9d] .v-list-item__title {
  padding: 0;
}
.custom-icon[data-v-898fbf9d] {
  justify-content: end;
}
.collateral-subtypes[data-v-898fbf9d] {
  position: relative;
}
.collateral-subtypes[data-v-898fbf9d] .group-items__item {
  width: 100%;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper {
  width: 100%;
  padding: 16px;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .group-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .item-name {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .v-input--checkbox {
  padding: 0;
  height: auto;
  bottom: 3px;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .v-input--selection-controls__input {
  margin-right: 0 !important;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .v-input__slot {
  height: auto !important;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .v-messages {
  display: none;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .v-icon {
  font-size: 21px !important;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .group-items__item .v-input {
  background: none;
}
.collateral-subtypes[data-v-898fbf9d] .content-wrapper .group-items__item .v-input .item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.collateral-subtypes[data-v-898fbf9d] .v-menu__content {
  left: 0;
  right: 0;
  top: 50px;
  z-index: 8 !important;
}
.collateral-subtypes[data-v-898fbf9d] .v-input--is-label-active i {
  color: #2969ff !important;
}
.collateral-subtypes[data-v-898fbf9d] .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-898fbf9d] {
    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-898fbf9d] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f1f1f1;
}
.mob-desc-fir-section[data-v-898fbf9d] {
    border-radius: 6.66667px 6.66667px 0 0;
}
.mob-desc-sec-section[data-v-898fbf9d] {
    border-radius: 0 0 6.66667px 6.66667px;
}
.asset-info[data-v-898fbf9d] .c-label {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.asset-info[data-v-898fbf9d] .second-input-with-background .v-text-field,
  .asset-info[data-v-898fbf9d] .second-input-with-background .address-container,
  .asset-info[data-v-898fbf9d] .v-input__slot {
    height: 40px !important;
}
}
@media (max-width: 959.98px) {
.asset-info[data-v-898fbf9d] {
    background: none;
}
.asset-title-field[data-v-898fbf9d] {
    padding-right: 20px;
}
.asset-type-field[data-v-898fbf9d] .v-menu__content,
  .asset-collateralsub-field[data-v-898fbf9d] .v-menu__content {
    width: 230px;
    left: auto !important;
    right: 0;
}
.asset-collateral-field[data-v-898fbf9d] .v-menu__content,
  .asset-status-field[data-v-898fbf9d] .v-menu__content {
    width: auto;
    left: 0 !important;
}
#UPDDate[data-v-898fbf9d] {
    position: relative;
}
#UPDDate[data-v-898fbf9d] .v-menu__content {
    left: auto !important;
    right: 0;
    top: 65px !important;
}
[data-v-898fbf9d] .select-menu .v-select-list,[data-v-898fbf9d] .asset-type .v-select-list {
    grid-template-columns: 1fr !important;
}
}.asset-dialog-advisor[data-v-cee3117f] {
  width: 100%;
  padding: 16px;
}
.asset-dialog-advisor__selector[data-v-cee3117f] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.asset-dialog-advisor__selector-arrow[data-v-cee3117f] {
  margin-right: 12px;
  cursor: pointer;
}
.asset-dialog-advisor__selector-arrow--right[data-v-cee3117f] {
  margin-left: 12px;
}
.asset-dialog-advisor__selector-item[data-v-cee3117f] {
  display: flex;
  align-items: center;
  width: 100%;
}
.asset-dialog-advisor__selector-wrapper[data-v-cee3117f] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 288px;
  max-width: 288px;
  overflow: hidden;
}
.asset-dialog-advisor__selector-wrapper[data-v-cee3117f]:nth-child(2) {
  margin-left: 20px;
}
.asset-dialog-advisor__selector-avatar[data-v-cee3117f] {
  width: 112px !important;
  height: 112px !important;
}
.asset-dialog-advisor__selector-avatar[data-v-cee3117f] img {
  width: 112px;
  height: 112px;
  border-radius: 50%;
}
.asset-dialog-advisor__selector-information[data-v-cee3117f] {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
  min-width: 147px;
}
.asset-dialog-advisor__selector-title[data-v-cee3117f] {
  font-size: 14px;
  color: #001154;
  margin-bottom: 8px;
  font-weight: 600;
}
.asset-dialog-advisor__selector-line[data-v-cee3117f] {
  display: flex;
  align-items: center;
}
.asset-dialog-advisor__selector-line img[data-v-cee3117f] {
  width: 16px;
  height: 16px;
}
.asset-dialog-advisor__selector-line-text[data-v-cee3117f] {
  position: relative;
  margin-left: 8px;
  font-weight: 400;
  font-size: 12px;
  min-height: 18px;
}
.asset-dialog-advisor__selector-line-button[data-v-cee3117f] {
  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-cee3117f] {
    padding: 12px;
    border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.asset-dialog-advisor__selector-line[data-v-cee3117f] {
    margin-bottom: 4px;
}
.asset-dialog-advisor__selector-line-button[data-v-cee3117f] {
    margin-top: 6px;
    max-width: unset;
    width: 160px;
    height: 32px !important;
}
.asset-dialog-advisor__selector-wrapper[data-v-cee3117f] {
    display: grid;
    grid-template-columns: 44% auto;
    min-width: 320px;
    max-width: 320px;
}
.asset-dialog-advisor__selector[data-v-cee3117f] {
    position: relative;
    justify-content: center;
}
.asset-dialog-advisor__selector-item[data-v-cee3117f] {
    width: unset;
}
.asset-dialog-advisor__selector-title[data-v-cee3117f] {
    margin-bottom: 0;
}
.asset-dialog-advisor__selector > img[data-v-cee3117f] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 16px;
}
.asset-dialog-advisor__selector > img[alt=left-arrow][data-v-cee3117f] {
    left: 0;
}
.asset-dialog-advisor__selector > img[alt=right-arrow][data-v-cee3117f] {
    right: 0;
    margin-right: 0;
}
.asset-dialog-advisor__selector-avatar[data-v-cee3117f] {
    width: 78px !important;
    height: 78px !important;
    margin: 0 auto 8px;
}
.asset-dialog-advisor__selector-avatar[data-v-cee3117f] img {
    width: 78px;
    height: 78px;
}
}.step[data-v-2b868f2e] {
  cursor: pointer;
}
.step-order[data-v-2b868f2e] {
  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-2b868f2e] {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.step-order-wrapper[data-v-2b868f2e] {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-info-wrapper[data-v-2b868f2e] {
  display: flex;
  align-items: center;
}
.dots-wrapper[data-v-2b868f2e] {
  padding-left: 14px;
}
.checked .step-order-wrapper[data-v-2b868f2e] {
  border: 2px solid #35f9a7;
}
.checked .step-order[data-v-2b868f2e] {
  background: #35f9a7;
  color: #001154;
}
.active .step-order[data-v-2b868f2e] {
  background: #FFFFFF;
  color: #001154;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.active .step-title[data-v-2b868f2e] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}
.white-color[data-v-2b868f2e] {
  color: #FFFFFF;
}
.blue-color[data-v-2b868f2e] {
  color: #001154;
}.stepper[data-v-e5fbe7ff] {
  background: #001154;
}
.stepper-title[data-v-e5fbe7ff] {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.steps[data-v-e5fbe7ff] {
  padding-top: 30px;
  row-gap: 26px;
}
.asset-preview-wrapper[data-v-e5fbe7ff] {
  margin-top: 55px;
}
.asset-preview-wrapper .preview-title[data-v-e5fbe7ff] {
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}
.asset-preview-wrapper .asset-preview[data-v-e5fbe7ff] {
  width: 100%;
  height: auto;
}.step[data-v-89389453] {
  display: flex;
}
.step-order[data-v-89389453] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.step-order-wrapper[data-v-89389453] {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2px;
}
.step-info-wrapper[data-v-89389453] {
  background: #f1f1f1;
  border-radius: 50%;
}
.active .step-info-wrapper[data-v-89389453],
.checked .step-info-wrapper[data-v-89389453] {
  background: #2969ff;
  color: #ffffff;
}
.active .line[data-v-89389453],
.checked .line[data-v-89389453] {
  background: #2969ff;
}
.white-color[data-v-89389453] {
  color: #FFFFFF;
}
.blue-color[data-v-89389453] {
  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;
}.contacts-wrapper[data-v-cb9bd82d] {
  display: flex;
  column-gap: 24px;
}
.message-seller-img[data-v-cb9bd82d] {
  width: 112px;
  height: 112px;
}
.card-text[data-v-cb9bd82d] {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-text-title[data-v-cb9bd82d] {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #001154;
  text-align: left;
}
.card-text-subtitle[data-v-cb9bd82d] {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: -0.175px;
  color: #001154;
  margin-top: 6px;
}
.card-text-button[data-v-cb9bd82d] {
  border-radius: 5px;
  font-size: 12px !important;
  background: #2969ff !important;
}
[data-v-cb9bd82d] .asset-dialog-advisor {
  padding: 16px 0 !important;
}
[data-v-cb9bd82d] .asset-dialog-advisor__selector {
  position: relative;
  overflow: hidden;
}
[data-v-cb9bd82d] .asset-dialog-advisor__selector-arrow {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
[data-v-cb9bd82d] .asset-dialog-advisor__selector-arrow--right {
  right: 0;
  margin-right: 0;
}
[data-v-cb9bd82d] .asset-dialog-advisor__selector-arrow:hover {
  transform: translate(0, -50%) !important;
}.status[data-v-fef5c357] {
  background-color: rgba(123, 123, 123, 0.2);
  color: rgb(123, 123, 123);
  border-radius: 5px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.title-text[data-v-fef5c357] {
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0.531px;
}
.address[data-v-fef5c357] {
  font-size: 20px;
  font-weight: 400;
  line-height: 152%;
  letter-spacing: 0.444px;
}.icons-wrapper[data-v-8a4d065d] {
  display: grid;
  grid-template-columns: repeat(3, 40px);
  grid-gap: 10px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.button-icon[data-v-8a4d065d] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  cursor: pointer;
  display: grid;
  justify-content: center;
  align-items: center;
}.wrapper[data-v-fbb0be2e] {
  position: relative;
}
.asset-dialog-carousel__button[data-v-fbb0be2e] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  opacity: 0.8;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.asset-dialog-carousel__items[data-v-fbb0be2e] {
  position: absolute;
  display: flex;
  overflow-x: hidden;
  width: 100%;
  max-width: 705px;
  bottom: 2px;
  z-index: 8;
}
.asset-dialog-carousel__item[data-v-fbb0be2e] {
  min-width: 90px;
  height: 65px;
  margin-left: 2px;
  border: 2px solid #fff;
  cursor: pointer;
}
.asset-dialog-carousel__item--active[data-v-fbb0be2e] {
  border-color: #3ba9e0;
}.main-cell[data-v-21857da8] {
  border: 1px solid #e6e7ef;
}
.text-line[data-v-21857da8] {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.175px;
}
.text-line span[data-v-21857da8] {
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.487px;
}
.bidding-begins[data-v-21857da8] {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.531px;
  color: #001154;
}
.upb-wrapper[data-v-21857da8] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.upb-title[data-v-21857da8] {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: #001154;
}
.upb[data-v-21857da8] {
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0.531px;
  color: #001154;
}
.card-text-button[data-v-21857da8] {
  border-radius: 5px;
  font-size: 12px !important;
  background: #2969ff !important;
}
.title-text[data-v-ebfcb824] {
  color: #001154;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
}
.text[data-v-ebfcb824] {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}
.field[data-v-a39c869e] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.field span[data-v-a39c869e]:first-child {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.field span[data-v-a39c869e]:last-child {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}.title-text[data-v-6e226890] {
  font-weight: 600;
  font-size: 24px;
  color: #001154;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.field[data-v-6e226890] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.field span[data-v-6e226890]:first-child {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.field span[data-v-6e226890]:last-child {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}.field[data-v-f4fe6ed8] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.field span[data-v-f4fe6ed8]:first-child {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.field span[data-v-f4fe6ed8]:last-child {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}.field[data-v-36d2a815] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.field span[data-v-36d2a815]:first-child {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.field span[data-v-36d2a815]:last-child {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}.title-text[data-v-d4d837c7] {
  color: #001154;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}.title-text[data-v-4d3a9fd3] {
  color: #001154;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.item-title[data-v-4d3a9fd3] {
  font-weight: 600;
  font-size: 13px;
  color: #001154;
}
.item-text[data-v-4d3a9fd3] {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}.title-text[data-v-7fbda8a0] {
  color: #001154;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.32px;
  margin-bottom: 10px;
}
.execute-ca-wrapper[data-v-7fbda8a0] {
  display: flex;
  align-items: center;
}
.execute-ca-wrapper__image--mobile[data-v-7fbda8a0] {
  width: 88px;
  height: 88px;
}
.ca-disabled-text[data-v-7fbda8a0] {
  max-width: 340px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.execute-button[data-v-7fbda8a0] {
  border-radius: 5px;
  font-size: 16px !important;
  background: #2969ff !important;
}.v-tabs[data-v-d4e1fd2b] {
  position: sticky;
}
.v-tabs[data-v-d4e1fd2b]::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #002c91;
  bottom: 0;
  opacity: 0.2;
}
.tabs-sections[data-v-d4e1fd2b] {
  min-height: 140vh;
  margin-top: 34px;
}
[data-v-d4e1fd2b] a.v-tab {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}.image[data-v-f997a1de] {
  overflow-y: hidden;
}
.image[data-v-f997a1de] .v-skeleton-loader__image {
  height: 100%;
}
.close-icon[data-v-f997a1de] {
  position: absolute;
  top: 15px;
  right: 15px;
}.desktop-divider[data-v-85610ffa] {
  padding-top: 10px;
}
.legal-check-wrapper[data-v-85610ffa] {
  width: 310px;
  margin: 0 auto;
}
.legal-check-wrapper[data-v-85610ffa] .c-checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.asset-step-title[data-v-85610ffa] {
  border-bottom: 0 !important;
  position: sticky;
  z-index: 9;
  top: 77px;
  height: auto;
}
.asset-step-title__title[data-v-85610ffa] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.finish-mobile[data-v-85610ffa] {
  color: #001154;
  border-bottom: 1px solid #001154;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-85610ffa] .finish-later-btn-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-85610ffa] .back-button-content,[data-v-85610ffa] .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-85610ffa] .back-button-content {
  text-align: right;
}
[data-v-85610ffa] .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-85610ffa] .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-85610ffa] .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
[data-v-85610ffa] .c-label {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #001154;
}
[data-v-85610ffa] .second-input-with-background .v-text-field,[data-v-85610ffa] .second-input-with-background .address-container,[data-v-85610ffa] .v-input__slot {
  height: 50px !important;
  font-size: 14px;
  color: #001154;
}
[data-v-85610ffa] input {
  font-size: 14px;
}
[data-v-85610ffa] .second-input-with-background .v-input.error--text ::placeholder,[data-v-85610ffa] .second-input-with-background .google-input.error--text ::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px !important;
  opacity: 0.45;
}
[data-v-85610ffa] .ckeditor-wrapper .ck-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
  top: 55px;
  left: 16px;
}
[data-v-85610ffa] .ck.ck-content {
  background: #f1f1f1 !important;
}
.asset-step-buttons[data-v-85610ffa] {
  height: auto;
  background: #ffffff;
}
.asset-step-buttons.padding-to-chat[data-v-85610ffa] {
  padding-bottom: 80px !important;
}
[data-v-85610ffa] .v-btn {
  min-height: auto !important;
}
.create-asset[data-v-85610ffa] .v-text-field__slot,
.create-asset[data-v-85610ffa] .v-select__slot {
  position: relative;
}
[data-v-85610ffa] .c-checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
[data-v-85610ffa] .v-text-field__details {
  display: none !important;
}
.button-back.hidden[data-v-85610ffa] {
  visibility: hidden;
}
.next-button[data-v-85610ffa] {
  border: none;
}
.button-back[data-v-85610ffa] {
  width: 100% !important;
  border: 1px solid #2969ff;
}
.button-back .back-button-content[data-v-85610ffa] {
  color: #2969ff !important;
}
.button-back .back-button-content[data-v-85610ffa]::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-85610ffa] {
  border: 1px solid #9aabc2;
}
.button-back.v-btn--disabled .back-button-content[data-v-85610ffa] {
  color: #9aabc2 !important;
}
.button-back.v-btn--disabled .back-button-content[data-v-85610ffa]::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-85610ffa] {
  width: 100% !important;
}
@media (max-width: 959.98px) {
.create-asset[data-v-85610ffa] {
    margin-bottom: 170px;
}
.create-asset.seller-chat.buyer-chat[data-v-85610ffa] {
    margin-bottom: 220px;
}
.legal-check-wrapper[data-v-85610ffa] {
    width: 335px;
}
.asset-step-buttons[data-v-85610ffa] {
    position: fixed !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 16.98%);
    width: 100%;
}
.asset-step-buttons.padding-to-chat[data-v-85610ffa] {
    padding-bottom: 130px !important;
}
.asset-step-title[data-v-85610ffa] {
    background: none;
}
.breadcrumbs-wrapper[data-v-85610ffa] {
    width: 100%;
}
}
@media (max-width: 959.98px) {
.asset-step-title[data-v-85610ffa] {
    top: 67px;
}
}
@media (min-width: 960px) {
.asset-step-title[data-v-85610ffa] {
    top: 63px;
}
}
@media (min-width: 1904px) {
.asset-step-title[data-v-85610ffa] {
    top: 77px;
}
}
@media screen and (max-width: 1550px) {
.asset-step-buttons.seller-chat.buyer-chat[data-v-85610ffa] {
    padding-bottom: 130px !important;
}
}.asset-create-page[data-v-95fc222b] {
  background: #ffffff;
}
.stepper-wrapper[data-v-95fc222b] {
  height: 733px;
  position: sticky;
  top: 77px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-create-page[data-v-95fc222b] {
    overflow: hidden;
}
.stepper-wrapper[data-v-95fc222b] {
    top: 0;
    height: 98px;
}
}
@media (min-width: 960px) {
.stepper-wrapper[data-v-95fc222b] {
    top: 77px;
}
}.text[data-v-578a59bd] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154 !important;
}
[data-v-578a59bd] .v-dialog {
  margin: 0 !important;
}.default-avatar-user[data-v-ba1c66f7] {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
}
.assetContactItem__avatar-image[data-v-ba1c66f7] {
  width: 100%;
  height: 100%;
}
.assetContactItem__avatar[data-v-ba1c66f7] {
  min-width: 64px;
}.assetContactItem[data-v-a1725a77] {
  background-color: #ffffff;
  width: 100%;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  position: relative;
  min-height: 126px;
}
.action-icons-wrapper[data-v-a1725a77] {
  display: flex;
  column-gap: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
}
.action-icons-wrapper__icon[data-v-a1725a77] {
  width: 16px;
  height: 16px;
}
.action-icons-wrapper__icon img[data-v-a1725a77] {
  width: 100%;
  height: 100%;
}
[data-v-a1725a77] .assetContactItem__avatar {
  align-items: center;
  display: flex;
  height: 64px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 64px;
}
[data-v-a1725a77] .assetContactItem__avatar img {
  border-radius: 100px;
  bottom: 0;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.assetContactItem__body[data-v-a1725a77] {
  font-size: 11px;
  line-height: 20px;
  overflow: hidden;
  text-align: right;
}
.assetContactItem__body__company[data-v-a1725a77],
.assetContactItem__body__phone[data-v-a1725a77],
.assetContactItem__body__email[data-v-a1725a77] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  margin-top: 6px;
  color: #001154;
}
.assetContactItem__body__name[data-v-a1725a77] {
  font-weight: 700;
  font-size: 16px;
  line-height: initial;
  text-align: left;
}
.assetContactItem__body__soclink[data-v-a1725a77] {
  align-items: center;
  display: flex;
  list-style: none;
  margin: 0 20px 0 0;
  padding: 0 !important;
}
.assetContactItem__body__soclink li[data-v-a1725a77] {
  margin-right: 7px;
}
.assetContactItem__body__soclink .v-btn[data-v-a1725a77]::before {
  opacity: 1;
  background-color: #001154;
}
.assetContactItem__body__soclink .v-btn[data-v-a1725a77]::before:hover {
  background-color: #2969ff !important;
}
.assetContactItem__body__soclink .v-btn[data-v-a1725a77]:not(.v-btn--text):not(.v-btn--outlined):hover::before {
  opacity: 0.8;
}
.icon-wrapper[data-v-a1725a77] {
  position: relative;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon-wrapper .tooltip[data-v-a1725a77] {
  position: absolute;
  bottom: 42px;
  background: #2969ff;
  width: 77px;
  height: 29px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  color: white;
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  line-height: 16px;
  left: -25px;
  letter-spacing: 0.1px;
  color: #ffffff;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}
.icon-wrapper:hover .tooltip[data-v-a1725a77] {
  display: flex;
  opacity: 1;
  visibility: visible;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.tooltip[data-v-a1725a77]::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #2969ff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.icon:hover button[data-v-a1725a77] {
  background-color: #2969ff !important;
}
.icon:hover button span i[data-v-a1725a77] {
  color: white !important;
}
.c-icon[data-v-a1725a77] {
  font-size: 24px;
  height: 27px;
  width: 29px;
  border-radius: 14px;
}
.c-icon[data-v-a1725a77]:hover {
  background-color: #2969ff;
}
.contact-data-wrapper[data-v-a1725a77] {
  padding: 19px 16px;
  height: 100%;
  column-gap: 16px;
}
.contact-data-wrapper__avatar[data-v-a1725a77] {
  width: 64px;
  height: 64px;
}
.default-avatar-user[data-v-a1725a77] {
  height: 61px;
  width: 61px;
  border-radius: 101px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 959.98px) {
.assetContactItem[data-v-a1725a77] {
    min-height: auto;
}
.assetContactItem__body__name[data-v-a1725a77] {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #001154;
}
.assetContactItem__body__company[data-v-a1725a77] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
}
.assetContactItem__body__email[data-v-a1725a77] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 172px;
}
.assetContactItem__body__phone[data-v-a1725a77] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
}
.contact-data-wrapper[data-v-a1725a77] {
    padding: 8px 16px;
    align-items: center;
}
.assetContactItem__body__company[data-v-a1725a77] {
    margin-top: 0;
}
.assetContactItem__body__phone[data-v-a1725a77],
  .assetContactItem__body__email[data-v-a1725a77] {
    margin-top: 1px;
}
.action-icons-wrapper[data-v-a1725a77] {
    top: 0;
    bottom: 0;
    align-items: center;
    right: 16px;
    column-gap: 16px;
}
}[data-v-cd196e67] .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-cd196e67] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-cd196e67] {
  font-size: 1.6rem;
}
[data-v-cd196e67] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-cd196e67] {
  padding-bottom: 66px;
}
[data-v-cd196e67] .v-text-field__slot, .v-select__slot[data-v-cd196e67] {
  position: relative !important;
  top: 5px !important;
}
[data-v-cd196e67] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
[data-v-cd196e67] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-cd196e67] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-cd196e67] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
[data-v-cd196e67] .v-input--is-readonly {
  user-select: none !important;
  pointer-events: none !important;
}
[data-v-cd196e67] .v-input--is-readonly input {
  color: gray !important;
}
.contact-card[data-v-cd196e67] {
  background: #ffffff;
  display: flex;
  column-gap: 24px;
  position: relative;
}
.contact-card__wrapper[data-v-cd196e67] {
  position: relative;
}
.contact-card__wrapper:hover .contact-card__icons[data-v-cd196e67] {
  display: flex;
}
.contact-card__avatar[data-v-cd196e67] {
  position: relative;
  border-radius: 50%;
  cursor: pointer;
  width: 64px;
  height: 64px;
  top: 10px;
}
.contact-card__icons[data-v-cd196e67] {
  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-cd196e67] {
  width: 16px;
  height: 16px;
  border-radius: initial !important;
  cursor: pointer;
}
.contact-card__icons-item[data-v-cd196e67]:first-child {
  margin-right: 8px;
}
.contact-card__inputs[data-v-cd196e67] {
  width: 100%;
  display: flex;
  column-gap: 16px;
  margin-top: 11px;
}
.contact-card__delete-advisor[data-v-cd196e67] {
  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-cd196e67] {
    flex-direction: column;
}
.contact-card .contact-card__avatar[data-v-cd196e67] {
    top: auto;
}
.contact-card .contact-card__wrapper[data-v-cd196e67] {
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}
.contact-card .mobile-upload-avatar[data-v-cd196e67] {
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    color: #2969ff;
    display: flex;
}
.contact-card .avatar-action[data-v-cd196e67] {
    display: flex;
}
.contact-card .mobile-avatar-wrap[data-v-cd196e67] {
    padding-top: 3px;
}
[data-v-cd196e67] .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-cd196e67] .second-input-with-background input {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #001154;
}
[data-v-cd196e67] .contact-card__avatar {
    height: 56px;
    width: 56px;
}
}[data-v-07605a22] .v-dialog {
  background: white;
  box-shadow: 0px 0px 20px rgba(177, 201, 216, 0.36);
  border-radius: 1px;
}
[data-v-07605a22] .assetContactItem__avatar img {
  border-radius: 100px;
}
[data-v-07605a22] .v-btn {
  min-height: unset !important;
}
.dialog-content[data-v-07605a22] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 438px;
  flex-direction: column;
}
.dialog-content__close[data-v-07605a22] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.dialog-content__title[data-v-07605a22] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #001154;
}
.dialog-content__sub-title[data-v-07605a22] {
  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-07605a22] {
  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-07605a22] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.contact-info__second[data-v-07605a22] {
  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-07605a22] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.cancel-btn-text[data-v-07605a22] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
@media (max-width: 959.98px) {
[data-v-07605a22] .v-dialog {
    margin-left: 0;
    margin-right: 0;
}
[data-v-07605a22] .dialog-content {
    padding: 12px 16px 40px;
    min-height: auto;
}
.default-avatar-user[data-v-07605a22] {
    height: 96px;
    width: 96px;
}
.buttons-wrapper[data-v-07605a22] {
    width: 100%;
}
.buttons-wrapper .action-btn[data-v-07605a22] {
    width: calc(50% - 8px) !important;
}
}[data-v-904d19ee] .v-dialog {
  background-color: white;
}
[data-v-904d19ee] .v-btn {
  min-height: unset !important;
}
.dialog-content[data-v-904d19ee] {
  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: 1px;
}
.dialog-content__close[data-v-904d19ee] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.dialog-content__title[data-v-904d19ee] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #0f2d59;
}
.dialog-content__sub-title[data-v-904d19ee] {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: #001154;
}
.dialog-content__contact-cards[data-v-904d19ee] {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 41px;
}
.dialog-content__add-contact[data-v-904d19ee] {
  width: 100%;
  margin-top: 20px;
}
.dialog-content__add-contact-button[data-v-904d19ee] {
  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-904d19ee] {
  width: 20px;
  height: 24px;
}
.dialog-content__actions[data-v-904d19ee] {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  text-align: right;
  position: sticky;
}
.dialog-content__actions-buttons[data-v-904d19ee] {
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
  justify-content: center;
}
.save-btn-text[data-v-904d19ee] {
  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-904d19ee] {
  width: 100%;
  background: white;
  display: flex;
  justify-content: center;
  z-index: 25;
  position: sticky;
  bottom: 2px;
}
.cancel-btn-text[data-v-904d19ee] {
  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-904d19ee] {
  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-904d19ee] {
  cursor: pointer;
  display: flex;
  justify-content: end;
}
.contact-card__delete-advisor img[data-v-904d19ee] {
  width: 15px;
  height: 16px;
  margin-right: 8px;
}
@media (max-width: 959.98px) {
.dialog-content[data-v-904d19ee] {
    padding: 12px 28px 32px;
}
.dialog-content__contact-cards[data-v-904d19ee] {
    margin-top: 32px;
}
.contact-item[data-v-904d19ee] {
    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-904d19ee] {
    justify-content: center;
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}
.dialog-content__add-contact[data-v-904d19ee] {
    margin-top: 16px;
}
.dialog-content__add-contact .dialog-content__add-contact-button[data-v-904d19ee] {
    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-904d19ee] {
    height: 44px;
    width: auto;
}
.dialog-content__actions[data-v-904d19ee] {
    width: 100%;
}
.dialog-content__actions-buttons[data-v-904d19ee] {
    margin-top: 24px;
    margin-left: -12px;
    margin-right: -12px;
    justify-content: space-between;
    column-gap: unset;
}
.dialog-content__actions-buttons .action-btn[data-v-904d19ee] {
    width: calc(50% - 4px);
}
}.advisor-content-info[data-v-b8994555] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main-content p[data-v-b8994555] {
  margin: 0 !important;
}
.main-content .v-card:first-child h3[data-v-b8994555] {
  font-size: 1.4rem;
}
.main-content .v-card:first-child p[data-v-b8994555] {
  font-size: 1.1rem;
}
.main-content .v-card:nth-child(2) h3[data-v-b8994555] {
  font-size: 2rem;
  font-weight: 700;
}
.main-content .v-tab[data-v-b8994555] {
  font-size: 1.3rem !important;
  color: #fff !important;
  font-weight: 700;
}
.main-content .v-slide-group__content[data-v-b8994555] {
  margin-bottom: 3rem !important;
}
h3[data-v-b8994555] {
  font-size: 1.6rem;
}
[data-v-b8994555] .assetContactItem {
  color: #001154 !important;
}
[data-v-b8994555] .messageAdvisor__btn {
  display: none !important;
}
.add-new[data-v-b8994555] {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  height: 126px;
  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-b8994555] {
  position: absolute;
  left: 35px;
  top: 32px;
}
.contact-item-wrapper[data-v-b8994555] {
  position: relative;
}
.remove-contact[data-v-b8994555] {
  position: absolute;
  right: 0px;
  color: #001154;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  top: 199px;
}
.contacts-data-wrapper[data-v-b8994555] {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 16px;
  row-gap: 16px;
}
.contacts-data-wrapper__item[data-v-b8994555] {
  width: 100%;
}
.edit-contact-btn[data-v-b8994555] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
  text-align: right;
  padding-right: 32px;
  color: #001154;
}
[data-v-b8994555] .v-btn {
  min-height: unset !important;
}
.advisor-content[data-v-b8994555] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advisor-text[data-v-b8994555] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001154;
  max-width: 733px;
}
.info-checkbox[data-v-b8994555] .v-input--checkbox {
  background: white;
}
.info-checkbox[data-v-b8994555] label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.info-checkbox[data-v-b8994555] .v-icon {
  color: #001154;
  opacity: 0.45;
}
.info-checkbox[data-v-b8994555] .mdi-checkbox-marked {
  color: #2969ff !important;
  opacity: 1;
}
.add-advisor-text[data-v-b8994555] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #2969ff;
}
.no-contacts[data-v-b8994555] {
  margin-top: 72px;
}
.advisor-page-image[data-v-b8994555] {
  height: 63px;
}
.contacts-hidden[data-v-b8994555] {
  opacity: 0;
  display: none;
}
.mobile-advisor-text[data-v-b8994555] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001154;
}
.mobile-advisor-text .read-more[data-v-b8994555] {
  color: #2969ff;
  cursor: pointer;
}
@media (max-width: 959.98px) {
.advisor-content[data-v-b8994555] {
    justify-content: start;
}
.asset-inputs-content[data-v-b8994555] {
    min-height: auto;
}
.advisor-content-info[data-v-b8994555] {
    width: 100%;
    background: #fefefe;
    box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
    border-radius: 6.66667px;
}
.asset-inputs-data[data-v-b8994555] {
    padding-top: 5px;
    box-shadow: none;
}
.no-contacts[data-v-b8994555] {
    margin-top: 16px;
}
.add-new[data-v-b8994555] {
    background: #ffffff;
    box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
    border-radius: 5px;
}
.contacts-data-wrapper__item[data-v-b8994555] {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 16px;
}
.contacts-length[data-v-b8994555] {
    margin-top: 0;
    margin-bottom: 0;
}
}
.progressbar-wrapper[data-v-1fd9fdef] {
  width: 100%;
  margin-bottom: 8px;
}
.message[data-v-1fd9fdef] {
  color: #001154 !important;
}
.label[data-v-85612cfc] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #002c91;
}
.disabled img[data-v-85612cfc] {
  filter: grayscale(1);
}
@media (max-width: 959.98px) {
.treeview-tooltip[data-v-85612cfc] {
    display: none;
}
}.action-btn[data-v-d1202d6d] {
  width: 230px;
}
.treeview-dialog-content[data-v-d1202d6d] {
  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-d1202d6d] {
  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-d1202d6d] {
  margin-top: 32px;
  width: 104px;
  height: 104px;
}
.treeview-dialog-content__icon img[data-v-d1202d6d] {
  width: 100%;
}
.treeview-dialog-content__additional-text[data-v-d1202d6d] {
  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-d1202d6d] {
  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__buttons[data-v-d1202d6d] {
  width: 100%;
}
.treeview-dialog-content__buttons .col[data-v-d1202d6d]:first-child {
  text-align: right;
  padding-right: 16px;
}
.treeview-dialog-content__buttons .col[data-v-d1202d6d]:last-child {
  text-align: left;
  padding-left: 16px;
}
.close-icon[data-v-d1202d6d] {
  position: absolute;
  right: 14px;
  top: 10px;
  cursor: pointer;
}
[data-v-d1202d6d] .v-btn {
  min-height: unset !important;
}
[data-v-d1202d6d] .button-second {
  border-radius: 7px;
}
.submit-btn-text[data-v-d1202d6d] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.reject-btn-text[data-v-d1202d6d] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
[data-v-d1202d6d] .second-input-with-background .v-input {
  height: 50px !important;
  width: 372px;
  padding-left: 16px !important;
  font-size: 14px;
}
[data-v-d1202d6d] .second-input-with-background .v-input input {
  padding: 25px 0 8px;
}
@media (max-width: 959.98px) {
.treeview-dialog-content__buttons[data-v-d1202d6d] {
    width: 100%;
}
.treeview-dialog-content__buttons .col[data-v-d1202d6d]:first-child {
    padding-right: 8px;
}
.treeview-dialog-content__buttons .col[data-v-d1202d6d]:last-child {
    padding-left: 8px;
}
.action-btn[data-v-d1202d6d] {
    width: 100% !important;
}
[data-v-d1202d6d] .v-dialog {
    margin-left: 0;
    margin-right: 0;
}
}.tree-view-header[data-v-152be3a6] {
  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-152be3a6] {
  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-152be3a6] {
  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-152be3a6] {
  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-152be3a6] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969ff;
}
.header-upload-file-text[data-v-152be3a6] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.create-folder-wrapper[data-v-152be3a6] {
  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-152be3a6] {
  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-152be3a6] {
  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-152be3a6] {
    height: 28px;
}
.tree-view-header[data-v-152be3a6] {
    border-bottom: none;
    padding: 0 8px;
}
.tree-view-header__folder-title[data-v-152be3a6] {
    border-bottom: 1px solid rgb(183, 196, 211);
}
.header-upload-file-folder[data-v-152be3a6] {
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
}.treeview-delete-button[data-v-f23fe6fc] {
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.treeview-delete-button__text[data-v-f23fe6fc] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* Secondary/BlueGrey */
  color: #2969ff;
}
.treeview-delete-button__text--active[data-v-f23fe6fc] {
  color: #9aabc2;
}
@media (max-width: 959.98px) {
.delete-icon[data-v-f23fe6fc] {
    margin-left: 16px;
}
}.treeview-delete-button[data-v-e79bca0d] {
  display: flex;
  column-gap: 8px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.treeview-delete-button__text[data-v-e79bca0d] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  /* Secondary/BlueGrey */
  color: #2969ff;
}
.treeview-delete-button__text--active[data-v-e79bca0d] {
  color: #9aabc2;
}.tree-view-table-header[data-v-6ad3e8e4] {
  display: flex;
  margin-left: 6px;
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
  padding-left: 15px;
}
.service-line[data-v-6ad3e8e4] {
  width: 100%;
  display: flex;
}
.delete-wrapper[data-v-6ad3e8e4] {
  display: flex;
}
.partially-selected[data-v-6ad3e8e4] i {
  color: #2969ff;
}
@media (max-width: 959.98px) {
.tree-view-table-header[data-v-6ad3e8e4] {
    margin: 0;
    padding: 0 8px;
    border-bottom: none;
}
.tree-view-table-header .service-line[data-v-6ad3e8e4] {
    border-bottom: 1px solid rgba(154, 171, 194, 0.7);
}
}.icon-wrapper[data-v-39f23041] {
  display: flex;
  align-items: center;
}
.icon-wrapper img[data-v-39f23041] {
  display: inline-block;
  width: 22px;
  height: 18px;
}
@media (max-width: 959.98px) {
.folder-icon-wrapper.icon-wrapper[data-v-39f23041] {
    margin-left: 19px;
    margin-right: 9px;
}
.file-icon-wrapper.icon-wrapper[data-v-39f23041] {
    margin-left: 17px;
}
}.folder-icon-wrapper[data-v-111cbfc1] {
  display: flex;
  width: 24px;
  height: 20px;
}
[data-v-111cbfc1] .v-treeview-node__toggle--open {
  color: #2969ff !important;
}
[data-v-111cbfc1] .v-treeview-node__label {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-111cbfc1] .v-treeview-node {
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
}
[data-v-111cbfc1] .v-treeview-node .v-treeview-node {
  border-bottom: unset;
}
[data-v-111cbfc1] .v-treeview-node[aria-expanded=true] {
  background-color: #f8f9fb;
}
[data-v-111cbfc1] .v-treeview-node--active:before {
  display: none;
}
.tree-view-wrapper[data-v-111cbfc1] {
  background: #ffffff;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
  position: relative;
}
.download-tier-icons-wrapper[data-v-111cbfc1] {
  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-111cbfc1] {
  width: 132px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
#append[data-v-111cbfc1] {
  width: 197px;
}
.download-folder-image[data-v-111cbfc1] {
  width: 10px;
  height: 12px;
}
.file-info-text[data-v-111cbfc1] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-111cbfc1] .v-treeview-node__level {
  width: 10px;
}
[data-v-111cbfc1] .v-treeview {
  padding: 0px 8px;
  height: 410px;
  overflow: auto;
}
[data-v-111cbfc1] .v-treeview-node__root {
  padding-left: 0px;
}
[data-v-111cbfc1] .v-treeview-node__toggle {
  width: 9px;
  height: 5px;
}
.create-folder-wrapper[data-v-111cbfc1] {
  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-111cbfc1] {
  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-111cbfc1] {
  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-111cbfc1] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2969ff;
  margin-top: 2px;
}
.actions-wrapper[data-v-111cbfc1] {
  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-111cbfc1] .v-treeview-node__root {
  z-index: 7;
}
[data-v-111cbfc1] .v-treeview-node__root:hover .actions-wrapper {
  display: flex;
}
.drag-zone[data-v-111cbfc1] {
  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-111cbfc1] {
  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-111cbfc1] {
  padding-top: 40%;
  justify-content: flex-start;
}
[data-v-111cbfc1]::-webkit-scrollbar {
  width: 2px;
}

/* Handle */
[data-v-111cbfc1]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}
[data-v-111cbfc1] .drag-active {
  background: rgba(0, 44, 145, 0.55) !important;
}
.drop-icon[data-v-111cbfc1] {
  position: absolute;
  bottom: 93px;
  left: 44%;
  animation: example-111cbfc1 1s ease infinite;
}
@keyframes example-111cbfc1 {
0% {
    bottom: 93px;
}
50% {
    bottom: 73px;
}
100% {
    bottom: 93px;
}
}
[data-v-111cbfc1] .v-input--checkbox {
  padding-left: 0px;
  padding-top: 0px;
  margin-top: 0px;
  padding-right: 0px;
  background-color: transparent;
}
[data-v-111cbfc1] .v-input--checkbox i {
  font-size: 14px;
}
[data-v-111cbfc1] .v-input--selection-controls__ripple {
  width: 20px;
  height: 20px;
  left: -5px;
  top: calc(50% - 17px);
  display: none;
}
[data-v-111cbfc1] .file-item {
  z-index: 5 !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.empty-root-folder-wrapper[data-v-111cbfc1] {
    height: 178px;
}
.upload-folder[data-v-111cbfc1] {
    width: 50px;
    height: 56px;
}
[data-v-111cbfc1] .v-treeview {
    min-height: 405px;
}
}
@media (max-width: 959.98px) {
#append[data-v-111cbfc1] {
    width: auto;
}
.file-name-wrapper[data-v-111cbfc1] {
    width: 100%;
}
.dd-dots-menu-mobile[data-v-111cbfc1] {
    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-111cbfc1] {
    text-align: right;
    padding-right: 43px !important;
}
[data-v-111cbfc1] .v-input--checkbox i {
    width: auto;
}
[data-v-111cbfc1] .v-treeview-node__level {
    display: none;
}
[data-v-111cbfc1] .v-treeview-node__content {
    margin-left: 0;
    width: 100%;
}
[data-v-111cbfc1] .v-treeview-node__toggle {
    position: absolute;
    left: 15px;
}
[data-v-111cbfc1] .v-input--selection-controls__input {
    width: 14px;
    margin-right: 0;
}
[data-v-111cbfc1] .v-list-item {
    min-height: auto;
}
}.tier-title[data-v-0f60362f] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-section[data-v-0f60362f] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.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;
}
}
.text-wrapper[data-v-519dcee2] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-519dcee2] li {
  list-style-type: none;
}
[data-v-519dcee2] ul {
  padding-left: 0px;
}.ca-text[data-v-b840cafb] {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #2969ff;
}
.ckeditor-wrapper[data-v-b840cafb] {
  position: relative;
  height: auto;
}
.ckeditor-wrapper .ck-label[data-v-b840cafb] {
  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-b840cafb] {
  display: none !important;
}
.ckeditor-wrapper p[data-v-b840cafb] {
  color: #1f365e;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  display: inline-block;
}
.checkbox-wrapper label[data-v-b840cafb] {
  color: #001154 !important;
}
.confirm-btn[data-v-b840cafb] {
  min-height: unset !important;
  min-width: unset !important;
}
.tabs[data-v-b840cafb] {
  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-b840cafb] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #001154;
  height: 40px;
  width: 50%;
  cursor: pointer;
}
.tabs .tab.active[data-v-b840cafb] {
  background-color: #001154;
  color: white;
}
[data-v-b840cafb] .ck-content {
  min-height: 202px;
  height: auto;
}
.v-input--checkbox[data-v-b840cafb] {
  display: flex;
  justify-content: center;
  background-color: white;
}
@media (min-width: 768px) {
.legal-ca-wrapper[data-v-b840cafb] {
    width: 100%;
}
}
.legal-ca-wrapper .white[data-v-b840cafb] {
  padding-top: 16px;
  padding-left: 32px;
}
.xl-text-title[data-v-b840cafb] {
  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-b840cafb] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.image-upload-wrapper[data-v-b840cafb] {
  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-b840cafb] {
  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-b840cafb] {
  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-b840cafb] {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.ca-file-wrapper__file > div[data-v-b840cafb] {
  display: flex;
}
.filename[data-v-b840cafb] {
  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-b840cafb] {
  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-b840cafb] {
  background: #f2f6ff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  padding: 0px 16px;
  color: #2969ff;
  height: 50px;
  column-gap: 8px;
  width: 67%;
  margin-right: 8px;
}
.ca-icon[data-v-b840cafb] {
  height: 24px;
}
.mobile-section[data-v-b840cafb] {
  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-b840cafb] {
    justify-content: end !important;
}
.image-upload-wrapper[data-v-b840cafb] {
    background: #fcfcfc;
    border: 1px dashed rgba(9, 49, 107, 0.4);
    border-radius: 5px;
    height: 326px;
}
.subtitle-text div[data-v-b840cafb]:first-child {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #2969ff;
}
.subtitle-text div[data-v-b840cafb]:last-child {
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #001154;
}
.ca-selector-tab[data-v-b840cafb] {
    padding: 0 8px;
    line-height: 17px;
    height: 46px;
    width: 100%;
}
.ca-file-wrapper[data-v-b840cafb] {
    max-width: 318px;
    padding: 0 16px;
    width: 100%;
    height: 77px;
    margin-top: 16px;
}
.filename[data-v-b840cafb] {
    margin-left: 8px !important;
    text-align: initial;
}
.filesize[data-v-b840cafb] {
    margin-left: 0 !important;
}
.fileclose[data-v-b840cafb] {
    margin-left: 8px !important;
}
}
.upload-custom-ca-button-wrapper[data-v-b840cafb] {
  background: #fcfcfc;
  border: 1px dashed rgba(9, 49, 107, 0.4);
  border-radius: 5px;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  width: 331px;
  cursor: pointer;
}
.upload-custom-ca-button-wrapper__text[data-v-b840cafb] {
  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-b840cafb] {
  width: 44px;
  height: 29px;
}
@media (max-width: 959.98px) {
.upload-custom-ca-button-wrapper[data-v-b840cafb] {
    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-b840cafb] {
    font-size: 12px !important;
    font-weight: 400 !important;
}
.ca-text[data-v-b840cafb] {
    color: #001154;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}
}.ala-template-wrapper[data-v-d874a6f9] {
  padding: 0px 24px;
  color: #001154;
}
.ala-template-wrapper h3[data-v-d874a6f9] {
  border-bottom: 1px solid #001154;
  padding-bottom: 12px;
  margin-top: 32px;
  font-size: 26px;
  margin-bottom: 12px;
}
.ala-template-wrapper p[data-v-d874a6f9] {
  font-weight: 100;
}
.ala-template-wrapper .bold[data-v-d874a6f9] {
  font-weight: 500;
}
li p[data-v-d874a6f9] {
  margin-bottom: 0px !important;
}
br[data-v-d874a6f9] {
  margin-top: 10px;
}.download-btn[data-v-07674423] {
  right: 20px;
  bottom: 32px;
  position: absolute;
}
.doc-wrapper[data-v-07674423] {
  position: relative;
}
p[data-v-07674423] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  /* identical to box height, or 162% */
  letter-spacing: -0.175px;
}
[data-v-07674423] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.chapter-wrapper[data-v-07674423] {
  display: flex;
  border-top: 1px solid #001154;
  border-left: 1px solid #001154;
  border-right: 1px solid #001154;
}
.chapter-wrapper .download-btn-wrapper[data-v-07674423] {
  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-07674423] {
  border-right: 1px solid #001154;
  width: 50%;
}
.chapter-wrapper .select-wrapper .v-input[data-v-07674423] {
  background-color: white;
}
[data-v-07674423] .layout-container {
  position: initial !important;
  width: auto !important;
  overflow: hidden !important;
  height: auto !important;
  background: none !important;
}
.agreement-wrapper[data-v-07674423] {
  display: flex;
  text-align: center;
  font-size: 11px;
  line-height: 20px;
  width: 100%;
  justify-content: center;
}
.agreement-wrapper ul[data-v-07674423] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
.v-input--checkbox[data-v-07674423] {
  display: flex;
  justify-content: center;
  background-color: white;
}
.charapter-scroll-tabs[data-v-07674423] {
  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-07674423]::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
.charapter-scroll-tabs[data-v-07674423]::-webkit-scrollbar-thumb {
  background-color: #0f2d59;
  border-radius: 0;
  height: 2px;
}
.charapter-scroll-tabs[data-v-07674423]::after {
  background: #001154;
  opacity: 0.1;
  content: "";
  display: block;
  height: 1px;
  top: 35px;
  width: 100%;
  position: absolute;
}
.charapter-scroll-tabs__tab[data-v-07674423] {
  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-07674423] {
  color: #2969ff;
}
.charapter-scroll-tabs__tab--active[data-v-07674423]::after {
  background: #2969ff;
  content: "";
  display: block;
  height: 1px;
  top: 18px;
  width: 100%;
  position: absolute;
}
@media (max-width: 959.98px) {
.main-content[data-v-07674423] {
    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-07674423] {
    margin-top: 0 !important;
}
}[data-v-5c33ba35] .error--text {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-5c33ba35] .error--text ::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-5c33ba35] .error--text .v-input__slot {
  border-color: #d52819;
}[data-v-642d3880] .v-expansion-panel-content__wrap {
  padding: 0px;
}
.v-expansion-panel-header[data-v-642d3880] {
  padding: 0px;
  width: 100%;
}
.expand-header[data-v-642d3880] {
  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-642d3880] {
  border-top: 1px solid rgba(0, 17, 84, 0.2);
}
[data-v-642d3880] .v-expansion-panel-header__icon {
  margin-left: 11px !important;
}
[data-v-642d3880] .v-expansion-panel-header__icon i {
  font-size: 30px;
}.separator[data-v-b1a91293] {
  width: 100%;
}
@media (max-width: 959.98px) {
.opt-col[data-v-b1a91293] {
    display: flex;
    flex-direction: column;
}
.opt-col-1[data-v-b1a91293] {
    order: 3;
}
.opt-col-2[data-v-b1a91293] {
    order: 4;
}
.opt-col-3[data-v-b1a91293] {
    order: 1;
}
.opt-col-4[data-v-b1a91293] {
    order: 2;
}
.opt-col-5[data-v-b1a91293] {
    order: 5;
}
.opt-col-6[data-v-b1a91293] {
    order: 6;
}
}.section-title[data-v-19ea20a2] {
  font-weight: 600;
  font-size: 16px;
  color: #0f2d59;
}
.custom-icon[data-v-19ea20a2] {
  justify-content: end;
}
.note-overview[data-v-19ea20a2] .expand-header {
  right: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
[data-v-19ea20a2] .v-input__append-inner {
  align-self: center;
  margin: 0 12px 0 0;
  padding: 0;
}
[data-v-19ea20a2] .v-input--selection-controls {
  margin-top: 0;
}
[data-v-19ea20a2] .v-input__append-outer {
  margin-top: 13px;
}
[data-v-19ea20a2] .small-error-msg .v-input__control .v-text-field__details .v-messages .v-messages__wrapper {
  font-size: 9px !important;
}
[data-v-19ea20a2] .v-messages__message {
  font-size: 11px !important;
}
[data-v-19ea20a2] .v-radio {
  margin-right: 20px;
}
[data-v-19ea20a2] .v-radio .v-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.separator[data-v-19ea20a2] {
  width: 100%;
}
@media (max-width: 959.98px) {
.mobile-section[data-v-19ea20a2] {
    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-19ea20a2] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    border-bottom: 1px solid #f1f1f1;
}
.mob-desc-fir-section[data-v-19ea20a2] {
    border-radius: 6.66667px 6.66667px 0 0;
}
.mob-desc-sec-section[data-v-19ea20a2] {
    border-radius: 0 0 6.66667px 6.66667px;
}
.note-overview[data-v-19ea20a2] .c-label {
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 15px !important;
}
.note-overview[data-v-19ea20a2] .second-input-with-background .v-text-field,
  .note-overview[data-v-19ea20a2] .second-input-with-background .address-container,
  .note-overview[data-v-19ea20a2] .v-input__slot {
    height: 40px !important;
}
.note-overview[data-v-19ea20a2] .v-input__append-inner {
    align-self: center;
    margin: 0 12px 0 0;
    padding: 0;
}
.note-overview #originationDate[data-v-19ea20a2] {
    position: relative;
}
.note-overview #originationDate[data-v-19ea20a2] .v-menu__content {
    left: 0 !important;
    right: auto;
    top: 65px !important;
    max-width: none !important;
}
.note-overview #maturityDate[data-v-19ea20a2] {
    position: relative;
}
.note-overview #maturityDate[data-v-19ea20a2] .v-menu__content {
    left: auto !important;
    right: 0;
    top: 65px !important;
    max-width: none !important;
}
}.file-description[data-v-59171fbb] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.file-description span[data-v-59171fbb] {
  color: #2969ff;
}
.item[data-v-59171fbb] {
  background: linear-gradient(to bottom, rgba(9, 49, 107, 0.95), rgba(9, 49, 107, 0.55), rgba(9, 49, 107, 0), rgba(9, 49, 107, 0));
}
.file-input[data-v-59171fbb] {
  display: none;
}
.showimages[data-v-59171fbb] {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
}
.drag-container span[data-v-59171fbb] {
  display: grid;
  grid-template-columns: repeat(auto-fit, 171px);
  grid-gap: 26px;
}
.delete-image-icon[data-v-59171fbb]:hover {
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
}
.image-upload-wrapper[data-v-59171fbb] {
  background: #f8f8f8;
}
.image-upload-wrapper.empty[data-v-59171fbb] {
  margin-top: 0px !important;
  padding-top: 140px;
  padding-bottom: 140px;
}
.image-upload-wrapper.uploaded[data-v-59171fbb] {
  padding-bottom: 32px;
  padding-top: 32px;
}
.image-upload-wrapper.uploaded .additional-text[data-v-59171fbb] {
  margin-top: 24px;
}
.image-upload-wrapper .title[data-v-59171fbb] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  text-align: center;
  letter-spacing: 0.444444px;
  /* Cyan */
  color: #2969ff;
}
.image-upload-wrapper .additional-text[data-v-59171fbb] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  text-align: center;
  /* DarkBlue */
  color: #001154;
}
.image-upload-wrapper[data-v-59171fbb] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px dashed rgba(9, 49, 107, 0.4);
  padding-top: 35px;
  padding-bottom: 11px;
}
.item-index[data-v-59171fbb] {
  left: 23px;
  color: white !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  text-align: center;
  letter-spacing: 0.444444px;
  /* MoreLightGrey */
  position: absolute;
  top: 16px;
  z-index: 3;
  color: #fcfcfc;
}
.item-delete[data-v-59171fbb] {
  color: white !important;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 152%;
  cursor: pointer;
  text-align: center;
  letter-spacing: 0.444444px;
  position: absolute;
  top: 38px;
  right: 8px;
  z-index: 3;
}
.image-item[data-v-59171fbb] {
  position: relative;
  overflow: hidden;
}
.bold[data-v-59171fbb] {
  font-weight: bold;
}
.img-wrapper[data-v-59171fbb] {
  width: 171px !important;
  height: 171px !important;
  object-fit: cover;
  border-radius: 5px;
  margin-top: 10px;
}
.page-title[data-v-59171fbb] {
  color: #0f2d59;
}
.item-card-image img[data-v-59171fbb] {
  object-fit: cover !important;
}
.upload-text[data-v-59171fbb] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #2969ff;
}
.additional-text[data-v-59171fbb] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* identical to box height, or 150% */
  text-align: center;
  /* DarkBlue */
  color: #001154;
  margin-top: 48px;
}
.image-size-text[data-v-59171fbb] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  /* or 150% */
  text-align: center;
  /* DarkBlue */
  color: #001154;
}
.text-blue[data-v-59171fbb] {
  color: #2969ff;
}
.item-delete[data-v-59171fbb] {
  background: white;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-title-wrapper__title[data-v-59171fbb] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 16px;
  text-align: center;
  color: #001154;
  opacity: 0.8;
}
.image-footer[data-v-59171fbb] {
  display: flex;
  justify-content: space-between;
}
.image-footer__filename[data-v-59171fbb] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.image-footer__size[data-v-59171fbb] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #979797;
}
.mobile-section[data-v-59171fbb] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
[data-v-59171fbb] .v-btn {
  min-height: unset !important;
}
.img-upload-err .image-upload-wrapper[data-v-59171fbb] {
  border: 1px dashed red;
}
@media (max-width: 959.98px) {
.upload-text[data-v-59171fbb] {
    width: 133px;
}
.upload-img-wrapper[data-v-59171fbb] {
    height: 33px;
}
.image-upload-wrapper[data-v-59171fbb] {
    background: #fcfcfc;
    border: 1px dashed rgba(9, 49, 107, 0.4);
    border-radius: 5px;
}
.image-upload-wrapper.empty[data-v-59171fbb] {
    padding: 72px 0;
}
.image-upload-wrapper.uploaded[data-v-59171fbb] {
    padding: 16px 0;
}
.drag-container span[data-v-59171fbb] {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
    grid-row-gap: 16px;
}
}.separator[data-v-1a014052] {
  width: 100%;
}.property-details[data-v-5e8c8c22] {
  background: #ffffff;
}
.mobile-section[data-v-5e8c8c22] {
  background: #fefefe;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.border-bottom[data-v-5e8c8c22] {
  height: 1px;
  background: #001154;
  opacity: 0.2;
  border-radius: 1px;
}
.header-img[data-v-5e8c8c22] {
  width: 15px;
  height: 6px;
  flex: initial;
}
.asset-inputs-content[data-v-5e8c8c22] {
  min-height: auto;
  padding: 0;
}
[data-v-5e8c8c22] .v-expansion-panel-header {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #0f2d59;
  justify-content: space-between;
}
[data-v-5e8c8c22] .v-expansion-panel-header .v-expansion-panel-header__icon {
  margin-left: 0;
  font-size: 30px;
}
[data-v-5e8c8c22] .v-expansion-panel-content__wrap {
  padding: 0;
}.active[data-v-15d187e7] {
  background: #f2f6ff !important;
  color: #002c91;
}
.active .item-text[data-v-15d187e7] {
  color: #002c91 !important;
}
.completed[data-v-15d187e7] {
  background: rgba(54, 134, 0, 0.08) !important;
}
.completed .item-text[data-v-15d187e7] {
  color: #368600;
  opacity: 0.7;
}
#breadcrumb[data-v-15d187e7] {
  list-style: none;
  display: flex;
  padding-left: 0;
  column-gap: 8px;
}
#breadcrumb .item[data-v-15d187e7] {
  width: 151px;
  height: 40px;
  background: #f8f9fb;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 8px;
}
.item-text[data-v-15d187e7] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #313944;
  margin-left: 8px;
}
.text-truncate[data-v-15d187e7] {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 5px;
}
.checkbox-wrapper[data-v-15d187e7] {
  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-15d187e7] {
  background: rgba(0, 44, 145, 0.15);
}
.checkbox-wrapper.checkboxCompleted[data-v-15d187e7] {
  background: #368600;
}
.item-wrap[data-v-15d187e7] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 959.98px) {
.icon-wrapper[data-v-15d187e7] {
    display: none;
}
.text-truncate[data-v-15d187e7] {
    top: 0;
}
.item-text[data-v-15d187e7] {
    font-size: 11px;
    margin: 0;
}
#breadcrumb .item[data-v-15d187e7] {
    height: 32px;
    width: 50%;
    border-radius: 5px;
    padding: 0 4px;
}
#breadcrumb .item[data-v-15d187e7]:first-child {
    background: #f2f6ff;
}
#breadcrumb .item[data-v-15d187e7]:last-child {
    background: #f8f9fb;
}
}.desktop-divider[data-v-da698ebe] {
  padding-top: 10px;
}
.legal-check-wrapper[data-v-da698ebe] {
  width: 310px;
  margin: 0 auto;
}
.legal-check-wrapper[data-v-da698ebe] .c-checkbox label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.asset-step-title[data-v-da698ebe] {
  border-bottom: 0 !important;
  position: sticky;
  z-index: 9;
  top: 77px;
  height: auto;
}
.asset-step-title__title[data-v-da698ebe] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.finish-mobile[data-v-da698ebe] {
  color: #001154;
  border-bottom: 1px solid #001154;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-da698ebe] .finish-later-btn-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
[data-v-da698ebe] .back-button-content,[data-v-da698ebe] .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-da698ebe] .back-button-content {
  text-align: right;
}
[data-v-da698ebe] .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-da698ebe] .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-da698ebe] .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
[data-v-da698ebe] .c-label {
  font-weight: 400;
  font-size: 14px !important;
  line-height: 18px !important;
  color: #001154;
}
[data-v-da698ebe] .second-input-with-background .v-text-field,[data-v-da698ebe] .second-input-with-background .address-container,[data-v-da698ebe] .v-input__slot {
  height: 50px !important;
  font-size: 14px;
  color: #001154;
}
[data-v-da698ebe] input {
  font-size: 14px;
}
[data-v-da698ebe] .second-input-with-background .v-input.error--text ::placeholder,[data-v-da698ebe] .second-input-with-background .google-input.error--text ::placeholder {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px !important;
  opacity: 0.45;
}
[data-v-da698ebe] .ckeditor-wrapper .ck-label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
  top: 55px;
  left: 16px;
}
[data-v-da698ebe] .ck.ck-content {
  background: #f1f1f1 !important;
}
.asset-step-buttons[data-v-da698ebe] {
  height: auto;
  background: #ffffff;
}
.asset-step-buttons.padding-to-chat[data-v-da698ebe] {
  padding-bottom: 80px !important;
}
[data-v-da698ebe] .v-btn {
  min-height: auto !important;
}
.create-asset[data-v-da698ebe] .v-text-field__slot,
.create-asset[data-v-da698ebe] .v-select__slot {
  position: relative;
}
[data-v-da698ebe] .c-checkbox label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
[data-v-da698ebe] .v-text-field__details {
  display: none !important;
}
.button-back.hidden[data-v-da698ebe] {
  visibility: hidden;
}
.next-button[data-v-da698ebe] {
  border: none;
}
.button-back[data-v-da698ebe] {
  width: 100% !important;
  border: 1px solid #2969ff;
}
.button-back .back-button-content[data-v-da698ebe] {
  color: #2969ff !important;
}
.button-back .back-button-content[data-v-da698ebe]::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-da698ebe] {
  border: 1px solid #9aabc2;
}
.button-back.v-btn--disabled .back-button-content[data-v-da698ebe] {
  color: #9aabc2 !important;
}
.button-back.v-btn--disabled .back-button-content[data-v-da698ebe]::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-da698ebe] {
  width: 100% !important;
}
@media (max-width: 959.98px) {
.create-asset[data-v-da698ebe] {
    margin-bottom: 170px;
}
.legal-check-wrapper[data-v-da698ebe] {
    width: 335px;
}
.asset-step-buttons[data-v-da698ebe] {
    position: fixed !important;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 16.98%);
    width: 100%;
}
.asset-step-buttons.padding-to-chat[data-v-da698ebe] {
    padding-bottom: 130px !important;
}
.asset-step-title[data-v-da698ebe] {
    background: none;
}
.breadcrumbs-wrapper[data-v-da698ebe] {
    width: 100%;
}
}
@media (max-width: 959.98px) {
.asset-step-title[data-v-da698ebe] {
    top: 67px;
}
}
@media (min-width: 960px) {
.asset-step-title[data-v-da698ebe] {
    top: 63px;
}
}
@media (min-width: 1904px) {
.asset-step-title[data-v-da698ebe] {
    top: 77px;
}
}
@media screen and (max-width: 1550px) {
.asset-step-buttons.seller-chat.buyer-chat[data-v-da698ebe] {
    padding-bottom: 130px !important;
}
}.asset-edit-page[data-v-c3ba173a] {
  background: rgb(248, 249, 251);
  min-height: 100vh;
}
.stepper-wrapper[data-v-c3ba173a] {
  height: 820px;
  position: sticky;
  top: 77px;
  z-index: 1;
}
.stepper-wrapper.mobile[data-v-c3ba173a] {
  position: static;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-edit-page[data-v-c3ba173a] {
    overflow: hidden;
}
.stepper-wrapper[data-v-c3ba173a] {
    top: 0;
    height: 98px;
}
}
@media (max-width: 1263.98px) {
.stepper-wrapper[data-v-c3ba173a] {
    height: auto;
}
.asset-edit-page[data-v-c3ba173a] {
    min-height: auto;
}
}
@media (min-width: 960px) {
.stepper-wrapper[data-v-c3ba173a] {
    top: 63px;
}
}
@media (min-width: 1904px) {
.stepper-wrapper[data-v-c3ba173a] {
    top: 77px;
}
}
.content-wrapper[data-v-c3ba173a] {
  min-height: 1000px;
}.loader-wrapper[data-v-f59ef301] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}
.bda-title-wrapper[data-v-f59ef301] {
  width: 100%;
  background: rgba(242, 246, 255, 0.7);
  padding-left: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  color: #2969ff;
}
@media (max-width: 959.98px) {
[data-v-f59ef301] .vue-pdf-embed {
    box-shadow: 2.6666667461px 2.6666667461px 20px 0px rgba(173, 173, 173, 0.25);
}
}.profile-page-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  color: #fefefe;
  margin-top: 10px;
  margin-left: 8px;
}
.profile-page-wrapper {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  width: 100%;
  margin-top: 24px;
  column-gap: 24px;
}
.profile-page-wrapper .container {
  margin: 0px;
}
.sidebar-wrapper {
  background: #001154;
  width: 216px;
  height: 678px;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.links-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 14px;
  padding-left: 8px;
  row-gap: 16px;
  padding-right: 8px;
}
.links-wrapper__link {
  display: flex;
}
.links-wrapper__link a {
  padding-left: 17px;
  border-radius: 5px;
  align-items: center;
  column-gap: 15px;
  display: flex;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  width: 200px;
  height: 40px;
  color: #fefefe !important;
}
.links-wrapper__link a.router-link-active {
  background: rgba(255, 255, 255, 0.25);
}
.links-wrapper__link a img {
  height: 15px;
  position: relative;
  top: 2px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-page-wrapper {
    margin-top: 0 !important;
}
}.no-filled[data-v-3e8f9d3d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-3e8f9d3d] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-3e8f9d3d] {
  text-decoration: underline;
}
.avatarWrapper[data-v-3e8f9d3d] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-3e8f9d3d] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-3e8f9d3d] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-3e8f9d3d] {
  font-size: 1.6rem;
}
[data-v-3e8f9d3d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-3e8f9d3d] {
  padding-bottom: 66px;
}
[data-v-3e8f9d3d] .v-text-field__slot, .v-select__slot[data-v-3e8f9d3d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-3e8f9d3d] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-3e8f9d3d] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-3e8f9d3d] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-3e8f9d3d] .v-select__selections {
  color: #001154 !important;
}
[data-v-3e8f9d3d] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-3e8f9d3d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-3e8f9d3d] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-3e8f9d3d] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-3e8f9d3d] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-3e8f9d3d] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-3e8f9d3d] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-3e8f9d3d] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-3e8f9d3d] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-3e8f9d3d] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data[data-v-3e8f9d3d] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-3e8f9d3d] .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-3e8f9d3d] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-3e8f9d3d] .v-radio .v-input--selection-controls__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-3e8f9d3d] .v-radio .v-input--selection-controls__ripple {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-3e8f9d3d] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-3e8f9d3d] .custom-edit {
  margin-left: 15px;
}
[data-v-3e8f9d3d] .v-input input[type=number] {
  -moz-appearance: textfield;
}
[data-v-3e8f9d3d] .second-input-with-background .v-input__icon {
  display: none;
}
[data-v-3e8f9d3d] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-3e8f9d3d] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-3e8f9d3d] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-3e8f9d3d] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-3e8f9d3d] .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-3e8f9d3d] .mdi-camera .v-input__icon {
  display: block !important;
}
[data-v-3e8f9d3d] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-3e8f9d3d] .v-file-input__text--placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-3e8f9d3d] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
[data-v-3e8f9d3d] .v-responsive {
  flex: unset;
}
.sub-title[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-3e8f9d3d] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-3e8f9d3d] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-3e8f9d3d]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-3e8f9d3d] {
  width: 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-3e8f9d3d] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  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-3e8f9d3d] {
  font-size: 16px;
}
.custom-edit-btn[data-v-3e8f9d3d] {
  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-3e8f9d3d]::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-3e8f9d3d] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  gap: 16px;
}
.page-sub-title[data-v-3e8f9d3d] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-3e8f9d3d] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-3e8f9d3d] {
  position: relative;
}
.confirmed-block[data-v-3e8f9d3d] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-3e8f9d3d] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-3e8f9d3d] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-3e8f9d3d] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-select__selections[data-v-3e8f9d3d] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-3e8f9d3d] {
  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-3e8f9d3d]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-3e8f9d3d] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-3e8f9d3d]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-3e8f9d3d] {
  -moz-appearance: textfield;
}
.v-input__icon[data-v-3e8f9d3d] {
  display: none;
}
.second-input-with-background .v-input[data-v-3e8f9d3d] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-3e8f9d3d]::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-3e8f9d3d] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--is-focused[data-v-3e8f9d3d] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-3e8f9d3d] {
  margin-left: -3px;
}
.custom-edit[data-v-3e8f9d3d] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  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-3e8f9d3d]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-3e8f9d3d] {
  font-size: 16px;
}
.page-sub-title[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  position: relative;
}
.page-header[data-v-3e8f9d3d] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-3e8f9d3d] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-3e8f9d3d] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-3e8f9d3d] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-3e8f9d3d] {
  position: relative;
}
.row .no-filled[data-v-3e8f9d3d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-3e8f9d3d] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-3e8f9d3d] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-3e8f9d3d] {
  color: #fff !important;
}
.v-input input[data-v-3e8f9d3d] {
  max-height: 40px;
}
[data-v-3e8f9d3d] .v-text-field__slot,
.v-select__slot[data-v-3e8f9d3d] {
  position: relative !important;
  top: 0px !important;
}
[data-v-3e8f9d3d] .v-select__slot,
.v-select__selections[data-v-3e8f9d3d] {
  position: relative !important;
  top: 0px !important;
}
[data-v-3e8f9d3d] .second-select .v-select__selections {
  position: relative !important;
  top: 0px !important;
}
[data-v-3e8f9d3d] .v-input input {
  max-height: unset !important;
}
[data-v-3e8f9d3d] .v-text-field {
  margin-top: 0px !important;
}
[data-v-3e8f9d3d] .v-input__control {
  height: 100%;
}
[data-v-3e8f9d3d] .v-input__slot,[data-v-3e8f9d3d] .v-select__slot {
  height: 100%;
  min-height: 100%;
}
[data-v-3e8f9d3d] .v-text-field__slot {
  height: 100%;
}
.upload-file-wrapper[data-v-3e8f9d3d] {
  margin-top: 8px;
}
.zentinel-logo-wrapper[data-v-3e8f9d3d] {
  margin-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-3e8f9d3d] {
    justify-content: start;
}
.zentinel-logo-wrapper[data-v-3e8f9d3d] {
    margin-top: 0px;
}
.upload-file-wrapper[data-v-3e8f9d3d] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-3e8f9d3d] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-3e8f9d3d] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-3e8f9d3d]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-3e8f9d3d] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-3e8f9d3d] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-3e8f9d3d] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-3e8f9d3d] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-3e8f9d3d] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-3e8f9d3d] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-3e8f9d3d] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-3e8f9d3d] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-3e8f9d3d] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-3e8f9d3d] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-3e8f9d3d] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.second-input-with-background[data-v-3e8f9d3d] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-3e8f9d3d] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-3e8f9d3d] .v-chip {
    padding: 0px 4px;
}
[data-v-3e8f9d3d] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-3e8f9d3d] .v-select__selections {
    flex-wrap: nowrap;
}
.spacer[data-v-3e8f9d3d] {
    margin-top: 16px;
}
.proof-of-funds[data-v-3e8f9d3d] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-3e8f9d3d] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-3e8f9d3d] {
    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;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
}
.second-input-wrapper[data-v-3e8f9d3d] {
    padding-left: 12px !important;
}
[data-v-3e8f9d3d] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-3e8f9d3d] {
    padding-top: 56px;
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-3e8f9d3d] {
    width: 100%;
}
.custom-cancel-btn[data-v-3e8f9d3d] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-3e8f9d3d] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-3e8f9d3d] {
    margin-left: 0px !important;
}
.c-form[data-v-3e8f9d3d] {
    width: 100%;
}
.v-input--selection-controls[data-v-3e8f9d3d] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-3e8f9d3d] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-3e8f9d3d] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-3e8f9d3d] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-3e8f9d3d] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-3e8f9d3d] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-3e8f9d3d] .v-input__control .v-input__slot {
    margin-bottom: 0px;
}
.file-input-custom[data-v-3e8f9d3d] .v-text-field__details {
    display: none !important;
}
.file-input-custom[data-v-3e8f9d3d] .v-file-input__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.avatarWrapper[data-v-3e8f9d3d] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-3e8f9d3d] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-3e8f9d3d] {
    width: 100%;
}
.confirmed-block[data-v-3e8f9d3d] {
    width: 100%;
}
.uploaded-avatar[data-v-3e8f9d3d] {
    border-radius: 200px;
}
}
.proof-button[data-v-3e8f9d3d] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-3e8f9d3d] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-3e8f9d3d] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-3e8f9d3d] {
  margin-top: 8px;
}
.label-empty[data-v-3e8f9d3d] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-3e8f9d3d] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-3e8f9d3d] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-3e8f9d3d] {
    background: unset;
}
}
.file-input-custom[data-v-3e8f9d3d] .v-input__slot:before {
  display: none !important;
}
.file-input-custom[data-v-3e8f9d3d] .v-input__slot:after {
  display: none !important;
}
.upload-photo-button[data-v-3e8f9d3d] {
  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-3e8f9d3d] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-3e8f9d3d] {
  color: #2969ff;
}
.upload-photo-button i[data-v-3e8f9d3d]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-3e8f9d3d] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-3e8f9d3d] {
    padding-bottom: 0px;
}
}
.second-input-with-background[data-v-3e8f9d3d] .v-input__control {
  flex-wrap: nowrap;
}
.second-input-with-background[data-v-3e8f9d3d] .v-input__control .v-input__slot {
  margin-bottom: 5px;
}.no-filled[data-v-da88f6ea] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-da88f6ea] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-da88f6ea] {
  text-decoration: underline;
}
.avatarWrapper[data-v-da88f6ea] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-da88f6ea] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-da88f6ea] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-da88f6ea] {
  font-size: 1.6rem;
}
[data-v-da88f6ea] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-da88f6ea] {
  padding-bottom: 66px;
}
[data-v-da88f6ea] .v-text-field__slot, .v-select__slot[data-v-da88f6ea] {
  position: relative !important;
  top: 5px !important;
}
[data-v-da88f6ea] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-da88f6ea] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-da88f6ea] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-da88f6ea] .v-select__selections {
  color: #001154 !important;
}
[data-v-da88f6ea] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-da88f6ea] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-da88f6ea] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-da88f6ea] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-da88f6ea] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-da88f6ea] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-da88f6ea] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-da88f6ea] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-da88f6ea] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-da88f6ea] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data[data-v-da88f6ea] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-da88f6ea] .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-da88f6ea] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-da88f6ea] .v-radio .v-input--selection-controls__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-da88f6ea] .v-radio .v-input--selection-controls__ripple {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-da88f6ea] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-da88f6ea] .custom-edit {
  margin-left: 15px;
}
[data-v-da88f6ea] .v-input input[type=number] {
  -moz-appearance: textfield;
}
[data-v-da88f6ea] .second-input-with-background .v-input__icon {
  display: none;
}
[data-v-da88f6ea] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-da88f6ea] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-da88f6ea] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-da88f6ea] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-da88f6ea] .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-da88f6ea] .mdi-camera .v-input__icon {
  display: block !important;
}
[data-v-da88f6ea] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-da88f6ea] .v-file-input__text--placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-da88f6ea] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
[data-v-da88f6ea] .v-responsive {
  flex: unset;
}
.sub-title[data-v-da88f6ea] {
  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-da88f6ea] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-da88f6ea] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-da88f6ea] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-da88f6ea]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-da88f6ea] {
  width: 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-da88f6ea] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-da88f6ea] {
  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-da88f6ea] {
  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-da88f6ea] {
  font-size: 16px;
}
.custom-edit-btn[data-v-da88f6ea] {
  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-da88f6ea]::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-da88f6ea] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-da88f6ea] {
  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-da88f6ea] {
  gap: 16px;
}
.page-sub-title[data-v-da88f6ea] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-da88f6ea] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-da88f6ea] {
  position: relative;
}
.confirmed-block[data-v-da88f6ea] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-da88f6ea] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-da88f6ea] {
  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-da88f6ea] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-da88f6ea] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-da88f6ea] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-select__selections[data-v-da88f6ea] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-da88f6ea] {
  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-da88f6ea]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-da88f6ea] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-da88f6ea]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-da88f6ea] {
  -moz-appearance: textfield;
}
.v-input__icon[data-v-da88f6ea] {
  display: none;
}
.second-input-with-background .v-input[data-v-da88f6ea] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-da88f6ea]::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-da88f6ea] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--is-focused[data-v-da88f6ea] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-da88f6ea] {
  margin-left: -3px;
}
.custom-edit[data-v-da88f6ea] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-da88f6ea] {
  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-da88f6ea] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-da88f6ea] {
  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-da88f6ea] {
  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-da88f6ea]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-da88f6ea] {
  font-size: 16px;
}
.page-sub-title[data-v-da88f6ea] {
  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-da88f6ea] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-da88f6ea] {
  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-da88f6ea] {
  position: relative;
}
.page-header[data-v-da88f6ea] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-da88f6ea] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-da88f6ea] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-da88f6ea] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-da88f6ea] {
  position: relative;
}
.row .no-filled[data-v-da88f6ea] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-da88f6ea] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-da88f6ea] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-da88f6ea] {
  color: #fff !important;
}
.v-input input[data-v-da88f6ea] {
  max-height: 40px;
}
[data-v-da88f6ea] .v-text-field__slot,
.v-select__slot[data-v-da88f6ea] {
  position: relative !important;
  top: 0px !important;
}
[data-v-da88f6ea] .v-select__slot,
.v-select__selections[data-v-da88f6ea] {
  position: relative !important;
  top: 0px !important;
}
[data-v-da88f6ea] .second-select .v-select__selections {
  position: relative !important;
  top: 0px !important;
}
[data-v-da88f6ea] .v-input input {
  max-height: unset !important;
}
[data-v-da88f6ea] .v-text-field {
  margin-top: 0px !important;
}
[data-v-da88f6ea] .v-input__control {
  height: 100%;
}
[data-v-da88f6ea] .v-input__slot,[data-v-da88f6ea] .v-select__slot {
  height: 100%;
  min-height: 100%;
}
[data-v-da88f6ea] .v-text-field__slot {
  height: 100%;
}
.upload-file-wrapper[data-v-da88f6ea] {
  margin-top: 8px;
}
.zentinel-logo-wrapper[data-v-da88f6ea] {
  margin-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-da88f6ea] {
    justify-content: start;
}
.zentinel-logo-wrapper[data-v-da88f6ea] {
    margin-top: 0px;
}
.upload-file-wrapper[data-v-da88f6ea] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-da88f6ea] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-da88f6ea] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-da88f6ea]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-da88f6ea] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-da88f6ea] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-da88f6ea] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-da88f6ea] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-da88f6ea] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-da88f6ea] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-da88f6ea] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-da88f6ea] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-da88f6ea] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-da88f6ea] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-da88f6ea] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.second-input-with-background[data-v-da88f6ea] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-da88f6ea] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-da88f6ea] .v-chip {
    padding: 0px 4px;
}
[data-v-da88f6ea] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-da88f6ea] .v-select__selections {
    flex-wrap: nowrap;
}
.spacer[data-v-da88f6ea] {
    margin-top: 16px;
}
.proof-of-funds[data-v-da88f6ea] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-da88f6ea] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-da88f6ea] {
    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;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
}
.second-input-wrapper[data-v-da88f6ea] {
    padding-left: 12px !important;
}
[data-v-da88f6ea] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-da88f6ea] {
    padding-top: 56px;
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-da88f6ea] {
    width: 100%;
}
.custom-cancel-btn[data-v-da88f6ea] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-da88f6ea] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-da88f6ea] {
    margin-left: 0px !important;
}
.c-form[data-v-da88f6ea] {
    width: 100%;
}
.v-input--selection-controls[data-v-da88f6ea] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-da88f6ea] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-da88f6ea] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-da88f6ea] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-da88f6ea] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-da88f6ea] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-da88f6ea] .v-input__control .v-input__slot {
    margin-bottom: 0px;
}
.file-input-custom[data-v-da88f6ea] .v-text-field__details {
    display: none !important;
}
.file-input-custom[data-v-da88f6ea] .v-file-input__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.avatarWrapper[data-v-da88f6ea] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-da88f6ea] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-da88f6ea] {
    width: 100%;
}
.confirmed-block[data-v-da88f6ea] {
    width: 100%;
}
.uploaded-avatar[data-v-da88f6ea] {
    border-radius: 200px;
}
}
.proof-button[data-v-da88f6ea] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-da88f6ea] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-da88f6ea] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-da88f6ea] {
  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-da88f6ea] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-da88f6ea] {
  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-da88f6ea] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-da88f6ea] {
  margin-top: 8px;
}
.label-empty[data-v-da88f6ea] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-da88f6ea] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-da88f6ea] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-da88f6ea] {
    background: unset;
}
}
.file-input-custom[data-v-da88f6ea] .v-input__slot:before {
  display: none !important;
}
.file-input-custom[data-v-da88f6ea] .v-input__slot:after {
  display: none !important;
}
.upload-photo-button[data-v-da88f6ea] {
  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-da88f6ea] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-da88f6ea] {
  color: #2969ff;
}
.upload-photo-button i[data-v-da88f6ea]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-da88f6ea] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-da88f6ea] {
    padding-bottom: 0px;
}
}
.seller-profile-confirmation-wrapper[data-v-da88f6ea] {
  height: 530px !important;
}
@media (max-width: 959.98px) {
.seller-profile-confirmation-wrapper[data-v-da88f6ea] {
    height: 100% !important;
}
}.no-filled[data-v-367052b3] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-367052b3] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-367052b3] {
  text-decoration: underline;
}
.avatarWrapper[data-v-367052b3] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-367052b3] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-367052b3] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-367052b3] {
  font-size: 1.6rem;
}
[data-v-367052b3] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-367052b3] {
  padding-bottom: 66px;
}
[data-v-367052b3] .v-text-field__slot, .v-select__slot[data-v-367052b3] {
  position: relative !important;
  top: 5px !important;
}
[data-v-367052b3] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-367052b3] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-367052b3] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-367052b3] .v-select__selections {
  color: #001154 !important;
}
[data-v-367052b3] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-367052b3] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-367052b3] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-367052b3] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-367052b3] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-367052b3] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-367052b3] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-367052b3] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-367052b3] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-367052b3] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data[data-v-367052b3] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-367052b3] .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-367052b3] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-367052b3] .v-radio .v-input--selection-controls__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-367052b3] .v-radio .v-input--selection-controls__ripple {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-367052b3] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-367052b3] .custom-edit {
  margin-left: 15px;
}
[data-v-367052b3] .v-input input[type=number] {
  -moz-appearance: textfield;
}
[data-v-367052b3] .second-input-with-background .v-input__icon {
  display: none;
}
[data-v-367052b3] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-367052b3] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-367052b3] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-367052b3] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-367052b3] .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-367052b3] .mdi-camera .v-input__icon {
  display: block !important;
}
[data-v-367052b3] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-367052b3] .v-file-input__text--placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-367052b3] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
[data-v-367052b3] .v-responsive {
  flex: unset;
}
.sub-title[data-v-367052b3] {
  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-367052b3] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-367052b3] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-367052b3] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-367052b3]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-367052b3] {
  width: 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-367052b3] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-367052b3] {
  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-367052b3] {
  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-367052b3] {
  font-size: 16px;
}
.custom-edit-btn[data-v-367052b3] {
  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-367052b3]::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-367052b3] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-367052b3] {
  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-367052b3] {
  gap: 16px;
}
.page-sub-title[data-v-367052b3] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-367052b3] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-367052b3] {
  position: relative;
}
.confirmed-block[data-v-367052b3] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-367052b3] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-367052b3] {
  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-367052b3] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-367052b3] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-367052b3] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-select__selections[data-v-367052b3] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-367052b3] {
  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-367052b3]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-367052b3] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-367052b3]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-367052b3] {
  -moz-appearance: textfield;
}
.v-input__icon[data-v-367052b3] {
  display: none;
}
.second-input-with-background .v-input[data-v-367052b3] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-367052b3]::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-367052b3] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--is-focused[data-v-367052b3] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-367052b3] {
  margin-left: -3px;
}
.custom-edit[data-v-367052b3] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-367052b3] {
  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-367052b3] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-367052b3] {
  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-367052b3] {
  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-367052b3]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-367052b3] {
  font-size: 16px;
}
.page-sub-title[data-v-367052b3] {
  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-367052b3] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-367052b3] {
  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-367052b3] {
  position: relative;
}
.page-header[data-v-367052b3] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-367052b3] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-367052b3] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-367052b3] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-367052b3] {
  position: relative;
}
.row .no-filled[data-v-367052b3] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-367052b3] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-367052b3] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-367052b3] {
  color: #fff !important;
}
.v-input input[data-v-367052b3] {
  max-height: 40px;
}
[data-v-367052b3] .v-text-field__slot,
.v-select__slot[data-v-367052b3] {
  position: relative !important;
  top: 0px !important;
}
[data-v-367052b3] .v-select__slot,
.v-select__selections[data-v-367052b3] {
  position: relative !important;
  top: 0px !important;
}
[data-v-367052b3] .second-select .v-select__selections {
  position: relative !important;
  top: 0px !important;
}
[data-v-367052b3] .v-input input {
  max-height: unset !important;
}
[data-v-367052b3] .v-text-field {
  margin-top: 0px !important;
}
[data-v-367052b3] .v-input__control {
  height: 100%;
}
[data-v-367052b3] .v-input__slot,[data-v-367052b3] .v-select__slot {
  height: 100%;
  min-height: 100%;
}
[data-v-367052b3] .v-text-field__slot {
  height: 100%;
}
.upload-file-wrapper[data-v-367052b3] {
  margin-top: 8px;
}
.zentinel-logo-wrapper[data-v-367052b3] {
  margin-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-367052b3] {
    justify-content: start;
}
.zentinel-logo-wrapper[data-v-367052b3] {
    margin-top: 0px;
}
.upload-file-wrapper[data-v-367052b3] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-367052b3] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-367052b3] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-367052b3]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-367052b3] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-367052b3] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-367052b3] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-367052b3] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-367052b3] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-367052b3] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-367052b3] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-367052b3] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-367052b3] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-367052b3] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-367052b3] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.second-input-with-background[data-v-367052b3] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-367052b3] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-367052b3] .v-chip {
    padding: 0px 4px;
}
[data-v-367052b3] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-367052b3] .v-select__selections {
    flex-wrap: nowrap;
}
.spacer[data-v-367052b3] {
    margin-top: 16px;
}
.proof-of-funds[data-v-367052b3] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-367052b3] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-367052b3] {
    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;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
}
.second-input-wrapper[data-v-367052b3] {
    padding-left: 12px !important;
}
[data-v-367052b3] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-367052b3] {
    padding-top: 56px;
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-367052b3] {
    width: 100%;
}
.custom-cancel-btn[data-v-367052b3] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-367052b3] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-367052b3] {
    margin-left: 0px !important;
}
.c-form[data-v-367052b3] {
    width: 100%;
}
.v-input--selection-controls[data-v-367052b3] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-367052b3] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-367052b3] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-367052b3] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-367052b3] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-367052b3] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-367052b3] .v-input__control .v-input__slot {
    margin-bottom: 0px;
}
.file-input-custom[data-v-367052b3] .v-text-field__details {
    display: none !important;
}
.file-input-custom[data-v-367052b3] .v-file-input__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.avatarWrapper[data-v-367052b3] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-367052b3] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-367052b3] {
    width: 100%;
}
.confirmed-block[data-v-367052b3] {
    width: 100%;
}
.uploaded-avatar[data-v-367052b3] {
    border-radius: 200px;
}
}
.proof-button[data-v-367052b3] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-367052b3] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-367052b3] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-367052b3] {
  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-367052b3] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-367052b3] {
  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-367052b3] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-367052b3] {
  margin-top: 8px;
}
.label-empty[data-v-367052b3] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-367052b3] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-367052b3] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-367052b3] {
    background: unset;
}
}
.file-input-custom[data-v-367052b3] .v-input__slot:before {
  display: none !important;
}
.file-input-custom[data-v-367052b3] .v-input__slot:after {
  display: none !important;
}
.upload-photo-button[data-v-367052b3] {
  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-367052b3] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-367052b3] {
  color: #2969ff;
}
.upload-photo-button i[data-v-367052b3]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-367052b3] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-367052b3] {
    padding-bottom: 0px;
}
}
.seller-photo-form-wrapper[data-v-367052b3] {
  height: 232px !important;
  max-height: 232px;
}
@media (max-width: 959.98px) {
.seller-photo-form-wrapper[data-v-367052b3] {
    height: 270px !important;
    max-height: none;
}
}
@media (max-width: 599.98px) {
.seller-photo-form-wrapper[data-v-367052b3] {
    height: 174px !important;
}
}.no-filled[data-v-001469d6] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-001469d6] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-001469d6] {
  text-decoration: underline;
}
.avatarWrapper[data-v-001469d6] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-001469d6] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-001469d6] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-001469d6] {
  font-size: 1.6rem;
}
[data-v-001469d6] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-001469d6] {
  padding-bottom: 66px;
}
[data-v-001469d6] .v-text-field__slot, .v-select__slot[data-v-001469d6] {
  position: relative !important;
  top: 5px !important;
}
[data-v-001469d6] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-001469d6] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-001469d6] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-001469d6] .v-select__selections {
  color: #001154 !important;
}
[data-v-001469d6] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-001469d6] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-001469d6] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-001469d6] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-001469d6] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-001469d6] .container {
  max-width: 777px !important;
}
.no-filled[data-v-001469d6] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-001469d6] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-001469d6] {
  text-decoration: underline;
}
.avatarWrapper[data-v-001469d6] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-001469d6] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-001469d6] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-001469d6] {
  font-size: 1.6rem;
}
[data-v-001469d6] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-001469d6] {
  padding-bottom: 66px;
}
[data-v-001469d6] .v-text-field__slot, .v-select__slot[data-v-001469d6] {
  position: relative !important;
  top: 5px !important;
}
[data-v-001469d6] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-001469d6] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-001469d6] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-001469d6] .v-select__selections {
  color: #001154 !important;
}
[data-v-001469d6] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-001469d6] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-001469d6] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-001469d6] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-001469d6] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-001469d6] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-001469d6] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-001469d6] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-001469d6] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-001469d6] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data[data-v-001469d6] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-001469d6] .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-001469d6] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-001469d6] .v-radio .v-input--selection-controls__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-001469d6] .v-radio .v-input--selection-controls__ripple {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-001469d6] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-001469d6] .custom-edit {
  margin-left: 15px;
}
[data-v-001469d6] .v-input input[type=number] {
  -moz-appearance: textfield;
}
[data-v-001469d6] .second-input-with-background .v-input__icon {
  display: none;
}
[data-v-001469d6] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-001469d6] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-001469d6] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-001469d6] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-001469d6] .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-001469d6] .mdi-camera .v-input__icon {
  display: block !important;
}
[data-v-001469d6] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-001469d6] .v-file-input__text--placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-001469d6] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
[data-v-001469d6] .v-responsive {
  flex: unset;
}
.sub-title[data-v-001469d6] {
  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-001469d6] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-001469d6] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-001469d6] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-001469d6]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-001469d6] {
  width: 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-001469d6] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-001469d6] {
  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-001469d6] {
  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-001469d6] {
  font-size: 16px;
}
.custom-edit-btn[data-v-001469d6] {
  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-001469d6]::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-001469d6] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-001469d6] {
  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-001469d6] {
  gap: 16px;
}
.page-sub-title[data-v-001469d6] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-001469d6] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-001469d6] {
  position: relative;
}
.confirmed-block[data-v-001469d6] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-001469d6] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-001469d6] {
  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-001469d6] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-001469d6] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-001469d6] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-select__selections[data-v-001469d6] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-001469d6] {
  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-001469d6]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-001469d6] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-001469d6]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-001469d6] {
  -moz-appearance: textfield;
}
.v-input__icon[data-v-001469d6] {
  display: none;
}
.second-input-with-background .v-input[data-v-001469d6] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-001469d6]::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-001469d6] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--is-focused[data-v-001469d6] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-001469d6] {
  margin-left: -3px;
}
.custom-edit[data-v-001469d6] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-001469d6] {
  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-001469d6] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-001469d6] {
  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-001469d6] {
  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-001469d6]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-001469d6] {
  font-size: 16px;
}
.page-sub-title[data-v-001469d6] {
  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-001469d6] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-001469d6] {
  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-001469d6] {
  position: relative;
}
.page-header[data-v-001469d6] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-001469d6] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-001469d6] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-001469d6] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-001469d6] {
  position: relative;
}
.row .no-filled[data-v-001469d6] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-001469d6] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-001469d6] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-001469d6] {
  color: #fff !important;
}
.v-input input[data-v-001469d6] {
  max-height: 40px;
}
[data-v-001469d6] .v-text-field__slot,
.v-select__slot[data-v-001469d6] {
  position: relative !important;
  top: 0px !important;
}
[data-v-001469d6] .v-select__slot,
.v-select__selections[data-v-001469d6] {
  position: relative !important;
  top: 0px !important;
}
[data-v-001469d6] .second-select .v-select__selections {
  position: relative !important;
  top: 0px !important;
}
[data-v-001469d6] .v-input input {
  max-height: unset !important;
}
[data-v-001469d6] .v-text-field {
  margin-top: 0px !important;
}
[data-v-001469d6] .v-input__control {
  height: 100%;
}
[data-v-001469d6] .v-input__slot,[data-v-001469d6] .v-select__slot {
  height: 100%;
  min-height: 100%;
}
[data-v-001469d6] .v-text-field__slot {
  height: 100%;
}
.upload-file-wrapper[data-v-001469d6] {
  margin-top: 8px;
}
.zentinel-logo-wrapper[data-v-001469d6] {
  margin-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-001469d6] {
    justify-content: start;
}
.zentinel-logo-wrapper[data-v-001469d6] {
    margin-top: 0px;
}
.upload-file-wrapper[data-v-001469d6] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-001469d6] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-001469d6] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-001469d6]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-001469d6] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-001469d6] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-001469d6] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-001469d6] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-001469d6] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-001469d6] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-001469d6] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-001469d6] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-001469d6] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-001469d6] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-001469d6] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.second-input-with-background[data-v-001469d6] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-001469d6] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-001469d6] .v-chip {
    padding: 0px 4px;
}
[data-v-001469d6] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-001469d6] .v-select__selections {
    flex-wrap: nowrap;
}
.spacer[data-v-001469d6] {
    margin-top: 16px;
}
.proof-of-funds[data-v-001469d6] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-001469d6] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-001469d6] {
    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;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
}
.second-input-wrapper[data-v-001469d6] {
    padding-left: 12px !important;
}
[data-v-001469d6] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-001469d6] {
    padding-top: 56px;
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-001469d6] {
    width: 100%;
}
.custom-cancel-btn[data-v-001469d6] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-001469d6] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-001469d6] {
    margin-left: 0px !important;
}
.c-form[data-v-001469d6] {
    width: 100%;
}
.v-input--selection-controls[data-v-001469d6] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-001469d6] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-001469d6] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-001469d6] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-001469d6] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-001469d6] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-001469d6] .v-input__control .v-input__slot {
    margin-bottom: 0px;
}
.file-input-custom[data-v-001469d6] .v-text-field__details {
    display: none !important;
}
.file-input-custom[data-v-001469d6] .v-file-input__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.avatarWrapper[data-v-001469d6] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-001469d6] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-001469d6] {
    width: 100%;
}
.confirmed-block[data-v-001469d6] {
    width: 100%;
}
.uploaded-avatar[data-v-001469d6] {
    border-radius: 200px;
}
}
.proof-button[data-v-001469d6] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-001469d6] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-001469d6] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-001469d6] {
  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-001469d6] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-001469d6] {
  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-001469d6] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-001469d6] {
  margin-top: 8px;
}
.label-empty[data-v-001469d6] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-001469d6] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-001469d6] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-001469d6] {
    background: unset;
}
}
.file-input-custom[data-v-001469d6] .v-input__slot:before {
  display: none !important;
}
.file-input-custom[data-v-001469d6] .v-input__slot:after {
  display: none !important;
}
.upload-photo-button[data-v-001469d6] {
  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-001469d6] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-001469d6] {
  color: #2969ff;
}
.upload-photo-button i[data-v-001469d6]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-001469d6] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-001469d6] {
    padding-bottom: 0px;
}
}
.page-header-wrapper[data-v-001469d6] {
  flex-wrap: wrap;
  display: flex;
  row-gap: 16px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.seller-profile-page .custom-cancel-btn[data-v-001469d6] {
    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-001469d6] {
    padding: 0 16px;
    justify-content: space-between;
}
.seller-profile-page .page-header-wrapper[data-v-001469d6] {
    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-001469d6] > div {
    height: 480px;
}
.seller-profile-page .page-header-wrapper .seller-profile-confirmation-form[data-v-001469d6] {
    height: 480px;
}
.seller-profile-page .page-header-wrapper[data-v-001469d6] .profile__items-wrapper {
    width: auto;
    max-width: none;
}
}
@media (max-width: 599.98px) {
[data-v-001469d6] .deposit-profile {
    height: 500px;
    overflow: auto;
}
}.profile__items-wrapper[data-v-1fc029f0] {
  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-1fc029f0] {
  margin-left: 0px !important;
  margin-top: 0px !important;
  flex-direction: row;
}
.upload-file-wrapper[data-v-1fc029f0] {
  margin-top: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.proof-of-funds__next[data-v-1fc029f0] {
    margin-left: 0px !important;
}
.second-input-with-background[data-v-1fc029f0]::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-1fc029f0] {
    width: 100% !important;
    max-width: unset !important;
    margin-left: 0px !important;
    height: auto !important;
}
.sub-title-wrapper[data-v-1fc029f0] {
    border-bottom: 1.3px solid #f1f1f1;
}
}
.second-input-with-background[data-v-1fc029f0] .v-input__control {
  flex-wrap: nowrap;
}
.second-input-with-background[data-v-1fc029f0] .v-input__control .v-input__slot {
  margin-bottom: 5px;
}
.second-input-mobile[data-v-1fc029f0] {
  max-width: 100%;
  padding: 0 !important;
  height: 20px !important;
}
.second-input-mobile[data-v-1fc029f0] .v-input__control {
  height: 20px !important;
}
.second-input-mobile[data-v-1fc029f0] .v-input__control .v-input__slot {
  height: 20px !important;
}
.second-input-mobile[data-v-1fc029f0] .v-input__control .v-input__slot .v-text-field__slot {
  height: 20px !important;
}
.second-input-mobile[data-v-1fc029f0] .v-input__control .v-input__slot .v-text-field__slot input {
  height: 20px !important;
  padding: 0px !important;
}
.second-input-wrapper[data-v-1fc029f0] {
  padding-left: 0 !important;
  height: 40px !important;
}
.second-input-wrapper[data-v-1fc029f0] input::-webkit-outer-spin-button,
.second-input-wrapper[data-v-1fc029f0] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.second-input-wrapper[data-v-1fc029f0] input[type=number] {
  -moz-appearance: textfield;
}
.second-input-wrapper[data-v-1fc029f0] .v-input__control {
  height: 40px !important;
}
.second-input-wrapper[data-v-1fc029f0] .v-input__control .v-input__slot {
  height: 40px !important;
}
.second-input-wrapper[data-v-1fc029f0] .v-input__control .v-input__slot .v-text-field__slot {
  height: 40px !important;
}
.second-input-wrapper[data-v-1fc029f0] .v-input__control .v-input__slot .v-text-field__slot input {
  height: 40px !important;
}.profile__items-wrapper[data-v-275548fa] {
  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-275548fa] {
    border-bottom: 1.3px solid #f1f1f1;
}
.second-input-with-background[data-v-275548fa]::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-275548fa] {
    width: 100% !important;
    max-width: unset !important;
    margin-left: 0px !important;
    height: auto !important;
}
}
.second-input-with-background[data-v-275548fa] .v-input__control {
  flex-wrap: nowrap;
}
.second-input-with-background[data-v-275548fa] .v-input__control .v-input__slot {
  margin-bottom: 5px;
}
.second-input-mobile[data-v-275548fa] {
  max-width: 100%;
  padding: 0 !important;
  height: 20px !important;
}
.second-input-mobile[data-v-275548fa] .v-input__control {
  height: 20px !important;
}
.second-input-mobile[data-v-275548fa] .v-input__control .v-input__slot {
  height: 20px !important;
}
.second-input-mobile[data-v-275548fa] .v-input__control .v-input__slot .v-text-field__slot {
  height: 20px !important;
}
.second-input-mobile[data-v-275548fa] .v-input__control .v-input__slot .v-text-field__slot input {
  height: 20px !important;
  padding: 0px !important;
}
.second-input-wrapper[data-v-275548fa] {
  padding-left: 0 !important;
  height: 40px !important;
}
.second-input-wrapper[data-v-275548fa] input::-webkit-outer-spin-button,
.second-input-wrapper[data-v-275548fa] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.second-input-wrapper[data-v-275548fa] input[type=number] {
  -moz-appearance: textfield;
}
.second-input-wrapper[data-v-275548fa] .v-input__control {
  height: 40px !important;
}
.second-input-wrapper[data-v-275548fa] .v-input__control .v-input__slot {
  height: 40px !important;
}
.second-input-wrapper[data-v-275548fa] .v-input__control .v-input__slot .v-text-field__slot {
  height: 40px !important;
}
.second-input-wrapper[data-v-275548fa] .v-input__control .v-input__slot .v-text-field__slot input {
  height: 40px !important;
}.disclaimer-section[data-v-78687072] {
  background-color: rgba(242, 246, 255, 0.7);
  font-size: 14px;
  color: #002c91;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}.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-d5617976] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.driver-license .type[data-v-d5617976] {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.driver-license[data-v-d5617976] .c-label,
.driver-license[data-v-d5617976] .v-radio .v-label {
  color: #001154;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 18px !important;
}
.driver-license[data-v-d5617976] .v-text-field--filled > .v-input__control > .v-input__slot,
.driver-license[data-v-d5617976] .v-text-field--full-width > .v-input__control > .v-input__slot,
.driver-license[data-v-d5617976] .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: auto;
  box-shadow: none;
}
.driver-license[data-v-d5617976] .v-text-field--outlined fieldset {
  border: none;
  background: #f4f4f4;
}
.driver-license[data-v-d5617976] .v-text-field__slot input {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.driver-license[data-v-d5617976] .v-text-field__slot input ::placeholder {
  color: #9aabc2;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}.no-filled[data-v-b232c752] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-b232c752] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-b232c752] {
  text-decoration: underline;
}
.avatarWrapper[data-v-b232c752] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-b232c752] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-b232c752] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-b232c752] {
  font-size: 1.6rem;
}
[data-v-b232c752] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-b232c752] {
  padding-bottom: 66px;
}
[data-v-b232c752] .v-text-field__slot, .v-select__slot[data-v-b232c752] {
  position: relative !important;
  top: 5px !important;
}
[data-v-b232c752] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-b232c752] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-b232c752] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-b232c752] .v-select__selections {
  color: #001154 !important;
}
[data-v-b232c752] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-b232c752] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-b232c752] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-b232c752] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-b232c752] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-b232c752] .container {
  max-width: 777px !important;
}
.basic-info-wrapper[data-v-b232c752] {
  display: flex;
  justify-content: center;
}
.avatarWrapper[data-v-b232c752] {
  width: 148px;
  height: 148px;
}
.avatarWrapper .avatar-image[data-v-b232c752] {
  width: 148px;
  height: 148px;
  background: #b3b3b3;
  opacity: 0.8;
}
.empty-seller-wrapper[data-v-b232c752] {
  position: absolute;
  top: 62px;
  width: 1136px;
  height: 640px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile-data[data-v-b232c752] {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 411px;
}
[data-v-b232c752] .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-b232c752] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-b232c752] .v-radio .v-input--selection-controls__input .v-icon {
  font-size: 20px !important;
  margin-left: 0;
  padding-left: 10px;
}
[data-v-b232c752] .v-radio .v-input--selection-controls__ripple {
  height: 24px !important;
  width: 24px !important;
  left: -2px !important;
  top: calc(50% - 20px);
}
[data-v-b232c752] .v-radio .v-label {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: #001154;
  margin-right: 0px;
}
[data-v-b232c752] .custom-edit {
  margin-left: 15px;
}
[data-v-b232c752] .v-input input[type=number] {
  -moz-appearance: textfield;
}
[data-v-b232c752] .second-input-with-background .v-input__icon {
  display: none;
}
[data-v-b232c752] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-b232c752] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-b232c752] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-b232c752] .profile-data-wrapper {
  margin-bottom: 2px !important;
}
[data-v-b232c752] .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-b232c752] .mdi-camera .v-input__icon {
  display: block !important;
}
[data-v-b232c752] .mdi-camera::before {
  color: #2969ff !important;
  font-size: 18px;
  align-self: baseline;
}
[data-v-b232c752] .v-file-input__text--placeholder {
  color: #2969ff !important;
  margin-left: -6px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
}
[data-v-b232c752] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
[data-v-b232c752] .v-responsive {
  flex: unset;
}
.sub-title[data-v-b232c752] {
  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-b232c752] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.second-input-with-background .v-input[data-v-b232c752] {
  background: unset;
  padding-left: 0;
}
.second-input-wrapper[data-v-b232c752] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-b232c752]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.file-input-custom[data-v-b232c752] {
  width: 118px;
  margin-top: 0px;
  padding-top: 0px !important;
  position: relative;
  bottom: 9px;
  left: 3px;
}
.custom-checkbox .v-input[data-v-b232c752] {
  margin-left: -2px !important;
  padding-left: 0 !important;
}
.custom-save-btn[data-v-b232c752] {
  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-b232c752] {
  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-b232c752] {
  font-size: 16px;
}
.custom-edit-btn[data-v-b232c752] {
  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-b232c752]::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-b232c752] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.profile__items-wrapper[data-v-b232c752] {
  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-b232c752] {
  gap: 16px;
}
.page-sub-title[data-v-b232c752] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
  color: rgb(0, 17, 84);
}
.page-header[data-v-b232c752] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.seller-page-title-wrapper[data-v-b232c752] {
  position: relative;
}
.confirmed-block[data-v-b232c752] {
  width: 274px;
  height: 28px;
  background: rgba(37, 191, 126, 0.2);
  border-radius: 2px;
  margin-top: 10px;
}
.confirmed-block .conf-block[data-v-b232c752] {
  font-size: 12px;
  font-weight: 500;
  color: #25bf7e;
}
.approved-block[data-v-b232c752] {
  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-b232c752] {
  display: none;
}
.custom-fileUpload-wrapper[data-v-b232c752] {
  font-size: 14px !important;
}
.proof-of-funds__next[data-v-b232c752] {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
.v-select__selections[data-v-b232c752] {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
.custom-upload-btn[data-v-b232c752] {
  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-b232c752]::placeholder {
  color: red !important;
  display: block !important;
}
.second-input-wrapper[data-v-b232c752] {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.second-input-wrapper[data-v-b232c752]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.v-input input[type=number][data-v-b232c752] {
  -moz-appearance: textfield;
}
.v-input__icon[data-v-b232c752] {
  display: none;
}
.second-input-with-background .v-input[data-v-b232c752] {
  background: unset;
  padding-left: 0;
}
.second-input-with-background[data-v-b232c752]::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-b232c752] {
  font-size: 11px !important;
  line-height: 17px !important;
}
.second-input-with-background .v-input--is-focused[data-v-b232c752] {
  border: unset;
}
.second-input-with-background .req-icon[data-v-b232c752] {
  margin-left: -3px;
}
.custom-edit[data-v-b232c752] {
  margin-left: 15px;
}
.custom-edit-btn[data-v-b232c752] {
  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-b232c752] {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
.custom-save-btn[data-v-b232c752] {
  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-b232c752] {
  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-b232c752]:hover {
  background-color: #ffffff !important;
}
.custom-pencil-icon[data-v-b232c752] {
  font-size: 16px;
}
.page-sub-title[data-v-b232c752] {
  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-b232c752] {
  gap: 16px;
  margin-bottom: 2px !important;
}
.profile__items-wrapper[data-v-b232c752] {
  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-b232c752] {
  position: relative;
}
.page-header[data-v-b232c752] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-b232c752] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-b232c752] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-b232c752] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-b232c752] {
  position: relative;
}
.row .no-filled[data-v-b232c752] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-b232c752] {
  max-width: 340px;
  width: 100%;
}
.custom-edit-btn--disabled[data-v-b232c752] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-b232c752] {
  color: #fff !important;
}
.v-input input[data-v-b232c752] {
  max-height: 40px;
}
[data-v-b232c752] .v-text-field__slot,
.v-select__slot[data-v-b232c752] {
  position: relative !important;
  top: 0px !important;
}
[data-v-b232c752] .v-select__slot,
.v-select__selections[data-v-b232c752] {
  position: relative !important;
  top: 0px !important;
}
[data-v-b232c752] .second-select .v-select__selections {
  position: relative !important;
  top: 0px !important;
}
[data-v-b232c752] .v-input input {
  max-height: unset !important;
}
[data-v-b232c752] .v-text-field {
  margin-top: 0px !important;
}
[data-v-b232c752] .v-input__control {
  height: 100%;
}
[data-v-b232c752] .v-input__slot,[data-v-b232c752] .v-select__slot {
  height: 100%;
  min-height: 100%;
}
[data-v-b232c752] .v-text-field__slot {
  height: 100%;
}
.upload-file-wrapper[data-v-b232c752] {
  margin-top: 8px;
}
.zentinel-logo-wrapper[data-v-b232c752] {
  margin-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.basic-info-wrapper[data-v-b232c752] {
    justify-content: start;
}
.zentinel-logo-wrapper[data-v-b232c752] {
    margin-top: 0px;
}
.upload-file-wrapper[data-v-b232c752] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-b232c752] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-b232c752] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-b232c752]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-b232c752] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-b232c752] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-b232c752] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-b232c752] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-b232c752] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-b232c752] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-b232c752] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-b232c752] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-b232c752] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-b232c752] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-b232c752] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.second-input-with-background[data-v-b232c752] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-b232c752] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-b232c752] .v-chip {
    padding: 0px 4px;
}
[data-v-b232c752] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-b232c752] .v-select__selections {
    flex-wrap: nowrap;
}
.spacer[data-v-b232c752] {
    margin-top: 16px;
}
.proof-of-funds[data-v-b232c752] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.sub-title-wrapper[data-v-b232c752] {
    border-bottom: 1.3px solid #f1f1f1;
}
.buyer-page-title-wrapper[data-v-b232c752] {
    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;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
}
.second-input-wrapper[data-v-b232c752] {
    padding-left: 12px !important;
}
[data-v-b232c752] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-b232c752] {
    padding-top: 56px;
    padding-bottom: 60px;
}
.empty-buyer-wrapper[data-v-b232c752] {
    width: 100%;
}
.custom-cancel-btn[data-v-b232c752] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-b232c752] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-b232c752] {
    margin-left: 0px !important;
}
.c-form[data-v-b232c752] {
    width: 100%;
}
.v-input--selection-controls[data-v-b232c752] {
    margin-top: 0px !important;
}
.profile__items-wrapper[data-v-b232c752] {
    padding: 16px !important;
}
.empty-seller-wrapper[data-v-b232c752] {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
}
.profile-data[data-v-b232c752] {
    margin: 0px;
    flex-direction: column;
}
.file-input-custom[data-v-b232c752] {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-b232c752] .v-input__control {
    display: flex;
    justify-content: center;
    align-items: center;
}
.file-input-custom[data-v-b232c752] .v-input__control .v-input__slot {
    margin-bottom: 0px;
}
.file-input-custom[data-v-b232c752] .v-text-field__details {
    display: none !important;
}
.file-input-custom[data-v-b232c752] .v-file-input__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */
    /* Primary/Cyan */
    color: #2969ff;
    white-space: nowrap;
}
.avatarWrapper[data-v-b232c752] {
    width: 100px;
    height: 100px;
    position: relative;
}
.avatarWrapper img[data-v-b232c752] {
    width: 91px;
    height: 91px;
}
.confirmed-block-wrapper[data-v-b232c752] {
    width: 100%;
}
.confirmed-block[data-v-b232c752] {
    width: 100%;
}
.uploaded-avatar[data-v-b232c752] {
    border-radius: 200px;
}
}
.proof-button[data-v-b232c752] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-b232c752] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-b232c752] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-b232c752] {
  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-b232c752] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.delete-photo-text[data-v-b232c752] {
  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-b232c752] {
  width: 91px;
  height: 91px;
}
.image-form-mobile[data-v-b232c752] {
  margin-top: 8px;
}
.label-empty[data-v-b232c752] {
  height: 17px;
  margin-bottom: 4px;
}
.avatarWrapper[data-v-b232c752] {
  background: #b3b3b3;
}
@media (max-width: 959.98px) {
.delete-photo-text[data-v-b232c752] {
    position: static;
    color: #2969ff;
    height: auto;
    width: auto;
    border-radius: unset;
    padding-left: 0px;
    background: unset;
}
.avatar-wrapper[data-v-b232c752] {
    background: unset;
}
}
.file-input-custom[data-v-b232c752] .v-input__slot:before {
  display: none !important;
}
.file-input-custom[data-v-b232c752] .v-input__slot:after {
  display: none !important;
}
.upload-photo-button[data-v-b232c752] {
  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-b232c752] {
  display: flex;
  align-items: center;
  margin-left: 16px;
}
.upload-photo-button[data-v-b232c752] {
  color: #2969ff;
}
.upload-photo-button i[data-v-b232c752]:before {
  font-size: 24px;
}
.seller-photo-section[data-v-b232c752] {
  padding-bottom: 11px;
  border-bottom: 1.3px solid #f1f1f1;
}
@media (max-width: 959.98px) {
.seller-photo-section[data-v-b232c752] {
    padding-bottom: 0px;
}
}
.document-type[data-v-b232c752] {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
.document-type[data-v-b232c752] .c-label,
.document-type[data-v-b232c752] .v-radio .v-label {
  color: #001154;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 17px !important;
}
.license-number[data-v-b232c752] .c-label {
  color: #001154;
  font-size: 11px !important;
  font-style: normal;
  font-weight: 400;
  line-height: 17px !important;
}
.license-number[data-v-b232c752] .v-text-field--filled > .v-input__control > .v-input__slot,
.license-number[data-v-b232c752] .v-text-field--full-width > .v-input__control > .v-input__slot,
.license-number[data-v-b232c752] .v-text-field--outlined > .v-input__control > .v-input__slot {
  min-height: auto;
  box-shadow: none;
}
.license-number[data-v-b232c752] .v-text-field.v-text-field--enclosed:not(.v-text-field--rounded) > .v-input__control > .v-input__slot,
.license-number[data-v-b232c752] .v-text-field.v-text-field--enclosed .v-text-field__details {
  padding: 0;
}
.license-number[data-v-b232c752] .v-text-field--outlined fieldset {
  border: none;
  background: rgba(241, 241, 241, 0.1);
}
.license-number[data-v-b232c752] .v-text-field__slot input {
  color: #001154;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.license-number[data-v-b232c752] .v-text-field__slot input ::placeholder {
  color: #9aabc2;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
}
.acc-number-edit-mode[data-v-b232c752] {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  margin-top: 8px;
}
.custom-eye-icon[data-v-b232c752] {
  padding-top: 9px;
  margin-right: 10px !important;
}
.profile__items-wrapper[data-v-b232c752] {
  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-b232c752]::-webkit-scrollbar {
  width: 4px;
}
.profile__items-wrapper[data-v-b232c752] {
  /* Handle */
}
.profile__items-wrapper[data-v-b232c752]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}
.custom-edit-btn[data-v-b232c752] {
  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-b232c752] {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
}
.custom-edit-btn.disabled[data-v-b232c752] .v-btn__content i {
  color: #ffffff !important;
}
.custom-pencil-icon[data-v-b232c752] {
  font-size: 16px;
}
.delete-bank-wrapper[data-v-b232c752] {
  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-b232c752] .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-b232c752] .error--text .v-input__control {
  height: auto;
}
@media (max-width: 959.98px) {
[data-v-b232c752] .error--text .v-input__control {
    display: flex;
    height: auto !important;
}
}
[data-v-b232c752] .error--text .v-text-field__details {
  margin-top: -10px;
}
.add-bank-wrapper[data-v-b232c752] {
  width: 100%;
  height: 93%;
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 16px;
}
.add-bank-wrapper__image[data-v-b232c752] {
  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-b232c752] {
  position: relative;
  bottom: 5px;
}
.second-input-with-background.bank-info-loading[data-v-b232c752]:hover input:hover {
  cursor: wait;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.deposit-profile[data-v-b232c752] {
    min-height: 530px;
}
.add-bank-wrapper[data-v-b232c752] {
    height: auto;
}
.delete-bank-wrapper[data-v-b232c752] {
    white-space: nowrap;
}
.second-input-with-background[data-v-b232c752]:before {
    display: none !important;
}
.second-input-with-background.bank-info-loading[data-v-b232c752] {
    cursor: wait;
}
.v-divider[data-v-b232c752] {
    margin-bottom: 16px;
    background: #f1f1f1;
    opacity: 0.4;
}
}
.full-width[data-v-b232c752] {
  width: 100%;
}.no-filled[data-v-11dbbec1] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-11dbbec1] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-11dbbec1] {
  text-decoration: underline;
}
.avatarWrapper[data-v-11dbbec1] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-11dbbec1] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-11dbbec1] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-11dbbec1] {
  font-size: 1.6rem;
}
[data-v-11dbbec1] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-11dbbec1] {
  padding-bottom: 66px;
}
[data-v-11dbbec1] .v-text-field__slot, .v-select__slot[data-v-11dbbec1] {
  position: relative !important;
  top: 5px !important;
}
[data-v-11dbbec1] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-11dbbec1] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-11dbbec1] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-11dbbec1] .v-select__selections {
  color: #001154 !important;
}
[data-v-11dbbec1] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-11dbbec1] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-11dbbec1] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-11dbbec1] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-11dbbec1] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-11dbbec1] .container {
  max-width: 777px !important;
}
[data-v-11dbbec1] .v-responsive {
  flex: unset;
}
[data-v-11dbbec1] .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-11dbbec1] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
[data-v-11dbbec1] .custom-btn {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
[data-v-11dbbec1] .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;
}
[data-v-11dbbec1] .profile-data {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 379px;
}
[data-v-11dbbec1] .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-11dbbec1] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-11dbbec1] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-11dbbec1] .custom-fileUpload-wrapper {
  font-size: 14px !important;
}
[data-v-11dbbec1] .proof-of-funds__next {
  width: 150px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #001154 !important;
  margin-left: 18px !important;
}
[data-v-11dbbec1] .v-select__selections {
  color: #001154 !important;
  font-size: 12px;
  font-weight: 500;
}
[data-v-11dbbec1] .custom-upload-btn {
  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;
  background-color: white !important;
}
[data-v-11dbbec1] .custom-states-select input:active .custom-states-select input::placeholder {
  color: red !important;
  display: block !important;
}
[data-v-11dbbec1] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
[data-v-11dbbec1] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-11dbbec1] .v-input input[type=number] {
  -moz-appearance: textfield;
}
[data-v-11dbbec1] .v-input__icon {
  display: none;
}
[data-v-11dbbec1] .second-input-with-background .v-input {
  background: unset;
  padding-left: 0;
}
[data-v-11dbbec1] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-11dbbec1] .second-input-with-background .c-label {
  font-size: 11px;
  line-height: 17px !important;
}
[data-v-11dbbec1] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-11dbbec1] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-11dbbec1] .custom-edit {
  margin-left: 15px;
}
[data-v-11dbbec1] .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-11dbbec1] .custom-edit-btn--disabled {
  background-color: rgb(41, 105, 255);
  background: #9aabc2;
}
[data-v-11dbbec1] .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-11dbbec1] .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-11dbbec1] .custom-cancel-btn:hover {
  background-color: #ffffff !important;
}
[data-v-11dbbec1] .custom-pencil-icon {
  font-size: 16px;
}
[data-v-11dbbec1] .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-11dbbec1] .profile-data-wrapper {
  gap: 16px;
  margin-bottom: 2px !important;
}
[data-v-11dbbec1] .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-11dbbec1] .page-header-wrapper {
  display: flex;
  row-gap: 16px;
  flex-wrap: wrap;
}
@media (min-width: 1264px) {
[data-v-11dbbec1] .page-header-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}
}
[data-v-11dbbec1] .buyer-page-title-wrapper {
  position: relative;
}
[data-v-11dbbec1] .page-header {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.proof-of-funds[data-v-11dbbec1] {
  margin-left: -18px !important;
}
.proof-of-funds__next[data-v-11dbbec1] {
  font-size: 14px;
  color: #616161;
}
.proof-of-funds .v-btn[data-v-11dbbec1] {
  color: #fff;
  border-radius: 18px;
}
.row[data-v-11dbbec1] {
  position: relative;
}
.row .no-filled[data-v-11dbbec1] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-11dbbec1] {
  max-width: 340px;
  width: 100%;
}
@media (max-width: 959.98px) {
[data-v-11dbbec1] .v-input {
    font-size: 14px !important;
}
}
.custom-edit-btn--disabled[data-v-11dbbec1] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-11dbbec1] {
  color: #fff !important;
}
.v-input input[data-v-11dbbec1] {
  max-height: 40px;
}
[data-v-11dbbec1] .v-text-field__slot,
.v-select__slot[data-v-11dbbec1] {
  position: relative !important;
  top: 0px !important;
}
[data-v-11dbbec1] .v-select__slot,
.v-select__selections[data-v-11dbbec1] {
  position: relative !important;
  top: 0px !important;
}
[data-v-11dbbec1] .second-select .v-select__selections {
  position: relative !important;
  top: 0px !important;
}
[data-v-11dbbec1] .v-input input {
  max-height: unset !important;
}
[data-v-11dbbec1] .v-text-field {
  margin-top: 0px !important;
}
[data-v-11dbbec1] .v-input__control {
  height: 100%;
}
[data-v-11dbbec1] .v-input__slot,[data-v-11dbbec1] .v-select__slot {
  height: 100%;
  min-height: 100%;
}
[data-v-11dbbec1] .v-text-field__slot {
  height: 100%;
}
.upload-file-wrapper[data-v-11dbbec1] {
  margin-top: 8px;
}
.zentinel-logo-wrapper[data-v-11dbbec1] {
  margin-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.zentinel-logo-wrapper[data-v-11dbbec1] {
    margin-top: 0px;
}
.upload-file-wrapper[data-v-11dbbec1] {
    margin-top: 0px;
}
.page-header-wrapper[data-v-11dbbec1] {
    width: 100%;
    padding: 0px 16px;
}
.page-header[data-v-11dbbec1] {
    font-size: 16px !important;
}
.second-input-with-background[data-v-11dbbec1]::before {
    display: block;
    width: 100%;
    content: "";
    border-top: 1px solid #f1f1f1;
    margin-bottom: 10px;
    margin-top: 4px;
    display: none;
}
.profile__items-wrapper[data-v-11dbbec1] {
    width: 100%;
    max-width: unset;
    margin-left: 0px;
    height: auto;
}
.second-input-mobile[data-v-11dbbec1] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-11dbbec1] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-11dbbec1] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-11dbbec1] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-11dbbec1] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-11dbbec1] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-11dbbec1] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-11dbbec1] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-11dbbec1] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-11dbbec1] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.second-input-with-background[data-v-11dbbec1] .v-input input {
    font-weight: 500;
    font-size: 14px !important;
}
[data-v-11dbbec1] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
[data-v-11dbbec1] .v-chip {
    padding: 0px 4px;
}
[data-v-11dbbec1] .chip-text {
    width: 7vw;
    overflow: hidden;
    text-overflow: ellipsis;
}
[data-v-11dbbec1] .v-select__selections {
    flex-wrap: nowrap;
}
.spacer[data-v-11dbbec1] {
    margin-top: 16px;
}
.proof-of-funds[data-v-11dbbec1] {
    margin-left: 0px !important;
    margin-top: 0px !important;
    flex-direction: row;
}
.buyer-page-title-wrapper[data-v-11dbbec1] {
    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;
    position: fixed;
    width: 100%;
    z-index: 2;
    background: white;
}
.second-input-wrapper[data-v-11dbbec1] {
    padding-left: 12px !important;
}
[data-v-11dbbec1] .c-label {
    margin-bottom: 4px;
}
.page-header-wrapper[data-v-11dbbec1] {
    padding-bottom: 60px;
    padding-top: 76px;
}
.empty-buyer-wrapper[data-v-11dbbec1] {
    width: 100%;
}
.custom-cancel-btn[data-v-11dbbec1] {
    width: 24px !important;
    height: 24px !important;
    color: white !important;
    background-color: #2969ff !important;
    border-radius: 5px !important;
}
.custom-save-btn[data-v-11dbbec1] {
    width: 65px !important;
}
.proof-of-funds__next[data-v-11dbbec1] {
    margin-left: 0px !important;
}
}
.proof-button[data-v-11dbbec1] {
  width: 8px !important;
  height: 16px !important;
}
.proof-button i[data-v-11dbbec1] {
  width: 8px !important;
  font-size: 17px !important;
  height: 16px !important;
  color: #2969ff !important;
}
.proof-dialog[data-v-11dbbec1] {
  position: relative;
}
.proof-dialog .proof-dialog__title[data-v-11dbbec1] {
  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-11dbbec1] {
  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-11dbbec1] {
    padding: 0 16px;
    justify-content: space-between;
}
.buyer-profile-page .page-header-wrapper[data-v-11dbbec1] {
    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-11dbbec1] {
    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-11dbbec1] {
    font-size: 23px;
}
.buyer-profile-page[data-v-11dbbec1] .profile__items-wrapper {
    width: auto;
    max-width: none;
    margin: 0;
    height: 500px;
}
.buyer-profile-page[data-v-11dbbec1] .profile__items-wrapper.edit-mode {
    height: 600px;
}
.buyer-profile-page[data-v-11dbbec1] .second-input-with-background:before {
    width: 100%;
}
.buyer-profile-page[data-v-11dbbec1] .deposit-profile {
    width: 100%;
    grid-column: span 2;
}
}[data-v-d6ff2f26] .v-input--selection-controls.v-input.app-states-select {
  justify-content: flex-start !important;
}
.text-ellipsis[data-v-d6ff2f26] {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-wrapper[data-v-d6ff2f26] {
  background: #ffffff;
  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-d6ff2f26] {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
}
.select-group__main-item[data-v-d6ff2f26] {
  padding-bottom: 14px;
  padding-top: 8px !important;
}
.select-group__main-item[data-v-d6ff2f26] .v-label {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.select-group__checkbox-items[data-v-d6ff2f26] {
  display: flex;
  flex-wrap: wrap;
  width: 428px;
  row-gap: 16px;
}
.select-group__checkbox-items .v-input[data-v-d6ff2f26] {
  width: 50%;
  height: 16px;
}
.select-group__checkbox-items .v-input[data-v-d6ff2f26] .v-label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
[data-v-d6ff2f26] .v-input--selection-controls {
  margin-top: 0px;
  padding-top: 0px;
}
[data-v-d6ff2f26] .second-input-with-background .v-input {
  height: 30px !important;
  border-radius: 5px;
}
[data-v-d6ff2f26] .second-input-with-background .v-input input {
  max-height: 28px;
}
[data-v-d6ff2f26] .v-input__prepend-outer {
  margin-right: 16px;
  margin-top: 7px;
}
.text-bold {
  font-weight: 600;
}
.text-section {
  line-height: 16px;
}
.notification-form[data-v-d573db6b] {
  display: flex;
  flex-direction: column;
}
.radio-title[data-v-d573db6b] {
  color: #001154;
  white-space: nowrap;
  /* h6/regular */
  font-size: 14px;
  line-height: 18px;
}
[data-v-d573db6b] .v-input--radio-group__input {
  column-gap: 24px;
}
[data-v-d573db6b] .v-input--radio-group__input label {
  color: #001154;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
[data-v-d573db6b] .select-custom-menu {
  width: auto !important;
  max-width: unset !important;
}
.checkbox-label[data-v-d573db6b] {
  color: #001154;
  font-size: 14px;
  line-height: 18px;
}
.pipeline-notifications-checkbox[data-v-d573db6b] {
  width: 43%;
}
.notification-inputs[data-v-d573db6b] {
  position: relative;
  width: 100%;
}
.notification-inputs--disabled[data-v-d573db6b] {
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 3px 4px 15px 0px rgba(0, 17, 84, 0.14);
  opacity: 0.6;
  left: 12px;
  border: 1px solid #9aabc2;
  user-select: none;
}
.notification-inputs-disabled-block[data-v-d573db6b] {
  position: absolute;
  width: 97%;
  left: 12px;
  height: 100%;
  border: 1px solid #9aabc2;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 3px 4px 15px 0px rgba(0, 17, 84, 0.14);
  z-index: 100;
}
@media (max-width: 959.98px) {
.notification-inputs[data-v-d573db6b] {
    width: auto;
}
.notification-form[data-v-d573db6b] {
    padding-bottom: 90px;
}
.pipeline-notifications-checkbox[data-v-d573db6b] {
    width: 100%;
    height: 15px;
}
.notification-inputs-disabled-block[data-v-d573db6b] {
    width: 100%;
    left: 4px;
}
.v-chip[data-v-d573db6b] {
    margin-top: 16px !important;
}
}
.receive-notification-when-title[data-v-d573db6b] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.collateral-subtypes[data-v-d573db6b] {
  position: relative;
}
.collateral-subtypes[data-v-d573db6b] .group-items__item {
  width: 100%;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper {
  width: 100%;
  padding: 16px;
  height: 200px !important;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .group-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .item-name {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .v-input--checkbox {
  padding: 0;
  height: auto;
  bottom: 3px;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .v-input--selection-controls__input {
  margin-right: 0 !important;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .v-input__slot {
  height: auto !important;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .v-messages {
  display: none;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .v-icon {
  font-size: 21px !important;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .group-items__item .v-input {
  background: none;
}
.collateral-subtypes[data-v-d573db6b] .content-wrapper .group-items__item .v-input .item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.collateral-subtypes[data-v-d573db6b] .v-menu__content {
  left: 0;
  right: 0;
  top: 50px;
  z-index: 8 !important;
}
.collateral-subtypes[data-v-d573db6b] .v-input--is-label-active i {
  color: #2969ff !important;
}
.collateral-subtypes[data-v-d573db6b] .chip-text {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.receive-notification-wrapper[data-v-d573db6b] label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.receive-notification-wrapper .v-input--selection-controls[data-v-d573db6b] {
  margin-top: 10px !important;
}
[data-v-d573db6b] .select-custom-menu {
  width: auto !important;
  max-width: unset !important;
  height: 356px !important;
}.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;
}.fields-wrapper[data-v-8e16f976] {
  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-8e16f976] {
    row-gap: 16px;
    column-gap: 8px;
}
}.profile-edit-mobile[data-v-697faeb4] {
  position: relative;
  width: 100%;
  height: calc(100vh + 70px);
  min-height: 1100px;
  background: #fff;
  padding: 10px 16px;
}
.profile-edit-mobile__title[data-v-697faeb4] {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.profile-edit-mobile__horizontal-stepper[data-v-697faeb4] {
  width: 100%;
  max-width: 339px;
  margin: auto;
}
.profile-edit-mobile__close[data-v-697faeb4] {
  position: absolute;
  top: 8px;
  right: 16px;
}
.profile-edit-mobile__stepper[data-v-697faeb4] {
  margin-top: 8px;
  box-shadow: none !important;
}
.profile-edit-mobile__general-info[data-v-697faeb4], .profile-edit-mobile__address-info[data-v-697faeb4], .profile-edit-mobile__company-info[data-v-697faeb4] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.profile-edit-mobile__line[data-v-697faeb4] {
  width: 100%;
  margin-top: 16px;
  max-width: calc(50% - 4px) !important;
}
.profile-edit-mobile__line-label[data-v-697faeb4] {
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 15px !important;
  color: rgba(0, 17, 84, 0.8);
}
.profile-edit-mobile__line--locked[data-v-697faeb4] {
  position: relative;
}
.profile-edit-mobile__controls[data-v-697faeb4] {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.profile-edit-mobile__controls-buttons[data-v-697faeb4] {
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
}
.profile-edit-mobile__controls .custom-btn[data-v-697faeb4] {
  height: 40px !important;
  background-color: rgb(20, 90, 255) !important;
  border-radius: 5px;
}
.profile-edit-mobile__controls .custom-btn--outlined[data-v-697faeb4] {
  background: white !important;
  color: rgb(20, 90, 255) !important;
}
.profile-edit-mobile__controls .custom-btn--outlined[data-v-697faeb4]:hover {
  background-color: white !important;
}
.profile-edit-mobile__controls .custom-btn--disabled[data-v-697faeb4] {
  color: #9aabc2 !important;
  border-color: #9aabc2 !important;
}
.profile-edit-mobile__controls .custom-btn[data-v-697faeb4] .v-btn__content {
  font-weight: 500 !important;
  font-size: 16px !important;
}
.profile-edit-mobile__controls-later[data-v-697faeb4] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-decoration: underline;
  cursor: pointer;
  text-align: center;
  margin: 16px 0;
}
.profile-edit-mobile__lock[data-v-697faeb4] {
  position: absolute;
  right: 8px;
  top: 30px;
}
[data-v-697faeb4] .v-stepper__content {
  padding: 0 !important;
}
[data-v-697faeb4] .theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #9aabc2 !important;
  color: white !important;
}
.form-wrapper[data-v-697faeb4] {
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
  margin-top: 16px;
  padding: 8px 16px 16px 16px;
}
.form-wrapper__title[data-v-697faeb4] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1.3px solid #f1f1f1;
}
[data-v-697faeb4] .c-label {
  font-size: 12px !important;
  line-height: 15px !important;
  color: rgba(0, 17, 84, 0.8) !important;
}
[data-v-697faeb4] input {
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}
.profile-form-wrapper[data-v-697faeb4] {
  border-radius: 6px;
  background: #fefefe;
  box-shadow: 2.6666667461px 2.6666667461px 20px 0px rgba(173, 173, 173, 0.25);
  padding: 16px;
}
[data-v-697faeb4] .step-info-svg {
  display: flex;
}
[data-v-697faeb4] .step-info-wrapper {
  white-space: nowrap;
}.fields-wrapper[data-v-bce17c57] {
  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-bce17c57] {
    row-gap: 16px;
    column-gap: 8px;
}
}.no-filled[data-v-4ae6864d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-4ae6864d] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-4ae6864d] {
  text-decoration: underline;
}
.avatarWrapper[data-v-4ae6864d] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-4ae6864d] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-4ae6864d] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-4ae6864d] {
  font-size: 1.6rem;
}
[data-v-4ae6864d] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-4ae6864d] {
  padding-bottom: 66px;
}
[data-v-4ae6864d] .v-text-field__slot, .v-select__slot[data-v-4ae6864d] {
  position: relative !important;
  top: 5px !important;
}
[data-v-4ae6864d] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-4ae6864d] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-4ae6864d] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-4ae6864d] .v-select__selections {
  color: #001154 !important;
}
[data-v-4ae6864d] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-4ae6864d] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-4ae6864d] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-4ae6864d] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-4ae6864d] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-4ae6864d] .container {
  max-width: 777px !important;
}
.dialog-content[data-v-4ae6864d] {
  z-index: 302 !important;
}
[data-v-4ae6864d] .v-dialog__content {
  z-index: 304 !important;
}
[data-v-4ae6864d] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-4ae6864d] .custom-google-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-4ae6864d] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-4ae6864d] .custom-input-error {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-4ae6864d] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-4ae6864d] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-4ae6864d] .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-4ae6864d] .custom-btn:not(.v-btn--disabled) {
  border: 1px solid #2969ff !important;
}
[data-v-4ae6864d] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-4ae6864d] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-4ae6864d] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-4ae6864d] .buttons-wrapper {
  padding-bottom: 40px;
  padding-top: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
[data-v-4ae6864d] .buttons-top {
  padding-top: 15px !important;
  padding: 0 40px;
  margin-bottom: 40px;
}
[data-v-4ae6864d] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-4ae6864d] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-4ae6864d] .second-input-with-background .c-label {
  font-size: 11px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-4ae6864d] .app-custom-input {
  height: 40px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-4ae6864d] .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-4ae6864d] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-4ae6864d] .v-card__text {
  padding: 0px 40px !important;
}
.app-custom-input:focus-within input[data-v-4ae6864d]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
.app-custom-input > div[data-v-4ae6864d] {
  height: 63px;
  margin: 0 !important;
}
.app-custom-input input[data-v-4ae6864d] {
  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-4ae6864d] {
  margin-bottom: 3px;
}
.custom-sub-title[data-v-4ae6864d] {
  font-weight: 600;
}
.button-text[data-v-4ae6864d] {
  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-4ae6864d] {
  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-4ae6864d]:not(.v-sheet--outlined) {
  box-shadow: none;
  padding: 0px 40px !important;
}
.step[data-v-4ae6864d] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-4ae6864d] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-4ae6864d] {
  font-size: 12px;
  line-height: 26px;
  margin-left: 14px;
  color: #001154;
}
.fields-wrapper[data-v-4ae6864d] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-4ae6864d] {
  width: 47%;
}
.sub-title[data-v-4ae6864d] {
  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-4ae6864d] {
  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-4ae6864d] {
  width: 16px;
  height: 16px;
}
.dialog-wrapper[data-v-4ae6864d] {
  background: white;
  border-radius: 5px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
  position: relative;
}
.stepper-wrapper[data-v-4ae6864d] {
  width: 295px;
}
.content-wrapper[data-v-4ae6864d] {
  width: 74%;
  position: relative;
}
.v-form[data-v-4ae6864d] {
  padding-bottom: 8px;
}
.v-btn.accent[data-v-4ae6864d] {
  color: #001154 !important;
}
.v-sheet.v-stepper[data-v-4ae6864d]:not(.v-sheet--outlined) {
  box-shadow: none;
}
.dialog-content-wrapper[data-v-4ae6864d] {
  position: relative;
}
[data-v-4ae6864d] .v-dialog__content {
  z-index: 400;
}
.v-btn--disabled[data-v-4ae6864d] {
  border: unset !important;
}
.custom-lock-icon[data-v-4ae6864d] {
  left: 4px !important;
  top: 7px !important;
}
.step-info-wrapper[data-v-4ae6864d] {
  padding: 0px 40px;
  margin-bottom: 16px;
}
@media (max-width: 959.98px) {
[data-v-4ae6864d] .profile-edit-dialog {
    background: #ffffff;
}
[data-v-4ae6864d] .profile-edit-dialog .profile-edit-mobile__controls {
    bottom: 20px;
    z-index: 100;
}
[data-v-4ae6864d] .profile-edit-dialog .notification-inputs-disabled-block {
    width: 100% !important;
}
}.change-password-dialog[data-v-41f48fc7] {
  position: relative;
  padding: 20px 40px;
}
.change-password-dialog .close-icon-wrapper[data-v-41f48fc7] {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10;
}
.change-password-dialog .modal-title[data-v-41f48fc7] {
  font-size: 24px;
  font-weight: 600;
  color: #001154;
  text-align: center;
}
.change-password-dialog .card-content[data-v-41f48fc7] {
  max-width: 370px;
  margin: 0 auto;
}
.change-password-dialog .card-content[data-v-41f48fc7] .v-input__slot {
  margin-top: 4px;
}
.change-password-dialog .list__wrapper[data-v-41f48fc7] {
  padding: 8px 10px 0;
  background-color: rgba(41, 105, 255, 0.1);
}
.change-password-dialog .list__wrapper .list[data-v-41f48fc7] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.change-password-dialog .list__wrapper .validation__description[data-v-41f48fc7] {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.change-password-dialog .list__wrapper .list__item[data-v-41f48fc7] {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
.change-password-dialog .card-actions[data-v-41f48fc7] {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-3d1ae03d] {
    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-3d1ae03d] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-3d1ae03d] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-3d1ae03d] {
    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-3d1ae03d] {
    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-3d1ae03d] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-3d1ae03d],
  .address-info-wrapper[data-v-3d1ae03d],
  .company-info-wrapper[data-v-3d1ae03d] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-3d1ae03d] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-3d1ae03d] {
    background: none;
}
.second-input-with-background[data-v-3d1ae03d],
  .field-wrapper[data-v-3d1ae03d] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-3d1ae03d] {
    width: 100% !important;
}
.second-input-with-background[data-v-3d1ae03d]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-3d1ae03d] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-3d1ae03d] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-3d1ae03d] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-3d1ae03d] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-3d1ae03d] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-3d1ae03d] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-3d1ae03d] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-3d1ae03d] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-3d1ae03d] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-3d1ae03d] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.page-header-form[data-v-3d1ae03d] {
    width: 100% !important;
}
.custom-lock-icon[data-v-3d1ae03d] {
    top: 8px;
    right: 12px;
}
.address-form[data-v-3d1ae03d] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-3d1ae03d] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-3d1ae03d] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-3d1ae03d] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-3d1ae03d] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-3d1ae03d] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-3d1ae03d] {
    color: #fff !important;
}
[data-v-3d1ae03d] .v-text-field__slot {
    max-width: 130px !important;
}
[data-v-3d1ae03d] .v-dialog {
    margin: 0 !important;
}
[data-v-3d1ae03d] .v-image .v-image__image {
    width: 88px !important;
    height: 88px !important;
}
[data-v-3d1ae03d] .theme--light.v-btn.v-btn--disabled .v-icon,[data-v-3d1ae03d] .theme--light.v-btn.v-btn--disabled .v-btn__loading {
    color: white !important;
}
}
.company-dialog[data-v-3d1ae03d] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-3d1ae03d] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-3d1ae03d] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-3d1ae03d] {
  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-3d1ae03d] {
  pointer-events: none;
}
[data-v-3d1ae03d] .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-3d1ae03d] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-3d1ae03d] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-3d1ae03d] .v-input__icon {
  display: none;
}
[data-v-3d1ae03d] .custom-edit {
  margin-left: 15px;
}
[data-v-3d1ae03d] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-3d1ae03d] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-3d1ae03d] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-3d1ae03d] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-3d1ae03d] .app-custom-input::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-3d1ae03d] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-3d1ae03d] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-3d1ae03d] .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-3d1ae03d] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-3d1ae03d] .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-3d1ae03d] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-3d1ae03d] .v-select.v-select--chips .v-select__selections {
  min-height: 50px;
}
[data-v-3d1ae03d] .v-input input {
  max-height: 40px;
}
[data-v-3d1ae03d] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-3d1ae03d] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-3d1ae03d] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-3d1ae03d] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-3d1ae03d] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-3d1ae03d] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-3d1ae03d] .v-responsive {
  flex: unset;
}
[data-v-3d1ae03d] .v-input--selection-controls__input .v-icon {
  font-size: 18px;
}
[data-v-3d1ae03d] .v-input__slot {
  padding: 0 !important;
}
[data-v-3d1ae03d] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-3d1ae03d] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-3d1ae03d] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-3d1ae03d] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-3d1ae03d]::before {
  width: unset;
}
.checkbox__item[data-v-3d1ae03d] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-3d1ae03d] {
  margin-top: -35px;
}
.custom-checkbox[data-v-3d1ae03d] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-3d1ae03d] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-3d1ae03d] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-3d1ae03d] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-3d1ae03d] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-3d1ae03d] {
  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-3d1ae03d] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-3d1ae03d] {
  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-3d1ae03d] {
  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-3d1ae03d] {
  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-3d1ae03d] {
  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-3d1ae03d] {
  font-size: 16px;
}
.custom-lock-icon[data-v-3d1ae03d] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-3d1ae03d] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-3d1ae03d] {
  width: 1152px;
  row-gap: 16px;
  height: 640px;
  display: flex;
}
.profile__items-wrapper[data-v-3d1ae03d] {
  margin-left: 16px;
  gap: 8px;
  width: 360px;
  max-width: 368px;
  height: 888px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile__items-wrapper--half-tem[data-v-3d1ae03d] {
  height: 432px;
}
.settings-custom-wrapper[data-v-3d1ae03d] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-3d1ae03d] {
  gap: 16px;
}
.page-header[data-v-3d1ae03d] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-3d1ae03d] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-3d1ae03d] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-3d1ae03d] {
  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-3d1ae03d] {
  position: relative;
}
.row .no-filled[data-v-3d1ae03d] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-3d1ae03d] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-3d1ae03d] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-3d1ae03d] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-3d1ae03d] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-3d1ae03d] {
  color: #fff !important;
}
.profile__items-wrapper[data-v-3d1ae03d] {
  margin-left: 0;
}
.change-password-wrapper[data-v-3d1ae03d] {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-top: 12px;
}
.change-password__text[data-v-3d1ae03d] {
  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-8b4a115c] {
    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-8b4a115c] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-8b4a115c] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-8b4a115c] {
    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-8b4a115c] {
    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-8b4a115c] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-8b4a115c],
  .address-info-wrapper[data-v-8b4a115c],
  .company-info-wrapper[data-v-8b4a115c] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-8b4a115c] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-8b4a115c] {
    background: none;
}
.second-input-with-background[data-v-8b4a115c],
  .field-wrapper[data-v-8b4a115c] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-8b4a115c] {
    width: 100% !important;
}
.second-input-with-background[data-v-8b4a115c]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-8b4a115c] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-8b4a115c] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-8b4a115c] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-8b4a115c] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-8b4a115c] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-8b4a115c] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-8b4a115c] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-8b4a115c] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-8b4a115c] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-8b4a115c] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.page-header-form[data-v-8b4a115c] {
    width: 100% !important;
}
.custom-lock-icon[data-v-8b4a115c] {
    top: 8px;
    right: 12px;
}
.address-form[data-v-8b4a115c] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-8b4a115c] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-8b4a115c] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-8b4a115c] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-8b4a115c] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-8b4a115c] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-8b4a115c] {
    color: #fff !important;
}
[data-v-8b4a115c] .v-text-field__slot {
    max-width: 130px !important;
}
[data-v-8b4a115c] .v-dialog {
    margin: 0 !important;
}
[data-v-8b4a115c] .v-image .v-image__image {
    width: 88px !important;
    height: 88px !important;
}
[data-v-8b4a115c] .theme--light.v-btn.v-btn--disabled .v-icon,[data-v-8b4a115c] .theme--light.v-btn.v-btn--disabled .v-btn__loading {
    color: white !important;
}
}
.company-dialog[data-v-8b4a115c] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-8b4a115c] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-8b4a115c] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-8b4a115c] {
  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-8b4a115c] {
  pointer-events: none;
}
[data-v-8b4a115c] .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-8b4a115c] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-8b4a115c] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-8b4a115c] .v-input__icon {
  display: none;
}
[data-v-8b4a115c] .custom-edit {
  margin-left: 15px;
}
[data-v-8b4a115c] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-8b4a115c] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-8b4a115c] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-8b4a115c] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-8b4a115c] .app-custom-input::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-8b4a115c] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-8b4a115c] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-8b4a115c] .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-8b4a115c] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-8b4a115c] .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-8b4a115c] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-8b4a115c] .v-select.v-select--chips .v-select__selections {
  min-height: 50px;
}
[data-v-8b4a115c] .v-input input {
  max-height: 40px;
}
[data-v-8b4a115c] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-8b4a115c] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-8b4a115c] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-8b4a115c] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-8b4a115c] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-8b4a115c] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-8b4a115c] .v-responsive {
  flex: unset;
}
[data-v-8b4a115c] .v-input--selection-controls__input .v-icon {
  font-size: 18px;
}
[data-v-8b4a115c] .v-input__slot {
  padding: 0 !important;
}
[data-v-8b4a115c] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-8b4a115c] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-8b4a115c] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-8b4a115c] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-8b4a115c]::before {
  width: unset;
}
.checkbox__item[data-v-8b4a115c] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-8b4a115c] {
  margin-top: -35px;
}
.custom-checkbox[data-v-8b4a115c] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-8b4a115c] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-8b4a115c] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-8b4a115c] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-8b4a115c] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-8b4a115c] {
  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-8b4a115c] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-8b4a115c] {
  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-8b4a115c] {
  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-8b4a115c] {
  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-8b4a115c] {
  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-8b4a115c] {
  font-size: 16px;
}
.custom-lock-icon[data-v-8b4a115c] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-8b4a115c] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-8b4a115c] {
  width: 1152px;
  row-gap: 16px;
  height: 640px;
  display: flex;
}
.profile__items-wrapper[data-v-8b4a115c] {
  margin-left: 16px;
  gap: 8px;
  width: 360px;
  max-width: 368px;
  height: 888px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile__items-wrapper--half-tem[data-v-8b4a115c] {
  height: 432px;
}
.settings-custom-wrapper[data-v-8b4a115c] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-8b4a115c] {
  gap: 16px;
}
.page-header[data-v-8b4a115c] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-8b4a115c] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-8b4a115c] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-8b4a115c] {
  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-8b4a115c] {
  position: relative;
}
.row .no-filled[data-v-8b4a115c] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-8b4a115c] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-8b4a115c] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-8b4a115c] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-8b4a115c] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-8b4a115c] {
  color: #fff !important;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-1630fb51] {
    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-1630fb51] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-1630fb51] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-1630fb51] {
    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-1630fb51] {
    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-1630fb51] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-1630fb51],
  .address-info-wrapper[data-v-1630fb51],
  .company-info-wrapper[data-v-1630fb51] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-1630fb51] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-1630fb51] {
    background: none;
}
.second-input-with-background[data-v-1630fb51],
  .field-wrapper[data-v-1630fb51] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-1630fb51] {
    width: 100% !important;
}
.second-input-with-background[data-v-1630fb51]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-1630fb51] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-1630fb51] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-1630fb51] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-1630fb51] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-1630fb51] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-1630fb51] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-1630fb51] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-1630fb51] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-1630fb51] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-1630fb51] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.page-header-form[data-v-1630fb51] {
    width: 100% !important;
}
.custom-lock-icon[data-v-1630fb51] {
    top: 8px;
    right: 12px;
}
.address-form[data-v-1630fb51] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-1630fb51] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-1630fb51] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-1630fb51] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-1630fb51] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-1630fb51] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-1630fb51] {
    color: #fff !important;
}
[data-v-1630fb51] .v-text-field__slot {
    max-width: 130px !important;
}
[data-v-1630fb51] .v-dialog {
    margin: 0 !important;
}
[data-v-1630fb51] .v-image .v-image__image {
    width: 88px !important;
    height: 88px !important;
}
[data-v-1630fb51] .theme--light.v-btn.v-btn--disabled .v-icon,[data-v-1630fb51] .theme--light.v-btn.v-btn--disabled .v-btn__loading {
    color: white !important;
}
}
.company-dialog[data-v-1630fb51] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-1630fb51] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-1630fb51] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-1630fb51] {
  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-1630fb51] {
  pointer-events: none;
}
[data-v-1630fb51] .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-1630fb51] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-1630fb51] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-1630fb51] .v-input__icon {
  display: none;
}
[data-v-1630fb51] .custom-edit {
  margin-left: 15px;
}
[data-v-1630fb51] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-1630fb51] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-1630fb51] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-1630fb51] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-1630fb51] .app-custom-input::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-1630fb51] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-1630fb51] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-1630fb51] .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-1630fb51] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-1630fb51] .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-1630fb51] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-1630fb51] .v-select.v-select--chips .v-select__selections {
  min-height: 50px;
}
[data-v-1630fb51] .v-input input {
  max-height: 40px;
}
[data-v-1630fb51] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-1630fb51] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-1630fb51] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-1630fb51] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-1630fb51] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-1630fb51] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-1630fb51] .v-responsive {
  flex: unset;
}
[data-v-1630fb51] .v-input--selection-controls__input .v-icon {
  font-size: 18px;
}
[data-v-1630fb51] .v-input__slot {
  padding: 0 !important;
}
[data-v-1630fb51] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-1630fb51] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-1630fb51] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-1630fb51] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-1630fb51]::before {
  width: unset;
}
.checkbox__item[data-v-1630fb51] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-1630fb51] {
  margin-top: -35px;
}
.custom-checkbox[data-v-1630fb51] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-1630fb51] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-1630fb51] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-1630fb51] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-1630fb51] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-1630fb51] {
  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-1630fb51] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-1630fb51] {
  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-1630fb51] {
  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-1630fb51] {
  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-1630fb51] {
  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-1630fb51] {
  font-size: 16px;
}
.custom-lock-icon[data-v-1630fb51] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-1630fb51] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-1630fb51] {
  width: 1152px;
  row-gap: 16px;
  height: 640px;
  display: flex;
}
.profile__items-wrapper[data-v-1630fb51] {
  margin-left: 16px;
  gap: 8px;
  width: 360px;
  max-width: 368px;
  height: 888px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile__items-wrapper--half-tem[data-v-1630fb51] {
  height: 432px;
}
.settings-custom-wrapper[data-v-1630fb51] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-1630fb51] {
  gap: 16px;
}
.page-header[data-v-1630fb51] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-1630fb51] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-1630fb51] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-1630fb51] {
  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-1630fb51] {
  position: relative;
}
.row .no-filled[data-v-1630fb51] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-1630fb51] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-1630fb51] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-1630fb51] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-1630fb51] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-1630fb51] {
  color: #fff !important;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-64bc65a3] {
    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-64bc65a3] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-64bc65a3] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-64bc65a3] {
    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-64bc65a3] {
    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-64bc65a3] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-64bc65a3],
  .address-info-wrapper[data-v-64bc65a3],
  .company-info-wrapper[data-v-64bc65a3] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-64bc65a3] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-64bc65a3] {
    background: none;
}
.second-input-with-background[data-v-64bc65a3],
  .field-wrapper[data-v-64bc65a3] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-64bc65a3] {
    width: 100% !important;
}
.second-input-with-background[data-v-64bc65a3]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-64bc65a3] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-64bc65a3] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-64bc65a3] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-64bc65a3] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-64bc65a3] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-64bc65a3] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-64bc65a3] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-64bc65a3] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-64bc65a3] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-64bc65a3] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.page-header-form[data-v-64bc65a3] {
    width: 100% !important;
}
.custom-lock-icon[data-v-64bc65a3] {
    top: 8px;
    right: 12px;
}
.address-form[data-v-64bc65a3] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-64bc65a3] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-64bc65a3] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-64bc65a3] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-64bc65a3] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-64bc65a3] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-64bc65a3] {
    color: #fff !important;
}
[data-v-64bc65a3] .v-text-field__slot {
    max-width: 130px !important;
}
[data-v-64bc65a3] .v-dialog {
    margin: 0 !important;
}
[data-v-64bc65a3] .v-image .v-image__image {
    width: 88px !important;
    height: 88px !important;
}
[data-v-64bc65a3] .theme--light.v-btn.v-btn--disabled .v-icon,[data-v-64bc65a3] .theme--light.v-btn.v-btn--disabled .v-btn__loading {
    color: white !important;
}
}
.company-dialog[data-v-64bc65a3] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-64bc65a3] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-64bc65a3] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-64bc65a3] {
  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-64bc65a3] {
  pointer-events: none;
}
[data-v-64bc65a3] .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-64bc65a3] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-64bc65a3] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-64bc65a3] .v-input__icon {
  display: none;
}
[data-v-64bc65a3] .custom-edit {
  margin-left: 15px;
}
[data-v-64bc65a3] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-64bc65a3] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-64bc65a3] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-64bc65a3] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-64bc65a3] .app-custom-input::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-64bc65a3] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-64bc65a3] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-64bc65a3] .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-64bc65a3] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-64bc65a3] .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-64bc65a3] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-64bc65a3] .v-select.v-select--chips .v-select__selections {
  min-height: 50px;
}
[data-v-64bc65a3] .v-input input {
  max-height: 40px;
}
[data-v-64bc65a3] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-64bc65a3] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-64bc65a3] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-64bc65a3] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-64bc65a3] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-64bc65a3] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-64bc65a3] .v-responsive {
  flex: unset;
}
[data-v-64bc65a3] .v-input--selection-controls__input .v-icon {
  font-size: 18px;
}
[data-v-64bc65a3] .v-input__slot {
  padding: 0 !important;
}
[data-v-64bc65a3] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-64bc65a3] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-64bc65a3] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-64bc65a3] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-64bc65a3]::before {
  width: unset;
}
.checkbox__item[data-v-64bc65a3] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-64bc65a3] {
  margin-top: -35px;
}
.custom-checkbox[data-v-64bc65a3] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-64bc65a3] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-64bc65a3] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-64bc65a3] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-64bc65a3] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-64bc65a3] {
  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-64bc65a3] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-64bc65a3] {
  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-64bc65a3] {
  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-64bc65a3] {
  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-64bc65a3] {
  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-64bc65a3] {
  font-size: 16px;
}
.custom-lock-icon[data-v-64bc65a3] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-64bc65a3] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-64bc65a3] {
  width: 1152px;
  row-gap: 16px;
  height: 640px;
  display: flex;
}
.profile__items-wrapper[data-v-64bc65a3] {
  margin-left: 16px;
  gap: 8px;
  width: 360px;
  max-width: 368px;
  height: 888px;
  background: #fefefe;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.profile__items-wrapper--half-tem[data-v-64bc65a3] {
  height: 432px;
}
.settings-custom-wrapper[data-v-64bc65a3] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-64bc65a3] {
  gap: 16px;
}
.page-header[data-v-64bc65a3] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-64bc65a3] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-64bc65a3] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-64bc65a3] {
  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-64bc65a3] {
  position: relative;
}
.row .no-filled[data-v-64bc65a3] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-64bc65a3] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-64bc65a3] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-64bc65a3] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
}
.custom-edit-btn--disabled[data-v-64bc65a3] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-64bc65a3] {
  color: #fff !important;
}
[data-v-64bc65a3] .v-input--radio-group__input {
  column-gap: 16px;
}
[data-v-64bc65a3] .v-input--radio-group__input label {
  color: #001154;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
[data-v-64bc65a3] .select-custom-menu {
  width: auto !important;
  max-width: unset !important;
  height: 356px !important;
}
[data-v-64bc65a3] .v-input--radio-group__input i.mdi-radiobox-marked {
  color: #2969ff !important;
}
.radio-title[data-v-64bc65a3] {
  color: #001154;
  /* h6/regular */
  font-size: 14px;
  line-height: 18px;
}
.pipeline-notifications-checkbox[data-v-64bc65a3] {
  height: 15px;
}
.checkbox-label[data-v-64bc65a3] {
  color: #001154;
  font-size: 14px;
}
.user-role-text[data-v-64bc65a3] {
  font-size: 14px;
}
.notification-inputs[data-v-64bc65a3] {
  position: relative;
}
.notification-inputs__disabled[data-v-64bc65a3] {
  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-64bc65a3] {
  width: 100%;
  background: #f1f1f1;
  height: 1px;
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.notification-inputs[data-v-64bc65a3] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
}
[data-v-64bc65a3] input {
    padding: 20px 0 8px !important;
}
[data-v-64bc65a3] .v-chip {
    position: relative;
    top: 4px;
}
}
.collateral-subtypes[data-v-64bc65a3] {
  position: relative;
}
.collateral-subtypes[data-v-64bc65a3] .group-items__item {
  width: 100%;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper {
  width: 100%;
  padding: 16px;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .group-header {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding-top: 0;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .item-name {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
  line-height: 18px;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .v-input--checkbox {
  padding: 0;
  height: auto;
  bottom: 3px;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .v-input--selection-controls__input {
  margin-right: 0 !important;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .v-input__slot {
  height: auto !important;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .v-messages {
  display: none;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .v-icon {
  font-size: 21px !important;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .group-items__item .v-input {
  background: none;
}
.collateral-subtypes[data-v-64bc65a3] .content-wrapper .group-items__item .v-input .item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.collateral-subtypes[data-v-64bc65a3] .v-menu__content {
  left: 0;
  right: 0;
  top: 50px;
  z-index: 8 !important;
}
.collateral-subtypes[data-v-64bc65a3] .v-input--is-label-active i {
  color: #2969ff !important;
}
.collateral-subtypes[data-v-64bc65a3] .chip-text {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.asset-collateralsub-field[data-v-64bc65a3] .v-menu__content {
  width: 100%;
  left: 0 !important;
}
.collateral-subtype-disabled[data-v-64bc65a3] .v-text-field {
  background: white !important;
  background-color: white !important;
}
.collateral-subtype-disabled[data-v-64bc65a3] .mdi-close {
  display: none !important;
}
.collateral-subtype-active[data-v-64bc65a3] .v-text-field {
  background: rgb(241, 241, 241) !important;
  padding-left: 10px !important;
}
.receive-notification-when-title[data-v-64bc65a3] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.receive-notification-when[data-v-64bc65a3] .v-input--radio-group__input {
  flex-direction: column !important;
  row-gap: 8px;
}
.receive-notification-when--disabled[data-v-64bc65a3] .v-input--radio-group__input i.mdi-radiobox-marked {
  color: rgba(0, 0, 0, 0.38) !important;
}@media screen and (min-width: 0px) and (max-width: 600px) {
.profile-edit__header[data-v-af7fc687] {
    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-af7fc687] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    color: #001154 !important;
    margin: 0 !important;
}
.custom-save-btn[data-v-af7fc687] {
    margin-left: 12px !important;
}
.page-header-wrapper[data-v-af7fc687] {
    justify-content: space-between;
    align-items: center;
    width: 100% !important;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    height: auto !important;
    padding-top: 46px;
}
.page-sub-title[data-v-af7fc687] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.basic-info-wrapper[data-v-af7fc687],
  .address-info-wrapper[data-v-af7fc687],
  .company-info-wrapper[data-v-af7fc687] {
    display: flex;
    flex-wrap: wrap;
    column-gap: 8px;
    justify-content: space-between;
}
.address-info-wrapper-divider[data-v-af7fc687] {
    width: 100%;
    height: 1px;
    margin-bottom: 7px;
    margin-top: 0px;
    background: #f1f1f1;
}
.address-info-wrapper-divider--no-background[data-v-af7fc687] {
    background: none;
}
.second-input-with-background[data-v-af7fc687],
  .field-wrapper[data-v-af7fc687] {
    width: calc(50% - 8px);
}
.field-wrapper .second-input-with-background[data-v-af7fc687] {
    width: 100% !important;
}
.second-input-with-background[data-v-af7fc687]::before {
    display: none !important;
    width: unset;
}
.second-input-mobile[data-v-af7fc687] {
    max-width: 100%;
    padding: 0 !important;
    height: 20px !important;
}
.second-input-mobile[data-v-af7fc687] .v-input__control {
    height: 20px !important;
}
.second-input-mobile[data-v-af7fc687] .v-input__control .v-input__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-af7fc687] .v-input__control .v-input__slot .v-text-field__slot {
    height: 20px !important;
}
.second-input-mobile[data-v-af7fc687] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 20px !important;
    padding: 0px !important;
}
.second-input-wrapper[data-v-af7fc687] {
    padding-left: 0 !important;
    height: 40px !important;
}
.second-input-wrapper[data-v-af7fc687] .v-input__control {
    height: 40px !important;
}
.second-input-wrapper[data-v-af7fc687] .v-input__control .v-input__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-af7fc687] .v-input__control .v-input__slot .v-text-field__slot {
    height: 40px !important;
}
.second-input-wrapper[data-v-af7fc687] .v-input__control .v-input__slot .v-text-field__slot input {
    height: 40px !important;
}
.page-header-form[data-v-af7fc687] {
    width: 100% !important;
}
.custom-lock-icon[data-v-af7fc687] {
    top: 8px;
    right: 12px;
}
.address-form[data-v-af7fc687] {
    width: 100% !important;
}
.empty-profile-wrapper[data-v-af7fc687] {
    width: calc(100% - 32px) !important;
    height: calc(100% - 82px) !important;
    margin: 0 16px;
}
.empty-profile-wrapper .custom-btn[data-v-af7fc687] {
    width: 270px !important;
    height: 40px !important;
}
.empty-profile-wrapper .custom-btn[data-v-af7fc687] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.sub-title[data-v-af7fc687] {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    color: #9aabc2 !important;
}
.custom-edit-btn--disabled[data-v-af7fc687] {
    background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-af7fc687] {
    color: #fff !important;
}
[data-v-af7fc687] .v-text-field__slot {
    max-width: 130px !important;
}
[data-v-af7fc687] .v-dialog {
    margin: 0 !important;
}
[data-v-af7fc687] .v-image .v-image__image {
    width: 88px !important;
    height: 88px !important;
}
[data-v-af7fc687] .theme--light.v-btn.v-btn--disabled .v-icon,[data-v-af7fc687] .theme--light.v-btn.v-btn--disabled .v-btn__loading {
    color: white !important;
}
}
.company-dialog[data-v-af7fc687] {
  position: relative;
  padding: 17px 12px;
}
.company-dialog__header[data-v-af7fc687] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
}
.company-dialog__close[data-v-af7fc687] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.company-dialog__chip[data-v-af7fc687] {
  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-af7fc687] {
  pointer-events: none;
}
[data-v-af7fc687] .custom-google-input {
  outline: unset;
  height: 40px;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-af7fc687] .custom-google-input--active {
  pointer-events: initial;
}
[data-v-af7fc687] .custom-close-chips-icon .v-chip__close {
  display: none;
}
[data-v-af7fc687] .v-input__icon {
  display: none;
}
[data-v-af7fc687] .custom-edit {
  margin-left: 15px;
}
[data-v-af7fc687] .v-text-field__slot input {
  font-size: 12px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-af7fc687] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-af7fc687] .custom-field-wrapper {
  margin-bottom: 40px;
}
[data-v-af7fc687] .app-custom-input {
  height: 39px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-af7fc687] .app-custom-input::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-af7fc687] .app-custom-input:focus-within input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-af7fc687] .app-custom-input > div {
  height: 63px;
  margin: 0 0 10px 0 !important;
}
[data-v-af7fc687] .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-af7fc687] .app-custom-input .c-label {
  margin-bottom: 3px;
}
[data-v-af7fc687] .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-af7fc687] .profile-data {
  flex-wrap: wrap;
  max-width: 370px;
  margin: 201px auto 0;
}
[data-v-af7fc687] .v-select.v-select--chips .v-select__selections {
  min-height: 50px;
}
[data-v-af7fc687] .v-input input {
  max-height: 40px;
}
[data-v-af7fc687] .second-input-wrapper {
  background: rgb(241, 241, 241) !important;
}
[data-v-af7fc687] .second-input-wrapper:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
[data-v-af7fc687] .second-input-wrapper {
  padding-left: 10px !important;
}
[data-v-af7fc687] .second-input-with-background .v-input {
  background-color: unset;
  padding-left: 0;
}
[data-v-af7fc687] .second-input-with-background .v-input--is-focused {
  border: unset;
}
[data-v-af7fc687] .second-input-with-background::before {
  display: block;
  width: 336px;
  content: "";
  border-top: 1px solid #f1f1f1;
  margin-bottom: 10px;
  margin-top: 4px;
}
[data-v-af7fc687] .v-responsive {
  flex: unset;
}
[data-v-af7fc687] .v-input--selection-controls__input .v-icon {
  font-size: 18px;
}
[data-v-af7fc687] .v-input__slot {
  padding: 0 !important;
}
[data-v-af7fc687] .col {
  max-width: unset;
  flex-grow: unset;
  flex-basis: unset;
}
[data-v-af7fc687] .app-input__label {
  font-size: 11px;
  line-height: 17px;
}
[data-v-af7fc687] .v-responsive__content {
  margin-left: 0 !important;
}
[data-v-af7fc687] .v-image__image {
  width: 126px !important;
  height: 126px !important;
}
.custom-second-input[data-v-af7fc687]::before {
  width: unset;
}
.checkbox__item[data-v-af7fc687] {
  margin-top: -30px;
  margin-left: -15px;
  padding-right: 0 !important;
}
.custom-checkbox__item[data-v-af7fc687] {
  margin-top: -35px;
}
.custom-checkbox[data-v-af7fc687] {
  padding-right: 0;
  margin-right: -4px;
  font-size: 10px !important;
  padding-left: 10px !important;
}
.checkbox-wrapper[data-v-af7fc687] {
  height: 85px !important;
  margin-top: 33px;
}
.checkbox-title[data-v-af7fc687] {
  color: rgb(0, 17, 84);
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.email-wrapper[data-v-af7fc687] {
  justify-content: space-between;
}
.change-btns-wrapper[data-v-af7fc687] {
  flex-wrap: wrap;
  width: 150px;
  gap: 8px;
  margin-top: 16px;
}
.custom-save-btn[data-v-af7fc687] {
  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-af7fc687] {
  width: 24px !important;
}
.custom-cancel-btn[data-v-af7fc687] {
  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-af7fc687] {
  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-af7fc687] {
  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-af7fc687] {
  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-af7fc687] {
  font-size: 16px;
}
.custom-lock-icon[data-v-af7fc687] {
  font-size: 18px;
  color: rgb(0, 17, 84);
  opacity: 0.45;
}
.custom-email-icon[data-v-af7fc687] {
  font-size: 14px;
  margin-right: 4px;
}
.page-header-wrapper[data-v-af7fc687] {
  row-gap: 16px;
  height: 640px;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1264px) {
.page-header-wrapper[data-v-af7fc687] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
    height: auto;
}
}
.settings-custom-wrapper[data-v-af7fc687] {
  margin-top: -343px;
  height: 327px;
}
.profile-data-wrapper[data-v-af7fc687] {
  gap: 16px;
}
.page-header[data-v-af7fc687] {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.44px;
  line-height: 30px;
}
.page-sub-title[data-v-af7fc687] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  font-family: inherit;
  letter-spacing: 0;
}
.custom-btn[data-v-af7fc687] {
  background-color: rgb(20, 90, 255) !important;
  width: 177px !important;
  height: 32px !important;
  border-radius: 5px;
}
.sub-title[data-v-af7fc687] {
  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-af7fc687] {
  position: relative;
}
.row .no-filled[data-v-af7fc687] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.row .no-filled .v-btn[data-v-af7fc687] {
  max-width: 340px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.second-input-with-background[data-v-af7fc687] .v-input input {
    font-weight: 500;
    font-size: 14px;
}
[data-v-af7fc687] .c-label {
    font-weight: 400;
    font-size: 12px !important;
    line-height: 15px;
}
.page-header-wrapper[data-v-af7fc687] {
    padding-left: 16px;
    padding-right: 16px;
}
}
.custom-edit-btn--disabled[data-v-af7fc687] {
  background: #9aabc2 !important;
}
.custom-edit-btn .v-icon[data-v-af7fc687] {
  color: #fff !important;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-af7fc687] .asset-type-select {
    height: 176px !important;
    left: auto !important;
    right: 0;
}
[data-v-af7fc687] .collateral-type-select {
    bottom: 0;
    top: auto !important;
    max-width: none;
}
[data-v-af7fc687] .collateral-subtypes .v-menu__content {
    bottom: 0;
    top: auto !important;
}
.profile-edit__header[data-v-af7fc687] {
    padding: 0 16px;
    justify-content: space-between;
}
.page-header-wrapper[data-v-af7fc687] {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 8px));
    grid-gap: 16px;
    padding: 0 16px 16px;
    height: auto;
}
.page-header-wrapper[data-v-af7fc687] > .address-form {
    grid-column: span 2;
}
.page-header-wrapper[data-v-af7fc687] > .address-form .profile__items-wrapper {
    height: auto;
}
.page-header-wrapper[data-v-af7fc687] .basic-info-custom-wrapper {
    width: 100%;
    max-width: 100%;
}
.page-header-wrapper[data-v-af7fc687] .company-form > div {
    width: 100%;
    margin: 0;
    max-width: none;
}
.page-header-wrapper[data-v-af7fc687] .second-input-with-background:before {
    width: 100%;
}
.page-header-wrapper .address-form[data-v-af7fc687] {
    width: 100%;
}
.page-header-wrapper .address-form[data-v-af7fc687] .profile__items-wrapper {
    width: 100%;
    margin: 0;
    max-width: 100%;
}
.page-header-wrapper .address-form[data-v-af7fc687] .notification-inputs {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 12px;
}
}.dialog-content[data-v-0f6e5414] {
  padding: 44px 39px 31px 40px;
}
.card-text[data-v-0f6e5414] {
  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-0f6e5414] .v-btn {
  min-height: unset !important;
}
.--primary[data-v-0f6e5414] {
  color: #001154;
}.card[data-v-bc34d500] {
  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: 6px;
}
.card img[data-v-bc34d500] {
  width: 43px;
  height: 100%;
  object-fit: cover;
}
.card-info__number[data-v-bc34d500] {
  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-bc34d500] {
  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;
}
[data-v-bc34d500] .v-item--active {
  background-color: #f1f1f1 !important;
}
input[data-v-bc34d500] {
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}
img[data-v-bc34d500] {
  margin-left: 10px;
}
.delete-card-wrapper[data-v-bc34d500] {
  background: #2969ff;
  border-radius: 5px;
  display: flex;
  position: absolute;
  right: 0px;
  width: 26px;
  height: 43px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.delete-icon[data-v-bc34d500] {
  width: 13px;
  height: 14px;
  margin-left: 0px !important;
}
@media (max-width: 959.98px) {
.card[data-v-bc34d500] {
    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-95de1ca6] {
  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-95de1ca6] {
  color: #2969ff;
}
input[data-v-95de1ca6] {
  width: 14px;
  height: 14px;
}
.add-new-text[data-v-95de1ca6] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
  margin-left: 16px;
}.status[data-v-4f101570] {
  height: 13px;
  display: flex;
  column-gap: 4px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
}
.status-text[data-v-4f101570] {
  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-fe62f1e0] {
  height: 143px;
  background: #ffffff;
  box-shadow: 2.69054px 3.58739px 13.4527px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
  display: flex;
  position: relative;
}
[data-v-fe62f1e0] .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-fe62f1e0] .status__text {
  font-size: 12px !important;
}
[data-v-fe62f1e0] .status-text {
  bottom: 2px;
  font-style: normal;
  font-weight: 600 !important;
  font-size: 13px !important;
  line-height: 18px;
  color: #001154;
}
.asset-image[data-v-fe62f1e0] {
  width: 143px;
  height: 143px;
}
.asset-image img[data-v-fe62f1e0] {
  width: 143px;
  height: 143px;
}
.item-icons[data-v-fe62f1e0] {
  position: absolute;
  display: flex;
  top: 56px;
  left: 47px;
  bottom: 0px;
  column-gap: 8px;
}
.icon-wrapper[data-v-fe62f1e0] {
  background: #ffffff;
  opacity: 0.85;
  box-shadow: 0px 9.69697px 19.3939px rgba(223, 223, 223, 0.44);
  border-radius: 60.6;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 31px;
}
.asset-info-wrapper[data-v-fe62f1e0] {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
  margin-left: 8px;
}
.asset-info-title[data-v-fe62f1e0] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.asset-info-value[data-v-fe62f1e0] {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  margin-top: 4px;
  color: #001154;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.asset-address[data-v-fe62f1e0] {
  width: 150px;
}
@media screen and (max-width: 400px) {
.asset-info-title[data-v-fe62f1e0] {
    font-size: 9px;
}
}.item[data-v-d9484f52] {
  max-width: 564px;
  background: white;
  height: 141px;
  display: flex;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5.70833px;
  position: relative;
}
.asset-image img[data-v-d9484f52] {
  width: 131px;
  height: 141px;
  object-fit: cover;
}
.asset-data[data-v-d9484f52] {
  padding-bottom: 10px;
  width: 205px;
  width: 219px;
  border-right: 1px solid rgba(0, 17, 84, 0.1);
}
.asset-data__address-main[data-v-d9484f52] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
  max-width: 195px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 205px;
}
.asset-data__address-second[data-v-d9484f52] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  /* identical to box height, or 150% */
  margin-top: 3px;
  display: flex;
  column-gap: 5px;
  /* DarkBlue */
  height: 19px;
  color: #001154;
  opacity: 0.8;
}
.asset-data__upb[data-v-d9484f52] {
  display: flex;
  column-gap: 5px;
  flex-direction: column;
  margin-top: 10px;
}
.asset-data__status[data-v-d9484f52] {
  margin-top: 10px;
}
.upb-title[data-v-d9484f52] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  /* identical to box height, or 150% */
  /* DarkBlue */
  color: #001154;
}
.upb-value[data-v-d9484f52] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  /* identical to box height, or 167% */
  /* DarkBlue */
  color: #001154;
}
.status-title[data-v-d9484f52] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
.status-value[data-v-d9484f52] {
  margin-top: 4px;
}
.billing-data[data-v-d9484f52] {
  width: 181px;
  padding-bottom: 10px;
}
.billing-data__billing-type[data-v-d9484f52] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  /* identical to box height, or 150% */
  display: flex;
  align-items: center;
  color: #09316b;
  margin-top: 7px;
}
.billing-data__billing-price[data-v-d9484f52] {
  display: flex;
  column-gap: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
  height: 20px;
}
.payment-status[data-v-d9484f52] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #001154;
  margin-top: 14px;
}
.payment-status-data[data-v-d9484f52] {
  margin-top: 7px;
}
.item-icons[data-v-d9484f52] {
  position: absolute;
  display: flex;
  top: 56px;
  left: 57px;
  bottom: 0px;
  column-gap: 3px;
}
.block-title[data-v-d9484f52] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 28px;
}
.icon-wrapper[data-v-d9484f52] {
  background: #ffffff;
  opacity: 0.85;
  box-shadow: 0px 9.69697px 19.3939px rgba(223, 223, 223, 0.44);
  border-radius: 60.6;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 31px;
}
.dialog-content[data-v-d9484f52] {
  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-d9484f52] {
  margin-top: 24px;
}
.dialog-content__title[data-v-d9484f52] {
  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-d9484f52] {
  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-d9484f52] {
  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-d9484f52] {
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
  width: 492px !important;
}
[data-v-d9484f52] .v-btn {
  min-height: unset !important;
}
.button-no-text[data-v-d9484f52] {
  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-d9484f52] {
  border-radius: 7px;
}
.button-yes-text[data-v-d9484f52] {
  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-d9484f52] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.address-text[data-v-d9484f52] {
  text-overflow: ellipsis;
  width: 172px;
  overflow: hidden;
}
.dialog-content__icon img[data-v-d9484f52] {
  width: 104px;
  height: 104px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-d9484f52] .stop-payment-dialog {
    margin: 0px !important;
}
.item[data-v-d9484f52] {
    flex-wrap: wrap;
    height: auto;
}
.list-wrapper[data-v-d9484f52] {
    padding: 0px 16px;
}
.dialog-content__title[data-v-d9484f52] {
    margin-top: 12px;
}
.dialog-content__text[data-v-d9484f52] {
    width: 100%;
}
.dialog-content__buttons[data-v-d9484f52] {
    width: 100% !important;
}
}
.dialog-content__buttons[data-v-d9484f52] {
  width: 100%;
  justify-content: space-between;
}
.address-title[data-v-d9484f52] {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #09316b;
  margin-top: 10px;
}.card-wrapper[data-v-ab511037] {
  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-ab511037] {
  margin-top: 40px;
}
.card-title[data-v-ab511037] {
  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-ab511037] {
  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-ab511037] {
  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-ab511037] {
  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-ab511037] {
    margin-top: 0px;
}
.mobile-card-wrapper[data-v-ab511037] {
    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-ab511037] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    width: 70%;
    color: #001154;
}
}.dialog-content[data-v-fa3c5099] {
  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-fa3c5099] .v-dialog {
  display: flex;
  justify-content: center;
}
.content[data-v-fa3c5099] {
  display: flex;
  padding: 0px 56px;
  width: 100%;
  padding-top: 32px;
  column-gap: 56px;
}
.content__card-info[data-v-fa3c5099] {
  width: 372px;
  min-width: 372px;
}
.content__priring-details[data-v-fa3c5099] {
  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-fa3c5099] {
  width: 100%;
  display: flex;
}
.tabs__tab[data-v-fa3c5099] {
  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-fa3c5099] {
  background: #f1f1f1;
  height: 40px;
  padding-top: 11px;
  padding-left: 8px;
}
.field.--custom[data-v-fa3c5099] {
  padding-top: 0px;
}
.field[data-v-fa3c5099] {
  font-weight: 500;
  font-size: 14px;
  line-height: 26px;
  color: #001154;
}
label[data-v-fa3c5099] {
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 182% */
  /* DarkBlue */
  color: #001154;
}
.content-data[data-v-fa3c5099] {
  margin-top: 19px;
  min-height: 212px;
}
.agree-btn-wrapper[data-v-fa3c5099] {
  margin-top: 52px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.icon[data-v-fa3c5099] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.icon img[data-v-fa3c5099] {
  width: 29px;
  height: 39px;
}
.icon .text[data-v-fa3c5099] {
  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-fa3c5099] {
  text-align: center;
}
.price__title[data-v-fa3c5099] {
  font-size: 20px;
  line-height: 152%;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #001154;
}
.price__sub[data-v-fa3c5099] {
  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-fa3c5099] {
  min-height: unset !important;
}
.back-btn[data-v-fa3c5099] {
  margin-top: 30px;
}
.back-btn__text[data-v-fa3c5099] {
  font-size: 12px;
}
input[data-v-fa3c5099] {
  border-color: unset !important;
  outline: unset !important;
}
.payPalImg[data-v-fa3c5099] {
  width: 85px;
  height: 18px;
}
[data-v-fa3c5099] .v-dialog {
  width: 1200px;
}
.saved-cards-wrapper[data-v-fa3c5099] {
  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-fa3c5099]::-webkit-scrollbar {
  width: 3px;
}
.saved-cards-wrapper[data-v-fa3c5099]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 17, 84, 0.2);
  border-radius: 5px;
}
[data-v-fa3c5099] #card-error {
  color: red;
  max-height: 58px;
  overflow: auto;
}
.btn-loading__loading-progress[data-v-fa3c5099] {
  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-fa3c5099] {
  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-fa3c5099] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* or 182% */
  text-align: center;
  /* Blue */
  color: #09316b;
}
.back[data-v-fa3c5099] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 32px;
}
.card-number-wrapper[data-v-fa3c5099] {
  position: relative;
}
.card-number-wrapper__icons[data-v-fa3c5099] {
  position: absolute;
  right: 18px;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 6px;
  bottom: 29px;
}
.card-number-icon[data-v-fa3c5099] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content[data-v-fa3c5099] {
    width: 100%;
}
.dialog-content[data-v-fa3c5099] {
    width: 100%;
    padding: 0px 16px;
    height: 100% !important;
    min-height: 100% !important;
    overflow: auto !important;
}
[data-v-fa3c5099] .v-dialog {
    margin-left: 0px;
    margin-top: 0px !important;
    margin-right: 0px !important;
    max-height: 100%;
    width: 100% !important;
}
.content__card-info[data-v-fa3c5099] {
    width: 100% !important;
}
.saved-cards-wrapper[data-v-fa3c5099] {
    margin-top: 40px;
}
.price[data-v-fa3c5099] {
    margin-top: 19px;
}
.back-text[data-v-fa3c5099] {
    margin-top: 19px;
}
.back-btn-mobile-wrapper[data-v-fa3c5099] {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    margin-bottom: 66px;
}
}
.dialog-title[data-v-fa3c5099] {
  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-fa3c5099] {
  font-size: 12px !important;
}
[data-v-fa3c5099] .v-btn {
  min-height: unset !important;
}
.btn-text[data-v-fa3c5099] {
  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-fa3c5099] {
  position: absolute;
  right: 18px;
  top: 17px;
}
.edit-payment-buttons[data-v-fa3c5099] {
  display: flex;
  justify-content: space-between;
}
.cancel-btn[data-v-fa3c5099] {
  border-radius: 7px;
}
[data-v-fa3c5099] .cancel-btn.v-btn--disabled .cancel-btn__text {
  color: rgba(0, 0, 0, 0.26);
}
.cancel-btn__text[data-v-fa3c5099] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
.apply-btn[data-v-fa3c5099] {
  border-radius: 7px;
}
.apply-btn__text[data-v-fa3c5099] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.dialog-title[data-v-fa3c5099] {
    padding-top: 16px;
    font-size: 16px;
}
.close-icon[data-v-fa3c5099] {
    top: 8px;
}
.content__card-info[data-v-fa3c5099] {
    min-width: unset;
    margin-top: 32px;
}
.content[data-v-fa3c5099] {
    padding: 0px;
}
.saved-cards-wrapper[data-v-fa3c5099] {
    margin-top: 8px;
}
.content-data[data-v-fa3c5099] {
    margin-top: 8px;
}
.billed[data-v-fa3c5099] {
    font-size: 20px;
}
label[data-v-fa3c5099] {
    font-size: 12px;
    line-height: 20px;
    color: #001154;
}
}.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-c4892fad] .v-input__slot {
  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-c4892fad] input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding-left: 16px;
}
.address-field[data-v-c4892fad] .v-input__prepend-inner img {
  width: 18px !important;
  height: 18px !important;
  position: relative;
  top: 4px;
}
.address-field[data-v-c4892fad] .v-input__append-inner {
  display: none !important;
}
.address-field[data-v-c4892fad] {
  width: 398px;
}
.filters-wrapper[data-v-c4892fad] {
  display: flex;
}
.slot-select-wrapper[data-v-c4892fad] {
  width: 203px;
}
.slot-select-wrapper[data-v-c4892fad] .slot-select__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 11px;
}
.slot-select-wrapper[data-v-c4892fad] .slot-select__select {
  height: 40px !important;
  min-height: 40px !important;
}
.slot-select-wrapper[data-v-c4892fad] .v-input__slot {
  height: 40px !important;
}
.slot-select-wrapper[data-v-c4892fad] input {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #001154;
}
.slot-select[data-v-c4892fad] .v-btn__content {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
}
.slot-select[data-v-c4892fad] .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-c4892fad] {
  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-c4892fad]::-webkit-scrollbar {
  display: none;
}
.slot-select__controls-status[data-v-c4892fad] .slot-select__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 8px;
}
.slot-select__apply-button[data-v-c4892fad] {
  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-c4892fad]:not(.v-btn--disabled) .v-btn__content {
  color: #2969ff !important;
}
.slot-select__checkbox[data-v-c4892fad] {
  max-width: 190px;
}
.slot-select__checkbox[data-v-c4892fad] .v-input__slot {
  height: 21px !important;
}
.slot-select__checkbox[data-v-c4892fad] .v-input__slot .v-label {
  color: #001154 !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 18px !important;
}
.slot-select__checkbox[data-v-c4892fad] .v-input__slot {
  align-items: flex-start;
}
.slot-select__controls-status[data-v-c4892fad] {
  margin-left: 16px;
  width: 100%;
  max-width: 148px;
}
.profile-page-title[data-v-c4892fad] {
  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-c4892fad] {
  margin-left: 32px;
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.slot-select-wrapper[data-v-c4892fad] .slot-select__content-wrapper {
    width: 100% !important;
}
.profile-page-title[data-v-c4892fad] {
    flex-direction: column;
}
.filters-wrapper[data-v-c4892fad] {
    margin-left: 0px;
}
.slot-select-wrapper[data-v-c4892fad] {
    width: 100%;
    min-height: 56px !important;
    height: auto !important;
}
.filters-wrapper[data-v-c4892fad] {
    margin-top: 16px;
}
.assets-map-header__input-range[data-v-c4892fad] {
    margin-bottom: 0 !important;
}
.assets-map-header__controls[data-v-c4892fad] {
    flex-direction: column;
    row-gap: 16px;
    padding: 0px 16px;
}
.marketing-status-field[data-v-c4892fad],
  .asset-status-field[data-v-c4892fad],
  .collateral-type-field[data-v-c4892fad] {
    width: 100% !important;
}
.address-field[data-v-c4892fad] {
    width: 100% !important;
    height: 48px;
}
.upb-field[data-v-c4892fad],
  .sort-field[data-v-c4892fad] {
    width: 100% !important;
}
.assets-map-header[data-v-c4892fad] .second-select.slot-select__select {
    height: 56px !important;
}
.assets-map-header[data-v-c4892fad] .second-select .v-input__slot {
    height: 56px !important;
    box-shadow: none !important;
}
.assets-map-header[data-v-c4892fad] .gmaps-autocomplete .v-input__slot {
    height: 48px !important;
}
[data-v-c4892fad] .slot-select__icon-wrapper {
    top: 16px !important;
}
[data-v-c4892fad] .v-input__append-inner {
    display: block !important;
}
[data-v-c4892fad] .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-c4892fad] .assets-map-header__controls-search {
    max-width: unset;
}
[data-v-c4892fad] .gmaps-autocomplete .v-input__slot {
    height: 48px !important;
}
[data-v-c4892fad] .gmaps-autocomplete .v-input__icon {
    display: none;
}
[data-v-c4892fad] .slot-select__select-icon {
    width: 9px;
    height: 8px;
}
[data-v-c4892fad] .v-input__prepend-inner {
    top: 13.5px !important;
}
[data-v-c4892fad] .v-input__prepend-inner img {
    height: 18px;
    width: 18px;
}
[data-v-c4892fad] input {
    top: 2px;
    padding-left: 15px;
}
[data-v-c4892fad] .v-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #001154;
}
[data-v-c4892fad] .slot-select__apply-button {
    margin-top: 16px;
}
[data-v-c4892fad] .slot-select__apply-button .v-btn__content {
    font-size: 14px !important;
    justify-content: start !important;
}
.slot-select__slot-wrapper[data-v-c4892fad] {
    row-gap: 16px;
    padding-bottom: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
}
.assets-map-header[data-v-c4892fad] {
    border-bottom: unset;
}
.c-select[data-v-c4892fad] {
    background: #ffffff;
    box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
    border-radius: 7px;
}
.remove-filters-wrapper[data-v-c4892fad] {
    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-c4892fad] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #2969ff;
}
.apply-filters-wrapper[data-v-c4892fad] {
    margin-top: 24px;
    position: fixed;
    width: calc(100% - 32px);
    bottom: 48px;
    background: white;
}
.submit-filter[data-v-c4892fad] .v-btn__content {
    font-size: 16px;
}
.submit-filter[data-v-c4892fad] {
    border-radius: 7px;
    color: #ffffff;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.filters-wrapper[data-v-c4892fad] {
    flex-direction: column;
}
}.header-wrapper[data-v-83654e3c] {
  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-83654e3c] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-buttons-wrapper[data-v-83654e3c] {
  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-83654e3c] {
  background: #2969ff;
  color: #fff;
}
.mobile-buttons-wrapper__item[data-v-83654e3c] {
  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-83654e3c]:first-child {
  margin-right: 16px;
}
.filters-count[data-v-83654e3c] {
  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-83654e3c],
.view-type-icon[data-v-83654e3c] {
  margin-right: 8px;
}[data-v-f50a8db8] .empty-billing-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.5;
  margin-top: 16px;
}
[data-v-f50a8db8] .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-f50a8db8] .empty-billing-wrapper .v-image__image {
  background-size: unset !important;
}
[data-v-f50a8db8] .profile-data {
  margin: 201px auto 0;
  flex-wrap: wrap;
  max-width: 149px;
}
.list-wrapper[data-v-f50a8db8] {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 564px 564px;
  row-gap: 16px;
  column-gap: 16px;
}
.loader-wrapper[data-v-f50a8db8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-results[data-v-f50a8db8] {
  color: grey;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fefefe;
  height: 651px;
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  border-radius: 5px;
}
.no-results__text[data-v-f50a8db8] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #001154;
  opacity: 0.5;
  margin-top: 16px;
}
.profile-page-title[data-v-f50a8db8] {
  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-f50a8db8] {
  margin-left: 32px;
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.list-wrapper[data-v-f50a8db8] {
    grid-template-columns: 1fr;
}
.empty-billing-wrapper[data-v-f50a8db8] {
    width: 100%;
    top: 48px;
}
}[data-v-3d0f0918] main {
  padding: 0px !important;
}
.main-content[data-v-3d0f0918] {
  height: calc(100% - 90px);
}
.app-bar[data-v-3d0f0918] {
  padding-top: 38px;
}
.value-page-wrapper[data-v-3d0f0918] {
  background-repeat: round;
  height: 100%;
  background: white;
}
[data-v-3d0f0918] .theme--light.v-application .primary {
  background-color: unset !important;
  border-color: unset !important;
}
.building-img-wrapper[data-v-3d0f0918] {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.building-img-wrapper[data-v-3d0f0918] {
    width: 200px;
    height: 100px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.main-content[data-v-3d0f0918] {
    padding: 0px;
}
}.value-page-stepper[data-v-337c00a5] {
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-337c00a5] .value-page-stepper {
    height: 100%;
}
[data-v-337c00a5] .steps {
    flex-direction: row;
    padding-top: 16px;
}
[data-v-337c00a5] .step {
    flex-direction: column;
    align-items: center;
    width: 95px;
    row-gap: 8px;
}
[data-v-337c00a5] .step.--completed .step-order-wrapper {
    border: 2px solid #368600 !important;
}
[data-v-337c00a5] .step.--completed .step-order-wrapper .step__order {
    background: #368600;
    color: white;
}
[data-v-337c00a5] .step__title {
    text-align: center;
}
[data-v-337c00a5] .dots-wrapper {
    display: none;
}
[data-v-337c00a5] .step__title {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001154;
}
[data-v-337c00a5] .step-order-wrapper {
    border: 1.5px solid #001154;
    width: 41px;
    height: 41px;
}
[data-v-337c00a5] .step__order {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #001154;
    border: none;
}
[data-v-337c00a5] .step__order.--active {
    background: #001154;
    color: white;
}
[data-v-337c00a5] .stepper {
    background: white !important;
}
[data-v-337c00a5] .step-order-wrapper--active {
    border: 2px solid #001154;
}
}.value-page-stepper[data-v-f7803845] {
  height: 100%;
  padding-top: 61px;
  padding-left: 16px;
  padding-right: 16px;
}
.stepper-title[data-v-f7803845] {
  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-f7803845] .stepper {
  padding: 16px 16px 8px 16px;
}.modification-wrapper[data-v-15556aab] {
  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-15556aab] {
    height: 90%;
    min-height: unset;
    margin-bottom: 0px;
}
}
.modification-wrapper[data-v-15556aab] {
  width: 100%;
}.view-container[data-v-272883ac] {
  display: flex;
  column-gap: 16px;
}
.stepper-wrapper[data-v-272883ac] {
  width: 272px;
  height: 749px;
  position: sticky;
  top: 8px;
  padding-top: 69px;
}
.asset-content-wrapper[data-v-272883ac] {
  border-radius: 1px;
  width: 75%;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.view-container[data-v-272883ac] {
    flex-direction: column;
}
.stepper-wrapper[data-v-272883ac] {
    padding-top: 0px;
    width: 100%;
    height: auto;
    position: sticky;
    z-index: 100;
    background: white;
}
.asset-content-wrapper[data-v-272883ac] {
    width: 100%;
}
}[data-v-f1e05345] .v-dialog {
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  align-items: center;
  position: relative;
  max-height: 100%;
}
.dialog-content[data-v-f1e05345] {
  max-width: 792px;
}
.close-icon[data-v-f1e05345] {
  position: fixed;
  top: 9px;
  right: 25px;
  z-index: 999;
  width: 0px;
  cursor: pointer;
}
.address-text-wrapper[data-v-f1e05345] {
  display: flex;
  justify-content: flex-end;
  color: white;
  margin-top: 20px;
}
.google-input[data-v-f1e05345] {
  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-f1e05345] {
  background: white;
  margin-top: 63px;
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-f1e05345] {
  z-index: 3;
  position: absolute;
  left: 30px;
  top: 31px;
}
.btn-next-wrapper[data-v-f1e05345] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.btn-next-wrapper.value-active[data-v-f1e05345] {
  position: relative;
}
.btn-next-wrapper button[data-v-f1e05345] {
  z-index: 200;
}
.btn-next[data-v-f1e05345] {
  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-f1e05345] {
    width: 100%;
    padding-left: 16px;
}
.address-container[data-v-f1e05345] {
    width: 100%;
    font-size: 11px;
}
.icon-gps-wrapper img[data-v-f1e05345] {
    display: none;
}
.page-content-wrapper[data-v-f1e05345] {
    padding: 0px 14px !important;
}
.custom-select[data-v-f1e05345] {
    width: 74% !important;
    padding-left: 16px !important;
}
}
[data-v-f1e05345] .v-text-field > .v-input__control > .v-input__slot:before {
  border-color: #001154;
}
[data-v-f1e05345] label {
  color: #001154 !important;
}
[data-v-f1e05345] .custom-select {
  padding: 6px;
  padding-left: 33px;
  padding-top: 34px;
  filter: none;
  width: 694px;
}
[data-v-f1e05345] .custom-select .v-input__control {
  width: auto !important;
  flex-grow: initial !important;
}
[data-v-f1e05345] .custom-select {
  height: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-f1e05345] .custom-select {
    width: 100%;
    padding-left: 0px;
}
[data-v-f1e05345] .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-c71c32f6] {
  border: 1px solid rgba(213, 40, 25, 0.6);
  background: rgba(213, 40, 25, 0.08);
  width: 185px;
  height: 40px;
}
.value-title[data-v-c71c32f6] {
  color: #001154;
  opacity: 0.45;
}
.address-item[data-v-c71c32f6] {
  display: flex;
  justify-content: space-between;
  height: 20px;
  align-items: center;
  column-gap: 30px;
  color: #001154;
}
.address-item--invalid[data-v-c71c32f6] {
  color: #d52819;
}
.address-item__title[data-v-c71c32f6] {
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
}
.address-item__value[data-v-c71c32f6] {
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}
.main-info-wrapper[data-v-c71c32f6] {
  max-width: 781px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.main-info-wrapper[data-v-c71c32f6] {
    margin: 0px;
}
}
.pictures-wrapper[data-v-c71c32f6] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn-next-wrapper[data-v-c71c32f6] {
  display: flex;
  justify-content: end;
  padding-right: 9px;
}
.pictures-wrapper__image[data-v-c71c32f6] {
  width: 404px;
  height: 227px;
}
.image-wrapper[data-v-c71c32f6] {
  position: relative;
}
.image-wrapper .view-img-icon[data-v-c71c32f6] {
  position: absolute;
  right: 16px;
  top: 68px;
  cursor: pointer;
  width: 64.78px;
  height: 64.78px;
}
.image-wrapper .view-img-icon.map[data-v-c71c32f6] {
  background-color: rgba(252, 252, 252, 0.5);
  border-radius: 62px;
  padding: 10px;
}
.image-wrapper .view-img-icon.street[data-v-c71c32f6] {
  background-color: rgba(252, 252, 252, 0.5);
  border-radius: 62px;
  padding: 10px;
}
.maps-wrapper[data-v-c71c32f6] {
  position: relative;
  max-width: 1000px;
}
[data-v-c71c32f6] .v-dialog {
  display: flex;
  justify-content: center;
  position: relative;
  max-width: 1071px !important;
}
.close-dialog-icon[data-v-c71c32f6] {
  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-c71c32f6] {
    padding-left: 0;
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
}
.btn-next-wrapper button[data-v-c71c32f6] {
    width: 100% !important;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-c71c32f6] .spacer {
    display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.main-content[data-v-c71c32f6] {
    padding: 0px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.image-wrapper[data-v-c71c32f6] {
    width: 100%;
}
.image-wrapper .pictures-wrapper__image[data-v-c71c32f6] {
    width: auto;
    min-width: 100%;
    height: 152px;
    object-fit: cover;
}
}
.address-block[data-v-c71c32f6] {
  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-c71c32f6] {
  color: rgba(0, 17, 84, 0.45);
}
.asset-inputs-content[data-v-c71c32f6] {
  padding-top: 32px;
}
[data-v-c71c32f6] .v-btn {
  min-height: unset !important;
}
.google-input[data-v-c71c32f6] {
  height: 40px;
}
.custom-google-input[data-v-c71c32f6] {
  outline: none;
}
.custom-google-input[data-v-c71c32f6]::placeholder {
  color: #001154;
  opacity: 0.45;
}
.custom-google-input[data-v-c71c32f6]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.custom-input-error[data-v-c71c32f6] {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
.custom-input-error[data-v-c71c32f6]::placeholder {
  color: rgb(213, 40, 25);
}
.custom-input-error[data-v-c71c32f6]:focus-visible {
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
}
.second-input-with-background[data-v-c71c32f6]:focus-visible {
  border: 2px solid transparent !important;
  z-index: 4;
}
.second-input-with-background .google-input-is-focused[data-v-c71c32f6] {
  border: unset !important;
}
[data-v-c71c32f6] .v-select__slot {
  padding-top: 4px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.image-wrapper[data-v-c71c32f6] {
    width: 100%;
}
.image-wrapper .pictures-wrapper__image[data-v-c71c32f6] {
    width: auto;
    min-width: 100%;
    height: 152px;
    object-fit: cover;
}
.btn-row[data-v-c71c32f6] {
    display: none;
}
.address-block[data-v-c71c32f6] {
    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-c71c32f6] {
  height: auto;
}
.buttons-row[data-v-c71c32f6] {
  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-c71c32f6] {
    background: white;
    padding-bottom: 12px;
    padding-top: 12px;
}
}.content-wrapper[data-v-a474fdaa] {
  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-a474fdaa] {
  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-a474fdaa] {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
  padding-bottom: 10px;
  padding-top: 12px;
  border-bottom: 1px solid #f4f4f4;
}
.group-items__item[data-v-a474fdaa] {
  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-a474fdaa] .v-input--checkbox {
  height: 16px;
  margin-top: 0px;
  position: relative;
  bottom: 7px;
}
[data-v-a474fdaa] .v-input--selection-controls__input i {
  color: rgba(9, 49, 107, 0.4) !important;
}
[data-v-a474fdaa] .select-menu .v-select-list {
  grid-template-columns: 1fr !important;
}.inputs-wrapper[data-v-fb9e9fab] {
  max-width: 781px;
  width: 100%;
  min-height: 800px;
}
.input-rows-wrapper[data-v-fb9e9fab] {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding: 0px 22px;
}
[data-v-fb9e9fab] .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-fb9e9fab] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-fb9e9fab] {
  font-size: 1.6rem;
}
[data-v-fb9e9fab] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-fb9e9fab] {
  padding-bottom: 66px;
}
[data-v-fb9e9fab] .v-text-field__slot, .v-select__slot[data-v-fb9e9fab] {
  position: relative !important;
  top: 5px !important;
}
[data-v-fb9e9fab] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
[data-v-fb9e9fab] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-fb9e9fab] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-fb9e9fab] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.v-list-item--active div[data-v-fb9e9fab] {
  color: white !important;
}
.actions-wrapper[data-v-fb9e9fab] {
  margin-top: 62px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-fb9e9fab] {
    margin-top: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-fb9e9fab] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 12px;
    width: 104%;
}
.actions-wrapper button[data-v-fb9e9fab] {
    width: 100% !important;
}
}
[data-v-fb9e9fab] .v-btn--disabled {
  background-color: rgba(9, 49, 107, 0.4) !important;
}
[data-v-fb9e9fab] .v-btn {
  min-height: unset !important;
}
[data-v-fb9e9fab] .asset-step-buttons {
  bottom: -3px;
}.asset-data[data-v-100f5e5c] {
  width: 480px;
}
.asset-data__item[data-v-100f5e5c] {
  padding-bottom: 10px;
  margin-top: 12px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  display: flex;
  width: 480px;
  justify-content: space-between;
  color: white;
  align-items: center;
}
.asset-data__item.--hide-border[data-v-100f5e5c] {
  border-bottom: none;
}
.asset-data__item .name[data-v-100f5e5c] {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
}
.asset-data__item .value[data-v-100f5e5c] {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  max-width: 300px;
  max-height: 30px;
  text-align: right;
  color: #ffffff;
}
.asset-data-wrapper[data-v-100f5e5c] {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}#charts[data-v-477d1d71] {
  padding-left: 30px;
  padding-right: 30px;
}
.pdf-graphic-page[data-v-477d1d71] {
  margin-top: 15px;
  background: white;
}
.graphic-title[data-v-477d1d71] {
  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-477d1d71] .apexcharts-toolbar {
  display: none;
}.pdf-info[data-v-d1cc8bff] {
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-d1cc8bff] {
  border-bottom: 1px solid rgba(0, 17, 84, 0.5);
}
.pdf-info__name[data-v-d1cc8bff] {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-d1cc8bff] {
  font-weight: 300;
}
.main-info-cards[data-v-d1cc8bff] {
  display: flex;
  width: 100%;
  flex-direction: column;
  position: relative;
  bottom: 74px;
  column-gap: 40px;
}
.main-info-cards__cards[data-v-d1cc8bff] {
  display: flex;
  width: 100%;
  column-gap: 40px;
}
.main-info-cards__card[data-v-d1cc8bff] {
  width: 50%;
}
.main-info-cards__card img[data-v-d1cc8bff] {
  width: 100%;
  height: 178px;
}
.range-estimate[data-v-d1cc8bff] {
  margin-top: 30px;
}
.range-estimate__title[data-v-d1cc8bff] {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001154;
  margin-bottom: 19px;
}
.white-block-info[data-v-d1cc8bff] {
  margin-top: 20px;
  background: #ffffff;
  display: flex;
  width: 106%;
  position: relative;
  right: 29px;
  padding: 30px;
  column-gap: 40px;
}
.white-block-info__recomendation[data-v-d1cc8bff] {
  display: flex;
  width: 50%;
}
.white-block-info__recomendation .title[data-v-d1cc8bff] {
  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-d1cc8bff] {
  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-d1cc8bff] {
  display: flex;
  width: 477px;
}
.white-block-info__data[data-v-d1cc8bff] {
  width: 100%;
}
.asset-details-wrapper[data-v-d1cc8bff] {
  margin-top: 32px;
}
.text-block-white[data-v-d1cc8bff] {
  height: 50px;
}
.process-wrapper[data-v-d1cc8bff] {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 40px;
}
.process-wrapper__item[data-v-d1cc8bff] {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-top: 10px;
}
.process-wrapper__item.--border[data-v-d1cc8bff] {
  border-bottom: 1px solid #f1f1f1;
}
.process-wrapper__item .name[data-v-d1cc8bff] {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  width: 151px;
  /* DarkBlue */
  color: #001154;
}
.process-wrapper__item .value[data-v-d1cc8bff] {
  font-weight: 300;
  font-size: 13px;
  line-height: 22px;
  width: 590px;
  /* or 169% */
  letter-spacing: -0.175px;
  /* DarkBlue */
  color: #001154;
}.template-content[data-v-2900f520] {
  min-height: 2199px;
  width: 100%;
  background: #f8f8f8;
  padding: 0px !important;
  height: calc(100% - 63px) !important;
}
.user-asset-data[data-v-2900f520] {
  background: linear-gradient(180deg, #001154 63.91%, #2969ff 118.68%);
  height: 200px;
  width: 100%;
  padding-top: 47px;
  height: 423px;
}
.page-container[data-v-2900f520] {
  width: 1000px;
  margin: 0 auto;
}
.icons-wrapper[data-v-2900f520] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
}
.asset-data[data-v-2900f520] {
  width: 480px;
}
.asset-data__item[data-v-2900f520] {
  padding-bottom: 10px;
  margin-top: 12px;
  border-bottom: 1px solid rgba(248, 248, 248, 0.2);
  display: flex;
  width: 480px;
  justify-content: space-between;
  color: white;
  align-items: center;
}
.asset-data__item.--hide-border[data-v-2900f520] {
  border-bottom: none;
}
.asset-data__item .name[data-v-2900f520] {
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #ffffff;
}
.asset-data__item .value[data-v-2900f520] {
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  text-align: right;
  color: #ffffff;
}
.asset-data-wrapper[data-v-2900f520] {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
  margin-top: 46px;
  width: 1000px;
}
.sell-at-text[data-v-2900f520] {
  color: white;
}
.xl-icon-wrapper[data-v-2900f520] {
  margin-left: 8px;
}
.xl-link-wrapper[data-v-2900f520] {
  z-index: 999;
  display: flex;
}
.link[data-v-2900f520] {
  width: 147px;
  height: 41px;
}
.xl-link[data-v-2900f520] {
  display: flex;
  background: #f8f8f8;
  justify-content: center;
  column-gap: 20px;
  color: #09316b;
}
.xl-link__text[data-v-2900f520] {
  opacity: 0.5;
}.icon[data-v-bc9a2cb4] {
  width: 110px;
  height: 87px;
}
[data-v-bc9a2cb4] .btn-go-wrapper {
  margin-right: 60px;
  margin-top: -23px;
}
[data-v-bc9a2cb4] .color-white {
  letter-spacing: 0;
}
[data-v-bc9a2cb4] .icon-wrapper {
  position: relative;
}
[data-v-bc9a2cb4] .icon-wrapper img {
  width: 179px;
}
.icon-left[data-v-bc9a2cb4] {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 407px;
  top: 22px;
}
.icon-right[data-v-bc9a2cb4] {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 405px;
  top: -18px;
}
.dialog-footer__link[data-v-bc9a2cb4] {
  display: flex;
  align-items: center;
}
.dialog-footer__link span[data-v-bc9a2cb4] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.icon-footer[data-v-bc9a2cb4] {
  margin-bottom: 6px;
  margin-left: 10px;
}
.dialog-content-wrapper[data-v-bc9a2cb4] {
  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-bc9a2cb4] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.icon-text[data-v-bc9a2cb4] {
  margin-top: 20px;
  color: #2969FF;
  font-weight: bold;
}
.content[data-v-bc9a2cb4] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
}
.cards[data-v-bc9a2cb4] {
  display: grid;
  grid-template-columns: 245px 245px 245px;
  grid-template-rows: 196px 196px;
  margin-top: 30px;
}
.card[data-v-bc9a2cb4] {
  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-bc9a2cb4] {
    background: #FFFFFF;
}
}
.card__title[data-v-bc9a2cb4] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
  margin-top: 10px;
}
.card__info[data-v-bc9a2cb4] {
  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-bc9a2cb4] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
}
.dialog-footer[data-v-bc9a2cb4] {
  margin-top: 57px;
  display: flex;
  width: 888px;
  font-weight: bold;
  justify-content: space-between;
}
.dialog-footer__link[data-v-bc9a2cb4] {
  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-bc9a2cb4] {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.dialog-content-wrapper[data-v-bc9a2cb4] {
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #ffffff;
}
[data-v-bc9a2cb4] .v-dialog {
    overflow: auto !important;
    justify-content: unset !important;
}
.dialog-footer[data-v-bc9a2cb4] {
    flex-direction: column;
    width: unset;
}
.btn-go-wrapper[data-v-bc9a2cb4] {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
}
.btn-go-wrapper button[data-v-bc9a2cb4] {
    width: 100% !important;
}
.card-icon__main[data-v-bc9a2cb4] {
    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-bc9a2cb4] {
    height: 24px;
    width: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card__title[data-v-bc9a2cb4] {
    margin-top: 0px;
    font-weight: 700;
    line-height: 16px;
}
.dialog-footer[data-v-bc9a2cb4] {
    margin-top: 28px;
    padding-bottom: 28px;
}
.dialog-footer__link[data-v-bc9a2cb4] {
    margin-bottom: 28px;
    padding-bottom: 28px;
}
}
.mobile-dialog-btn-wrapper[data-v-bc9a2cb4] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.mobile-dialog-btn-wrapper .mobile-dialog-btn[data-v-bc9a2cb4] {
  background: #2969ff;
  border-radius: 7px;
  color: #ffffff;
}
.mobile-info[data-v-bc9a2cb4] {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #2969ff;
  line-height: 20px;
}
.image[data-v-bc9a2cb4] {
  top: -3px;
}.close-dialog-icon[data-v-09e1e063] {
  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-09e1e063] {
  overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content-wrapper[data-v-09e1e063] {
    position: relative;
}
}
[data-v-09e1e063] .v-btn:not(.v-btn--round, .v-btn--text).v-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-09e1e063] {
    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-09e1e063] {
    width: 12px;
}
}.icon[data-v-2cf30fda] {
  width: 97px;
  height: 87px;
}
[data-v-2cf30fda] .btn-go-wrapper {
  margin-right: 60px;
  margin-top: -23px;
}
[data-v-2cf30fda] .color-white {
  letter-spacing: 0;
}
[data-v-2cf30fda] .icon-wrapper {
  position: relative;
}
[data-v-2cf30fda] .icon-wrapper img {
  width: 167px;
}
.icon-left[data-v-2cf30fda] {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 407px;
  top: 22px;
}
.icon-right[data-v-2cf30fda] {
  position: absolute;
  width: 24px;
  height: 24px;
  right: 405px;
  top: -18px;
}
.dialog-footer__link[data-v-2cf30fda] {
  display: flex;
  align-items: center;
}
.dialog-footer__link span[data-v-2cf30fda] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
.icon-footer[data-v-2cf30fda] {
  margin-bottom: 5px;
  margin-left: 10px;
}
.dialog-content-wrapper[data-v-2cf30fda] {
  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-2cf30fda] {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.icon-text[data-v-2cf30fda] {
  margin-top: 20px;
  color: #2969FF;
  font-weight: bold;
}
.content[data-v-2cf30fda] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #ffffff;
}
.cards[data-v-2cf30fda] {
  display: grid;
  grid-template-columns: 245px 245px 245px;
  grid-template-rows: 196px 196px;
  margin-top: 30px;
}
.card[data-v-2cf30fda] {
  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-2cf30fda] {
    background: #FFFFFF;
}
}
.card__title[data-v-2cf30fda] {
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #001154;
  margin-top: 10px;
}
.card__info[data-v-2cf30fda] {
  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-2cf30fda] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
}
}
.dialog-footer[data-v-2cf30fda] {
  margin-top: 57px;
  display: flex;
  width: 888px;
  font-weight: bold;
  justify-content: space-between;
}
.dialog-footer__link[data-v-2cf30fda] {
  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-2cf30fda] {
    grid-template-columns: 100%;
    grid-template-rows: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.dialog-content-wrapper[data-v-2cf30fda] {
    width: 100%;
    height: 100%;
    justify-content: center;
    background: #ffffff;
}
[data-v-2cf30fda] .v-dialog {
    overflow: auto !important;
    justify-content: unset !important;
}
.dialog-footer[data-v-2cf30fda] {
    flex-direction: column;
    width: unset;
}
.btn-go-wrapper[data-v-2cf30fda] {
    position: fixed;
    bottom: 0px;
    left: 0;
    right: 0;
}
.btn-go-wrapper button[data-v-2cf30fda] {
    width: 100% !important;
}
.card-icon__main[data-v-2cf30fda] {
    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-2cf30fda] {
    height: 24px;
    width: auto;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card__title[data-v-2cf30fda] {
    margin-top: 0px;
    font-weight: 700;
    line-height: 16px;
}
.dialog-footer[data-v-2cf30fda] {
    margin-top: 28px;
    padding-bottom: 28px;
}
.dialog-footer__link[data-v-2cf30fda] {
    margin-bottom: 28px;
    padding-bottom: 28px;
}
}
.mobile-dialog-btn-wrapper[data-v-2cf30fda] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  text-align: center;
}
.mobile-dialog-btn-wrapper .mobile-dialog-btn[data-v-2cf30fda] {
  background: #2969ff;
  border-radius: 7px;
  color: #ffffff;
}
.mobile-info[data-v-2cf30fda] {
  display: flex;
  font-weight: 600;
  font-size: 14px;
  color: #2969ff;
  line-height: 20px;
}
.image[data-v-2cf30fda] {
  top: -3px;
}.close-dialog-icon[data-v-33b9b3d7] {
  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-33b9b3d7] {
  overflow: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content-wrapper[data-v-33b9b3d7] {
    position: relative;
}
}
[data-v-33b9b3d7] .v-btn:not(.v-btn--round, .v-btn--text).v-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-33b9b3d7] {
  position: absolute;
  right: 268px;
  top: 95px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.close-dialog-icon[data-v-33b9b3d7] {
    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-33b9b3d7] {
    width: 12px;
}
}.card-shadow[data-v-75e29da0] {
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
}
.additional-price-block[data-v-75e29da0] {
  display: none;
}
.type[data-v-75e29da0] {
  font-size: 20px;
  line-height: 152%;
  font-weight: bold;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 0.444444px;
}
.type-description[data-v-75e29da0] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
}
.features[data-v-75e29da0] {
  padding-top: 62px;
  min-height: 221px;
}
.feature[data-v-75e29da0] {
  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-75e29da0] {
  padding-left: 27px;
  padding-right: 40px;
  text-align: center;
}
.feature[data-v-75e29da0]:last-of-type {
  border-bottom: none;
}
.image[data-v-75e29da0] {
  display: flex;
  margin: 0 auto;
  height: 56px;
  margin-top: 9px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.image[data-v-75e29da0] {
    margin: unset;
    display: none;
}
}
.price[data-v-75e29da0] {
  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-75e29da0] {
    text-align: center;
    position: relative;
    bottom: 10px;
}
}
.price[data-v-75e29da0] {
  color: #001154;
}
.most-popular[data-v-75e29da0] {
  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-75e29da0] {
  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-75e29da0] {
  font-size: 34px;
}
.card-wrapper[data-v-75e29da0] {
  max-width: 340px;
  background-color: white;
  height: 254px;
  overflow: hidden;
}
.card-wrapper .card-info[data-v-75e29da0] {
  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-75e29da0] {
  position: relative;
}
.card-wrapper.--active[data-v-75e29da0] {
  transition-duration: 1s;
  background-color: #2969ff;
}
.card-wrapper.--active .card-info[data-v-75e29da0] {
  color: white;
}
.card-wrapper.--active .features[data-v-75e29da0] {
  color: white;
}
.card-wrapper.--active .price[data-v-75e29da0] {
  color: white;
}
.card-wrapper.--active .most-popular[data-v-75e29da0] {
  background-color: white;
  color: #2969ff;
}
.check-feat-text[data-v-75e29da0] {
  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-75e29da0] {
  width: 170px;
  height: 30px;
}
.mobile-plan-info[data-v-75e29da0] {
  display: flex;
  flex-direction: column;
  padding-left: 0px;
}
.image-wrapper[data-v-75e29da0] {
  position: relative;
}
.image-wrapper__additional-data[data-v-75e29da0] {
  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-75e29da0] {
  left: 19px;
}
.image-wrapper__additional-data.right[data-v-75e29da0] {
  right: 7px;
}
.image-wrapper__additional-data .text[data-v-75e29da0] {
  margin-left: 4px;
}
.btn-text[data-v-75e29da0] {
  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-75e29da0] {
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.additional-price-block[data-v-75e29da0] {
    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-75e29da0] {
    text-align: left;
}
.check-feat-text[data-v-75e29da0] {
    text-align: left;
    padding-left: 20px;
}
.features[data-v-75e29da0] {
    padding-top: 15px;
    min-height: 172px;
}
.check-feat-text[data-v-75e29da0] {
    margin-top: 25px;
}
.feat-alone[data-v-75e29da0] {
    text-align: left !important;
}
.card-info[data-v-75e29da0],
  .features[data-v-75e29da0],
  .check-feat-text[data-v-75e29da0] {
    margin-left: 40px;
    margin-right: 40px;
}
.type[data-v-75e29da0] {
    padding-top: 0px !important;
    margin-top: 24px !important;
}
.type img[data-v-75e29da0] {
    width: 139px;
    height: 24px;
    margin-bottom: 8px;
}
.card-info[data-v-75e29da0] {
    padding-top: 0px !important;
}
.image-wrapper__additional-data[data-v-75e29da0] {
    top: 4px;
}
.image-wrapper__additional-data.left[data-v-75e29da0] {
    right: 52%;
    top: 1px;
    left: unset;
    height: 31px;
    width: 118px;
}
.image-wrapper__additional-data.left .text[data-v-75e29da0] {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}
.image-wrapper__additional-data.right[data-v-75e29da0] {
    left: 52%;
    width: 118px;
    height: 31px;
    top: 1px;
}
.image-wrapper__additional-data.right .text[data-v-75e29da0] {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
    color: #ffffff;
}
.additiona-item-icon[data-v-75e29da0] {
    position: relative;
    top: 3px;
    right: 0px;
}
.check-feat-text[data-v-75e29da0] {
    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-75e29da0] {
    margin-top: 0px;
}
.check-feat-text[data-v-75e29da0] {
    padding-bottom: 8px;
}
.card-wrapper[data-v-75e29da0] {
    height: auto;
}
.btn-text[data-v-75e29da0] {
    white-space: nowrap;
}
}.report-block[data-v-530326e8] {
  height: 100%;
  text-align: center;
  line-height: 150px;
}
.report-block__wrapper[data-v-530326e8] {
  margin-top: -10px;
  height: 180px;
  width: 800px;
  z-index: 2;
  position: absolute;
}
.report-block__blur[data-v-530326e8] {
  filter: blur(14px);
}
.report-block__title[data-v-530326e8] {
  font-weight: 500;
  align-self: center;
  color: #d52819;
  margin-left: 1.2em;
  margin-top: 20px;
}
.content[data-v-530326e8] {
  min-height: auto;
  width: 100%;
  padding: 0px 56px;
}
.xl-cards[data-v-530326e8] {
  display: flex;
  column-gap: 40px;
  justify-content: center;
}
.recomendation[data-v-530326e8] {
  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-530326e8] {
  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-530326e8] {
  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-530326e8] {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.selling__title[data-v-530326e8] {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}
.selling__sub[data-v-530326e8] {
  font-size: 11px;
  line-height: 20px;
  text-align: center;
  color: rgba(9, 49, 107, 0.4);
}
.estimate-wrapper[data-v-530326e8] {
  display: flex;
  width: 100%;
  column-gap: 13px;
  justify-content: center;
}
.estimate[data-v-530326e8] {
  width: auto;
}
.estimate__title[data-v-530326e8] {
  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-530326e8] {
  padding-bottom: 7px;
  margin-top: 7px;
  display: flex;
  justify-content: center;
  column-gap: 8px;
}
.estimate__saving.border[data-v-530326e8] {
  border-bottom: 1px solid #001154;
}
.estimate__saving .title[data-v-530326e8] {
  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-530326e8] {
  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-530326e8] {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 9px;
}
.sell-on-xl img[data-v-530326e8] {
  width: 168.64px;
  height: 31px;
  margin-bottom: 16px;
}
.sell-on-xl[data-v-530326e8] {
  padding-top: 35px;
}
.xl-card[data-v-530326e8] {
  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-530326e8] {
  padding-bottom: 16px;
  padding-top: 13px;
  width: 100%;
}
.card-desc__item.--bold[data-v-530326e8] {
  font-weight: bold;
  font-size: 12px;
}
.card-desc__item.--border[data-v-530326e8] {
  border-bottom: 1px solid #f1f1f1;
}
.card-type[data-v-530326e8] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-type img[data-v-530326e8] {
  width: 26.45px;
  height: 28px;
  margin-bottom: 10px;
}
.price[data-v-530326e8] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.card-content[data-v-530326e8] {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-btn-wrapper[data-v-530326e8] {
  margin-top: 32px;
  margin-bottom: 32px;
}
.card-btn-wrapper button[data-v-530326e8] {
  color: white !important;
}
.advisor[data-v-530326e8] {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.advisor__book[data-v-530326e8] {
  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-530326e8] {
    display: flex;
    flex-direction: column;
}
}
.advisor__title[data-v-530326e8] {
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
.advisor__btn[data-v-530326e8] {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  position: relative;
  bottom: 13px;
}
.advisor__actions[data-v-530326e8] {
  margin-top: 34px;
  display: flex;
  position: relative;
  justify-content: center;
}
.advisor__actions .action[data-v-530326e8] {
  position: relative;
  color: #001154;
  font-weight: bold;
  width: 50%;
  display: flex;
  justify-content: center;
}
.pdf-download-wrapper[data-v-530326e8] {
  display: none;
  width: 20px;
  height: 20px;
}
.pdf-content[data-v-530326e8] {
  width: 1000px;
}
.visability--hidden[data-v-530326e8] {
  width: 20px;
  height: 20px;
  display: block !important;
  visibility: hidden !important;
}
.asset-address[data-v-530326e8] {
  max-width: 400px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.download-wrapper[data-v-530326e8] {
    display: flex;
    flex-direction: column;
}
}
.card-head-wrapper[data-v-530326e8] {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
[data-v-530326e8] .v-dialog {
  display: flex;
  justify-content: center;
  width: 1200px;
  overflow: hidden;
}
.card-title[data-v-530326e8] {
  color: #001154 !important;
  font-size: 16px;
  display: flex;
}
.check-full-text[data-v-530326e8] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  cursor: pointer;
  color: #001154;
}
.close-icon[data-v-530326e8] {
  display: flex;
  cursor: pointer;
  top: 0px;
  right: 0px;
  width: 24px;
  height: 24px;
}
.action-border[data-v-530326e8]: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-530326e8] .modification-wrapper {
  min-height: 1417px !important;
}
[data-v-530326e8] .value-asset-title {
  margin-top: 93px;
  margin-bottom: 38px;
}
.asset-step-subTitle[data-v-530326e8] {
  text-align: left;
  padding-bottom: 8px;
  border-bottom: 1px solid #f1f1f1;
}
.value-modification-page[data-v-530326e8] {
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
  border-radius: 1px;
  padding: 0px 24px;
}
.value-modification-page--blured[data-v-530326e8] {
  filter: blur(8px);
}
.recomendation-block[data-v-530326e8] {
  margin-top: 38px;
}
[data-v-530326e8] .v-btn {
  min-height: unset !important;
}
.download-btn[data-v-530326e8] {
  margin-left: 26px;
  border-radius: 5px;
}
.download-btn-text[data-v-530326e8] {
  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-530326e8] {
  margin-top: 23px;
}
.additional-options[data-v-530326e8] {
  display: flex;
  justify-content: center;
  position: relative;
  padding-bottom: 24px;
  bottom: -6px;
}
.additional-options__item[data-v-530326e8] {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #2969ff;
  cursor: pointer;
}
.additional-options__spacer[data-v-530326e8] {
  padding: 0px 16px;
}
.or[data-v-530326e8] {
  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-530326e8] .check-feat-text {
    margin-top: 0px !important;
}
.content[data-v-530326e8] {
    width: auto;
    padding: 0px;
}
[data-v-530326e8] .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-530326e8] {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}
.card-content[data-v-530326e8] {
    flex-direction: column;
}
.card-desc[data-v-530326e8] {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}
.xl-card[data-v-530326e8] {
    min-width: unset;
}
.card-type[data-v-530326e8] {
    display: flex;
}
.card-head-wrapper[data-v-530326e8] {
    display: flex;
    height: auto;
    flex-direction: row;
    justify-content: unset;
}
.price[data-v-530326e8] {
    margin-left: 20px;
}
.estimate-wrapper[data-v-530326e8] {
    display: flex;
}
.estimate[data-v-530326e8] {
    width: 78%;
}
.estimate__title[data-v-530326e8] {
    font-size: 16px;
    line-height: 26px;
}
.value-asset-title[data-v-530326e8] {
    display: none;
}
.xl-cards[data-v-530326e8] {
    flex-direction: row;
    row-gap: 20px;
    column-gap: 8px;
}
.value-modification-page[data-v-530326e8] {
    padding: 0px 16px;
}
.download-btn[data-v-530326e8] {
    margin-left: 0px;
}
.dowload-btn-wrapper[data-v-530326e8] {
    width: 100%;
}
[data-v-530326e8] .card-info {
    margin-left: 0px !important;
    margin-right: 0px !important;
}
[data-v-530326e8] .card-wrapper {
    width: 100% !important;
    max-width: unset !important;
}
.xl-cards[data-v-530326e8] {
    width: 100%;
}
.type[data-v-530326e8] {
    margin-top: 0px;
}
.recomendation-block[data-v-530326e8] {
    margin-top: 23px;
}
.sell-on-xl[data-v-530326e8] {
    padding-top: 15px;
}
.sell-on-xl img[data-v-530326e8] {
    margin-bottom: 4px;
}
.additional-options[data-v-530326e8] {
    padding-bottom: 16px;
}
.or[data-v-530326e8] {
    padding-bottom: 6px;
}
.additional-options__item[data-v-530326e8] {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}
.upb-estimate[data-v-530326e8] {
    margin-top: 0px;
}
.recomendation-row[data-v-530326e8] {
    margin-top: 16px;
}
.download-btn-text[data-v-530326e8] {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
.recomendation[data-v-530326e8] {
    flex-direction: column;
}
.recomendation__title[data-v-530326e8] {
    justify-content: center;
    align-items: center;
    display: flex;
    padding-bottom: 8px;
}
.report-block__wrapper[data-v-530326e8] {
    width: auto;
}
[data-v-530326e8] .card-shadow {
    width: 49%;
}
.estimate__title[data-v-530326e8] {
    white-space: nowrap;
}
}.valuation-download-page[data-v-be7b8717] {
  width: 100%;
}.page-content-wrapper[data-v-a93ab0ce] {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.additional[data-v-a93ab0ce] {
  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-a93ab0ce] {
    width: 100%;
}
}
.xl-icon-wrapper[data-v-a93ab0ce] {
  margin-top: 184px;
}
.google-input[data-v-a93ab0ce] {
  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-a93ab0ce] {
  background: white;
  margin-top: 63px;
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-a93ab0ce] {
  z-index: 3;
  position: absolute;
  left: 30px;
  top: 31px;
}
.btn-next-wrapper[data-v-a93ab0ce] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.btn-next-wrapper.value-active[data-v-a93ab0ce] {
  position: relative;
}
.btn-next-wrapper button[data-v-a93ab0ce] {
  z-index: 200;
}
.btn-next[data-v-a93ab0ce] {
  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-a93ab0ce] {
    width: 100%;
    padding-left: 16px;
}
.address-container[data-v-a93ab0ce] {
    width: 100%;
    font-size: 11px;
}
.icon-gps-wrapper img[data-v-a93ab0ce] {
    display: none;
}
.page-content-wrapper[data-v-a93ab0ce] {
    padding: 0px 14px !important;
}
.custom-select[data-v-a93ab0ce] {
    width: 74% !important;
    padding-left: 16px !important;
}
}
[data-v-a93ab0ce] .v-text-field > .v-input__control > .v-input__slot:before {
  border-color: #001154;
}
[data-v-a93ab0ce] label {
  color: #001154 !important;
}
[data-v-a93ab0ce] .custom-select {
  padding: 6px;
  padding-left: 33px;
  padding-top: 34px;
  filter: none;
  width: 694px;
}
[data-v-a93ab0ce] .custom-select .v-input__control {
  width: auto !important;
  flex-grow: initial !important;
}
[data-v-a93ab0ce] .custom-select {
  height: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-a93ab0ce] .custom-select {
    width: 100%;
    padding-left: 0px;
}
[data-v-a93ab0ce] .custom-select .v-input__control {
    width: 100% !important;
    flex-grow: initial !important;
}
}
.address-text-wrapper[data-v-a93ab0ce] {
  display: flex;
  justify-content: flex-end;
  color: white;
  margin-top: 20px;
  max-width: 794px;
  width: 100%;
}.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;
}.asset-dialog-timer[data-v-4af573bd] {
  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-4af573bd] {
  color: rgba(0, 17, 84, 0.4);
}
.asset-dialog-timer__white[data-v-4af573bd] {
  color: #ffffff;
}
.asset-dialog-timer__white .asset-dialog-timer__time-value[data-v-4af573bd] {
  font-size: 24px;
}
.asset-dialog-timer__time[data-v-4af573bd] {
  display: block;
}
.asset-dialog-timer__time-title[data-v-4af573bd] {
  display: block;
  text-transform: uppercase;
}
.asset-dialog-timer__time-value[data-v-4af573bd] {
  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-4af573bd] {
  display: block;
  font-size: 32px;
  font-weight: 900;
  line-height: 65px;
  margin: 0 9px;
}
.asset-dialog-timer .md[data-v-4af573bd] {
  width: 50px;
  max-width: 50px;
}
.asset-dialog-timer .sm[data-v-4af573bd] {
  width: 26px;
  max-width: 26px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-timer__dots[data-v-4af573bd] {
    font-size: 24px;
    line-height: 65px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.asset-dialog-timer__time-value[data-v-4af573bd] {
    font-size: 16px !important;
}
.asset-dialog-timer__dots[data-v-4af573bd] {
    font-size: 16px !important;
    margin: 0 !important;
}
}.special-status[data-v-dfd29646] {
  white-space: normal;
  line-height: 30px !important;
}
.asset-card[data-v-dfd29646] {
  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-dfd29646] .status__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
}
.asset-card--row[data-v-dfd29646] {
  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-dfd29646] {
    height: 135px;
    min-height: auto;
}
}
.asset-card--dialog[data-v-dfd29646] {
  cursor: pointer;
}
.asset-card__icon-wrapper[data-v-dfd29646] {
  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-dfd29646] {
  left: 8px;
  top: 8px;
}
@media (max-width: 959.98px) {
.asset-card__icon-wrapper--row[data-v-dfd29646] {
    left: auto;
    right: 8px;
}
}
.asset-card__icon-wrapper-icon:hover button[data-v-dfd29646] {
  background-color: #dd226f;
}
.asset-card__icon-wrapper-icon:hover button span i[data-v-dfd29646] {
  color: white !important;
}
.asset-card__icon-wrapper-favorite-button[data-v-dfd29646] {
  z-index: 3;
  box-shadow: 0px 8px 12px rgba(0, 17, 84, 0.04);
}
.asset-card__icon-wrapper-favorite-button.v-btn--fab.v-btn--contained[data-v-dfd29646] {
  background-color: #fcfcfc;
  box-shadow: 0 8px 11px 0 rgba(233, 233, 233, 0.44);
}
.asset-card__timer[data-v-dfd29646] {
  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-dfd29646] .asset-dialog-timer__time .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.asset-card__timer--row[data-v-dfd29646] .asset-dialog-timer__time .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__timer--row[data-v-dfd29646] .asset-dialog-timer .asset-dialog-timer__dots {
  font-size: 18px;
  line-height: 40px;
  margin: 0 4px;
}
.asset-card__timer[data-v-dfd29646] .asset-dialog-timer {
  justify-content: center;
}
.asset-card__timer[data-v-dfd29646] .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__timer[data-v-dfd29646] .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.asset-card__timer[data-v-dfd29646] .asset-dialog-timer__dots {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
}
.asset-card__image[data-v-dfd29646] {
  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-dfd29646] {
    overflow: hidden;
    border-radius: 0;
}
}
.asset-card__image--row[data-v-dfd29646] {
  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-dfd29646] {
    max-width: 130px !important;
    height: 135px !important;
    min-width: auto;
    min-height: auto;
}
}
.asset-card__row-image[data-v-dfd29646] {
  max-width: 165px;
}
.asset-card__body[data-v-dfd29646] {
  display: inline-block;
  width: 100%;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.asset-card__body--row[data-v-dfd29646] {
  padding: 8px;
  width: calc(100% - 165px);
}
@media (max-width: 959.98px) {
.asset-card__body--row[data-v-dfd29646] {
    width: calc(100% - 145px);
    padding-top: 0;
    padding-left: 8px !important;
    padding-bottom: 0 !important;
}
}
.asset-card__body-status[data-v-dfd29646] {
  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-dfd29646] {
  margin-bottom: 0;
}
.asset-card__body-status svg[data-v-dfd29646] {
  margin-right: 4px;
  color: #7fe0e8;
}
.asset-card__body-status svg.published[data-v-dfd29646] {
  color: #fff;
}
.asset-card__body-asset-name[data-v-dfd29646] {
  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-dfd29646] {
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  margin-top: 4px;
}
.asset-card__body-position[data-v-dfd29646] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.1px;
  margin-top: 2px;
}
.asset-card__body-position--row[data-v-dfd29646] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-position-address[data-v-dfd29646] {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.asset-card__body-upb[data-v-dfd29646] {
  position: absolute;
  bottom: 16px;
}
.asset-card__body-upb--row[data-v-dfd29646] {
  bottom: 8px;
}
.asset-card__body-upb-label[data-v-dfd29646] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.asset-card__body-upb-label--row[data-v-dfd29646] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-upb-value[data-v-dfd29646] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__body-upb-value--row[data-v-dfd29646] {
  font-weight: 700;
  font-size: 20px;
}
.asset-card__body-hidden[data-v-dfd29646] {
  display: none;
}
@media (max-width: 959.98px) {
.asset-card[data-v-dfd29646] .asset-card__body-status {
    display: none;
}
.asset-card[data-v-dfd29646] .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-dfd29646] .asset-card__body-position {
    font-weight: 300 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    margin-top: 0;
}
.asset-card[data-v-dfd29646] .asset-card__body-upb--row {
    position: static;
    margin-top: 12px;
}
.asset-card[data-v-dfd29646] .asset-card__body-upb-label {
    line-height: 15px !important;
}
.asset-card[data-v-dfd29646] .asset-card__body-upb-value {
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 152% !important;
}
}.buyer-favorites .page-title[data-v-3db833b5] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.buyer-favorites[data-v-3db833b5] {
  height: 100% !important;
}
@media (max-width: 959.98px) {
.buyer-favorites[data-v-3db833b5] {
    overflow: hidden;
}
}
.buyer-favorites__row[data-v-3db833b5] {
  height: 100% !important;
}
@media (max-width: 959.98px) {
.buyer-favorites__row[data-v-3db833b5] {
    padding-bottom: 70px;
}
}
.buyer-favorites__col[data-v-3db833b5] {
  position: relative;
}
.buyer-favorites__skeleton-loader[data-v-3db833b5] {
  width: 100%;
}
[data-v-3db833b5] .title-text {
  opacity: 0.5;
}
[data-v-3db833b5] .custom-btn {
  background-color: rgb(20, 90, 255) !important;
  width: 230px;
  border-radius: 5px;
}
[data-v-3db833b5] .custom-btn span {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
@media (max-width: 959.98px) {
[data-v-3db833b5] .custom-btn {
    height: 40px !important;
}
[data-v-3db833b5] .custom-btn span {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 26px;
}
}
[data-v-3db833b5] .profile-data {
  flex-direction: column;
}
[data-v-3db833b5] .empty-favorites-wrapper {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 959.98px) {
[data-v-3db833b5] .empty-favorites-wrapper__title-text {
    max-width: 270px;
    text-align: center;
}
}
[data-v-3db833b5] .empty-favorites-wrapper__title-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 17, 84, 0.5);
}
[data-v-3db833b5] .empty-favorites-title {
  margin-bottom: 24px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #001154;
}
[data-v-3db833b5] .icon button {
  background-color: white !important;
}
[data-v-3db833b5] .icon button span i {
  color: #d52819 !important;
}
[data-v-3db833b5] .icon:hover button {
  background-color: #001154 !important;
}
[data-v-3db833b5] .icon:hover button span i {
  color: white !important;
}
[data-v-3db833b5] .v-badge__wrapper {
  left: 15px;
  top: 14px;
  z-index: 2;
}
[data-v-3db833b5] .v-badge__badge {
  line-height: 1.2;
}
.list-leave-active[data-v-3db833b5] {
  transition: opacity 0.3s;
}
.list-leave-to[data-v-3db833b5] {
  opacity: 0;
}
.action[data-v-3db833b5] {
  text-transform: none;
  color: #ffffff;
  background: #3BA9E0 !important;
}
.secondary-action[data-v-3db833b5] {
  background: #162a4d !important;
}
.cancel-btn[data-v-3db833b5] {
  background: transparent !important;
  width: auto !important;
  margin-top: 2px;
}
.no-favorites__title[data-v-3db833b5] {
  font-size: 2rem;
  font-weight: 900;
}
.no-favorites__text[data-v-3db833b5] {
  font-weight: 300;
}[data-v-e2bb55c2] .v-tabs-slider-wrapper {
  width: 0 !important;
}
[data-v-e2bb55c2] .v-tab {
  color: #001154 !important;
  transition: 0.2s;
}
[data-v-e2bb55c2] .v-tab.active {
  font-size: 24px;
  font-weight: bold;
}
[data-v-e2bb55c2] .v-tab:hover {
  color: #001154 !important;
  transition: 200ms;
  font-size: 24px;
}
[data-v-e2bb55c2] .v-tab:hover:before {
  background-color: unset !important;
}
[data-v-e2bb55c2] .v-tab:hover {
  font-weight: bold;
}.buyer-offer-main-info[data-v-2690d425] {
  color: #fcfcfc !important;
  height: 100%;
}
.main-info-wrapper[data-v-2690d425] {
  flex-grow: 1;
  background-size: cover;
}
.main-info-wrapper .main-info[data-v-2690d425] {
  padding: 45px 57px;
  transition: opacity 0.25s ease;
}
@media (max-width: 959.98px) {
.main-info-wrapper .main-info[data-v-2690d425] {
    padding: 40px 24px;
}
}
.main-info-wrapper .main-info__name[data-v-2690d425] {
  font-size: 20px;
}
.main-info-wrapper .main-info__address[data-v-2690d425] {
  font-weight: 300;
}
.upb-block[data-v-2690d425] {
  padding-left: 10px;
  background-color: #001154;
  padding: 28px 57px !important;
}
@media (max-width: 959.98px) {
.upb-block[data-v-2690d425] {
    padding: 33px 24px !important;
}
}
.upb-block .upb-value[data-v-2690d425] {
  font-size: 2rem;
  font-weight: 900;
}
@media (min-width: 600px) and (max-width: 959.98px) {
.upb-block .upb-value[data-v-2690d425] {
    margin-bottom: 50px !important;
}
}.buyer-offer-details[data-v-586a059e] {
  padding: 30px;
}
.status[data-v-586a059e] {
  background-color: #7fe0e8;
  padding: 5px 13px;
  color: #001154;
  cursor: default;
}
.table-label[data-v-586a059e] {
  font-weight: 500;
}
.table-value[data-v-586a059e] {
  font-weight: 300;
  text-align: right;
}
.action-button[data-v-586a059e] {
  width: 45%;
  font-size: 14px !important;
  padding: 24px 0 !important;
}
[data-v-586a059e] td {
  padding: 14px 0 !important;
  font-size: 1rem !important;
  border-bottom: 1px solid #d1d1d1;
  color: #001154;
}.fs-10[data-v-f5b3f66f] {
  font-size: 10px;
}
.buyer-offer-additional-info[data-v-f5b3f66f] {
  padding: 30px;
  background-color: #f2f7fa;
  color: #001154;
  font-size: 14px;
}
.v-btn[data-v-f5b3f66f] {
  min-height: 32px !important;
  font-size: 12px !important;
  max-width: 190px;
  width: 100%;
}
.countdown-value[data-v-f5b3f66f] {
  font-size: 2rem;
  font-weight: bold;
}.buyer-offer[data-v-0bf148f8] {
  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-0d61945c] {
  background: #f8f9fb;
}
.admin-tabs[data-v-0d61945c] {
  position: sticky;
  top: var(--admin-nav-offset, 59px);
  z-index: 8;
  background: #ffffff;
  border-bottom: 1px solid #e0e0e0;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
}
.admin-tabs[data-v-0d61945c] .v-tabs-bar,
.admin-tabs[data-v-0d61945c] .v-slide-group__wrapper {
  background: #ffffff;
}
.admin-tabs__active[data-v-0d61945c] {
  color: #2969ff !important;
}.icon-close[data-v-d6585c8f] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-d6585c8f] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info-text[data-v-d6585c8f] {
  max-width: 555px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.actions[data-v-d6585c8f] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-d6585c8f] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-d6585c8f] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-d6585c8f] {
  color: #ffffff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions[data-v-d6585c8f] {
    flex-direction: column;
    row-gap: 16px;
}
.submit-btn[data-v-d6585c8f] {
    margin-left: 0 !important;
}
}.settings-page[data-v-c20ea76b] {
  background: rgb(248, 249, 251);
  height: 100%;
}
.settings-page .container[data-v-c20ea76b] {
  height: 100%;
}
.settings-page .container > .row[data-v-c20ea76b] {
  height: 100%;
}
.left-column[data-v-c20ea76b] {
  height: calc(100% - 20px);
  color: #ffffff;
  background: #001154;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
  font-weight: 800;
  font-size: 22px;
  line-height: 27px;
}
.page-title[data-v-c20ea76b] {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  color: #001154;
}
.setting-column[data-v-c20ea76b] {
  background: #ffffff;
  height: calc(100% - 32px);
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.setting-column .setting-column-title[data-v-c20ea76b] {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  color: #001154;
}
.setting-column .setting-column-item[data-v-c20ea76b] {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #001154;
}
.setting-column .setting-column-item .setting-label[data-v-c20ea76b] {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: #000000;
}
.select-field[data-v-c20ea76b] {
  text-transform: capitalize;
}
.select-field[data-v-c20ea76b] .v-input__slot {
  min-height: auto !important;
}
.select-field[data-v-c20ea76b] .v-input__append-inner {
  margin-top: 0 !important;
  width: 22px !important;
}
.select-field.v-input--is-disabled[data-v-c20ea76b] fieldset {
  border-color: initial;
}
.select-field.v-input--is-disabled[data-v-c20ea76b] .v-select__selection {
  color: inherit !important;
}
.select-field.v-input--is-disabled[data-v-c20ea76b] .v-input__append-inner {
  background-color: rgba(0, 0, 0, 0.26);
}
[data-v-c20ea76b] .v-list-item__title {
  text-transform: capitalize;
}
[data-v-c20ea76b] .v-label {
  font-size: 12px;
}
[data-v-c20ea76b] .v-input--selection-controls__input {
  margin-right: 0 !important;
  margin-left: auto !important;
}
[data-v-c20ea76b] [type=number]::-webkit-inner-spin-button,[data-v-c20ea76b] [type=number]::-webkit-outer-spin-button {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
[data-v-c20ea76b] .v-input__slot {
    padding-left: 4px !important;
}
.settings-page .container > .row[data-v-c20ea76b] {
    height: auto;
}
.left-column[data-v-c20ea76b] {
    height: auto;
}
.setting-column[data-v-c20ea76b] {
    height: 100%;
}
}.icon-close[data-v-5a4f486f] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-5a4f486f] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info-text[data-v-5a4f486f] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  opacity: 0.8;
}
.actions[data-v-5a4f486f] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-5a4f486f] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-5a4f486f] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-5a4f486f] {
  color: #ffffff;
}.icon-close[data-v-c2e265f6] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-c2e265f6] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info[data-v-c2e265f6] {
  max-width: 500px;
  margin: 0 auto;
}
.actions[data-v-c2e265f6] {
  justify-content: center;
}
.submit-btn[data-v-c2e265f6] {
  color: #ffffff;
}
[data-v-c2e265f6] .v-input {
  align-items: center;
  padding: 0 10px;
}
[data-v-c2e265f6] .v-input__append-inner {
  margin-top: 0;
  align-self: center;
}
.pof[data-v-c2e265f6] .v-input {
  background-color: #f3f3f3;
}
.pof[data-v-c2e265f6] .v-input__slot {
  font-size: 12px;
}
.pof[data-v-c2e265f6] .v-input__slot::after, .pof[data-v-c2e265f6] .v-input__slot::before {
  content: none;
}.btn-next-section-wrapper[data-v-12d02556] {
  margin-top: 105px;
  text-align: end;
}
.btn-title-section-wrapper[data-v-12d02556] {
  display: grid;
  grid-template-columns: 1fr auto;
}
.profile-dialog-title[data-v-12d02556] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #0f2d59;
}
.custom-btn[data-v-12d02556] {
  border-radius: 5px;
}
.button-text[data-v-12d02556] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.fields-wrapper[data-v-12d02556] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 20px;
}
.v-input[data-v-12d02556] {
  align-items: center;
}
.custom-lock-icon[data-v-12d02556] {
  left: -10px;
  top: 5px;
}.fields-wrapper[data-v-e93e5160] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 20px;
}
.v-input[data-v-e93e5160] {
  align-items: center;
}
.btn-next-section-wrapper[data-v-e93e5160] {
  margin-top: 105px;
  text-align: end;
}
.btn-title-section-wrapper[data-v-e93e5160] {
  display: grid;
  grid-template-columns: 1fr auto;
}
.profile-dialog-title[data-v-e93e5160] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #0f2d59;
}
.custom-btn[data-v-e93e5160] {
  border-radius: 5px;
}
.button-text[data-v-e93e5160] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}.fields-wrapper[data-v-73b44053] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 20px;
}
[data-v-73b44053] .v-input {
  align-items: center;
}
[data-v-73b44053] .v-select__selections {
  min-height: auto !important;
  bottom: 0;
}
.btn-next-section-wrapper[data-v-73b44053] {
  margin-top: 105px;
  text-align: end;
}
.btn-title-section-wrapper[data-v-73b44053] {
  display: grid;
  grid-template-columns: 1fr auto;
}
.profile-dialog-title[data-v-73b44053] {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #0f2d59;
}
.custom-btn[data-v-73b44053] {
  border-radius: 5px;
}
.button-text[data-v-73b44053] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}.dialog-content-wrapper[data-v-2f495c9e] {
  position: relative;
}
.content-wrapper[data-v-2f495c9e] {
  width: 100%;
}
.dialog-wrapper[data-v-2f495c9e] {
  background: #ffffff;
  border-radius: 5px;
  max-width: 796px;
  max-height: 891px;
  margin: 0 auto;
  overflow: hidden;
}
.close-icon[data-v-2f495c9e] {
  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-2f495c9e] {
  width: 16px;
  height: 16px;
}
[data-v-2f495c9e] .v-input__slot {
  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-046fa008] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-046fa008] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-046fa008] {
  font-weight: 600;
}
.border-bottom[data-v-046fa008] {
  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-e610fb0e] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-e610fb0e] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-e610fb0e] {
  font-weight: 600;
}
.border-bottom[data-v-e610fb0e] {
  border-bottom: 1px solid #9aabc2;
}.title[data-v-995726ed] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-995726ed] {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-995726ed] {
  font-weight: 600;
}
.border-bottom[data-v-995726ed] {
  border-bottom: 1px solid #9aabc2;
}
.notification-checkbox[data-v-995726ed] {
  height: 17px;
}
.receive-field[data-v-995726ed] {
  white-space: nowrap;
}
.receive-field span[data-v-995726ed] {
  white-space: nowrap;
}.close-btn[data-v-2e2127bf] {
  position: absolute;
  top: 16px;
  right: 16px;
}.change-password-dialog[data-v-a20066ba] {
  position: relative;
  padding: 20px 40px;
}
.change-password-dialog .close-btn[data-v-a20066ba] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.change-password-dialog .icon-close[data-v-a20066ba] {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 10;
}
.change-password-dialog .modal-title[data-v-a20066ba] {
  font-size: 24px;
  font-weight: 600;
  color: #001154;
  text-align: center;
}
.change-password-dialog .card-content[data-v-a20066ba] {
  max-width: 370px;
  margin: 0 auto;
}
.change-password-dialog .card-content[data-v-a20066ba] .v-input__slot {
  margin-top: 4px;
}
.change-password-dialog .list__wrapper[data-v-a20066ba] {
  padding: 8px 10px 0;
  background-color: rgba(41, 105, 255, 0.1);
}
.change-password-dialog .list__wrapper .list[data-v-a20066ba] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.change-password-dialog .list__wrapper .validation__description[data-v-a20066ba] {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.change-password-dialog .list__wrapper .list__item[data-v-a20066ba] {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 4px;
}
.change-password-dialog .card-actions[data-v-a20066ba] {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}.icon-close[data-v-8973acf4] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-8973acf4] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-info-text[data-v-8973acf4] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
  opacity: 0.8;
}
.actions[data-v-8973acf4] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-8973acf4] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-8973acf4] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-8973acf4] {
  color: #ffffff;
}.dialog-content[data-v-d95bc416] {
  background: white;
  display: flex;
  flex-direction: column;
  padding: 22px 30px;
  position: relative;
}
.dialog-content__title[data-v-d95bc416] {
  font-weight: normal;
  font-size: 24px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.dialog-content__info[data-v-d95bc416] {
  margin-top: 10px;
  font-weight: bold;
  font-size: 18px;
  line-height: 26px;
  color: #001154;
}
.dialog-content__current[data-v-d95bc416] {
  margin-top: 8px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.buttons[data-v-d95bc416] {
  display: flex;
  margin-top: 8px;
}
.close-icon-wrapper[data-v-d95bc416] {
  position: absolute;
  top: 28px;
  right: 28px;
  cursor: pointer;
}.users-59-sidebar[data-v-bb5a5439] {
  top: 59px !important;
}
.users-59-sidebar > div > div[data-v-bb5a5439] {
  padding-bottom: 99px !important;
}
.users-73-sidebar[data-v-bb5a5439] {
  top: 73px !important;
}
.users-73-sidebar > div > div[data-v-bb5a5439] {
  padding-bottom: 113px !important;
}
.table-59-wrapper[data-v-bb5a5439] {
  min-height: calc(100vh - 59px - 400px);
}
.table-73-wrapper[data-v-bb5a5439] {
  min-height: calc(100vh - 73px - 400px);
}
.users-sidebar[data-v-bb5a5439] {
  box-shadow: 0px 8px 25px rgba(0, 17, 84, 0.25);
}
.filters-sticky-shell[data-v-bb5a5439] {
  position: sticky;
  top: var(--admin-subheader-top, 108px);
  z-index: 7;
  background: #ffffff;
}
.filter-section[data-v-bb5a5439] {
  background: #ffffff;
  box-shadow: 0px 26.6667px 40px rgba(177, 201, 216, 0.12);
}
.search-field[data-v-bb5a5439] {
  width: 398px;
}
.roles-field[data-v-bb5a5439] {
  width: 203px;
}
.incomplete-filter[data-v-bb5a5439] {
  min-height: 40px;
  margin-top: 0;
}
.pointer[data-v-bb5a5439] {
  display: flex;
}
.pointer img[data-v-bb5a5439] {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.v-text-field.v-text-field--solo[data-v-bb5a5439] .v-input__control {
  min-height: auto;
}
.v-text-field.v-text-field--solo[data-v-bb5a5439]:not(.v-text-field--solo-flat) > .v-input__control > .v-input__slot {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 6.66667px;
  padding: 14px 16px 9px;
}
.v-text-field[data-v-bb5a5439] input::placeholder {
  color: #001154;
  opacity: 0.5;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.175px;
}
.separator[data-v-bb5a5439] {
  background: #001154;
  opacity: 0.1;
  height: 1px;
}
.table-container[data-v-bb5a5439] {
  padding: 32px 0 95px;
}
.admin-table[data-v-bb5a5439] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.username-link[data-v-bb5a5439] {
  font-weight: 500;
  line-height: 26px;
  color: #2969ff !important;
}
.user-name-cell[data-v-bb5a5439] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
}
.incomplete-chip[data-v-bb5a5439] {
  color: #7a4b00;
  background: #fff4d6 !important;
  border: 1px solid #f0c66a;
}
[data-v-bb5a5439] thead th {
  height: 56px !important;
}
[data-v-bb5a5439] thead th span {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  opacity: 0.8;
}
[data-v-bb5a5439] tbody td {
  font-size: 16px !important;
  height: 67px !important;
}
.position-relative[data-v-bb5a5439] {
  position: relative;
}
@media (max-width: 959.98px) {
.users-sidebar[data-v-bb5a5439] {
    height: 100vh !important;
    overflow: auto;
    left: 0px;
}
.position-relative[data-v-bb5a5439] {
    position: static !important;
}
.table-container[data-v-bb5a5439] {
    width: 100% !important;
}
}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);
}.mobile-status[data-v-0d3994f8] {
  width: 100%;
  text-align: center;
  line-height: 26px;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
}.title[data-v-4965ac48] {
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
}
.dialog-title[data-v-4965ac48] {
  color: #0f2d59;
  font-size: 20px;
  font-weight: 700;
  line-height: 152%;
  letter-spacing: 0.444px;
}
.content[data-v-4965ac48] {
  margin-top: 60px;
}
.second-input-wrapper[data-v-4965ac48] {
  background: rgb(241, 241, 241) !important;
}
.second-input-wrapper[data-v-4965ac48]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6) !important;
}
.second-input-wrapper[data-v-4965ac48] {
  padding-left: 10px !important;
}
.banks-card[data-v-4965ac48] {
  position: relative;
}
.close-icon[data-v-4965ac48] {
  position: absolute;
  top: 24px;
  right: 24px;
}
.deposit-status[data-v-4965ac48] {
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 60px;
  color: #001154;
}
.deposit-status span[data-v-4965ac48] {
  font-weight: 600;
}
.deposit-field[data-v-4965ac48] {
  display: grid;
  grid-template-columns: 50%;
}
.deposit-field-label[data-v-4965ac48] {
  color: #001154;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 18px !important;
}
.buttons-wrapper[data-v-4965ac48] {
  margin-top: 85px;
}
[data-v-4965ac48] .v-text-field > .v-input__control > .v-input__slot:before,[data-v-4965ac48] .v-text-field > .v-input__control > .v-input__slot: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-72a4f31a] {
  padding-left: 24px;
}
.time-picker-wrapper[data-v-72a4f31a] {
  display: flex;
  margin-left: 8px;
  position: relative;
  bottom: 3px;
}
.hour[data-v-72a4f31a],
.min[data-v-72a4f31a] {
  height: 50px;
  width: 72px;
}
.divider[data-v-72a4f31a] {
  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-72a4f31a] .v-input {
  padding-left: 8px;
  padding-right: 8px;
  height: 50px !important;
}
[data-v-72a4f31a] .v-select_selections {
  position: relative;
  top: 6px;
}
.period[data-v-72a4f31a] {
  margin-left: 8px;
  display: flex;
}
.period__item[data-v-72a4f31a] {
  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-72a4f31a] {
  background: #2969ff;
  color: white;
}
[data-v-72a4f31a] .v-list-item {
  width: 75px;
}
.deadline-text[data-v-2931de4c] {
  font-size: 11px;
  color: #001154;
}

.deadline-text[data-v-5d46ecdf] {
  font-size: 11px;
  color: #001154;
}

.hide-to-change-end-date[data-v-dde766cb] {
  display: none;
}
[data-v-dde766cb] .v-input__append-inner {
  align-self: center;
  margin-top: 0;
}
[data-v-2f3f395d] .v-slider__track-container {
  height: 10px !important;
  left: -4px !important;
  width: 102% !important;
}
[data-v-2f3f395d] .v-slider__tick {
  border-radius: 100%;
}
[data-v-2f3f395d] .v-slider__thumb {
  height: 32px;
  width: 32px;
  left: -15px;
}
[data-v-2f3f395d] .v-slider__thumb::before {
  display: none !important;
}
[data-v-2f3f395d] .v-slider__tick-label {
  padding-top: 14px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.editor-label[data-v-2f3f395d] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.duration-block[data-v-2f3f395d] {
  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-2f3f395d] {
  color: red;
}
[data-v-2f3f395d] .v-slider__tick--active {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.5);
}
[data-v-2f3f395d] .v-slider__track-fill {
  border-top-left-radius: 99px;
  border-bottom-left-radius: 99px;
}
[data-v-2f3f395d] .v-slider__tick-label {
  transform: translateX(19%) !important;
}
[data-v-2f3f395d] .v-slider__tick:last-child .v-slider__tick-label {
  transform: translateX(-6%) !important;
}
[data-v-2f3f395d] .v-slider__tick:first-child .v-slider__tick-label {
  transform: translateX(37%) !important;
}
@media (max-width: 959.98px) {
.duration-block[data-v-2f3f395d] {
    height: 40px;
}
.editor-label[data-v-2f3f395d] {
    font-size: 12px;
}
}img[data-v-3e9b55a7] {
  width: 136px;
  height: 136px;
}
[data-v-3e9b55a7] .v-dialog {
  overflow: hidden !important;
}
.address[data-v-3e9b55a7] {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001154;
}
.city[data-v-3e9b55a7] {
  display: flex;
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.upb[data-v-3e9b55a7] {
  margin-top: 15px;
  display: flex;
}
.upb__title[data-v-3e9b55a7] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #001154;
}
.upb__value[data-v-3e9b55a7] {
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-left: 12px;
  color: #001154;
}
.gps-icon[data-v-3e9b55a7] {
  width: 18px;
  height: 18px;
}
.deadline-text[data-v-3e9b55a7] {
  font-size: 11px;
  color: #001154;
}
.draft-status[data-v-3e9b55a7] {
  height: 16px;
  width: 24px;
  position: relative;
  top: 3px;
}
[data-v-3e9b55a7] 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-3e9b55a7] 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-3e9b55a7] {
  color: red;
}
.asset-item[data-v-3e9b55a7] {
  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-3e9b55a7] {
  height: 213px !important;
  width: 244px !important;
}
[data-v-3e9b55a7] .asset-item__image {
  height: 213px !important;
  width: 244px !important;
  min-width: 244px !important;
}
.dialog-content[data-v-3e9b55a7] {
  max-width: 700px;
  margin: 0 auto;
}
[data-v-3e9b55a7] .v-dialog {
  background: white;
  position: relative;
}
.dialog-title[data-v-3e9b55a7] {
  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-3e9b55a7] {
  padding-top: 32px;
  padding-left: 20px;
}
.asset-info__main-address[data-v-3e9b55a7] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  color: #001154;
}
.asset-info__second-address[data-v-3e9b55a7] {
  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-3e9b55a7] {
  display: flex;
  column-gap: 8px;
  margin-top: 33px;
}
.upb-title[data-v-3e9b55a7] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.upb-value[data-v-3e9b55a7] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
[data-v-3e9b55a7] .app-input .v-text-field .v-input__slot {
  padding: 3px;
  padding-left: 8px;
  padding-right: 8px;
}
[data-v-3e9b55a7] .app-input .v-text-field .v-input__slot input {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-3e9b55a7] .v-select__selection {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  margin: 0px !important;
  color: #001154;
}
[data-v-3e9b55a7] .v-select__selections {
  position: relative;
  top: 2px;
}
.buttons-wrapper[data-v-3e9b55a7] {
  display: flex;
  column-gap: 16px;
  margin-top: 30px;
  justify-content: center;
  padding-bottom: 40px;
}
[data-v-3e9b55a7] .v-btn {
  min-height: unset !important;
}
.update-btn-text[data-v-3e9b55a7] {
  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-3e9b55a7] {
  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-3e9b55a7] {
  position: absolute;
  top: 24px;
  width: 20px;
  right: 24px;
}
.calendar-icon[data-v-3e9b55a7] {
  width: 15px;
  height: 15px;
  position: relative;
  top: 2px;
}
.change-status-field-label[data-v-3e9b55a7] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
[data-v-3e9b55a7] .v-select__selection {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-3e9b55a7] .v-list-item__title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px; /* DarkBlue */
  color: #001154;
}
[data-v-3e9b55a7] .v-date-picker-header__value {
  color: #001154 !important;
}
.default-container[data-v-3e9b55a7] {
  max-width: 372px;
  margin: 0 auto;
}
[data-v-3e9b55a7] .v-input__slot {
  height: 50px;
}
[data-v-3e9b55a7] .mdi-menu-down {
  font-size: 32px !important;
}
@media (max-width: 959.98px) {
[data-v-3e9b55a7] .asset-item__image {
    width: 130px !important;
    min-width: 130px !important;
    height: 135px !important;
}
[data-v-3e9b55a7] .asset-item {
    height: 135px !important;
    margin-top: 16px;
}
[data-v-3e9b55a7] .marketing-status-primary {
    width: 18px !important;
}
[data-v-3e9b55a7] .asset-info {
    width: 62% !important;
    padding-top: 12px;
    padding-left: 8px;
}
[data-v-3e9b55a7] .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-3e9b55a7] .asset-info__second-address {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin-top: 5px;
}
[data-v-3e9b55a7] .asset-info__upb {
    margin-top: 2px;
}
[data-v-3e9b55a7] .status__text {
    font-size: 12px !important;
}
[data-v-3e9b55a7] .v-input__slot {
    height: 40px !important;
}
.dialog-title[data-v-3e9b55a7] {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
}
.asset-card-wrapper[data-v-3e9b55a7] {
    padding: 0 16px;
}
.buttons-wrapper[data-v-3e9b55a7] {
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}
.buttons-wrapper button[data-v-3e9b55a7] {
    flex: 1;
    height: 40px !important;
}
.buttons-wrapper .view-more-btn[data-v-3e9b55a7] {
    border-radius: 8px;
}
.change-status-field-label[data-v-3e9b55a7] {
    font-size: 12px;
}
.err-msg-wrapper[data-v-3e9b55a7] {
    padding: 0 16px;
}
}.countdown-title[data-v-1d1c65e4] {
  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-1d1c65e4] {
  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-1d1c65e4] {
  width: 100%;
}
.countdown-disabled .countdown-value[data-v-1d1c65e4],
.countdown-disabled .countdown-title[data-v-1d1c65e4] {
  color: grey;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.countdown-title[data-v-1d1c65e4] {
    font-style: normal;
    font-weight: 600 !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
.countdown-value[data-v-1d1c65e4] {
    font-style: normal;
    font-weight: 700 !important;
    font-size: 32px !important;
}
}.image-buttons[data-v-9fc1866a] {
  display: flex;
}
.image-buttons[data-v-9fc1866a] {
  display: flex;
  z-index: 3;
  column-gap: 8px;
  justify-content: center;
}
.image-buttons .icon-wrapper[data-v-9fc1866a] {
  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-9fc1866a] {
  display: inline-block;
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.icon-wrapper[data-v-9fc1866a] {
    height: 38px !important;
    width: 38px !important;
}
.icon-wrapper img[data-v-9fc1866a] {
    height: 18px;
}
}.xl-valuation-item .controls-wrapper__controls[data-v-2a8c681d] {
  justify-content: center;
  padding-top: 110px;
  background: none;
}
.no-timer-item .controls-wrapper__controls[data-v-2a8c681d] {
  justify-content: center;
  padding-top: 110px;
}
.controls-wrapper[data-v-2a8c681d] {
  height: 100%;
  width: 423px;
  position: relative;
  z-index: 4;
}
.controls-wrapper__image[data-v-2a8c681d] {
  width: 100%;
  height: 100%;
}
.controls-wrapper__controls[data-v-2a8c681d] {
  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-2a8c681d] {
  width: 295px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.controls-timer-wrapper[data-v-2a8c681d] .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-2a8c681d] .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-2a8c681d] .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-2a8c681d] {
  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-2a8c681d] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
[data-v-2a8c681d] .v-btn {
  min-height: unset !important;
}
.controls-butons-row[data-v-2a8c681d] {
  margin-top: 16px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.xl-valuation-item .controls-wrapper__controls[data-v-2a8c681d] {
    padding-top: unset;
    padding-bottom: 10px;
    justify-content: end;
}
.xl-valuation-item .controls-wrapper__controls .controls-butons-row[data-v-2a8c681d] {
    margin-top: 10px;
}
.controls-timer-wrapper[data-v-2a8c681d] {
    height: 75px !important;
}
.controls-wrapper__controls[data-v-2a8c681d] {
    border-radius: 7px 7px 0px 0px;
}
.controls-wrapper__image[data-v-2a8c681d] {
    border-radius: 7px 7px 0px 0px;
}
.offers-due-date-wrapper[data-v-2a8c681d] {
    font-size: 12px !important;
    position: relative;
    bottom: 8px;
}
}.seller-list-item-info-wrapper[data-v-3ec4fc58] {
  padding: 24px 0px;
}
.seller-item-title[data-v-3ec4fc58] {
  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-3ec4fc58] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.upb-value[data-v-3ec4fc58] {
  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-3ec4fc58] {
    padding-top: 0px;
    padding-bottom: 8px;
    border-bottom: 1px solid #9aabc2;
}
.seller-item-title[data-v-3ec4fc58] {
    margin-top: 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
}
.upb-value[data-v-3ec4fc58] {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}
.seller-item-info-text[data-v-3ec4fc58] {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
.seller-item-info-mobile-wrapper[data-v-3ec4fc58] {
    margin-left: 16px;
}
}
[data-v-3ec4fc58] .v-btn {
  min-height: unset !important;
}.filter-header[data-v-bcc3ea96] {
  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-bcc3ea96] {
  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-bcc3ea96] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-items .filter-item-wrapper span[data-v-bcc3ea96] {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-bcc3ea96] .v-input--selection-controls__input {
  width: 20px;
  height: 20px;
}
.filter-items .filter-item[data-v-bcc3ea96] .v-label {
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-bcc3ea96] i {
  font-size: 22px;
}.filter-header[data-v-ee685556] {
  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-ee685556] {
  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-ee685556] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.filter-items .filter-item-wrapper span[data-v-ee685556] {
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-ee685556] .v-input--selection-controls__input {
  width: 20px;
  height: 20px;
}
.filter-items .filter-item[data-v-ee685556] .v-label {
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}
.filter-items .filter-item[data-v-ee685556] i {
  font-size: 22px;
}
[data-v-ee685556] .v-expansion-panel-header {
  position: relative;
  min-height: auto;
}
[data-v-ee685556] .v-expansion-panel-header__icon {
  position: absolute;
  right: 5px;
}
[data-v-ee685556] .v-expansion-panel-header__icon i {
  color: #ffffff !important;
}
[data-v-ee685556] .v-expansion-panel-content__wrap {
  padding: 0;
}.second-tooltip__content[data-v-c9e660c3] {
  width: fit-content;
}.offers-table[data-v-b0b559ad] {
  border-radius: 12px;
  background: #f2f6ff !important;
  height: 330px;
  overflow-y: auto;
}
.offers-table .buyer-wrapper[data-v-b0b559ad] {
  display: flex;
  text-align: left;
  color: #121727;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.offers-table[data-v-b0b559ad] thead {
  display: table;
  table-layout: fixed;
  width: calc(100% - 16px);
}
.offers-table[data-v-b0b559ad] tbody {
  display: block;
  height: 277px;
  overflow-y: auto;
}
.offers-table[data-v-b0b559ad] tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.offers-table[data-v-b0b559ad] tbody::-webkit-scrollbar {
  width: 11px;
}
.offers-table[data-v-b0b559ad] tbody::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #ffffff;
}
.offers-table[data-v-b0b559ad] tbody::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #c1c1c1;
}
.offers-table[data-v-b0b559ad] th {
  height: 46px !important;
  padding: 0 8px !important;
}
.offers-table[data-v-b0b559ad] th:first-child {
  width: 180px;
  padding: 0 4px 0 0 !important;
}
.offers-table[data-v-b0b559ad] 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-b0b559ad] td {
  height: 34px !important;
  border: none !important;
  padding: 0 8px !important;
}
.offers-table[data-v-b0b559ad] td:first-child {
  width: 180px;
  padding: 0 4px 0 0 !important;
}
.offers-table[data-v-b0b559ad] .v-data-table__wrapper table tbody tr:hover {
  background: inherit !important;
}
.offers-table[data-v-b0b559ad] .v-input--selection-controls__input {
  margin-right: 4px;
}
.offers-table[data-v-b0b559ad]::-webkit-scrollbar {
  width: 11px;
}
.offers-table[data-v-b0b559ad]::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #ffffff;
}
.offers-table[data-v-b0b559ad]::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #c1c1c1;
}
.message-field[data-v-b0b559ad] {
  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-40a6400a] {
  border-radius: 12px;
  background: #f2f6ff !important;
  height: 330px;
  overflow-y: auto;
}
.offers-table .buyer-wrapper[data-v-40a6400a] {
  display: flex;
  text-align: left;
  color: #121727;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.offers-table[data-v-40a6400a]::-webkit-scrollbar {
  width: 11px;
}
.offers-table[data-v-40a6400a]::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #ffffff;
}
.offers-table[data-v-40a6400a]::-webkit-scrollbar-thumb {
  border: 2px solid #ffffff;
  border-radius: 12px;
  background: #c1c1c1;
}
.message-field[data-v-40a6400a] {
  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-e45090ac] {
  position: absolute;
  top: 14px;
  right: 14px;
}
.items-row[data-v-e45090ac] {
  gap: 24px;
}
.close-btn[data-v-e45090ac] {
  padding: 0 5px;
  border-radius: 8px;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.submit-btn[data-v-e45090ac] {
  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-e45090ac] {
    gap: 0;
}
}.table-controls-wrapper[data-v-24ff13cf] {
  width: 372px;
  padding: 2px 0 18px 0;
}
.auto-notify-control[data-v-24ff13cf] {
  padding: 0 8px 8px;
}
.auto-notify-control[data-v-24ff13cf] .v-label {
  color: #002c91;
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}
.table-item[data-v-24ff13cf] {
  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-24ff13cf] {
  cursor: default;
}
.table-item__title[data-v-24ff13cf] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #002c91;
  margin-left: 8px;
}
.table-item__count[data-v-24ff13cf] {
  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-24ff13cf] {
  background: #2969ff;
}
.table-item--active .table-item__title[data-v-24ff13cf] {
  color: white;
}
.table-item--active .table-item__count[data-v-24ff13cf] {
  color: white;
  background: rgba(255, 255, 255, 0.15);
}
.table-item--disabled[data-v-24ff13cf] {
  cursor: default;
  opacity: 0.3;
}
.icon-wrapper[data-v-24ff13cf] {
  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-24ff13cf] {
    padding-top: 16px;
    padding-bottom: 16px;
    width: 100%;
}
.auto-notify-control[data-v-24ff13cf] {
    padding: 0 0 8px;
}
.table-item[data-v-24ff13cf] {
    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-24ff13cf] {
    font-style: normal;
    font-weight: 600;
    font-size: 11px;
    color: #2969ff;
}
.table-item__count[data-v-24ff13cf] {
    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-24ff13cf] {
    background: #2969ff !important;
}
.table-item--active .table-item__count[data-v-24ff13cf] {
    background: #dd226f !important;
    border: 1px solid white;
}
.icon-wrapper[data-v-24ff13cf] {
    position: static;
}
}
.viewed-block-count[data-v-24ff13cf] {
  opacity: 0;
}
.msg-buyers[data-v-24ff13cf] {
  color: #ffffff;
  border-radius: 7px;
  font-size: 14px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.lead-report[data-v-24ff13cf] {
  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-24ff13cf] {
    justify-content: space-between;
    padding-right: 16px;
}
.table-item__count[data-v-24ff13cf] {
    min-width: 30px;
}
.icon-wrapper[data-v-24ff13cf] {
    position: static;
}
}.dialog-wrapper[data-v-15923bdf] {
  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-15923bdf] {
  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-15923bdf] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.action-button[data-v-15923bdf] {
  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--has-bg.theme--light.v-size--default.primary[data-v-15923bdf] {
  background: #2969ff !important;
}
.decline-button[data-v-15923bdf] {
  border-radius: 7px;
  height: 40px !important;
  width: 230px;
}
.decline-button-text[data-v-15923bdf] {
  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-15923bdf] .v-btn {
  min-height: unset !important;
}
.close-icon[data-v-15923bdf] {
  position: absolute;
  top: 24px;
  right: 24px;
}
@media (max-width: 959.98px) {
[data-v-15923bdf] .v-dialog {
    margin: 0;
}
[data-v-15923bdf] button {
    flex: 1;
}
.dialog-wrapper__buttons[data-v-15923bdf] {
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0 16px;
    column-gap: 16px;
}
.dialog-wrapper__buttons button[data-v-15923bdf] {
    flex: 1;
}
.dialog-wrapper[data-v-15923bdf] {
    height: 100%;
}
}.dialog-wrapper[data-v-4b9b7cd2] {
  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-4b9b7cd2] {
  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-4b9b7cd2] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.action-button[data-v-4b9b7cd2] {
  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--has-bg.theme--light.v-size--default.primary[data-v-4b9b7cd2] {
  background: #2969ff !important;
}
.decline-button[data-v-4b9b7cd2] {
  border-radius: 7px;
  height: 40px !important;
  width: 230px;
}
.decline-button-text[data-v-4b9b7cd2] {
  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-4b9b7cd2] .v-btn {
  min-height: unset !important;
}
.close-icon[data-v-4b9b7cd2] {
  position: absolute;
  top: 24px;
  right: 24px;
}.content[data-v-e8411f1b] {
  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-e8411f1b] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
  font-style: normal;
  text-align: center;
}
.contact-info[data-v-e8411f1b] {
  display: flex;
  column-gap: 16px;
  margin-top: 17px;
}
.contact-info__item[data-v-e8411f1b] {
  display: flex;
  column-gap: 8px;
}
.contact-info__item .item-text[data-v-e8411f1b] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: rgba(0, 17, 84, 0.7);
}
.offer-info[data-v-e8411f1b] {
  margin-top: 32px;
}
.offer-info__title[data-v-e8411f1b] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.offer-info__price[data-v-e8411f1b] {
  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-e8411f1b] {
  margin-top: 16px;
  display: flex;
  column-gap: 32px;
}
.offer-info__additional .additional-title[data-v-e8411f1b] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #001154;
}
.offer-info__additional .additional-value[data-v-e8411f1b] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.actions[data-v-e8411f1b] {
  display: flex;
  margin-top: 32px;
  column-gap: 40px;
}
.actions__action-item[data-v-e8411f1b] {
  width: 230px;
}
.actions__action-item .action-title[data-v-e8411f1b] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.actions__action-item[data-v-e8411f1b] {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.action-button[data-v-e8411f1b] {
  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--has-bg.theme--light.v-size--default.primary[data-v-e8411f1b] {
  background: #2969ff !important;
}
.close-dialog-text[data-v-e8411f1b] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  margin-top: 32px;
  color: #2969ff;
}
.close-icon[data-v-e8411f1b] {
  position: absolute;
  top: 17px;
  right: 24px;
  cursor: pointer;
}
@media (max-width: 959.98px) {
[data-v-e8411f1b] .v-dialog {
    margin: 0;
}
[data-v-e8411f1b] button {
    flex: 1;
}
.contact-info[data-v-e8411f1b] {
    flex-direction: column;
}
.content[data-v-e8411f1b] {
    height: 100%;
}
}.content[data-v-cea554c5] {
  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-cea554c5] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #001154;
}
.content__info[data-v-cea554c5] {
  display: flex;
  justify-content: center;
  column-gap: 16px;
  margin-top: 17px;
}
.content__info-item[data-v-cea554c5] {
  display: flex;
  column-gap: 8px;
}
.content__info-image[data-v-cea554c5] {
  max-width: 18px;
  opacity: 0.7;
}
.content__info-text[data-v-cea554c5] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: rgba(0, 17, 84, 0.7);
}
.content__offer-info[data-v-cea554c5] {
  margin-top: 29px;
}
.content__offer-title[data-v-cea554c5] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.content__offer-price[data-v-cea554c5] {
  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-cea554c5] {
  display: flex;
  column-gap: 32px;
}
.content__offer-additional-title[data-v-cea554c5] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  text-align: center;
  color: #001154;
}
.content__offer-additional-value[data-v-cea554c5] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #001154;
}
.content__actions[data-v-cea554c5] {
  display: flex;
  margin-top: 44px;
  column-gap: 40px;
}
.content__actions-item[data-v-cea554c5] {
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.content__actions-title[data-v-cea554c5] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #001154;
}
.content__close-dialog-text[data-v-cea554c5] {
  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-cea554c5] {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.content__action-button[data-v-cea554c5] {
  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--has-bg.theme--light.v-size--default.primary[data-v-cea554c5] {
  background: #2969ff !important;
}
@media (max-width: 959.98px) {
[data-v-cea554c5] .v-dialog {
    margin: 0;
}
[data-v-cea554c5] button {
    flex: 1;
}
.content__info[data-v-cea554c5] {
    flex-direction: column;
}
.content__actions-title[data-v-cea554c5] {
    font-size: 12px;
    height: 72px;
}
.content[data-v-cea554c5] {
    height: 100%;
}
.content__actions[data-v-cea554c5] {
    padding: 0 16px;
}
}.decline-offer-dialog[data-v-9a51fdb8] {
  width: 100%;
  max-width: 609px;
}
.decline-offer-dialog__content[data-v-9a51fdb8] {
  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-9a51fdb8] {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  color: #001154;
}
.decline-offer-dialog__content-image[data-v-9a51fdb8] {
  display: block;
  width: 104px;
  height: 104px;
  margin: auto;
  margin-top: 24px;
}
.decline-offer-dialog__content-description[data-v-9a51fdb8] {
  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-9a51fdb8] {
  display: flex;
  justify-content: center;
  margin-top: 9px;
}
.decline-offer-dialog__content-button[data-v-9a51fdb8] {
  width: 100%;
  max-width: 230px;
  height: 40px;
  background: #2969ff;
  border-radius: 5px;
}
.decline-offer-dialog__content-button[data-v-9a51fdb8] .v-btn__content {
  font-size: 16px !important;
}
.decline-offer-dialog__content-button--outlined[data-v-9a51fdb8] {
  background: transparent;
  color: #2969ff;
  margin-right: 32px;
}
.decline-offer-dialog__close[data-v-9a51fdb8] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
@media (max-width: 959.98px) {
[data-v-9a51fdb8] .v-dialog {
    margin: 0;
}
[data-v-9a51fdb8] button {
    flex: 1;
}
[data-v-9a51fdb8] button ::v-deep .v-btn__content {
    font-size: 12px !important;
}
.decline-offer-dialog__content[data-v-9a51fdb8] {
    height: 100%;
}
}
.modal-comment-field[data-v-9a51fdb8] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  max-width: 500px;
  margin: auto;
}
.modal-comment-field[data-v-9a51fdb8] .v-input__slot {
  box-shadow: unset !important;
}
textarea[data-v-9a51fdb8] {
  background: #f5f5f5;
}.buttons-wrapper[data-v-9d1831d0] {
  display: flex;
  column-gap: 8px;
  justify-content: center;
}
[data-v-9d1831d0] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.action-button[data-v-9d1831d0] {
  border-radius: 5px;
}
.action-button-text[data-v-9d1831d0] {
  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-729616a6] .v-data-table {
  width: 100%;
}
[data-v-729616a6] .v-data-table tr {
  position: relative;
}
[data-v-729616a6] .v-data-table .v-data-table__wrapper {
  overflow: initial;
}
[data-v-729616a6] .v-data-table .v-data-table__selected {
  background: rgba(241, 241, 241, 0.7);
  outline: 2px solid #9aabc2;
}
[data-v-729616a6] .v-data-table .marketing-status-primary {
  align-items: flex-start;
  justify-content: flex-end;
  bottom: -4px !important;
  left: -1px !important;
}
[data-v-729616a6] .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-729616a6] 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-729616a6] th i {
  position: absolute !important;
  top: 15px;
}
[data-v-729616a6] 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-729616a6] {
  display: flex;
  justify-content: center;
}
.currency-col[data-v-729616a6] {
  width: 100%;
  justify-content: center;
}
.proof-of-funds-wrapper[data-v-729616a6] {
  position: relative;
}
.proof-of-funds-wrapper--expired[data-v-729616a6] {
  color: rgba(0, 17, 84, 0.4);
}
.expired-text[data-v-729616a6] {
  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-729616a6] {
  white-space: nowrap;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
[data-v-729616a6] .v-data-table__mobile-row__header {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    text-align: right;
    color: #001154;
    opacity: 0.8;
}
[data-v-729616a6] .v-data-table__mobile-row__cell {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
}
[data-v-729616a6] .v-data-table-header-mobile__wrapper .v-input .v-input__slot {
    border-radius: 7px;
    filter: unset !important;
    padding: 0 12px;
    box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14) !important;
}
[data-v-729616a6] .v-data-table-header-mobile__wrapper .v-input .v-input__slot:after {
    display: none;
}
[data-v-729616a6] .v-data-table-header-mobile__wrapper .v-input .v-input__slot:before {
    display: none;
}
[data-v-729616a6] .v-data-table-header-mobile__wrapper .v-input label {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #001154;
}
[data-v-729616a6] .v-data-table-header-mobile__wrapper .v-icon {
    color: #2969ff !important;
}
[data-v-729616a6] .v-data-table__mobile-row__header {
    width: 50%;
}
[data-v-729616a6] .v-data-table__mobile-row__cell {
    width: 50%;
    display: flex;
    justify-content: flex-start;
}
[data-v-729616a6] .currency-col {
    justify-content: flex-start;
}
[data-v-729616a6] .v-data-table__mobile-row__header {
    padding-right: 24px;
}
[data-v-729616a6] td:last-child {
    margin-left: 16px;
    margin-right: 16px;
    padding: 0px;
    border-bottom: 1px solid #9aabc2 !important;
}
[data-v-729616a6] th {
    border-bottom: unset !important;
}
[data-v-729616a6] .v-data-table__empty-wrapper td {
    border-bottom: unset !important;
}
[data-v-729616a6] .v-data-table__mobile-row {
    min-height: 21px !important;
}
[data-v-729616a6] tr > *:last-child {
    padding-bottom: 8px !important;
}
.seller-list-item__table-wrapper i[data-v-729616a6] {
    font-size: 27px;
}
}
@media (max-width: 1263.98px) {
.buyer-info-text[data-v-729616a6] {
    margin: unset !important;
}
}
@media (max-width: 959.98px) {
[data-v-729616a6] th i {
    top: 5px;
}
}.seller-list-item-wrapper[data-v-746a68f1] {
  min-height: 300px;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
  position: relative;
}
.seller-list-item__left-section[data-v-746a68f1] {
  display: flex;
  height: 100%;
}
.seller-list-item__right-section[data-v-746a68f1] {
  display: flex;
  height: 100%;
  padding-right: 14px;
}
.seller-list-item__card-content-wrapper[data-v-746a68f1] {
  height: 262px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.seller-list-item__card-content-wrapper--table-active[data-v-746a68f1]::after {
  display: block;
  content: "";
  height: 1px;
  background: #9aabc2;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.seller-list-item__table-wrapper[data-v-746a68f1] {
  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;
}
.details-table-hidden[data-v-746a68f1] {
  min-height: 262px;
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.seller-list-item__card-content-wrapper[data-v-746a68f1] {
    flex-direction: column !important;
}
.seller-list-item__card-content-wrapper[data-v-746a68f1]::after {
    width: 93%;
    margin-left: 16px;
}
.seller-list-item__left-section[data-v-746a68f1] {
    flex-direction: column;
}
.seller-list-item__card-content-wrapper[data-v-746a68f1] {
    height: auto;
}
[data-v-746a68f1] .controls-wrapper {
    height: 250px;
    width: 100%;
}
[data-v-746a68f1] .controls-wrapper__controls {
    padding-top: 24px;
}
.seller-list-item__right-section[data-v-746a68f1] {
    padding-left: 16px;
    padding-right: 16px;
}
.seller-list-item-info-wrapper[data-v-746a68f1] {
    border-bottom: unset;
    position: relative;
}
.seller-list-item-info-wrapper[data-v-746a68f1]::after {
    display: block;
    content: "";
    height: 1px;
    background: #9aabc2;
    position: absolute;
    bottom: 0px;
    width: 93%;
    margin-left: 16px;
}
.seller-list-item__table-wrapper[data-v-746a68f1] {
    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-746a68f1] {
    width: 100%;
}
}
@media screen and (min-width: 1264px) and (max-width: 1450px) {
[data-v-746a68f1] .controls-wrapper {
    width: 380px;
}
[data-v-746a68f1] .table-controls-wrapper {
    width: 320px;
}
[data-v-746a68f1] .table-item {
    padding-left: 8px;
}
[data-v-746a68f1] .table-item__count {
    height: 26px;
    min-width: 30px;
    font-size: 18px;
}
[data-v-746a68f1] .input-wrapper {
    width: 350px;
}
}.list-wrapper[data-v-b950d863] {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
  margin-top: 16px;
  padding-bottom: 20px;
  width: 100%;
}
.visability--hidden[data-v-b950d863] {
  width: 20px;
  height: 20px;
  display: block !important;
  visibility: hidden !important;
}
.pdf-download-wrapper[data-v-b950d863] {
  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-6e779eda] {
  width: auto;
}
.sort-sbm-btn[data-v-6e779eda] span {
  font-size: 14px;
  font-weight: 400;
  color: #2969ff;
}
.sort-button[data-v-6e779eda] span {
  font-size: 14px;
  font-weight: 400;
  color: #001154;
}
.sort-button.active[data-v-6e779eda] span {
  color: #2969ff;
}
.filter-wrapper[data-v-6e779eda] {
  color: #001154;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.filter-wrapper[data-v-6e779eda] {
    flex-direction: column;
}
}
.wrapper[data-v-6e779eda] {
  width: 100%;
}
.selected-status[data-v-6e779eda] {
  padding: 16px;
  border: 1px solid rgba(9, 49, 107, 0.1);
  color: #001154;
}
.filter-wrapper[data-v-6e779eda] {
  display: flex;
}
.transofrmed-icon[data-v-6e779eda] {
  position: relative;
  top: 11px;
}
.transofrmed-icon svg[data-v-6e779eda] {
  transform: rotate(180deg);
}
.icons-wrapper[data-v-6e779eda] {
  margin-left: 14px;
  position: relative;
  bottom: 29px;
}
.c-icon[data-v-6e779eda] {
  user-select: none !important;
}
.c-icon.active svg path[data-v-6e779eda] {
  fill: #001154 !important;
  fill-opacity: 1;
}
.filter-wrapper[data-v-6e779eda] {
  user-select: none !important;
}
.search-wrapper[data-v-6e779eda] {
  height: 34px;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
}
[data-v-6e779eda] .v-input__slot::after {
  display: none !important;
}
[data-v-6e779eda] .v-input__slot::before {
  display: none !important;
}
.filter-title.disabled[data-v-6e779eda] {
  color: rgba(9, 49, 107, 0.4);
}
.filter[data-v-6e779eda] {
  height: 20px;
  cursor: pointer;
  display: flex;
}
.search[data-v-6e779eda] {
  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-6e779eda] {
    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-6e779eda] .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-6e779eda] .input-wrapper .search-input-wrapper {
  width: 100%;
}
[data-v-6e779eda] .input-wrapper input {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  width: 200px;
}
[data-v-6e779eda] .input-wrapper .v-input__slot {
  font-size: 12px;
  position: relative;
  top: 7px;
  margin-left: 16px;
}
[data-v-6e779eda] .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-6e779eda] {
  justify-content: end;
}
.seller-filters .marketing-field[data-v-6e779eda],
.seller-filters .asset-field[data-v-6e779eda],
.seller-filters .asset-sort[data-v-6e779eda] {
  width: 203px;
}
.seller-filters[data-v-6e779eda] .v-input--selection-controls__input {
  height: 21px;
}
.seller-filters[data-v-6e779eda] .slot-select__checkbox > .v-input__control > .v-input__slot > label {
  font-size: 14px !important;
  color: #001154;
}
.seller-filters[data-v-6e779eda] .slot-select__select,
.seller-filters[data-v-6e779eda] .slot-select__select .v-input__slot,
.seller-filters[data-v-6e779eda] .slot-select__select .v-select__selections {
  height: 40px !important;
  margin: 0;
}
.seller-filters[data-v-6e779eda] .input-wrapper .v-input__slot {
  top: 5px;
}
.seller-filters[data-v-6e779eda] .second-select .v-select__selections {
  bottom: -2px;
}
.seller-filters[data-v-6e779eda] .autocomplete-selector__placeholder {
  font-size: 16px;
  font-weight: 400;
  padding-right: 100px;
}
.seller-filters[data-v-6e779eda] input {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #001154;
}
.seller-filters[data-v-6e779eda] .search-input-wrapper input::placeholder {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #001154 !important;
  opacity: 0.4 !important;
}
.seller-filters[data-v-6e779eda] .assets-map-chips {
  padding: 16px 32px 0 0;
}
.seller-filters[data-v-6e779eda] .assets-map-chips .v-chip {
  height: 34px;
}
.seller-filters .asset-sort[data-v-6e779eda] img {
  width: 16px;
  height: 16px;
}
.seller-filters .slot-select__apply-button[data-v-6e779eda] {
  border: none;
  color: #2969ff;
  width: auto;
  padding: 0;
  min-width: auto;
}
.seller-filters .slot-select__apply-button[data-v-6e779eda]:hover:before {
  opacity: 0;
}
.seller-filters .slot-select__apply-button[data-v-6e779eda] span {
  font-weight: 500;
  font-size: 14px !important;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.input-wrapper[data-v-6e779eda] {
    width: 100%;
}
.marketing-field[data-v-6e779eda],
  .asset-field[data-v-6e779eda],
  .asset-sort[data-v-6e779eda] {
    width: 100% !important;
}
}
.reset-filter[data-v-6e779eda] {
  size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.submit-filter[data-v-6e779eda] {
  border-radius: 7px;
  color: #ffffff;
}
.apply-filter-wrapper[data-v-6e779eda] {
  padding-bottom: 75px;
}
[data-v-6e779eda] .v-input__append-inner {
  position: absolute;
  right: 20px;
}
@media screen and (min-width: 960px) and (max-width: 1264px) {
[data-v-6e779eda] .v-input__append-inner {
    right: 10px;
}
}.dialog-title[data-v-2a46dd4c] {
  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-2a46dd4c] {
  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-2a46dd4c] {
  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-2a46dd4c] {
  margin-top: 32px;
  display: flex;
  column-gap: 16px;
  flex-direction: row;
  align-items: stretch;
  padding: 0 16px;
}
.dialog-btn[data-v-2a46dd4c] {
  border-radius: 7px;
}
[data-v-2a46dd4c] .asset-item {
  width: 700px;
  height: 213px;
  border-radius: 10px;
}
[data-v-2a46dd4c] .marketing-status-primary {
  width: 56px !important;
}
[data-v-2a46dd4c] .asset-item__image {
  width: 244px;
  height: 213px;
}
[data-v-2a46dd4c] .status__text {
  font-weight: 600;
  font-size: 20px;
}
[data-v-2a46dd4c] .asset-info__second-address {
  margin-top: 12px;
}
[data-v-2a46dd4c] .asset-info__upb {
  margin-top: 66px;
}
[data-v-2a46dd4c] .asset-info__main-address {
  font-size: 20px;
  line-height: 22px;
}
[data-v-2a46dd4c] .asset-info__second-address {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
[data-v-2a46dd4c] .upb-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
}
[data-v-2a46dd4c] .asset-item {
  margin-top: 32px;
}
[data-v-2a46dd4c] .upb-value {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
}
[data-v-2a46dd4c] .asset-info {
  padding-left: 30px;
  padding-top: 32px;
}
[data-v-2a46dd4c] .v-btn {
  min-height: unset !important;
}
.cancel-btn-text[data-v-2a46dd4c] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #2969ff;
}
.remove-btn-text[data-v-2a46dd4c] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.close-icon[data-v-2a46dd4c] {
  position: absolute;
  top: 18px;
  right: 24px;
}
[data-v-2a46dd4c] .status__text {
  font-size: 20px !important;
}
@media (max-width: 959.98px) {
.dialog-title[data-v-2a46dd4c] {
    margin-top: 0px;
    font-size: 16px;
    line-height: 26px;
    padding: 16px 0;
}
.dialog-content[data-v-2a46dd4c] {
    height: 100%;
}
.dialog-content__asset[data-v-2a46dd4c] {
    width: 100%;
    padding: 0 16px;
}
.asset-item[data-v-2a46dd4c] {
    margin-top: 0;
    width: auto;
    height: auto;
}
.dialog-content__additional-text[data-v-2a46dd4c] {
    margin-top: 30px;
}
.dialog-content__buttons[data-v-2a46dd4c] {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    padding: 0 16px;
    margin-top: 30px;
}
.dialog-btn[data-v-2a46dd4c] {
    flex: 1;
}
[data-v-2a46dd4c] .v-dialog__content {
    z-index: 1;
}
[data-v-2a46dd4c] .asset-info {
    width: 62%;
    padding: 12px 8px;
}
[data-v-2a46dd4c] .asset-info__main-address {
    font-size: 14px;
    line-height: 18px;
}
[data-v-2a46dd4c] .asset-info__second-address {
    margin-top: 0;
}
[data-v-2a46dd4c] .asset-info__upb {
    margin-top: 20px;
}
[data-v-2a46dd4c] .status__text {
    font-size: 12px !important;
}
[data-v-2a46dd4c] .marketing-status-primary {
    width: 18px !important;
}
[data-v-2a46dd4c] .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-0401bb0e] {
  width: 100%;
  display: flex;
  height: 336px;
  margin-top: 64px;
}
.asset-data-wrapper__info[data-v-0401bb0e] {
  width: 60%;
  display: flex;
  padding-top: 12px;
  flex-direction: column;
}
.asset-title[data-v-0401bb0e] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #001154;
  color: white;
  width: 280px;
  height: 152px;
}
.address-text[data-v-0401bb0e] {
  margin-top: 24px;
  display: flex;
}
.asset-img[data-v-0401bb0e] {
  width: 280px;
  height: 152px;
  object-fit: cover;
}
.info-items[data-v-0401bb0e] {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.info-item[data-v-0401bb0e] {
  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-0401bb0e] {
  border-bottom: none;
}
.info-item__title[data-v-0401bb0e] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.info-item__value[data-v-0401bb0e] {
  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-0401bb0e] {
  display: grid;
  width: 100%;
  margin-top: 14px;
  margin-left: 16px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 8px;
}
.info-blocks__block[data-v-0401bb0e] {
  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-0401bb0e] {
  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-0401bb0e] {
  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-0401bb0e] {
  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-0401bb0e] {
  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-0401bb0e] {
  margin-left: 12px;
}
.location-icon[data-v-0401bb0e] {
  width: 20px;
  height: 20px;
}
.hide-block[data-v-0401bb0e] {
  position: absolute;
  visibility: hidden;
  z-index: 0;
}[data-v-09239bd0] .v-data-table-header {
  background: #001154 !important;
}
[data-v-09239bd0] th {
  text-align: center !important;
  color: white !important;
}
[data-v-09239bd0] td {
  color: #001154 !important;
}
[data-v-09239bd0] tr:nth-child(2n) {
  background: rgba(41, 105, 255, 0.06) !important;
}
.table-wrapper.hide-headers[data-v-09239bd0] thead {
  display: none;
}.table-wrapper[data-v-59b50a64] {
  margin-top: 52px;
}
.space-top[data-v-59b50a64] {
  margin-top: 80px;
}
.auto-heigth[data-v-59b50a64] {
  height: auto !important;
}
.spacing-wrapper[data-v-59b50a64] {
  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-415fd2cc] {
  height: 400px;
  margin-left: 63px;
}
.main-text[data-v-415fd2cc] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.scond-text[data-v-415fd2cc] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.offer-info[data-v-415fd2cc] {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.notes[data-v-415fd2cc] {
  width: 433px;
}
.note[data-v-415fd2cc] {
  color: #001154;
}
.comment-item[data-v-415fd2cc] {
  font-style: italic;
  font-weight: 300;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.comment-title[data-v-415fd2cc] {
  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-6a34fa99] {
  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-6a34fa99] p {
  margin-bottom: 3px !important;
}.asset-report-wrapper[data-v-46fee83f] {
  margin-bottom: 300px;
}.dialog-content[data-v-960c8412] {
  background: white;
  height: 600px;
  padding: 40px;
}
.editor-wrapper[data-v-960c8412] {
  height: 75%;
  margin-top: 40px;
}
[data-v-960c8412] .ck-content {
  min-height: 224px !important;
}
.buttons[data-v-960c8412] {
  display: flex;
}
[data-v-960c8412] .v-dialog {
  overflow: hidden;
}
[data-v-960c8412] p {
  margin-bottom: 3px !important;
}
.skip-text[data-v-960c8412] {
  color: #001154;
}.deposit-status .status[data-v-98d020de] {
  font-weight: bold;
}
.deposit-status .next-status[data-v-98d020de] {
  margin-left: 8px;
  border-radius: 6px;
  background: #2969ff;
  color: #ffffff;
}
.side-panel-header-wrapper[data-v-98d020de] {
  padding-top: 16px;
  border-bottom: 1px solid #9aabc2;
}
.side-panel-header-wrapper__title[data-v-98d020de] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
  display: flex;
  gap: 6px;
}
.side-panel-header-wrapper .side-panel-header-wrapper-text[data-v-98d020de] {
  margin-right: 40px;
}
.side-panel-header-wrapper .snd-msg-btn[data-v-98d020de] {
  background: #2969ff;
  padding: 0 10px;
  border-radius: 6px;
  position: relative;
  top: -2px;
}
.side-panel-header-wrapper .snd-msg-btn.disabled[data-v-98d020de] {
  cursor: default !important;
  background: #9aabc2;
}
.side-panel-header-wrapper .snd-msg-btn .snd-msg-btn-icon[data-v-98d020de] {
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
}
.side-panel-header-wrapper .re-deposit-btn[data-v-98d020de] {
  background: #dd226f;
}
.side-panel-header-wrapper .re-deposit-btn.disabled[data-v-98d020de] {
  cursor: default !important;
  background: #9aabc2;
}
.side-panel-header-wrapper .refund-deposit-btn[disabled=disabled][data-v-98d020de] {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
  cursor: default !important;
}
.side-panel-header-wrapper .edit-re-deposit-btn[data-v-98d020de] {
  background: #f06b66;
}
.info-field-wrapper[data-v-98d020de] {
  display: flex;
  column-gap: 8px;
}
.info-field-wrapper__title[data-v-98d020de] {
  color: #001154;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.info-field-wrapper__value[data-v-98d020de] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  /* Primary/DarkBlue */
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.side-panel-header-wrapper__title[data-v-98d020de] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.info-field-wrapper__value[data-v-98d020de] {
    font-size: 12px;
}
}.offer-comments-dialog[data-v-91ca8e6e] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  border-radius: 1px;
  min-height: 380px;
}
.offer-comments-dialog__loading[data-v-91ca8e6e] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 316px;
}
.offer-comments-dialog__title[data-v-91ca8e6e] {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  color: #001154;
  text-align: center;
}
.offer-comments-dialog__valuation[data-v-91ca8e6e] {
  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-91ca8e6e] {
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: rgba(0, 17, 84, 0.8);
}
.offer-comments-dialog__valuation-down[data-v-91ca8e6e] {
  font-weight: 400;
  font-size: 12px;
  line-height: 32px;
  color: #001154;
}
.offer-comments-dialog__valuation-down span[data-v-91ca8e6e] {
  font-weight: 600;
  font-size: 16px;
  line-height: 32px;
  margin-left: 8px;
}
.offer-comments-dialog__valuation-status[data-v-91ca8e6e] {
  height: 160px;
}
.offer-comments-dialog__valuation-status[data-v-91ca8e6e] .marketing-status-primary {
  min-height: 160px;
  bottom: 0 !important;
}
.offer-comments-dialog__valuation-thumbnail[data-v-91ca8e6e] {
  width: 182px;
  height: 160px !important;
  border-radius: 0 !important;
}
.offer-comments-dialog__valuation-description[data-v-91ca8e6e] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 20px;
}
.offer-comments-dialog__valuation-description h3[data-v-91ca8e6e] {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #001154;
}
.offer-comments-dialog__valuation-notes[data-v-91ca8e6e] {
  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-91ca8e6e] {
  display: flex;
  justify-content: center;
}
.offer-comments-dialog__valuation-button[data-v-91ca8e6e] {
  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-91ca8e6e] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}.process-title[data-v-ec64e58e] {
  display: block;
}.offer-history-wrapper[data-v-88fad5e5] {
  padding-top: 16px;
}
.offer-history-wrapper__title[data-v-88fad5e5] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offer-history-wrapper[data-v-88fad5e5] .v-data-table__wrapper {
  overflow: inherit;
}
.deposit-line[data-v-88fad5e5] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.deposit-line .deposit-process-icon[data-v-88fad5e5] {
  position: relative;
  height: 23px;
  display: inline-block;
}
.deposit-line[data-v-88fad5e5] i {
  font-size: 20px;
}
.deposit-line[data-v-88fad5e5] .notification-tooltip {
  top: auto !important;
  left: auto !important;
  bottom: -60px;
  right: 50%;
  transform: translate(50%, 0%);
}
.deposit-line[data-v-88fad5e5] .notification-tooltip::before {
  display: none !important;
}
[data-v-88fad5e5] .deposit-processing-wrapper ::v-deep i {
  font-size: 18px;
}
[data-v-88fad5e5] th {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 0px !important;
  color: #979797;
}
[data-v-88fad5e5] 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-88fad5e5] {
  height: auto;
}
[data-v-88fad5e5]::-webkit-scrollbar {
  width: 2px;
}

/* Handle */
[data-v-88fad5e5]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-88fad5e5] td {
    font-size: 12px !important;
}
[data-v-88fad5e5] tr > td:first-child {
    padding-left: 0px !important;
}
}.side-panel-offer-info[data-v-3e4e7d16] {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
}
.offer-info-item[data-v-3e4e7d16] {
  display: flex;
  column-gap: 8px;
  justify-content: space-between;
  width: 80%;
}
.offer-info-item__title[data-v-3e4e7d16] {
  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-3e4e7d16] {
  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-3e4e7d16] {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #9aabc2;
}
.buttons-wrapper[data-v-3e4e7d16] {
  display: flex;
  column-gap: 8px;
  justify-content: center;
}
[data-v-3e4e7d16] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.action-button[data-v-3e4e7d16] {
  border-radius: 5px;
}
.action-button-text[data-v-3e4e7d16] {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.proof-of-funds-wrapper[data-v-3e4e7d16] {
  position: relative;
}
.proof-of-funds-wrapper--expired[data-v-3e4e7d16] {
  color: rgba(0, 17, 84, 0.4);
}
.expired-text[data-v-3e4e7d16] {
  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-3e4e7d16] {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    display: block;
}
.buttons-wrapper[data-v-3e4e7d16] {
    column-gap: 4px;
}
.offer-info-item__title[data-v-3e4e7d16] {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.offer-info-item__value[data-v-3e4e7d16] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
}
}.card-wrapper[data-v-0860bdfe] {
  width: 100%;
  background: #f8f9fb;
  display: flex;
  justify-content: center;
  padding-bottom: 8px;
  padding-top: 8px;
  border-bottom: 1px solid #f1f1f1;
}
.card-wrapper[data-v-0860bdfe]:first-child {
  border-top: 1px solid #f1f1f1;
}
.card-wrapper__card[data-v-0860bdfe] {
  width: 100%;
  border-bottom: 1px solid #9aabc2;
  transition: all 1s ease-out;
  position: relative;
}
.card-wrapper.--active .card-wrapper__card[data-v-0860bdfe] {
  border-bottom: unset;
}
.card-wrapper.--active[data-v-0860bdfe] {
  background: white;
}
.card-header[data-v-0860bdfe] {
  display: flex;
  justify-content: space-between;
}
.text[data-v-0860bdfe] {
  color: #001154;
}
.text.--small[data-v-0860bdfe] {
  font-style: normal;
  opacity: 0.7;
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
  line-height: 20px;
}
.text.--default[data-v-0860bdfe] {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.text.--cyan[data-v-0860bdfe] {
  color: #2969ff;
}
.text.--bold[data-v-0860bdfe] {
  font-weight: bold;
}
.show-more[data-v-0860bdfe] {
  cursor: pointer;
}
.show-more img[data-v-0860bdfe] {
  height: 100%;
  width: 100%;
}
.card-content[data-v-0860bdfe] {
  display: flex;
  justify-content: space-between;
}
.card-content__text[data-v-0860bdfe] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.slide-fade-enter-active[data-v-0860bdfe] {
  transition: all 0.1s ease;
}
.slide-fade-leave-active[data-v-0860bdfe] {
  transition: all 0.1s cubic-bezier(1, 0.5, 0.8, 1);
}
.slide-fade-enter[data-v-0860bdfe], .slide-fade-leave-to[data-v-0860bdfe] {
  transform: translate(0, -10px);
  opacity: 0;
}
.edit-icon[data-v-0860bdfe] {
  position: relative;
  bottom: 2px;
  font-size: 24px;
  margin-left: 3px;
}
.textarea-wrapper[data-v-0860bdfe] {
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
.remove-note[data-v-0860bdfe] {
  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-3f87c904] {
  padding-top: 16px;
  border-top: 1px solid #9aabc2;
  border-bottom: 1px solid #9aabc2;
}
.side-panel-buyer-notes__title[data-v-3f87c904] {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  display: flex;
}
.notes-list[data-v-3f87c904] {
  padding-top: 10px;
}
.notes-empty[data-v-3f87c904] {
  color: rgba(0, 17, 84, 0.7);
  font-size: 12px;
  line-height: 18px;
  padding-top: 10px;
}
.notes-textarea[data-v-3f87c904] {
  margin-top: 12px;
  resize: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.notes-textarea[data-v-3f87c904] textarea {
  height: 60px;
}
.notes-textarea[data-v-3f87c904] .v-input__slot {
  padding: 0px;
}
.notes-textarea[data-v-3f87c904] {
  color: #001154;
}
.notes-textarea[data-v-3f87c904] .v-input__slot {
  box-shadow: unset !important;
}
.notes-textarea[data-v-3f87c904] .v-text-field__details {
  display: none;
}
.notes-textarea--active[data-v-3f87c904] textarea {
  height: 200px;
  background: #f5f5f5;
}
.textarea-actions[data-v-3f87c904] {
  display: flex;
  justify-content: flex-end;
}
.cancel-btn[data-v-3f87c904] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
  color: #9aabc2;
  cursor: pointer;
}
.confirm-btn[data-v-3f87c904] {
  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-3f87c904] .v-input__slot {
    padding-left: 3px !important;
}
}.side-panel-asset[data-v-4e9c8365] {
  box-shadow: 0px 8px 56px rgba(0, 17, 84, 0.05);
  border-radius: 7px;
  width: 100%;
  display: flex;
  height: 134px;
}
.image-wrapper[data-v-4e9c8365] {
  position: relative;
}
.asset-image[data-v-4e9c8365] {
  width: 153px;
  height: 134px;
}
[data-v-4e9c8365] .marketing-status-primary {
  bottom: 0px !important;
}
.image-gradient[data-v-4e9c8365] {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(18, 23, 39, 0.6);
  top: 0px;
}
.countdown-wrapper[data-v-4e9c8365] {
  position: absolute;
  top: 37%;
  left: 8px;
}
[data-v-4e9c8365] .countdown-title {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  text-align: center;
  color: #ffffff !important;
}
[data-v-4e9c8365] .countdown-dots {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  padding-bottom: 4px;
  padding-right: 5px;
  padding-left: 5px;
  height: 36px;
}
[data-v-4e9c8365] .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-4e9c8365] {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 8px;
}
.asset-title[data-v-4e9c8365] {
  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-4e9c8365] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
  display: flex;
  align-items: center;
}
.details-value[data-v-4e9c8365] {
  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-4e9c8365] {
  position: relative;
  top: 2px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.side-panel-asset[data-v-4e9c8365] {
    height: 142px;
}
.image-wrapper img[data-v-4e9c8365] {
    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-c7084d85] {
  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-c7084d85] {
  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-c7084d85] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
  width: 500px;
}
.approve-dialog-wrapper__buttons[data-v-c7084d85] {
  display: flex;
  column-gap: 40px;
}
.close-icon[data-v-c7084d85] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.approve-transfer-icon[data-v-c7084d85] {
  width: 104px;
  height: 104px;
}
@media (max-width: 959.98px) {
.approve-dialog-wrapper__buttons[data-v-c7084d85] {
    width: 100%;
    column-gap: 20px;
    padding: 0px 16px;
}
.approve-dialog-wrapper__text[data-v-c7084d85] {
    width: 100%;
}
.approve-dialog-wrapper__buttons button[data-v-c7084d85] {
    flex: 1;
    flex-basis: 50%;
}
[data-v-c7084d85] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: 100%;
}
.approve-dialog-wrapper[data-v-c7084d85] {
    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-d1aa3073] {
  display: flex;
  flex-direction: column;
  background: white;
  height: 630px;
  position: relative;
  align-items: center;
}
.decline-dialog-wrapper__title[data-v-d1aa3073] {
  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-d1aa3073] {
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
}
.approve-transfer-icon[data-v-d1aa3073] {
  width: 104px;
  height: 104px;
}
.decline-info-text[data-v-d1aa3073] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.checkbox-cards[data-v-d1aa3073] {
  display: flex;
  column-gap: 40px;
}
.comment-textarea[data-v-d1aa3073] {
  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-d1aa3073] .v-input__slot::before {
  display: none !important;
}
.comment-textarea[data-v-d1aa3073] .v-input__slot::after {
  display: none !important;
}
.decline-buttons[data-v-d1aa3073] {
  display: flex;
  column-gap: 40px;
}
@media (max-width: 959.98px) {
.decline-buttons[data-v-d1aa3073] {
    width: 100%;
    column-gap: 20px;
    padding: 0px 16px;
}
.decline-buttons button[data-v-d1aa3073] {
    flex: 1;
    flex-basis: 50%;
}
.approve-dialog-wrapper__text[data-v-d1aa3073] {
    width: 100%;
}
[data-v-d1aa3073] .v-dialog {
    margin: 0;
    height: 100%;
    max-height: 100%;
}
.decline-dialog-wrapper[data-v-d1aa3073] {
    height: 100%;
    padding: 0 16px;
}
.checkbox-cards[data-v-d1aa3073] {
    flex-direction: column;
    width: 100%;
    row-gap: 20px;
}
.checkbox-card-wrapper[data-v-d1aa3073] {
    width: 100%;
}
.comment-textarea[data-v-d1aa3073] {
    width: 100%;
}
.textarea-wrapper[data-v-d1aa3073] {
    width: 100%;
}
}.bank-provider-label[data-v-16ecf329] {
  font-weight: bold;
}
.transfer-manager-wrapper[data-v-16ecf329] {
  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-tooltip__content[data-v-16ecf329] {
  top: -90px !important;
}
.transfer-manager-wrapper .v-tooltip__content[data-v-16ecf329]::before {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
button[data-v-16ecf329] {
    flex: 1;
}
[data-v-16ecf329] .outlined-button-text,[data-v-16ecf329] .button-text {
    font-size: 12px;
}
}
.text-title[data-v-16ecf329] {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #001154;
}
.text-name-field[data-v-16ecf329] {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  color: #001154;
}
.text-deposit-field[data-v-16ecf329] {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  color: #001154;
}
.add-bank-btn[data-v-16ecf329] {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #001154;
  text-decoration: underline;
  cursor: pointer;
}
.info-icon[data-v-16ecf329] .v-tooltip__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-16ecf329] .v-tooltip__content:before {
  display: none;
}
.info-icon[data-v-16ecf329] .v-tooltip__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-16ecf329] .v-tooltip__content {
    width: 100%;
    left: 0 !important;
}
}.side-panel-buyer-info[data-v-174a9cd0] {
  padding-bottom: 30px;
}
.action-header[data-v-174a9cd0] {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  color: #001154;
}
.action-header .icon-rotated[data-v-174a9cd0] {
  transform: rotate(180deg);
}
.buyer-section[data-v-174a9cd0] {
  border-radius: 24px;
  background: #eff1f7;
}
.buyer-section .section-header[data-v-174a9cd0] {
  color: #001154;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
}
.buyer-section .section-body[data-v-174a9cd0] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.buyer-section .section-body span[data-v-174a9cd0] {
  font-weight: 400;
}
.buyer-section .data-line[data-v-174a9cd0] {
  margin-bottom: 8px;
  min-height: 24px;
}
.buyer-section .data-separator[data-v-174a9cd0] {
  height: 1px;
  background: #9aabc2;
}
[data-v-174a9cd0] .v-expansion-panel {
  background: none !important;
}
[data-v-174a9cd0] .v-expansion-panel-header {
  padding: 12px 24px !important;
  min-height: auto;
}
[data-v-174a9cd0] .v-expansion-panel-content__wrap {
  padding-right: 8px !important;
  padding-left: 8px !important;
  padding-bottom: 48px !important;
}
[data-v-174a9cd0] .v-expansion-panel-content {
  padding-top: 30px;
}
[data-v-174a9cd0] .v-chip {
  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-174a9cd0] .v-chip__content {
  line-height: 18px;
}.panel-wrapper[data-v-c7dd8f21] {
  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-c7dd8f21] {
    top: 147px;
}
}
.close-icon-wrapper[data-v-c7dd8f21] {
  position: absolute;
  right: 16px;
  top: 14px;
  cursor: pointer;
}
.panel-wrapper--closed[data-v-c7dd8f21] {
  right: -100%;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.panel-wrapper[data-v-c7dd8f21] {
    width: 100%;
    z-index: 200;
    top: 0px;
    height: 100%;
}
}
.panel-data[data-v-c7dd8f21] {
  display: flex;
  flex-direction: column;
  height: 100%;
}.full-width[data-v-f122dc73] {
  width: 100%;
}
.filter-section[data-v-f122dc73] {
  height: 100vh;
}
.pager[data-v-f122dc73] {
  display: flex;
  width: 100%;
  align-items: center;
  cursor: pointer;
}
.pager-wrapper[data-v-f122dc73] {
  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;
}
.pager-title[data-v-f122dc73] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #145aff;
  padding-top: 1px;
}
.pager-count span[data-v-f122dc73] {
  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-f122dc73] {
  background: #145aff;
}
.buyer-pager-wrapper .pager-title[data-v-f122dc73] {
  color: #ffffff;
}
.buyer-pager-wrapper .pager-count span[data-v-f122dc73] {
  width: 15px;
  height: 15px;
  border: 1px solid #ffffff;
}
.filter-btn[data-v-f122dc73] {
  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-f122dc73] {
  background: #145aff;
}
.filter-btn.active .pager-title[data-v-f122dc73] {
  color: #ffffff;
}
.reset-filter[data-v-f122dc73] {
  size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.submit-filter[data-v-f122dc73] {
  border-radius: 7px;
  color: #ffffff;
}
.margin-top-4-5[data-v-f122dc73] {
  margin-top: 10px;
}
.seller-mobile-tabs-shell[data-v-f122dc73] {
  width: 100%;
}
.filter-summary[data-v-f122dc73] {
  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-f122dc73] {
  flex: 0 0 auto;
  font-weight: 600;
  color: #001154;
}
.filter-summary__text[data-v-f122dc73] {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}.close-btn[data-v-6e181d43] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.icon-close[data-v-6e181d43] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-6e181d43] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.actions[data-v-6e181d43] {
  justify-content: center;
  column-gap: 32px;
}
.submit-btn[data-v-6e181d43] {
  color: #ffffff;
}
.editor-wrapper[data-v-6e181d43] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
  margin-top: 32px;
}
.editor-label[data-v-6e181d43] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
[data-v-6e181d43] .asset-item {
  height: auto;
  width: auto;
}
[data-v-6e181d43] .marketing-status-primary .status__text {
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  min-width: max-content;
}
[data-v-6e181d43] .asset-item__image {
  width: 244px;
  height: 213px;
}
[data-v-6e181d43] .asset-info {
  padding-left: 32px;
}
[data-v-6e181d43] .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-6e181d43] .v-slider__track-container {
  border-radius: 5px;
  overflow: hidden;
}
[data-v-6e181d43] .v-slider__tick {
  width: 10px !important;
  height: 10px !important;
  border-radius: 50%;
  top: -4px !important;
  background-color: rgba(154, 171, 194, 0.4);
}
[data-v-6e181d43] .v-slider__tick:first-child {
  left: -2px !important;
}
[data-v-6e181d43] .v-slider__tick:first-child .v-slider__tick-label {
  left: 1px !important;
}
[data-v-6e181d43] .v-slider__tick-label {
  top: 22px !important;
}
[data-v-6e181d43] .v-slider__tick-label,[data-v-6e181d43] .v-slider__tick:last-child .v-slider__tick-label {
  transform: none !important;
}
[data-v-6e181d43] .v-slider__track-container {
  height: 10px !important;
}
[data-v-6e181d43] .v-slider__tick--filled {
  background-color: rgba(255, 255, 255, 0.4) !important;
}
[data-v-6e181d43] .v-slider__thumb {
  width: 10px;
  height: 10px;
}
[data-v-6e181d43] .v-slider__thumb:before {
  width: 10px;
  height: 10px;
  opacity: 0.4;
  display: block;
  left: 0;
  top: 0;
  transform: none;
  background: #ffffff;
  z-index: 1;
}
[data-v-6e181d43] .v-slider__thumb:after {
  background: #2969ff;
  border-radius: 50%;
  height: 32px;
  width: 32px;
}
@media (max-width: 959.98px) {
.editor-wrapper[data-v-6e181d43] {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 20px;
}
[data-v-6e181d43] .marketing-status-primary .status__text {
    font-size: 12px !important;
}
[data-v-6e181d43] .asset-item__image {
    width: 130px !important;
    min-width: 130px !important;
    height: 135px !important;
}
[data-v-6e181d43] .asset-item {
    height: 135px !important;
    margin-top: 16px;
}
[data-v-6e181d43] .marketing-status-primary {
    width: 20px !important;
}
[data-v-6e181d43] .asset-info {
    width: 62% !important;
    padding-top: 12px;
    padding-left: 8px;
}
[data-v-6e181d43] .asset-info__main-address {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 128.571% */
}
[data-v-6e181d43] .asset-info__second-address {
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 142.857% */
    margin-top: 5px;
}
[data-v-6e181d43] .asset-info__upb {
    margin-top: 2px;
}
[data-v-6e181d43] .status__text {
    font-size: 12px !important;
}
[data-v-6e181d43] .v-input__slot {
    height: 40px !important;
}
.dialog-title[data-v-6e181d43] {
    margin-top: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 162.5% */
}
.asset-card-wrapper[data-v-6e181d43] {
    padding: 0 16px;
}
.actions[data-v-6e181d43] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
    padding-left: 16px;
    padding-right: 16px;
}
.actions button[data-v-6e181d43] {
    width: auto !important;
    flex: 1;
    height: 40px !important;
    border-radius: 8px;
}
.change-status-field-label[data-v-6e181d43] {
    font-size: 12px;
}
.err-msg-wrapper[data-v-6e181d43] {
    padding: 0 16px;
}
}.icon-close[data-v-a2998511] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-a2998511] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-name[data-v-a2998511] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-info-text[data-v-a2998511] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.modal-upb-value[data-v-a2998511] {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.530833px;
  color: #001154;
}
.actions[data-v-a2998511] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-a2998511] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-a2998511] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-a2998511] {
  color: #ffffff;
}
@media (max-width: 959.98px) {
[data-v-a2998511] .v-dialog {
    margin: 0;
    max-height: 100%;
    height: 100%;
}
[data-v-a2998511] .v-card {
    height: 100%;
}
[data-v-a2998511] .close-btn,[data-v-a2998511] .submit-btn {
    flex: 1;
}
}.action-menu[data-v-779669d0] {
  box-shadow: 3.99533px 5.3271px 19.9766px rgba(0, 17, 84, 0.14) !important;
  border-radius: 6.65888px !important;
}
.action-list[data-v-779669d0] {
  padding: 0;
}
.action-list-title[data-v-779669d0] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
  min-height: auto;
}
.action-list-item[data-v-779669d0] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  min-height: auto;
}
.action-list-item.disabled[data-v-779669d0] {
  color: #9aabc2;
}
.action-dots[data-v-779669d0] {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 959.98px) {
.action-dots[data-v-779669d0] {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 4;
    background: rgba(255, 255, 255, 0.4);
}
}.icon-close[data-v-2307bdd9] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.modal-title[data-v-2307bdd9] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-name[data-v-2307bdd9] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.modal-asset-info-text[data-v-2307bdd9] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.modal-upb-value[data-v-2307bdd9] {
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.530833px;
  color: #001154;
}
.modal-comment-field[data-v-2307bdd9] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.actions[data-v-2307bdd9] {
  justify-content: center;
  column-gap: 32px;
}
button[data-v-2307bdd9] {
  border-radius: 7px;
  margin: 0;
}
.close-btn[data-v-2307bdd9] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.submit-btn[data-v-2307bdd9] {
  color: #ffffff;
}
[data-v-2307bdd9] .v-text-field.v-input--is-focused > .v-input__control > .v-input__slot:after {
  content: none !important;
}
@media (max-width: 959.98px) {
[data-v-2307bdd9] .v-dialog {
    margin: 0;
    max-height: 100%;
    height: 100%;
}
[data-v-2307bdd9] .v-card {
    height: 100%;
}
[data-v-2307bdd9] .close-btn,[data-v-2307bdd9] .submit-btn {
    flex: 1;
}
}.title[data-v-cbe803c8] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.field[data-v-cbe803c8] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.field span[data-v-cbe803c8] {
  font-weight: 600;
}
.border-bottom[data-v-cbe803c8] {
  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-14b83d8a] {
  position: relative;
}
.assets-59-sidebar.v-navigation-drawer--fixed[data-v-14b83d8a] {
  top: 132px !important;
}
.assets-59-sidebar-filtered.v-navigation-drawer--fixed[data-v-14b83d8a] {
  top: 182px !important;
}
.assets-73-sidebar.v-navigation-drawer--fixed[data-v-14b83d8a] {
  top: 146px !important;
}
.assets-73-sidebar-filtered.v-navigation-drawer--fixed[data-v-14b83d8a] {
  top: 196px !important;
}
[data-v-14b83d8a] .seller-list-item__right-section {
  padding-right: 40px;
}
.profile .main-content[data-v-14b83d8a] {
  padding: 5rem 0;
}
.modal-list[data-v-14b83d8a] {
  padding: 0;
}
.modal-list li[data-v-14b83d8a] {
  font-size: 1.4rem;
}
.coming-soon[data-v-14b83d8a] {
  font-size: 1.8rem;
  color: #c7c7c7;
}
.main-content[data-v-14b83d8a] {
  width: 1200px;
  margin: 0 auto;
}
[data-v-14b83d8a] .v-skeleton-loader__card-heading {
  display: none !important;
}
.skeleton-spacing-top[data-v-14b83d8a] {
  margin-top: 60px;
}
.loader-wrapper[data-v-14b83d8a] {
  height: 250px;
}
.global-loading-wrapper[data-v-14b83d8a] {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-items-message[data-v-14b83d8a] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  font-size: 16px;
}
[data-v-14b83d8a] .asset-tabs .v-tabs-slider {
  color: #2969ff !important;
}
[data-v-14b83d8a] .asset-tabs .v-tabs-slider-wrapper {
  height: 1px;
}
[data-v-14b83d8a] .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-14b83d8a] .asset-tabs .v-tab--active {
  color: #2969ff;
}
.selects-row[data-v-14b83d8a] {
  position: sticky;
  top: var(--admin-subheader-top, 108px);
  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);
}
.marketing-metrics-refresh[data-v-14b83d8a] {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.marketing-metrics-refresh__button[data-v-14b83d8a] {
  color: #ffffff !important;
  font-weight: 600;
  text-transform: none;
}
.seller-mobile-tabs-wrapper[data-v-14b83d8a] {
  overflow: visible;
}
.mobile-filters-panel[data-v-14b83d8a] {
  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-14b83d8a] {
  margin-top: 55px;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.toggle-types[data-v-14b83d8a] .v-tab--active:hover::before,
.toggle-types[data-v-14b83d8a] .v-tab--active::before {
  opacity: 0;
}
.toggle-types[data-v-14b83d8a] .v-tabs-bar {
  height: 27px;
  background: none;
}
.toggle-types[data-v-14b83d8a] .v-tabs-bar .v-tab {
  padding: 0;
  min-width: auto;
}
.toggle-types[data-v-14b83d8a] .v-tabs-bar .v-tab .label {
  font-size: 14px;
  font-weight: 600;
  color: #001154;
}
.toggle-types[data-v-14b83d8a] .v-tabs-bar .v-tab.v-tab--active .label {
  color: #2969FF;
  opacity: 0.8;
}
.toggle-types[data-v-14b83d8a] .v-tabs-bar .v-tabs-slider-wrapper {
  height: 1px;
}
.toggle-types[data-v-14b83d8a] .v-tabs-bar .v-tabs-slider-wrapper .v-tabs-slider {
  background: #2969FF;
  opacity: 0.8;
}
.toggle-types[data-v-14b83d8a] .v-badge__badge {
  width: 11px;
  height: 11px;
  font-size: 7px;
  padding: 3px 1px;
  font-weight: 500;
  min-width: auto;
}
.seller-list-wrapper[data-v-14b83d8a] {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.toggle-types[data-v-14b83d8a] {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.selects-row[data-v-14b83d8a] {
    padding: 16px 16px !important;
    overflow: visible;
}
.seller-list-wrapper[data-v-14b83d8a] {
    flex-direction: column;
}
[data-v-14b83d8a] .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-14b83d8a] {
    z-index: 201;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-14b83d8a] .slot-select__content-wrapper {
    width: 100% !important;
}
[data-v-14b83d8a] .slot-select__slot-wrapper {
    justify-content: start !important;
}
}
@media screen and (min-width: 1265px) and (max-width: 1500px) {
[data-v-14b83d8a] .seller-filters .input-wrapper {
    width: 320px;
}
[data-v-14b83d8a] .seller-filters .marketing-field,[data-v-14b83d8a] .seller-filters .asset-field,[data-v-14b83d8a] .seller-filters .asset-sort {
    width: 190px;
}
[data-v-14b83d8a] .seller-filters .marketing-field .v-menu__content,[data-v-14b83d8a] .seller-filters .asset-field .v-menu__content,[data-v-14b83d8a] .seller-filters .asset-sort .v-menu__content {
    left: auto !important;
    right: 0;
}
}.assets-sidebar.v-navigation-drawer--fixed {
  left: auto !important;
  right: 0 !important;
  max-width: 100vw;
  z-index: 20 !important;
}
.assets-sidebar.v-navigation-drawer--fixed.v-navigation-drawer--open.v-navigation-drawer--right {
  transform: none !important;
  transition: none !important;
}.deposit-reconciliation[data-v-f93fff86] {
  min-height: calc(100vh - var(--admin-nav-offset, 59px));
  background: #f8f9fb;
  color: #001154;
  padding: 16px 24px 32px;
}
.deposit-reconciliation__toolbar[data-v-f93fff86] {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  padding: 16px 0;
}
.deposit-reconciliation__title[data-v-f93fff86] {
  margin: 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  color: #001154;
}
.deposit-reconciliation__meta[data-v-f93fff86], .deposit-reconciliation__muted[data-v-f93fff86] {
  color: #64748b;
  font-size: 13px;
}
.deposit-reconciliation__filter[data-v-f93fff86] {
  max-width: 180px;
  background: #ffffff;
}
.deposit-reconciliation__health[data-v-f93fff86] {
  display: grid;
  grid-template-columns: repeat(4, minmax(140px, 1fr));
  gap: 1px;
  overflow: hidden;
  border: 1px solid #dbe3ef;
  background: #dbe3ef;
  margin-bottom: 16px;
}
.deposit-reconciliation__stat[data-v-f93fff86] {
  min-height: 72px;
  background: #ffffff;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.deposit-reconciliation__stat strong[data-v-f93fff86] {
  font-size: 20px;
  line-height: 24px;
  color: #001154;
  word-break: break-word;
}
.deposit-reconciliation__stat--alert strong[data-v-f93fff86] {
  color: #b42318;
}
.deposit-reconciliation__stat-label[data-v-f93fff86] {
  font-size: 12px;
  color: #64748b;
  margin-bottom: 4px;
}
.deposit-reconciliation__table-wrap[data-v-f93fff86] {
  overflow-x: auto;
  background: #ffffff;
  border: 1px solid #dbe3ef;
}
.deposit-reconciliation__table[data-v-f93fff86] {
  min-width: 1420px;
}
.deposit-reconciliation__flags[data-v-f93fff86] {
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  min-height: 24px;
}
.deposit-reconciliation__asset-link[data-v-f93fff86] {
  color: #2969ff;
  font-weight: 600;
  text-decoration: none;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.deposit-reconciliation[data-v-f93fff86] {
    padding: 12px 12px 24px;
}
.deposit-reconciliation__toolbar[data-v-f93fff86] {
    flex-direction: column;
}
.deposit-reconciliation__filter[data-v-f93fff86] {
    max-width: 100%;
    width: 100%;
}
.deposit-reconciliation__health[data-v-f93fff86] {
    grid-template-columns: repeat(2, minmax(120px, 1fr));
}
}.admin-buyers-page[data-v-e0d5f839] {
  --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-e0d5f839] {
  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-e0d5f839] {
  position: relative;
}
.req-count-wrapper[data-v-e0d5f839] {
  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-e0d5f839] {
  max-width: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-e0d5f839] .buyers-tabs .v-slide-group__wrapper {
  background: #ffffff;
}[data-v-f76435c1] .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-f76435c1] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-f76435c1] {
  font-size: 1.6rem;
}
[data-v-f76435c1] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-f76435c1] {
  padding-bottom: 66px;
}
[data-v-f76435c1] .v-text-field__slot, .v-select__slot[data-v-f76435c1] {
  position: relative !important;
  top: 5px !important;
}
[data-v-f76435c1] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
[data-v-f76435c1] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-f76435c1] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-f76435c1] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
h3[data-v-f76435c1] {
  font-size: 1.6rem;
}
.title[data-v-f76435c1] {
  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-19381aba] {
  align-items: flex-start;
  border-bottom: 1px solid #e4e8f4;
  color: #001154;
  padding: 20px 24px 16px;
}
.timeline-title__heading[data-v-19381aba] {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}
.timeline-title__subtext[data-v-19381aba] {
  color: #5e6b93;
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
}
.timeline-body[data-v-19381aba] {
  max-height: 560px;
  min-height: 240px;
  padding: 0 24px 12px;
}
.timeline-filters[data-v-19381aba] {
  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-19381aba] {
  align-items: center;
  color: #5e6b93;
  display: flex;
  justify-content: center;
  min-height: 220px;
  text-align: center;
}
.timeline-state--error[data-v-19381aba] {
  color: #c3272b;
}
.timeline-list[data-v-19381aba] {
  padding: 12px 0 8px;
}
.timeline-event[data-v-19381aba] {
  display: grid;
  gap: 12px;
  grid-template-columns: 18px minmax(0, 1fr);
  padding: 16px 0;
  position: relative;
}
.timeline-event[data-v-19381aba]:not(:last-child) {
  border-bottom: 1px solid #edf1f8;
}
.timeline-event__marker[data-v-19381aba] {
  background: #2969ff;
  border: 4px solid #e6edff;
  border-radius: 50%;
  height: 16px;
  margin-top: 3px;
  width: 16px;
}
.timeline-event__topline[data-v-19381aba] {
  align-items: flex-start;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}
.timeline-event__type[data-v-19381aba] {
  color: #001154;
  font-size: 15px;
  font-weight: 700;
}
.timeline-event__time[data-v-19381aba] {
  color: #6f7a9d;
  flex-shrink: 0;
  font-size: 12px;
}
.timeline-event__deal[data-v-19381aba] {
  color: #25376f;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}
.timeline-event__address[data-v-19381aba], .timeline-event__detail[data-v-19381aba], .timeline-event__source[data-v-19381aba] {
  color: #5e6b93;
  font-size: 13px;
  line-height: 1.4;
  margin-top: 4px;
}
.timeline-event__source[data-v-19381aba] {
  font-size: 12px;
}
.timeline-actions[data-v-19381aba] {
  border-top: 1px solid #e4e8f4;
  padding: 12px 24px;
}
.timeline-count[data-v-19381aba] {
  color: #5e6b93;
  font-size: 13px;
}
@media (max-width: 640px) {
.timeline-filters[data-v-19381aba] {
    grid-template-columns: 1fr;
}
}.card-wrapper[data-v-b2207111] {
  width: 100%;
  background: #ffffff;
  padding: 42px 29px;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: space-between;
}
.info-item[data-v-b2207111] {
  white-space: nowrap;
  width: 160px;
}
.info-item__title[data-v-b2207111] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* or 182% */
  width: 160px;
  color: #001154;
}
.info-item__value[data-v-b2207111] {
  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-b2207111] {
  overflow-x: auto;
}
button[data-v-b2207111] {
  min-height: unset !important;
}
.btn-wrapper[data-v-b2207111] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-wrapper button[data-v-b2207111] {
  font-size: 12px !important;
}
.additional-data[data-v-b2207111] {
  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-b2207111] {
    flex-direction: column;
}
}
.additional-data__item[data-v-b2207111] {
  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-b2207111] {
    width: 100%;
}
}
.additional-data__item.--active[data-v-b2207111] {
  border-bottom: 1px solid #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card-wrapper[data-v-b2207111] {
    flex-direction: column;
}
.info-item[data-v-b2207111] {
    display: flex;
    width: 100%;
}
.btn-wrapper[data-v-b2207111] {
    margin-top: 16px;
}
}
.card-header[data-v-b2207111] {
  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-b2207111] {
  display: flex;
  align-items: center;
}
.card-header__name[data-v-b2207111] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  margin-left: 28px;
}
.card-header__role[data-v-b2207111] {
  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-b2207111] {
  display: flex;
  column-gap: 6px;
  margin-left: 60px;
  align-items: center;
}
.card[data-v-b2207111] {
  box-shadow: 0px 8px 56px rgba(0, 17, 84, 0.05);
}
.status-title[data-v-b2207111] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  color: #001154;
}
.status-value[data-v-b2207111] {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 26px;
  color: #DD226F;
}
.actions[data-v-b2207111] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.action[data-v-b2207111] {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
}
.action.--red[data-v-b2207111] {
  color: red;
}
.action.--blue[data-v-b2207111] {
  color: #001154;
}
.buyer-approved[data-v-b2207111] {
  width: 104px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  background: #2969ff;
}
.buyer-rejected[data-v-b2207111] {
  width: 104px;
  height: 32px;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #313944;
}
.expired-block[data-v-b2207111] {
  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-b2207111] {
  position: relative;
}
.additional-data__item[data-v-b2207111] {
  position: relative;
}
.actions-wrapper[data-v-b2207111] {
  position: absolute;
  top: 0px;
  right: 0px;
}
.card-wrapper[data-v-b2207111] {
  position: relative;
}
.email[data-v-b2207111] {
  width: 270px;
}
.info-item[data-v-b2207111] {
  width: 270px;
}
.decline-btn[data-v-b2207111] {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  color: #dd226f;
  cursor: pointer;
  margin-right: 34px;
}
.buttons[data-v-b2207111] {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.buttons[data-v-b2207111] {
    flex-direction: column;
}
}
.buttons[data-v-b2207111]:before {
  display: block;
  width: 1px;
  height: 81px;
  content: "";
  position: absolute;
  /* right: 2px; */
  background: #f1f1f1;
  left: -21px;
}
.list-item-option[data-v-b2207111] {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  letter-spacing: -0.175px;
  color: #000000;
}
.options-button[data-v-b2207111] {
  position: relative;
}
.options-button[data-v-b2207111]::before {
  display: block;
  width: 1px;
  height: 81px;
  content: "";
  position: absolute;
  /* right: 2px; */
  background: #f1f1f1;
  left: -24px;
  top: -22px;
}.buyer-requests[data-v-e8cbf230] {
  max-width: 1200px;
}
.controls-sticky[data-v-e8cbf230] {
  position: sticky;
  top: var(--admin-buyers-subheader-top, 156px);
  z-index: 6;
  background: #f8f9fb;
  padding: 16px 0 8px;
}
.controls-row[data-v-e8cbf230] {
  margin-top: 0;
}
.cards-wrapper[data-v-e8cbf230] {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
}
.buyer-card[data-v-e8cbf230] {
  border-radius: 12px !important;
  overflow: hidden;
  transition: box-shadow 0.2s ease;
}
.buyer-card[data-v-e8cbf230]:hover {
  box-shadow: 0px 12px 40px rgba(0, 17, 84, 0.1) !important;
}
.no-req-wrapper[data-v-e8cbf230] {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #9aabc2;
}
[data-v-e8cbf230] .v-card .card {
  box-shadow: none !important;
}.cards-wrapper[data-v-79012065] {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  row-gap: 62px;
  padding-bottom: 25px;
}
.search-input-wrapper[data-v-79012065] {
  position: relative;
  bottom: 21px;
}
.search-wrapper[data-v-79012065] {
  height: 34px;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
}
.search[data-v-79012065] {
  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-79012065] {
    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;
}
}
.filters-wrapper[data-v-79012065] {
  display: flex;
  justify-content: flex-end;
  position: sticky;
  top: var(--admin-buyers-subheader-top, 156px);
  z-index: 6;
  background: #ffffff;
  padding: 16px 0 20px;
  box-shadow: 0px 20px 30px rgba(177, 201, 216, 0.12);
}.v-data-table ::v-deep tbody tr:hover:not(.v-data-table__expanded__content) {
  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-c40182b9] {
  padding: 5rem 0;
}
.modal-list[data-v-c40182b9] {
  padding: 0;
}
.modal-list li[data-v-c40182b9] {
  font-size: 1.4rem;
}
.coming-soon[data-v-c40182b9] {
  font-size: 1.8rem;
  color: #c7c7c7;
}
.main-content[data-v-c40182b9] {
  width: 1200px;
  margin: 0 auto;
}
[data-v-c40182b9] .v-skeleton-loader__card-heading {
  display: none !important;
}
.skeleton-spacing-top[data-v-c40182b9] {
  margin-top: 60px;
}
.loader-wrapper[data-v-c40182b9] {
  height: 250px;
}
.global-loading-wrapper[data-v-c40182b9] {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no-items-message[data-v-c40182b9] {
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  font-size: 16px;
}
[data-v-c40182b9] .asset-tabs .v-tabs-slider {
  color: #2969ff !important;
}
[data-v-c40182b9] .asset-tabs .v-tabs-slider-wrapper {
  height: 1px;
}
[data-v-c40182b9] .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-c40182b9] .asset-tabs .v-tab--active {
  color: #2969ff;
}
.selects-row[data-v-c40182b9] {
  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-c40182b9] {
  overflow: visible;
}
.mobile-filters-panel[data-v-c40182b9] {
  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-c40182b9] {
  top: 59px;
}
@media (min-width: 1904px) {
.selects-row[data-v-c40182b9] {
    top: 73px;
}
}
.toggle-types[data-v-c40182b9] {
  margin-top: 80px;
  padding-left: 32px !important;
  padding-right: 32px !important;
}
.toggle-types[data-v-c40182b9] .v-tab--active:hover::before,
.toggle-types[data-v-c40182b9] .v-tab--active::before {
  opacity: 0;
}
.toggle-types[data-v-c40182b9] .v-tabs-bar {
  height: 27px;
  background: none;
}
.toggle-types[data-v-c40182b9] .v-tabs-bar .v-tab {
  padding: 0;
  min-width: auto;
}
.toggle-types[data-v-c40182b9] .v-tabs-bar .v-tab .label {
  font-size: 14px;
  font-weight: 600;
  color: #001154;
}
.toggle-types[data-v-c40182b9] .v-tabs-bar .v-tab.v-tab--active .label {
  color: #2969FF;
  opacity: 0.8;
}
.toggle-types[data-v-c40182b9] .v-tabs-bar .v-tabs-slider-wrapper {
  height: 1px;
}
.toggle-types[data-v-c40182b9] .v-tabs-bar .v-tabs-slider-wrapper .v-tabs-slider {
  background: #2969FF;
  opacity: 0.8;
}
.toggle-types[data-v-c40182b9] .v-badge__badge {
  width: 11px;
  height: 11px;
  font-size: 7px;
  padding: 3px 1px;
  font-weight: 500;
  min-width: auto;
}
.seller-list-wrapper[data-v-c40182b9] {
  display: flex;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.toggle-types[data-v-c40182b9] {
    padding-left: 16px !important;
    padding-right: 16px !important;
}
.selects-row[data-v-c40182b9] {
    padding: 16px 16px !important;
    overflow: visible;
}
.seller-list-wrapper[data-v-c40182b9] {
    flex-direction: column;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.selects-row.selects-row--opened[data-v-c40182b9] {
    z-index: 201;
}
}.value-page-stepper[data-v-804e6602] {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.stepper-title[data-v-804e6602] {
  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-804e6602] .stepper {
  padding: 16px 16px 8px 16px;
}.existed-dialog[data-v-b5358027] {
  position: relative;
}
.title-field[data-v-b5358027] {
  word-break: break-word;
  text-align: center;
}
.text-field[data-v-b5358027] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  color: #001154;
  max-width: 500px;
}
.icon-close[data-v-b5358027] {
  position: absolute;
  top: 15px;
  right: 15px;
}
.actions-section[data-v-b5358027] {
  justify-content: center;
  column-gap: 40px;
}
.action-btn[data-v-b5358027] {
  border-radius: 7px;
}
.edit-action-btn[data-v-b5358027] {
  color: #ffffff;
}
@media (max-width: 599.98px) {
.actions-section[data-v-b5358027] {
    column-gap: 0px;
}
.action-btn[data-v-b5358027] {
    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-d6dea972] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.all-selected[data-v-d6dea972] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
}
.selected-assets[data-v-d6dea972] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.left-column[data-v-d6dea972] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-d6dea972] {
  position: relative;
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content[data-v-d6dea972] {
  max-height: 600px;
  overflow: auto;
  padding-bottom: 90px;
}
.title-line[data-v-d6dea972] {
  position: sticky;
  top: 59px;
  background: #ffffff;
  z-index: 10;
}
@media screen and (min-width: 1904px) {
.title-line[data-v-d6dea972] {
    top: 73px;
}
}
.title[data-v-d6dea972] {
  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-d6dea972] {
  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-d6dea972] {
  min-height: auto !important;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-d6dea972] {
    background: #ffffff;
    padding-top: 0;
}
.value-page-stepper[data-v-d6dea972] {
    padding-top: 0;
}
.left-column[data-v-d6dea972] {
    background: none;
    height: auto;
}
.title-line[data-v-d6dea972] {
    display: none;
}
.action-line[data-v-d6dea972] {
    padding: 0 16px;
    position: fixed;
    right: 0;
}
.content[data-v-d6dea972] {
    padding-bottom: 100px;
}
[data-v-d6dea972] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-d6dea972] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
}.button-back[data-v-32ab89f9],
.next-button[data-v-32ab89f9] {
  width: 100% !important;
  min-height: auto !important;
}
.button-back[data-v-32ab89f9] {
  border: 1px solid #2969ff !important;
  border-radius: 7px;
  background: #fff;
}
.next-button[data-v-32ab89f9] {
  border-radius: 7px;
}
.finish-mobile[data-v-32ab89f9] {
  color: #001154;
  border-bottom: 1px solid #001154;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.submit-btn[data-v-32ab89f9]:after {
  content: none;
}
@media (max-width: 959.98px) {
.submit-btn[data-v-32ab89f9] {
    right: 0;
}
}.error-text[data-v-35724a11] {
  color: #d32f2f;
  font-size: 14px;
}.signature-wrapper[data-v-852609c7] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.signature-wrapper .signa-title[data-v-852609c7] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.make-offer-selected-asset[data-v-852609c7] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-852609c7] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-852609c7] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-852609c7] {
  position: relative;
}
.content[data-v-852609c7] {
  padding-bottom: 120px;
  max-height: 600px;
  overflow: auto;
}
.title-line[data-v-852609c7] {
  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-852609c7] {
    top: 73px;
}
}
.title[data-v-852609c7] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-852609c7] {
  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-852609c7] {
  min-height: auto !important;
}
.c-checkbox[data-v-852609c7] .v-input__slot {
  justify-content: center;
}
.c-checkbox[data-v-852609c7] label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.next-button-content[data-v-852609c7] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.next-button-content[data-v-852609c7]::after {
  width: 20px;
  height: 16px;
  left: 54px;
  top: 5px;
  background-size: contain;
}
.button-back[data-v-852609c7] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.signature-section-wrapper[data-v-852609c7] {
  position: relative;
}
.signature-section[data-v-852609c7] {
  border-radius: 1px;
  background: #f4f4f4;
}
.button-content[data-v-852609c7] {
  color: #ffffff;
}
.signa-icon-wrapper[data-v-852609c7] {
  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-852609c7] {
  width: 88px;
  height: 88px;
}
.signa-icon-wrapper span[data-v-852609c7] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
}
.signature-action-line[data-v-852609c7] {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-852609c7] {
    background: none;
    padding-top: 0;
}
.value-page-stepper[data-v-852609c7] {
    padding-top: 0;
}
.left-column[data-v-852609c7] {
    background: none;
    height: auto;
}
.title-line[data-v-852609c7] {
    display: none;
}
.action-line[data-v-852609c7] {
    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-852609c7] {
    width: 285px;
    margin: 0 auto;
}
.content[data-v-852609c7] {
    padding-bottom: 190px;
}
.content-column[data-v-852609c7] {
    border-radius: 6px;
    box-shadow: 2.6666667461px 2.6666667461px 20px 0px rgba(173, 173, 173, 0.25);
}
.signature-wrapper[data-v-852609c7] {
    margin-top: 120px !important;
}
[data-v-852609c7] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-852609c7] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
}[data-v-a1aea527] .error--text {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-a1aea527] .error--text ::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-a1aea527] .error--text .v-input__slot {
  border-color: #d52819;
}.offer-slider[data-v-92ee92dc] {
  margin-top: 21px;
  padding-bottom: 19px;
}
.offer-slider[data-v-92ee92dc] .v-slider--horizontal {
  min-height: 10px;
  margin-right: 2px;
  margin-left: 18px;
}
.offer-slider[data-v-92ee92dc] .v-slider.v-slider--horizontal,
.offer-slider[data-v-92ee92dc] .v-slider__track-background.primary.lighten-3 {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
}
.offer-slider[data-v-92ee92dc] .v-slider__track-fill.primary {
  background: #2969ff !important;
}
.offer-slider[data-v-92ee92dc] .v-slider.v-slider--horizontal .v-slider__thumb.primary {
  background: #2969ff !important;
  width: 32px !important;
  height: 32px !important;
}
.offer-slider[data-v-92ee92dc] .v-slider__thumb-label-container {
  display: block !important;
}
.offer-slider[data-v-92ee92dc] .v-slider__thumb-label-container img {
  width: 14px;
  position: relative;
  height: 14px;
}
.offer-slider[data-v-92ee92dc] .v-slider {
  margin-left: 0;
}
.offer-slider[data-v-92ee92dc] .v-slider__track-container {
  height: 8px;
}
.offer-slider[data-v-92ee92dc] .v-slider__track-fill {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.offer-slider[data-v-92ee92dc] .v-slider__thumb::after, .offer-slider[data-v-92ee92dc] .v-slider__thumb::before {
  display: none;
}
.offer-slider[data-v-92ee92dc] .v-slider__thumb-label.primary {
  background-color: transparent !important;
  transform: translateY(45%) translateY(4px) translateX(-57%) rotate(45deg) !important;
}
[data-v-92ee92dc] .v-input__control {
  height: 50px !important;
}
[data-v-92ee92dc] .v-input__control .v-input__slot {
  margin: 0;
  padding: 0 !important;
  height: 50px !important;
  border: none !important;
}
[data-v-92ee92dc] .v-input__control .v-input__slot fieldset {
  display: none;
  height: 50px !important;
}
[data-v-92ee92dc] .v-input__control .v-input__slot::after {
  display: none;
}
[data-v-92ee92dc] .v-input__control .v-input__slot::before {
  display: none;
}
[data-v-92ee92dc] .v-input__control .v-text-field__slot {
  height: 50px !important;
  border: none !important;
  background: #f4f4f4;
  border-radius: 1px;
}
[data-v-92ee92dc] .v-input__control .v-text-field__slot input {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  color: #001154;
  position: relative;
  top: 13px;
}
[data-v-92ee92dc] .v-input__control .v-text-field__slot input::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
[data-v-92ee92dc] .v-input__control .v-text-field__details {
  display: none;
}
[data-v-92ee92dc] .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.inputs-wrapper[data-v-92ee92dc] {
  display: grid;
  grid-template-columns: 273px auto;
  column-gap: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.inputs-wrapper[data-v-92ee92dc] {
    column-gap: 8px;
    grid-template-columns: 80% calc(20% - 8px);
}
}
label[data-v-92ee92dc] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}.total-upb-wrapper[data-v-368b1fe7] {
  height: 399px;
  position: relative;
}
.total-upb-wrapper img[data-v-368b1fe7] {
  width: 100%;
  height: 399px;
}
.assets-images-wrapper[data-v-368b1fe7] {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.assets-images-wrapper.three-images .image__wrapper[data-v-368b1fe7] {
  height: 50% !important;
}
.assets-images-wrapper.three-images .image__wrapper[data-v-368b1fe7]:last-child {
  width: 100%;
}
.assets-images-wrapper[data-v-368b1fe7] .image__wrapper {
  width: 50%;
}
.assets-images-wrapper[data-v-368b1fe7] .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-368b1fe7] .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-368b1fe7] .image__wrapper:nth-child(2) img {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 10px;
}
.assets-images-wrapper[data-v-368b1fe7] .image__wrapper:nth-child(1) img {
  border-top-left-radius: 10px;
}
.assets-images-wrapper[data-v-368b1fe7] .image__wrapper:nth-last-child(1) img {
  border-bottom-right-radius: 10px;
}
.assets-images-wrapper[data-v-368b1fe7] .image__wrapper:nth-last-child(2) img {
  border-bottom-left-radius: 10px;
}
.assets-images-wrapper[data-v-368b1fe7] img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10.4839px;
}
.assets-images-wrapper.three-images[data-v-368b1fe7] .image__wrapper:nth-last-child(2) img {
  border-bottom-left-radius: 0px;
}
.assets-images-wrapper.three-images[data-v-368b1fe7] .image__wrapper:nth-last-child(1) img {
  border-bottom-right-radius: 0px;
}
.assets-images-additional-image[data-v-368b1fe7] {
  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-368b1fe7] {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.assets-images-additional-image[data-v-368b1fe7] .image__wrapper {
  width: 100%;
}
.assets-images-additional-image[data-v-368b1fe7] .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-368b1fe7] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #121727;
  opacity: 0.6;
  border-radius: 10.4839px;
  top: 0px;
}
.total-upb__asset-info[data-v-368b1fe7] {
  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-368b1fe7] {
  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-368b1fe7] {
  width: 32px;
  height: 32px;
}
.total-upb__asset-info-count[data-v-368b1fe7] {
  display: flex;
  align-items: center;
}
.total-upb__asset-info-upb[data-v-368b1fe7] {
  display: flex;
  flex-direction: column;
  margin-top: 23px;
  row-gap: 4px;
}
.total-upb__asset-info-upb-title[data-v-368b1fe7] {
  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-368b1fe7] {
  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-368b1fe7] {
    overflow: hidden;
}
.image__wrapper[data-v-368b1fe7] {
    height: 100% !important;
}
}.offer-price-wrapper[data-v-e49c28de] {
  height: 399px;
}
.offer-price-wrapper__total-upb[data-v-e49c28de] {
  height: 399px;
  position: relative;
}
.offer-price-wrapper__total-upb img[data-v-e49c28de] {
  width: 100%;
  height: 399px;
}
.offer-price-wrapper__inputs[data-v-e49c28de] {
  position: relative;
  bottom: 10px;
}
.c-textarea[data-v-e49c28de] {
  height: 100%;
}
.c-textarea label[data-v-e49c28de] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.c-textarea-field[data-v-e49c28de] {
  width: 100%;
  min-height: 100%;
}
.c-textarea-field[data-v-e49c28de] .v-input__control {
  height: 100%;
}
.c-textarea-field[data-v-e49c28de] .v-input__slot {
  min-height: 100%;
  margin: 0;
  box-shadow: none !important;
  background: #f4f4f4 !important;
  border-radius: 1px;
}
.c-textarea-field[data-v-e49c28de] .v-text-field__slot textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.c-textarea-field[data-v-e49c28de] .v-text-field__slot textarea::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
.c-textarea-field[data-v-e49c28de] .v-text-field__details {
  display: none !important;
}
.c-textarea-field[data-v-e49c28de] 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-c1edf4f8] {
  position: relative;
  height: 462px;
  border-radius: 10.4839px;
  overflow: hidden;
}
.make-offer-dialog__cover[data-v-c1edf4f8]: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-c1edf4f8] {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.make-offer-dialog__cover .make-offer-dialog__cover-price[data-v-c1edf4f8] {
  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-c1edf4f8] {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.530833px;
}
.make-offer-dialog__cover .make-offer-dialog__cover-price h3[data-v-c1edf4f8] {
  font-size: 16px;
  line-height: 26px;
}
.label[data-v-c1edf4f8] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.disabled-fields-label[data-v-c1edf4f8] {
  color: rgba(0, 17, 84, 0.6);
}
.select-input[data-v-c1edf4f8] .v-input__slot {
  background: #f4f4f4 !important;
  font-size: 14px;
}
.select-input[data-v-c1edf4f8] .v-menu__content {
  margin-top: 8px;
}
.select-input[data-v-c1edf4f8] .v-menu__content .v-list {
  padding: 16px;
  text-align: center;
}
.select-input[data-v-c1edf4f8] .v-menu__content .v-list .v-list-item {
  min-height: auto;
}
.select-input[data-v-c1edf4f8] .v-menu__content .v-list .v-list-item__title {
  font-size: 14px;
}
.earnest-money-fields[data-v-c1edf4f8] {
  display: grid;
  grid-template-columns: auto 60px;
  gap: 16px;
}
.earnest-money-fields[data-v-c1edf4f8] .v-input__slot {
  background: rgba(241, 241, 241, 0.25) !important;
  font-size: 14px;
}
.textarea-input[data-v-c1edf4f8] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.textarea-input[data-v-c1edf4f8] .v-input__slot {
  background: #f4f4f4 !important;
}
.textarea-input[data-v-c1edf4f8]::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
[data-v-c1edf4f8] ::placeholder {
  font-size: 14px !important;
}
[data-v-c1edf4f8] div.error--text {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}.label[data-v-f79ca501] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.disabled-fields-label[data-v-f79ca501] {
  color: rgba(0, 17, 84, 0.6);
}
.select-input[data-v-f79ca501] .v-input__slot {
  background: #f4f4f4 !important;
  font-size: 14px;
}
.select-input[data-v-f79ca501] .v-menu__content {
  margin-top: 8px;
}
.select-input[data-v-f79ca501] .v-menu__content .v-list {
  padding: 16px;
  text-align: center;
}
.select-input[data-v-f79ca501] .v-menu__content .v-list .v-list-item {
  min-height: auto;
}
.select-input[data-v-f79ca501] .v-menu__content .v-list .v-list-item__title {
  font-size: 14px;
}
.earnest-money-fields[data-v-f79ca501] {
  display: grid;
  grid-template-columns: auto 60px;
  gap: 16px;
}
.earnest-money-fields[data-v-f79ca501] .v-input__slot {
  background: rgba(241, 241, 241, 0.25) !important;
  font-size: 14px;
}
.textarea-input[data-v-f79ca501] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.textarea-input[data-v-f79ca501] .v-input__slot {
  background: #f4f4f4 !important;
}
.textarea-input[data-v-f79ca501]::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
[data-v-f79ca501] ::placeholder {
  font-size: 14px !important;
}
[data-v-f79ca501] div.error--text {
  background: rgba(213, 40, 25, 0.08);
  border: 1px solid rgba(213, 40, 25, 0.6);
}.make-offer-selected-asset[data-v-750ad300] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-750ad300] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-750ad300] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-750ad300] {
  position: relative;
  padding-bottom: 160px !important;
}
.content[data-v-750ad300] {
  padding-bottom: 100px;
  max-height: 1600px;
  overflow: auto;
}
.title-line[data-v-750ad300] {
  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-750ad300] {
    top: 73px;
}
}
.title-text[data-v-750ad300] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-750ad300] {
  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-750ad300] {
  min-height: auto !important;
}
label[data-v-750ad300],[data-v-750ad300] label {
  margin-bottom: 4px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.slot-select__slot-item[data-v-750ad300] {
  width: 100%;
  cursor: pointer;
  padding: 8px;
}
.slot-select__slot-item[data-v-750ad300]:hover {
  background: #f4f4f4;
}
[data-v-750ad300] .text-control-field .v-input__control .v-text-field__slot input {
  top: 8px;
}
.make-offer-selected-asset[data-v-750ad300] .offer-slider {
  margin-top: 8px;
  padding-bottom: 0;
}
.make-offer-selected-asset[data-v-750ad300] .slot-select__select {
  height: auto !important;
}
.make-offer-selected-asset[data-v-750ad300] .slot-select__select .v-input__slot {
  height: 50px !important;
}
[data-v-750ad300] .slot-select__content-wrapper {
  width: 100% !important;
  max-height: 200px;
}
.disabled-fields[data-v-750ad300] .slot-select__content-wrapper {
  width: 100% !important;
}
.disabled-fields .disabled-fields-label[data-v-750ad300] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  opacity: 0.6;
  margin-bottom: 4px;
}
.disabled-fields .earnest-money-fields[data-v-750ad300] {
  display: grid;
  grid-template-columns: auto 90px;
  column-gap: 16px;
}
.disabled-fields[data-v-750ad300] fieldset {
  border: none;
  background: #f1f1f1;
  opacity: 0.25;
  border-radius: 1px;
}
.button-back[data-v-750ad300] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.next-button-content[data-v-750ad300],
.back-button-content[data-v-750ad300] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.back-button-content[data-v-750ad300]::before {
  width: 20px;
  height: 16px;
  background-size: contain;
  top: 5px;
  left: -33px;
}
.next-button-content[data-v-750ad300]:after {
  width: 20px;
  height: 16px;
  left: 54px;
  top: 5px;
}
.next-button-content.submitBtn[data-v-750ad300]:after {
  background: none;
}
[data-v-750ad300] textarea {
  height: 430px;
}
[data-v-750ad300] .slot-select__menu .v-menu__content {
  z-index: 8 !important;
}
.make-offer-columns-wrapper[data-v-750ad300] {
  overflow: hidden;
}
[data-v-750ad300] .offer-price-wrapper {
  grid-template-columns: calc(33% - 12px) calc(33% - 13px) calc(33% - 12px) !important;
  column-gap: 24px;
  height: auto;
}
[data-v-750ad300] .offer-price-wrapper > div {
  height: 100% !important;
}
[data-v-750ad300] .offer-price-wrapper .offer-price-wrapper__inputs {
  bottom: 0 !important;
}
[data-v-750ad300] .inputs-wrapper {
  grid-template-columns: auto 60px !important;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-750ad300] {
    background: #ffffff;
    padding-top: 0;
}
.left-column[data-v-750ad300] {
    background: none;
    height: auto;
}
.title-line[data-v-750ad300] {
    display: none;
}
.action-line[data-v-750ad300] {
    padding: 0 16px;
    position: fixed !important;
    right: 0;
    height: auto;
    display: block;
}
.content[data-v-750ad300] {
    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-750ad300] {
    height: auto;
    padding-bottom: 130px;
}
.offer-price-wrapper[data-v-750ad300] {
    grid-template-columns: 100% !important;
}
.offer-price-wrapper[data-v-750ad300] > .total-upb-wrapper {
    height: 300px !important;
}
.earnest-money-fields[data-v-750ad300] {
    grid-template-columns: 60% auto !important;
    column-gap: 8px !important;
}
[data-v-750ad300] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-750ad300] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
[data-v-750ad300] .offer-price-wrapper {
    height: auto;
}
[data-v-750ad300] textarea {
    height: 180px;
}
[data-v-750ad300] label,[data-v-750ad300] .disabled-fields-label {
    font-size: 12px !important;
    opacity: 0.8 !important;
}
}
@media (min-width: 960px) and (max-width: 1505px) {
.dd-label[data-v-750ad300] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
@media (max-width: 960px) {
[data-v-750ad300] .v-tooltip__content {
    display: none !important;
}
}
@media (min-width: 1505px) {
[data-v-750ad300] .v-tooltip__content {
    display: none !important;
}
}.asset-item[data-v-436e75aa] {
  background: #ffffff;
  height: 100%;
}
.asset-item .item[data-v-436e75aa] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
  height: 100%;
}
.asset-item .info-section-title[data-v-436e75aa] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.asset-item .name[data-v-436e75aa] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.asset-item .upb[data-v-436e75aa] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.asset-item .upb .amount[data-v-436e75aa] {
  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-436e75aa] {
    overflow: hidden;
}
.asset-item .upb .amount[data-v-436e75aa] {
    font-size: 20px;
}
.name[data-v-436e75aa] {
    font-size: 14px !important;
    line-height: 18px !important;
}
.address[data-v-436e75aa] {
    font-size: 14px;
}
}.offer-item[data-v-9d24a01c] {
  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-9d24a01c] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.offer-item .text-line[data-v-9d24a01c] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offer-item .text-line-label[data-v-9d24a01c] {
  font-weight: 400;
}
.info-section-content[data-v-9d24a01c] {
  padding-bottom: 15px;
}
@media (max-width: 959.98px) {
.info-section-content[data-v-9d24a01c] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
}
.ddPeriod[data-v-9d24a01c] {
    order: 1;
}
.eDeposit[data-v-9d24a01c] {
    order: 3;
}
.closing[data-v-9d24a01c] {
    order: 4;
}
.offer-item[data-v-9d24a01c] {
    min-height: auto;
}
}
.info-text-wrapper[data-v-9d24a01c] {
  margin-top: 30px;
}
.info-text-wrapper .info-section[data-v-9d24a01c] {
  display: flex;
  align-items: start;
  background: #fdf3f2;
  padding: 8px;
  border-radius: 5px;
}
.info-text-wrapper .info-text[data-v-9d24a01c] {
  color: #d52819;
  font-size: 10px;
}
.bid-deposit-link[data-v-9d24a01c] {
  text-decoration: underline;
  font-weight: 600;
  color: #2969ff;
  cursor: pointer;
}.edit-menu[data-v-690383c9] {
  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-690383c9] {
  min-height: auto;
}
.menu-item[data-v-690383c9]:hover:before {
  opacity: 0;
}
.choose-btn[data-v-690383c9]:hover::before {
  opacity: 0;
}
.choose-btn[data-v-690383c9] .v-btn__content {
  justify-content: flex-start;
}
.offer-item[data-v-690383c9] {
  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-690383c9] {
  height: 100%;
}
.offer-item .info-text-wrapper[data-v-690383c9] {
  margin-top: 30px;
}
.offer-item .info-text-wrapper .info-section[data-v-690383c9] {
  display: flex;
  align-items: start;
  background: #fdf3f2;
  padding: 8px;
  border-radius: 5px;
}
.offer-item .info-text-wrapper .info-text[data-v-690383c9] {
  color: #d52819;
  font-size: 10px;
}
.offer-item .info-section-title[data-v-690383c9] {
  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-690383c9] {
  background: none !important;
}
.offer-item .info-section-title .menu-btn.v-btn.v-btn--disabled[data-v-690383c9] i {
  color: rgba(0, 0, 0, 0.26) !important;
}
.offer-item .info-section-title .edit-icon[data-v-690383c9] {
  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-690383c9] {
  background: none !important;
}
.offer-item .info-section-content[data-v-690383c9] {
  padding-bottom: 10px;
}
.offer-item .info-section-content .choose-btn.v-btn.v-btn--disabled[data-v-690383c9] {
  background: none !important;
}
.offer-item .text-line[data-v-690383c9] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offer-item .text-line-label[data-v-690383c9] {
  font-weight: 400;
}
.aNumber[data-v-690383c9] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.edit-amount-btn[data-v-690383c9] {
  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-690383c9] .v-tooltip__content::before {
  display: none !important;
}
@media (max-width: 959.98px) {
.info-section-content[data-v-690383c9] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 10px;
}
.info-section-content > div[data-v-690383c9] {
    white-space: nowrap;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
}
.aNumber[data-v-690383c9] {
    order: 1;
}
.rNumber[data-v-690383c9] {
    order: 3;
}
.deposit[data-v-690383c9] {
    order: 2;
}
[data-v-690383c9] .c-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
[data-v-690383c9] .buttons-wrapper .d-flex {
    width: 100%;
    justify-content: space-between;
}
[data-v-690383c9] .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-3d5f75c0] {
  text-align: center;
  margin: 100px 0;
}
.plaid-custom-loader[data-v-3d5f75c0] {
  margin-top: -42px;
}[data-v-e0a789f1] .v-dialog {
  background: #ffffff;
}
[data-v-e0a789f1] .v-dialog::-webkit-scrollbar {
  width: 11px;
}
[data-v-e0a789f1] .v-dialog::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #dedede;
  border: 2px solid #dedede;
}
[data-v-e0a789f1] .v-dialog::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #a7a7a7;
}
@-moz-document url-prefix() {
[data-v-e0a789f1] .v-dialog {
    scrollbar-color: #a7a7a7 #dedede;
    scrollbar-width: thin;
}
}
[data-v-e0a789f1] .plaid {
  width: 360px !important;
}
[data-v-e0a789f1] .plaid .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
[data-v-e0a789f1] .plaid .dialog-wrapper {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-v-e0a789f1] .vopay .wrapper {
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
}
.dialog-wrapper[data-v-e0a789f1] {
  background: white;
  width: 100%;
  height: 100%;
  min-height: 450px;
  position: relative;
}
.dialog-title[data-v-e0a789f1] {
  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-e0a789f1] {
  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-e0a789f1] {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
[data-v-e0a789f1] input {
  position: relative;
  top: 6px !important;
}
[data-v-e0a789f1] .v-btn {
  min-height: unset !important;
}
[data-v-e0a789f1] .field-wrapper {
  width: 100% !important;
}
[data-v-e0a789f1] .c-label {
  font-size: 14px !important;
}
.buttons-wrapper[data-v-e0a789f1] {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
@media (max-width: 959.98px) {
[data-v-e0a789f1] .v-dialog {
    max-height: 100%;
    height: 100%;
    margin: 16px 0 0 0 !important;
}
.dialog-wrapper[data-v-e0a789f1] {
    padding: 0 16px;
    height: auto;
}
.buttons-wrapper[data-v-e0a789f1] {
    justify-content: unset;
}
.main-info-wrapper[data-v-e0a789f1] {
    box-shadow: 2.6666667461px 2.6666667461px 20px 0 rgba(173, 173, 173, 0.25);
    padding: 16px;
}
.main-info-wrapper[data-v-e0a789f1] .row {
    margin: 0 !important;
}
.dialog-title[data-v-e0a789f1] {
    border-bottom: unset;
}
.dialog-info[data-v-e0a789f1] {
    height: 32px;
    font-size: 12px;
}
.buttons-wrapper[data-v-e0a789f1] {
    margin-top: 109px;
}
.dialog-title[data-v-e0a789f1] {
    font-size: 16px;
    padding-bottom: 12px;
    padding-top: 16px;
}
.close-icon[data-v-e0a789f1] {
    top: 16px;
}
}.make-offer-selected-asset[data-v-5516885a] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-5516885a] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-5516885a] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-5516885a] {
  position: relative;
  height: calc(100% - 113px);
}
.content[data-v-5516885a] {
  padding-bottom: 100px;
  max-height: 600px;
}
.title-line[data-v-5516885a] {
  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-5516885a] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-5516885a] {
  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-5516885a] {
  min-height: auto !important;
}
.button-back[data-v-5516885a] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.next-button-content[data-v-5516885a]:after {
  content: none;
}
@media (max-width: 959.98px) {
.make-offer-selected-asset[data-v-5516885a] {
    background: #ffffff;
    padding-top: 0;
}
.value-page-stepper[data-v-5516885a] {
    padding-top: 0;
}
.left-column[data-v-5516885a] {
    background: none;
    height: auto;
}
.title-line[data-v-5516885a] {
    display: none;
}
.action-line[data-v-5516885a] {
    padding: 0 16px;
    position: fixed !important;
    right: 0;
    height: auto;
    display: block;
}
.content[data-v-5516885a] {
    max-height: none;
    overflow: unset;
}
.content-section[data-v-5516885a] {
    height: auto;
}
[data-v-5516885a] .next-button-content {
    right: 0;
}
[data-v-5516885a] .next-button-content:after {
    content: none;
}
[data-v-5516885a] .stepper__step:nth-child(2) .stepper__step-number {
    left: 25px;
}
[data-v-5516885a] .stepper__step:nth-child(3) .stepper__step-number {
    left: 45px;
}
}
.notification-tooltip {
&::before {
    display: none;
}
}
[data-v-ff7011d9] .v-window__next,[data-v-ff7011d9] .v-window__prev {
  top: 50%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-ff7011d9] .v-window-item .v-image {
    height: 264px !important;
}
}
.asset-dialog-carousel[data-v-ff7011d9] {
  position: relative;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel[data-v-ff7011d9] {
    height: 264px !important;
    width: 100%;
}
}
.asset-dialog-carousel__map[data-v-ff7011d9] {
  width: 100%;
  height: 500px;
  z-index: 0;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel__map[data-v-ff7011d9] {
    width: 100%;
    height: 264px !important;
}
}
.asset-dialog-carousel__slider[data-v-ff7011d9] {
  width: 100%;
  height: 620px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-carousel__slider[data-v-ff7011d9] {
    height: 264px !important;
}
}
.asset-dialog-carousel__slider--full-screen[data-v-ff7011d9] {
  max-width: 100%;
  height: calc(100vh - 128px) !important;
  border-radius: 5px;
}
.asset-dialog-carousel__slider--full-screen[data-v-ff7011d9] .v-carousel__item {
  height: calc(100vh - 128px) !important;
}
.asset-dialog-carousel__button[data-v-ff7011d9] {
  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-ff7011d9] {
    width: 24px;
    height: 24px;
}
}
.asset-dialog-carousel__items[data-v-ff7011d9] {
  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-ff7011d9] {
  max-width: 100%;
}
.asset-dialog-carousel__items[data-v-ff7011d9]::-webkit-scrollbar {
  display: none;
}
.asset-dialog-carousel__item[data-v-ff7011d9] {
  min-width: 90px;
  height: 65px;
  margin-left: 2px;
  border: 2px solid #fff;
  cursor: pointer;
}
.asset-dialog-carousel__item--active[data-v-ff7011d9] {
  border-color: #3ba9e0;
}
.asset-dialog-carousel__item[data-v-ff7011d9]:hover {
  border-color: #3ba9e0;
}
.asset-dialog-carousel__control-tooltip[data-v-ff7011d9] {
  width: auto;
  padding: 2px;
  border-radius: 3px;
  font-size: 10px;
}
.asset-dialog-carousel__control-button[data-v-ff7011d9] {
  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-ff7011d9] {
    width: 32px;
    height: 32px;
}
}
.asset-dialog-carousel__control-button--dashboard[data-v-ff7011d9] {
  top: 8px;
  right: 104px;
}
.asset-dialog-carousel__control-button--no-edit[data-v-ff7011d9] {
  right: 56px;
}
.asset-dialog-carousel__control-button--pen[data-v-ff7011d9] {
  top: 8px;
  right: 56px;
}
.asset-dialog-carousel__control-button--like[data-v-ff7011d9] {
  top: 8px;
  right: 8px;
}
.asset-dialog-carousel__control-button--message[data-v-ff7011d9] {
  top: 8px;
  right: 158px;
  background: blue;
}
.asset-dialog-carousel__control-button--view[data-v-ff7011d9] {
  bottom: 132px;
  right: 8px;
}
.asset-dialog-carousel__control-button--point[data-v-ff7011d9] {
  bottom: 84px;
  right: 8px;
}
.asset-dialog-carousel__mobile-button[data-v-ff7011d9] {
  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-ff7011d9] {
  right: 52px;
}
.asset-dialog-carousel__mobile-button--message[data-v-ff7011d9] {
  right: 96px;
}.message-admin-dialog[data-v-4fcaa606] {
  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-4fcaa606] {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 32px;
  right: 24px;
  cursor: pointer;
}
.message-admin-dialog__title[data-v-4fcaa606] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
  text-align: center;
  margin-bottom: 24px;
}
.message-admin-dialog__logo[data-v-4fcaa606] {
  margin: auto;
}
.message-admin-dialog__message[data-v-4fcaa606] {
  margin-top: 32px;
}
.message-admin-dialog__message-field[data-v-4fcaa606] {
  height: 172px;
}
.message-admin-dialog__message-field[data-v-4fcaa606] .v-input__slot {
  height: 172px;
  border: none !important;
}
.message-admin-dialog__buttons[data-v-4fcaa606] {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.message-admin-dialog__button[data-v-4fcaa606] {
  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-4fcaa606] {
  color: #3873ff !important;
  background: #fff !important;
  margin-left: 0;
}
[data-v-4fcaa606] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-4fcaa606] .v-textarea .v-input__slot {
  background-color: #f5f5f5 !important;
  box-shadow: none !important;
}
[data-v-4fcaa606] .v-btn__content {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
[data-v-4fcaa606] textarea {
  border-radius: 1px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgba(0, 17, 84, 0.45);
}
[data-v-4fcaa606] .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-4fcaa606] {
    display: grid !important;
    grid-template-columns: 45% 45%;
    justify-content: space-between;
}
.message-admin-dialog__buttons button[data-v-4fcaa606] {
    margin: 0;
}
[data-v-4fcaa606] .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-006f8cf9] {
  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-006f8cf9] {
  line-height: 28px;
  font-weight: 600;
  font-size: 28px;
  line-height: 29px;
  margin-top: 12px;
}
.asset-dialog-main-info__header span[data-v-006f8cf9] {
  font-weight: 300;
  font-size: 14px;
  line-height: 26px;
  line-height: 14px;
}
.asset-dialog-main-info__blocks[data-v-006f8cf9] {
  display: flex;
  flex-wrap: wrap;
}
.asset-dialog-main-info__blocks-header[data-v-006f8cf9] {
  font-weight: 400;
  font-size: 10px;
  color: #001154;
}
.asset-dialog-main-info__blocks-price[data-v-006f8cf9] {
  font-weight: 700;
  font-size: 32px;
  color: #001154;
}
.asset-dialog-main-info__blocks-item[data-v-006f8cf9] {
  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-006f8cf9] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.asset-dialog-main-info__blocks-main--status[data-v-006f8cf9] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.asset-dialog-main-info__blocks-main--adress[data-v-006f8cf9] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}
.asset-dialog-main-info__blocks-main img[data-v-006f8cf9] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-status[data-v-006f8cf9] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-line[data-v-006f8cf9] {
  display: flex;
  justify-content: space-between;
  color: #001154;
  margin-bottom: 8px;
}
.asset-dialog-main-info__blocks-line span[data-v-006f8cf9]:first-child {
  font-weight: 600;
  font-size: 14px;
  min-width: 50%;
}
.asset-dialog-main-info__blocks-line span[data-v-006f8cf9]:last-child {
  min-width: 50%;
  text-align: right;
}
.asset-dialog-main-info__blocks-line span[data-v-006f8cf9] {
  font-weight: 300;
  font-size: 13px;
}
.asset-dialog-main-info__blocks-line .contact-advisor-link[data-v-006f8cf9] {
  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-006f8cf9]:disabled {
  color: inherit;
  cursor: default;
  font-weight: 300;
  text-decoration: none;
}
.asset-dialog-main-info__button[data-v-006f8cf9] {
  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-006f8cf9] {
  margin-left: 8px;
}
.asset-dialog-main-info__button-icon--active[data-v-006f8cf9] {
  transform: rotate(180deg);
}
[data-v-006f8cf9] .v-list {
  border-radius: 5px !important;
  padding: 0;
}
[data-v-006f8cf9] .v-list-item {
  font-weight: 600;
  font-size: 12px;
  color: #001154;
  min-height: 39px;
  cursor: pointer;
}
[data-v-006f8cf9] .v-list-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[data-v-006f8cf9] .v-list-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-006f8cf9] .v-list-item:hover {
  color: #ffffff !important;
  background: #2969ff !important;
}.asset-dialog-description__title[data-v-ccea7468] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
}
.asset-dialog-description__description[data-v-ccea7468] {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}
[data-v-ccea7468] .media iframe {
  width: 100% !important;
  height: 300px !important;
}
[data-v-ccea7468] 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-1bfe30ab] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
  padding-top: 15px;
}
.asset-dialog-foreclosure__content-title[data-v-1bfe30ab] {
  font-weight: 600;
  font-size: 13px;
  color: #001154;
}
.asset-dialog-foreclosure__content-paragraph[data-v-1bfe30ab] {
  font-weight: 300;
  font-size: 13px;
  color: #001154;
}
.asset-dialog-foreclosure--closed-status[data-v-1bfe30ab] {
  height: 880px;
}.asset-dialog-due-diligance[data-v-39f82c71] {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin: auto;
}
.asset-dialog-due-diligance__title[data-v-39f82c71] {
  font-weight: 600;
  font-size: 16px;
  color: #001154;
  text-align: center;
  padding-bottom: 16px;
  padding-top: 16px;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.asset-dialog-due-diligance__subtitle[data-v-39f82c71] {
  display: flex;
  justify-content: space-between;
  padding: 8px 24px;
  box-shadow: 0px 8px 24px rgba(0, 17, 84, 0.06);
}
.asset-dialog-due-diligance__subtitle-line[data-v-39f82c71] {
  font-weight: 400;
  font-size: 13px;
  color: #001154;
}
.asset-dialog-due-diligance__subtitle-button[data-v-39f82c71] .v-btn__content {
  color: #2969ff;
  font-weight: 500;
  font-size: 12px;
}
.asset-dialog-due-diligance__subtitle-button img[data-v-39f82c71] {
  margin-right: 8px;
}
.asset-dialog-due-diligance__content[data-v-39f82c71] {
  position: relative;
  height: calc(100vh - 450px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.asset-dialog-due-diligance__content-title[data-v-39f82c71] {
  font-weight: 500;
  font-size: 14px;
  color: #001154;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 16px;
}
.asset-dialog-due-diligance__content-pdf[data-v-39f82c71] {
  overflow-x: scroll;
  scrollbar-width: none !important;
}
.asset-dialog-due-diligance__content-pdf[data-v-39f82c71]::-webkit-scrollbar {
  display: none !important;
}
.asset-dialog-due-diligance__content-pdf-controls[data-v-39f82c71] {
  display: flex;
  justify-content: space-between;
}
.asset-dialog-due-diligance__control[data-v-39f82c71] {
  min-height: 160px;
  box-shadow: 0px -8px 24px rgba(0, 17, 84, 0.06);
  padding: 12px;
}
.asset-dialog-due-diligance__control-title[data-v-39f82c71] {
  font-weight: 600;
  font-size: 12px;
  color: #001154;
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.asset-dialog-due-diligance__control-list[data-v-39f82c71] {
  list-style-type: none;
  padding-left: 0;
  width: 100%;
  max-width: 600px;
  margin: 12px auto;
}
.asset-dialog-due-diligance__control-list li[data-v-39f82c71] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  color: #001154;
}
.asset-dialog-due-diligance__control-list li img[data-v-39f82c71] {
  margin-right: 8px;
}
.asset-dialog-due-diligance__control-buttons[data-v-39f82c71] {
  display: flex;
  width: 100%;
  max-width: 255px;
  margin-top: 11px;
  margin: auto;
}
.asset-dialog-due-diligance__control-button[data-v-39f82c71] {
  width: 100%;
  max-width: 120px;
  color: #fff;
  border-radius: 5px;
}
.asset-dialog-due-diligance__control-button[data-v-39f82c71]:first-child {
  margin-right: 16px;
}
.asset-dialog-due-diligance__control-button--outlined[data-v-39f82c71] {
  color: #2969ff;
}
.asset-dialog-due-diligance__close[data-v-39f82c71] {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
[data-v-39f82c71] .dd-dialog {
  max-height: 100% !important;
}
[data-v-39f82c71] .v-dialog {
  scrollbar-width: none !important;
}
[data-v-39f82c71] .v-dialog::-webkit-scrollbar {
  display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-dialog-due-diligance__title[data-v-39f82c71] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    padding-left: 16px;
    padding-right: 49px;
    text-align: left;
    color: #001154;
}
.asset-dialog-due-diligance__content[data-v-39f82c71] {
    height: 70%;
}
.asset-dialog-due-diligance__content--details-hidden[data-v-39f82c71] {
    height: 88%;
}
.asset-dialog-due-diligance__control[data-v-39f82c71] {
    position: relative;
    padding: 16px 16px 16px 14px;
    min-height: unset;
}
.asset-dialog-due-diligance__control--details-hidden[data-v-39f82c71] {
    height: 96px;
    min-height: 96px;
    display: flex;
    align-items: flex-end;
}
.toggle-dd-info-wrapper[data-v-39f82c71] {
    position: absolute;
    top: 24px;
    right: 18px;
}
.toggle-dd-info-wrapper--details-hidden[data-v-39f82c71] {
    top: 17px;
    right: 18px;
}
.asset-dialog-due-diligance__control-title[data-v-39f82c71] {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    color: #001154;
    justify-content: flex-start;
    align-items: start;
    text-align: left;
    padding-right: 40px;
}
.asset-dialog-due-diligance__control-list[data-v-39f82c71] {
    margin-bottom: 0px;
    margin-top: 4px;
}
.asset-dialog-due-diligance__control-list li[data-v-39f82c71] {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
}
.asset-dialog-due-diligance__subtitle-button[data-v-39f82c71] {
    padding: 0px;
    height: auto;
    margin-top: 4px;
    width: 100%;
    margin-bottom: 16px;
}
li[data-v-39f82c71]:not(:first-child) {
    margin-top: 4px;
}
.asset-dialog-due-diligance__control-button[data-v-39f82c71] {
    max-width: unset;
}
.asset-dialog-due-diligance__control-buttons[data-v-39f82c71] {
    margin: unset !important;
    max-width: unset !important;
}
.decline-btn-text[data-v-39f82c71] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #2969ff;
}
.confirm-btn-text[data-v-39f82c71] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #ffffff;
}
li img[data-v-39f82c71] {
    display: flex;
    align-self: self-start;
    height: 11px;
    width: 11px;
    margin-top: 3px !important;
}
}.message-admin-dialog[data-v-0587c3c4] {
  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-0587c3c4] {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.message-admin-dialog__title[data-v-0587c3c4] {
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  color: #001154;
  text-align: center;
  margin-bottom: 24px;
}
.message-admin-dialog__logo[data-v-0587c3c4] {
  margin: auto;
}
.message-admin-dialog__message-field[data-v-0587c3c4] .v-input__slot {
  border: none !important;
}
.message-admin-dialog__message[data-v-0587c3c4] {
  margin-top: 24px;
}
.message-admin-dialog__buttons[data-v-0587c3c4] {
  display: flex;
  justify-content: center;
}
.message-admin-dialog__button[data-v-0587c3c4] {
  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-0587c3c4] {
  color: #3873ff !important;
  background: #fff !important;
  margin-left: 0;
}
[data-v-0587c3c4] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-0587c3c4] .v-textarea .v-input__slot {
  background-color: #f5f5f5 !important;
  box-shadow: none !important;
}
[data-v-0587c3c4] textarea {
  border-radius: 1px;
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  overflow: auto;
  height: 120px !important;
}
[data-v-0587c3c4] .v-label {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
  opacity: 0.45;
}
@media (max-width: 959.98px) {
.message-admin-dialog[data-v-0587c3c4] {
    padding: 15px !important;
}
.message-admin-dialog__button[data-v-0587c3c4] {
    max-width: 140px;
}
.message-admin-dialog__buttons[data-v-0587c3c4] {
    justify-content: space-between;
}
}[data-v-dd129109] .v-list {
  border-radius: 5px !important;
  padding: 0;
}
[data-v-dd129109] .v-list-item {
  font-weight: 600;
  font-size: 12px;
  color: #001154;
  min-height: 39px;
  cursor: pointer;
}
[data-v-dd129109] .v-list-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[data-v-dd129109] .v-list-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-dd129109] .v-list-item:hover {
  color: #ffffff !important;
  background: #2969ff !important;
}
.asset-dialog-make-offer__make-offer[data-v-dd129109] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.asset-dialog-make-offer__blocks[data-v-dd129109] {
  display: flex;
  flex-wrap: wrap;
}
.asset-dialog-make-offer__blocks-wrapper[data-v-dd129109] {
  display: flex;
  justify-content: center;
}
.asset-dialog-make-offer__button[data-v-dd129109] {
  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-dd129109] {
    padding: 0 16px !important;
}
.asset-dialog-make-offer__button[data-v-dd129109] .v-btn__content .v-icon {
    margin-left: 0 !important;
}
.asset-dialog-make-offer__button[data-v-dd129109] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
}
.asset-dialog-make-offer__button--additional[data-v-dd129109] {
  background: #dd226f !important;
}
.asset-dialog-make-offer__button-icon[data-v-dd129109] {
  margin-left: 8px;
}
.asset-dialog-make-offer__button-icon--active[data-v-dd129109] {
  transform: rotate(180deg);
}
.asset-dialog-make-offer__list-link[data-v-dd129109] {
  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-dd129109] .v-list-item {
  display: flex;
  justify-content: center;
}
.asset-dialog-make-offer__list[data-v-dd129109] .v-list-item:hover .menuDropdownList__link {
  color: white !important;
}.asset-dialog-main-info__header[data-v-68cac9d5] {
  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-68cac9d5] {
  margin: auto;
  height: 60px;
}
.asset-dialog-main-info__timer--disabled[data-v-68cac9d5] {
  padding-top: 2px;
}
.asset-dialog-main-info__menu[data-v-68cac9d5] {
  display: flex;
  justify-content: center;
}
.asset-dialog-main-info__blocks[data-v-68cac9d5] {
  display: flex;
  flex-wrap: wrap;
}
.asset-dialog-main-info__blocks-wrapper[data-v-68cac9d5] {
  display: flex;
  justify-content: center;
}
.asset-dialog-main-info__blocks-header[data-v-68cac9d5] {
  font-weight: 400;
  font-size: 12px;
  color: #001154;
  text-align: center;
  line-height: 16px;
}
.asset-dialog-main-info__blocks-price[data-v-68cac9d5] {
  font-weight: 700;
  font-size: 32px;
  color: #001154;
  text-align: center;
}
.asset-dialog-main-info__blocks-item[data-v-68cac9d5] {
  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-68cac9d5] {
  padding-top: 40px;
}
.asset-dialog-main-info__blocks-main[data-v-68cac9d5] {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.asset-dialog-main-info__blocks-main--status[data-v-68cac9d5] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}
.asset-dialog-main-info__blocks-main--adress[data-v-68cac9d5] {
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
}
.asset-dialog-main-info__blocks-main img[data-v-68cac9d5] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-status[data-v-68cac9d5] {
  margin-right: 8px;
}
.asset-dialog-main-info__blocks-line[data-v-68cac9d5] {
  display: flex;
  justify-content: space-between;
  color: #001154;
  height: 24px;
  margin-bottom: 8px;
}
.asset-dialog-main-info__blocks-line span[data-v-68cac9d5]:first-child {
  font-weight: 600;
  font-size: 14px;
}
.asset-dialog-main-info__blocks-line span[data-v-68cac9d5] {
  font-weight: 300;
  font-size: 13px;
}
.asset-dialog-main-info__button[data-v-68cac9d5] {
  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-68cac9d5] {
  background: #dd226f !important;
}
.asset-dialog-main-info__button-icon[data-v-68cac9d5] {
  margin-left: 8px;
}
.asset-dialog-main-info__button-icon--active[data-v-68cac9d5] {
  transform: rotate(180deg);
}
.asset-dialog-main-info__additional-information-block[data-v-68cac9d5] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.asset-dialog-main-info__additional-title[data-v-68cac9d5] {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #001154;
  margin-bottom: 5px;
}
[data-v-68cac9d5] .v-list {
  border-radius: 5px !important;
  padding: 0;
}
[data-v-68cac9d5] .v-list-item {
  font-weight: 600;
  font-size: 12px;
  color: #001154;
  min-height: 39px;
  cursor: pointer;
}
[data-v-68cac9d5] .v-list-item:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
[data-v-68cac9d5] .v-list-item:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-68cac9d5] .v-list-item:hover {
  color: #ffffff !important;
  background: #2969ff !important;
}
.offers-ended-wrapper[data-v-68cac9d5] {
  display: flex;
  flex-direction: column;
  row-gap: 19px;
}
.offers-ended-wrapper__text[data-v-68cac9d5] {
  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-68cac9d5] {
  align-items: center;
  justify-content: center;
  height: 100%;
}
.make-offer-btn-wrapper[data-v-68cac9d5] {
  width: 100%;
  display: flex;
  justify-content: center;
}
.menuDropdownList__link[data-v-68cac9d5] {
  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-68cac9d5] .v-list-item {
  display: flex;
  justify-content: center;
}
.menuDropdownList[data-v-68cac9d5] .v-list-item:hover .menuDropdownList__link {
  color: white !important;
}.message-seller-img[data-v-5cfb7bf0] {
  width: 112px;
  height: 112px;
}
@media (max-width: 959.98px) {
.message-seller-wrapper__card[data-v-5cfb7bf0] {
    padding: 12px 46px;
    border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.message-seller-wrapper__card img[data-v-5cfb7bf0] {
    width: 78px;
    height: 78px;
}
.message-seller-wrapper__card .message-seller-wrapper__card-text-title[data-v-5cfb7bf0] {
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.message-seller-wrapper__card .message-seller-wrapper__card-text-subtitle[data-v-5cfb7bf0] {
    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-5cfb7bf0] {
    justify-content: center;
}
}.mobile-asset-info[data-v-8883650e] {
  position: relative;
  width: 100%;
}
.mobile-asset-info__timer[data-v-8883650e] {
  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-8883650e] {
  position: absolute;
}
.mobile-asset-info__counter[data-v-8883650e] .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.mobile-asset-info__counter[data-v-8883650e] .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.mobile-asset-info__header[data-v-8883650e] {
  padding: 8px 16px;
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
.mobile-asset-info__header-title[data-v-8883650e] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
}
.mobile-asset-info__header-subtitle[data-v-8883650e] {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}
.mobile-asset-info__header-icon[data-v-8883650e] {
  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-8883650e] {
  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-8883650e] {
  justify-content: center;
}
.mobile-asset-info__price-wrapper[data-v-8883650e] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-asset-info__price-title[data-v-8883650e] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.mobile-asset-info__price-subtitle[data-v-8883650e] {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #001154;
}
.mobile-asset-info__price-subtitle.special-status[data-v-8883650e] {
  font-size: 22px;
  line-height: 30px;
}
.mobile-asset-info__info[data-v-8883650e] {
  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-8883650e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-asset-info__info-name[data-v-8883650e] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-asset-info__info-value[data-v-8883650e] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.mobile-asset-info__info-value .contact-advisor-link[data-v-8883650e] {
  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-8883650e]:disabled {
  color: inherit;
  cursor: default;
  font-weight: 400;
  text-decoration: none;
}
.asset-status-field .mobile-asset-info__info-value[data-v-8883650e] {
  text-align: right;
}
.mobile-asset-info__price-wrapper[data-v-8883650e] {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mobile-asset-info__price-wrapper .msg-btn[data-v-8883650e] {
  border-radius: 7px;
  max-width: 183px;
  width: 100%;
}
.mobile-asset-info__price-wrapper[data-v-8883650e] .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-8883650e] .asset-dialog-timer__time-title {
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
}
.mobile-asset-info__counter[data-v-8883650e] .asset-dialog-timer__time-value {
    font-size: 32px !important;
}
.mobile-asset-info__counter[data-v-8883650e] .asset-dialog-timer__dots {
    font-size: 32px !important;
    font-weight: 700;
    letter-spacing: 0.427px;
    margin: 0 6px !important;
}
}.folder-icon-wrapper[data-v-d3f6cee5] {
  display: flex;
}
[data-v-d3f6cee5] .v-treeview-node__toggle--open {
  color: #2969ff !important;
}
[data-v-d3f6cee5] .v-treeview-node__label {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
[data-v-d3f6cee5] .v-treeview-node {
  border-bottom: 1px solid rgba(154, 171, 194, 0.7);
}
[data-v-d3f6cee5] .v-treeview-node .v-treeview-node {
  border-bottom: unset;
}
[data-v-d3f6cee5] .v-treeview-node[aria-expanded=true] {
  background-color: #f8f9fb;
}
[data-v-d3f6cee5] .v-treeview-node--active:before {
  display: none;
}
[data-v-d3f6cee5] .v-treeview-node__label {
  display: grid;
}
.tree-view-header[data-v-d3f6cee5] {
  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-d3f6cee5] {
  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-d3f6cee5] {
  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-d3f6cee5] {
  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-d3f6cee5] {
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
}
}
.tree-view-table-header__item[data-v-d3f6cee5] {
  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-d3f6cee5]:first-child {
    padding-left: 18px;
}
.tree-view-table-header__item[data-v-d3f6cee5]: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-d3f6cee5]:first-child {
    padding-left: 18px;
}
.tree-view-table-header__item[data-v-d3f6cee5]:nth-child(2) {
    text-align: right;
    padding-right: 80px;
}
}
.tree-view-wrapper[data-v-d3f6cee5] {
  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-d3f6cee5] {
  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-d3f6cee5] {
  font-weight: 400;
  font-size: 12px;
  line-height: 26px;
  color: rgba(0, 17, 84, 0.7);
}
.file-name-wrapper[data-v-d3f6cee5] {
  width: 132px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
#append[data-v-d3f6cee5] {
    width: 100% !important;
}
}
.download-folder-image[data-v-d3f6cee5] {
  width: 10px;
  height: 12px;
}
.file-info-text[data-v-d3f6cee5] {
  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-d3f6cee5] {
    min-width: 70px;
}
}
[data-v-d3f6cee5] .v-treeview-node__level {
  width: 18px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
[data-v-d3f6cee5] .v-treeview-node__append {
    min-width: 100px;
}
}
@media (min-width: 960px) {
[data-v-d3f6cee5] .v-treeview-node__content {
    display: grid;
    grid-template-columns: 30px 28% 1fr;
}
}.documents-wrapper[data-v-19ab4c99] {
  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-19ab4c99] {
    width: 100%;
}
}
.documents-wrapper__documents[data-v-19ab4c99] {
  display: flex;
  flex-direction: column;
}
.documents-wrapper__documents-item[data-v-19ab4c99] {
  display: flex;
  column-gap: 13px;
}
.documents-wrapper__title[data-v-19ab4c99] {
  font-weight: 600;
  font-size: 20px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.documents-wrapper[data-v-19ab4c99] {
    min-height: auto;
}
}
.execute-ca-wrapper[data-v-19ab4c99] {
  display: flex;
  align-items: center;
}
.execute-ca-wrapper__image--mobile[data-v-19ab4c99] {
  width: 88px;
  height: 88px;
}
.ca-disabled-text[data-v-19ab4c99] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #9aabc2;
}
.ca-disabled-text--mobile[data-v-19ab4c99] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.execute-button[data-v-19ab4c99] {
  width: 100%;
  max-width: 230px;
  height: 40px !important;
  border-radius: 5px;
  font-size: 16px !important;
  background: #2969ff !important;
}
.execute-button--mobile[data-v-19ab4c99] {
  max-width: 270px;
  margin-top: 16px !important;
}
.execute-button__content[data-v-19ab4c99] {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
}
.execute-button__content--mobile[data-v-19ab4c99] {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.loader-wrapper[data-v-19ab4c99] {
  display: flex;
  justify-content: center;
  margin-top: 180px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.loader-wrapper[data-v-19ab4c99] {
    margin-top: 0px;
}
}
.request-tier-wrapper[data-v-19ab4c99] {
  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-19ab4c99] {
  max-width: 341px;
  margin-left: 63px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.documents-wrapper[data-v-19ab4c99] {
    min-height: 150px;
    width: 100%;
}
.execute-ca-wrapper[data-v-19ab4c99] {
    justify-content: center;
}
.execute-button--mobile[data-v-19ab4c99] {
    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-45fd916c] .v-list.v-sheet .v-list-group__header {
  border-bottom: 1px solid rgba(0, 17, 84, 0.1);
}
[data-v-45fd916c] .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-45fd916c] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.mobile-asset-expansion-lists__title--active[data-v-45fd916c] {
  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-a457ff92] .v-dialog {
    margin-top: 59px !important;
}
}
.mobile-dialog-carousel[data-v-a457ff92] {
  width: 100%;
  min-height: 100vh;
  padding-bottom: 70px;
  background: #001154;
  position: relative;
  display: flex;
  align-items: center;
}
.mobile-dialog-carousel__images-wrapper[data-v-a457ff92] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mobile-dialog-carousel__close[data-v-a457ff92] {
  position: absolute;
  top: 16px;
  right: 16px;
}
.mobile-dialog-carousel__image[data-v-a457ff92] {
  width: 414px;
  height: 298px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.mobile-dialog-carousel[data-v-a457ff92] {
    padding-bottom: 0;
}
.mobile-dialog-carousel__images-wrapper[data-v-a457ff92] {
    width: 100%;
}
.mobile-dialog-carousel__images-wrapper img[data-v-a457ff92] {
    width: calc(100% - 10px);
    height: auto;
    margin-bottom: 5px;
}
}.scroll-down-btn[data-v-5005ab2d] {
  color: #ffffff;
  font-size: 12px;
  position: absolute;
  right: 50px;
  bottom: 100px;
  animation: moveUpDown-5005ab2d 2s ease-in-out infinite;
  border-radius: 30px;
}
.scroll-down-btn[data-v-5005ab2d] .v-btn__content {
  display: flex;
  flex-direction: column;
}
@keyframes moveUpDown-5005ab2d {
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-5005ab2d] {
  padding: 0 !important;
  min-height: auto !important;
}
.button-back[data-v-5005ab2d]:hover:before {
  opacity: 0;
}
.back-button-content[data-v-5005ab2d] {
  left: 0px !important;
  font-size: 18px !important;
  line-height: 26px !important;
  color: #979797 !important;
}
.back-button-content[data-v-5005ab2d]::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-5005ab2d] .v-dialog {
  overflow: hidden !important;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
[data-v-5005ab2d] .v-dialog {
    margin-top: 59px;
}
}
.asset-dialog[data-v-5005ab2d] {
  margin: auto;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden !important;
}
.asset-dialog--mobile[data-v-5005ab2d] {
  overflow: auto !important;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-dialog[data-v-5005ab2d] {
    flex-direction: column;
    padding-bottom: 120px;
}
}
.asset-dialog__left-side[data-v-5005ab2d] {
  flex: 1;
  width: 50%;
  overflow-y: hidden;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.asset-dialog__left-side[data-v-5005ab2d] {
    width: 100%;
    min-height: 264px;
}
}
.asset-dialog__right-side[data-v-5005ab2d] {
  flex: 1;
  width: 50%;
  height: calc(100vh - 95px);
  overflow-x: scroll;
  scrollbar-width: none;
}
.asset-dialog__right-side[data-v-5005ab2d]::-webkit-scrollbar {
  display: none;
}
.asset-dialog__slider[data-v-5005ab2d] {
  position: absolute;
  outline: 1px solid blue;
  z-index: 100;
}
.asset-dialog__tabs[data-v-5005ab2d] {
  position: sticky;
  height: 48px;
}
.asset-dialog__tabs[data-v-5005ab2d]::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  background: #002c91;
  bottom: 0;
  opacity: 0.2;
}
.asset-dialog__tab-active[data-v-5005ab2d] {
  color: #2969ff !important;
}
.asset-dialog__tab-content[data-v-5005ab2d] {
  padding: 15px 32px;
  min-height: 140vh;
}
.asset-dialog__tab-content--documents[data-v-5005ab2d] {
  min-height: 77vh;
}
.asset-dialog__information[data-v-5005ab2d] {
  top: 0;
  position: sticky;
  background: #fff;
  z-index: 3;
}
[data-v-5005ab2d] .v-dialog {
  scrollbar-width: none;
}
[data-v-5005ab2d] .v-dialog::-webkit-scrollbar {
  display: none;
}
[data-v-5005ab2d] .v-dialog {
  scrollbar-width: none;
}
[data-v-5005ab2d] .v-dialog::-webkit-scrollbar {
  display: none;
}
.message-seller-wrapper[data-v-5005ab2d] {
  margin-top: 24px;
  padding-left: 24px;
}
[data-v-5005ab2d] .message-seller-wrapper__card {
  display: flex;
  column-gap: 24px;
}
[data-v-5005ab2d] .message-seller-wrapper__card-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[data-v-5005ab2d] .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;
}
[data-v-5005ab2d] .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;
}
[data-v-5005ab2d] .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-5005ab2d] {
  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-5005ab2d] .asset-dialog-main-info__header {
  padding-top: 0 !important;
}
[data-v-5005ab2d] .asset-dialog-carousel__items {
  z-index: 8 !important;
}
[data-v-5005ab2d] .v-window__prev,[data-v-5005ab2d] .v-window__next {
  z-index: 8 !important;
  margin: 0 11px !important;
}
[data-v-5005ab2d] .asset-card__full-carousel {
  position: relative;
}
[data-v-5005ab2d] .asset-card__full-carousel-close {
  cursor: pointer;
  position: absolute;
  top: 14px;
  right: 14px;
  width: 56px;
  height: 56px;
}
[data-v-5005ab2d] .documents-wrapper__title {
  padding-top: 20px;
}
@media (max-width: 959.98px) {
.asset-dialog[data-v-5005ab2d] {
    padding-bottom: 0;
}
}
.message-seller-img[data-v-5005ab2d] {
  width: 112px;
  height: 112px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.asset-dialog[data-v-5005ab2d] {
    flex-direction: column;
}
.asset-dialog__left-side[data-v-5005ab2d] {
    width: 100%;
}
[data-v-5005ab2d] .asset-dialog-carousel__slider {
    height: 40vh !important;
}
[data-v-5005ab2d] .v-window-item .v-image {
    height: 40vh !important;
}
[data-v-5005ab2d] .mobile-asset-info__price-wrapper > div {
    text-align: center;
    margin: 0 35px;
}
[data-v-5005ab2d] .mobile-asset-info__price-wrapper span {
    display: block;
}
}.value-page-stepper[data-v-fb05dd62] {
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
}
.stepper-title[data-v-fb05dd62] {
  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-fb05dd62] .stepper {
  padding: 16px 16px 8px 16px;
}.buyer-document-agreement[data-v-8e8c0d18] {
  padding-top: 40px;
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-8e8c0d18] {
  background: #001154;
  height: 749px;
}
@media (max-width: 959.98px) {
.buyer-document-agreement[data-v-8e8c0d18] {
    background: #ffffff;
    padding-top: 0;
}
.left-column[data-v-8e8c0d18] {
    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-8ec2fb0c] {
  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-8ec2fb0c] {
  min-height: auto !important;
}
.content-column[data-v-8ec2fb0c] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-8ec2fb0c] {
  position: relative;
}
.content[data-v-8ec2fb0c] {
  padding-bottom: 120px;
  max-height: 555px;
  overflow: auto;
}
.title-line[data-v-8ec2fb0c] {
  position: sticky;
  top: 59px;
  background: #ffffff;
  z-index: 10;
}
@media screen and (min-width: 1904px) {
.title-line[data-v-8ec2fb0c] {
    top: 73px;
}
}
.title-wrapper[data-v-8ec2fb0c] {
  display: flex;
  justify-content: space-between;
}
.timer-wrapper[data-v-8ec2fb0c] {
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
}
.title[data-v-8ec2fb0c] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.signature-wrapper[data-v-8ec2fb0c] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.signature-wrapper .signa-title[data-v-8ec2fb0c] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.signature-section-wrapper[data-v-8ec2fb0c] {
  position: relative;
  width: 100%;
  height: 171px;
}
.signature-section[data-v-8ec2fb0c] {
  border-radius: 1px;
  background: #f4f4f4;
  width: 100%;
  height: 100%;
}
.button-content[data-v-8ec2fb0c] {
  color: #ffffff;
}
.signa-icon-wrapper[data-v-8ec2fb0c] {
  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-8ec2fb0c] {
  width: 88px;
  height: 88px;
}
.signa-icon-wrapper span[data-v-8ec2fb0c] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
  opacity: 0.45;
}
.signature-action-line[data-v-8ec2fb0c] {
  display: flex;
  justify-content: space-between;
}
.action-line[data-v-8ec2fb0c] {
  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-8ec2fb0c] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
@media (max-width: 959.98px) {
.content[data-v-8ec2fb0c] {
    padding-bottom: 190px;
}
.action-line[data-v-8ec2fb0c] {
    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-31c71fb8] {
  background: #ffffff;
}
.asset-item .item[data-v-31c71fb8] {
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.asset-item .item .photo[data-v-31c71fb8] {
  max-height: 188px;
  width: 100%;
}
.asset-item .info-section-title[data-v-31c71fb8] {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  border-bottom: 1px solid #9aabc2;
}
.asset-item .name[data-v-31c71fb8] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.asset-item .upb[data-v-31c71fb8] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.asset-item .upb .amount[data-v-31c71fb8] {
  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-31c71fb8] {
    max-height: 135px;
}
.asset-item .item[data-v-31c71fb8] {
    overflow: hidden;
}
.asset-item .upb .amount[data-v-31c71fb8] {
    font-size: 20px;
}
.name[data-v-31c71fb8] {
    font-size: 14px !important;
    line-height: 18px !important;
}
.address[data-v-31c71fb8] {
    font-size: 14px;
}
}.edit-menu[data-v-a057ba39] {
  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-a057ba39] {
  min-height: auto;
}
.menu-item[data-v-a057ba39]:hover:before {
  opacity: 0;
}
.asset-item[data-v-a057ba39] {
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 7px;
}
.asset-item .info-section-title[data-v-a057ba39] {
  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-a057ba39] {
  background: #2969ff;
  display: inline-flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  border-radius: 5px;
}
.asset-item .info-section-text[data-v-a057ba39] {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
.asset-item .info-section-text span[data-v-a057ba39] {
  font-weight: 600;
}
.aNumber[data-v-a057ba39] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 959.98px) {
[data-v-a057ba39] .c-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: auto;
}
[data-v-a057ba39] .buttons-wrapper .d-flex {
    width: 100%;
    justify-content: space-between;
}
[data-v-a057ba39] .buttons-wrapper .d-flex button {
    width: 40% !important;
}
}.timer[data-v-4718d8c5] {
  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-4718d8c5] {
  height: 100%;
  background: rgb(248, 249, 251);
}
.left-column[data-v-4718d8c5] {
  background: #001154;
  height: 749px;
}
.content-column[data-v-4718d8c5] {
  background: #ffffff;
  max-height: 750px;
  height: 100%;
}
.content-section[data-v-4718d8c5] {
  position: relative;
  height: calc(100% - 132px);
}
.content[data-v-4718d8c5] {
  padding-bottom: 100px;
  max-height: 600px;
}
.title-line[data-v-4718d8c5] {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}
.timer-wrapper[data-v-4718d8c5] {
  border-bottom: 1px solid rgba(9, 49, 107, 0.4);
}
.title[data-v-4718d8c5] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #0f2d59;
}
.action-line[data-v-4718d8c5] {
  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-4718d8c5] {
  min-height: auto !important;
}
.button-back[data-v-4718d8c5] {
  border-radius: 7px;
  border: 1px solid #2969ff !important;
}
.next-button-content[data-v-4718d8c5]:after {
  content: none;
}
@media (max-width: 959.98px) {
.content-section[data-v-4718d8c5] {
    height: auto;
}
.content[data-v-4718d8c5] {
    max-height: none;
}
[data-v-4718d8c5] .next-button-content {
    right: 0 !important;
}
[data-v-4718d8c5] .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;
}.app-carousel[data-v-324881e0] {
  position: relative;
  width: 100%;
}
.app-carousel__viewport[data-v-324881e0] {
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.app-carousel__viewport[data-v-324881e0]::-webkit-scrollbar {
  display: none;
}
.app-carousel__track[data-v-324881e0] {
  display: flex;
  gap: var(--app-carousel-gap);
}
.app-carousel__item[data-v-324881e0] {
  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-324881e0] {
  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-324881e0]:disabled {
  opacity: 0.35;
  cursor: default;
}
.app-carousel__control--previous[data-v-324881e0] {
  left: -28px;
}
.app-carousel__control--next[data-v-324881e0] {
  right: -28px;
}
@media (max-width: 1600px) {
.app-carousel__control--previous[data-v-324881e0] {
    left: -5px;
}
.app-carousel__control--next[data-v-324881e0] {
    right: -5px;
}
}
@media (max-width: 959px) {
.app-carousel__item[data-v-324881e0] {
    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-324881e0] {
    gap: var(--app-carousel-mobile-gap);
}
.app-carousel__item[data-v-324881e0] {
    flex-basis: var(--app-carousel-mobile-basis);
}
.app-carousel__control[data-v-324881e0] {
    display: none;
}
}.asset-card[data-v-c5c01804] {
  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-c5c01804] {
  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-c5c01804] {
  cursor: pointer;
}
.asset-card__icon-wrapper[data-v-c5c01804] {
  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-c5c01804] {
  left: 8px;
  top: 8px;
}
.asset-card__icon-wrapper-icon:hover button[data-v-c5c01804] {
  background-color: #dd226f;
}
.asset-card__icon-wrapper-icon:hover button span i[data-v-c5c01804] {
  color: white !important;
}
.asset-card__icon-wrapper-favorite-button[data-v-c5c01804] {
  z-index: 3;
  box-shadow: 0px 8px 12px rgba(0, 17, 84, 0.04);
}
.asset-card__icon-wrapper-favorite-button.v-btn--fab.v-btn--contained[data-v-c5c01804] {
  background-color: #fcfcfc;
  box-shadow: 0 8px 11px 0 rgba(233, 233, 233, 0.44);
}
.asset-card__timer[data-v-c5c01804] {
  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-c5c01804] .asset-dialog-timer__time .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
.asset-card__timer--row[data-v-c5c01804] .asset-dialog-timer__time .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__timer--row[data-v-c5c01804] .asset-dialog-timer .asset-dialog-timer__dots {
  font-size: 18px;
  line-height: 40px;
  margin: 0 4px;
}
.asset-card__timer[data-v-c5c01804] .asset-dialog-timer {
  justify-content: center;
}
.asset-card__timer[data-v-c5c01804] .asset-dialog-timer__time-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__timer[data-v-c5c01804] .asset-dialog-timer__time-title {
  font-weight: 400;
  font-size: 11px;
  line-height: 17px;
}
.asset-card__timer[data-v-c5c01804] .asset-dialog-timer__dots {
  font-weight: 700;
  font-size: 24px;
  line-height: 60px;
}
.asset-card__image[data-v-c5c01804] {
  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-c5c01804] {
  max-width: 165px;
  min-width: 165px;
  min-height: 143px;
  height: 143px;
}
.asset-card__row-image[data-v-c5c01804] {
  max-width: 165px;
}
.asset-card__body[data-v-c5c01804] {
  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-c5c01804] {
  padding: 8px;
  width: calc(100% - 165px);
}
.asset-card__body-status[data-v-c5c01804] {
  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-c5c01804] {
  margin-bottom: 0;
}
.asset-card__body-status svg[data-v-c5c01804] {
  margin-right: 4px;
  color: #7fe0e8;
}
.asset-card__body-status svg.published[data-v-c5c01804] {
  color: #fff;
}
.asset-card__body-asset-name[data-v-c5c01804] {
  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-c5c01804] {
  font-size: 14px;
  line-height: 18px;
  min-height: 18px;
  margin-top: 4px;
}
.asset-card__body-position[data-v-c5c01804] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.1px;
  margin-top: 7px;
}
.asset-card__body-position--row[data-v-c5c01804] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-position-address[data-v-c5c01804] {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.asset-card__body-upb[data-v-c5c01804] {
  position: absolute;
  bottom: 16px;
}
.asset-card__body-upb--row[data-v-c5c01804] {
  bottom: 8px;
}
.asset-card__body-upb-label[data-v-c5c01804] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
}
.asset-card__body-upb-label--row[data-v-c5c01804] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.asset-card__body-upb-value[data-v-c5c01804] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
}
.asset-card__body-upb-value--row[data-v-c5c01804] {
  font-weight: 700;
  font-size: 20px;
}
.asset-card__body-hidden[data-v-c5c01804] {
  display: none;
}
[data-v-c5c01804] .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-c5c01804] .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-c5c01804] {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
}
.asset-card__body-upb-value[data-v-c5c01804] {
    font-size: 20px;
    line-height: 152%;
}
.asset-card__image[data-v-c5c01804] {
    min-height: 158px;
    height: 158px;
}
.asset-card__body-position[data-v-c5c01804] {
    margin-top: 0px;
}
.asset-card__body-upb[data-v-c5c01804] {
    bottom: 11px;
}
[data-v-c5c01804] .asset-dialog-timer__dots {
    margin: 0 -4px;
}
[data-v-c5c01804] .asset-dialog-timer {
    height: 66px;
}
[data-v-c5c01804] .asset-dialog-timer__time-value {
    width: 50px;
    max-width: 50px;
}
.asset-card__icon-wrapper[data-v-c5c01804] {
    left: 7px;
    top: 6px;
}
}.asset-listing[data-v-47c3149a] {
  --asset-carousel-image-height: 200px;
  --asset-carousel-nav-size: 55px;
  margin-top: 33px;
}
.asset-listing__header[data-v-47c3149a] {
  margin-bottom: 12px;
}
@media (min-width: 768px) {
.asset-listing__header[data-v-47c3149a] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-listing__header[data-v-47c3149a] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
}
.asset-listing__title[data-v-47c3149a] {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
.asset-listing__title[data-v-47c3149a] {
    text-align: left;
    margin-bottom: 0;
}
}
.asset-listing__title h2[data-v-47c3149a] {
  font-size: 40px !important;
  line-height: 44px;
  font-style: normal;
}
@media (min-width: 768px) {
.asset-listing__title h2[data-v-47c3149a] {
    font-size: 52px;
}
}
.asset-listing__title p[data-v-47c3149a] {
  font-size: 18px;
  letter-spacing: 0.44px;
  margin: 0;
}
@media (min-width: 768px) {
.asset-listing__title p[data-v-47c3149a] {
    font-size: 20px;
}
}
.asset-listing__subtitle[data-v-47c3149a] {
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 18px;
  color: #001154;
}
.asset-listing__button[data-v-47c3149a] {
  border-radius: 5px;
  height: 42px !important;
  width: 170px;
}
.asset-listing__button-text[data-v-47c3149a] {
  font-style: normal;
  font-weight: 500;
  font-size: 15.8251px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.586115px;
  color: #2969ff;
}
.asset-listing__cards[data-v-47c3149a] {
  position: relative;
}
.asset-listing__loader[data-v-47c3149a] {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0.6;
  z-index: 5;
}
.asset-listing__circular-wrapper[data-v-47c3149a] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 594px;
}
.asset-listing__circular-loader[data-v-47c3149a] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.asset-listing__filter[data-v-47c3149a] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 20px;
}
@media (min-width: 768px) {
.asset-listing__filter[data-v-47c3149a] {
    justify-content: initial;
}
}
.asset-listing__filter[data-v-47c3149a] .v-input {
  max-width: 45%;
}
@media (min-width: 768px) {
.asset-listing__filter[data-v-47c3149a] .v-input {
    margin-left: 30px;
    max-width: 100%;
}
}
.asset-listing__filter[data-v-47c3149a] .v-input .v-label {
  font-size: 18px;
  letter-spacing: 0.44px;
  color: #0f2d59;
}
@media (min-width: 768px) {
.asset-listing__filter[data-v-47c3149a] .v-input .v-label {
    font-size: 20px;
}
}
.asset-listing__filter[data-v-47c3149a] .v-text-field .v-label--active {
  transform: translateY(-18px) scale(0.65);
}
.asset-listing__filter[data-v-47c3149a] .v-text-field > .v-input__control > .v-input__slot::after,
.asset-listing__filter[data-v-47c3149a] .v-text-field > .v-input__control > .v-input__slot::before {
  border: 0;
}
.asset-listing__asset-wrapper[data-v-47c3149a] {
  height: 388px;
}
.asset-listing__asset-item[data-v-47c3149a] {
  height: 100% !important;
  width: 100%;
}
.asset-listing__asset-item[data-v-47c3149a] .icon-wrapper {
  left: 16px;
  top: 16px;
}
[data-v-47c3149a] .v-btn {
  min-height: unset !important;
}
[data-v-47c3149a] .v-btn__content {
  white-space: nowrap !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-listing__title[data-v-47c3149a] {
    margin-bottom: 0px;
}
.asset-listing__title h2[data-v-47c3149a] {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 152%;
}
.asset-listing[data-v-47c3149a] {
    --asset-carousel-image-height: 158px;
    padding-left: 24px;
    margin-top: 18px;
}
.asset-listing__header[data-v-47c3149a] {
    margin-bottom: 6px;
    margin-top: 19px;
}
.asset-listing__asset-wrapper[data-v-47c3149a] {
    height: 327px;
    margin-bottom: 17px !important;
}
.asset-listing__cards[data-v-47c3149a] {
    margin-bottom: 35px;
}
.asset-listing__filter[data-v-47c3149a] {
    margin-right: 24px;
}
.asset-listing__button[data-v-47c3149a] {
    border-radius: 7px;
}
}.data-input-wrapper[data-v-f31945ba] {
  display: flex;
  column-gap: 16px;
  margin-top: 24px;
}
.search-title[data-v-f31945ba] {
  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-f31945ba] {
  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-f31945ba] {
  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-f31945ba] {
  display: flex;
  column-gap: 43px;
}
.tabs-wrapper__tab[data-v-f31945ba] {
  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-f31945ba]:hover {
  font-weight: bold;
}
.tabs-wrapper__tab .additional-info[data-v-f31945ba] {
  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-f31945ba]:after {
  opacity: 0;
  transition: 0.2;
  transition-duration: 500ms;
  transition: 200ms;
  margin-top: 17px;
  display: block;
  content: "";
  width: 0%;
  height: 4px;
  background: #ffffff;
}
.tabs-wrapper__tab.active[data-v-f31945ba] {
  font-weight: bold;
}
.tabs-wrapper__tab.active[data-v-f31945ba]:after {
  width: 100%;
  opacity: 1;
}
.google-input[data-v-f31945ba] {
  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-f31945ba] {
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-f31945ba] {
  z-index: 3;
  position: absolute;
  left: 16px;
  top: 9px;
}
.btn-next-wrapper[data-v-f31945ba] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.btn-next-wrapper.value-active[data-v-f31945ba] {
  position: relative;
}
.btn-next[data-v-f31945ba] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.address-data[data-v-f31945ba] {
  font-size: 20px;
  line-height: 152%;
  display: flex;
  max-width: 382px;
  text-align: right;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
[data-v-f31945ba] .v-text-field > .v-input__control > .v-input__slot:before {
  border-color: #001154;
}
[data-v-f31945ba] label {
  color: #001154 !important;
}
[data-v-f31945ba] .custom-select {
  padding: 6px;
  padding-left: 33px;
  padding-top: 34px;
  filter: none;
  width: 694px;
}
[data-v-f31945ba] .custom-select .v-input__control {
  width: auto !important;
  flex-grow: initial !important;
}
[data-v-f31945ba] .custom-select {
  height: auto !important;
}
.c-tooltip[data-v-f31945ba] {
  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-f31945ba] {
  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-f31945ba] {
    left: -41px;
    width: 0px;
    bottom: 106px;
}
}
.tooltip-background[data-v-f31945ba] {
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tooltip-background[data-v-f31945ba] {
    width: 336px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tooltip-text[data-v-f31945ba] {
    width: 212px;
}
}
.google-input[data-v-f31945ba] {
  font-size: 14px;
  transition: box-shadow 500ms;
  outline: none !important;
}
.google-input.focus-visible[data-v-f31945ba] {
  box-shadow: 8px 8px 12px rgba(0, 17, 84, 0.5);
}
.btn-next[data-v-f31945ba]: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-f31945ba]:hover {
  background-color: #2969ff !important;
}
.btn-next[data-v-f31945ba]:hover:before {
  width: 100%;
}
.btn-next:hover .search-icon-arrow[data-v-f31945ba] {
  -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-f31945ba] .v-btn {
  min-height: unset !important;
}
.button-text[data-v-f31945ba] {
  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[data-v-f31945ba] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #001154;
  opacity: 0.3;
  border-radius: 7px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.search-title[data-v-f31945ba] {
    font-size: 20px;
    line-height: 152%;
    margin-top: 26px;
}
.search-subtitle[data-v-f31945ba] {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0px 30px;
}
.value-btn-wrapper[data-v-f31945ba] {
    display: none;
}
.google-input[data-v-f31945ba] {
    width: 366px;
    padding-right: 56px;
}
.search-assets-wrapper[data-v-f31945ba] {
    height: 210px;
}
.gradient-block[data-v-f31945ba] {
    border-radius: 0px;
}
.search-assets-wrapper[data-v-f31945ba] {
    justify-content: unset;
}
.data-input-wrapper[data-v-f31945ba] {
    margin-top: 16px;
}
}
.value-button-mobile-wrapper[data-v-f31945ba] {
  position: absolute;
  right: 16px;
  top: 8px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.search-assets-wrapper[data-v-f31945ba] {
    margin-top: 32px;
}
}.title-wrapper[data-v-bf268eed] {
  position: absolute;
  z-index: 1;
  top: 99px;
  text-align: center;
  row-gap: 24px;
  display: flex;
  flex-direction: column;
}
.title-main[data-v-bf268eed] {
  font-weight: 800;
  font-size: 44px;
  line-height: 56px;
  text-align: center;
  letter-spacing: 0.582857px;
  color: #ffffff;
}
.sub-title-main[data-v-bf268eed] {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #ffffff;
}
.content[data-v-bf268eed] {
  height: 100%;
  position: relative;
}
.content-info[data-v-bf268eed] {
  flex-direction: column;
  padding-top: 314px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.content-info button.go-to-btn[data-v-bf268eed] {
  width: 264px;
  height: 32px;
}
.content-info button.go-to-btn[data-v-bf268eed] span {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
}
.content-img[data-v-bf268eed] {
  width: 220px;
  height: 40px;
}
.sub-img-title[data-v-bf268eed] {
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  text-align: center;
  letter-spacing: 0.426667px;
  color: #7beaf3;
}
.sub-img-text[data-v-bf268eed] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #ffffff;
  width: 305px;
  text-shadow: 0px 2.84575px 2.84575px rgba(0, 0, 0, 0.25);
}
.content-info-lender .sub-img-text[data-v-bf268eed] {
  width: 300px;
}
.content-lender-shadow[data-v-bf268eed] {
  background: rgba(45, 0, 18, 0.65);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.content-exclusive-shadow[data-v-bf268eed] {
  background: rgba(27, 39, 86, 0.75);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.v-btn[data-v-bf268eed] {
  background: #2969ff !important;
  border: 1px solid #ffffff;
  border-radius: 7px;
  color: #ffffff;
  max-width: 372px;
  width: 100%;
}
.v-btn[data-v-bf268eed] .v-btn__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.content-lender.bg-img-1[data-v-bf268eed] {
  background: url("/assets/lenderDesctop1-Db8r-QtD.jpg") no-repeat center/cover;
}
.content-lender.bg-img-2[data-v-bf268eed] {
  background: url("/assets/lenderDesctop2-Ctsbx71h.jpg") no-repeat center/cover;
}
.content-lender.bg-img-3[data-v-bf268eed] {
  background: url("/assets/lenderDesctop3-DnbQlscZ.jpg") no-repeat center/cover;
}
.content-lender.bg-img-4[data-v-bf268eed] {
  background: url("/assets/lenderDesctop4-BMokmhWc.jpg") no-repeat center/cover;
}
.content-lender.bg-img-5[data-v-bf268eed] {
  background: url("/assets/lenderDesctop5-BeEoU8uv.jpg") no-repeat center/cover;
}
.content-exclusive.bg-img-1[data-v-bf268eed] {
  background: url("/assets/exclusiveDesctop1-dAl8E8x9.jpg") no-repeat center/cover;
}
.content-exclusive.bg-img-2[data-v-bf268eed] {
  background: url("/assets/exclusiveDesctop2-oYOYeDZn.jpg") no-repeat center/cover;
}
.content-exclusive.bg-img-3[data-v-bf268eed] {
  background: url("/assets/exclusiveDesctop3-DcYkeZKu.jpg") no-repeat center/cover;
}
.content-exclusive.bg-img-4[data-v-bf268eed] {
  background: url("/assets/exclusiveDesctop4-YI_4viLM.jpg") no-repeat center/cover;
}
.content-exclusive.bg-img-5[data-v-bf268eed] {
  background: url("/assets/exclusiveDesctop5-CyaO5DE4.jpg") no-repeat center/cover;
}
@media (min-width: 600px) {
.title-main[data-v-bf268eed] {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.32px;
    color: #ffffff;
}
.sub-title-main[data-v-bf268eed] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.content-info-lender[data-v-bf268eed] {
    padding-top: 229px;
}
.content-info-exclusive[data-v-bf268eed] {
    padding-top: 229px;
}
}
@media (min-width: 960px) {
.title-wrapper[data-v-bf268eed] {
    row-gap: 32px;
    top: 94px;
}
.title-main[data-v-bf268eed] {
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.414667px;
}
.sub-title-main[data-v-bf268eed] {
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
}
.content-info-lender[data-v-bf268eed] {
    padding-top: 221px;
    width: 300px;
    margin-left: auto;
    margin-right: 78px;
}
.content-info-exclusive[data-v-bf268eed] {
    padding-top: 221px;
    width: 305px;
    margin-left: 75px;
    margin-right: auto;
}
.content-img[data-v-bf268eed] {
    width: 230px;
    height: 42px;
}
.sub-img-title[data-v-bf268eed] {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 0.32px;
}
}
@media (min-width: 600px) {
.authenticationNeeded .title-wrapper[data-v-bf268eed] {
    row-gap: 15px;
    top: 110px;
}
}
@media (min-width: 960px) {
.authenticationNeeded .title-wrapper[data-v-bf268eed] {
    row-gap: 15px;
    top: 110px;
}
}
@media (min-width: 1264px) {
.content-info-lender[data-v-bf268eed] {
    margin-right: 126px;
}
.content-info-exclusive[data-v-bf268eed] {
    margin-left: 124px;
}
.authenticationNeeded .title-wrapper[data-v-bf268eed] {
    row-gap: 15px;
    top: 110px;
}
}
@media (min-width: 1904px) {
.authenticationNeeded .title-wrapper[data-v-bf268eed] {
    row-gap: 15px;
    top: 135px;
}
.title-wrapper[data-v-bf268eed] {
    row-gap: 56px;
    top: 130px;
}
.title-main[data-v-bf268eed] {
    font-weight: 800;
    font-size: 44px;
    line-height: 56px;
    text-align: center;
    letter-spacing: 0.582857px;
}
.sub-title-main[data-v-bf268eed] {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
}
.content-info-lender[data-v-bf268eed] {
    padding-top: 314px;
    width: 435px;
    margin-right: 112px;
}
.content-info-exclusive[data-v-bf268eed] {
    padding-top: 314px;
    width: 420px;
    margin-left: 120px;
}
.content-img[data-v-bf268eed] {
    width: 324px;
    height: 59px;
}
.sub-img-title[data-v-bf268eed] {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.426667px;
}
.sub-img-text[data-v-bf268eed] {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.sub-img-text[data-v-bf268eed] {
    width: 420px;
}
.content-info-lender .sub-img-text[data-v-bf268eed] {
    width: 435px;
}
.content-info[data-v-bf268eed] {
    padding-bottom: 56px;
}
.content-info button.go-to-btn[data-v-bf268eed] {
    width: 372px;
    height: 40px;
}
.content-info button.go-to-btn[data-v-bf268eed] span {
    font-size: 16px;
    line-height: 26px;
}
}.section-main-mobile[data-v-de42cd0f] {
  padding-top: 91px;
  padding-bottom: 24px;
  background: linear-gradient(98.51deg, #073a87 8.61%, #446eae 64.84%, #7f98d7 110.18%);
}
.title-main[data-v-de42cd0f] {
  font-weight: 900;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.426667px;
  color: #ffffff;
  width: 300px;
  margin: 0 auto;
}
.content-info[data-v-de42cd0f] {
  min-height: 160px;
  border-radius: 5px;
  border: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
}
.content-info .content-lender-shadow[data-v-de42cd0f] {
  background: rgba(45, 0, 18, 0.65);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.content-info .content-exclusive-shadow[data-v-de42cd0f] {
  background: rgba(27, 39, 86, 0.75);
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.content-img[data-v-de42cd0f] {
  margin: 0 auto;
}
.sub-img-title[data-v-de42cd0f] {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.487111px;
  color: #7beaf3;
  margin-bottom: 10px;
  position: relative;
}
.content-info-lender.bg-img-1[data-v-de42cd0f] {
  background: url("/assets/lenderMobile1-PlsJvZTh.jpg") no-repeat center/cover;
}
.content-info-lender.bg-img-2[data-v-de42cd0f] {
  background: url("/assets/lenderMobile2-CwVzEw1u.jpg") no-repeat center/cover;
}
.content-info-lender.bg-img-3[data-v-de42cd0f] {
  background: url("/assets/lenderMobile3-BvjQZ4vG.jpg") no-repeat center/cover;
}
.content-info-lender.bg-img-4[data-v-de42cd0f] {
  background: url("/assets/lenderMobile4-Dk5scTH1.jpg") no-repeat center/cover;
}
.content-info-lender.bg-img-5[data-v-de42cd0f] {
  background: url("/assets/lenderMobile5-D_Y8nKeM.jpg") no-repeat center/cover;
}
.content-info-exclusive.bg-img-1[data-v-de42cd0f] {
  background: url("/assets/exclusiveMobile1-D0L9iAzp.jpg") no-repeat center/cover;
}
.content-info-exclusive.bg-img-2[data-v-de42cd0f] {
  background: url("/assets/exclusiveMobile2-CbvJdDM3.jpg") no-repeat center/cover;
}
.content-info-exclusive.bg-img-3[data-v-de42cd0f] {
  background: url("/assets/exclusiveMobile3-B_TXPTJ5.jpg") no-repeat center/cover;
}
.content-info-exclusive.bg-img-4[data-v-de42cd0f] {
  background: url("/assets/exclusiveMobile4-CZHDj4_L.jpg") no-repeat center/cover;
}
.content-info-exclusive.bg-img-5[data-v-de42cd0f] {
  background: url("/assets/exclusiveMobile5-ZF9a2wH4.jpg") no-repeat center/cover;
}
.v-btn[data-v-de42cd0f] {
  background: #2969ff !important;
  border: 1px solid #ffffff;
  border-radius: 7px;
  color: #ffffff;
}
.v-btn[data-v-de42cd0f] .v-btn__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}.content-wrapper[data-v-78870a9d] {
  position: relative;
  width: 100%;
  height: 460px;
  background-size: cover;
  border-radius: 7px;
}
.gradient-block[data-v-78870a9d] {
  width: 100%;
  max-width: calc(100% - 64px);
  height: calc(100% - 64px);
  top: 32px;
  left: 32px;
  position: absolute;
  background: linear-gradient(161.97deg, rgba(15, 43, 116, 0.55) 13.73%, rgba(54, 98, 168, 0.55) 87.72%);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
.gradient-block__data-wrapper[data-v-78870a9d] {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gradient-text__default[data-v-78870a9d] {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: 0.444444px;
  color: #ffffff;
  text-align: center;
}
.gradient-text__main[data-v-78870a9d] {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  margin-top: 8px;
  letter-spacing: 0.530833px;
  color: #ffffff;
}
.gradient-text__button[data-v-78870a9d] {
  margin-top: 41px;
  display: flex;
  justify-content: center;
}
[data-v-78870a9d] .v-btn {
  min-height: unset !important;
}
.second-img-wrapper[data-v-78870a9d] {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 842px;
  position: absolute;
  bottom: 0;
  right: 32px;
}
.second-img-wrapper--huge-step[data-v-78870a9d] {
  right: 158px;
}
.second-img-wrapper img[data-v-78870a9d] {
  max-width: 862px;
  min-height: 545px;
}
@media (max-width: 1200px) {
.second-img-wrapper[data-v-78870a9d] {
    display: none;
}
}
.button-text[data-v-78870a9d] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.gradient-text__main[data-v-78870a9d] {
  text-align: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content-wrapper[data-v-78870a9d] {
    border-radius: 0;
    height: 210px;
}
.gradient-text__default[data-v-78870a9d] {
    font-size: 16px;
    line-height: 20px;
    margin-top: 41px;
}
.gradient-text__main[data-v-78870a9d] {
    font-size: 20px;
    line-height: 152%;
    margin-top: 0;
}
.gradient-block[data-v-78870a9d] {
    max-width: calc(100% - 18px);
    height: calc(100% - 14px);
    top: 6px;
    left: 9px;
}
.gradient-block__data-wrapper[data-v-78870a9d] {
    align-items: unset;
}
.gradient-text__button[data-v-78870a9d] {
    margin-top: 24px;
    width: 89vw;
}
[data-v-78870a9d] .button-second {
    border-radius: 7px;
}
}.blog-card[data-v-e161a240] {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 31px rgba(0, 17, 84, 0.06);
  box-shadow: 0px 10px 31px rgba(0, 17, 84, 0.06);
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.blog-card__image[data-v-e161a240] {
  height: 219px;
}
.blog-card__image img[data-v-e161a240] {
  border-radius: 5px 5px 0px 0px;
  object-fit: cover;
}
.blog-card__title[data-v-e161a240] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.blog-card__excerpt[data-v-e161a240] {
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  height: 80px;
  margin-top: 8px;
  letter-spacing: -0.175px;
  color: #001154;
}
.card-info[data-v-e161a240] {
  padding: 0px 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.blog-card__image img[data-v-e161a240] {
    height: 158px;
}
.blog-card__title[data-v-e161a240] {
    margin-top: 10px;
}
.blog-card__excerpt[data-v-e161a240] {
    margin-top: 2px;
}
.blog-date[data-v-e161a240] {
    bottom: 14px;
    left: 11px;
}
.blog-card[data-v-e161a240] {
    height: 100%;
}
}.asset-listing[data-v-7b51d1cc] {
  padding: 8px;
  margin-top: 24px;
}
.asset-listing__header[data-v-7b51d1cc] {
  margin-top: 28px;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
.asset-listing__header[data-v-7b51d1cc] {
    align-items: center;
    display: flex;
    justify-content: space-between;
}
}
.asset-listing__title[data-v-7b51d1cc] {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
.asset-listing__title[data-v-7b51d1cc] {
    text-align: left;
    margin-bottom: 0;
}
}
.asset-listing__title h2[data-v-7b51d1cc] {
  font-size: 40px !important;
  line-height: 44px;
  font-style: normal;
}
@media (min-width: 768px) {
.asset-listing__title h2[data-v-7b51d1cc] {
    font-size: 52px;
}
}
.asset-listing__title p[data-v-7b51d1cc] {
  font-size: 18px;
  letter-spacing: 0.44px;
  margin: 0;
}
@media (min-width: 768px) {
.asset-listing__title p[data-v-7b51d1cc] {
    font-size: 20px;
}
}
.asset-listing__subtitle[data-v-7b51d1cc] {
  font-style: normal;
  font-weight: normal;
  font-size: 20px !important;
  line-height: 18px;
  color: #001154;
}
.asset-listing__button[data-v-7b51d1cc] {
  border-radius: 5px;
  height: 42px !important;
  width: 170px;
}
.asset-listing__button-text[data-v-7b51d1cc] {
  font-style: normal;
  font-style: normal;
  font-weight: 500;
  font-size: 15.8251px;
  line-height: 16px;
  text-align: center;
  letter-spacing: 0.586115px;
  color: #2969ff;
}
[data-v-7b51d1cc] .v-btn {
  min-height: unset !important;
}
[data-v-7b51d1cc] .v-btn__content {
  white-space: nowrap !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.asset-listing__title[data-v-7b51d1cc] {
    margin-bottom: 0px;
    text-align: start;
}
.asset-listing__title h2[data-v-7b51d1cc] {
    font-weight: 700;
    font-size: 20px !important;
    line-height: 152%;
}
.asset-listing[data-v-7b51d1cc] {
    padding-left: 24px;
}
.asset-listing__header[data-v-7b51d1cc] {
    margin-bottom: 6px;
    justify-content: start;
    align-items: unset;
    margin-top: 28px;
}
.asset-listing__asset-wrapper[data-v-7b51d1cc] {
    height: 327px;
    margin-bottom: 17px !important;
}
.asset-listing__cards[data-v-7b51d1cc] {
    margin-bottom: 35px;
}
.asset-listing__filter[data-v-7b51d1cc] {
    margin-right: 24px;
}
.blogs-wrapper[data-v-7b51d1cc] {
    padding-left: 24px;
}
.asset-wrapper[data-v-7b51d1cc] {
    height: 323px;
    margin-bottom: 9px !important;
}
.asset-listing__filter[data-v-7b51d1cc] {
    margin-bottom: 38px;
}
.asset-listing__button[data-v-7b51d1cc] {
    border-radius: 7px;
}
}.carousel-wrapper[data-v-6bc02aa0] {
  width: 100%;
}
.carousel-wrapper__slide[data-v-6bc02aa0] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.carousel-wrapper__slide img[data-v-6bc02aa0] {
  height: 100%;
  width: 100%;
}.trusted-section-wrapper[data-v-20493bfb] {
  background: #001154;
}
.trusted-section-text[data-v-20493bfb] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  text-align: center;
  color: #cccfdd;
}
.word-container[data-v-20493bfb] {
  text-align: center;
}
.trusted-text[data-v-20493bfb] {
  display: inline-block;
  vertical-align: middle;
  color: #cccfdd;
  letter-spacing: 2px;
}
.cursor[data-v-20493bfb] {
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 50px;
  background-color: #ffffff;
  animation: blink-20493bfb 0.75s step-end infinite;
}
@keyframes blink-20493bfb {
from, to {
    background-color: transparent;
}
50% {
    background-color: #ffffff;
}
}
.trusted-carousel-wrapper[data-v-20493bfb] {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (min-width: 600px) {
.trusted-section-text[data-v-20493bfb] {
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
}
}
@media (min-width: 1904px) {
.trusted-section-text[data-v-20493bfb] {
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.426667px;
}
}.listValidatePassword[data-v-62cc9c88] {
  color: #001154;
  font-size: 11px;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.list__wrapper[data-v-62cc9c88] {
  background-color: rgba(41, 105, 255, 0.1);
}
.list__item[data-v-62cc9c88] {
  font-size: 10px;
  color: rgba(0, 17, 84, 0.7);
}
.validation__description[data-v-62cc9c88] {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  color: #001154;
  letter-spacing: 0;
}
.text-check[data-v-62cc9c88] {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  color: #001154;
}
.text-check .login-btn[data-v-62cc9c88] {
  height: auto;
  width: auto;
  min-height: unset !important;
  margin: 0 !important;
  background: none;
  min-width: unset !important;
  padding: 0 4px;
}
.text-check .login-text[data-v-62cc9c88] {
  color: #2969ff;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.custom-eye-icon[data-v-62cc9c88] {
  padding-top: 2px;
  margin-right: 10px !important;
}
[data-v-62cc9c88] .list__item i {
  font-size: 12px !important;
}
[data-v-62cc9c88] .list__item {
  font-size: 12px;
}
[data-v-62cc9c88] .list__wrapper .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
[data-v-62cc9c88] .second-input-with-background .v-input {
  margin-bottom: 8px !important;
}
[data-v-62cc9c88] .v-btn__content {
  font-size: 16px !important;
}
[data-v-62cc9c88] .second-input-with-background {
  font-size: 14px !important;
}[data-v-8f596136] .v-messages__message {
  text-align: right;
  font-size: 10px;
}
[data-v-8f596136] .second-input-with-background .v-input {
  margin-bottom: 14px;
  padding-right: 0;
}
[data-v-8f596136] .v-card__title {
  color: #0f2d59;
  justify-content: flex-start;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.32px;
}
[data-v-8f596136] .v-card__title.paddings {
  padding: 32px 40px 0 !important;
}
[data-v-8f596136] .cardPopUp__description {
  font-size: 14px;
  line-height: 17px;
  text-align: start;
  letter-spacing: 0;
}
[data-v-8f596136] .v-input__slot {
  padding-top: 4px;
  font-size: 14px;
  font-weight: 500;
}
[data-v-8f596136] .logo-container {
  height: 45px;
}
[data-v-8f596136] .zentinel-logo {
  height: 43px !important;
}
[data-v-8f596136] .v-size--default {
  min-height: 32px !important;
}
[data-v-8f596136] .cardPopUp {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-8f596136] .cardPopUp__text.paddings {
  padding: 0 40px 0 !important;
}
[data-v-8f596136] .v-size--default {
  font-size: 12px !important;
}
[data-v-8f596136] .v-btn.v-size--small .v-btn__content {
  font-size: 9px;
  margin-left: -18px;
}
[data-v-8f596136] .v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  max-height: 40px;
}
[data-v-8f596136] .v-btn--has-bg {
  background-color: #2969ff !important;
  color: #ffffff;
  border-radius: 5px;
  max-height: 40px;
  font-size: 12px !important;
  letter-spacing: 0 !important;
}
[data-v-8f596136] .v-icon {
  margin-bottom: 1px;
  margin-right: 2px;
}
[data-v-8f596136] .v-messages {
  margin-bottom: -1px;
}
.custom-close-icon[data-v-8f596136] {
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 30;
}
.cardPopUp__title__text[data-v-8f596136] {
  color: #001154;
  margin-left: -35px;
  margin-bottom: -1px;
  padding-left: 35px;
  align-self: self-start;
  text-align: left;
}
.v-icon[data-v-8f596136] {
  font-size: 18px !important;
}
@media (max-width: 600px) {
[data-v-8f596136] .xl-logo {
    display: none;
}
[data-v-8f596136] .v-card__title.paddings {
    padding-top: 24px !important;
}
[data-v-8f596136] .cardPopUp__text.paddings {
    padding: 0 16px !important;
}
[data-v-8f596136] .cardPopUp__title__text {
    margin: 0 !important;
    font-size: 24px;
    line-height: 32px;
    color: #001154;
}
[data-v-8f596136] .title-description {
    font-size: 14px;
    line-height: 18px;
    color: #001154;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 24px;
}
[data-v-8f596136] .second-input-with-background .c-label {
    color: rgba(0, 17, 84, 0.8);
}
[data-v-8f596136] .second-input-with-background .v-input {
    margin-bottom: 16px;
}
[data-v-8f596136] .second-input-with-background.email-repeat {
    margin-bottom: 32px;
}
[data-v-8f596136] .second-input-with-background input {
    font-size: 14px;
    color: #001154;
}
[data-v-8f596136] .second-input-with-background input::placeholder {
    opacity: 0.45;
    color: #001154;
}
[data-v-8f596136] .list__wrapper {
    padding: 8px 16px !important;
    height: 103px;
    margin: 16px 0;
}
[data-v-8f596136] .list__wrapper .validation__description {
    margin: 0 0 4px;
    font-size: 12px;
    line-height: 20px;
    color: #001154;
    opacity: 0.8;
}
[data-v-8f596136] .list__wrapper .listValidatePassword {
    margin: 0 !important;
    height: 70px !important;
}
[data-v-8f596136] .list__wrapper .list__item {
    font-size: 12px;
    line-height: 15px;
    color: #001154 !important;
    opacity: 0.8;
    margin-bottom: 8px;
    margin-right: 0px;
}
[data-v-8f596136] .submit-btn {
    height: 40px !important;
    border-radius: 7px;
    max-height: none !important;
    margin-bottom: 16px;
}
[data-v-8f596136] .submit-btn span {
    font-size: 16px;
    line-height: 26px;
}
[data-v-8f596136] .text-check .v-btn {
    padding: 0;
    margin-left: 4px !important;
}
[data-v-8f596136] .text-check,[data-v-8f596136] .text-check span {
    font-size: 12px !important;
    line-height: 20px;
    margin: 0;
}
[data-v-8f596136] .reg-dialog {
    margin: 0;
    max-height: none;
    height: 100%;
}
}
.custom-class[data-v-8f596136] {
  height: auto;
  min-height: 100%;
}
[data-v-8f596136] .c-label {
  font-size: 14px !important;
}
@media (max-width: 600px) {
[data-v-8f596136] .c-label {
    font-size: 12px !important;
}
[data-v-8f596136] .v-input__slot {
    font-size: 12px;
}
[data-v-8f596136] input {
    font-size: 14px;
}
}
[data-v-8f596136] .v-dialog {
  overflow-x: hidden !important;
}.section-main-solo-wrapper[data-v-f7935179] {
  position: relative;
  padding: 206px 12px 36px;
}
.main-background-image[data-v-f7935179] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.content-shadow[data-v-f7935179] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 17, 106, 0.7);
}
.main-block[data-v-f7935179] {
  position: relative;
  color: #ffffff;
}
.text-column[data-v-f7935179] {
  text-align: left;
  padding-left: 80px !important;
  padding-top: 79px !important;
}
.title-main[data-v-f7935179] {
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 72px;
  letter-spacing: 0.583px;
  margin-bottom: 28px;
}
.sub-title-main[data-v-f7935179] {
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: 0.427px;
  margin-bottom: 28px;
}
.go-to-btn[data-v-f7935179] {
  font-size: 16px !important;
  color: #ffffff;
  border-radius: 7px;
  border: 1px solid #fff;
  background: #2969ff !important;
}
.content-img[data-v-f7935179] {
  max-width: 100%;
}
@media screen and (min-width: 1325px) and (max-width: 1600px) {
.section-main-solo-wrapper[data-v-f7935179] {
    padding-top: 170px;
}
.text-column[data-v-f7935179] {
    padding-left: 62px !important;
    padding-top: 35px !important;
}
.title-main[data-v-f7935179] {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 24px;
}
.sub-title-main[data-v-f7935179] {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 24px;
}
}
@media screen and (min-width: 1264px) and (max-width: 1325px) {
.section-main-solo-wrapper[data-v-f7935179] {
    padding-top: 170px;
}
.text-column[data-v-f7935179] {
    padding-left: 62px !important;
    padding-top: 35px !important;
}
.title-main[data-v-f7935179] {
    font-size: 55px;
    line-height: 55px;
    margin-bottom: 24px;
}
.sub-title-main[data-v-f7935179] {
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 24px;
}
}
@media screen and (min-width: 960px) and (max-width: 1264px) {
.section-main-solo-wrapper[data-v-f7935179] {
    padding-top: 150px;
}
.text-column[data-v-f7935179] {
    padding-left: 30px !important;
    padding-top: 5px !important;
}
.title-main[data-v-f7935179] {
    font-size: 45px;
    line-height: 55px;
    margin-bottom: 18px;
}
.sub-title-main[data-v-f7935179] {
    font-size: 23px;
    line-height: 33px;
    margin-bottom: 18px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.section-main-solo-wrapper[data-v-f7935179] {
    padding-top: 120px;
}
.text-column[data-v-f7935179] {
    padding-left: 30px !important;
    padding-top: 0 !important;
}
.title-main[data-v-f7935179] {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 18px;
}
.sub-title-main[data-v-f7935179] {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}
.go-to-btn[data-v-f7935179] {
    font-size: 15px !important;
}
}
@media screen and (min-width: 600px) and (max-width: 800px) {
.text-column[data-v-f7935179] {
    padding-left: 10px !important;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.section-main-solo-wrapper[data-v-f7935179] {
    padding-top: 110px;
}
.text-column[data-v-f7935179] {
    padding-left: 0 !important;
    padding-top: 0 !important;
}
.title-main[data-v-f7935179] {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 18px;
}
.sub-title-main[data-v-f7935179] {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 18px;
}
.content-img[data-v-f7935179] {
    max-width: 75%;
}
}
@media screen and (min-width: 0px) and (max-width: 400px) {
.content-img[data-v-f7935179] {
    max-width: 100%;
}
}[data-v-e9612695] .v-btn {
  min-height: unset !important;
}
.content[data-v-e9612695] {
  z-index: 7;
}
.sectionVisual[data-v-e9612695] {
  height: 100%;
  margin-bottom: 59px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sectionIntro[data-v-e9612695] {
  background: linear-gradient(98.51deg, #073a87 8.61%, #446eae 64.84%, #7f98d7 110.18%);
  position: relative;
  margin-bottom: -30px;
  background-repeat: repeat-x;
  min-height: 636px;
  height: 636px;
}
.sectionIntro[data-v-e9612695]:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
}
@media (min-width: 1441px) {
.sectionIntro .content[data-v-e9612695] {
    position: relative;
}
}
.user-actions[data-v-e9612695] {
  background-color: #fcfcfc;
  box-shadow: 0 20px 30px 0 rgba(223, 223, 223, 0.23);
  position: relative;
  z-index: 2;
  width: fit-content;
  flex-wrap: nowrap;
}
.user-actions .v-btn[data-v-e9612695] {
  min-width: 245px;
}
@media screen and (min-width: 0px) and (max-width: 986px) {
.user-actions[data-v-e9612695] {
    top: -30px;
}
}
@media (max-width: 599.98px) {
.user-actions[data-v-e9612695] {
    width: 100%;
    flex-direction: column;
    flex-wrap: wrap;
}
.user-actions .v-btn[data-v-e9612695] {
    width: 100%;
}
}
.formRegister[data-v-e9612695] {
  background-color: #fcfcfc;
  box-shadow: 0 20px 30px 0 rgba(223, 223, 223, 0.23);
  display: block;
  margin: auto;
  padding: 16px;
  position: relative;
  z-index: 2;
}
@media (min-width: 688px) {
.formRegister[data-v-e9612695] {
    display: flex;
    max-width: 688px;
    padding: 16px 16px 16px 32px;
}
}
@media (min-width: 800px) {
.formRegister[data-v-e9612695] {
    margin: 0;
}
}
@media (max-width: 688px) {
.formRegister[data-v-e9612695] .v-text-field {
    padding-top: 0;
    margin-top: 0;
}
}
.formRegister[data-v-e9612695] .v-input {
  width: 100%;
}
.formRegister[data-v-e9612695] .v-input__slot {
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 1.6;
  letter-spacing: 0.45px;
}
.formRegister[data-v-e9612695] .v-text-field > .v-input__control > .v-input__slot::before,
.formRegister[data-v-e9612695] .v-text-field > .v-input__control > .v-input__slot::after {
  display: none;
}
.formRegister[data-v-e9612695] input {
  text-align: center;
}
@media (min-width: 688px) {
.formRegister[data-v-e9612695] input {
    text-align: left;
}
}
.formRegister .v-btn[data-v-e9612695] {
  width: 100%;
}
@media (min-width: 688px) {
.formRegister .v-btn[data-v-e9612695] {
    width: auto;
}
}
.cursor[data-v-e9612695] {
  border-right: 0.05em solid;
  animation: caret-e9612695 1s steps(1) infinite;
}
@keyframes caret-e9612695 {
50% {
    border-color: transparent;
}
}
form[data-v-e9612695] {
  background: transparent;
  display: flex;
}
form .search-btn[data-v-e9612695] {
  height: auto !important;
}
.labeled-main-search[data-v-e9612695] {
  justify-content: center;
  margin-bottom: 36px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.labeled-main-search[data-v-e9612695] {
    flex-wrap: wrap !important;
    justify-content: start;
}
}
@media screen and (min-width: 501px) and (max-width: 600px) {
.labeled-main-search button[data-v-e9612695] {
    width: calc((100% - 1rem) / 2);
    min-width: calc((100% - 1rem) / 2);
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
.labeled-main-search button[data-v-e9612695] {
    width: 100%;
}
}
.labeled-main-search > div[data-v-e9612695] {
  overflow: hidden;
  background: #fff;
  /* width: calc((45% * 2 - 0.5rem * 2) / 2); */
}
.labeled-main-search > div[data-v-e9612695]:first-child {
  flex-grow: 4;
}
.labeled-main-search > div[data-v-e9612695]:nth-child(2) {
  width: 220px;
}
@media screen and (min-width: 601px) and (max-width: 800px) {
.labeled-main-search > div[data-v-e9612695] {
    width: calc((90% - 1rem) / 2) !important;
}
}
@media screen and (min-width: 501px) and (max-width: 600px) {
.labeled-main-search > div[data-v-e9612695] {
    width: calc((100% - 1rem) / 2) !important;
    margin-bottom: 0.4rem;
}
.labeled-main-search > div[data-v-e9612695]:nth-child(3) {
    margin-bottom: 0;
}
}
@media screen and (min-width: 0px) and (max-width: 500px) {
.labeled-main-search > div[data-v-e9612695] {
    width: 100% !important;
    margin: 0;
    margin-bottom: 0.4rem !important;
}
}
.labeled-main-search > div[data-v-e9612695] {
  padding: 0;
  flex-direction: row;
  margin-right: 0.5rem;
  border-radius: 0.3rem;
}
.labeled-main-search > div label[data-v-e9612695] {
  display: none;
}
.labeled-main-search > div input[data-v-e9612695] {
  font-size: 1.3rem;
  color: rgb(54, 50, 50);
}
.labeled-main-search > div input[data-v-e9612695],
.labeled-main-search > div select[data-v-e9612695] {
  background: #fff;
  border-radius: 0.3rem;
  box-sizing: border-box;
  display: block;
  font-family: "Epilogue", sans-serif !important;
  line-height: 1.3rem;
  margin: 0;
  padding: 1.3rem 1rem 1.3rem 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.labeled-main-search > div input[data-v-e9612695]::placeholder,
.labeled-main-search > div select[data-v-e9612695]::placeholder {
  font-size: 1.3rem;
}
.labeled-main-search > div select[data-v-e9612695] {
  color: rgb(54, 50, 50);
  line-height: 17.256px;
  font-size: 1.3rem;
}
.labeled-main-search > div select option[data-v-e9612695] {
  padding: 0.3rem 0 !important;
  color: #162a4d;
}
.labeled-main-search > div input[data-v-e9612695]::placeholder {
  color: #c3c3c3;
}
.labeled-main-search[data-v-e9612695] {
  background-color: transparent;
  flex-wrap: nowrap;
  padding: 20px;
}
.labeled-main-search input[data-v-e9612695] {
  margin-bottom: 0;
}
.labeled-main-search select[data-v-e9612695] {
  margin-bottom: 0;
}
.labeled-main-search select option[data-v-e9612695] {
  font-size: 1.4rem;
}
.labeled-main-search > div[data-v-e9612695]:last-child {
  align-self: flex-end;
}
.sectionWho[data-v-e9612695] {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
.sectionWho[data-v-e9612695] {
    margin-bottom: 80px;
}
}
@media (min-width: 1025px) {
.sectionWho[data-v-e9612695] {
    margin-bottom: 96px;
}
}
.sectionWho__visual[data-v-e9612695] {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
.sectionWho__visual[data-v-e9612695] {
    grid-template-columns: 1fr 1fr;
}
}
.sectionWho__item[data-v-e9612695] {
  align-items: flex-end;
  background-color: #001154;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 200px;
  position: relative;
  text-align: right;
  transition: all 0.15s;
}
@media (min-width: 768px) {
.sectionWho__item[data-v-e9612695] {
    min-height: 230px;
}
}
@media (min-width: 1025px) {
.sectionWho__item[data-v-e9612695] {
    min-height: 320px;
}
}
.sectionWho__item[data-v-e9612695]::after {
  transition: all 0.15s;
  background-color: #001154;
  clip-path: polygon(100% 0, 100% 100%, 60% 100%, 0 0);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  shape-outside: polygon(100% 0, 100% 100%, 60% 100%, 0 0);
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
.sectionWho__item[data-v-e9612695]::after {
    clip-path: polygon(100% 0, 100% 100%, 320px 100%, 0 0);
    shape-outside: polygon(100% 0, 100% 100%, 320px 100%, 0 0);
}
}
.sectionWho__item[data-v-e9612695]:hover {
  color: #fff;
}
.sectionWho__item[data-v-e9612695]:hover::after {
  background-color: #dd226f;
}
.sectionWho__item h3[data-v-e9612695] {
  flex: 1;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  margin: 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1025px) {
.sectionWho__item h3[data-v-e9612695] {
    font-size: 24px;
    line-height: 28px;
}
}
.sectionWho__item h3 span[data-v-e9612695] {
  display: block;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.582857px;
  margin-top: 8px;
}
@media (min-width: 768px) {
.sectionWho__item h3 span[data-v-e9612695] {
    font-size: 46px;
    line-height: 52px;
    margin-top: 0;
}
}
@media (min-width: 1025px) {
.sectionWho__item h3 span[data-v-e9612695] {
    font-size: 64px;
    line-height: 74px;
}
}
.sectionWho__item svg[data-v-e9612695] {
  position: relative;
  z-index: 2;
  max-width: 50px;
  height: auto;
}
@media (min-width: 1025px) {
.sectionWho__item svg[data-v-e9612695] {
    max-width: 100%;
}
}
.sectionWho__item--buyer[data-v-e9612695] {
  background-color: #7fe0e8;
  background-image: url("/assets/how-buyer-D3FbU0xO.jpg");
  color: #001154;
}
.sectionWho__item--buyer[data-v-e9612695]::after {
  background-color: #7fe0e8;
}
.sectionWho__item--seller[data-v-e9612695] {
  background-image: url("/assets/how-seller-BBcOdGqz.jpg");
}
.sectionScheduleDemo[data-v-e9612695] {
  margin-top: -7px;
  background: white;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
.sectionScheduleDemo[data-v-e9612695] {
    margin-bottom: 25px;
}
}
.sectionScheduleDemo__item[data-v-e9612695] {
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
.sectionScheduleDemo__item[data-v-e9612695] {
    background-color: #fcfcfc;
    box-shadow: 0px 20px 30px rgba(223, 223, 223, 0.438183);
    text-align: right;
}
}
@media (min-width: 768px) {
.sectionScheduleDemo__item[data-v-e9612695]::before {
    background-image: url("/assets/schedule-demo-Dteyt4Gj.jpg");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    clip-path: polygon(0 100%, 100% 100%, 320px 100%, 0 0);
    content: "";
    float: left;
    margin: 0 30px 0 0;
    min-height: 320px;
    shape-outside: polygon(0 100%, 100% 100%, 320px 100%, 0 0);
    width: 320px;
}
}
.sectionScheduleDemo__item[data-v-e9612695]::after {
  clear: both;
  content: "";
  display: table;
  width: 100%;
}
@media (min-width: 768px) {
.sectionScheduleDemo__item__visual[data-v-e9612695] {
    padding: 38px 29px;
}
}
@media (min-width: 1025px) {
.sectionScheduleDemo__item__visual[data-v-e9612695] {
    padding: 44px 32px;
}
}
.sectionScheduleDemo__item__visual h3[data-v-e9612695] {
  flex: 1;
  font-family: "Epilogue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
.sectionScheduleDemo__item__visual h3[data-v-e9612695] {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 60px;
}
}
.sectionScheduleDemo__item__visual h3 span[data-v-e9612695] {
  display: block;
  font-size: 43px;
  font-weight: 800;
  letter-spacing: 0.582857px;
  line-height: 1;
  margin-top: 16px;
}
@media (min-width: 768px) {
.sectionScheduleDemo__item__visual h3 span[data-v-e9612695] {
    font-size: 64px;
    margin-top: 8px;
}
}
.sectionScheduleDemo__item__visual .v-btn[data-v-e9612695] {
  width: 100%;
}
@media (min-width: 768px) {
.sectionScheduleDemo__item__visual .v-btn[data-v-e9612695] {
    bottom: 44px;
    position: absolute;
    right: 32px;
    width: auto;
    z-index: 2;
}
}
@media (min-width: 1025px) {
.sectionScheduleDemo__item__visual .v-btn[data-v-e9612695] {
    bottom: 38px;
    right: 29px;
}
}
.sectionFAQ[data-v-e9612695] {
  background-color: #f8f9fb;
  padding: 56px 8px 40px;
}
@media (min-width: 768px) {
.sectionFAQ[data-v-e9612695] {
    padding: 56px 8px;
}
}
@media (min-width: 1025px) {
.sectionFAQ[data-v-e9612695] {
    padding: 56px 8px;
}
}
@media (max-width: 1025px) {
.sectionFAQ__text-wrapper[data-v-e9612695] {
    margin-bottom: 16px;
}
}
@media (min-width: 1025px) {
.sectionFAQ__visual[data-v-e9612695] {
    display: grid;
    grid-template-columns: 1.2fr 3fr;
    grid-gap: 40px;
}
}
.sectionFAQ__title[data-v-e9612695] {
  font-family: "Epilogue";
  white-space: nowrap;
  margin-bottom: 2px;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.526667px;
}
@media (max-width: 1025px) {
.sectionFAQ__title[data-v-e9612695] {
    text-align: center;
}
}
.sectionFAQ__button[data-v-e9612695] {
  margin-top: 24px;
}
@media (max-width: 1025px) {
.sectionFAQ__button[data-v-e9612695] {
    display: flex;
    justify-content: center;
}
}
.button-text[data-v-e9612695] {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}
.sectionFAQ__description[data-v-e9612695] {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin-top: 14px;
  color: #001154;
}
@media (max-width: 1025px) {
.sectionFAQ__description[data-v-e9612695] {
    text-align: center;
}
}
@media (min-width: 768px) {
.sectionFAQ__description[data-v-e9612695] {
    margin-bottom: 8px;
}
}
.anchorFAQ[data-v-e9612695] {
  display: block;
  position: relative;
  top: -196px;
  visibility: hidden;
}
.building-img-wrapper[data-v-e9612695] {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.building-img-wrapper[data-v-e9612695] {
    width: 421px;
    height: 250px;
}
}
.sectionAssets[data-v-e9612695] {
  background: white;
}
.span-blue[data-v-e9612695] {
  color: #2969ff;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.schedule-container[data-v-e9612695] {
    overflow: hidden;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.sectionVisual[data-v-e9612695] {
    align-items: unset;
    padding-top: 95px;
}
.sectionIntro[data-v-e9612695] {
    height: 537px;
    min-height: 537px;
}
.sectionScheduleDemo[data-v-e9612695] {
    padding-right: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}
.custom-height-image[data-v-e9612695] {
    height: 297px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.sectionScheduleDemo[data-v-e9612695] {
    margin-top: 32px;
}
}.multi-bidding-asset[data-v-36ee6070] {
  width: 100%;
  box-shadow: 2px 3px 14px rgba(0, 17, 84, 0.1019607843);
  border-radius: 7px;
  overflow: hidden;
}
.multi-bidding-asset__icon[data-v-36ee6070] {
  position: absolute;
  right: 8px;
  top: 8px;
}
.multi-bidding-asset__info[data-v-36ee6070] {
  display: flex;
  height: 135px;
}
.multi-bidding-asset__status[data-v-36ee6070] {
  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-36ee6070] {
  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-36ee6070] {
  position: relative;
  width: 130px;
  height: 135px;
}
.multi-bidding-asset__cover-image[data-v-36ee6070] {
  height: 100%;
  width: 130px;
}
.multi-bidding-asset__cover-timer[data-v-36ee6070] .asset-dialog-timer__dots {
  margin-left: 1px;
  margin-right: 1px;
  line-height: 50px;
}
.multi-bidding-asset__cover-timer[data-v-36ee6070] .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-36ee6070] .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-36ee6070] {
  background: #fff;
  padding: 12px 10px 8px 8px;
  width: 234px;
  height: 135px;
}
.multi-bidding-asset__information-title[data-v-36ee6070] {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.multi-bidding-asset__information-subtitle[data-v-36ee6070] {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}
.multi-bidding-asset__information-price[data-v-36ee6070] {
  padding-top: 5px;
}
.multi-bidding-asset__information-label[data-v-36ee6070] {
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.multi-bidding-asset__information-value[data-v-36ee6070] {
  font-weight: 700;
  font-size: 20px;
  color: #001154;
}
.multi-bidding-asset__information-button[data-v-36ee6070] {
  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-36ee6070] {
  background: #dd226f;
}
.small-timer[data-v-36ee6070] .asset-dialog-timer__time-value {
  width: auto !important;
}.assets-page-gmap[data-v-00f8d1a8] {
  width: 100%;
  height: calc(100vh - 135px);
}
.assets-page-gmap__timer[data-v-00f8d1a8] {
  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-00f8d1a8] .asset-dialog-timer__time-value {
  font-size: 16px !important;
  line-height: 16px !important;
}
.assets-page-gmap__timer[data-v-00f8d1a8] .asset-dialog-timer__time-title {
  font-size: 8px !important;
}
.assets-page-gmap__timer[data-v-00f8d1a8] .asset-dialog-timer__dots {
  font-size: 14px !important;
  line-height: 40px !important;
  margin: 0 4px !important;
}
.assets-page-gmap__popup[data-v-00f8d1a8] {
  display: none;
  position: relative;
  width: 100%;
  max-width: 186px;
  border-radius: 5px;
  background: #ffffff;
}
.assets-page-gmap__popup-image[data-v-00f8d1a8] {
  width: 100%;
  height: 110px;
}
.assets-page-gmap__popup-image-wrapper[data-v-00f8d1a8] {
  min-height: 110px;
}
.assets-page-gmap__popup-icon[data-v-00f8d1a8] {
  position: absolute;
  top: 8px;
  left: 8px;
}
.assets-page-gmap__popup-content[data-v-00f8d1a8] {
  padding: 8px;
}
.assets-page-gmap__popup-status[data-v-00f8d1a8] {
  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-00f8d1a8] {
  margin-top: 4px;
}
.assets-page-gmap__popup-positon-adress[data-v-00f8d1a8] {
  font-weight: 600;
  font-size: 10px;
  color: #001154;
}
.assets-page-gmap__popup-positon-icon[data-v-00f8d1a8] {
  max-width: 8px;
  margin-right: 4px;
}
.assets-page-gmap__popup-positon-city[data-v-00f8d1a8] {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  font-size: 8px;
  color: #001154;
}
.assets-page-gmap__popup-positon-city span[data-v-00f8d1a8] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.assets-page-gmap__popup-price[data-v-00f8d1a8] {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
}
.assets-page-gmap__popup-content-price[data-v-00f8d1a8] {
  display: block;
  margin-top: 2px;
}
.assets-page-gmap__popup-upb[data-v-00f8d1a8] {
  color: #001154;
  font-weight: 400;
  font-size: 7px;
  line-height: 7px;
}
.assets-page-gmap__popup-upb span[data-v-00f8d1a8] {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.assets-page-gmap[data-v-00f8d1a8] {
    height: calc(100vh - 69px);
}
[data-v-00f8d1a8] .popup-custom {
    top: unset !important;
    bottom: -42vh !important;
    left: -50% !important;
    right: unset !important;
}
.assets-page-gmap__popup[data-v-00f8d1a8] {
    display: flex !important;
    max-width: 100vw !important;
    width: 100vw !important;
}
.assets-page-gmap__popup-status[data-v-00f8d1a8] {
    transform: rotate(-89deg);
    width: 18px;
}
}
.popup-card-wrapper[data-v-00f8d1a8] {
  width: 100%;
}
.popup-hidded[data-v-00f8d1a8] {
  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-4b61b563] {
  width: 100%;
  height: calc(100vh - 135px);
}
.assets-page-gmap__timer[data-v-4b61b563] {
  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-4b61b563] .asset-dialog-timer__time-value {
  font-size: 16px !important;
  line-height: 16px !important;
}
.assets-page-gmap__timer[data-v-4b61b563] .asset-dialog-timer__time-title {
  font-size: 8px !important;
}
.assets-page-gmap__timer[data-v-4b61b563] .asset-dialog-timer__dots {
  font-size: 14px !important;
  line-height: 40px !important;
  margin: 0 4px !important;
}
.assets-page-gmap__popup[data-v-4b61b563] {
  display: none;
  position: relative;
  width: 100%;
  max-width: 186px;
  border-radius: 5px;
  background: #ffffff;
}
.assets-page-gmap__popup-image[data-v-4b61b563] {
  width: 100%;
  height: 110px;
}
.assets-page-gmap__popup-image-wrapper[data-v-4b61b563] {
  min-height: 110px;
}
.assets-page-gmap__popup-icon[data-v-4b61b563] {
  position: absolute;
  top: 8px;
  left: 8px;
}
.assets-page-gmap__popup-content[data-v-4b61b563] {
  padding: 8px;
}
.assets-page-gmap__popup-status[data-v-4b61b563] {
  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-4b61b563] {
  margin-top: 4px;
}
.assets-page-gmap__popup-positon-adress[data-v-4b61b563] {
  font-weight: 600;
  font-size: 10px;
  color: #001154;
}
.assets-page-gmap__popup-positon-icon[data-v-4b61b563] {
  max-width: 8px;
  margin-right: 4px;
}
.assets-page-gmap__popup-positon-city[data-v-4b61b563] {
  display: flex;
  flex-direction: column;
  margin-top: 4px;
  font-size: 8px;
  color: #001154;
}
.assets-page-gmap__popup-positon-city span[data-v-4b61b563] {
  font-weight: 400;
  font-size: 8px;
  line-height: 14px;
}
.assets-page-gmap__popup-price[data-v-4b61b563] {
  margin-top: 4px;
  font-weight: 700;
  font-size: 18px;
}
.assets-page-gmap__popup-content-price[data-v-4b61b563] {
  display: block;
  margin-top: 2px;
}
.assets-page-gmap__popup-upb[data-v-4b61b563] {
  color: #001154;
  font-weight: 400;
  font-size: 7px;
  line-height: 7px;
}
.assets-page-gmap__popup-upb span[data-v-4b61b563] {
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.assets-page-gmap[data-v-4b61b563] {
    height: calc(100vh - 69px);
}
[data-v-4b61b563] .popup-custom {
    top: unset !important;
    bottom: -24vh !important;
    left: -50% !important;
    right: unset !important;
    position: fixed !important;
}
[data-v-4b61b563] a[href^="http://maps.google.com/maps"] {
    display: none !important;
}
[data-v-4b61b563] a[href^="https://maps.google.com/maps"] {
    display: none !important;
}
[data-v-4b61b563] .gmnoprint a,[data-v-4b61b563] .gmnoprint span,[data-v-4b61b563] .gm-style-cc {
    display: none;
}
[data-v-4b61b563] .gmnoprint div {
    background: none !important;
}
[data-v-4b61b563] .gm-style-mtc {
    display: none;
}
}.input-range__to[data-v-b482b254], .input-range__from[data-v-b482b254] {
  padding: 0;
  margin-top: 0;
  font-size: 12px !important;
  color: #001154;
}
.input-range__to[data-v-b482b254] .v-input__control, .input-range__from[data-v-b482b254] .v-input__control {
  border: 1px solid rgba(9, 49, 107, 0.4);
  border-radius: 2px;
  padding: 4px 4px;
}
.input-range__to[data-v-b482b254] .v-input__control .v-input__slot, .input-range__from[data-v-b482b254] .v-input__control .v-input__slot {
  margin: 0;
}
.input-range__to[data-v-b482b254] .v-input__control .v-input__slot:before, .input-range__from[data-v-b482b254] .v-input__control .v-input__slot:before, .input-range__to[data-v-b482b254] .v-input__control .v-input__slot:after, .input-range__from[data-v-b482b254] .v-input__control .v-input__slot:after {
  display: none;
}
.input-range__to[data-v-b482b254] .v-input__control .v-input__slot .v-text-field__slot input, .input-range__from[data-v-b482b254] .v-input__control .v-input__slot .v-text-field__slot input {
  border: none !important;
  border-image: none !important;
  padding: 0;
}
.input-range__to[data-v-b482b254] .v-input__control .v-input__slot .v-text-field__slot input::placeholder, .input-range__from[data-v-b482b254] .v-input__control .v-input__slot .v-text-field__slot input::placeholder {
  color: #001154 !important;
}
.input-range__to[data-v-b482b254] .v-text-field__details, .input-range__from[data-v-b482b254] .v-text-field__details {
  display: none;
}
.input-range[data-v-b482b254] {
  display: flex;
  align-items: center;
}
.input-range__from[data-v-b482b254] {
  margin-right: 8px;
}
.input-range__to[data-v-b482b254] {
  margin-left: 8px;
}
.input-range__divider[data-v-b482b254] {
  color: #001154;
}
[data-v-b482b254] .v-text-field input {
  font-size: 12px;
}[data-v-8a4c2590] .v-menu__content {
  top: 37px !important;
}
.autocomplete-selector[data-v-8a4c2590] {
  width: 100%;
  height: 30px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  position: relative;
}
.autocomplete-selector__icon[data-v-8a4c2590] {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: absolute;
  left: 16px;
  top: 8px;
}
.autocomplete-selector__menu-icon[data-v-8a4c2590] {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.autocomplete-selector__menu-icon img[data-v-8a4c2590] {
  width: 8px;
}
.autocomplete-selector__menu-icon--active[data-v-8a4c2590] {
  transform: rotate(180deg);
}
.autocomplete-selector__placeholder[data-v-8a4c2590] {
  font-size: 12px;
  color: grey;
  width: calc(100% - 45px);
  height: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-left: 45px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: pre;
}
.autocomplete-selector__content[data-v-8a4c2590] {
  display: flex;
  flex-direction: column;
  background: #fff;
  padding: 16px;
  border-radius: 5px;
}
.autocomplete-selector__content-button[data-v-8a4c2590] {
  text-align: left;
  color: #001154;
  font-size: 12px;
  min-height: 24px;
}
.autocomplete-selector__input[data-v-8a4c2590] {
  width: 100%;
  height: 100%;
  background: white;
  padding: 8px 16px;
  box-shadow: 0px 8px 24px rgba(0, 17, 84, 0.06);
  border-radius: 5px;
  font-size: 12px;
}
.autocomplete-selector__input--icon[data-v-8a4c2590] {
  padding-left: 44px;
}
.gmaps-autocomplete[data-v-8a4c2590] {
  padding-top: 0px;
  margin-top: 0px;
}
[data-v-8a4c2590] .v-list-item__title {
  font-size: 12px;
}
[data-v-8a4c2590] .v-input {
  font-size: 12px;
}
[data-v-8a4c2590] .v-list-item--active {
  background: none !important;
}
[data-v-8a4c2590] .v-list-item--active .v-list-item__title {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  /* identical to box height, or 217% */
  /* Primary / DarkBlue */
  color: #001154 !important;
}
[data-v-8a4c2590] .v-list-item__title {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #001154;
}
[data-v-8a4c2590] .v-list-item__content {
  padding: 0px;
}
[data-v-8a4c2590] .v-list-item {
  height: 30px;
  min-height: unset;
}
[data-v-8a4c2590] .v-input__slot {
  margin-bottom: 0px;
}
[data-v-8a4c2590] .v-input__slot::before {
  display: none;
}
[data-v-8a4c2590] .v-input__slot::after {
  display: none;
}
[data-v-8a4c2590] .v-input__slot {
  box-shadow: 0px 8px 24px rgba(0, 17, 84, 0.06) !important;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #ffffff;
  min-height: 30px !important;
  border-radius: 5px;
  padding: 0 12px;
}
[data-v-8a4c2590] input {
  position: relative;
  top: 2px;
  padding-left: 5px;
}
[data-v-8a4c2590] .v-icon {
  color: red;
}
[data-v-8a4c2590] .v-input__append-inner {
  position: relative;
  top: 5px;
}
[data-v-8a4c2590] .v-input__prepend-inner {
  top: 4px;
  position: relative;
}
[data-v-8a4c2590] .v-text-field__details {
  display: none;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-8a4c2590] .v-input__append-inner {
    right: 7px;
}
}.input-wrapper[data-v-b9309af8] {
  display: flex;
  height: 40px;
  background: #ffffff;
  box-shadow: 3px 4px 15px rgba(0, 17, 84, 0.14);
  border-radius: 5px;
  width: 398px;
  position: relative;
}
.input-wrapper .input-wrapper-img[data-v-b9309af8] {
  position: absolute;
  top: 12px;
  left: 12px;
}
.input-wrapper .input-wrapper-img .v-input__slot[data-v-b9309af8] {
  top: 2px;
}
.input-wrapper .search-input-wrapper[data-v-b9309af8] {
  width: 100%;
  padding-left: 40px;
}
.input-wrapper .search-input-wrapper[data-v-b9309af8] .v-input {
  width: 355px;
}
.input-wrapper[data-v-b9309af8] input {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  width: 200px;
}
.input-wrapper[data-v-b9309af8] .v-input__slot {
  font-size: 12px;
  position: relative;
  top: 7px;
}
.input-wrapper[data-v-b9309af8] .v-input__slot::after, .input-wrapper[data-v-b9309af8] .v-input__slot::before {
  content: none !important;
}
.input-wrapper[data-v-b9309af8] .v-input {
  display: flex;
  align-items: center;
  margin-top: 0;
  padding-top: 0;
}
.v-input--selection-controls__ripple.primary--text[data-v-b9309af8] {
  color: !important;
}
.assets-map-header[data-v-b9309af8] {
  border-bottom: 1px solid #ced2df;
}
.assets-map-header__controls[data-v-b9309af8] {
  display: flex;
  padding: 12px 32px;
  row-gap: 10px;
  column-gap: 16px;
}
.assets-map-header__controls-sort-button[data-v-b9309af8] {
  width: 100%;
  justify-content: flex-start;
  left: -15px;
  height: 18px !important;
  margin-bottom: 24px;
}
.assets-map-header__controls-sort-button[data-v-b9309af8]:last-child {
  margin-bottom: 16px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.assets-map-header__controls-sort-button[data-v-b9309af8] {
    margin-bottom: 0 !important;
}
}
.assets-map-header__controls-sort-button[data-v-b9309af8]:before {
  display: none !important;
}
.assets-map-header__controls-sort-button[data-v-b9309af8] .v-btn__content {
  font-weight: 400;
  font-size: 14px !important;
  text-align: left !important;
  color: #001154 !important;
}
.assets-map-header__controls-search[data-v-b9309af8] {
  width: 100%;
  max-width: 299px;
}
.assets-map-header .active-sort[data-v-b9309af8] .v-btn__content {
  color: #2969ff !important;
}
.assets-map-header__input-range[data-v-b9309af8] {
  margin-bottom: 8px;
}
.assets-map-header__input-range[data-v-b9309af8] .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.assets-map-header .input-wrapper[data-v-b9309af8],
.assets-map-header .address-field[data-v-b9309af8] {
  width: 398px;
  max-width: none;
  min-width: 250px;
}
.assets-map-header .marketing-status-field[data-v-b9309af8],
.assets-map-header .asset-status-field[data-v-b9309af8],
.assets-map-header .collateral-type-field[data-v-b9309af8] {
  width: 203px;
  max-width: none;
  min-width: 180px;
}
.assets-map-header .upb-field[data-v-b9309af8],
.assets-map-header .sort-field[data-v-b9309af8] {
  width: 203px;
  max-width: none;
  min-width: 95px;
}
.assets-map-header .slot-select__slot-wrapper[data-v-b9309af8],
.assets-map-header .slot-select__slot-wrapper .upb-field-wrapper[data-v-b9309af8] {
  width: 100%;
}
.assets-map-header .slot-select__slot-wrapper[data-v-b9309af8] .v-input__slot input,
.assets-map-header .slot-select__slot-wrapper .upb-field-wrapper[data-v-b9309af8] .v-input__slot input {
  font-size: 14px;
}
.assets-map-header .slot-select__slot-wrapper[data-v-b9309af8] .v-input__slot input::placeholder,
.assets-map-header .slot-select__slot-wrapper .upb-field-wrapper[data-v-b9309af8] .v-input__slot input::placeholder {
  color: rgba(9, 49, 107, 0.4) !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.assets-map-header[data-v-b9309af8] .v-input__append-inner {
  display: none;
}
.assets-map-header[data-v-b9309af8] input {
  font-size: 16px;
  color: #001154;
}
.assets-map-header[data-v-b9309af8] .second-select.slot-select__select {
  height: 40px !important;
}
.assets-map-header[data-v-b9309af8] .gmaps-autocomplete .v-input__slot,
.assets-map-header[data-v-b9309af8] .second-select .v-input__slot {
  min-height: 40px !important;
  height: 40px !important;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14) !important;
  filter: none;
}
.assets-map-header[data-v-b9309af8] .gmaps-autocomplete .v-select__selections,
.assets-map-header[data-v-b9309af8] .second-select .v-select__selections {
  min-height: 40px !important;
  height: 40px !important;
}
.assets-map-header[data-v-b9309af8] .gmaps-autocomplete .v-input__control,
.assets-map-header[data-v-b9309af8] .second-select .v-input__control {
  min-height: 40px !important;
}
.assets-map-header[data-v-b9309af8] .v-menu__content .v-input__slot .v-input--selection-controls__input {
  width: 21px;
  height: 21px;
}
.assets-map-header[data-v-b9309af8] .v-menu__content .v-input__slot {
  align-items: center;
}
.assets-map-header[data-v-b9309af8] .v-menu__content .slot-select__checkbox {
  margin-bottom: 16px;
}
.assets-map-header[data-v-b9309af8] .slot-select__icon-wrapper {
  top: 8px;
}
.assets-map-header[data-v-b9309af8] .slot-select__icon-wrapper img {
  width: 9px;
  height: 8px;
}
.assets-map-header[data-v-b9309af8] .slot-select__checkbox > .v-input__control > .v-input__slot > label {
  font-size: 14px !important;
}
.assets-map-header .address-field[data-v-b9309af8] .v-select__slot input {
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 20px !important;
}
.assets-map-header .address-field[data-v-b9309af8] .v-input__prepend-inner {
  margin: 0;
  top: 12px;
}
.assets-map-header .address-field[data-v-b9309af8] img {
  display: inline-block;
  width: 18px;
  height: 18px;
}
.assets-map-header .upb-field[data-v-b9309af8] .v-menu .v-input {
  margin: 0;
  padding: 0;
}
.assets-map-header .sort-field[data-v-b9309af8] img {
  width: 16px;
  height: 16px;
}
.slot-select__slot-wrapper[data-v-b9309af8] {
  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-b9309af8]::-webkit-scrollbar {
  display: none;
}
.slot-select__controls-status[data-v-b9309af8] .slot-select__content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-bottom: 8px;
}
.slot-select__apply-button[data-v-b9309af8] {
  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-b9309af8]:not(.v-btn--disabled) .v-btn__content {
  color: #2969ff !important;
}
.slot-select__apply-button[data-v-b9309af8] .v-btn__content {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 20px;
}
.slot-select__checkbox[data-v-b9309af8] .v-input__slot .v-label {
  color: #001154;
}
.slot-select__checkbox[data-v-b9309af8] .v-input__slot {
  align-items: center;
}
.slot-select__controls-status[data-v-b9309af8] {
  width: 100%;
  max-width: 148px;
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.input-wrapper[data-v-b9309af8] {
    height: auto;
}
.input-wrapper .search-input-wrapper[data-v-b9309af8] .v-input__slot {
    top: 0;
}
.assets-map-header__input-range[data-v-b9309af8] {
    margin-bottom: 0 !important;
}
.assets-map-header__controls[data-v-b9309af8] {
    flex-direction: column;
    row-gap: 16px;
    padding: 0px 16px;
}
.input-wrapper[data-v-b9309af8],
  .marketing-status-field[data-v-b9309af8],
  .asset-status-field[data-v-b9309af8],
  .collateral-type-field[data-v-b9309af8] {
    width: 100% !important;
}
.address-field[data-v-b9309af8] {
    width: 100% !important;
    height: 48px;
}
.upb-field[data-v-b9309af8],
  .sort-field[data-v-b9309af8] {
    width: 100% !important;
}
.assets-map-header[data-v-b9309af8] .second-select.slot-select__select {
    height: 56px !important;
}
.assets-map-header[data-v-b9309af8] .second-select .v-input__slot {
    height: 56px !important;
    box-shadow: none !important;
}
.assets-map-header[data-v-b9309af8] .gmaps-autocomplete .v-input__slot {
    height: 48px !important;
}
[data-v-b9309af8] .slot-select__icon-wrapper {
    top: 16px !important;
}
[data-v-b9309af8] .v-input__append-inner {
    display: block !important;
}
[data-v-b9309af8] .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-b9309af8] .assets-map-header__controls-search {
    max-width: unset;
}
[data-v-b9309af8] .gmaps-autocomplete .v-input__slot {
    height: 48px !important;
}
[data-v-b9309af8] .gmaps-autocomplete .v-input__icon {
    display: none;
}
[data-v-b9309af8] .slot-select__select-icon {
    width: 9px;
    height: 8px;
}
[data-v-b9309af8] .v-input__prepend-inner {
    top: 13.5px !important;
}
[data-v-b9309af8] .v-input__prepend-inner img {
    height: 18px;
    width: 18px;
}
[data-v-b9309af8] input {
    top: 2px;
    padding-left: 15px;
}
[data-v-b9309af8] .v-label {
    font-style: normal;
    font-weight: 400;
    font-size: 14px !important;
    line-height: 18px;
    color: #001154;
}
[data-v-b9309af8] .slot-select__apply-button {
    margin-top: 16px;
}
[data-v-b9309af8] .slot-select__apply-button .v-btn__content {
    font-size: 14px !important;
    justify-content: start !important;
}
.slot-select__slot-wrapper[data-v-b9309af8] {
    row-gap: 16px;
    padding-bottom: 16px;
}
.assets-map-header[data-v-b9309af8] {
    border-bottom: unset;
}
}
@media screen and (min-width: 960px) and (max-width: 1400px) {
.assets-map-header__controls[data-v-b9309af8] {
    flex-wrap: wrap;
}
}.assets-map-chips__regular-chip[data-v-bacd3147], .assets-map-chips__clear-chip[data-v-bacd3147] {
  flex: 0 0 auto;
  border-radius: 5px !important;
  font-size: 14px;
  cursor: pointer;
  height: 34px;
}
.assets-map-chips[data-v-bacd3147] {
  display: flex;
  flex: 1 1 auto;
  padding-top: 8px;
  overflow-x: scroll !important;
  width: 100%;
  scrollbar-width: none;
}
.assets-map-chips[data-v-bacd3147]::-webkit-scrollbar {
  display: none;
}
.assets-map-chips__clear-chip[data-v-bacd3147] {
  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-bacd3147] {
  margin-left: 8px;
  padding-bottom: 2px;
}
.assets-map-chips__regular-chip[data-v-bacd3147] {
  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-bacd3147] {
  margin-left: 8px;
  padding-bottom: 2px;
}.mobile-buttons-wrapper[data-v-ebe58829] {
  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-ebe58829] {
  background: #2969ff;
  color: #fff;
}
.mobile-buttons-wrapper__item[data-v-ebe58829] {
  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-ebe58829]:first-child {
  margin-right: 16px;
}
.filters-count[data-v-ebe58829] {
  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;
}
.view-type-icon[data-v-ebe58829] {
  width: 17px;
  height: 18px;
}
.filters-type-icon[data-v-ebe58829],
.view-type-icon[data-v-ebe58829] {
  margin-right: 8px;
}
.assets-map-chips[data-v-ebe58829] {
  padding: 8px 32px;
}
.asset-map-filter-wrapper-list[data-v-ebe58829] {
  height: 60px;
  position: fixed;
  background: white;
  display: flex;
  width: 100%;
  z-index: 170;
}.assets-map-no-results-wrapper[data-v-dea6affd] {
  display: flex;
  flex-direction: column;
}
.assets-map-no-results-wrapper__info[data-v-dea6affd] {
  display: flex;
  column-gap: 16px;
  padding-bottom: 16px;
}
.no-results-title[data-v-dea6affd] {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* Primary / DarkBlue */
  color: #001154;
}
.no-results-subtitle[data-v-dea6affd] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.remove-filters-text[data-v-dea6affd] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #2969ff;
  margin-top: 8px;
  border-bottom: 1px solid #9aabc2;
}
[data-v-dea6affd] .assets-map-chips {
  padding: 0px;
  column-gap: 8px;
}
[data-v-dea6affd] .assets-map-chips__regular-chip {
  margin-left: 0px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  /* identical to box height, or 129% */
  color: #ffffff;
}
.assets-map-no-results-wrapper[data-v-dea6affd] {
  padding: 0px 16px;
}.assets-map__no-assets[data-v-b3c18d21], .assets-map__assets[data-v-b3c18d21], .assets-map__loader[data-v-b3c18d21] {
  width: 100%;
  max-width: 437px;
  min-width: 437px;
}
@-moz-document url-prefix() {
.assets-map__assets-items[data-v-b3c18d21] {
    overflow: scroll;
    scrollbar-color: #a7a7a7 #dedede;
    scrollbar-width: thin;
}
}
.assets-map__assets-items[data-v-b3c18d21]::-webkit-scrollbar {
  width: 11px;
}
.assets-map__assets-items[data-v-b3c18d21]::-webkit-scrollbar-track {
  border-radius: 12px;
  background: #dedede;
  border: 2px solid #dedede;
}
.assets-map__assets-items[data-v-b3c18d21]::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: #a7a7a7;
}
.assets-map[data-v-b3c18d21] {
  height: 100%;
}
.assets-map__loader[data-v-b3c18d21] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.assets-map__wrapper[data-v-b3c18d21] {
  display: flex;
  justify-content: space-between;
}
.assets-map__wrapper-map[data-v-b3c18d21] {
  width: calc(100% - 440px);
}
.assets-map__assets[data-v-b3c18d21] {
  padding: 16px;
}
.assets-map__assets-title[data-v-b3c18d21] {
  font-size: 14px;
  color: #001154;
  font-weight: 500;
  padding-left: 10px;
}
.assets-map__assets-items[data-v-b3c18d21] {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: calc(100vh - 208px);
  overflow-x: auto;
}
.assets-map__assets-items span[data-v-b3c18d21] {
  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-b3c18d21] {
  width: 95%;
  height: 143px;
  margin-bottom: 16px;
}
.assets-map__no-assets[data-v-b3c18d21] {
  padding: 16px;
}
.assets-map__no-assets-header[data-v-b3c18d21] {
  display: flex;
  justify-content: space-between;
}
.assets-map__no-assets-title span[data-v-b3c18d21] {
  display: block;
  font-weight: 500;
  font-size: 14px;
}
.assets-map__no-assets-clear-filters[data-v-b3c18d21] {
  font-weight: 500;
  font-size: 14px;
  color: #2969ff;
  cursor: pointer;
}
.filters-mobile-wrapper[data-v-b3c18d21] {
  margin-top: 60px;
}
.remove-filters-wrapper[data-v-b3c18d21] {
  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-b3c18d21] {
    min-height: calc(100vh - 181px);
    height: auto;
}
.assets-map__wrapper-map[data-v-b3c18d21] {
    width: 100%;
}
.assets-map__assets-items[data-v-b3c18d21] {
    height: calc(100vh - 181px);
}
@-moz-document url-prefix() {
.assets-map__assets-items[data-v-b3c18d21] {
      overflow: scroll;
      scrollbar-color: #a7a7a7 #dedede;
      scrollbar-width: thin;
}
}
.assets-map__assets-items[data-v-b3c18d21]::-webkit-scrollbar {
    width: 11px;
}
.assets-map__assets-items[data-v-b3c18d21]::-webkit-scrollbar-track {
    border-radius: 12px;
    background: #dedede;
    border: 2px solid #dedede;
}
.assets-map__assets-items[data-v-b3c18d21]::-webkit-scrollbar-thumb {
    border-radius: 12px;
    background: #a7a7a7;
}
.assets-map__assets[data-v-b3c18d21] {
    padding-top: 60px;
    min-width: unset;
}
[data-v-b3c18d21] .asset-card__image--row {
    max-width: 147px;
    min-width: 147px;
    height: 155px;
}
[data-v-b3c18d21] .asset-card--row {
    min-height: 155px;
    width: 100%;
}
[data-v-b3c18d21] .asset-card .asset-status {
    padding: 4px 15px;
}
[data-v-b3c18d21] .asset-card__body-position {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #001154;
}
[data-v-b3c18d21] .asset-card__body-upb-label {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #001154;
}
[data-v-b3c18d21] .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-b3c18d21] .asset-card__icon-wrapper--row {
    left: 5px;
    top: 1px;
}
.assets-list-wrapper[data-v-b3c18d21] {
    max-width: 100%;
    width: 100%;
}
.assets-list-wrapper__mobile .assets-map__assets-title[data-v-b3c18d21] {
    height: 22px;
    width: 100%;
    position: fixed;
    top: 115px;
    background: white;
    z-index: 170;
}
.assets-list-wrapper__mobile .assets-map__assets-items[data-v-b3c18d21] {
    margin-top: 35px;
    padding-top: 0 !important;
}
.assets-map__assets-item[data-v-b3c18d21] {
    margin-bottom: 8px;
}
.assets-map__assets-title[data-v-b3c18d21] {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    padding-left: 0px;
    color: #001154;
}
.assets-map__no-assets[data-v-b3c18d21] {
    padding-top: 60px;
    min-width: unset;
    padding-left: 0px;
    padding-right: 0px;
    max-width: none;
}
.assets-map__assets-items span[data-v-b3c18d21] {
    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-b3c18d21] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    /* identical to box height, or 162% */
    /* Primary/Cyan */
    color: #2969ff;
}
[data-v-b3c18d21] .multi-bidding-asset__status {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
[data-v-b3c18d21] .multi-bidding-asset__information-title {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.assets-map__assets[data-v-b3c18d21] {
    padding-left: 0;
    padding-right: 0;
}
.assets-map__assets-items[data-v-b3c18d21] {
    padding: 0 16px;
}
}
[data-v-b3c18d21] .assets-map__assets-item {
  margin-bottom: 16px;
  width: 100%;
}
[data-v-b3c18d21] .assets-map__assets-title {
  padding-left: 16px;
}
.assets-map__assets-item[data-v-b3c18d21] {
  height: 135px !important;
  min-height: 135px !important;
}
.apply-filters-wrapper[data-v-b3c18d21] {
  padding: 0 16px;
  margin-top: 24px;
}
.submit-filter[data-v-b3c18d21] .v-btn__content {
  font-size: 16px;
}
.submit-filter[data-v-b3c18d21] {
  border-radius: 7px;
  color: #ffffff;
}
@media (max-width: 599.98px) {
.filters-mobile-wrapper[data-v-b3c18d21] {
    background: #ffffff;
    position: relative;
    z-index: 201;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.assets-map__assets[data-v-b3c18d21] {
    max-width: none;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.assets-list-wrapper[data-v-b3c18d21] {
    width: 100%;
}
.assets-map__assets[data-v-b3c18d21] {
    padding-top: 0px;
}
.assets-map__no-assets[data-v-b3c18d21] {
    padding-top: 60px;
    max-width: none;
}
.assets-map__assets-title[data-v-b3c18d21] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.assets-map__wrapper-map[data-v-b3c18d21] {
    width: 100%;
}
.assets-map__assets-items[data-v-b3c18d21] {
    height: calc(100vh - 157px);
    margin-top: 82px !important;
}
[data-v-b3c18d21] .assets-page-gmap {
    height: calc(100vh - 65px);
}
[data-v-b3c18d21] .assets-map-header__controls {
    flex-wrap: wrap;
    justify-content: space-around;
    flex-direction: row;
}
[data-v-b3c18d21] .assets-map-header__controls > div {
    width: 47% !important;
}
[data-v-b3c18d21] .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-2ffd00c0] {
  display: flex;
  column-gap: 8px;
}
.search-assets-wrapper[data-v-2ffd00c0] {
  background: #001154;
  height: 192px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  flex-direction: column;
}
.google-input[data-v-2ffd00c0] {
  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-2ffd00c0] {
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-2ffd00c0] {
  z-index: 3;
  position: absolute;
  left: 16px;
  top: 9px;
}
.btn-next[data-v-2ffd00c0] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.address-data[data-v-2ffd00c0] {
  font-size: 20px;
  line-height: 152%;
  display: flex;
  max-width: 382px;
  text-align: right;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
[data-v-2ffd00c0] .v-text-field > .v-input__control > .v-input__slot:before {
  border-color: #001154;
}
[data-v-2ffd00c0] label {
  color: #001154 !important;
}
.google-input[data-v-2ffd00c0] {
  font-size: 14px;
  transition: box-shadow 500ms;
  outline: none !important;
}
.google-input.focus-visible[data-v-2ffd00c0] {
  box-shadow: 8px 8px 12px rgba(0, 17, 84, 0.5);
}
[data-v-2ffd00c0] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
.button-text[data-v-2ffd00c0] {
  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-e0fdd79e] {
  z-index: 2;
}
.page-content__items[data-v-e0fdd79e] {
  display: flex;
  column-gap: 32px;
  margin-top: 48px;
}
.page-content__title[data-v-e0fdd79e] {
  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-e0fdd79e] {
  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-e0fdd79e]: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-e0fdd79e] {
  position: absolute;
  right: 0px;
  bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.building-img-wrapper[data-v-e0fdd79e] {
    width: 200px;
    height: 100px;
}
}
[data-v-e0fdd79e] .v-btn {
  min-height: unset !important;
}
.button-text[data-v-e0fdd79e] {
  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-e0fdd79e] {
  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;
}.lender-direct-payment[data-v-0f028010] {
  width: 100%;
  max-width: 328px;
  height: 371px;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 2px 2px 15px rgba(173, 173, 173, 0.25);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.lender-direct-payment[data-v-0f028010] {
    max-width: 100%;
}
}
.lender-direct-payment__image[data-v-0f028010] {
  width: 134px;
  height: 24px;
}
.lender-direct-payment__price-block[data-v-0f028010] {
  width: 100%;
  max-width: 209px;
  margin-top: 16px;
}
.lender-direct-payment__price-block p[data-v-0f028010] {
  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-0f028010] {
  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-0f028010] {
  position: relative;
  width: 100%;
  max-width: 296px;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.lender-direct-payment__promo-code[data-v-0f028010] {
    max-width: 100%;
}
}
.lender-direct-payment__promo-code-input[data-v-0f028010] {
  width: 100%;
  max-width: 179px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.lender-direct-payment__promo-code-input[data-v-0f028010] {
    max-width: calc(100% - 124px);
}
}
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-input__slot {
  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-0f028010] .v-input__slot fieldset {
  display: none;
}
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field__slot {
  height: 40px !important;
  max-height: 40px !important;
}
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field__slot input, .lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field__slot input::placeholder {
  font-weight: 500 !important;
  font-size: 12px !important;
  line-height: 26px !important;
}
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field__slot input {
  text-transform: uppercase;
}
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field__slot input::placeholder {
  color: rgba(0, 17, 84, 0.45);
  text-transform: none;
}
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field--filled > .v-input__control > .v-input__slot,
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field--full-width > .v-input__control > .v-input__slot,
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field--outlined > .v-input__control > .v-input__slot {
  height: 40px !important;
  max-height: 40px !important;
}
.lender-direct-payment__promo-code-input[data-v-0f028010] .v-text-field__details {
  display: none;
}
.lender-direct-payment__promo-code-input[data-v-0f028010] {
  height: 40px;
}
.lender-direct-payment__promo-code-button[data-v-0f028010] .v-btn__content {
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}
.lender-direct-payment__todays-total[data-v-0f028010] {
  margin-top: 16px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.lender-direct-payment__order-summary[data-v-0f028010] {
  width: 100%;
  margin-top: 19px;
}
.lender-direct-payment__order-summary h4[data-v-0f028010] {
  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-0f028010] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}
.lender-direct-payment__order-summary-line--border-bottom[data-v-0f028010] {
  margin-bottom: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #9aabc2;
}
.lender-direct-payment__order-summary-line--margin-top[data-v-0f028010] {
  margin-top: 10px;
}
.lender-direct-payment__order-summary-line p[data-v-0f028010] {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}
.lender-direct-payment__positive-result[data-v-0f028010] {
  position: absolute;
  bottom: -15px;
  font-weight: 400;
  font-size: 10px;
  line-height: 15px;
  color: #368600;
}
.lender-direct-payment__positive-result--error[data-v-0f028010] {
  color: #d52819 !important;
}
.theme--light.v-btn.v-btn--disabled.v-btn--has-bg[data-v-0f028010] {
  background-color: #9aabc2 !important;
}
.v-btn:not(.v-btn--round).v-size--default[data-v-0f028010] {
  height: 40px !important;
  border-radius: 7px;
  background: #145aff;
}.lender-direct-payment__list-and-sell[data-v-b7b72262] {
  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-b7b72262] {
  column-gap: 12px;
  display: flex;
  padding: 0 16px;
}
.lender-direct-payment__promo-code .lender-direct-payment__promo-code-input[data-v-b7b72262] {
  font-size: 12px;
}
.lender-direct-payment__promo-code .lender-direct-payment__promo-code-button[data-v-b7b72262] {
  font-size: 16px;
  color: #ffffff;
  border-radius: 7px;
}
[data-v-b7b72262] .lender-direct-payment__promo-code .lender-direct-payment__promo-code-button.v-btn--disabled {
  color: #ffffff;
}
.lender-direct-payment__order-summary h4[data-v-b7b72262] {
  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-b7b72262] {
  display: flex;
  justify-content: space-between;
}
.lender-direct-payment__order-summary-line > div[data-v-b7b72262] {
  color: #001154;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.lender-direct-payment__order-summary-line.separator-line[data-v-b7b72262] {
  border-bottom: 1px solid #9aabc2;
}
.dialog-content[data-v-b7b72262] {
  display: flex;
  width: 1000px;
  min-height: 477px;
  height: 100%;
  background: white;
  flex-direction: column;
  padding-top: 40px;
  position: relative;
  overflow: hidden;
}
[data-v-b7b72262] .v-dialog {
  display: flex;
  justify-content: center;
}
.content[data-v-b7b72262] {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  padding: 24px 56px 40px 56px;
}
.content__card-info[data-v-b7b72262] {
  width: 372px;
}
.content__priring-details[data-v-b7b72262] {
  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-b7b72262] {
  width: 100%;
  display: flex;
}
.tabs__tab[data-v-b7b72262] {
  text-align: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.field[data-v-b7b72262] {
  background: #f1f1f1;
  height: 50px;
  padding-top: 11px;
  padding-left: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.field[data-v-b7b72262]::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
.field.--step-up[data-v-b7b72262] {
  padding-top: 14px;
}
.field.--custom[data-v-b7b72262] {
  padding-top: 0;
}
label span[data-v-b7b72262] {
  color: #d52819;
}
label[data-v-b7b72262] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.content-data[data-v-b7b72262] {
  margin-top: 14px;
}
.agree-btn-wrapper[data-v-b7b72262] {
  margin-top: 52px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.icon[data-v-b7b72262] {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.icon img[data-v-b7b72262] {
  width: 29px;
  height: 39px;
}
.icon .text[data-v-b7b72262] {
  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-b7b72262] {
  text-align: center;
}
.price__title[data-v-b7b72262] {
  font-size: 20px;
  line-height: 152%;
  text-align: center;
  letter-spacing: 0.444444px;
  color: #001154;
}
.price__sub[data-v-b7b72262] {
  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-b7b72262] {
  min-height: unset !important;
}
.back-btn[data-v-b7b72262] {
  margin-top: 30px;
}
.back-btn__text[data-v-b7b72262] {
  font-size: 12px;
}
input[data-v-b7b72262] {
  border-color: unset !important;
  outline: unset !important;
}
.payPalImg[data-v-b7b72262] {
  width: 85px;
  height: 18px;
}
[data-v-b7b72262] .v-dialog {
  width: 1200px;
}
.saved-cards-wrapper[data-v-b7b72262] {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  max-height: 164px;
  padding: 0px 5px;
  width: 100%;
  overflow: auto;
  padding-bottom: 10px;
}
.saved-cards-wrapper[data-v-b7b72262]::-webkit-scrollbar {
  width: 3px;
}
.saved-cards-wrapper[data-v-b7b72262]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 17, 84, 0.2);
  border-radius: 5px;
}
[data-v-b7b72262] #card-error {
  color: red;
  max-height: 58px;
  overflow: auto;
}
.btn-loading__loading-progress[data-v-b7b72262] {
  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-b7b72262] {
  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-b7b72262] {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
  /* or 182% */
  text-align: center;
  /* Blue */
  color: #09316b;
}
.back[data-v-b7b72262] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 32px;
}
.card-name-wrapper[data-v-b7b72262],
.card-number-wrapper[data-v-b7b72262],
.card-number-date[data-v-b7b72262],
.card-number-code[data-v-b7b72262] {
  padding: 0 !important;
}
.card-number-wrapper[data-v-b7b72262],
.card-number-date[data-v-b7b72262],
.card-number-code[data-v-b7b72262] {
  margin-top: 13px;
}
.card-number-code[data-v-b7b72262],
.card-number-date[data-v-b7b72262] {
  max-width: calc(50% - 12px) !important;
}
.white--text[data-v-b7b72262] {
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 26px !important;
}
.card-number-wrapper[data-v-b7b72262] {
  position: relative;
}
.card-number-wrapper__icons[data-v-b7b72262] {
  position: absolute;
  right: 18px;
  display: flex;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 6px;
  bottom: 20px;
}
.card-number-icon[data-v-b7b72262] {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.content[data-v-b7b72262] {
    width: 100%;
    flex-direction: column;
    padding: 16px;
}
.dialog-content[data-v-b7b72262] {
    width: 100%;
    padding-top: 0;
    height: 100%;
}
[data-v-b7b72262] .v-dialog {
    margin-left: 0px;
    margin-top: 0px !important;
    margin-right: 0px !important;
    top: -32px;
    max-height: 100%;
}
.content__card-info[data-v-b7b72262] {
    width: 100% !important;
}
.saved-cards-wrapper[data-v-b7b72262] {
    margin-top: 40px;
}
.price[data-v-b7b72262] {
    margin-top: 19px;
}
.back-text[data-v-b7b72262] {
    margin-top: 19px;
}
.back-btn-mobile-wrapper[data-v-b7b72262] {
    display: flex;
    margin-top: 32px;
    justify-content: center;
    margin-bottom: 66px;
}
}
.dialog-title[data-v-b7b72262] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #001154;
}
.row[data-v-b7b72262] {
  width: 100%;
  margin: 0 !important;
}
[data-v-b7b72262] .v-btn {
  min-height: unset !important;
}
.btn-text[data-v-b7b72262] {
  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-b7b72262] {
  position: absolute;
  right: 18px;
  top: 17px;
}
.theme--light.v-btn.v-btn--disabled.v-btn--has-bg[data-v-b7b72262] {
  background-color: #9aabc2 !important;
}
[data-v-b7b72262] .v-input__slot {
  min-height: auto !important;
}
[data-v-b7b72262] .v-input__slot fieldset {
  border-radius: 1px;
  background: #f4f4f4;
  border-color: transparent;
}
@media (max-width: 959.98px) {
[data-v-b7b72262] .v-dialog {
    width: 100%;
    top: 0;
}
label[data-v-b7b72262] {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
}
.dialog-title[data-v-b7b72262] {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.billed-section[data-v-b7b72262] {
    margin-top: 8px;
    margin-bottom: 24px;
}
.content[data-v-b7b72262] {
    padding: 0;
}
.content-data[data-v-b7b72262] {
    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-b7b72262] {
    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-b7b72262] {
    width: 205px;
    height: 37px;
    margin-bottom: 16px;
}
.billed-text[data-v-b7b72262] {
    width: 215px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #001154;
    padding: 0 10px;
}
.dialog-content[data-v-b7b72262] {
    overflow: auto;
    padding: 16px;
}
.saved-cards-wrapper[data-v-b7b72262] {
    margin-top: 8px;
}
.field[data-v-b7b72262] {
    height: 40px;
}
.field.--step-up[data-v-b7b72262] {
    padding-top: 9px;
}
.card-number-wrapper__icons[data-v-b7b72262] {
    bottom: 16px;
}
.close-icon[data-v-b7b72262] {
    top: 14px;
    right: 22px;
}
.close-icon[data-v-b7b72262] .mdi-close {
    color: #001154;
    font-size: 18px;
}
.action-button-section[data-v-b7b72262] {
    padding-bottom: 40px;
}
}
.lender-direct-payment__promo-code[data-v-b7b72262] .v-input__slot input {
  text-transform: uppercase;
}
.lender-direct-payment__promo-code[data-v-b7b72262] .v-input__slot input::placeholder {
  color: rgba(0, 17, 84, 0.45);
  text-transform: none;
}
.result-wrapper .lender-direct-payment__positive-result[data-v-b7b72262] {
  color: #368600;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}
.result-wrapper .lender-direct-payment__positive-result--error[data-v-b7b72262] {
  color: #d52819;
}.content[data-v-8ad92735] {
  background-color: white;
  width: 1000px;
  height: 704px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
[data-v-8ad92735] .v-dialog {
  display: flex;
  justify-content: center;
}
.lender-text[data-v-8ad92735] {
  color: #2969ff;
}
.lender-img[data-v-8ad92735] {
  width: 36px;
  height: 51px;
}
.text-success[data-v-8ad92735] {
  font-size: 24px;
  line-height: 32px;
  /* or 133% */
  text-align: center;
  letter-spacing: 0.32px;
  /* DarkBlue */
  color: #001154;
  margin-top: 30px;
  font-weight: bold;
}
.xl-icon-wrapper[data-v-8ad92735] {
  margin-top: 75px;
}
.additional-text[data-v-8ad92735] {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  text-align: center;
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
  margin-top: 72px;
}.fill-asset-fields[data-v-6b0b68a1] {
  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-6b0b68a1] {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.fill-asset-fields__title[data-v-6b0b68a1] {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
  text-align: center;
}
.fill-asset-fields__description[data-v-6b0b68a1] {
  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-6b0b68a1] {
  width: 100%;
  max-width: 539px;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 24px;
}
.fill-asset-fields__asset-card[data-v-6b0b68a1] {
  height: 191px !important;
}
.fill-asset-fields__asset-card[data-v-6b0b68a1] .asset-card__image {
  max-width: 200px;
  height: auto;
}
.fill-asset-fields__asset-card[data-v-6b0b68a1] .asset-card__body {
  padding-left: 16px;
}
.fill-asset-fields__asset-card[data-v-6b0b68a1] .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-6b0b68a1] .asset-card__body-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.fill-asset-fields__asset-card[data-v-6b0b68a1] .asset-card__body-upb-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.fill-asset-fields__asset-card[data-v-6b0b68a1] .asset-card__body-upb-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.fill-asset-fields__buttons[data-v-6b0b68a1] {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.fill-asset-fields__button[data-v-6b0b68a1] {
  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-6b0b68a1] {
  background: transparent !important;
  color: #2969ff !important;
  border: 1px solid #2969ff !important;
  margin-right: 40px;
}
@media (max-width: 959.98px) {
[data-v-6b0b68a1] .complete-dialog {
    margin: 24px 0;
}
.fill-asset-fields[data-v-6b0b68a1] {
    padding: 12px 16px 40px;
}
.fill-asset-fields__title[data-v-6b0b68a1] {
    font-weight: 600;
    width: 190px;
    margin: 0 auto;
}
.fill-asset-fields__asset-card[data-v-6b0b68a1] {
    height: auto !important;
}
.fill-asset-fields__buttons[data-v-6b0b68a1] {
    justify-content: space-between;
}
.fill-asset-fields__button[data-v-6b0b68a1] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
.fill-asset-fields__button[data-v-6b0b68a1] {
    max-width: 183px;
    width: calc(50% - 8px);
}
.fill-asset-fields__button--outline[data-v-6b0b68a1] {
    margin: 0;
}
.fill-asset-fields__close[data-v-6b0b68a1] {
    top: 22px;
    right: 22px;
}
[data-v-6b0b68a1] .asset-card__body-upb-value {
    font-size: 20px !important;
    line-height: 152% !important;
}
}.page-header[data-v-e619e07e] {
  height: 368px;
  background: #001154;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 72px;
}
.page-header h3[data-v-e619e07e] {
  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-e619e07e] {
  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-e619e07e] {
  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-e619e07e] {
  width: 272px;
}
.page-content__info .title[data-v-e619e07e] {
  letter-spacing: 0.32px;
  font-size: 24px;
  line-height: 32px;
  color: #001154;
}
.page-content__asset[data-v-e619e07e] {
  margin-top: 41px;
  width: 100%;
  max-width: 539px;
  display: flex;
  justify-content: center;
}
.page-content__asset-card[data-v-e619e07e] {
  height: 191px !important;
}
.page-content__asset-card[data-v-e619e07e] .asset-card__image {
  max-width: 200px;
  height: auto;
}
.page-content__asset-card[data-v-e619e07e] .asset-card__body {
  padding-left: 16px;
}
.page-content__asset-card[data-v-e619e07e] .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-e619e07e] .asset-card__body-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.page-content__asset-card[data-v-e619e07e] .asset-card__body-upb-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.page-content__asset-card[data-v-e619e07e] .asset-card__body-upb-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.text[data-v-e619e07e] {
  margin-top: 40px;
}
.asset-actions[data-v-e619e07e] {
  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-e619e07e] {
  height: 100%;
}
.bids-block[data-v-e619e07e] {
  margin-top: 40px;
}
.bids-block__title[data-v-e619e07e] {
  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-e619e07e] {
  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-e619e07e] .v-btn {
  min-height: unset !important;
}
.button-listing-text[data-v-e619e07e] {
  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-e619e07e] {
  border-radius: 5px;
}
.skip-btn-text[data-v-e619e07e] {
  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-e619e07e] {
  column-gap: 16px;
  display: flex;
  margin-top: 24px;
}
[data-v-e619e07e] .asset-status {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
@media (max-width: 959.98px) {
.page-wrapper[data-v-e619e07e] {
    height: auto;
    padding-bottom: 40px;
}
.page-content[data-v-e619e07e] {
    min-height: auto;
    margin-top: 16px;
    box-shadow: none;
    padding: 0 16px;
}
.page-content__title[data-v-e619e07e] {
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    letter-spacing: 0.444444px;
}
.page-content__asset[data-v-e619e07e] {
    margin-top: 16px;
    max-width: none;
}
.page-content__asset-card[data-v-e619e07e] {
    height: auto !important;
}
.bids-block__title[data-v-e619e07e] {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    color: #001154;
}
.bids-block__text[data-v-e619e07e] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #001154;
    width: 353px;
}
.asset-card--row[data-v-e619e07e] {
    box-shadow: 2.69054px 3.58739px 13.4527px rgba(0, 17, 84, 0.14);
    border-radius: 7px;
}
.buttons[data-v-e619e07e] {
    margin-top: 40px;
    width: 100%;
    justify-content: space-between;
    column-gap: unset;
}
.buttons .action-btn[data-v-e619e07e] {
    width: calc(50% - 4px) !important;
    height: 40px !important;
    padding: 6px 12px;
}
.buttons .btn-text[data-v-e619e07e] {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
}
}.card-wrapper[data-v-bbd8966a] {
  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-bbd8966a] {
  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-bbd8966a] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card__icon[data-v-bbd8966a] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.card__header[data-v-bbd8966a] {
  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-bbd8966a] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin-top: 8px;
  color: #001154;
}
.actions[data-v-bbd8966a] {
  display: flex;
  column-gap: 16px;
  margin-top: 40px;
}
[data-v-bbd8966a] .v-btn {
  min-height: unset !important;
}
.button-listing-text[data-v-bbd8966a] {
  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-bbd8966a] {
  width: 100%;
  max-width: 539px;
  max-height: 191px;
  margin-top: 40px;
}
.card-body-card[data-v-bbd8966a] {
  border-radius: 7px;
  width: 539px;
  height: 191px !important;
}
.card-body-card__button[data-v-bbd8966a] {
  width: 230px !important;
  height: 40px !important;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}
.card-body-card[data-v-bbd8966a] .asset-card__image {
  max-width: 200px;
  height: auto;
}
.card-body-card[data-v-bbd8966a] .asset-card__body {
  padding-left: 16px;
  width: calc(100% - 200px);
}
.card-body-card[data-v-bbd8966a] .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-bbd8966a] .asset-card__body-position {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.card-body-card[data-v-bbd8966a] .asset-card__body-upb-label {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.card-body-card[data-v-bbd8966a] .asset-card__body-upb-value {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
.card-body-card[data-v-bbd8966a] .asset-card__body-status-label {
  font-weight: 600;
  font-size: 18px;
  line-height: 18px;
}
[data-v-bbd8966a] .v-btn__content .white--text.button-listing-text {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 26px;
}
@media (max-width: 959.98px) {
.card-wrapper[data-v-bbd8966a] {
    height: auto;
}
.card[data-v-bbd8966a] {
    justify-content: start;
    width: 100%;
    padding: 0 16px;
}
.card__header[data-v-bbd8966a] {
    margin-top: 16px;
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    letter-spacing: 0.444444px;
}
.card__sub-text[data-v-bbd8966a] {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    max-width: 340px;
}
.card-body[data-v-bbd8966a] {
    margin-top: 16px;
}
.card-body .card-body-card[data-v-bbd8966a] {
    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-bbd8966a] {
    width: 100%;
}
.actions .button-second[data-v-bbd8966a] {
    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-717070d5] {
  margin-top: -69px;
  position: relative;
  background: white;
  height: 321px;
  object-fit: cover;
}
.payment-type-header__background[data-v-717070d5] {
  width: 100%;
  height: 321px;
  max-height: 321px !important;
  min-height: 321px !important;
}
.payment-type-header__gradient[data-v-717070d5] {
  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-717070d5] {
  background: rgba(27, 39, 86, 0.75);
}
.header-title[data-v-717070d5] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-title img[data-v-717070d5] {
  width: 400px;
}
.header-title[data-v-717070d5] {
  position: absolute;
  top: 47%;
  width: 100%;
}
.header-title__text[data-v-717070d5] {
  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-717070d5] {
    text-align: center;
}
.header-title__text[data-v-717070d5] {
    font-size: 53px !important;
    line-height: 54px;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.loan-features__title[data-v-717070d5] {
    text-align: center;
}
.header-title__text[data-v-717070d5] {
    font-size: 40px !important;
    line-height: 50px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.header-title img[data-v-717070d5] {
    width: 322px;
}
.payment-type-header__background[data-v-717070d5] {
    object-fit: inherit;
}
.payment-type-header__gradient[data-v-717070d5] {
    min-height: 252px;
    max-height: 252px;
}
.payment-type-header__background[data-v-717070d5] {
    min-height: 252px !important;
    max-height: 252px !important;
}
.payment-type-header[data-v-717070d5] {
    min-height: 252px;
    max-height: 252px;
}
.header-title__text[data-v-717070d5] {
    font-weight: 700;
    font-size: 32px !important;
    line-height: inherit;
    text-align: center;
}
.header-title[data-v-717070d5] {
    top: 38%;
}
}
.payment-type-header.authenticationNeeded[data-v-717070d5] {
  margin-top: -109px;
  max-height: 321px;
}
.payment-type-header.authenticationNeeded .payment-type-header__background[data-v-717070d5] {
  max-height: 317px;
  min-height: 317px;
}
.payment-type-header.authenticationNeeded .payment-type-header__gradient[data-v-717070d5] {
  top: 0;
  max-height: 321px;
}
.payment-type-header.authenticationNeeded .header-title[data-v-717070d5] {
  top: 53%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.payment-type-header[data-v-717070d5] {
    height: 252px !important;
}
.payment-type-header__background[data-v-717070d5] {
    height: 252px !important;
}
}.card-wrapper[data-v-04499841] {
  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-04499841] {
  display: flex;
  flex-direction: column;
  margin-left: 16px;
}
.card-details__description[data-v-04499841] {
  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-04499841] {
  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-04499841] {
    padding: 12px 9px 0px 12px;
}
.card-wrapper--mobile[data-v-04499841] {
    flex-direction: column;
    width: 100%;
    max-width: none;
}
.card-details[data-v-04499841] {
    margin-left: 0px;
    margin-top: 0px;
}
.card-details__title[data-v-04499841] {
    font-size: 16px;
}
.card-details__description[data-v-04499841] {
    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-04499841] {
    justify-content: center;
}
.card-wrapper[data-v-04499841] {
    padding: 8px 16px;
    display: grid;
    grid-template-columns: 55% 40%;
    justify-content: space-between;
    max-width: none;
}
.card-details[data-v-04499841] {
    margin-left: 0;
    align-self: center;
}
.card-details__description[data-v-04499841] {
    font-size: 13px;
    margin-top: 0;
}
}
@media screen and (min-width: 600px) and (max-width: 750px) {
.card-wrapper[data-v-04499841] {
    grid-template-columns: 100%;
}
.card-details__description[data-v-04499841] {
    font-size: 12px;
    max-width: none;
}
}.popular[data-v-2f4628ed] {
  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-2f4628ed] {
  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-2f4628ed] {
  color: #001154;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-bottom: 8px;
  margin-top: 50px;
}
.card-wrapper__sub-title[data-v-2f4628ed] {
  color: #001154;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 16px;
  width: 294px;
}
.card-wrapper__price[data-v-2f4628ed] {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 8px;
  color: #001154;
}
.card-wrapper__price-amount[data-v-2f4628ed] {
  font-size: 32px;
  font-weight: 700;
}
.card-wrapper__price-duration[data-v-2f4628ed] {
  font-size: 16px;
  font-weight: 400;
}
.card-wrapper__payment-type[data-v-2f4628ed] {
  color: #dd226f;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}
.card-wrapper__cta[data-v-2f4628ed] {
  margin-bottom: 24px;
  width: 100%;
}
.card-wrapper__cta-button[data-v-2f4628ed] {
  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-2f4628ed]:hover {
  background: #003ea8;
}
.card-wrapper__features[data-v-2f4628ed] {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  text-align: left;
}
.card-wrapper__features__feature[data-v-2f4628ed] {
  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-2f4628ed] {
  margin-right: 13px;
}
.lender-direct-card[data-v-2f4628ed] {
  border: 2px solid #fadee9;
  height: 780px;
}
@media (max-width: 599.98px) {
.popular[data-v-2f4628ed] {
    transform: rotate(-41.301deg);
}
}
@media (max-width: 959.98px) {
.card-wrapper[data-v-2f4628ed] {
    height: auto;
}
}.data-input-wrapper[data-v-3077dded] {
  display: flex;
  column-gap: 16px;
  margin-top: 24px;
}
.search-title[data-v-3077dded] {
  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-3077dded] {
  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-3077dded] {
  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-3077dded] {
  display: flex;
  column-gap: 43px;
}
.tabs-wrapper__tab[data-v-3077dded] {
  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-3077dded]:hover {
  font-weight: bold;
}
.tabs-wrapper__tab .additional-info[data-v-3077dded] {
  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-3077dded]: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-3077dded] {
  font-weight: bold;
}
.tabs-wrapper__tab.active[data-v-3077dded]:after {
  width: 100%;
  opacity: 1;
}
.google-input[data-v-3077dded] {
  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-3077dded] {
  display: flex;
  position: relative;
}
.icon-gps-wrapper[data-v-3077dded] {
  z-index: 3;
  position: absolute;
  left: 16px;
  top: 9px;
}
.btn-next-wrapper[data-v-3077dded] {
  position: absolute;
  right: 16px;
  top: 16px;
}
.btn-next-wrapper.value-active[data-v-3077dded] {
  position: relative;
}
.btn-next[data-v-3077dded] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.address-data[data-v-3077dded] {
  font-size: 20px;
  line-height: 152%;
  display: flex;
  max-width: 382px;
  text-align: right;
  letter-spacing: 0.444444px;
  color: #ffffff;
}
[data-v-3077dded] .v-text-field > .v-input__control > .v-input__slot:before {
  border-color: #001154;
}
[data-v-3077dded] label {
  color: #001154 !important;
}
[data-v-3077dded] .custom-select {
  padding: 6px;
  padding-left: 33px;
  padding-top: 34px;
  filter: none;
  width: 694px;
}
[data-v-3077dded] .custom-select .v-input__control {
  width: auto !important;
  flex-grow: initial !important;
}
[data-v-3077dded] .custom-select {
  height: auto !important;
}
.c-tooltip[data-v-3077dded] {
  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-3077dded] {
  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-3077dded] {
    left: -41px;
    width: 0px;
    bottom: 106px;
}
}
.tooltip-background[data-v-3077dded] {
  position: absolute;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tooltip-background[data-v-3077dded] {
    width: 336px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tooltip-text[data-v-3077dded] {
    width: 212px;
}
}
.google-input[data-v-3077dded] {
  font-size: 14px;
  transition: box-shadow 500ms;
  outline: none !important;
}
.google-input.focus-visible[data-v-3077dded] {
  box-shadow: 8px 8px 12px rgba(0, 17, 84, 0.5);
}
.btn-next[data-v-3077dded]: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-3077dded]:hover {
  background-color: #2969ff !important;
}
.btn-next[data-v-3077dded]:hover:before {
  width: 100%;
}
.btn-next:hover .search-icon-arrow[data-v-3077dded] {
  -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-3077dded] .v-btn {
  min-height: unset !important;
}
.button-text[data-v-3077dded] {
  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-3077dded] {
  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-3077dded] {
    font-size: 20px;
    line-height: 152%;
    margin-top: 26px;
}
.search-subtitle[data-v-3077dded] {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    padding: 0px 30px;
}
.value-btn-wrapper[data-v-3077dded] {
    display: none;
}
.google-input[data-v-3077dded] {
    width: 366px;
    padding-right: 56px;
}
.search-assets-wrapper[data-v-3077dded] {
    height: 210px;
}
.gradient-block[data-v-3077dded] {
    border-radius: 0px;
}
.search-assets-wrapper[data-v-3077dded] {
    justify-content: unset;
}
.data-input-wrapper[data-v-3077dded] {
    margin-top: 16px;
}
}
.value-button-mobile-wrapper[data-v-3077dded] {
  position: absolute;
  right: 16px;
  top: 8px;
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.search-assets-wrapper[data-v-3077dded] {
    margin-top: 32px;
}
}.payment-types-description-wrapper[data-v-2389a148] {
  background: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.payment-types-text[data-v-2389a148] {
  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-2389a148] {
  margin-top: 18px;
}
.features-wrapper[data-v-2389a148] {
  background: #F8F9FB;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features-wrapper__cards[data-v-2389a148] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.features-page-container[data-v-2389a148] {
  max-width: 1152px;
}
.payment-type-page-wrapper[data-v-2389a148] {
  background: #F8F9FB;
}
.another-plan-link[data-v-2389a148] {
  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-2389a148] {
  max-width: 989px;
}
.payment-type-button-wrapper[data-v-2389a148] {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.payment-types-text[data-v-2389a148] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.mobile-text-spacer[data-v-2389a148] {
    margin-top: 19px;
}
.features-wrapper[data-v-2389a148] {
    padding-top: 24px;
}
.payment-types-description-wrapper[data-v-2389a148] {
    padding: 24px 16px;
}
.payment-type-button-wrapper[data-v-2389a148] {
    position: sticky;
    bottom: 0px;
    display: flex;
    justify-content: center;
}
}
.lender-link[data-v-2389a148] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #2969FF !important;
}
.lender-link-mobile[data-v-2389a148] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969FF !important;
}
.payment-type-action-desc[data-v-2389a148] {
  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-2389a148] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 16px;
    padding: 0 16px;
    width: 100%;
}
.payment-types-description-wrapper[data-v-2389a148] {
    padding: 30px 16px;
}
.lender-link-mobile[data-v-2389a148] {
    font-size: 20px;
}
}
.loan-features[data-v-2389a148] {
  max-width: 1710px;
  margin: 0 auto;
  flex-direction: column;
}
.loan-features__title[data-v-2389a148] {
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 32px;
  text-align: center;
}
.loan-features__cards-wrapper[data-v-2389a148] {
  display: flex;
  justify-content: center;
  width: 100%;
}
.loan-features .features-page-container[data-v-2389a148] {
  justify-content: center;
  width: 100%;
  max-width: 758px;
}
.container-main[data-v-2389a148] {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.software-section[data-v-2389a148] {
  background: #fff;
  padding: 28px 24px 48px;
}
.software-section__content[data-v-2389a148] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
.software-section__headline[data-v-2389a148] {
  margin: 0;
  color: #001154;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}
.software-section__supporting-copy[data-v-2389a148] {
  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-2389a148] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}
.software-section__badge[data-v-2389a148] {
  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-2389a148] {
  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-2389a148] {
  background: #f8f9fb;
}
.plan-select-title[data-v-2389a148] {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px; /* 125% */
}
.cards-wrapper[data-v-2389a148] {
  width: fit-content;
}
.benefits-section[data-v-2389a148] {
  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-2389a148] {
  display: flex;
  max-width: 1175px;
  width: 1175px;
  justify-content: space-between;
  margin-top: 48px;
  padding: 0 25px;
}
.benefits__item[data-v-2389a148] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.benefits__item-title[data-v-2389a148] {
  font-size: 100px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 0.583px;
  color: #001154;
}
.benefits__item-sub-title[data-v-2389a148] {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 133.333% */
  letter-spacing: 0.32px;
}
.waste-time-text[data-v-2389a148] {
  color: #2969ff;
}
@media (max-width: 959.98px) {
.benefits[data-v-2389a148] {
    width: 100%;
    flex-direction: column;
    row-gap: 15px;
}
.loan-features[data-v-2389a148] {
    flex-direction: column;
}
.software-section__badges[data-v-2389a148] {
    flex-wrap: wrap;
}
.benefits-section__text[data-v-2389a148] {
    text-align: center;
}
.features-wrapper__cards[data-v-2389a148] {
    margin-left: 0px !important;
    margin-top: 15px;
}
.loan-features__title[data-v-2389a148] {
    max-width: none;
}
[data-v-2389a148] .value-btn-wrapper {
    display: block !important;
}
[data-v-2389a148] .value-btn-wrapper button {
    width: 100% !important;
}
[data-v-2389a148] .search-assets-wrapper {
    height: 380px !important;
}
}
@media (max-width: 480px) {
.software-section[data-v-2389a148] {
    padding-right: 16px;
    padding-left: 16px;
}
.software-section__headline[data-v-2389a148] {
    font-size: 26px;
}
.software-section__desktop-break[data-v-2389a148] {
    display: none;
}
}
@media screen and (min-width: 0px) and (max-width: 1264px) {
.cards-wrapper[data-v-2389a148] {
    padding: 0 4px;
}
.loan-features__title[data-v-2389a148] {
    text-align: center;
}
.features-wrapper__cards[data-v-2389a148] {
    gap: 16px;
    justify-content: center;
}
}
@media screen and (min-width: 0px) and (max-width: 960px) {
.features-wrapper__cards[data-v-2389a148] {
    justify-content: center;
}
}.payment-types-description-wrapper[data-v-de7e65ca] {
  background: #FFFFFF;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.payment-types-text[data-v-de7e65ca] {
  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-de7e65ca] {
  margin-top: 18px;
}
.features-wrapper[data-v-de7e65ca] {
  background: #F8F9FB;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.features-wrapper__cards[data-v-de7e65ca] {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.features-page-container[data-v-de7e65ca] {
  max-width: 1152px;
}
.payment-type-page-wrapper[data-v-de7e65ca] {
  background: #F8F9FB;
}
.another-plan-link[data-v-de7e65ca] {
  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-de7e65ca] {
  max-width: 989px;
}
.payment-type-button-wrapper[data-v-de7e65ca] {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.payment-types-text[data-v-de7e65ca] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
}
.mobile-text-spacer[data-v-de7e65ca] {
    margin-top: 19px;
}
.features-wrapper[data-v-de7e65ca] {
    padding-top: 24px;
}
.payment-types-description-wrapper[data-v-de7e65ca] {
    padding: 24px 16px;
}
.payment-type-button-wrapper[data-v-de7e65ca] {
    position: sticky;
    bottom: 0px;
    display: flex;
    justify-content: center;
}
}
.lender-link[data-v-de7e65ca] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #2969FF !important;
}
.lender-link-mobile[data-v-de7e65ca] {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #2969FF !important;
}
.payment-type-action-desc[data-v-de7e65ca] {
  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-de7e65ca] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    gap: 16px;
    padding: 0 16px;
    width: 100%;
}
.payment-types-description-wrapper[data-v-de7e65ca] {
    padding: 30px 16px;
}
.lender-link-mobile[data-v-de7e65ca] {
    font-size: 20px;
}
}.list-content[data-v-9337cb38] {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
  opacity: 0.8;
  padding: 0px 32px;
  padding-bottom: 24px;
  padding-top: 5px;
  padding-bottom: 9px;
}
.list-content p[data-v-9337cb38] {
  letter-spacing: 0px;
}
.v-list[data-v-9337cb38] {
  background: transparent;
  padding: 0px !important;
}
[data-v-9337cb38] .v-list-group__header {
  border-radius: 13.3333px;
  height: 70px;
}
[data-v-9337cb38] .v-list-group__header.v-list-item--active::after {
  position: absolute;
  width: calc(100% - 64px);
  height: 1px;
  background: #f1f1f1;
  bottom: 0;
  min-height: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
[data-v-9337cb38] .v-list-group__header.v-list-item--active::after {
    width: calc(100% - 32px);
}
}
.v-list-item__content[data-v-9337cb38] {
  padding: 0;
}
.v-list-item__title[data-v-9337cb38] {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: -0.2px;
  color: #001154;
}
[data-v-9337cb38] .v-list-item__icon:first-child {
  margin-right: 12px;
}
@media (min-width: 768px) {
[data-v-9337cb38] .v-list-item__icon:first-child {
    margin-right: 32px;
}
}
.listFAQ[data-v-9337cb38] {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  padding-top: 0px !important;
}
.listFAQ__title[data-v-9337cb38] {
  font-weight: 500;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
[data-v-9337cb38] .v-list-item__icon i {
  color: #001154;
}
[data-v-9337cb38] .v-list-item {
  padding-right: 32px;
  padding-left: 32px;
}
.faq-wrapper[data-v-9337cb38] {
  width: 888px;
}
[data-v-9337cb38] .v-card {
  background: #ffffff;
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25) !important;
  border-radius: 13.3333px;
}
[data-v-9337cb38] .v-list-item--active {
  font-weight: 600;
  transition: 0.2s;
  font-size: 16px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #2969ff;
}
[data-v-9337cb38] .v-list-item--active .v-list-item__title {
  color: #2969ff;
  font-style: normal;
  font-weight: 600;
}
.v-list-group--active[data-v-9337cb38] {
  position: relative;
}
[data-v-9337cb38] .v-list-group__header__append-icon {
  position: relative;
  left: 11px;
}
[data-v-9337cb38] .v-list-group__header__append-icon i {
  font-size: 39px;
}
[data-v-9337cb38] .v-list-item__content > *:not(:last-child) {
  margin-bottom: 0px;
}
[data-v-9337cb38] .v-list .v-card {
  margin-bottom: 0px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.list-content[data-v-9337cb38] {
    width: 100%;
}
[data-v-9337cb38] .v-list-item__title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    white-space: pre-wrap;
    width: 200px;
    color: #001154;
}
[data-v-9337cb38] .v-list-group__header {
    height: auto;
    min-height: 70px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.list-content[data-v-9337cb38] {
    width: auto;
}
.v-list-item__title[data-v-9337cb38] {
    white-space: pre-wrap;
}
}.faq-header[data-v-e0eeb479] {
  margin-top: -69px;
  position: relative;
  background: white;
  min-height: 277px;
  max-height: 277px;
  -o-object-fit: cover;
  object-fit: cover;
}
.faq-header__background[data-v-e0eeb479] {
  width: 100%;
  min-height: 277px;
  max-height: 277px;
}
.faq-header__gradient[data-v-e0eeb479] {
  background: rgba(27, 39, 86, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 283px;
  max-height: 283px;
  top: -7px;
}
.header-title[data-v-e0eeb479] {
  position: absolute;
  top: 42%;
  right: 0;
  bottom: 0;
  width: 100%;
}
.header-title__main-text[data-v-e0eeb479] {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.530833px;
  color: #ffffff;
}
.header-title__second-text[data-v-e0eeb479] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  color: #ffffff;
  margin-top: 8px;
}
.faq-container[data-v-e0eeb479] {
  max-width: 1600px;
  margin: 0 auto;
}
.tabs-wrapper[data-v-e0eeb479] {
  display: flex;
  column-gap: 16px;
  margin-top: 24px;
  padding: 0px 16px;
}
.tab-item[data-v-e0eeb479] {
  height: 46px;
  padding-left: 16px;
  display: flex;
  align-items: center;
  background: #ffffff;
  box-shadow: 4px 5.33333px 20px rgba(0, 17, 84, 0.14);
  border-radius: 6.66667px;
  width: 253px;
  cursor: pointer;
}
.tab-item__title[data-v-e0eeb479] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  color: #001154;
}
.tab-item--active[data-v-e0eeb479] {
  background: #2969ff;
}
.tab-item--active .tab-item__title[data-v-e0eeb479] {
  color: #ffffff;
}
.faq-items[data-v-e0eeb479] {
  margin-top: 24px;
  margin-bottom: 56px;
  padding: 0px 16px;
}
.additional-link[data-v-e0eeb479] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  display: flex;
  color: #2969ff;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  cursor: pointer;
}
.additional-link__text[data-v-e0eeb479] {
  position: relative;
  top: 7px;
}
.additional-link img[data-v-e0eeb479] {
  height: 29px;
}
.faq-header.authenticationNeeded[data-v-e0eeb479] {
  height: auto;
  margin-top: -109px;
  max-height: 317px;
}
.faq-header.authenticationNeeded .faq-header__background[data-v-e0eeb479] {
  max-height: 317px;
  min-height: 317px;
}
.faq-header.authenticationNeeded .faq-header__gradient[data-v-e0eeb479] {
  top: 0;
  max-height: 317px;
}
.faq-header.authenticationNeeded .header-title[data-v-e0eeb479] {
  top: 42%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.tab-item[data-v-e0eeb479] {
    padding-right: 8px;
    padding-left: 22px;
    padding-right: 22px;
}
.tab-item__title[data-v-e0eeb479] {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    white-space: nowrap;
}
.tabs-wrapper[data-v-e0eeb479] {
    position: sticky;
    top: 68px;
    padding: 0px 24px;
    z-index: 200;
    background: white;
}
.faq-items[data-v-e0eeb479] {
    padding: 0px 24px;
}
.header-title__main-text[data-v-e0eeb479] {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.426667px;
    color: #ffffff;
}
.header-title__second-text[data-v-e0eeb479] {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.487111px;
    color: #ffffff;
}
.tabs-wrapper[data-v-e0eeb479] {
    margin-top: 8px;
    column-gap: 8px;
}
.faq-items[data-v-e0eeb479] {
    margin-top: 16px;
    margin-bottom: 32px;
}
.additional-link[data-v-e0eeb479] {
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
}
.additional-link[data-v-e0eeb479] {
    margin-bottom: 40px;
}
.additional-link__text[data-v-e0eeb479] {
    top: 11px;
}
}
@media (max-width: 400px) {
.tab-item__title[data-v-e0eeb479] {
    white-space: pre-line;
}
}
@media screen and (min-width: 600px) and (max-width: 760px) {
.header-title[data-v-e0eeb479] {
    top: 30%;
}
.header-title .header-title__main-text[data-v-e0eeb479] {
    font-size: 44px;
}
}.button-second[data-v-c8add17f] {
  min-height: unset !important;
}
.next-button-text[data-v-c8add17f] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: flex;
}
.arrow-wrapper[data-v-c8add17f] {
  margin-left: 16px;
  position: relative;
  bottom: 1px;
  display: flex;
  align-items: center;
}
[data-v-c8add17f] .v-btn--disabled {
  background: #9aabc2 !important;
}.back-btn[data-v-99570647] {
  border-radius: 7px;
  min-height: unset !important;
}
.back-button-text[data-v-99570647] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  display: flex;
}
.arrow-wrapper[data-v-99570647] {
  margin-right: 16px;
  position: relative;
  bottom: 1px;
  display: flex;
  align-items: center;
}
[data-v-99570647] .v-btn--disabled {
  background: #9aabc2 !important;
}.about-us-header[data-v-5049deff] {
  margin-top: -69px;
  position: relative;
  background: white;
  height: 277px;
}
.about-us-header__background[data-v-5049deff] {
  width: 100%;
  min-height: 277px;
  max-height: 277px;
}
.about-us-header__gradient[data-v-5049deff] {
  background: rgba(27, 39, 86, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 283px;
  max-height: 283px;
  top: -7px;
}
.header-title[data-v-5049deff] {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 43%;
  right: 0;
  bottom: 0;
  width: 100%;
}
.header-title__main[data-v-5049deff] {
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  line-height: 64px;
  text-align: center;
  letter-spacing: 0.530833px;
  color: #ffffff;
}
.header-title__sub[data-v-5049deff] {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.32px;
  margin-top: 8px;
  color: #ffffff;
}
.about-us-header.authenticationNeeded[data-v-5049deff] {
  height: auto;
  margin-top: -109px;
  max-height: 317px;
}
.about-us-header.authenticationNeeded .about-us-header__background[data-v-5049deff] {
  max-height: 317px;
  min-height: 317px;
}
.about-us-header.authenticationNeeded .about-us-header__gradient[data-v-5049deff] {
  top: 0;
  max-height: 317px;
}
.about-us-header.authenticationNeeded .header-title[data-v-5049deff] {
  top: 42%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.header-title__main[data-v-5049deff] {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.426667px;
    color: #ffffff;
}
.header-title__sub[data-v-5049deff] {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0.487111px;
    color: #ffffff;
}
.about-us-header__background[data-v-5049deff] {
    min-height: 207px;
    max-height: 207px;
}
.about-us-header__gradient[data-v-5049deff] {
    min-height: 207px;
    max-height: 207px;
    top: 0px;
}
.about-us-header[data-v-5049deff] {
    height: 207px;
}
}.card-wrapper[data-v-f01a2d54] {
  background: #ffffff;
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
}
.card-wrapper__name[data-v-f01a2d54] {
  margin-top: 16px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.487111px;
  color: #001154;
}
.card-wrapper__role[data-v-f01a2d54] {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.487111px;
  margin-top: 9px;
  color: #001154;
  position: relative;
}
.card-wrapper__role[data-v-f01a2d54]::after {
  width: 37px;
  height: 2px;
  background: #2969ff;
  display: block;
  content: "";
  position: absolute;
}
.card-wrapper__description[data-v-f01a2d54] {
  margin-top: 16px;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
}
.card-wrapper__description[data-v-f01a2d54] br {
  height: 2px;
  content: "";
  margin: 4px;
  display: block;
}
.card-wrapper__description[data-v-f01a2d54] {
  letter-spacing: 0.444444px;
  color: #001154;
}
.card-wrapper-info[data-v-f01a2d54] {
  padding: 0px 16px;
  padding-bottom: 16px;
}
.card-image[data-v-f01a2d54] {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.card-wrapper[data-v-f01a2d54] {
  height: 821px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.card-image[data-v-f01a2d54] {
    width: 100%;
}
.card-wrapper__description[data-v-f01a2d54] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.134444px;
    color: #001154;
}
.card-wrapper[data-v-f01a2d54] {
    height: auto;
}
.card-wrapper__name[data-v-f01a2d54] {
    margin-top: 9px;
}
.card-wrapper__role[data-v-f01a2d54] {
    margin-top: 9px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.card-wrapper[data-v-f01a2d54] {
    height: auto;
}
.card-image[data-v-f01a2d54] {
    width: 100%;
}
}.about-us-second[data-v-66dd56de] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25);
  border-radius: 7px;
  width: 282px;
  height: 188px;
  flex-direction: column;
}
.about-us-second__title[data-v-66dd56de] {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin-top: 16px;
  color: #001154;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.about-us-second[data-v-66dd56de] {
    width: auto;
    height: 116px;
    justify-content: unset;
    padding-top: 16px;
}
.about-us-second__image[data-v-66dd56de] {
    width: 40px;
    height: 40px;
}
.about-us-second__image img[data-v-66dd56de] {
    width: 40px;
    height: 40px;
}
.about-us-second__title[data-v-66dd56de] {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    margin-top: 8px;
    text-align: center;
    color: #001154;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.about-us-second[data-v-66dd56de] {
    width: auto;
}
.about-us-second .about-us-second__title[data-v-66dd56de] {
    text-align: center;
}
}.story-title[data-v-0d20fad7] {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.426667px;
  color: #001154;
}
.story-description[data-v-0d20fad7] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* Primary/DarkBlue */
  color: #001154;
}
.about-us-container[data-v-0d20fad7] {
  max-width: 895px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.owner-cards-wrapper[data-v-0d20fad7] {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 16px;
  margin-top: 34px;
}
.info-section[data-v-0d20fad7] {
  background: #f8f9fb;
  padding-top: 32px;
  padding-bottom: 32px;
}
.info-section__title[data-v-0d20fad7] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.info-section__text[data-v-0d20fad7] {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  letter-spacing: 0.444444px;
  color: #001154;
}
.second-cards-wrapper[data-v-0d20fad7] {
  margin-top: 32px;
  display: flex;
  column-gap: 24px;
}
.story-wrapper[data-v-0d20fad7] {
  background: white;
  padding-bottom: 30px;
}
.about-us-wrapper[data-v-0d20fad7] {
  background: #f8f9fb;
  height: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.owner-cards-wrapper[data-v-0d20fad7] {
    grid-template-columns: 1fr;
    margin-top: 24px;
}
.second-cards-wrapper[data-v-0d20fad7] {
    margin-top: 16px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 8px;
}
.story-title[data-v-0d20fad7] {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    text-align: center;
    letter-spacing: 0.444444px;
    color: #001154;
}
.story-description[data-v-0d20fad7] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.16px;
    color: #001154;
}
.about-us-container[data-v-0d20fad7] {
    padding: 0px 16px;
}
.owner-cards-wrapper[data-v-0d20fad7] {
    row-gap: 16px;
}
.info-section__title[data-v-0d20fad7] {
    text-align: center;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 152%;
    text-align: center;
    letter-spacing: 0.444444px;
    color: #001154;
}
.story-wrapper[data-v-0d20fad7] {
    padding-bottom: 16px;
}
.info-section[data-v-0d20fad7] {
    padding-top: 24px;
}
.info-section__text[data-v-0d20fad7] {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.044444px;
    color: #001154;
}
.info-section[data-v-0d20fad7] {
    padding-bottom: 16px;
}
}
@media screen and (min-width: 600px) and (max-width: 960px) {
.info-section__title[data-v-0d20fad7] {
    text-align: center;
}
.second-cards-wrapper[data-v-0d20fad7] {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}
}.btn-wrapper[data-v-c0a55eb8] {
  position: fixed;
  z-index: 1;
  bottom: 0;
}
.download-btn[data-v-c0a55eb8] {
  background: #2969ff;
  border-radius: 8px;
  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-c0a55eb8] .v-btn__content {
  font-size: 16px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.download-btn[data-v-c0a55eb8] {
    height: 34px !important;
}
[data-v-c0a55eb8] .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-1c9d9045] {
  background: white;
  position: relative;
}
.form-wrapper[data-v-1c9d9045] {
  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-1c9d9045] {
  box-shadow: unset;
  padding: 0px;
}
.spacer[data-v-1c9d9045] {
  display: flex;
  width: 100%;
  height: 1px;
  background: #f1f1f1;
  margin-top: 8px;
  margin-bottom: 16px;
}
.dialog-content[data-v-1c9d9045] {
  width: 100%;
  height: 80%;
  padding: 16px;
  overflow-y: hidden;
  background: white;
}
.dialog-content__header[data-v-1c9d9045] {
  position: sticky;
  top: 0px;
  background: white;
  z-index: 33;
  width: 100%;
  padding-top: 16px;
}
.dialog-content__title[data-v-1c9d9045] {
  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-1c9d9045] {
  display: flex;
  justify-content: center;
  padding: 0px 16px;
}
.dialog-content__buttons[data-v-1c9d9045] {
  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-1c9d9045] {
  position: absolute;
  top: 8px;
  right: 16px;
}
[data-v-1c9d9045] .v-dialog__content {
  z-index: 204 !important;
}
.last-step[data-v-1c9d9045] {
  right: 4px;
}
.finish-later-btn[data-v-1c9d9045] {
  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-1c9d9045] .v-dialog {
  overflow-y: hidden;
}
[data-v-1c9d9045] .stepper {
  width: 100%;
}
[data-v-1c9d9045] .c-label {
  font-size: 12px !important;
}
.proof-of-funds-step[data-v-1c9d9045] {
  height: 90%;
}
.next-button-wrapper[data-v-1c9d9045] {
  width: 49%;
}
[data-v-1c9d9045] .step-info-wrapper {
  white-space: nowrap;
}.custom-eye-icon[data-v-ac4b3e20] {
  padding-top: 9px;
  margin-right: 10px !important;
}
[data-v-ac4b3e20] .field-wrapper {
  width: 100% !important;
}
[data-v-ac4b3e20] input::-webkit-outer-spin-button,[data-v-ac4b3e20] input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
[data-v-ac4b3e20] input[type="number"] {
  -moz-appearance: textfield;
}.no-filled[data-v-eeddde6b] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.no-filled .v-alert[data-v-eeddde6b] {
  margin-top: 30%;
}
.no-filled .v-alert a[data-v-eeddde6b] {
  text-decoration: underline;
}
.avatarWrapper[data-v-eeddde6b] {
  align-items: center;
  border-radius: 50%;
  display: flex;
  height: 100px;
  justify-content: center;
  overflow: hidden;
  width: 100px;
}
.avatarWrapper img[data-v-eeddde6b] {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
[data-v-eeddde6b] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-eeddde6b] {
  font-size: 1.6rem;
}
[data-v-eeddde6b] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-eeddde6b] {
  padding-bottom: 66px;
}
[data-v-eeddde6b] .v-text-field__slot, .v-select__slot[data-v-eeddde6b] {
  position: relative !important;
  top: 5px !important;
}
[data-v-eeddde6b] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
.form-title[data-v-eeddde6b] {
  font-size: 20px;
  line-height: 152%;
  /* or 30px */
  letter-spacing: 0.444444px;
  /* DarkBlue */
  color: #001154;
}
.form-title-edit[data-v-eeddde6b] {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
  color: #001154;
}
[data-v-eeddde6b] .v-select__selections {
  color: #001154 !important;
}
[data-v-eeddde6b] .v-select__selection--comma {
  color: #001154 !important;
}
[data-v-eeddde6b] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-eeddde6b] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-eeddde6b] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.fields-wrapper[data-v-eeddde6b] {
  row-gap: 15px;
  display: flex;
  flex-direction: column;
}
[data-v-eeddde6b] .container {
  max-width: 777px !important;
}
[data-v-eeddde6b] .c-label {
  color: #001154 !important;
}
[data-v-eeddde6b] .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-eeddde6b] .custom-v-input-error .v-input .v-input:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6) !important;
}
[data-v-eeddde6b] .custom-v-input-error .v-input input::placeholder {
  color: rgba(213, 40, 25, 0.7) !important;
}
[data-v-eeddde6b] .file-input-slot > .v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
  display: none !important;
}
[data-v-eeddde6b] .custom-stepper-content {
  padding-top: 24px !important;
}
[data-v-eeddde6b] .custom-buttons-wrapper {
  padding-top: unset !important;
}
[data-v-eeddde6b] .v-input__append-inner {
  margin-top: 4px !important;
}
[data-v-eeddde6b] .v-input__prepend-inner {
  margin-top: 30px !important;
  margin-left: 20px !important;
}
[data-v-eeddde6b] .zentinel-logo {
  margin-top: 15px;
  margin-right: 20px;
}
[data-v-eeddde6b] .custom-input-error {
  background: rgba(213, 40, 25, 0.08) !important;
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-eeddde6b] .custom-input-error:focus-within {
  border: 1px solid rgba(213, 40, 25, 0.6);
}
[data-v-eeddde6b] .custom-input-error::placeholder {
  color: rgba(213, 40, 25, 0.7);
}
[data-v-eeddde6b] .google-input-border:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-eeddde6b] .custom-input-border .v-input:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-eeddde6b] .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-eeddde6b] .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-eeddde6b] .file-upload-text {
  margin-left: 16px;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  color: #2969ff;
}
[data-v-eeddde6b] .custom-btn {
  border: 1px solid #2969ff !important;
}
[data-v-eeddde6b] .custom-btn:hover {
  background-color: #145aff !important;
}
[data-v-eeddde6b] .custom-btn:hover .custom-btn-text {
  color: #ffffff !important;
}
[data-v-eeddde6b] .custom-btn-text {
  color: #2969ff !important;
}
[data-v-eeddde6b] .second-input-with-background .req-icon {
  margin-left: -3px;
}
[data-v-eeddde6b] .second-input-with-background .c-label {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: rgba(0, 17, 84, 0.7);
}
[data-v-eeddde6b] .second-input-with-background .custom-google-input {
  background-color: #f3f3f3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-eeddde6b] .second-input-with-background .custom-google-input::placeholder {
  color: rgba(0, 0, 0, 0.38);
}
[data-v-eeddde6b] .v-text-field__slot input {
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  color: rgb(0, 17, 84);
}
[data-v-eeddde6b] .custom-google-input--focus:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
[data-v-eeddde6b] .app-custom-input {
  height: 40px !important;
  padding-top: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 12px !important;
}
[data-v-eeddde6b] .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-eeddde6b] .v-btn {
  min-height: unset !important;
  min-width: unset !important;
}
[data-v-eeddde6b] .v-card__text {
  padding: 0 40px !important;
}
[data-v-eeddde6b] .v-stepper__content {
  margin-top: 4px;
}
.app-custom-input:focus-within input[data-v-eeddde6b]:focus-within {
  border: 1px solid rgba(41, 105, 255, 0.6);
}
.app-custom-input > div[data-v-eeddde6b] {
  height: 63px;
  margin: 0 !important;
}
.app-custom-input input[data-v-eeddde6b] {
  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-eeddde6b] {
  margin-bottom: 3px;
}
.buttons-wrapper[data-v-eeddde6b] {
  padding-bottom: 40px;
  padding-top: 105px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttons-top[data-v-eeddde6b] {
  padding: 15px 40px 0 !important;
  padding-bottom: 16px !important;
}
.custom-sub-title[data-v-eeddde6b] {
  font-weight: 600;
}
.button-text[data-v-eeddde6b] {
  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-eeddde6b] {
  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-eeddde6b]:not(.v-sheet--outlined) {
  box-shadow: none;
  padding: 0 40px !important;
}
.step[data-v-eeddde6b] {
  display: flex;
  margin-top: 41px;
}
.step__number[data-v-eeddde6b] {
  width: 24px;
  height: 24px;
  border-radius: 26px;
  text-align: center;
  color: white;
  background-color: #001154;
}
.step__title[data-v-eeddde6b] {
  font-size: 12px;
  line-height: 26px;
  margin-left: 14px;
  color: #001154;
}
.fields-wrapper[data-v-eeddde6b] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  column-gap: 24px;
  row-gap: 20px;
}
.field-wrapper[data-v-eeddde6b] {
  width: 47%;
}
.sub-title[data-v-eeddde6b] {
  padding: 0 40px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
  color: #001154;
}
.close-icon[data-v-eeddde6b] {
  position: absolute;
  right: 24px;
  top: 24px;
}
.dialog-wrapper[data-v-eeddde6b] {
  background: white;
  border-radius: 5px;
  max-width: 1143px;
  margin: 0 auto;
  overflow: auto;
  max-height: 891px;
}
.stepper-wrapper[data-v-eeddde6b] {
  width: 295px;
}
.content-wrapper[data-v-eeddde6b] {
  width: 847px;
  position: relative;
}
.v-form[data-v-eeddde6b] {
  padding-bottom: 8px;
}
.v-btn.accent[data-v-eeddde6b] {
  color: #001154 !important;
}
.v-sheet.v-stepper[data-v-eeddde6b]:not(.v-sheet--outlined) {
  box-shadow: none;
}
.fields-content-wrapper[data-v-eeddde6b] {
  min-height: 316px;
}
.pof-wrapper[data-v-eeddde6b] {
  width: 100%;
}
[data-v-eeddde6b] .stepper-title {
  font-size: 20px !important;
}[data-v-facca877] .v-input__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-facca877] .v-input__append-inner .v-input__icon .v-icon {
  font-size: 24px;
}
[data-v-facca877] .v-select__slot {
  justify-content: center;
}.stepper[data-v-74f5ae72] .v-progress-circular__underlay {
  stroke: rgba(255, 255, 255, 0.4);
}
.stepper[data-v-74f5ae72] .v-progress-circular__info {
  background: #3BA9E0;
  color: #ffffff;
  height: 82%;
  width: 82%;
  border-radius: 50%;
  font-size: 13px;
}
.stepper-helper[data-v-74f5ae72] {
  font-size: 13px;
}
.image-container[data-v-74f5ae72] {
  position: relative;
  max-height: 130px;
  display: inline-block;
  z-index: 1;
}
.images-block[data-v-74f5ae72] {
  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-74f5ae72] {
  align-items: center;
}
.images[data-v-74f5ae72] {
  height: 100%;
}
.upb-block[data-v-74f5ae72] {
  padding: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
}
.upb-block p[data-v-74f5ae72],
.upb-block span[data-v-74f5ae72] {
  color: #001154;
}
h2[data-v-74f5ae72] {
  color: #001154;
  font-size: 36px;
}
.asset-info-table[data-v-74f5ae72] {
  width: 100%;
}
.asset-info-table td[data-v-74f5ae72] {
  border: none !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}
.asset-info-table td.label[data-v-74f5ae72] {
  color: #616161;
}
.asset-info-table td.value[data-v-74f5ae72] {
  font-size: 16px;
  color: #001154;
}
.asset-info-table tr[data-v-74f5ae72]:nth-child(even) {
  background-color: #f7f7f7;
}
.form-actions .v-btn[data-v-74f5ae72] {
  height: 64px;
  width: 30%;
}
.offer-form .input-label[data-v-74f5ae72] {
  margin-bottom: 0;
  color: #001154;
}
.offer-form[data-v-74f5ae72] input {
  font-size: 20px;
}
[data-v-74f5ae72] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-74f5ae72] .v-textarea .v-input__slot {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}.v-card__actions[data-v-bf643122] {
  background-color: #f4f8ff;
}
.form-actions[data-v-bf643122] {
  max-width: 363px;
  width: 100%;
}
.offer-form[data-v-bf643122] {
  max-width: 363px;
  margin: 0 auto;
}
.offer-form .input-label[data-v-bf643122] {
  margin-bottom: 0;
  color: #001154;
  font-weight: 500;
}
.offer-form[data-v-bf643122] input {
  font-size: 20px;
}
[data-v-bf643122] .v-textarea .v-input__control {
  border-radius: 0;
}
[data-v-bf643122] .v-textarea .v-input__slot {
  background-color: #f7f7f7 !important;
  border: 1px solid #d8d8d8;
  box-shadow: none !important;
}.forgot-password-dialog-wrapper[data-v-f61c18ca] {
  display: flex;
}
.listValidatePassword[data-v-f61c18ca] {
  color: #001154;
  font-size: 11px;
  list-style: none;
  margin: 0 0 0;
  padding: 0;
  height: 80px;
  width: 240px;
}
.listValidatePassword .v-icon[data-v-f61c18ca] {
  margin-bottom: 1px;
  margin-right: 6px;
}
.list[data-v-f61c18ca] {
  margin-left: 8px;
  margin-bottom: 14px;
}
.list__wrapper[data-v-f61c18ca] {
  background-color: rgba(41, 105, 255, 0.1);
}
.list__item[data-v-f61c18ca] {
  margin-bottom: -2px;
  margin-right: -10px;
  font-size: 10px;
  color: rgba(0, 17, 84, 0.8);
}
.validation__description[data-v-f61c18ca] {
  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-f61c18ca] {
  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-f61c18ca] .v-messages__message {
  text-align: right;
  font-size: 10px;
}
[data-v-f61c18ca] .second-input-with-background .v-input {
  padding-right: 0;
  margin-bottom: 12px;
}
[data-v-f61c18ca] .second-input-wrapper {
  margin-bottom: 30px !important;
}
[data-v-f61c18ca] .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-f61c18ca] .cardPopUp {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[data-v-f61c18ca] .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-f61c18ca] .cardPopUp__text {
  padding: 0 33px 20px !important;
}
[data-v-f61c18ca] .v-input__slot {
  padding-top: 4px;
}
[data-v-f61c18ca] .v-btn--has-bg {
  background-color: #2969ff !important;
  color: #ffffff;
  border-radius: 5px;
  letter-spacing: 0 !important;
}
[data-v-f61c18ca] .v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #9aabc2 !important;
  color: #ffffff !important;
}
[data-v-f61c18ca] .v-size--default {
  font-size: 12px !important;
  min-height: 32px !important;
  margin: 0 0 3px 0 !important;
  height: 32px !important;
}
[data-v-f61c18ca] .v-btn.v-size--small .v-btn__content {
  font-size: 9px;
  margin-left: -20px;
}
[data-v-f61c18ca] .logo-container {
  height: 45px !important;
}
[data-v-f61c18ca] .zentinel-logo {
  height: 43px;
  margin-left: 2px;
}
[data-v-f61c18ca] .v-messages {
  margin-bottom: 18px;
}
.cardPopUp__title__text[data-v-f61c18ca] {
  margin-top: 11px;
  color: #001154;
}
.custom-eye-icon[data-v-f61c18ca] {
  padding-top: 2px;
  padding-right: 10px;
}
.custom-close-icon[data-v-f61c18ca] {
  position: absolute;
  top: 4px;
  right: 3px;
}
.custom-img[data-v-f61c18ca] {
  margin-left: 13px;
}
.cardPopUp__text .v-btn[data-v-f61c18ca] {
  margin-bottom: 0;
}
.v-image__image[data-v-f61c18ca] {
  border-radius: 5px 0 0 5px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.forgot-password-dialog-wrapper[data-v-f61c18ca] {
    flex-direction: column;
    height: 100%;
}
.forgot-password-dialog-wrapper .cardPopUp[data-v-f61c18ca] {
    height: 100%;
}
.cardPopUp__description[data-v-f61c18ca] {
    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-f61c18ca] {
    background: white;
    min-height: unset !important;
    width: 24px !important;
    height: 24px !important;
    top: 16px;
    right: 16px;
}
.custom-close-icon i[data-v-f61c18ca] {
    font-size: 18px !important;
}
.cardPopUp__title__text[data-v-f61c18ca] {
    margin-top: 8px;
}
.cardPopUp__title[data-v-f61c18ca] {
    padding: 24px 16px 0 !important;
}
.cardPopUp__text[data-v-f61c18ca] {
    padding: 0 16px 20px !important;
}
.email-field[data-v-f61c18ca] {
    margin-bottom: 24px !important;
    margin-top: 4px !important;
}
.text-check[data-v-f61c18ca] {
    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-f61c18ca] {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 20px;
    color: #2969ff;
}
.listValidatePassword[data-v-f61c18ca] {
    margin-left: 16px;
}
.validation__description[data-v-f61c18ca] {
    padding-top: 8px;
}
.list__item i[data-v-f61c18ca] {
    font-size: 11px !important;
}
.list[data-v-f61c18ca] {
    margin-bottom: 24px;
}
.text-check[data-v-f61c18ca] {
    margin-top: 8px;
}
.submit-btn[data-v-f61c18ca] {
    height: 40px !important;
}
.submit-text[data-v-f61c18ca] {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
}
[data-v-f61c18ca] .v-dialog {
    background: white;
}
[data-v-f61c18ca] .cardPopUp {
    box-shadow: unset !important;
}
}.make-offer-dialog[data-v-ae5c045c] {
  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-ae5c045c] {
    min-height: 100vh !important;
    padding: 16px;
    padding-bottom: 48px !important;
}
}
.make-offer-dialog__close[data-v-ae5c045c] {
  width: 12px;
  height: 12px;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
.make-offer-dialog__title[data-v-ae5c045c] {
  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-ae5c045c] {
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px !important;
    padding-top: 16px;
}
}
.make-offer-dialog__content[data-v-ae5c045c] {
  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-ae5c045c] {
    flex-direction: column;
    align-items: center;
    margin-top: 16px;
}
}
.make-offer-dialog__select[data-v-ae5c045c] {
  box-shadow: none;
}
.make-offer-dialog__select[data-v-ae5c045c] .slot-select__select .v-input__slot {
  box-shadow: none !important;
  border-radius: 0;
}
.make-offer-dialog__cover[data-v-ae5c045c] {
  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-ae5c045c] {
    max-width: 382px;
    height: 233px;
}
}
.make-offer-dialog__cover[data-v-ae5c045c]::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-ae5c045c] {
  position: absolute;
  z-index: 2;
  top: 120px;
  left: 50%;
  transform: translate(-50%, 0);
}
.make-offer-dialog__cover-price h3[data-v-ae5c045c] {
  color: #ffffff;
  font-weight: 600;
  font-size: 10px;
  text-align: center;
}
.make-offer-dialog__cover-price h2[data-v-ae5c045c] {
  color: #ffffff;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}
.make-offer-dialog__cover-timer[data-v-ae5c045c] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}
.make-offer-dialog__cover img[data-v-ae5c045c] {
  position: absolute;
  width: 100%;
  height: 100%;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-ae5c045c] .v-input__control, .make-offer-dialog .make-offer-dialog__control-price[data-v-ae5c045c] .v-input__control {
  height: 40px !important;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-ae5c045c] .v-input__control .v-input__slot, .make-offer-dialog .make-offer-dialog__control-price[data-v-ae5c045c] .v-input__control .v-input__slot {
  margin: 0;
  padding: 0 !important;
  height: 40px !important;
  border: none !important;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-ae5c045c] .v-input__control .v-input__slot fieldset, .make-offer-dialog .make-offer-dialog__control-price[data-v-ae5c045c] .v-input__control .v-input__slot fieldset {
  display: none;
  height: 40px !important;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-ae5c045c] .v-input__control .v-text-field__slot, .make-offer-dialog .make-offer-dialog__control-price[data-v-ae5c045c] .v-input__control .v-text-field__slot {
  height: 40px !important;
  border: none !important;
  background: #f4f4f4;
  border-radius: 1px;
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-ae5c045c] .v-input__control .v-text-field__slot input, .make-offer-dialog .make-offer-dialog__control-price[data-v-ae5c045c] .v-input__control .v-text-field__slot 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-ae5c045c] .v-input__control .v-text-field__slot input::placeholder, .make-offer-dialog .make-offer-dialog__control-price[data-v-ae5c045c] .v-input__control .v-text-field__slot input::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
.make-offer-dialog .make-offer-dialog__control-percent[data-v-ae5c045c] .v-input__control .v-text-field__details, .make-offer-dialog .make-offer-dialog__control-price[data-v-ae5c045c] .v-input__control .v-text-field__details {
  display: none;
}
.make-offer-dialog__controls[data-v-ae5c045c] {
  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-ae5c045c] {
    max-width: 100%;
    padding: 16px;
}
}
.make-offer-dialog__controls label[data-v-ae5c045c] {
  color: #001154;
}
.make-offer-dialog__control[data-v-ae5c045c] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__control-field[data-v-ae5c045c] .inputs-wrapper {
    grid-template-columns: 82% auto !important;
    column-gap: 8px !important;
}
}
.make-offer-dialog__control label[data-v-ae5c045c] {
  font-weight: 400;
  font-size: 11px;
}
.make-offer-dialog__control-line[data-v-ae5c045c] {
  width: 100%;
  display: flex;
}
.make-offer-dialog__control-price[data-v-ae5c045c] {
  width: 100%;
  max-width: 245px;
}
.make-offer-dialog__control-price.error--text[data-v-ae5c045c] {
  border: 1px solid #d52819;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] {
  margin-top: 8px;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider--horizontal {
  margin-right: 2px;
  margin-left: 18px;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider.v-slider--horizontal .v-slider__track-background.primary.lighten-3 {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider__track-fill.primary {
  background: #2969ff !important;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider.v-slider--horizontal .v-slider__thumb.primary {
  background: #2969ff !important;
  width: 24px !important;
  height: 24px !important;
  left: -1px !important;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .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-ae5c045c] .v-slider {
  margin-left: 0;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider__track-container {
  height: 8px;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider__track-fill {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider__thumb::after, .make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider__thumb::before {
  display: none;
}
.make-offer-dialog__control-slider[data-v-ae5c045c] .v-slider__thumb-label.primary {
  background-color: transparent !important;
  transform: translateY(80%) translateY(4px) translateX(-14%) rotate(45deg) !important;
}
.make-offer-dialog__control-percent[data-v-ae5c045c] {
  width: 100%;
  max-width: 65px;
  margin-left: 8px;
}
.make-offer-dialog__control-percent[data-v-ae5c045c] .error--text {
  border: 1px solid #d52819;
}
.make-offer-dialog__control-percent[data-v-ae5c045c] .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.make-offer-dialog__control-percent[data-v-ae5c045c] .v-text-field > .v-input__control .v-text-field__slot input {
  padding: 20px 8px;
}
.make-offer-dialog__control-percent[data-v-ae5c045c] .v-text-field > .v-input__control > .v-input__slot:before,
.make-offer-dialog__control-percent[data-v-ae5c045c] .v-text-field > .v-input__control > .v-input__slot:after {
  display: none;
}
.make-offer-dialog__vertical-line[data-v-ae5c045c] {
  display: flex;
  justify-content: space-between;
}
.make-offer-dialog__slot[data-v-ae5c045c] {
  min-height: 40px !important;
}
.make-offer-dialog__slot--active[data-v-ae5c045c] .v-select__slot .v-select__selections input::placeholder {
  color: #001154 !important;
}
.make-offer-dialog__slot[data-v-ae5c045c] .v-input__control {
  min-height: 40px !important;
}
.make-offer-dialog__slot[data-v-ae5c045c] .v-input__slot {
  min-height: 40px !important;
  background: #f4f4f4 !important;
  filter: none;
}
.make-offer-dialog__slot[data-v-ae5c045c] .slot-select__select {
  min-height: 40px !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__slot[data-v-ae5c045c] .slot-select__select .v-input__slot {
    padding: 0px 7px;
}
}
.make-offer-dialog__slot[data-v-ae5c045c] .v-select__selections input::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
  font-weight: 500;
  font-size: 12px;
}
.make-offer-dialog__slot[data-v-ae5c045c] .v-select__selections input {
  font-weight: 500;
  font-size: 12px;
  color: #001154 !important;
}
.make-offer-dialog__slot[data-v-ae5c045c] .slot-select__icon-wrapper {
  top: 8px !important;
}
.make-offer-dialog__textarea[data-v-ae5c045c] {
  padding-right: 3px;
}
.make-offer-dialog__textarea label[data-v-ae5c045c] {
  font-weight: 400;
  font-size: 11px;
}
.make-offer-dialog__textarea-field[data-v-ae5c045c] {
  width: 355px;
  min-height: 290px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__textarea-field[data-v-ae5c045c] {
    width: 100%;
    min-height: 201px !important;
}
}
.make-offer-dialog__textarea-field[data-v-ae5c045c] .v-input__slot {
  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-ae5c045c] .v-input__slot {
    min-height: 201px !important;
}
}
.make-offer-dialog__textarea-field[data-v-ae5c045c] .v-text-field__slot textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.make-offer-dialog__textarea-field[data-v-ae5c045c] .v-text-field__slot textarea::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
.make-offer-dialog__textarea-field[data-v-ae5c045c] .v-text-field__details {
  display: none !important;
}
.make-offer-dialog__buttons[data-v-ae5c045c] {
  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-ae5c045c] {
    margin-top: 24px !important;
    max-width: 382px !important;
    justify-content: space-between;
}
}
.make-offer-dialog__button[data-v-ae5c045c] {
  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-ae5c045c] {
    max-width: 182px;
}
.make-offer-dialog__button[data-v-ae5c045c] .v-btn__content {
    font-weight: 500 !important;
    font-size: 16px !important;
    line-height: 26px !important;
}
}
.make-offer-dialog__button-outline[data-v-ae5c045c] {
  background: transparent !important;
  color: #2969ff !important;
  border: 1px solid #2969ff !important;
  margin-right: 16px;
}
.slot-select__slot-item[data-v-ae5c045c] {
  width: 100%;
  cursor: pointer;
  padding: 8px;
}
.slot-select__slot-item[data-v-ae5c045c]:hover {
  background: #f4f4f4;
}
[data-v-ae5c045c] .slot-select__content-wrapper {
  max-height: 300px;
  scrollbar-width: none;
}
[data-v-ae5c045c] .slot-select__content-wrapper::-webkit-scrollbar {
  display: none;
}
[data-v-ae5c045c] .inputs-wrapper {
  grid-template-columns: 239px auto !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.make-offer-dialog__textarea[data-v-ae5c045c] {
    width: 100%;
    padding: 0px 16px;
}
}.multi-bid-asset-wrapper[data-v-82ef619d] {
  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-82ef619d] {
  min-height: 150px;
  height: 150px;
  width: 143px;
}
.multi-bid-asset-wrapper__info[data-v-82ef619d] {
  column-gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.multi-bid-asset-wrapper__info-name[data-v-82ef619d] {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
}
.multi-bid-asset-wrapper__info-address[data-v-82ef619d] {
  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-82ef619d] {
  margin-top: 4px;
}
.upb-title[data-v-82ef619d] {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #001154;
}
.upb-value[data-v-82ef619d] {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.32px;
  color: #001154;
}
.offer-price-wrapper[data-v-82ef619d] {
  padding: 0px 16px;
  margin-top: 10px;
}
.multi-bid-asset--editable[data-v-82ef619d] {
  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-82ef619d] {
  box-shadow: unset;
}
.multi-bid-asset--editable[data-v-82ef619d] .image__wrapper img {
  border-bottom-left-radius: 0px;
}
[data-v-82ef619d] .offer-slider {
  margin-top: 8px;
}
[data-v-82ef619d] .image__wrapper img {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}.assets-wrapper[data-v-18daa62c] {
  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-18daa62c] {
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
}
.two-assets[data-v-18daa62c] .multi-bid-asset-wrapper {
  height: 182px;
  column-gap: 22px;
}
.two-assets[data-v-18daa62c] .multi-bid-asset-wrapper .multi-bid-asset-wrapper__image {
  height: 182px;
  width: 213px;
}
.two-assets[data-v-18daa62c] .multi-bid-asset--editable .multi-bid-asset-wrapper__image {
  width: 307px;
  height: 173px;
}
.two-assets[data-v-18daa62c] .multi-bid-asset--editable .offer-price-wrapper {
  padding: 0px 24px;
}
.two-assets[data-v-18daa62c] .multi-bid-asset--editable .inputs-wrapper {
  grid-template-columns: 453px auto;
  column-gap: 24px;
}
.assets-list-wrapper[data-v-18daa62c] {
  overflow: auto;
  padding: 0px 2px;
  padding-top: 32px;
  padding-bottom: 30px;
  height: 681px;
}
.assets-list-wrapper[data-v-18daa62c]::-webkit-scrollbar {
  width: 4px;
}
.assets-list-wrapper[data-v-18daa62c]::-webkit-scrollbar-thumb {
  background: #9aabc2;
  border-radius: 5px;
}.multi-bid[data-v-130380da] {
  width: 100% !important;
}
.multi-bid__cover[data-v-130380da] {
  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-130380da] {
  width: 50%;
  flex-grow: 1;
  box-sizing: border-box;
  justify-content: space-between;
  text-align: center;
}
.multi-bid__cover-darker-layout[data-v-130380da] {
  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-130380da] {
  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-130380da] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 26px;
}
.multi-bid__cover-asset-info-text[data-v-130380da] {
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding-top: 8px;
}
.multi-bid__cover-asset-info-icon[data-v-130380da] {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.multi-bid__cover-asset-info-upb[data-v-130380da] {
  color: #fff;
}
.multi-bid__cover-asset-info-upb-title[data-v-130380da] {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}
.multi-bid__cover-asset-info-upb-price[data-v-130380da] {
  text-align: center;
  font-weight: 700;
  font-size: 40px;
  line-height: 44px;
}.multi-bid-allocate-offer-wrapper[data-v-91bf82dd] {
  width: 1276px;
  margin: auto;
  padding-top: 32px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.multi-bid-allocate-offer-wrapper[data-v-91bf82dd] {
    width: 100%;
    padding-top: 16px;
    padding-bottom: 64px;
}
}
.multi-bid-allocate-offer-wrapper__prices[data-v-91bf82dd] {
  display: flex;
  justify-content: space-between;
  padding: 14px 16px 32px 16px;
}
.multi-bid-allocate-offer-header[data-v-91bf82dd] {
  display: grid;
  grid-template-columns: 468px 410px auto;
}
.multi-bid-allocate-offer-header__asset[data-v-91bf82dd] {
  margin-bottom: 16px;
}
.multi-bid-allocate-offer-header__image[data-v-91bf82dd] {
  height: 240px;
  position: relative;
}
.multi-bid-allocate-offer-header__image img[data-v-91bf82dd] {
  width: 100%;
  height: 240px;
}
.multi-bid-allocate-offer-header__data[data-v-91bf82dd] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.multi-bid-allocate-offer-header__data.--border-right[data-v-91bf82dd] {
  border-right: 1px solid rgba(0, 17, 84, 0.1);
}
.multi-bid-allocate-offer-header__data-title[data-v-91bf82dd] {
  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-91bf82dd] {
    font-size: 14px;
    font-weight: 500;
}
}
.multi-bid-allocate-offer-header__data-value[data-v-91bf82dd] {
  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-91bf82dd] {
    line-height: normal;
    font-size: 28px;
}
}
.multi-bid-allocate-offer-header__data-percent[data-v-91bf82dd] {
  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-91bf82dd] {
    line-height: normal;
    font-size: 12px;
}
}
.total-upb-image-background[data-v-91bf82dd] {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #121727;
  opacity: 0.6;
  border-radius: 10.4839px;
  top: 0px;
}
.allocate-offer-asset-info[data-v-91bf82dd] {
  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-91bf82dd] {
  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-91bf82dd] {
  width: 32px;
  height: 32px;
}
.allocate-offer-asset-info-count[data-v-91bf82dd] {
  display: flex;
  align-items: center;
}
.assets-images-wrapper[data-v-91bf82dd] {
  display: flex;
  height: 100%;
}
.assets-images-wrapper.three-images[data-v-91bf82dd] {
  height: 50%;
}
.assets-images-wrapper[data-v-91bf82dd] .image__wrapper {
  width: 50%;
}
.assets-images-wrapper[data-v-91bf82dd] img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  border-radius: 10.4839px;
}
.assets-images-additional-image[data-v-91bf82dd] {
  display: flex;
  height: 50%;
}
.assets-images-additional-image img[data-v-91bf82dd] {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.assets-images-additional-image[data-v-91bf82dd] .image__wrapper {
  width: 100%;
}
.remaining-allocation .multi-bid-allocate-offer-header__data-title[data-v-91bf82dd],
.remaining-allocation .multi-bid-allocate-offer-header__data-value[data-v-91bf82dd],
.remaining-allocation .multi-bid-allocate-offer-header__data-percent[data-v-91bf82dd] {
  color: #9aabc2;
}
.remaining-error .multi-bid-allocate-offer-header__data-title[data-v-91bf82dd],
.remaining-error .multi-bid-allocate-offer-header__data-value[data-v-91bf82dd] {
  color: #dd226f;
}
.remaining-error .multi-bid-allocate-offer-header__data-percent[data-v-91bf82dd] {
  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-d6639d99] {
  display: flex;
  justify-content: space-between;
  width: 1276px;
  bottom: 51px;
  padding: 0 11px;
  margin: auto;
}
.bidding-actions-wrapper__mobile[data-v-d6639d99], .bidding-actions-wrapper__controls[data-v-d6639d99] {
  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-d6639d99] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
}
.bidding-actions-wrapper__controls-back[data-v-d6639d99], .bidding-actions-wrapper__controls-next[data-v-d6639d99] {
  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-d6639d99] {
  color: #ffffff;
  background: #2969ff !important;
}
.bidding-actions-wrapper__controls-next--disabled[data-v-d6639d99].theme--light.v-btn.v-btn--disabled.v-btn--has-bg {
  background-color: #9aabc2 !important;
}
.bidding-actions-wrapper__controls-next--disabled[data-v-d6639d99] .v-btn__content {
  color: #ffffff !important;
}
.bidding-actions-wrapper__controls-next--disabled[data-v-d6639d99] {
  border: 1px solid #9aabc2 !important;
}
.bidding-actions-wrapper__mobile-button[data-v-d6639d99] {
  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-d6639d99]:not(.bidding-actions-wrapper__mobile-button--disabled) {
  transform: scale(1);
  animation: pulse-blue-d6639d99 2s infinite;
}
@supports (-webkit-touch-callout: none) {
.bidding-actions-wrapper__mobile-button[data-v-d6639d99]:not(.bidding-actions-wrapper__mobile-button--disabled) {
    animation: pulse-blue-d6639d99 1.8s infinite;
}
}
@keyframes pulse-blue-d6639d99 {
0% {
    transform: scale(0.8);
}
70% {
    transform: scale(1);
}
100% {
    transform: scale(0.8);
}
}
.bidding-actions-wrapper__mobile-button--disabled.theme--light.v-btn.v-btn--disabled.v-btn--has-bg[data-v-d6639d99] {
  background-color: #9aabc2 !important;
}
.bidding-actions-wrapper__mobile-button--disabled[data-v-d6639d99] .v-btn__content {
  color: #fff !important;
}
.bidding-actions-wrapper__mobile-counter[data-v-d6639d99] {
  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-d6639d99] {
    width: 100%;
    position: relative;
}
}
[data-v-d6639d99] .v-btn {
  min-height: unset !important;
}
.next-button-content[data-v-d6639d99] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  right: 17px;
}
.next-button-content[data-v-d6639d99]: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-d6639d99] {
  right: 0;
}
.next-button-content.--last-step[data-v-d6639d99]:after {
  display: none;
}
.asset-step-buttons[data-v-d6639d99] {
  padding-left: 0;
  padding-right: 0;
}
.back-button-content[data-v-d6639d99] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  left: 17px;
}
.back-button-content[data-v-d6639d99]:before {
  left: -33px;
  top: 2px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDdMMy44IDdMOS40IDEuNEw4IDBMMCA4TDggMTZMOS40IDE0LjZMMy44IDlMMjAgOVY3WiIgZmlsbD0iIzI5NjlGRiIvPgo8L3N2Zz4K");
}
.back-button-content[data-v-d6639d99] {
  color: #2969ff;
}
.next-button-wrapper-mobile[data-v-d6639d99] {
  width: 100%;
  max-width: 48%;
}
.next-btn-mobile[data-v-d6639d99] {
  min-width: 100% !important;
}[data-v-be33b0a3] .v-dialog {
  max-width: 1440px;
}
.dialog-content-wrapper[data-v-be33b0a3] {
  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-be33b0a3] {
    min-height: 100vh;
    background: #fbfbfb;
}
}
.dialog-content[data-v-be33b0a3] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 117px;
  overflow: hidden;
}
.dialog-content__title[data-v-be33b0a3] {
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #001154;
  text-align: center;
  margin-bottom: 4px;
}
.dialog-content__stepper[data-v-be33b0a3] {
  margin-bottom: 8px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.dialog-content[data-v-be33b0a3] {
    padding: 32px 16px;
}
}
.close-icon[data-v-be33b0a3] {
  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-be33b0a3] {
  width: 16px;
  height: 16px;
}
.process-offer-dialog-content-wrapper[data-v-be33b0a3] {
  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-be33b0a3] {
  top: 7px;
  right: 16px;
}
.process-offer-dialog-content-wrapper__title[data-v-be33b0a3] {
  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-be33b0a3] {
  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-be33b0a3] {
  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-be33b0a3] {
  max-width: 230px;
  border-radius: 7px;
}
.process-offer-dialog-content-wrapper__buttons-submit[data-v-be33b0a3] {
  border-radius: 7px;
  max-width: 230px;
}
.process-offer-dialog-content-wrapper__buttons-submit-text[data-v-be33b0a3] {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #ffffff;
}
.mobile-close-icon[data-v-be33b0a3],
.mobile-back-button[data-v-be33b0a3] {
  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-be33b0a3],
.mobile-back-button img[data-v-be33b0a3] {
  width: 12px;
  height: 12px;
}
.mobile-back-button[data-v-be33b0a3] {
  top: 34px !important;
  left: 16px !important;
}
[data-v-be33b0a3] .v-btn {
  min-height: unset !important;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.process-offer-dialog-content-wrapper[data-v-be33b0a3] {
    padding: 12px 0;
    max-height: 360px;
}
.process-offer-dialog-content-wrapper__title[data-v-be33b0a3] {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
}
.process-offer-dialog-content-wrapper__info[data-v-be33b0a3] {
    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-be33b0a3] {
    margin-top: 32px;
}
.close-icon[data-v-be33b0a3] {
    width: 24px;
    height: 24px;
    top: 16px !important;
    box-shadow: 0 13px 26px rgba(223, 223, 223, 0.44);
}
.close-icon__circle[data-v-be33b0a3] {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.close-icon__circle img[data-v-be33b0a3] {
    width: 12px;
    height: 12px;
}
[data-v-be33b0a3] .v-dialog {
    margin: 0 !important;
}
}[data-v-a1fc795d] .v-input--radio-group {
  background-color: white;
  margin-top: 0px !important;
  height: 40px;
}
[data-v-a1fc795d] .v-input--radio-group__input {
  display: flex;
  column-gap: 32px;
}
[data-v-a1fc795d] .v-menu__content {
  z-index: 10 !important;
}
[data-v-a1fc795d] .v-radio .v-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}.content-wrapper[data-v-716b5ea5] {
  max-width: 781px;
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-716b5ea5] {
    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-716b5ea5] {
    padding: 0px 22px;
}
}
[data-v-716b5ea5] .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-716b5ea5] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-716b5ea5] {
  font-size: 1.6rem;
}
[data-v-716b5ea5] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-716b5ea5] {
  padding-bottom: 66px;
}
[data-v-716b5ea5] .v-text-field__slot, .v-select__slot[data-v-716b5ea5] {
  position: relative !important;
  top: 5px !important;
}
[data-v-716b5ea5] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
[data-v-716b5ea5] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-716b5ea5] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-716b5ea5] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
[data-v-716b5ea5] .v-btn {
  min-height: unset !important;
}.content-wrapper[data-v-d7f518a8] {
  max-width: 781px;
  width: 100%;
  height: 912px;
}
#fairMarketValueDate[data-v-d7f518a8] {
  width: 100%;
}
#franchiseAgreementExpirationDate[data-v-d7f518a8] {
  width: 100%;
}
[data-v-d7f518a8] .v-menu__content {
  min-width: unset !important;
}
[data-v-d7f518a8] .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-d7f518a8] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-d7f518a8] {
  font-size: 1.6rem;
}
[data-v-d7f518a8] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-d7f518a8] {
  padding-bottom: 66px;
}
[data-v-d7f518a8] .v-text-field__slot, .v-select__slot[data-v-d7f518a8] {
  position: relative !important;
  top: 5px !important;
}
[data-v-d7f518a8] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
[data-v-d7f518a8] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-d7f518a8] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-d7f518a8] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
[data-v-d7f518a8] .v-btn {
  min-height: unset !important;
}
[data-v-d7f518a8] .v-input__append-outer {
  margin-top: 9px;
}
[data-v-d7f518a8] .v-input--radio-group__input {
  margin-top: 7px;
}[data-v-b63bf300] .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-b63bf300] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-b63bf300] {
  font-size: 1.6rem;
}
[data-v-b63bf300] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-b63bf300] {
  padding-bottom: 66px;
}
[data-v-b63bf300] .v-text-field__slot, .v-select__slot[data-v-b63bf300] {
  position: relative !important;
  top: 5px !important;
}
[data-v-b63bf300] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
[data-v-b63bf300] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-b63bf300] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-b63bf300] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.content-wrapper[data-v-b63bf300] {
  max-width: 781px;
  width: 100%;
}
.inputs-wrapper[data-v-b63bf300] {
  padding: 0px 22px;
}
.actions-wrapper[data-v-b63bf300] {
  margin-top: 70px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-b63bf300] {
    margin-top: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-b63bf300] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 12px;
    width: 104%;
}
.actions-wrapper button[data-v-b63bf300] {
    width: 100% !important;
}
}
#originationDate[data-v-b63bf300],
#maturityDate[data-v-b63bf300] {
  width: 100%;
}
[data-v-b63bf300] .v-btn {
  min-height: unset !important;
}
[data-v-b63bf300] .v-input--radio-group {
  background-color: white;
  margin-top: 0px !important;
}
[data-v-b63bf300] .v-input--radio-group .v-input__control {
  height: 40px !important;
}
[data-v-b63bf300] .v-input--radio-group__input {
  display: flex;
  column-gap: 32px;
}
[data-v-b63bf300] .v-menu__content {
  z-index: 10 !important;
}
[data-v-b63bf300] .v-radio .v-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}
[data-v-b63bf300] .v-input__append-outer {
  position: relative;
  top: 5px;
}.content-wrapper[data-v-10ec49f5] {
  max-width: 781px;
  width: 100%;
}
[data-v-10ec49f5] .v-input {
  background-color: #F3F3F3;
  padding-left: 10px;
  padding-right: 20px;
  color: #001154 !important;
}
[data-v-10ec49f5] .v-text-field > .v-input__control > .v-input__slot:before {
  border: none !important;
}
h3[data-v-10ec49f5] {
  font-size: 1.6rem;
}
[data-v-10ec49f5] .v-messages__message {
  position: relative;
  top: 2px;
}
.status-spacing[data-v-10ec49f5] {
  padding-bottom: 66px;
}
[data-v-10ec49f5] .v-text-field__slot, .v-select__slot[data-v-10ec49f5] {
  position: relative !important;
  top: 5px !important;
}
[data-v-10ec49f5] .v-select__slot {
  position: relative !important;
  top: 5px !important;
}
[data-v-10ec49f5] .checkbox-wrapper {
  background: none !important;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
}
[data-v-10ec49f5] .checkbox-wrapper .v-input__control .v-input__slot label {
  color: #001154 !important;
  padding-left: 29px;
}
[data-v-10ec49f5] .checkbox-wrapper .v-input__control .v-input__slot .v-input--selection-controls__input {
  position: absolute;
  top: 0px;
}
.actions-wrapper[data-v-10ec49f5] {
  margin-top: 70px;
}
.actions-wrapper[data-v-10ec49f5] {
  margin-top: 70px;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-10ec49f5] {
    margin-top: 0px;
}
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.actions-wrapper[data-v-10ec49f5] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 12px;
    width: 104%;
}
.actions-wrapper button[data-v-10ec49f5] {
    width: 100% !important;
}
}
#originationDate[data-v-10ec49f5],
#maturityDate[data-v-10ec49f5],
#lastDelinquencyDate[data-v-10ec49f5] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.inputs-wrapper[data-v-10ec49f5] {
    padding: 0px 22px;
}
}
.second-input-with-background__radio--error[data-v-10ec49f5] {
  border: none !important;
}
[data-v-10ec49f5] .v-btn {
  min-height: unset !important;
}
[data-v-10ec49f5] .v-input__append-outer {
  margin-top: 7px;
}
[data-v-10ec49f5] .v-input--radio-group {
  background-color: white;
  margin-top: 0px !important;
}
[data-v-10ec49f5] .v-input--radio-group .v-input__control {
  height: 40px !important;
}
[data-v-10ec49f5] .v-input--radio-group__input {
  display: flex;
  column-gap: 32px;
}
[data-v-10ec49f5] .v-menu__content {
  z-index: 10 !important;
}
[data-v-10ec49f5] .v-radio .v-label {
  font-weight: 500;
  font-size: 12px;
  line-height: 26px;
  color: #001154;
}.pdf-info[data-v-4ace1270] {
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-4ace1270] {
  border-bottom: 1px solid #F1F1F1;
}
.pdf-info__name[data-v-4ace1270] {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-4ace1270] {
  font-weight: 300;
}
.pdf-info[data-v-4ace1270] {
  width: 50%;
}
.pdf-info-wrapper[data-v-4ace1270] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
}
.spacing[data-v-4ace1270] {
  margin-top: 56px;
}.pdf-info[data-v-c98dfab3] {
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-c98dfab3] {
  border-bottom: 1px solid #F1F1F1;
}
.pdf-info__name[data-v-c98dfab3] {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-c98dfab3] {
  font-weight: 300;
}
.pdf-info[data-v-c98dfab3] {
  width: 50%;
}
.pdf-info-wrapper[data-v-c98dfab3] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
}
.spacing[data-v-c98dfab3] {
  margin-top: 56px;
}.pdf-info[data-v-f5e1074b] {
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-f5e1074b] {
  border-bottom: 1px solid #F1F1F1;
}
.pdf-info__name[data-v-f5e1074b] {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-f5e1074b] {
  font-weight: 300;
}
.pdf-info[data-v-f5e1074b] {
  width: 50%;
}
.pdf-info-wrapper[data-v-f5e1074b] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
}
.spacing[data-v-f5e1074b] {
  margin-top: 56px;
}.pdf-info[data-v-30e41284] {
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}
.pdf-info.--border[data-v-30e41284] {
  border-bottom: 1px solid #F1F1F1;
}
.pdf-info__name[data-v-30e41284] {
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  color: #001154;
  padding-bottom: 8px;
}
.pdf-info__value[data-v-30e41284] {
  font-weight: 300;
}
.pdf-info[data-v-30e41284] {
  width: 50%;
}
.pdf-info-wrapper[data-v-30e41284] {
  margin-top: 14px;
  display: flex;
  column-gap: 41px;
}
.spacing[data-v-30e41284] {
  margin-top: 56px;
}.asset-inform[data-v-8d0a727f] {
  padding: 0;
}
.asset-inform li[data-v-8d0a727f] {
  margin-bottom: 1rem;
}
.asset-inform li[data-v-8d0a727f]:last-child {
  margin: 0;
}
.asset-inform li span[data-v-8d0a727f]:first-child {
  font-size: 1.3rem;
  color: #aaaaaa;
}
.asset-inform li span[data-v-8d0a727f]:last-child {
  font-size: 1.3rem;
  color: #000;
  margin-left: 2rem;
}
.lender-direct span[data-v-8d0a727f]:first-child {
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 2rem;
}
.lender-direct span[data-v-8d0a727f]:nth-child(2) {
  font-size: 1.2rem;
  color: #333333;
  margin-right: 1.5rem;
}
.lender-direct span[data-v-8d0a727f]: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-b3e7c529] {
  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-b3e7c529] {
  display: flex;
  flex-direction: column;
  row-gap: 25px;
}
.details-wrapper__items .item[data-v-b3e7c529] {
  display: flex;
  padding-bottom: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #F1F1F1;
}
.details-wrapper__items .item .title[data-v-b3e7c529] {
  font-weight: 500;
  font-size: 16px !important;
  line-height: 24px;
  /* or 150% */
  /* Blue */
  color: #001154;
}
.details-wrapper__items .item .value[data-v-b3e7c529] {
  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-b3e7c529] {
  width: 100%;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.details-wrapper[data-v-b3e7c529] {
    grid-template-columns: 1fr;
}
}
[data-v-b3e7c529] .v-btn {
  min-height: unset !important;
  font-weight: 500 !important;
  font-size: 12px !important;
}h3[data-v-7200de32] {
  font-size: 1.6rem;
}
.buyer-main-inform[data-v-7200de32] {
  padding: 0;
}
.buyer-main-inform li[data-v-7200de32] {
  margin-bottom: 1rem;
}
.buyer-main-inform li[data-v-7200de32]:last-child {
  margin: 0;
}
.buyer-main-inform li span[data-v-7200de32]:first-child {
  font-size: 1.3rem;
  margin-right: 2rem;
  color: #959ba7;
}
.buyer-main-inform li span[data-v-7200de32]:last-child {
  font-size: 1.3rem;
  color: #000;
}
.see-documents[data-v-7200de32] {
  font-size: 1.3rem;
}
.document-action[data-v-7200de32] {
  margin-left: 10px;
}[data-v-ad874bab] .field-wrapper {
  width: 100% !important;
}.proof-text[data-v-f5a4defa] {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #001154;
}
.fileInput-wrapper[data-v-f5a4defa] {
  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-f5a4defa] {
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 32px;
  color: #2969ff;
}
[data-v-f5a4defa] .v-input__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-f5a4defa] .v-input__slot {
  background: #fcfcfc !important;
  padding-top: 24px !important;
}
[data-v-f5a4defa] .v-text-field__details {
  display: none;
}
[data-v-f5a4defa] .zentinel-logo {
  margin-top: 0px !important;
  margin-right: 0px !important;
}
.file-title[data-v-f5a4defa] {
  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-f5a4defa] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 24px;
}
.upload-doc-text[data-v-f5a4defa] {
  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-f5a4defa] {
  box-shadow: 2.66667px 2.66667px 20px rgba(173, 173, 173, 0.25);
  border-radius: 6.66667px;
}
.card-content[data-v-f5a4defa] {
  padding: 0px 16px;
  height: 100%;
}
.zentinel-block-wrapper[data-v-f5a4defa] {
  width: 100%;
}[data-v-e1d8c3ea] .chip-text {
  width: 7vw;
  overflow: hidden;
  text-overflow: ellipsis;
}
[data-v-e1d8c3ea] .v-select__selections {
  flex-wrap: nowrap;
}.select-assets-wrapper[data-v-7549f3d3] {
  width: 1276px;
  margin: auto;
}
@media screen and (min-width: 0px) and (max-width: 600px) {
.select-assets-wrapper[data-v-7549f3d3] {
    width: 100%;
}
}
.select-assets-wrapper__mobile[data-v-7549f3d3] {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 56px;
}
.select-assets-wrapper__mobile-item[data-v-7549f3d3] {
  margin-top: 16px;
}
.carousel-wrapper[data-v-7549f3d3] {
  width: 100%;
  margin-top: 32px;
}
[data-v-7549f3d3] .asset-card__body-upb {
  bottom: 63px !important;
}
[data-v-7549f3d3] .asset-card-slot-wrapper {
  position: absolute;
  bottom: 20px;
}
.add-to-offer-button[data-v-7549f3d3] {
  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-7549f3d3] {
  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-7549f3d3] {
  background: #f4f4f4;
  border-radius: 1px;
  width: 100%;
  padding: 24px 0px;
  height: 478px;
}
.selected-assets-wrapper__empty[data-v-7549f3d3] {
  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-7549f3d3] .asset-card {
  height: 430px !important;
}
[data-v-7549f3d3] .asset-card {
  box-shadow: 4.03727px 4.03727px 30.2795px rgba(173, 173, 173, 0.25) !important;
  border-radius: 7px !important;
}
[data-v-7549f3d3] .dialog-content {
  overflow-x: hidden;
}.offer-controls-slider[data-v-0289d8ae] {
  margin-top: 21px;
  padding-bottom: 19px;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider--horizontal {
  margin-right: 2px;
  margin-left: 18px;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider.v-slider--horizontal .v-slider__track-background.primary.lighten-3 {
  background: #f4f4f4 !important;
  border-radius: 5px !important;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider__track-fill.primary {
  background: #2969ff !important;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider.v-slider--horizontal .v-slider__thumb.primary {
  background: #2969ff !important;
  width: 32px !important;
  height: 32px !important;
  left: -1px !important;
}
.offer-controls-slider[data-v-0289d8ae] .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-0289d8ae] .v-slider__thumb-label-container img {
  width: 14px;
  position: relative;
  left: 4px;
  height: 14px;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider {
  margin-left: 0;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider__track-container {
  height: 8px;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider__track-fill {
  border-top-left-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider__thumb::after, .offer-controls-slider[data-v-0289d8ae] .v-slider__thumb::before {
  display: none;
}
.offer-controls-slider[data-v-0289d8ae] .v-slider__thumb-label.primary {
  background-color: transparent !important;
  transform: translateY(80%) translateY(4px) translateX(-14%) rotate(45deg) !important;
}
[data-v-0289d8ae] .v-input__control {
  height: 50px !important;
}
[data-v-0289d8ae] .v-input__control .v-input__slot {
  margin: 0;
  padding: 0 !important;
  height: 50px !important;
  border: none !important;
}
[data-v-0289d8ae] .v-input__control .v-input__slot fieldset {
  display: none;
  height: 50px !important;
}
[data-v-0289d8ae] .v-input__control .v-input__slot::after {
  display: none;
}
[data-v-0289d8ae] .v-input__control .v-input__slot::before {
  display: none;
}
[data-v-0289d8ae] .v-input__control .v-text-field__slot {
  height: 50px !important;
  border: none !important;
  background: #f4f4f4;
  border-radius: 1px;
}
[data-v-0289d8ae] .v-input__control .v-text-field__slot input {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding-left: 16px;
  color: #001154;
  position: relative;
  top: 11px;
}
[data-v-0289d8ae] .v-input__control .v-text-field__slot input::placeholder {
  color: rgba(0, 17, 84, 0.45);
}
[data-v-0289d8ae] .v-input__control .v-text-field__details {
  display: none;
}
[data-v-0289d8ae] .v-text-field {
  padding-top: 0;
  margin-top: 0;
}
.inputs-wrapper[data-v-0289d8ae] {
  display: grid;
  grid-template-columns: 283px auto;
  column-gap: 16px;
}
label[data-v-0289d8ae] {
  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-0289d8ae] {
  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-0289d8ae] {
    z-index: 1;
}
}
.offer-controls-select[data-v-0289d8ae] .v-input__slot {
  border-radius: 1px;
  background: #f4f4f4 !important;
  filter: unset !important;
  box-shadow: unset !important;
  padding-left: 16px !important;
}
.offer-controls-select[data-v-0289d8ae] .slot-select__icon-wrapper {
  top: 14px;
}
.offer-controls-select[data-v-0289d8ae] .slot-select__select-icon {
  width: 13px;
  height: 9px;
}
.offer-controls-select[data-v-0289d8ae] .slot-select__content-wrapper {
  height: 370px !important;
}
.offer-controls-select[data-v-0289d8ae] .slot-select__slot-item {
  width: 100%;
  cursor: pointer;
  padding: 8px;
}
.offer-controls-select[data-v-0289d8ae] .slot-select__slot-item:hover {
  background: #f4f4f4;
}
[data-v-0289d8ae] .error--text {
  border: 1px solid #d52819;
}
[data-v-0289d8ae] .slot-select {
  height: 52px;
}.offers-form[data-v-7eb77289] {
  margin-top: 16px;
  padding-bottom: 64px;
}
.offers-form__comments[data-v-7eb77289] {
  margin-bottom: 16px;
}
.offers-form__comments-field[data-v-7eb77289] {
  height: 180px;
}
.offers-form__comments-field label[data-v-7eb77289] {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #001154;
}
.offers-form__comments-field-textarea[data-v-7eb77289] {
  width: 100%;
  min-height: 100%;
}
.offers-form__comments-field-textarea[data-v-7eb77289] .v-input__control {
  height: 100%;
}
.offers-form__comments-field-textarea[data-v-7eb77289] .v-input__slot {
  min-height: 100%;
  margin: 0;
  box-shadow: none !important;
  background: #f4f4f4 !important;
  border-radius: 1px;
}
.offers-form__comments-field-textarea[data-v-7eb77289] .v-text-field__slot textarea {
  font-weight: 500;
  font-size: 12px;
  color: #001154;
}
.offers-form__comments-field-textarea[data-v-7eb77289] .v-text-field__slot textarea::placeholder {
  color: rgba(0, 17, 84, 0.45) !important;
}
.offers-form__comments-field-textarea[data-v-7eb77289] .v-text-field__details {
  display: none !important;
}
.offers-form__comments-field-textarea[data-v-7eb77289] 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-7eb77289] {
  margin-top: 16px;
}
[data-v-7eb77289] .selects-wrapper {
  grid-template-columns: 48% 48%;
}.multi-bid-total-offers-wrapper[data-v-80617caa] {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1276px;
  margin: auto;
  margin-top: 32px;
}/*$vite$:1*/