.news-flood-page {
	margin-top: 8px;
}

.news-flood-page .entry-header,
.news-flood-page .entry-content {
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
	padding: 10px;
	border-radius: 0 0 10px 0;
	background-color: #f0f1f5;
	margin-bottom: 8px;
}

.news-flood-page .entry-header:not(:has(.news-flood-featured-posts-wrapper)) {
	display: none;
}

.news-flood-page .entry-header .entry-title {
	margin: 0px;
	color: #000000;
}
.news-flood-page .entry-header p{
	font-size: 14px;
	font-family: Roboto Slab, sans-serif;
	font-weight: 500;
}
.news-flood-page .news-flood-post ul li,
.news-flood-page .news-flood-post ul li a,
.news-flood-page .news-flood-post ol li,
.news-flood-page .news-flood-post ol li a{
	font-size: 15px;
	font-family: Roboto Slab, sans-serif;
	font-weight: 400;
}

.news-flood-page .news-flood-post .news-flood-post-content span,
.news-flood-page .news-flood-post .news-flood-post-content div,
.news-flood-page .news-flood-post .news-flood-post-content a,
.news-flood-page .news-flood-post .news-flood-post-content p{
	font-size: 15px;
	font-family: Roboto Slab, sans-serif;
}

/*.news-flood-page .news-flood-post .news-flood-post-content h1,
.news-flood-page .news-flood-post .news-flood-post-content h2,
.news-flood-page .news-flood-post .news-flood-post-content h3,
.news-flood-page .news-flood-post .news-flood-post-content h4,
.news-flood-page .news-flood-post .news-flood-post-content h5,
.news-flood-page .news-flood-post .news-flood-post-content h6{
	font-family: Barlow Condensed;
}*/

.news-flood-page .news-flood-post .news-flood-article-content{
	font-size: 15px;
	font-family: Roboto Slab, sans-serif;
}

.news-flood-wrapper .news-flood-header {
	position: relative;
}

.news-flood-wrapper .news-flood-header .newsfeed-header-top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 0 0 15px 0;
	z-index: 99;
}

.page-template-news-flood .news-flood-content .news-flood-posts .newsfeed-ad-placement{
  margin-bottom: 30px;
  text-align: center;
}


@media (max-width: 767px) {
	.news-flood-wrapper .news-flood-header .newsfeed-header-top {
		margin-top: -10px;
		padding-top: 15px;
		height: auto;
	}
}

.news-flood-wrapper .news-flood-header.nff_sticky .newsfeed-header-top {
	position: fixed;
	width: calc( 100% - 20px );
	background-color: #f0f1f5;
	left: 0;
	padding: 7px 10px;
	transition: top 0.3s ease-in-out;
}
.fbnb-m-sticky .news-flood-wrapper .news-flood-header.nff_sticky .newsfeed-header-top {
	top: 54px;
}
.teams-m-sticky .news-flood-wrapper .news-flood-header.nff_sticky .newsfeed-header-top {
	/* Changed 104px to 0 to hide filter when user scrolls up */
	/* top: 104px; */
	top: 0;
}
.news-flood-wrapper .news-flood-header .newsfeed-filter-placeholder {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
}
.news-flood-wrapper .news-flood-header.nff_sticky .newsfeed-filter-placeholder {
	position: relative;
	/* display: block; */
	top: -10px;
	left: -10px;
}

.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-left .nf-header-title{
    border-bottom: inherit;
    padding-bottom: 0;
    margin: 0px;
}

.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-right .nf-new-posts{
	transition: all 0.4s ease-in-out;
}

.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-right .nf-new-posts .nf-new-posts-icon {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-right: 5px;
}
.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-right .nf-new-posts .nf-new-posts-label {
	font-family: Roboto Slab, sans-serif;
	font-weight: 500;
	color: #00427f;
}

.news-flood-page .entry-content .news-flood-wrapper .news-flood-header .nf-header-title{
	font-family:Barlow Condensed;
	font-size: 23px;
}

.news-flood-page .entry-content .news-flood-wrapper .news-flood-header .nf-header-subtitle{
	font-family: Roboto Slab, sans-serif;
	font-size: 15px;
}

.news-flood-header .nf-header-filter {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin: 0 0 15px 0;
}

.news-flood-header .nf-header-filter .nf-post-order-label{
	font-family: Roboto Slab, sans-serif;
	font-weight: 500;
}

