/*  phpBB3 Style Sheet
    --------------------------------------------------------------
	Style name:			we_universal
	Based on style:		prosilver (the default phpBB 3.3.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		nextgen ( https://nextgen.gt/ )
    --------------------------------------------------------------
*/

@import url("common.css?hash=a9741ba1");
@import url("content.css?hash=56f9e623");
@import url("cp.css?hash=50d868ab");
@import url("forms.css?hash=b64464fb");
@import url("responsive.css?hash=87b53e08");
@import url("we_universal.css");

.inventea-dashboard {
  position: relative; /* потребно за overlay */
  z-index: 0;         /* оригиналниот banner */
}

.inventea-dashboard::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('./images/snowflakes-header.png') repeat;
  background-size: contain;   /* или cover */
  opacity: 0.4;               /* полупрозирно */
  pointer-events: none;       /* не смета за кликови */
  z-index: 1;                 /* над banner позадината, под лого/текст */
}

.inventea-dashboard::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px; /* поголема висина за паѓачки снег */
  background: linear-gradient(to top, #fff 0%, rgba(255,255,255,0) 100%);
  border-radius: 50% 50% 0 0;
  pointer-events: none;
  z-index: 3;
}
