@charset "UTF-8";

.unvisible{
	opacity: 0;
}

.untouchable{
	pointer-events: none;
}

.unsrollable{
	overflow: hidden;
}

.slick-slider {
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translateZ(0)
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2px;
}

.slick-track:after,
.slick-track:before {
	content: "";
	display: table
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-loading .slick-list {
	background: #fff url(ajax-loader.fb6f3c230cb846e25247.gif) 50% no-repeat
}

@font-face {
	font-family: slick;
	src: url(slick.a4e97f5a2a64f0ab1323.eot);
	src: url(slick.a4e97f5a2a64f0ab1323.eot) format("embedded-opentype"), url(slick.295183786cd8a1389865.woff) format("woff"), url(slick.c94f7671dcc99dce43e2.ttf) format("truetype"), url(slick.2630a3e3eab21c607e21.svg) format("svg");
	font-weight: 400;
	font-style: normal
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	padding: 0;
	border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	color: inherit;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

[dir=rtl] .slick-prev:before {
	content: "→"
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

.slick-next:before {
	content: "→"
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0
}

.slick-dots li,
.slick-dots li button {
	height: 20px;
	width: 20px;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: transparent;
	display: block;
	outline: none;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: none
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

dl,
ol,
pre,
ul {
	margin-top: 0
}

address,
dl,
ol,
pre,
ul {
	margin-bottom: 1rem
}

img,
svg {
	vertical-align: middle
}

button,
hr,
input {
	overflow: visible
}

pre,
textarea {
	overflow: auto
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: rgba(128, 30, 30, 0.8);
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1280px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
:after,
:before {
	box-sizing: border-box
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
	display: block
}

main {
    flex: 1 0 auto;
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

hr {
	box-sizing: initial;
	height: 0
}

abbr[data-original-title],
abbr[title] {
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
	cursor: help;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}

address {
	font-style: normal;
	line-height: inherit
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
pre,
samp {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
	font-size: 1em
}

figure {
	margin: 0 0 1rem
}

img {
	border-style: none
}

svg {
	overflow: hidden
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
select {
	text-transform: none
}

select {
	word-wrap: normal
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

textarea {
	resize: vertical
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

progress {
	vertical-align: initial
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

template {
	display: none
}

[hidden] {
	display: none;
}

.container,
.container-fluid {
	width: calc(100% - 34px);
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}
/*
@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1280px) {
	.container {
		max-width: 1232px
	}
}
*/
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

html {
	color: #000;
	background: #fff
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: initial
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

a {
	color: inherit;
	outline: 0;
	text-decoration: none
}

blockquote,
q {
	quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
	content: "";
	content: none
}

body {
	-webkit-font-smoothing: antialiased;
	line-height: 1
}

caption,
th {
	text-align: left
}

fieldset,
img {
	border: 0
}

legend {
	color: #000
}

ol,
ul {
	list-style: none
}

sub {
	vertical-align: text-bottom
}

sup {
	vertical-align: text-top
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

textarea {
	resize: none
}

.cdk-global-overlay-wrapper,
.cdk-overlay-container {
	pointer-events: none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.cdk-overlay-container {
	position: fixed;
	z-index: 2;
	display: none;
}

.cdk-overlay-container.active {
	display: block;
}

.cdk-overlay-container:empty {
	display: none
}

.cdk-global-overlay-wrapper,
.cdk-overlay-pane {
	display: flex;
	position: absolute;
	    top: 3px;
	z-index: 1000;
	justify-content: center;
    align-items: center;
}

.cdk-overlay-pane {
	pointer-events: auto;
	box-sizing: border-box;
	max-width: 100%;
	max-height: 100%
}

#cdk-overlay-0{
	max-width: unset;
    max-height: unset;
    width: 60px;
    color: var(--mainTextColor);
}

.cdk-overlay-backdrop {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	pointer-events: auto;
	-webkit-tap-highlight-color: transparent;
	transition: opacity .4s cubic-bezier(.25, .8, .25, 1);
	opacity: 0
}

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
	opacity: 1
}

.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
	opacity: .6
}

.cdk-overlay-dark-backdrop {
	background: rgba(0, 0, 0, .32)
}

.cdk-overlay-transparent-backdrop,
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
	opacity: 0
}

.cdk-overlay-connected-position-bounding-box {
	position: absolute;
	z-index: 1000;
	display: flex;
	flex-direction: column;
	min-width: 1px;
	min-height: 1px
}

.cdk-global-scrollblock {
	position: fixed;
	width: 100%;
	overflow-y: scroll
}

.cdk-visually-hidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	white-space: nowrap;
	outline: 0;
	-webkit-appearance: none;
	-moz-appearance: none
}

.mat-progress-spinner circle,
.mat-spinner circle {
	stroke: #3f51b5
}

.mat-progress-spinner.mat-accent circle,
.mat-spinner.mat-accent circle {
	stroke: #ff4081
}

.mat-progress-spinner.mat-warn circle,
.mat-spinner.mat-warn circle {
	stroke: #f44336
}

.mat-dialog-container {
	box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12);
	background: #fff;
	color: rgba(0, 0, 0, .87)
}

.mat-tree {
	background: #fff
}

.mat-nested-tree-node,
.mat-tree-node {
	color: rgba(0, 0, 0, .87)
}

.mat-tree-node {
	min-height: 48px
}

.mat-calendar-arrow {
	border-top-color: rgba(0, 0, 0, .54)
}

.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button,
.mat-datepicker-toggle {
	color: rgba(0, 0, 0, .54)
}

.mat-calendar-table-header {
	color: rgba(0, 0, 0, .38)
}

.mat-calendar-table-header-divider:after {
	background: rgba(0, 0, 0, .12)
}

.mat-calendar-body-label {
	color: rgba(0, 0, 0, .54)
}

.mat-calendar-body-cell-content,
.mat-date-range-input-separator {
	color: rgba(0, 0, 0, .87);
	border-color: transparent
}

.mat-calendar-body-disabled>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-form-field-disabled .mat-date-range-input-separator {
	color: rgba(0, 0, 0, .38)
}

.mat-calendar-body-in-preview {
	color: rgba(0, 0, 0, .24)
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
	border-color: rgba(0, 0, 0, .38)
}

.mat-calendar-body-disabled>.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
	border-color: rgba(0, 0, 0, .18)
}

.mat-calendar-body-in-range:before {
	background: rgba(63, 81, 181, .2)
}

.mat-calendar-body-comparison-identical,
.mat-calendar-body-in-comparison-range:before {
	background: rgba(249, 171, 0, .2)
}

.mat-calendar-body-comparison-bridge-start:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
	background: linear-gradient(90deg, rgba(63, 81, 181, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-comparison-bridge-end:before,
[dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
	background: linear-gradient(270deg, rgba(63, 81, 181, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-calendar-body-in-range>.mat-calendar-body-comparison-identical {
	background: #a8dab5
}

.mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
	background: #46a35e
}

.mat-calendar-body-selected {
	background-color: #3f51b5;
	color: #fff
}

.mat-calendar-body-disabled>.mat-calendar-body-selected {
	background-color: rgba(63, 81, 181, .4)
}

.mat-calendar-body-today.mat-calendar-body-selected {
	box-shadow: inset 0 0 0 1px #fff
}

.cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
	background-color: rgba(63, 81, 181, .3)
}

.mat-datepicker-content {
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
	background-color: #fff;
	color: rgba(0, 0, 0, .87)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-range:before {
	background: rgba(255, 64, 129, .2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range:before {
	background: rgba(249, 171, 0, .2)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
	background: linear-gradient(90deg, rgba(255, 64, 129, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-accent [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
	background: linear-gradient(270deg, rgba(255, 64, 129, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical {
	background: #a8dab5
}

.mat-datepicker-content.mat-accent .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-accent .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
	background: #46a35e
}

.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
	background-color: #ff4081;
	color: #fff
}

.mat-datepicker-content.mat-accent .mat-calendar-body-disabled>.mat-calendar-body-selected {
	background-color: rgba(255, 64, 129, .4)
}

.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
	box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content.mat-accent .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-accent .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
	background-color: rgba(255, 64, 129, .3)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-range:before {
	background: rgba(244, 67, 54, .2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range:before {
	background: rgba(249, 171, 0, .2)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-start:before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-end:before {
	background: linear-gradient(90deg, rgba(244, 67, 54, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-bridge-end:before,
.mat-datepicker-content.mat-warn [dir=rtl] .mat-calendar-body-comparison-bridge-start:before {
	background: linear-gradient(270deg, rgba(244, 67, 54, .2) 50%, rgba(249, 171, 0, .2) 0)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range.mat-calendar-body-in-range:after,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-range>.mat-calendar-body-comparison-identical {
	background: #a8dab5
}

.mat-datepicker-content.mat-warn .mat-calendar-body-comparison-identical.mat-calendar-body-selected,
.mat-datepicker-content.mat-warn .mat-calendar-body-in-comparison-range>.mat-calendar-body-selected {
	background: #46a35e
}

.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
	background-color: #f44336;
	color: #fff
}

.mat-datepicker-content.mat-warn .mat-calendar-body-disabled>.mat-calendar-body-selected {
	background-color: rgba(244, 67, 54, .4)
}

.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
	box-shadow: inset 0 0 0 1px #fff
}

.mat-datepicker-content.mat-warn .cdk-keyboard-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .cdk-program-focused .mat-calendar-body-active>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical),
.mat-datepicker-content.mat-warn .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover>.mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
	background-color: rgba(244, 67, 54, .3)
}

.mat-datepicker-content-touch {
	box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.mat-datepicker-toggle-active {
	color: #3f51b5
}

.mat-datepicker-toggle-active.mat-accent {
	color: #ff4081
}

.mat-datepicker-toggle-active.mat-warn {
	color: #f44336
}

.mat-date-range-input-inner[disabled] {
	color: rgba(0, 0, 0, .38)
}

.mat-tooltip {
	background: rgba(97, 97, 97, .9)
}

.mat-snack-bar-container {
	color: hsla(0, 0%, 100%, .7);
	background: #323232;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.mat-simple-snackbar-action {
	color: #ff4081
}

.mat-paginator {
	background: #fff
}

.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
	color: rgba(0, 0, 0, .54)
}

.mat-paginator-decrement,
.mat-paginator-increment {
	border-top: 2px solid rgba(0, 0, 0, .54);
	border-right: 2px solid rgba(0, 0, 0, .54)
}

.mat-paginator-first,
.mat-paginator-last {
	border-top: 2px solid rgba(0, 0, 0, .54)
}

.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-last {
	border-color: rgba(0, 0, 0, .38)
}

.mat-paginator-container {
	min-height: 56px
}

.mat-select-value {
	color: rgba(0, 0, 0, .87)
}

.mat-select-placeholder {
	color: rgba(0, 0, 0, .42)
}

.mat-select-disabled .mat-select-value {
	color: rgba(0, 0, 0, .38)
}

.mat-select-arrow {
	color: rgba(0, 0, 0, .54)
}

.mat-select-panel {
	background: #fff
}

.mat-select-panel:not([class*=mat-elevation-z]) {
	box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
	background: rgba(0, 0, 0, .12)
}

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
	color: #3f51b5
}

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
	color: #ff4081
}

.mat-form-field.mat-focused.mat-warn .mat-select-arrow,
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
	color: #f44336
}

.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
	color: rgba(0, 0, 0, .38)
}

@font-face {
	font-family: Segoe UI;
	src: url(SegoeUI-Bold.d41fe674f34c7f160119.eot) format("eot"), url(SegoeUI-Bold.2621e35ae73a5ca8a0c1.woff) format("woff"), url(SegoeUI-Bold.58c5b6ad38732253fb39.ttf) format("truetype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Segoe UI;
	src: url(SegoeUI.afeddaf4517ff44f38fa.eot) format("eot"), url(SegoeUI.7d57fcab3b3b4890bacc.woff) format("woff"), url(SegoeUI.b127acafb23e1c48733e.ttf) format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: Segoe UI;
	src: url(SegoeUI-Semibold.3a911b2e616c382136a2.eot) format("eot"), url(SegoeUI-Semibold.30fd9798b564a1e564e4.woff) format("woff"), url(SegoeUI-Semibold.7e7e91c1a04e9aab0878.ttf) format("truetype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
    font-family: tpiptIcons;
    src: url(tpiptIcons.d9cf6ec64814e9afedda.eot);
    src: url(tpiptIcons.d9cf6ec64814e9afedda.eot) format("embedded-opentype"),url(tpiptIcons.e036139bfcc2bd6a4ad0.ttf) format("truetype"),url(tpiptIcons.b4347f4d6b688e665c88.woff) format("woff"),url(tpiptIcons.25b3d5af778f861819fd.svg) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

i {
    font-family: tpiptIcons,serif;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

i.icon-copy:before {
    content: ""
}

i.icon-print:before {
    content: ""
}

i.icon-plus:before {
    content: ""
}

i.icon-search:before {
    content: ""
}

i.icon-mail:before {
    content: ""
}

i.icon-upleft:before {
    content: ""
}

i.icon-clock:before {
    content: ""
}

i.icon-descriptionBid:before {
    content: ""
}

i.icon-guide:before {
    content: ""
}

i.icon-reglament:before {
    content: ""
}

i.icon-check-fill:before {
    content: ""
}

i.icon-deals:before {
    content: ""
}

i.icon-arrow-left:before {
    content: ""
}

i.icon-arrow-bottom:before {
    content: ""
}

i.icon-user:before {
    content: ""
}

i.icon-close:before {
    font-size: 20px;
    content: ""
}

i.icon-menu-arrow:before {
    content: ""
}

i.icon-back-breadcrumbs:before {
    content: ""
}

i.icon-bids-graph:before {
    content: ""
}

i.icon-pencil-change:before {
    content: ""
}

i.icon-arrow-back:before {
    content: ""
}

i.icon-caret-right:before {
    content: ""
}

i.icon-connection:before {
    content: ""
}

i.icon-contacts:before {
    content: ""
}

i.icon-calendar:before {
    content: ""
}

i.icon-search-additional:before {
    content: ""
}

i.icon-eye:before {
    content: ""
}

i.icon-fullscreen:before {
    content: ""
}

i.icon-send:before {
    content: ""
}

i.icon-declined:before {
    content: ""
}

i.icon-bell:before {
    content: ""
}

i.icon-link:before {
    content: ""
}

i.icon-arrows:before {
    content: ""
}

i.icon-pencil:before {
    content: ""
}

i.icon-dots:before {
    content: ""
}

i.icon-upright:before {
    content: ""
}

i.icon-check:before {
    content: ""
}

i.icon-part:before {
    content: ""
}

i.icon-deals-home:before {
    content: ""
}

i.icon-open:before {
    content: ""
}

i.icon-observed:before {
    content: ""
}

i.icon-demand:before {
    content: ""
}

i.icon-bids-new:before {
    content: ""
}

i.icon-offer:before {
    content: ""
}

i.icon-full-screen:before {
    content: ""
}

i.icon-chat:before {
    content: ""
}

i.icon-compare:before {
    content: ""
}

i.icon-cogs:before {
    content: ""
}

i.icon-asks:before {
    content: ""
}

i.icon-exit:before {
    content: ""
}

i.icon-send:before {
    content: ""
}

i.icon-bids:before {
    content: ""
}

i.icon-important:before {
    content: ""
}

i.icon-classification:before {
    content: ""
}

i.icon-account:before {
    content: ""
}

i.icon-user:before {
    content: ""
}

i.icon-traders:before {
    content: ""
}

i.icon-file-up:before {
    content: ""
}

i.icon-file-down:before {
    content: ""
}

i.icon-star:before {
    content: ""
}

i.icon-star-fill:before {
    content: ""
}

i.icon-info-fill:before {
    content: ""
}

i.icon-order-history:before {
    content: ""
}

i.icon-bids-progress:before {
    content: ""
}

i.icon-arrow-circle:before {
    content: ""
}

i.icon-identification-card:before {
    content: ""
}

i.icon-remove:before {
    content: ""
}

i.icon-one-circle:before {
    content: ""
}

i.icon-registry:before {
    content: ""
}

i.icon-catalog:before {
    content: ""
}

i.icon-chat-fill:before {
    content: ""
}

i.icon-select:before {
    content: ""
}

i.icon-nsi:before {
    content: ""
}

:root {
	--mainTextColor: #212121;
	--backgroundTooltipColor: #5a5a5a;
	--mainActiveColor: #4caf50;
	--mainActiveColorHover: #3b8d45;
	--mainGrayBackgorundColor: #efefef;
	--mainGrayBackgorundColorHover: #d4d4d4;
	--placeholderColor: rgba(68, 68, 68, 0.6);
	--placeholderColorLight: rgba(68, 68, 68, 0.4);
	--borderColor: rgba(68, 68, 68, 0.2);
	--hoverItemCatalogList: rgba(59, 141, 69, 0.058823529411764705);
	--borderColorLight: rgba(68, 68, 68, 0.1);
	--lightGrayBackgroungColor: #f5f5f5;
	--white: #fff;
	--colorError: #e64646;
	--xlargeFontSize: 28px;
	--largeFontSize: 24px;
	--mediumFontSize: 20px;
	--regularFontSize: 18px;
	--baseFontSize: 16px;
	--smallFontSize: 14px;
	--xsmallFontSize: 12px;
	--default-line-height: 1.1;
	--default-font-family: "Roboto",sans-serif;
	--borderRadiusInputs: 2px;
	--shadowHeader: 0 2px 4px rgba(0, 0, 0, 0.08);
	--shadowFilters: 0 2px 4px rgba(0, 0, 0, 0.2)
}

h1 {
	font-size: var(--largeFontSize)
}

h1,
h2 {
	font-weight: 500
}

h2 {
	font-size: var(--mediumFontSize);
	margin-bottom: 15px
}

h3 {
	font-size: var(--regularFontSize);
	font-weight: 400
}

h4,
label {
	font-size: var(--baseFontSize)
}

h5 {
	font-size: var(--smallFontSize)
}

h4,
h5 {
	font-weight: 400
}

h4 {
	margin-bottom: 5px
}

p {
	font-weight: 400;
	color: var(--mainTextColor);
	font-size: var(--smallFontSize)
}

input,
mat-select:not(.header-dropdown),
select,
textarea {
	background: var(--white);
	width: 100%;
	border: 1px solid var(--borderColor);
	box-sizing: border-box;
	border-radius: var(--borderRadiusInputs);
	outline: none;
	padding: 10px;
	color: var(--mainTextColor);
	font-size: var(--smallFontSize)
}

input:active,
input:focus,
mat-select:not(.header-dropdown):active,
mat-select:not(.header-dropdown):focus,
select:active,
select:focus,
textarea:active,
textarea:focus {
	outline: none !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}




input[type=number] {
	-moz-appearance: textfield
}

::placeholder {
	color: var(--placeholderColor);
	opacity: 1
}

:-ms-input-placeholder {
	color: var(--placeholderColor)
}

::-ms-input-placeholder {
	color: var(--placeholderColor)
}

.checkbox label, .mat-option-40 {
	display: inline-flex;
	align-items: center;
	gap: 0 5px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none;
}

.checkbox label div{
	margin-top: 5px;
}

.checkbox label input {
	display: none;
	visibility: hidden;
	position: absolute;
	opacity: 0;
	cursor: pointer
}

.mat-option-40 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox input:checked~.checkmark:after
 {
	border-left: 2px solid var(--mainActiveColor);
    border-bottom: 2px solid var(--mainActiveColor);
}

.mat-option-40 input:checked~.checkmark:after, .select-4-panel input:checked~.checkmark:after, .select-6-panel input:checked~.checkmark:after, #mat-select-4-panel input:checked~.checkmark:after
 {
	border-left: 2px solid white;
    border-bottom: 2px solid white;
}

.checkbox input:checked~.checkmark
 {
    border: 1px solid var(--mainActiveColor);
}

.mat-option-40 input:checked~.checkmark, .select-4-panel input:checked~.checkmark, .select-6-panel input:checked~.checkmark,  #mat-select-4-panel input:checked~.checkmark
 {
	background: var(--mainActiveColor);
    border: 1px solid var(--mainActiveColor);
}

.mat-option-40 .checkmark:after {
	display: block;
	opacity: 0;
	visibility: visible
}

.checkbox label .checkmark,
.mat-option-40 .checkmark {
	    display: inline-flex;
	position: relative;
	height: 16px;
	width: 16px;
	min-width: 16px;
	border: 1px solid var(--placeholderColor);
	border-radius: 50%;
	background-color: var(--white);
	top: -1px;
}

.checkbox label .checkmark:after, .mat-option-40 .checkmark:after {
	transition: .4s ease;
	position: absolute;
	opacity: 1;
	content: "";
	top: calc(50% - 5px);
	left: calc(50% - 5px);
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--mainActiveColor)
}





.checkbox label .checkmark, .mat-option-40 .checkmark {
	    border-radius: var(--borderRadiusInputs);
}

.checkbox label .checkmark:after, .mat-option-40 .checkmark:after {
	top: calc(50% - 4px);
	left: calc(50% - 5px);
	width: 10px;
	height: 6px;
	border-radius: 1px;
	    border-left: 2px solid var(--white);
    border-bottom: 2px solid var(--white);
	background: transparent;
	transform: translateY(0) rotate(-45deg)
}

.select mat-select {
	padding: 0
}

.select mat-select .mat-select-trigger {
	padding: 10px
}

.select mat-select .mat-select-arrow {
	color: var(--placeholderColor)
}

a:active,
a:focus,
button:active,
button:focus {
	outline: none !important
}

a.btn,
button.btn {
	display: inline-flex;
	border-radius: var(--borderRadiusInputs);
	padding: 9px 1em;
	cursor: pointer;
	font-size: var(--baseFontSize);
	opacity: 1;
	transition: .4s ease;
	border: 1px solid transparent;
	font-weight: 400
}

a.btn.btn-empty,
button.btn.btn-empty {
	 color: var(--mainActiveColor);
    border: 1px solid var(--mainActiveColor);
    background-color: var(--white);
}

.radio label .checkmark {
    position: relative;
    height: 18px;
    width: 18px;
    min-width: 16px;
    border: 1px solid var(--placeholderColor);
    border-radius: 50%;
    background-color: var(--white);
    margin-top: 1px;
}

.radio label input:checked~.checkmark {
    visibility: hidden;
}

.radio label .checkmark:after {
    transition: opacity .4s ease;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: -2px;
    left: -2px;
    content: url(../img/checkbox.svg);
}

.radio label input:checked~.checkmark:after {
    display: block;
    opacity: 1;
    visibility: visible;
}

.radio label input {
    display: none;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

a.btn.btn-empty:hover,
button.btn.btn-empty:hover {
	background-color: var(--mainActiveColor);
	color: var(--white) !important;
}

a.btn.btn-outline,
button.btn.btn-outline {
	color: var(--mainActiveColor);
	border: 1px solid var(--mainActiveColor);
	background-color: var(--white)
}

a.btn.btn-outline:hover,
button.btn.btn-outline:hover {
	color: var(--white);
	background-color: var(--mainActiveColor)
}

a.btn.btn-withIcon,
button.btn.btn-withIcon {
	align-items: center
}

a.btn.btn-withIcon .icon,
button.btn.btn-withIcon .icon {
	font-size: 12px;
	margin-right: 10px;
	width: unset;
    padding: 2px;
}

a.btn.btn-fill,
button.btn.btn-fill {
	background-color: var(--mainActiveColor);
	color: var(--white)
}


a.btn.btn-fill:hover,
button.btn.btn-fill:hover, .default-container mat-dialog-container .modal-footer a:hover {
	color: var(--white) !important;
	background-color: var(--mainActiveColorHover) !important;
}

a.btn.btn-disabled,
button.btn.btn-disabled {
	cursor: not-allowed;
	opacity: .5;
	background-color: #e0e0e0;
    color: #9e9e9e;
}

.confirmation-container,
.default-container,
.reject-container {
	width: 100%
}

.confirmation-container mat-dialog-container,
.default-container mat-dialog-container,
.reject-container mat-dialog-container {
	position: relative;
	max-width: 500px;
	margin: 0 auto;
	padding: 0
}

.confirmation-container mat-dialog-container .modal-header,
.default-container mat-dialog-container .modal-header,
.reject-container mat-dialog-container .modal-header {
	display: flex;
    justify-content: space-between;
    padding: 16px;
    border-bottom: 1px solid var(--borderColor);
}

.confirmation-container mat-dialog-container .modal-header h5,
.default-container mat-dialog-container .modal-header h5,
.reject-container mat-dialog-container .modal-header h5 {
	color: var(--mainTextColor);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}

.confirmation-container mat-dialog-container .modal-header .icon,
.default-container mat-dialog-container .modal-header .icon,
.reject-container mat-dialog-container .modal-header .icon {
	color: var(--white);
	font-size: 12px;
	cursor: pointer
}

.confirmation-container mat-dialog-container .modal-body,
.default-container mat-dialog-container .modal-body,
.reject-container mat-dialog-container .modal-body {
	margin: 20px
}

.confirmation-container mat-dialog-container .modal-body h4,
.default-container mat-dialog-container .modal-body h4,
.reject-container mat-dialog-container .modal-body h4 {
	font-weight: 400;
	line-height: 1
}

.confirmation-container mat-dialog-container .modal-footer,
.default-container mat-dialog-container .modal-footer,
.reject-container mat-dialog-container .modal-footer {
	display: flex;
	gap: 0 15px;
	margin: 20px
}

.confirmation-container mat-dialog-container .modal-footer .btn,
.default-container mat-dialog-container .modal-footer .btn,
.reject-container mat-dialog-container .modal-footer .btn {
	min-width: 90px;
	width: 50%;
	justify-content: center
}

.default-container {
	width: auto;
	max-width: 80vw;
    position: static;
}

.default-container .modal-body {
	text-align: center
}

.classification-container mat-dialog-container {
	padding: 0;
	margin-top: 27px
}

.orderEdit-container mat-dialog-container {
	max-height: calc(100vh - 60px);
	min-height: 500px;
	max-width: 800px
}

.orderEdit-container mat-dialog-container .section-application {
	margin-top: 0
}

.reject-container mat-dialog-container {
	max-width: 700px
}

.reject-container mat-dialog-container .modal-body {
	flex-direction: column;
	display: flex;
	gap: 20px 0
}

.reject-container mat-dialog-container .modal-body h4 {
	line-height: 1.2
}

.login-container mat-dialog-container {
	padding: 15px
}

.mat-paginator .mat-paginator-range-actions {
	gap: 0 5px;
	margin-right: 3px;
}

.mat-paginator .mat-paginator-range-actions button {
	outline: none;
	border-radius: 4px;
	min-width: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	display: none;
	visibility: hidden;
	opacity: 0;
	transition: .4s ease
}

.mat-paginator .mat-paginator-range-actions button:not(.mat-button-disabled) {
	padding: 2px;
    border: 0;
	display: block;
	visibility: visible;
	opacity: 1;
	background-color: var(--lightGrayBackgroungColor)
}

.mat-paginator .mat-paginator-range-actions button:hover label {
	display: block;
}


.mat-paginator .mat-paginator-range-actions button:not(.mat-button-disabled) .mat-button-wrapper svg {
	color: #444
}


#button_last_page, #button_first_page, #button_next_page, #button_prev_page {
	position: relative;
}

#button_last_page:hover button, #button_first_page:hover button, #button_next_page:hover button, #button_prev_page:hover button{
	background-color: var(--mainGrayBackgorundColorHover)
}

#button_last_page:hover #last_page, #button_first_page:hover #first_page, #button_next_page:hover #next_page, #button_prev_page:hover #prev_page {
	display: block;
}




.item-additional_action:hover #catalog_good {
	display: block;
	
}

 #catalog_good:after {
	content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: 5px;
  top: 85%;
  left: calc(50% - 6px);
  background: #524e4e;
  rotate: 45deg;
  position: absolute;

}






.mat-paginator .mat-paginator-range-actions button .mat-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center
}

.mat-paginator .mat-paginator-range-actions button .mat-button-wrapper svg {
	width: 25px;
	max-height: 30px;
}

mat-calendar .mat-calendar-header {
	padding: 8px
}

mat-calendar .mat-calendar-header .mat-calendar-controls {
	margin: 0
}

mat-calendar .mat-calendar-header .mat-calendar-controls button {
	background-color: initial
}

mat-calendar .mat-calendar-header .mat-calendar-controls button.mat-calendar-previous-button:after {
	transform: translateX(2px) rotate(45deg) translateY(5px)
}

mat-calendar .mat-calendar-header .mat-calendar-controls button.mat-calendar-next-button:after {
	transform: translateX(-2px) rotate(135deg) translateY(0)
}

mat-calendar table tbody tr td:hover .mat-calendar-body-cell-content {
	background-color: var(--mainActiveColor) !important;
	color: var(--white)
}

mat-calendar table tbody tr td .mat-calendar-body-cell-content {
	border-radius: 4px
}

mat-calendar table tbody tr td .mat-calendar-body-cell-content.mat-calendar-body-selected {
	background-color: var(--mainActiveColor) !important
}

mat-calendar table tbody tr td .mat-calendar-body-today {
	border-color: var(--mainActiveColor) !important;
	background-color: initial !important
}

.mat-snack-bar-container {
	background: var(--white);
	border-radius: 0;
	color: var(--mainTextColor);
	font-size: var(--smallFontSize);
	box-shadow: 5px 7px 13px 1px rgba(0, 0, 0, .3411764705882353)
}

.mat-snack-bar-container.red-snackbar {
	border-left: 6px solid var(--red)
}

.mat-snack-bar-container.green-snackbar {
	border-left: 6px solid var(--mainActiveColor)
}

body {
	line-height: var(--default-line-height);
	font-family: var(--default-font-family);
	font-weight: 400;
	font-size: var(--baseFontSize);
	color: var(--mainTextColor)
}

app-root {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
    margin: auto;
}

.icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-right: 5px;
	    padding: 16px;
    width: 50px;
}

.icon.no-border {
    border-left: unset;
}

a {
	cursor: pointer;
	transition: all .2s ease
}

a:active,
a:focus,
a:hover:not(.section-popular-goods .flex .card-product .text h1)  {
	color: var(--mainActiveColor);
	text-decoration: none
}

.flex {
	display: flex;
	align-items: center
}

.row.block {
	display: block
}

.row.column {
	flex-direction: column
}

.mat-select-panel.selectDropdownFixedToTop {
	transform-origin: 50% 14.7px 0px; 
	font-size: 14px; 
	opacity: 1; 
	min-width: calc(100% + 32px); 
position: absolute;
    padding: 10px 0;
    margin-top: 5px;
    right: -20px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	transform: translate(15px, 12px) !important;
	z-index: 1;
	width: 177px;


}

.mat-select-panel.selectDropdownFixedToTop::-webkit-scrollbar {
background-color: #f1f1f1;
width: 15px; 
}

.mat-select-panel.selectDropdownFixedToTop::-webkit-scrollbar-button {
display: none;
}

.mat-select-panel.selectDropdownFixedToTop::-webkit-scrollbar-thumb {
background-color: #dbdbdb;
}


.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
	background-color: var(--lightGrayBackgroungColor)
}

.mat-select-panel.multiselect-dropdown {
	left: -40px;
	top: 20px;
	display: flex;
	flex-wrap: wrap;
	min-width: 260px !important;
	transform: translate(39px, 12px) !important;
	padding: 0 0 10px 0;
	//flex-direction: column;
}

.mat-select-panel.multiselect-dropdown.hide {
	display: none;
}

#fieldsLayer.hide{
	display: none;
}

.mat-select-panel.multiselect-dropdown mat-option {
	width: 100%;
}

.mat-select-panel.multiselect-dropdown mat-option .checkbox .text{
	overflow: hidden;
    text-overflow: ellipsis;
    width: 185px;
}

.mat-select-panel.multiselect-dropdown mat-option mat-pseudo-checkbox {
	position: relative;
	height: 16px;
	width: 16px;
	border: 1px solid var(--placeholderColor);
	border-radius: var(--borderRadiusInputs)
}

.mat-select-panel.multiselect-dropdown mat-option mat-pseudo-checkbox.mat-pseudo-checkbox-checked {
	background: var(--mainActiveColor);
	border: 1px solid var(--mainActiveColor)
}

.mat-select-panel.multiselect-dropdown mat-option mat-pseudo-checkbox:after {
	top: calc(50% - 4px);
	left: calc(50% - 5px);
	width: 10px;
	height: 6px;
	border-radius: 1px;
	border-color: var(--white);
	box-sizing: border-box
}

.mat-menu-panel.main-account,
.mat-menu-panel.main-notification {
	overflow: inherit;
	max-width: 100%;
	max-height: 100%
}

.mat-tooltip {
	background-color: var(--backgroundTooltipColor);
	max-width: 100% !important;
	margin: 0 0 0 25px !important;
	padding: 8px 0;
	font-size: 13px
}