.nf-header-filter {
	display: flex;
	flex-wrap: wrap;
}

.nf-header-filter > div {
	flex: 1 0 0%;
}

.nf-header-filter-right {
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

.nf-header-filter-right .nf-post-order-btn{
	display: flex;
	align-items: center;
	gap: 5px;
}
.nf-header-filter-right .nf-post-order-btn.disabled {
	cursor: no-drop;
	opacity: .65;
	pointer-events: none;
}

.nf-header-filter-right .nf-post-order-btn .nf-post-order-btn-label{
	font-family: Roboto Slab, sans-serif;
	font-weight: 500;
	color: #00427f;
}
.nf-post-order-btn-icon{
	display: flex;
}

.nf-post-order-btn-icon svg {
	width: 18px;
	height: 18px;
}

.news-flood-post {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
	position: relative;
}

.news-flood-post::after {
	content: "";
	position: absolute;
	left: 18px;
	top: 36px;
	bottom: 0;
	width: 1px;
	background: #FACA00;
	z-index: 1;

}
.news-flood-post.nf-featured-post:after{
  left: 10px;
}

.news-flood-post .news-flood-post-left {
	width: 40px;
	flex: 0 0 40px;
}
.news-flood-post-left .article-team {
	z-index: 2;
	position: relative;
	background-color: #f0f1f5;
	display: flex;
	flex-direction: column;
	gap:5px;
	overflow-y: auto;
	max-height: 180px;
/*	padding-right: 5px;*/
	align-items: center;
	padding-bottom: 10px;
}

.news-flood-post-left .article-team::-webkit-scrollbar {
	/*width: 3px;*/
	width: 0px;
}

.news-flood-post-left .article-team::-webkit-scrollbar-track {
	border-radius: 6px;
	background-color: #f0f1f5;
	border: 1px solid #f0f1f5;
}

.news-flood-post-left .article-team::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #000000;
}

.news-flood-post .news-flood-post-right {
	width: 100%;
}
.news-flood-post-right .news-flood-post-header {
	display: flex;
}

.news-flood-post-right .news-flood-post-header > span {
	flex: 1 0 1%;
}

.news-flood-post-right .news-flood-post-header .nf-post-share {
	text-align: right;
}
.news-flood-post-right .news-flood-post-header .nf-post-share .nf-post-share-link .nf-post-share-icon{
	padding-right: 5px;
	display: flex;
}
.news-flood-post-right .news-flood-post-header .nf-post-share .nf-post-share-link .nf-post-share-icon svg{
	width: 14px;
	height: 14px;
	fill: #ffffff;
}
.news-flood-post-right .news-flood-post-header .nf-post-share .nf-post-share-link .share-it{
	display: inline-flex;
	align-items: center;
}
.news-flood-post-right .news-flood-post-header .nf-post-share .nf-post-share-link .shared-it{
	display: none;
}

.news-flood-post-right .news-flood-post-header .nf-post-share .nf-post-share-link.shared .shared-it{
	display: inline-flex;
	align-items: center;
}

.news-flood-post-right .news-flood-post-header .nf-post-share .nf-post-share-link.shared .share-it{
	display: none;
}

