/* html {
	scrollbar-color: #6e5011 #202324 !important;
	scrollbar-width: thin !important; // FIREFOX SCROLL
} */

.stalker-2-heart-of-chornobyl .defaultColor1{
	color: #ffc780
}
.stalker-2-heart-of-chornobyl .defaultColor2{
	color: #d78948;
}
.stalker-2-heart-of-chornobyl .defaultColor3{
	color: #6e5011;
}
.stalker-2-heart-of-chornobyl .defaultColor4{
	color: #3d2d09;
}
.stalker-2-heart-of-chornobyl .defaultColor5{
	color: #decc00;
}

.stalker-2-heart-of-chornobyl  .jml {
    color: #ff9100;
	font-weight: bold !important;
    text-decoration: none;
	/* transition: box-shadow 300ms cubic-bezier(0.77, 0, 0.175, 1), color 300ms cubic-bezier(0.77, 0, 0.175, 1); */
	transition: box-shadow 300ms cubic-bezier(0, 1.5, 0, 1.5), color 300ms cubic-bezier(0, 1.5, 0, 1.5);
}
.stalker-2-heart-of-chornobyl  .jml:hover {
    box-shadow: inset 0 -1.125em 0 #ff9100;
    color: #000;
}


.stalker-2-heart-of-chornobyl .defaultFontFamily1{
	font-family: 'Iceland', monospace !important;
	font-size: 26px; /* dont put !important here because sometimes there is another size? Or maybe put it with another class */
}


/* Map default background color (normal map) */
.stalker-2-heart-of-chornobyl .leaflet-container {
	background: #5F605B;
}

