/* Home page forum icons: */

/* 
.forum-id-X h2:before

X - id forum

*/
.forum-id-1 h2:before
{
  font-family: 'Font Awesome 6 Free';
  content: '\f015' !important;
  font-size: 54px;

  position: absolute;
  transform: rotate(-10deg);
  top: -10px;
  left: -10px;
  opacity: 0.05;
}


/* Obramówki rang na postach: */
.author-rank-4
{
	border: 1px solid #f57b7b !important;
  background: linear-gradient(313deg,rgba(255, 255, 255, 0) 0%, rgba(237, 98, 83, 0.12) 100%) !important;
}

.author-rank-3
{
border: 1px solid #6A5ACD !important;
background: linear-gradient(313deg, rgba(255, 255, 255, 0) 0%, rgba(106, 90, 205, 0.12) 100%) !important;
}


.author-rank-8
{
border: 1px solid #FFD700 !important;

background: linear-gradient(
  313deg,
  rgba(255, 255, 255, 0) 0%,
  rgba(255, 215, 0, 0.12) 100%
) !important;
}

/* Kolor boxów na profilu użytkownika jeśli należy do "zespołu" */

.member-staff.staff-4{
  border: 1px solid #f57b7b !important;
  background: linear-gradient(313deg,rgba(255, 255, 255, 0) 0%, rgba(237, 98, 83, 0.12) 100%) !important;
}

/* Ikony na profilu uzytkownika jesli nalezy do zespolu */

.member-staff.staff-4 .staff-icon:before
{
	position:relative;
	font-weight:800;
	  font-family: 'Font Awesome 6 Free';
  content: '\f521' !important;
}


/* Rangi */

grp
{
padding: 5px 15px;
	box-sizing:border-box;
	border: 1px solid #fff !important;
	  	border-radius: 20px;
  background: linear-gradient(313deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.12) 100%) !important;
}

grp.id4
{

	border: 1px solid #f57b7b !important;
  	background: linear-gradient(313deg,rgba(255, 255, 255, 0) 0%, rgba(237, 98, 83, 0.12) 100%) !important;

}


/* Forum Item */
.forum-item.id-2
{
background: url(https://w.wallhaven.cc/full/vp/wallhaven-vpx8ep.jpg);
background-position: 50%; background-size: cover; background-repeat: no-repeat;
}
		
		
/* Bam announcements */

/* tego nie zmieniaj chyba ze chcesz */
.let-custombam {
		display: flex;
	  flex-flow: column;
	  justify-content: center;
	  align-items: center;
  		color:var(--text-color) !important;
		padding: 15px !important;
}

.let-custombam .close_bam_announcement{
	position:absolute;
	right:0px;
}

/* */

/* Tutaj masz wolna reke. Przyklad: */

/*

- Wyglad ogloszenia
.let-bam-NAZWA
{
	background-color: #8af57b24 !important;
  border: 1px solid #7bf583 !important;
  color: #7ff57b !important;
}

- IKONA:

.let-bam-NAZWA:before
{
font-family: 'Font Awesome 6 Free';
  content: '\f00c' !important;
  font-weight: 800;
  font-size: 24px;
  position: absolute;
  left: 20px;
}


*/
.let-bam-success
{
	background-color: #8af57b24 !important;
  border: 1px solid #7bf583 !important;
  color: #7ff57b !important;
}
.let-bam-success:before
{
font-family: 'Font Awesome 6 Free';
  content: '\f00c' !important;
  font-weight: 800;
  font-size: 24px;
  position: absolute;
  left: 20px;
}

.let-bam-warning
{
background-color: #f57b7b24 !important;
  border: 1px solid #f57b7b !important;
  color: #f57b7b !important;
}

.let-bam-warning:before
{
font-family: 'Font Awesome 6 Free';
  content: '\f071' !important;
  font-weight: 800;
  font-size: 24px;
  position: absolute;
  left: 20px;
}


/* RWD JESLI TRZEBA */
@media only screen and (max-device-width: 979px){
	
	.let-bam-success::before
	{
		position:relative !important;
		left: 0 !important;
	}
	.let-bam-warning:before
	{
			position:relative !important;
		left: 0 !important;
	}
}
		
		
		
		
		
		