.news-flood-post-right .news-flood-post-header .nf-post-time{
	font-family: Roboto Slab, sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.news-flood-post-right .news-flood-post-header .nf-post-share-link{
	height: 20px;
	box-sizing: border-box;
	padding: 1px 12px 1px 12px;
	background-color: #000000;
	color: #ffffff;
	border-radius: 9999px;
	font-size: 12px;
	font-family: Roboto Slab, sans-serif;
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
}

.news-flood-post-right .news-flood-post-header .nf-post-share-link:hover{
	 background-color: #333333;
}

.news-flood-page .related-articles-module {
  margin-top: 8px;
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  grid-gap: 8px;
}

.news-flood-page .related-articles-module .related-articles-single {
	margin: 0px;
	border-radius: 0 0 10px 0;
	box-shadow: 0px 4px 4px 0px rgba(0,0,0,.25);
	width: auto;
	padding: 8px;
}
.news-flood-page .related-articles-module .related-articles-single .related-articles-image img {
	height: 165px;
	object-fit: cover;
	max-height: 165px;
	border-radius: 2px;
}


.article-team-logo {
  width: 30px;
  flex: 0 0 30px;
/*	display: flex;*/
	justify-content: center;
}

.article-team-logo img {
	width: auto;
	height: auto;
	margin: 0;
}


.news-flood-page .sidebar {
	min-width: inherit;
	width: 29.3333%;
	align-self: inherit;
}

.news-flood-page .widget-area-newsfeed-sidebar-adspace:not(.col2-sticky-disabled){
	position: sticky;
    top: 78px;
    display: grid;
    gap: 8px;
    margin-bottom: 8px;
}

/*.news-flood-page .widget-area-newsfeed-sidebar-adspace .widget{
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, .25);
    background: #F0F1F5;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
.news-flood-page .widget-area-newsfeed-sidebar-adspace .widget div{
   border: none !important;
   margin: 0px !important;
   padding: 0px !important;
   background-color: inherit !important;
}*/

.news-flood-posts ul li {
  font-family: Roboto Slab, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.news-flood-post-content .news-flood-article-title{
	font-family: Barlow Condensed;
	font-size: 23px;
}

.news-flood-post-content .news-flood-article-content h2,
.news-flood-post-content .news-flood-article-content h3,
.news-flood-post-content .news-flood-article-content h4,
.news-flood-post-content .news-flood-article-content h5,
.news-flood-post-content .news-flood-article-content h6{
	font-family: Roboto Slab, sans-serif;
	font-weight: 700;
}

.news-flood-post-content .news-flood-article-content ul li{
	font-family: Roboto Slab, sans-serif;
}

.news-flood-post-content p{
	font-family: Roboto Slab, sans-serif;
	font-size: 15px;
	font-weight: 400;
}

.news-flood-post-footer {
	display: flex;
	align-items: center;
	gap:10px;
}


.news-flood-post-footer .author-avatar img{
	margin: 0px;
	border-radius: 5px;
}

.news-flood-post-footer .author-name{
	font-family: Roboto Slab, sans-serif;
	font-size: 16px;
	font-weight: 700;
}


.news-flood-posts .post-item h2{
	font-family: Roboto Slab, sans-serif;
	font-size: 23px;
}

.news-flood-footer .nf-load-more-btn{
	font-size: 18px;
	font-weight: 700;
	font-family: Roboto Slab, sans-serif;
	color: #00427f;
	border-bottom: 3px solid transparent;
	transition: all 0.3s ease-in-out;
}
.news-flood-footer .nf-load-more-btn:hover{
	color: #00427f;
	border-bottom: 3px solid #FACA00 !important;
}

.news-flood-footer .nf-load-more-btn.disabled {
	color: #ccc;
	cursor: no-drop;
}

.news-flood-footer .nf-load-more-btn .load-more-loader {
	margin: 0 0 0 3px;
	position: relative;
	top: 3px;
	width: 18px;
	height: auto;
	display: none;
}

.news-flood-footer .nf-load-more-btn.loading .load-more-loader {
	display: inline-block;
}

.news-flood-page .related-articles-title{
	background: #00427f;
	color: #fff;
	font-family: Roboto Slab, sans-serif;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: -.01em;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 2px 10px;
	text-align: center;
}

/*Featured Post*/
.news-flood-post.nf-featured-post{
	margin-bottom: 0px;
	justify-content: flex-end;
}

.news-flood-post.nf-featured-post:after{
	top: 0;
}

.news-flood-post.nf-featured-post .news-flood-post-right{
	width: calc(100% - 50px);
	border:1px solid #ccc;
	border-radius: 0px 0px 10px 0px;
	padding: 10px;
}

.news-flood-featured-posts-wrapper .news-flood-featured-post-label{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.news-flood-featured-posts-wrapper .news-flood-featured-post-label .news-flood-featured-post-label-icon {
	width: 25px;
	flex: 0 0 25px;
	margin-right: 10px;
}

.news-flood-featured-posts-wrapper .news-flood-featured-post-label .news-flood-featured-post-label-icon img {
	margin: 0px;
}

.news-flood-featured-posts-wrapper .news-flood-featured-post-label .news-flood-featured-post-label-icon svg{
	width: 25px;
	height: 25px;
}

.news-flood-featured-posts-wrapper .news-flood-featured-post-label .news-flood-featured-post-label-text{
	font-size: 14px;
	font-weight: 500;
	font-family: Roboto Slab, sans-serif;
}

.news-flood-post-content ul {
	padding-left: 25px;
}

.news-flood-page .filter-actions .filter-action .filter-action-url svg{
  width: 18px;
  height: 18px;
}



@media (max-width: 991px) {
		body.page-template-news-flood{
		 background-color: #f0f1f5;
	}
	.page-template-news-flood .news-flood-page #primary {
		flex-direction: column;
	}

	.page-template-news-flood .news-flood-page .sidebar {
      width: -webkit-fill-available;
      padding: 0 15px;
	}

	.entry-title {
		font-size: 40px;
		line-height: 44px;
	}

	.news-flood-page .related-articles-title{
	  margin-left: 15px;
    margin-right: 15px;
	}

.news-flood-page .related-articles-module{
	  width: auto;
    padding: 0 15px;
}

  .news-flood-page .news-flood-content {
      padding-bottom: 10px;
  }

}

	.news-flood-header .nf-header-filter .nf-header-filter-full {
		text-align: center;
	}

	.news-flood-header .nf-header-filter .nf-header-filter-full .nf-header-title {
    margin-bottom: 0;
    margin-top: 5px;
  }

  .news-flood-header .nf-header-filter .nf-header-filter-full .nf-header-subtitle {
    margin-top: 10px;
    margin-bottom: 5px;
  }

@media (max-width: 767px) {

	.news-flood-page {
    margin-top: 50px;
	}

	.fbnb-m-sticky .news-flood-page {
    margin-top: 55px;
	}

		.entry-title {
			font-size: 34px;
			line-height: 40px;
		}
		.news-flood-post-content h2 {
			font-size: 20px;
			line-height: 24px;
		}

	.news-flood-post {
		margin-bottom: 25px;
	}
	.page-template-news-flood .news-flood-content .news-flood-posts .newsfeed-ad-placement{
		margin-bottom: 25px;
	}


	footer {
    padding-bottom: 145px;
	}

	footer .footer-row {
		grid-template-columns: repeat(2, 1fr);
    display: grid;
	}

  .footer-column {
      width: 95%;
  }



  .page-template-news-flood .social-icons-column {
		display: none;
	}

	.page-template-news-flood .news-flood-page aside#secondary.sidebar{
		 width: auto;
		 padding: 0px 15px 0px;
	}

}

@media only screen and (max-width: 667px) {
	.news-flood-page .related-articles-module{
		   grid-template-columns: repeat(1, 1fr);
	}
	.news-flood-page .related-articles-module .related-articles-single .related-articles-image img{
		  height: auto;
      max-height: inherit;
	}

}


@media (max-width: 479px) {
	.news-flood-page {
		margin-top: 50px;
	}

	.fbnb-m-sticky .news-flood-page{
		margin-top: 100px;
	}
	/*
	.news-flood-post-right .news-flood-post-header {
		display: block;
	}
	.news-flood-post-right .news-flood-post-header .nf-post-share {
		margin-top: 5px;
		display: block;
		text-align: left;
	}
	*/
	.entry-title {
		font-size: 28px;
		line-height: 36px;
	}

	.news-flood-post-content h2 {
		font-size: 18px;
		line-height: 22px;
		margin: 5px 0;
	}

	.news-flood-post-content h3 {
		font-size: 17px;
	}

	.news-flood-post {
		margin-bottom: 20px;
		gap: 10px;
	}
		.page-template-news-flood .news-flood-content .news-flood-posts .newsfeed-ad-placement{
		 margin-bottom: 20px;
	 }

	.news-flood-post .news-flood-post-left {
    width: 30px;
    flex: 0 0 30px;
	}

	footer {
	  padding-bottom: 65px;
	}

	footer .footer-row {
    grid-template-columns: repeat(1, 1fr);
	}


		.news-flood-header .nf-header-filter .nf-header-filter-full .nf-header-title {
    font-size: 22px;
  }

  .news-flood-header .nf-header-filter .nf-header-filter-full .nf-header-subtitle {
    font-size: 16px;
  }
  .news-flood-post::after{
  	    left: 15px;
  }
}

@media (max-width: 369px) {
	.news-flood-post-right .news-flood-post-header .nf-post-time{
		font-size: 14px;
	}
	.news-flood-post-right .news-flood-post-header .nf-post-share-link{
		font-size: 12px;
		padding: 1px 6px;
	}

	.news-flood-post-right .news-flood-post-header .nf-post-share .nf-post-share-link .nf-post-share-icon svg {
	    width: 12px;
	    height: 12px;
	}
}

@media (max-width: 339px) {
	.news-flood-post-right .news-flood-post-header .nf-post-share-link{
		font-size: 10px;
	}
}
/* Default jquery-loading styles */

.loading-overlay {
	display: table;
	opacity: 0.7;
	z-index: 999999 !important;
	left: 0 !important;
	top: 0 !important;
}

.loading-overlay-content {
	text-transform: capitalize !important;
	letter-spacing: 0.4em;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	font-family: Roboto Slab, sans-serif;
	font-weight: 400;
}

.loading-overlay.loading-theme-light {
	background-color: #fff;
	color: #000;
}

.loading-overlay.loading-theme-dark {
	background-color: #000;
	color: #fff;
}



/*new-css-11-04-2025*/


.select2-container {
	min-width: 280px;
}
	.select2-results__option {
		padding-right: 20px;
		vertical-align: middle;
		text-align: left;
	}
		.select2-results__option span img{
          margin: 6px 0;
		}

		.select2-results__option:before {
			content: "";
			display: flex;
			position: relative;
			height: 18px;
			width: 18px;
			flex: 0 0 18px;
			line-height: 18px;
			border: 2px solid #e9e9e9;
			border-radius: 4px;
			background-color: #fff;
			margin-right: 10px;
			vertical-align: middle;
			font-size: 14px;
		}
		.select2-results__option[aria-selected="true"]::before {
			content: "✓";
			color: #fff;
			background-color: #00427f;
			border: 2px solid #00427f;
			display: inline-block;
			text-align: center;
		}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #f0f1f5;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
	text-align: left;
    padding: 7px 5px 1px;
    margin-bottom: 0px;
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
	border-color: #f77750;
	border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
	border-width: 2px;
}
.select2-container--open .select2-dropdown--above,
.select2-container--open .select2-dropdown--below {
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 390px;
}

