.showcase-text-align-center {
	text-align: center;
	background-color: transparent;
}

body .ui-panelgrid .ui-panelgrid-cell {
	background-color: transparent;
}

.red {
	color: red;
}

.video-js .vjs-icon-cast {
	cursor: pointer;
}

.green {
	color: green;
}

.bold {
	font-weight: bold;
}


body .ui-panel .ui-panel-titlebar {
	border-radius: 0;
}

body .ui-panel .ui-panel-content {
	border-radius: 0;
}

body .left .ui-panel .ui-panel-content {
	background-color: var(--surface-d);
	border: 0;
}

body .left2 .ui-panel .ui-panel-content {
	background-color: var(--surface-d);
	border: 0;
}

body .right .ui-panel .ui-panel-content {
	border: 0;
}

.left {
	vertical-align: top;
	width: 0;
	border-spacing: 0;
	padding: 0;
}

.right {
	vertical-align: top;
	border-spacing: 0;
	padding: 0;
}

.column {
	padding: 0;
}

table,
table tr,
table tr td {
	border-spacing: 0;
}

.left2 {
	vertical-align: top;
	width: 0;
	border-spacing: 0;
	padding: 0;
}

.right2 {
	vertical-align: top;
	border-spacing: 0;
	padding: 0;
}

body .ui-panel .ui-panel-footer {
	border: 0;
	padding: 4px !important;
}

.nopadding>div.ui-widget-header {
}

.nopadding>div.ui-widget-content {
	padding: 0
}

body .ui-panel.ui-panel-collapsed-h .ui-panel-titlebar .ui-panel-titlebar-icon {
	position: relative !important
}

body .ui-panel .ui-panel-content {
	padding-top: 0;
}

.no-padding-top {
	padding-top: 0 !important;
}

.menu {
	width: 20%;
	text-align: center;
	vertical-align: top;
}

.noborder {
	border: none;
}

.content {
	width: 80%;
	vertical-align: top;
}

.middle {
	width: 50%;
}

.numeros {
	width: 45%;
}

.label {
	width: 33%;
	float: left;
}

.input {
	width: 67%;
	float: right;
}

.empty {
	width: 0%;
	float: right;
}

.tiers {
	width: 33%;
	text-align: center;
	vertical-align: middle;
}

#content {
	text-align: center;
}

.hidden-element {
	visibility: hidden;
}

.ui-dash-panel {
	margin: 10px;
	width: 90%;
}

.ui-dashboard-column {
	width: 33%;
}

.headertable thead {
	display: none;
}

.result-panel {
	padding-top: 20px;
}

.my-heading-row {
	background-color: yellow;
	font-weight: bold;
}

.ui-panelgrid.showcase-text-align-center .ui-grid-responsive .ui-panelgrid-cell {
	text-align: center;
}

.ui-panelgrid.showcase-text-align-left .ui-grid-responsive .ui-panelgrid-cell {
	text-align: left;
}

.customPanelGrid .ui-panelgrid-content {
	align-items: center;
}

/* RX PLAYER CSS */
@font-face {
	font-family: "icons";
	src: url("../fonts/FontAwesome.otf");
	font-weight: normal;
	font-style: normal;
}

body {
	margin: 0px;
	font-family: "CanalDemiRomain", "Open Sans", sans-serif;
	background-color: var(--blue-900);
}

.icon {
	font-family: "icons", sans-serif;
}

.headers-title {
	display: flex;
	align-items: center;
}

.title-wrapper h1 {
	display: flex;
	width: 100%;
	line-height: 1.05;
}

.title-wrapper a:hover {
	color: var(--text-color);
}

.title-wrapper a span:hover {
	color: var(--text-color);
}

.title>* {
	text-decoration: none !important;
}

.title-logo {
	display: inline-block;
	height: 25px;
	margin: 0px 15px 0px 0px;
}

.rxplayer-logo {
	display: inline-block;
	width: 150px;
}

.title-wrapper .name {
	font-weight: bold;
	font-size: 25px;
}

