/* reset styles */
html {line-height: 1.5;-webkit-text-size-adjust: 100%;width:100%;height:100%;padding: 0;}body {margin: 0;width: 100%;height: 100%;padding: 0;}main {display: block;}img {border-style: none;}button, input, optgroup, select, textarea {font-family: inherit;font-size: 100%;line-height: 1.5;margin: 0;}button, input {overflow: visible;}button, select {text-transform: none;}button, [type="button"], [type="reset"], [type="submit"] {-webkit-appearance: button;}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}legend {box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;}progress {vertical-align: baseline;}textarea {overflow: auto;}[type="checkbox"], [type="radio"] {box-sizing: border-box;padding: 0;}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {height: auto;}[type="search"] {-webkit-appearance: textfield;outline-offset: -2px;}[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}details {display: block;}summary {display: list-item;}template {display: none;}
/* reset styles */


/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: auto;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 3px;
  }


*{
	--colorYellow:#FFCC00;
	--colorRed:#990000;
	--colorButtonNormal: var(--colorYellow);
	--colorButtonHover:var(--colorRed);

	--colorBlack:#000;
	--colorWhite:#fff;
	--colorGrayLight:#CCCCCC;
	--colorGrayDark:#767676;

	--hoverOutline:0 0 0 3px rgba(255,255,255,0.3);

	--fontSerif:"Libre Caslon Text", serif;
	--fontSansSerif:"Source Sans 3", sans-serif;

	--fontNormal:var(--fontSansSerif);
	--fontHeader:var(--fontSerif);

	--buttonTransition: all 0.3s ease-in-out !important;

}

/* Убрать обводку у радара */
#radarPath, path.leaflet-interactive{
	stroke-width:0px !important;
}


.ggskin, .tippy-box{
	font-family: var(--fontNormal) !important;
	font-size: 0.8rem;
	font-weight: 400;
}
.tippy-content{
	font-weight: 300 !important;
	padding: 0.8em 1em !important;
}


.topRightButtonsContainer{
	display: flex !important;
	gap:10px;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
}
.topRightButtonsContainer>div{
	position: relative !important;
}

.hidden{
	display: none !important;
}