.stalker-2-heart-of-chornobyl .mainbackgroundStyle {
	background: linear-gradient(45deg, transparent, transparent 50%, #5F605B), linear-gradient(-45deg, rgba(255, 0, 208, 0), #3d3d3d 112%, transparent 0), linear-gradient(-90deg, #332912 100%, #fff 0, transparent 0);
}


.mapChooseScroll::-webkit-scrollbar-thumb {
	background-color: #6e5011 !important;
}

.mapChooseScroll::-webkit-scrollbar-track {
	background-color: transparent !important;
}

.mapChooseScroll::-webkit-scrollbar {
	width: 5px;
	background: transparent !important;
}

.stalker-2-heart-of-chornobyl .footerbackgroundStyle {
	background-color: rgba(0, 0, 0, 0.3);
}

.stalker-2-heart-of-chornobyl .footerTextColor {
	color: #ffc780;
}

.stalker-2-heart-of-chornobyl .gameNameTopicTextStyle {
	font-family: 'Iceland', monospace !important;
	color: #ffc780 !important;
	font-size: 35px;
	font-weight: 700;
}

.stalker-2-heart-of-chornobyl .guidesMapsTextStyle {
	font-family: 'Iceland', monospace !important;
	color: #ffc780 !important;
	font-size: 35px;
	font-weight: 700;
}

.stalker-2-heart-of-chornobyl .ant-empty-normal .ant-empty-description {
	color: rgb(255, 238, 0) !important;
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .textBelowMapImageStyle {
	color: #ffc780;
	background: rgba(0, 0, 0, .247);
	font-size: 30px;
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .button {
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .button:after {
	background: #6e5011;
}

.stalker-2-heart-of-chornobyl button .anticon {
	color: rgba(255, 255, 255, 0.8) !important;
}

.stalker-2-heart-of-chornobyl .ant-btn {
	border-color: #d78948 !important;
}

.stalker-2-heart-of-chornobyl .ant-btn:hover {
	border-color: #ffc780 !important;
}

/* Fix new bug with 22.04 ubuntu server... hovering 'find location' buttons was making the button background white */
.stalker-2-heart-of-chornobyl .ant-btn-default:not(:disabled):not(.ant-btn-disabled):hover {
	background: transparent !important;
}

/* Fix new bug with ubuntu server... hovering 'Share location' buttons was making the button background white */
.stalker-2-heart-of-chornobyl .ant-btn-dashed:hover {
	background: transparent !important;
}

.stalker-2-heart-of-chornobyl .material-symbols-outlined {
	color: #ffc780 !important;
	font-size: 22px;
	font-variation-settings: 'FILL' 0, 'wght' 700, 'GRAD' 200, 'opsz' 48;
	transition: all 300ms ease-out;
}

.stalker-2-heart-of-chornobyl .material-symbols-outlined:hover {
	color: #ffc780bd !important;
}

.stalker-2-heart-of-chornobyl ::-webkit-scrollbar-thumb {
	border-radius: 10px !important;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
	/* scrollbar color on Chromium */
	background-color: #ffc780 !important;
	/* scrollbar color on Chromium */
}

.stalker-2-heart-of-chornobyl .scrollable {
	/* scrollbar-color: #ffc780 transparent !important; */
	/* scrollbar-width: thin !important; */
}

.stalker-2-heart-of-chornobyl .ant-tree-list {
	/* scrollbar-color: #ffc780 transparent !important; */
	/* scrollbar-width: thin !important; */
}

.stalker-2-heart-of-chornobyl .phoneBottomMenuStyle {
	background: rgba(51, 41, 18, 0.6) !important;
	
	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);

	box-shadow: 0px 4px 10px rgba(43, 35, 0, 0.2);
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .phone-bottom .nav-text {
	font-size: 24px !important;
}

.stalker-2-heart-of-chornobyl .phoneBottomMenuIconStyle {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .phoneBottomMenuTextStyle {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .topMiddleTextDivStyle {
	background: #6e511180;	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);}

.stalker-2-heart-of-chornobyl .topMiddleTextStyleText {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 22px !important;
}

.stalker-2-heart-of-chornobyl .ant-tooltip-inner {
	color: #ffc780 !important;
	background: #6e5011 !important;
	font-family: 'Iceland', monospace;
	font-size: 20px;
}

.stalker-2-heart-of-chornobyl .ant-tooltip-arrow-content {
	background: rgb(119, 92, 35) !important;
}

.stalker-2-heart-of-chornobyl .webdesigntuts-workshop input {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl input {
	caret-color: #ffc780 !important;
	background: transparent;
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 22px;
}

.stalker-2-heart-of-chornobyl .webdesigntuts-workshop textarea {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl textarea {
	caret-color: #ffc780 !important;
	background: transparent;
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 22px;
}



.stalker-2-heart-of-chornobyl .element-with-gradient-border-name {
	border-top: 1px solid;
	border-image: linear-gradient(90deg, #d78948  0%, rgba(0, 0, 0, 0)4%, rgba(0, 0, 0, 0)12%, #d78948  100%);
	border-image-slice: 1;
	box-sizing: border-box;
}

.stalker-2-heart-of-chornobyl .element-with-gradient-border-group {
	border-top: 1px solid;
	border-image: linear-gradient(90deg, #d78948  0%, rgba(0, 0, 0, 0)4%, rgba(0, 0, 0, 0)15%, #d78948  100%);
	border-image-slice: 1;
	box-sizing: border-box;
}

.stalker-2-heart-of-chornobyl .element-with-gradient-border-coordinate {
	border-top: 1px solid;
	border-image: linear-gradient(90deg, #d78948  0%, rgba(0, 0, 0, 0)4%, rgba(0, 0, 0, 0)30%, #d78948  100%);
	border-image-slice: 1;
	box-sizing: border-box;
}

.stalker-2-heart-of-chornobyl .element-with-gradient-border-description {
	border-top: 1px solid;
	border-image: linear-gradient(90deg, #d78948  0%, rgba(0, 0, 0, 0)4%, rgba(0, 0, 0, 0)25%, #d78948  100%);
	border-image-slice: 1;
	box-sizing: border-box;
	transition: 300ms all;
}

.stalker-2-heart-of-chornobyl .element-with-gradient-border-note {
	border-top: 1px solid;
	border-image: linear-gradient(90deg, #d78948  0%, rgba(0, 0, 0, 0)4%, rgba(0, 0, 0, 0)12%, #d78948  100%);
	border-image-slice: 1;
	box-sizing: border-box;
	transition: 300ms all;
}

.stalker-2-heart-of-chornobyl .element-with-gradient-border-text-below-marker {
	border-top: 1px solid;
	border-image: linear-gradient(90deg, #d78948  0%, rgba(0, 0, 0, 0)4%, rgba(0, 0, 0, 0)40%, #d78948  100%);
	border-image-slice: 1;
	box-sizing: border-box;
	transition: 300ms all;
}

.stalker-2-heart-of-chornobyl .disabled-input {
	caret-color: transparent !important;
	background: #ff81003d;
}

.stalker-2-heart-of-chornobyl .ant-select-selection-search {
	font-size: 22px !important;
}

.stalker-2-heart-of-chornobyl .ant-select-multiple .ant-select-selection-search-input,
.stalker-2-heart-of-chornobyl .ant-select-multiple .ant-select-selection-search-mirror {
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .ant-select-tree-title {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 20px !important;
}

.stalker-2-heart-of-chornobyl .ant-select-tree {
	background-color: transparent !important;

	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.stalker-2-heart-of-chornobyl .ant-select-dropdown {
	background-color: transparent !important;

	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);

	border-radius: 10px;
}


.stalker-2-heart-of-chornobyl .searchLogo {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .ant-select:not(.ant-select-customize-input) .ant-select-selector {
	border-color: #d78948 !important;
}

.stalker-2-heart-of-chornobyl .ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input) .ant-select-selector {
	border-color: #d78948 !important;
	box-shadow: 0 0 0 2px rgba(43, 35, 0, 0.2);
}

.stalker-2-heart-of-chornobyl .ant-select:not(.ant-select-disabled):hover .ant-select-selector {
	border-color: #d78948 !important;
}

.stalker-2-heart-of-chornobyl .ant-select-tree-checkbox .ant-select-tree-checkbox-inner {
	background-color: #d7894878 !important;
	border: 1px solid #ffae4be3 !important;
}

.stalker-2-heart-of-chornobyl .ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
	background-color: #3d2d09ad !important;
	border-color: #ffae4be3 !important;
}

.stalker-2-heart-of-chornobyl .ant-select-tree-checkbox .ant-select-tree-checkbox-inner::after {
	border: 2px solid #ffae4be3;
	border-top: 0;
	border-left: 0;
}

.stalker-2-heart-of-chornobyl .ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
.stalker-2-heart-of-chornobyl .ant-select-tree-checkbox::after {
	opacity: 0.8 !important;
}

.stalker-2-heart-of-chornobyl .ant-select-tree-checkbox-checked::after {
	border: 1px solid transparent !important;
}



.stalker-2-heart-of-chornobyl .ant-select-tree .ant-select-tree-node-content-wrapper:hover {
	background-color: rgba(0, 0, 0, 0.1) !important;
}

/* MarkerAddingMenu Search selected group row background */
.stalker-2-heart-of-chornobyl .ant-tree-select-dropdown .ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected{
background-color: rgba(0, 0, 0, 0.2) !important;
}


.stalker-2-heart-of-chornobyl .ant-select-tree .ant-select-tree-node-content-wrapper:hover .ant-select-tree-title {
	opacity: 0.9;
}



/* .stalker-2-heart-of-chornobyl .ant-select-tree-treenode:hover {
	opacity: 1 !important;
} */

.stalker-2-heart-of-chornobyl #openedTree {
	background: linear-gradient(90deg, #6e50117e 0%, #3d2d0980 100%) !important;
	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);

}

.stalker-2-heart-of-chornobyl .ant-tree-show-line .ant-tree-switcher-leaf-line::before {
	border-right: 1px solid #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .ant-tree-show-line .ant-tree-switcher-leaf-line::after {
	border-bottom: 1px solid #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .ant-tree-show-line .ant-tree-indent-unit::before {
	border-right: 1px solid #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .treeCloseButtonStyle {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace;
	font-size: 22px;
}

.stalker-2-heart-of-chornobyl .ant-tree-title {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace;
	font-size: 20px;
}

.stalker-2-heart-of-chornobyl .ant-tree .ant-tree-node-content-wrapper:hover {
	background-color: transparent;
}

.stalker-2-heart-of-chornobyl .ant-tree .ant-tree-node-content-wrapper:hover .ant-tree-title {
	opacity: 0.9;
}

.stalker-2-heart-of-chornobyl .ant-tree-checkbox .ant-tree-checkbox-inner {
	background-color: #d7894878 !important;
	border: 1px solid #ffae4be3 !important;
}

.stalker-2-heart-of-chornobyl .ant-tree-checkbox-checked .ant-tree-checkbox-inner {
	background-color: #3d2d09ad !important;
	border-color: #ffae4be3 !important;
}

/* NOT USED??? */
.stalker-2-heart-of-chornobyl .ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
	background-color: #ffae4be3 !important;
}

.stalker-2-heart-of-chornobyl .ant-tree-checkbox-checked .ant-tree-checkbox-inner::after {
	border: 2px solid #ffae4be3;
	border-top: 0;
	border-left: 0;
}

.stalker-2-heart-of-chornobyl .ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
.stalker-2-heart-of-chornobyl .ant-tree-checkbox:hover .ant-tree-checkbox-inner,
.stalker-2-heart-of-chornobyl .ant-tree-checkbox-input:focus+.ant-tree-checkbox-inner {
	opacity: 0.8 !important;
}

.stalker-2-heart-of-chornobyl .ant-checkbox-inner {
	background-color: #d7894878 !important;
	border: 1px solid #ffae4be3 !important;
}

.stalker-2-heart-of-chornobyl .ant-checkbox-checked .ant-checkbox-inner {
	background-color: #3d2d09ad !important;
	border-color: #ffae4be3 !important;
}

.stalker-2-heart-of-chornobyl .ant-checkbox-checked .ant-checkbox-inner::after {
	border: 2px solid #ffae4be3;
	border-top: 0;
	border-left: 0;
}

.stalker-2-heart-of-chornobyl .ant-checkbox-wrapper-checked .ant-checkbox-inner:hover,
.stalker-2-heart-of-chornobyl .ant-checkbox:hover .ant-checkbox-inner,
.stalker-2-heart-of-chornobyl .ant-checkbox-input:focus+.ant-checkbox-inner {
	opacity: 0.8 !important;
}

.stalker-2-heart-of-chornobyl .ant-checkbox-checked::after {
	border: 1px solid transparent !important;
}

.stalker-2-heart-of-chornobyl .ant-checkbox-input:focus+.ant-checkbox-inner {
	opacity: 0.8 !important;
}

.stalker-2-heart-of-chornobyl #menusCollection {
	background: rgba(51, 41, 18, 0.6) !important;
	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);}

	/* NOT USED??? */
.stalker-2-heart-of-chornobyl .menuStyle {
	background: #6e5011;	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);}

.stalker-2-heart-of-chornobyl hr {
	border-top: 1px solid #d78948 !important;
}

.stalker-2-heart-of-chornobyl .gameLogoStyle a {
	font-size: 35px !important;
	font-weight: 700 !important;
	font-family: 'Iceland', monospace !important;
	color: #ffc780 !important;
	text-shadow: -1px 2px 0 #000 !important;
}

.stalker-2-heart-of-chornobyl .subTitleStyle {
	font-size: 20px;
	font-family: 'Iceland', monospace !important;
	color: #ffc780;
}

.stalker-2-heart-of-chornobyl .gameMapLogoOnSocialListStyle {
	font-size: 18px;
	color: #ffc780 !important;
	font-family: 'Black Ops One';
}

.stalker-2-heart-of-chornobyl .gameMapSocialIconsStyle {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .menuButtonsStyle {
	font-family: 'Iceland', monospace !important;
	font-size: 20px;
	color: #ffc780 !important;
	border-color: #6e5011 !important;
	background: linear-gradient(90deg, rgb(104 80 31 / 50%) 0%, rgb(84 65 26 / 50%) 100%) !important;
}

.stalker-2-heart-of-chornobyl .menuButtonsStyle:hover {
	background: linear-gradient(90deg, rgb(104 80 31 / 100%) 0%, rgb(84 65 26 / 100%) 100%) !important;
	box-shadow: 0px 1px 3px 3px rgba(33, 24, 19, 0.5) !important;
}

.stalker-2-heart-of-chornobyl .menuButtonsStyleDisabled {
	font-family: 'Iceland', monospace !important;
	font-size: 20px !important;
	color: #ffc780 !important;
	border-color: #6e5011 !important;
	background: linear-gradient(90deg, rgb(104 80 31 / 50%) 0%, rgb(84 65 26 / 50%) 100%) !important;
	/* transparency 0.5 */
}

.stalker-2-heart-of-chornobyl .coordinatesTextStyle {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 16px !important;
}

.stalker-2-heart-of-chornobyl .copyrightOnMapMiddleBottomTextStyle {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 19px !important;
}

.stalker-2-heart-of-chornobyl .markerPopupToolTip {
	color: #ffc780 !important;
	background: #6e5011 !important;
	border: 0;
	font-size: 20px;
	font-family: 'Iceland', monospace !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.stalker-2-heart-of-chornobyl .leaflet-tooltip-right:before {
	border-right-color: #6e5011 !important;
}

.stalker-2-heart-of-chornobyl .leaflet-tooltip-left:before {
	border-left-color: #6e5011 !important;
}

.stalker-2-heart-of-chornobyl .leaflet-popup-close-button {
	color: rgba(255, 255, 255, 0.8) !important;
}

.stalker-2-heart-of-chornobyl .leaflet-popup-close-button:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.stalker-2-heart-of-chornobyl .marker-edit-popup-close-button {
	color: rgba(255, 255, 255, 0.8) !important;
}

.stalker-2-heart-of-chornobyl .marker-edit-popup-close-button:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.stalker-2-heart-of-chornobyl .leaflet-popup-content-wrapper,
.stalker-2-heart-of-chornobyl .leaflet-popup-tip {
	background: rgb(84 64 26 / 80%) !important;;

	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);}

.stalker-2-heart-of-chornobyl .objectNameText {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 28px !important;
}

.stalker-2-heart-of-chornobyl .categoryText {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 24px !important;
}

.stalker-2-heart-of-chornobyl .descriptionText {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 22px;  /* MUST NOT BE !important OR .smallText is overridden */

}

.stalker-2-heart-of-chornobyl .smallText {
	font-size: 20px !important;
}

.stalker-2-heart-of-chornobyl .checkboxText span {
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
	font-size: 20px !important;
}

.stalker-2-heart-of-chornobyl .checkboxText span:hover {
	color: #ffc780bd !important;
	font-family: 'Iceland', monospace !important;
	font-size: 20px !important;
}

.stalker-2-heart-of-chornobyl .ant-table {
	background: transparent;
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .ant-table-cell span {
	font-size: 22px !important;
}

.stalker-2-heart-of-chornobyl .ant-table-tbody>tr>td {
	border-bottom: 1px solid #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .ant-table-tbody>tr.ant-table-row-selected>td {
	background: transparent !important;
}

.stalker-2-heart-of-chornobyl .ant-table-tbody>tr.ant-table-row:hover>td,
.stalker-2-heart-of-chornobyl .ant-table-tbody>tr>td.ant-table-cell-row-hover {
	background: transparent !important;
}

.stalker-2-heart-of-chornobyl .authenticationTopic {
	font-size: 30px !important;
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .errorText {
	font-family: 'Iceland', monospace !important;
	color: #ffa9a9 !important;
	font-size: 22px !important;
	font-weight: 700 !important;

}

.stalker-2-heart-of-chornobyl .notificationText {
	font-family: 'Iceland', monospace !important;
	color: #00fff3 !important;
	font-size: 22px !important;
	font-weight: 700 !important;
}

.stalker-2-heart-of-chornobyl .authenticationMessage {
	font-size: 22px !important;
	font-family: 'Iceland', monospace !important;
	color: white !important;
}

.stalker-2-heart-of-chornobyl .authenticationForgotPasswordLinkText {
	font-size: 24px !important;
	font-family: 'Iceland', monospace !important;
	color: yellow !important;
}

.stalker-2-heart-of-chornobyl .authenticationMessageLinkText {
	color: #ffc780 !important;
	font-size: 24px;
}

.stalker-2-heart-of-chornobyl .changeCookieSettingsText {
	font-size: 24px !important;
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .authenticationInput {
	border-color: #d78948 !important;
}

.stalker-2-heart-of-chornobyl .hundredPercentWidth {
	/* border-color: #d78948 !important; */
	border-bottom-color: #d78948 !important;
	border-left-color: #d78948 !important;
	border-right-color: #d78948 !important;

}

.stalker-2-heart-of-chornobyl .uploadButton {
	font-size: 24px !important;
	color: #ffc780 !important;
	border-color: #6e5011 !important;
	background:  #decc0035   !important;

	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);	

	font-family: 'Iceland', monospace !important;
	font-style: inherit !important;
	font-weight: 400 !important;
}

.stalker-2-heart-of-chornobyl .uploadButton:hover {
	background:  #decc0045   !important;
	box-shadow: 0px 1px 3px 3px rgba(33, 24, 19, 0.5) !important;
}

.stalker-2-heart-of-chornobyl .submitButton {
	font-size: 24px !important;
	color: #ffc780 !important;
	border-color: #6e5011 !important;
	background: linear-gradient(90deg, rgb(104 80 31 / 50%) 0%, rgb(84 65 26 / 50%) 100%) !important;

	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);	

	font-family: 'Iceland', monospace !important;
	font-style: inherit !important;
	font-weight: 400 !important;
}

.stalker-2-heart-of-chornobyl .submitButton:hover {
	background: linear-gradient(90deg, rgb(104 80 31 / 100%) 0%, rgb(84 65 26 / 100%) 100%) !important;
	box-shadow: 0px 1px 3px 3px rgba(33, 24, 19, 0.5) !important;
}

.stalker-2-heart-of-chornobyl #topRightmenusCollection {
	background: rgb(84 64 26 / 80%) !important;;

	/* Add this line first, it fixes blur for Safari*/
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}


.stalker-2-heart-of-chornobyl .adminNote{
	color: #ffc780 !important;
	font-size: 14px;
}

.stalker-2-heart-of-chornobyl .usernameText{
	color: #ffc780 !important;
	opacity: 0.8;
	font-size: 24px;
		/* font-family: ...; */
}
.stalker-2-heart-of-chornobyl .usernameText:hover{
	opacity: 0.9;
}


.stalker-2-heart-of-chornobyl ::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #ffc780 !important;
	opacity: 1;
	/* Firefox */
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl :-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl ::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #ffc780 !important;
	font-family: 'Iceland', monospace !important;
}

.stalker-2-heart-of-chornobyl .ant-select-selection-item {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .ant-select-selection-placeholder {
	color: #ffc780 !important;
}

.stalker-2-heart-of-chornobyl .ant-select-arrow {
	color: #ffc780 !important;
	padding-right: 17px;
	font-size: 21px;
	left: 10px;
}