.title-wrapper .version {
	font-weight: normal;
	font-size: 15px;
	color: rgb(200, 200, 200);
}

.custom-input-wrapper {
	border: 1px dashed var(--surface-500);
	padding: 0px 10px 10px 10px;
	margin-top: 10px;
}

.white-select select {
	/* styling */
	background-color: var(--surface-a);
	color: var(--surface-900);
	display: inline-block;
	font: inherit;
	/* reset */
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("../assets/select_arrow_black.svg");
	background-size: 8px;
	background-repeat: no-repeat;
	background-position: calc(100% - 8px) 50%;
	border: 1px solid var(--surface-500);
	padding: 2px 18px 2px 5px;
}

.choice-input {
	margin: 0px;
	display: inline;
}

.choice-input>select {
	display: flex;
	background-color: var(--surface-a);
	border-radius: 3px;
}

.choice-input.white-select select {
	height: 41px;
	padding: 10px 25px 10px 15px;
}

.white-select option {
	padding: 8px;
}

.choice-inputs-wrapper {
	margin: 10px auto 10px auto;
	padding: 0 0 5px 0;
}

.content-inputs {
	display: flex;
	align-items: center;
}

.content-inputs>* {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-inputs-selects {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content-inputs-middle {
	display: flex;
	flex-direction: row;
}

.text-input {
	font-family: CanalDemiRomain, "Open Sans", sans-serif;
	font-size: 1rem;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 12px;
	margin-top: 12px;
	padding: 10px 25px 10px 15px;
	border: 1px solid var(--surface-500);
	border-radius: 3px;
	display: flex;
	background-color: var(--surface-a);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.content-choice {
	margin: 0 5px;
	width: 100%;
}

.content-choice select {
	width: 100%;
}

.text-track {
	color: var(--surface-a);
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 100;
}

.error-icon {
	margin-right: 10px;
}

.error-intro {
	margin-right: 10px;
}

.controls-bar {
	display: flex;
	background-color: var(--surface-900);
	height: 45px;
	color: var(--surface-a);
	text-align: left;
}

.progress-current-position {
	color: var(--surface-a);
	display: inline-block;
	position: relative;
	margin: auto;
	width: 41px;
	text-align: center;
}

.progress-duration {
	color: var(--surface-a);
	display: inline-block;
	position: relative;
	margin: auto;
	width: 41px;
	text-align: center;
}

.thumbnail-wrapper {
	position: absolute;
	display: block;
	left: 0px;
	height: 100px;
	width: 180px;
	margin-left: -90px;
	z-index: 1011;
	transform: scaleY(1);
	animation: fadein 0.6s;
}

.thumbnail {
	height: 100%;
}

.controls-bar-container {
	background-color: var(--surface-900);
	margin-top: -4px;
	z-index: 1000;
}

.fullscreen .controls-bar-container {
	position: fixed;
	width: 100%;
	bottom: 0;
}

.fullscreen .controls-bar {
	display: none;
}

.progress-bar-parent {
	position: relative;
}

.progress-bar-wrapper {
	height: 6px;
	cursor: pointer;
	display: flex;
	position: relative;
	background-color: var(--surface-900);
	width: 100%;
	margin: auto;
	transition: all 0.2s ease;
	z-index: 9999;
}

.progress-bar-wrapper:hover {
	transform: scaleY(2);
}

.progress-bar-current {
	position: absolute;
	left: 0;
	height: 100%;
	background-color: var(--surface-b);
	z-index: 3;
	transition-duration: 0.1s;
}

.progress-bar-wrapper:hover .progress-bar-current {
	background-color: var(--surface-a);
}

.progress-bar-buffered {
	position: absolute;
	height: 100%;
	background-color: var(--surface-800);
	z-index: 2;
	transition-duration: 0.3s;
}

.controls-right-side {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-grow: 1;
	margin-right: 6px;
}

.option-panel {
	background-color: var(--surface-a);
	position: absolute;
	padding: 5px 10px 5px 20px;
	border-radius: 3px;
	z-index: 101;
	transition: all 200ms;
	opacity: 0;
	transform: translate(-7px, 42px);
	pointer-events: none;
}

.option-panel>tr {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.option-panel.fade-in-out {
	opacity: 1;
	transform: translate(-7px, 50px);
	pointer-events: auto;
	box-shadow: 0px 0px 20px 4px #0000001a;
}

.choice-input-button-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	margin-right: -5px;
	margin-left: auto;
}

.choice-input-button-wrapper>button {
	border-radius: 3px;
}

.choice-input-button {
	font-family: "icons", sans-serif;
	border: solid 1px var(--surface-500);
	margin: 5px;
	height: 41px;
	color: var(--surface-900);
	background-color: var(--surface-a);
}

.choice-input-button:hover {
	color: #ec3655;
	box-shadow: 0px 0px 30px 0px rgba(245, 245, 255, 0.75);
}

.choice-input-button:disabled {
	color: #999;
}

.choice-input-button:disabled:hover {
	box-shadow: none;
}

.link {
	background-color: var(--surface-a);
	cursor: pointer;
	width: 41px;
	height: 41px;
	padding: 10px;
	border-radius: 3px;
	border: var(--surface-300) 1px solid;
	margin-left: 5px;
}

.link:hover {
	color: #ed3656;
}

.link.enabled {
	color: var(--surface-a);
	background-color: #ec3655;
}

.catch-up {
	color: #ed3656;
	border: solid 1px #ed3656;
	border-radius: 3px;
	padding: 2px 9px;
}

.content-button {
	font-size: 1.1rem;
	border-radius: 3px;
	white-space: nowrap;
}

.content-button.disabled {
	background-color: var(--surface-d);
}

.save-button {
	color: var(--surface-a);
	background-color: #ec3655;
}

.save-button:hover:not(.disabled) {
	color: var(--surface-a);
	background-color: #ff3655;
}

.cancel-button:hover {
	color: #ec3655;
}

.need-to-fill {
	font-weight: bold;
}

.erase-button {
	font-size: 1.5rem;
	width: 60px;
	border-radius: 3px;
	background-color: var(--surface-d);
	border: dashed 1px var(--surface-300);
}

.options-button.clicked {
	background-color: var(--surface-d);
}

.position-infos {
	margin: auto;
	margin-left: 10px;
	font-size: 0.8em;
}

.dot {
	height: 10px;
	width: 10px;
	background-color: var(--surface-900);
	border-radius: 50%;
	margin: auto;
	margin-left: 6px;
	border: none;
	padding: 0;
	cursor: pointer;
}

.dot.live {
	background-color: #ed3656;
	cursor: default;
}

.settings-button {
	width: auto;
}

.progress-controls {
	flex: 1;
	display: flex;
	position: relative;
	margin: auto;
}

.custom-checkbox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 5px;
}

.checkbox-indication {
	font-style: italic;
	font-size: 0.8em;
}

.encryption-checkbox.disabled {
	color: var(--surface-600);
}

.chart-checkbox {
	color: var(--surface-900);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0px 5px;
	font-size: 0.9rem;
}

.chart-checkbox>input {
	margin: 10px;
}

.switch {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 17px;
	margin: 10px;
}

/* Hide default HTML checkbox */
.switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: var(--surface-d);
	-webkit-transition: .2s;
	transition: .2s;
	width: 30px;
}

.slider:before {
	position: absolute;
	content: "";
	height: 13px;
	width: 13px;
	left: 2px;
	bottom: 2px;
	background-color: var(--surface-a);
	-webkit-transition: .2s;
	transition: .2s;
}

input:checked+.slider {
	background-color: #ec3655;
}

input:focus+.slider {
	box-shadow: 0 0 1px #ec3655;
}

input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(13px);
}