.select2-container--open .select2-dropdown--above .select2-results__option,
.select2-container--open .select2-dropdown--below .select2-results__option {
	display: flex;
    align-items: center;
    border-bottom: 1px solid #f0f1f5;
}

.select2-container--open .select2-dropdown--above .select2-results__option span,
.select2-container--open .select2-dropdown--below .select2-results__option span {
	display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.select2-container--open .select2-dropdown--above .select2-results__option span img,
.select2-container--open .select2-dropdown--below .select2-results__option span img {
	width: 22px;
	margin: 0px;
}


.team-filter-select2-wrap {
	position: relative;
	display: flex;
	gap: 10px;
}
.select2-container.select2-container--open:has(.team-filter-select2-dropdown) {
	/* top: 98px !important;*/
	top: 39px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	height: auto;
	font-family: Roboto Slab, sans-serif;
	font-weight: 400;
	font-size: 14px;
	margin-left:0px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear {
	margin-top: -2px !important;
	height: 17px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	display: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered .custom-selection-text{
  margin-left: 0px !important;
}

.select2-selection .select2-selection--multiple:after {
	content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
	display: none;
}
.select-icon .placeholder {
	display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
	display: none !important;
	/* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
	display: none;
}
ul.select2-selection__rendered:before{
    content: "";
    position: absolute;
    right: 8px;
    top: 14px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #000000;
}

.select2-container--default .select2-selection--multiple{
    border: 2px solid #000000 !important;
}
.select2-dropdown{
   border: 2px solid #000000 !important;
}

.select2-dropdown .select2-results {
	font-family: Roboto Slab, sans-serif;
	font-weight: 400;
}

select.team-filter-select2:not(.select2-hidden-accessible) {
    opacity: 0;
    height: 32px;
}
div.team-filter-select2-wrap:not(:has(.select2-hidden-accessible)) {
    border: 2px solid #000000;
    border-radius: 4px;
    width: 276px;
    position: relative;
    background-color: #fff;
    height: 31px;
}
div.team-filter-select2-wrap:not(:has(.select2-hidden-accessible)):before {
    content: "Välj lag";
    display: block;
    font-size: 14px;
    background-size: 12px;
    background-image: var(--bolls-spinner);
    width: calc( 100% - 15px );
    left: 0;
    position: absolute;
    text-align: left;
    height: 32px;
    background-repeat: no-repeat;
    background-position: right;
    line-height: 32px;
    padding-left: 10px;
	  font-family: Roboto Slab, sans-serif;
	  font-weight: 400;
}

.newsfeed-header-top .newsfeed-header-top-left .team-filter-select2-wrap .select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-selection__clear{
	margin-top: 0px;
}


@media only screen and (max-width: 575px) {

	.newsfeed-header-top .newsfeed-header-top-left{
		width: calc(100% - 140px);
	}
/*	.select2-container{
		min-width: 200px;
	}*/

/*  .news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-left .team-filter-wrap .team-filter-select2-wrap .select2-container{
		min-width: calc(100% - 56px) !important;
		width: calc(100% - 56px) !important;
	}
	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-left  .team-filter-select2-wrap select.team-filter-select2{
		min-width: calc(100% - 0px) !important;
		width: calc(100% - 0px) !important;
	}
*/

	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-left .team-filter-wrap .team-filter-select2-wrap .select2-container{
    width: 190px !important;
    min-width: 190px !important;
    display: block;
}
	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-left .team-filter-select2-wrap select.team-filter-select2{
		display: block;
    width: 188px !important;
    min-width: 188px !important;
}
div.team-filter-select2-wrap:not(:has(.select2-hidden-accessible)){
	    width: 186px !important;
}

	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-right .nf-new-posts .nf-new-posts-icon{
		font-size: 16px;
	}
	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-right .nf-new-posts .nf-new-posts-label{
		font-size: 14px;
	}
	.news-flood-header .filter-actions{
	 gap: 6px;
	}
}


@media only screen and (max-width: 399px) {

	.newsfeed-header-top .newsfeed-header-top-left{
		width: calc(100% - 130px);
	}
	.team-filter-select2-wrap {
	  gap: 5px;
	}

	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-right .nf-new-posts .nf-new-posts-icon{
		font-size: 14px;
	}
	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-right .nf-new-posts .nf-new-posts-label{
		font-size: 12px;
	}


}

@media only screen and (max-width: 380px) {
	.select2-container{
		min-width: 160px;
	}
	/*.team-filter-select2-wrap .select2-container{
		min-width: 170px;
	}*/
	.select2-results__option{
		font-size: 14px;
	}
	.select2-results__option:before{
		height: 15px;
		width: 15px;
		margin-right: 6px;
		flex: 0 0 15px;
	}
	div.team-filter-select2-wrap:not(:has(.select2-hidden-accessible)) {
		width: 160px;
	}
  .select2-container--open .select2-dropdown--below .select2-results__option span {
  	font-size: 13px;
  }
	.select2-container--open .select2-dropdown--below .select2-results__option span img {
		width: 18px;
	}

	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-left .team-filter-wrap .team-filter-select2-wrap .select2-container{
    width: 140px !important;
    min-width: 140px !important;
    display: block;
}
	.news-flood-wrapper .news-flood-header .newsfeed-header-top .newsfeed-header-top-left .team-filter-select2-wrap select.team-filter-select2{
		display: block;
    width: 138px !important;
    min-width: 138px !important;
}
div.team-filter-select2-wrap:not(:has(.select2-hidden-accessible)){
	    width: 136px !important;
}
.filter-actions .filter-action{
	width: 15px !important;
  height: 15px !important;
}

}

.filter-actions {
	display: flex;
	flex-direction: row;
	visibility: hidden;
	opacity: 0;
	gap: 10px;
	align-items: center;
	transition: opacity 0.3s, visibility 0.3s;
}
.filter-actions.visible {
	visibility: visible;
	opacity: 1;
}
.filter-actions .filter-action {
	width: 18px;
	height: 18px;
	/*
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 4px;
	*/
}
.filter-actions.visible .filter-action .filter-action-url {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.filter-actions.visible .filter-action .filter-action-url svg {
	width: var( --icon_size, 17px );
	height: var( --icon_size, 17px );
	--icon_size: 17px;
}
/* Simple toast styles */
.filter-action-toast {
	visibility: hidden;
	min-width: 200px;
	margin-left: -100px;
	background: #333;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 10px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 30px;
	font-size: 14px;
	opacity: 0;
	transition: opacity 0.3s, visibility 0.3s;
}
.filter-action-toast.show {
	visibility: visible;
	opacity: 1;
}