.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.checkbox {
	color: var(--surface-900);
	text-align: center;
	font-size: 0.9rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.fallback-checkbox {
	margin-right: 1px;
}

.fallback-switch {
	margin-right: 0px;
}

.checkbox>input {
	margin: 10px;
}
.tooltip-wrapper {
	position: absolute;
	display: block;
	left: 0px;
	padding: 5px;
	font-size: 12px;
	z-index: 1012;
	transform: scaleY(1);
	animation: fadein 0.6s;
	background-color: var(--surface-900);
	color: var(-surface-a);
}

.tooltip {
	display: inline;
	font-family: "CanalDemiRomain", "Open Sans", sans-serif;
}

.buffer-content-tip {
	font-family: "monospace", "mono", sans-serif;
	pointer-events: none;
}

.nav-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px 0 15px;
	background-color: var(--surface-900);
	color: var(--surface-a);
	z-index: 10;
}

.nav-header a {
	color: var(--surface-a);
}

.header-links-buttons {
	display: flex;
	align-items: baseline;
}

.header-links-buttons>* {
	margin: 3px;
}

.button-gh {
	margin: 5px;
}

.drm-button {
	margin: 5px 10px 5px 0;
	font-size: 1em;
	padding: 10px;
	border-radius: 3px;
}

.drm-button.selected {
	background-color: #ec3655;
	color: var(--surface-a);
}

.drm-button.selected:hover {
	background-color: #ec3655;
	color: var(--surface-a);
}

.drm-settings {
	background: var(--surface-a);
	padding: 5px 14px 0px 14px;
	margin: 4px 0 4px 0;
}

@media only screen and (max-width: 800px) {
	.content-inputs {
		flex-direction: column;
	}

	.choice-input-button-wrapper {
		margin-left: 0px;
	}

	.content-inputs-left {
		flex-direction: column;
	}

	.update-control {
		flex-direction: column;
	}
}

@media only screen and (max-width: 650px) {
	.button-gh {
		display: none;
	}

	.catch-up {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	.title-logo {
		display: none;
	}
}

/* for IE10 & IE11 */
@media all and (-ms-high-contrast: none) {
	.player-knobs {
		opacity: 0;
		background-color: var(--surface-900);
	}

	.player-knobs.fade-in-out {
		opacity: 1;
		background-color: var(--surface-900);
	}

	.black-knob select {
		background-image: none;
		padding: 3px 3px 3px 3px;
	}

	.white-select select {
		background-image: none;
		padding: 10px 15px 10px 15px;
	}

	.content-choice select {
		width: auto;
	}

	.position-infos {
		margin: 15px auto;
	}

	.title-logo {
		display: none;
	}
}

.container-buffer-graph {
	border: 1px dotted #999;
	margin: 15px 5px;
	padding: 5px;
}

.canvas-buffer-graph-container {
	position: relative;
	margin: 0px 5px 5px 5px;
	border: 1px solid black;
	height: 15px;
}

.canvas-buffer-graph {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.canvas-buffer-size-container {
	margin: 5px;
}

.canvas-buffer-size {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.buffer-graph-title {
	font-size: 13px;
	font-weight: bold;
	margin: 5px;
}

.buffer-content-no-content {
	text-align: center;
	padding: 10px;
}


div .rouge {
	background: #F03030 none !important;
	/* red */
	border-color: #bd2828 !important;
	/* red */
	color: #FFFFFF !important;
}

div .vert {
	background: #1AA11A none !important;
	/* green */
	border-color: #136e13 !important;
	/* green */
	color: #FFFFFF !important;
}

div .orange {
	background: #FFA500 none !important;
	/* orange */
	border-color: #cc8100 !important;
	/* orange */
}

div .bleu {
	background: #014CF9 none !important;
	/* orange */
	border-color: #003ECE !important;
	/* orange */
	color: #FFFFFF !important;
}

div .jaune {
	background: #F7FE00 none !important;
	/* orange */
	border-color: #DFE500 !important;
	/* orange */
}

div .rose {
	background: #F97AFF none !important;
	/* orange */
	border-color: #F755FF !important;
	/* orange */
}

div .bleu-ciel {
	background: #94FFF8 none !important;
	/* orange */
	border-color: #56FFF4 !important;
	/* orange */
}

div .none {
	background: none !important;
	border-color: black !important;
}

div.timeline-event-selected {
	background: #BECEFE none !important;
	border-color: #97B0F8 !important;
}

body .vis-timeline .vis-item .vis-item-content {
	color: inherit !important;
}

.ui-datatable thead th,
.ui-datatable tbody td,
.ui-datatable tfoot td,
.ui-datatable tfoot th {
}

button.displayNone {
	display: none;
}

.no-padding, .no-padding .ui-panelgrid-cell {
	padding: 0 !important;
}

.align-center {
	display: flex;
	align-items: center;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.pAbsolute {
	position: absolute;
}

.leftConfigButton {
	border-top-left-radius: 0px !important;   /* Coin supérieur droit */
	border-bottom-left-radius: 0px !important;
	border-top-right-radius: 4px !important;   /* Coin supérieur droit */
	border-bottom-right-radius: 4px !important;
	z-index: 999;
}

.rightConfigButton {
	border-top-right-radius: 0px !important;   /* Coin supérieur droit */
	border-bottom-right-radius: 0px !important;
	border-top-left-radius: 4px !important;   /* Coin supérieur droit */
	border-bottom-left-radius: 4px !important;
	margin-top: 0.5em !important;
	z-index: 999;
}

.rightRightMenu {
	right: 0;
}


@media screen and (max-width: 576px) {
	.hide-on-mob {
		display: none;
	}
	
	.unvisible-on-mobile,
	.unvisible-on-mobile .vis-timeline {
		visibility: hidden !important;
	}
	
	.hide-context-on-mob .ui-button-text {
		width: 0 !important;
		padding: .3em 0em .3em 2.1em !important;
		opacity: 0;
	}
}

@media screen and (min-width: 576px) {
	.showOnMobile {
		display: none;
	}
}

.panelContentNoBorder > .ui-panel-content {
	border: 0 !important;
}

.panelContentNoPadding > .ui-panel-content {
	padding: 0 !important;
}

.flex-center .ui-g {
	justify-content: center;
}

.timeline-menu {
	top: -50px;
}

.ui-panel-titlebar {
    text-align: center;
}

.leftMenu .ui-panel .ui-panel-content,
.rightRightMenu .ui-panel .ui-panel-content {
	background-color: var(--surface-d);
	border-bottom: 0;
	border-right: 0;
}

.rightRightMenu .ui-panel .ui-panel-titlebar {
	border-bottom: 0;
}

.backgroundWhite .ui-panel .ui-panel-content {
	background-color: var(--surface-a);
	border-bottom: 1px solid var(--surface-d);
	border-left: 0;
}

.margin-top-bottom {
	margin-top: 0.5rem; 
	margin-bottom: 0.5rem;
}

.text-center {
	text-align: center !important;
}

/* Conteneur principal avec perspective */
.container {
  perspective: 1000px;
  position: relative;
  width: 100%; /* Largeur de l'image */
  height: 100%; /* Hauteur de l'image */
}

/* Wrapper de l'image pour gérer la rotation */
.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: transform 0.75s linear;
}

/* L'image elle-même */
.rotating-image {
  width: 100%;
  height: 100%;
  display: block;
}

/* Zones de détection (gauche et droite) */
.hover-zone {
  position: absolute;
  z-index: 10; /* Par-dessus l'image */
  cursor: pointer;
}

.hover-zone.top-left {
  top: 0;
  left: 0;
  width: 33.33%; /* 1/3 de la largeur */
  height: 25%;   /* Moitié de la hauteur */
}

/* Zone top (centrale en haut) */
.hover-zone.top {
  top: 0;
  left: 33.33%; /* Décalé de 1/3 de la largeur */
  width: 33.33%; /* 1/3 de la largeur */
  height: 25%;   /* Moitié de la hauteur */
}

/* Zone top-right (droite en haut) */
.hover-zone.top-right {
  top: 0;
  right: 0;
  width: 33.33%; /* 1/3 de la largeur */
  height: 25%;   /* Moitié de la hauteur */
}

.hover-zone.left {
  top: 25%; /* Commence sous la zone "top" */
  left: 0;
  width: 50%; /* Moitié gauche */
  height: 50%; /* Moitié centrale de la hauteur */
}

.hover-zone.right {
  top: 25%; /* Commence sous la zone "top" */
  right: 0;
  width: 50%; /* Moitié droite */
  height: 50%; /* Moitié centrale de la hauteur */
}

/* Zone bottom-left (gauche en bas) */
.hover-zone.bottom-left {
  bottom: 0;
  left: 0;
  width: 33.33%; /* 1/3 de la largeur */
  height: 25%;   /* Moitié de la hauteur */
}

/* Zone bottom (centrale en bas) */
.hover-zone.bottom {
  bottom: 0;
  left: 33.33%; /* Décalé de 1/3 de la largeur */
  width: 33.33%; /* 1/3 de la largeur */
  height: 25%;   /* Moitié de la hauteur */
}

/* Zone bottom-right (droite en bas) */
.hover-zone.bottom-right {
  bottom: 0;
  right: 0;
  width: 33.33%; /* 1/3 de la largeur */
  height: 25%;   /* Moitié de la hauteur */
}

/* Effets de rotation */
.hover-zone.top-left:hover ~ .image-wrapper,
.hover-zone.top-left:actve ~ .image-wrapper {
  transform: rotateX(-20deg) rotateY(20deg); /* Rotation X et Y */
}

.hover-zone.top:hover ~ .image-wrapper,
.hover-zone.top:active ~ .image-wrapper {
  transform: rotateX(-20deg);
}

.hover-zone.top-right:hover ~ .image-wrapper,
.hover-zone.top-right:active ~ .image-wrapper {
  transform: rotateX(-20deg) rotateY(-20deg); /* Rotation X et Y */
}

.hover-zone.left:hover ~ .image-wrapper,
.hover-zone.left:active ~ .image-wrapper {
  transform: rotateY(20deg);
}

.hover-zone.right:hover ~ .image-wrapper,
.hover-zone.right:active ~ .image-wrapper {
  transform: rotateY(-20deg);
}

.hover-zone.bottom-left:hover ~ .image-wrapper,
.hover-zone.bottom-left:active ~ .image-wrapper {
  transform: rotateX(20deg) rotateY(20deg); /* Rotation X et Y */
}

.hover-zone.bottom:hover ~ .image-wrapper,
.hover-zone.bottom:active ~ .image-wrapper {
  transform: rotateX(20deg);
}

.hover-zone.bottom-right:hover ~ .image-wrapper,
.hover-zone.bottom-right:active ~ .image-wrapper {
  transform: rotateX(20deg) rotateY(-20deg); /* Rotation X et Y */
}

.filterTab {
	
	.ui-accordion-content {
		padding: 0px !important;
		
		.ui-selectmanymenu {
			border: 0 !important;
		}
	}

	table.ui-selectlistbox-list {
		tr,td {
			padding-top: 0;
			padding-bottom: 0;
		}
	}
	
	.ui-selectlistbox-listcontainer {
		height: 20vh !important;
	}
}

.orderPanel {
	.ui-panel-content {
		padding-bottom: 0 !important;
	    border: 0 !important;
	    background-color: transparent !important;
	    padding-left: 0 !important;
	}
	
    .orderPanel-left {
   	    width: auto !important;
	    padding-right: 0 !important;
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
    }
    
    .orderPanel-right {
	    width: auto !important;
	    padding-left: 0 !important;
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
    }
}

.noPaddingLeft {
	padding-left: 0 !important;
}

.noPaddingRight {
	padding-right: 0 !important;
}

.scroll-container {
	width: 100%; 
	overflow-x: hidden; 
	position: relative;
}

.scroll-content {
	display: inline-flex;  
	gap:.5rem; 
}

[id*="card-scroll-content"] {
	animation: scroll 1s linear infinite;
	animation-play-state: paused;
}

[id*="extension-scroll-content"] {
	animation: scroll 1s linear infinite;
	animation-play-state: paused;
}

[id*="pokedex-scroll-content"] {
	animation: scroll 1s linear infinite;
	animation-play-state: paused;
}

[id*="collection-scroll-content"] {
	animation: scroll 1s linear infinite;
	animation-play-state: paused;
}

@keyframes scroll {
    0% {
        transform: translateX(0); /* Position de départ */
    }
    100% {
        transform: translateX(-50%); /* Défilement vers la gauche */
    }
}

.scroll-item {
	padding: 0 !important; 
	flex: 0 0 auto; 
	margin-bottom: .5rem; 
	margin-top: .5rem;
	width: 45vw;
	
	@media screen and (min-width: 40.063em) {
	    width: 20vw;
	}
		
	@media screen and (min-width: 64.063em) {
		width: 11vw;
	}
}

.scroll-container:hover .scroll-content {
    animation-play-state: paused; /* Pause l'animation quand la souris est au-dessus */
}

#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.panel-title-no-padding-bottom .ui-panel-titlebar {
	padding-bottom: 0 !important;
}

.card-collection-pastille {
	cursor: pointer; 
	min-width: 25px; 
	margin-top: .4rem; 
	float: left; 
	font-weight: bold; 
	color: var(--surface-700); 
	border: 2px solid var(--surface-700); 
	border-radius: 100%;
	padding-bottom: 0.1rem;
}

body .ui-accordion .ui-accordion-header:focus {
	box-shadow: none;
}

body .ui-breadcrumb {
	background-color: transparent;
	border: 0;
	color: var(--surface-c);	
}

body .ui-breadcrumb .ui-breadcrumb-items li:not(.ui-breadcrumb-chevron):before,
body .ui-breadcrumb .ui-breadcrumb-items li:first-child a.ui-icon-home,
body .ui-breadcrumb .ui-breadcrumb-items li .ui-menuitem-link .ui-menuitem-text,
body .ui-breadcrumb .ui-breadcrumb-items li:last-child .ui-menuitem-link .ui-menuitem-text {
	color: var(--surface-c);
}

body .ui-panel .ui-panel-content,
body .ui-accordion .ui-accordion-content,
body .ui-panel .ui-panel-footer {
	background-color: var(--surface-c);
}

body .ui-picklist .ui-picklist-list,
body .ui-inputfield,
body .ui-selectonemenu .ui-selectonemenu-label {
		background-color: var(--surface-b);
}

body .ui-panel .ui-panel-titlebar {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

body .ui-card {
	box-shadow: 3px 3px 5px var(--blue-500);
}

body .ui-card.shadow-light {
	box-shadow: 3px 3px 5px var(--blue-100);
}

body .ui-dialog .ui-dialog-titlebar {
	text-align: center;
	font-weight: 1000;
}

.ui-accordion.no-border-radius-top .ui-accordion-header:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.content-full-height .ui-panel-content {
	height: 100%;
}

@media (max-width: 640px) {
    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:first-child:not(.ui-helper-hidden) {
    	width: auto !important;
    }
    
    .ui-datatable-reflow .ui-datatable-data td[role="gridcell"]:first-child:not(.ui-helper-hidden) > span.ui-column-title {
    	display: none;
    }
}

#cookie-banner {
  position: fixed;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 400px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  font-family: Arial, sans-serif;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 100000;
}

.cookie-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}

#accept-cookies, #reject-cookies {
  background: #fbbc05;
  border: none;
  color: #000;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.2s ease-in-out;
}

#reject-cookies {
  background: #333;
  color: white;
}

#accept-cookies:hover {
  background: #e6a700;
}

#reject-cookies:hover {
  background: #555;
}

#appContent {
	max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

a {
	text-decoration: none !important;
}

.noneditable .ui-panel .ui-panel-titlebar,
.noneditable .ui-panel .ui-panel-footer,
.noneditable .hide-noneditable {
	display: none;
}

.ui-datascroller {
	.ui-datascroller-item {
		display: ruby;
	}
	
	.ui-datascroller-content {
		padding: 0 !important;
	    background-color: transparent !important;
	    border: 0 !important;
	}
}

.comingSoon {
    opacity: 0.5; /* Rend l'image semi-transparente */
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Ajoute une couche sombre */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.overlay-text {
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}