:root {
	--color-fuscous-gray: #57534e;
	--color-oslo-gray-o18: rgb(119 135 155 / 18%);
	--color-oslo-gray-o40: rgb(119 135 155 / 40%);
	--color-pampas: #fdfdfc;
}

body {
	/* background-image: url('https://fansocial-user-media.s3.amazonaws.com/user-1/images/n5z4gEueVPeEqjn1sgIYSEHRUOUjBf/n5z4gEueVPeEqjn1sgIYSEHRUOUjBf.jpg');
			background-size: cover;
			width: 100%;
			height: 100vh;
			background-repeat: no-repeat; */
}

/* Tachyons - Rehan */
.col--pampas {
	color: var(--color-pampas);
}

/* Top */
.top--40 {
	top: 2.5rem;
}

/* Bottom */
.bottom--40 {
	bottom: 2.5rem;
}

.bottom--45 {
	bottom: 2.8125rem;
}

.bottom--48 {
	bottom: 3rem;
}

.bottom--160 {
	bottom: 10rem;
}

.bottom--192 {
	bottom: 12rem;
}

.bottom--8 {
	bottom: 0.5rem;
}

.neg--bottom--4 {
	bottom: -0.25rem;
}

/* Left */
.neg--left--16 {
	left: -1rem !important;
}

/* Right */
.right--80 {
	right: 5rem;
}

.right--150 {
	right: 9.375rem;
}

.neg--right--4 {
	right: -0.25rem;
}

/* Layout */
.grid {
	display: grid;
}

/* Gap */
.gap--2 {
	gap: 0.125rem;
}

.gap--5 {
	gap: 0.3125rem;
}

.gap--20 {
	gap: 1.25rem;
}

/* Width */
.w--10 {
	width: 0.625rem;
}

.w--22 {
	width: 1.375rem;
}

.w--36 {
	width: 2.25rem;
}

.w--76 {
	width: 4.75rem;
}

.w--130 {
	width: 8.125rem;
}

.w--134 {
	width: 8.375rem;
}

.w--150 {
	width: 9.375rem;
}

.w--158 {
	width: 9.875rem;
}

.w--167 {
	width: 10.4375rem;
}

.w--176 {
	width: 11rem;
}

.w--323 {
	width: 20.187rem;
}

.w--386 {
	width: 24.125rem;
}

.w--528 {
	width: 33rem;
}

.w--670 {
	width: 41.875rem;
}

.w--685 {
	width: 42.8125rem;
}

.w--772 {
	width: 48.25rem;
}

.w--800 {
	width: 50rem;
}

.w--900 {
	width: 56.25rem;
}

/* Min Width */
.mw--48 {
	min-width: 3rem;
}

/* Height */
.h--10 {
	height: 0.625rem;
}

.h--22 {
	height: 1.375rem;
}

.h--130 {
	height: 8.125rem;
}

.h--180 {
	height: 11.25rem;
}

.h--186 {
	height: 11.625rem;
}

.h--340 {
	height: 21.25rem;
}

.h--400 {
	height: 25rem;
}

.h--528 {
	height: 33rem;
}

/* Padding */
.pad--8 {
	padding: 0.5rem;
}

.pad--42 {
	padding: 2.625rem;
}

.pad--x--5 {
	padding-left: 0.3125rem;
	padding-right: 0.3125rem;
}

.pad--y--4 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

/* Fill */
.fill--col--oslo-gray-o18 path {
	fill: var(--color-oslo-gray-o18);
}

.fill--col--oslo-gray-o40 path {
	fill: var(--color-oslo-gray-o40);
}

/* Font Size */
.fs--14 {
	font-size: 0.875rem;
}

.fs--28 {
	font-size: 1.75rem;
}

/* Letter Spacing */
.ls--0-14 {
	letter-spacing: 0.00875rem;
}

.ls--0-28 {
	letter-spacing: 0.0175rem;
}

.ls--0-30 {
	letter-spacing: 0.01875rem;
}

.neg--ls--0-72 {
	letter-spacing: -0.045rem;
}

/* Drop Shadow */
.dr--sh--1 {
	filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

/* Background Blur Filter */
.backdrop-blur--10 {
	-webkit-backdrop-filter: blur(0.625rem);
	backdrop-filter: blur(0.625rem);
}

/* Blur filter */
.blur--50 {
	filter: blur(3.125rem);
}

/* Z-Index */
.z--2000 {
	z-index: 2000;
}

/*******/
/*******/
/* CUSTOM - No Tachyons */
/*******/
/*******/
/* Loader */
.elm_YSwkCX svg {
	fill: white;
	opacity: 0.5;
}

.elm_YSwkCX svg .elm_BwJGKO {
	animation: elm_SbUAkr 1s infinite linear;
}

/* Toggle Switch */
[data-switch] input:checked + [data-switch-slide],
input:checked + .slider {
	background-color: var(--color-light-warm-green) !important;
}

[data-switch][data-switch-size="small-compact"] {
	--switch-width: 2.25rem;
	--switch-height: 1.25rem;
}

[data-switch][data-switch-size="small-compact"] [data-switch-slide] {
	--switch-slide-transform: 1.025rem;
	--switch-slide-width: 1rem;
	--switch-slide-height: 1rem;
	--switch-slide-bottom: 0.125rem;
	background-color: var(--color-fuscous-gray);
}

[data-switch][data-switch-size="small-compact"] [data-switch-slide]:before {
	left: 0.125rem;
	border: none;
}

/* Media Details Popup */
/***/
/* VideoJS UI customizations */
[data-media-details-popup] {
	transition: opacity 0.3s;
}

[data-media-details-popup].o-0 {
	opacity: 0;
	pointer-events: none;
}

[data-media-details-popup] .video-js {
	width: 100%;
	height: 100%;
}

[data-media-details-popup]:hover .vjs-control-bar,
[data-media-details-popup]:not([playing]) .vjs-control-bar {
	display: flex;
	visibility: visible !important;
	opacity: 1 !important;
}

[data-media-details-popup] .vjs-control-bar {
	background-color: transparent;
}

[data-media-details-popup] .video-js::after {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.9)
	);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: opacity 1s linear 0.6s;
	z-index: 2;
}

[data-media-details-popup] [data-media-big-image]::after {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.9)
	);
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 1;
	transition: opacity 1s linear 0.6s;
	z-index: 2;
}

[data-media-details-popup]:hover .video-js::after,
[data-media-details-popup]:not([playing]) .video-js::after {
	opacity: 1;
	transition: opacity 50ms;
}

[data-media-details-popup] .video-js .vjs-play-progress {
	background: var(--color-light-warm-green, #9fff02);
}

[data-media-details-popup] .video-js .vjs-play-progress:before {
	color: var(--color-light-warm-green, #9fff02);
	line-height: 0.2rem;
}

[data-media-details-popup] .video-js video,
[data-media-details-popup] .vjs-poster img {
	-o-object-fit: cover;
	object-fit: cover;
}

[data-media-details-popup] .vjs-control-bar {
	z-index: 3;
}

[data-media-details-popup] .video-js .vjs-load-progress,
[data-media-details-popup] .video-js .vjs-load-progress div {
	background-color: transparent;
}

[data-media-details-popup] .video-js .vjs-slider {
	background-color: rgba(255, 255, 255, 0.2);
}

/* Custom CSS to change the layout of the controls */
[data-media-details-popup] .video-js .vjs-control-bar {
	display: flex;
	flex-wrap: wrap;
}

[data-media-details-popup] .video-js .vjs-progress-control {
	order: -1;
	flex: 1 0 100%;
}

[data-media-details-popup] .video-js .vjs-control-bar {
	bottom: 3.75rem;
}

[data-media-details-popup] .video-js .vjs-volume-panel {
	flex: 1;
	justify-content: flex-end;
}

[data-media-details-popup] .video-js .vjs-control-bar {
	width: unset;
	left: 1.5rem;
	right: 1.5rem;
	font-size: 1rem;
	background: transparent;
}

[data-media-details-popup] .video-js button:hover span,
[data-media-details-popup] .vjs-time-control span {
	color: var(--button-text-color);
}

[data-media-details-popup] .vjs-time-control span {
	color: var(--button-text-color);
	font-size: 0.75rem;
	font-family: "Poppins", sans-serif;
}

[data-media-details-popup] .video-js .vjs-progress-holder {
	height: 0.1875rem;
}

[data-media-details-popup]
	.video-js
	.vjs-volume-panel:not(.vjs-hover):active
	.vjs-volume-control.vjs-volume-horizontal,
[data-media-details-popup]
	.video-js
	.vjs-volume-panel:not(.vjs-hover):focus
	.vjs-volume-control.vjs-volume-horizontal {
	visibility: visible;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -1px;
}

[data-media-details-popup] .video-js .vjs-current-time,
[data-media-details-popup] .video-js .vjs-duration,
[data-media-details-popup] .vjs-live .vjs-time-control,
[data-media-details-popup] .vjs-time-divider {
	display: block;
}

[data-media-details-popup] .video-js .vjs-time-control {
	padding-right: 0;
	min-width: unset;
}

[data-media-details-popup] .vjs-time-control:not(.vjs-current-time) {
	padding-left: 0;
}

/***/
/* CUSTOM */
[data-media-details-popup][playing] [data-media-actions],
[data-media-details-popup][playing] [info] {
	opacity: 0;
}

[data-media-details-popup][data-media-access="false"][playing] [info] {
	opacity: 0.5;
}

[data-media-details-popup] [data-media-actions],
[data-media-details-popup] [info] {
	transition: opacity 1s;
}

[data-media-details-popup]:hover [data-media-actions],
[data-media-details-popup]:hover [info] {
	transition: opacity 0.3s;
}

[data-media-details-popup][data-media-access="true"][playing] [info] {
	pointer-events: none;
}

[data-media-details-popup]:hover [data-media-actions] {
	opacity: 1;
}

[data-media-action] {
	background: rgba(233, 229, 211, 0.05);
	border: 0.5px solid rgba(233, 229, 211, 0.25);
}

[data-media-action][like-media][liked] path,
[data-media-action][like-media]:hover path {
	stroke: transparent;
	fill: var(--color-light-warm-green);
}

[data-media-details-popup] [info-description] {
	border-left: 0.5px solid var(--neutrals-white, #fff);
}

.vjs-icon-placeholder {
	display: block !important;
}

.elm_jXgLLb {
	display: block;
	opacity: 0.7;
}

.elm_jXgLLb:hover {
	opacity: 1;
}

.elm_jXgLLb:before {
	content: "\f107";
	font-size: 1.8em;
	line-height: 1.67;
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal;
}

.elm_jXgLLb[muted]:before {
	content: "\f104";
}

.common_elm_JewyQy {
	padding-top: 56.57%;
}

.common_elm_yVNZJy {
	grid-template-columns: repeat(5, 1fr);
}

@media only screen and (max-width: 1399px) {
	.common_elm_yVNZJy {
		grid-template-columns: repeat(4, 1fr);
	}
}

@media only screen and (min-width: 2560px) {
	.common_elm_yVNZJy {
		grid-template-columns: repeat(6, 1fr);
	}
}

.elm_NjVrbB {
	opacity: 0;
	pointer-events: none;
	transition: all 0.2s;
}

.elm_lHmRFN:hover .elm_NjVrbB {
	opacity: 1;
	pointer-events: all;
}

.elm_TVUFDE {
	visibility: hidden !important;
}

/* Lightgallery customizations */
.lg-backdrop {
	background-color: rgba(0, 0, 0, 0.5) !important;
	-webkit-backdrop-filter: blur(25px);
	backdrop-filter: blur(25px);
}

.hide-child-flex .child {
	display: none;
}

.hide-child-flex:hover .child,
.hide-child-flex:focus .child,
.hide-child-flex:active .child {
	display: flex;
}
/* Background Color */
.bg--col--violet {
	background-color: var(--color-violet, #f093fb);
}

.bg--col--kelly-green {
	background-color: var(--color-kelly-green, #9fff02);
}

.bg--black-70 {
	background-color: var(--color-gray-black, #696969);
}

.bg--gray-70 {
	background-color: var(--color-gray-black, rgba(34, 34, 34, 0.7));
}

.bg--light-white-15 {
	background-color: var(--color-light-white, rgba(255, 255, 255, 0.15));
}

/* Colors */
.col-text-trans-bg {
	color: var(--color-trans-black, rgba(233, 229, 211, 0.1));
}

.col-text-red-white {
	color: var(--color-red-white, #e9e5d3);
}

/* Border Colors */
.br--col--red-white {
	border-color: var(--color-mercury, #e9e5d3);
}

/* Stroke */
.stroke--col--light-warm-white {
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: #e9e5d3;
}

/* Margin */
.ma--bottom--24 {
	margin-bottom: 1.5rem;
}

.ml--3 {
	margin-left: 3rem;
}

/* Padding */
.pad--x--48 {
	padding-left: 3rem;
	padding-right: 3rem;
}

.pad--x--64 {
	padding-left: 4rem;
	padding-right: 4rem;
}

.pad--x--100 {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.pad--y--4 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}

.pad--y--8 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.pad--left--104 {
	padding-left: 6.5rem;
}

.pad--right--32 {
	padding-right: 2rem;
}

/* Gap */
.gap--4 {
	gap: 0.25rem;
}

.gap--7 {
	gap: 0.438rem;
}

/* Custom Poppins Font */
.poppins {
	font-family: "Poppins", sans-serif;
}

/* Font Size */
.fs--120 {
	font-size: 7.5rem;
	/* font-size 120px */
}

.fs--57 {
	font-size: 3.563rem;
	/* font-size 57px */
}

/* Text Shadow */
.text--sh--2 {
	text-shadow: 0px 0px 20px var(--color-silver-black, rgba(0, 0, 0, 0.5));
}

.text--sh--3 {
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}

/* Line Height */
.lh--1 {
	line-height: 1;
}

.lh--10 {
	line-height: 0.625rem;
}

.lh--14 {
	line-height: 0.875rem;
}

/* Drop Shadow */
.drop--sh--2 {
	filter: drop-shadow(0 0 0.313rem rgba(0, 0, 0, 1));
}

/* Top */
.top--8 {
	top: 0.438rem;
}

.top--3 {
	top: 3rem;
}

/* Backdrop Filter */
.bg--blur--5 {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}

.bg--blur--50 {
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
}

/* Border Radius */
.br--2 {
	border-radius: 0.125rem;
	/* border-radius 2px */
}

.br--5 {
	border-radius: 0.313rem;
	/* border-radius 5px */
}

/* Letter Spacing */
.tracked--3 {
	letter-spacing: 0.019rem;
	/* letter-spacing 0.3px */
}

/* Overflow */
.o--hidden {
	overflow: hidden;
}

.of--visible {
	overflow: visible !important;
}

/* z-index */
.z--1 {
	z-index: 1;
}

.z--2 {
	z-index: 2;
}

.z--3 {
	z-index: 3;
}

.z--4 {
	z-index: 4;
}

/* Custom CSS */
.elm_smWIta {
	position: relative;
}

.elm_ceyzSI:not(:hover) .elm_smWIta,
.elm_ceyzSI:not(:hover) .elm_smWIta + [blurred-placeholder] {
	clip-path: polygon(0% 0%, 100% 0%, 77% 100%, 0% 100%);
}

/* Carousel thumbnail parent element height for all screen */
.elm_ceyzSI {
	/* height: 11.625rem; */
	aspect-ratio: 2 / 1.152;
}

/* Carousel thumbnail parent element overflow visiable after hover */
.elm_ceyzSI:not(.elm_jlWLbb):hover {
	overflow: visible;
}

/* Carousel thumbnail normal view */
.elm_ceyzSI a {
	display: block;
	transition: all 0.15s ease-in-out;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%) perspective(0) translateZ(0);
	overflow: hidden;
}

/* Carousel thumbnail hide before hover */
.elm_qQDYBF:after {
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.8) 100%
	);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
}

/* Carousel thumbnail width and height after hover */
.elm_ceyzSI:not(.elm_jlWLbb):hover a {
	width: 24rem;
	height: 20rem;
	z-index: 9;
}

@media only screen and (max-width: 1368px) {
	.elm_ceyzSI:not(.elm_jlWLbb):hover a {
		width: 26.25rem;
		height: 21.875rem;
	}
}

.elm_ceyzSI:not([data-numbering="true"]):hover a {
	transition-delay: 0.15s;
}

.elm_ceyzSI[data-hovered] a {
	/* z-index: 9; */
}

/* Carousel thumbnail show after hover */
.elm_ceyzSI[data-media-placeholder="false"] .elm_qQDYBF:after {
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.6) -24.72%,
		rgba(0, 0, 0, 0) 41.92%,
		rgba(0, 0, 0, 0.6) 108.57%
	);
	opacity: 1;
	z-index: 10010;
}

.elm_ceyzSI:not(.elm_jlWLbb):hover .elm_qQDYBF:after,
.elm_ceyzSI[data-media-placeholder="true"] .elm_qQDYBF:after {
	opacity: 1;
	z-index: 10010;
}

/* Last thumbnail of the carousel on hover right edge */

/* Last thumbnail of the carousel for first time on hover right edge */
.elm_cYJjgh:hover a {
	left: var(--media-splide-hover-left, 0);
	top: 51%;
	transform: translate(0, -50%);
}

/* Overlay contet delay on hover */
.elm_ceyzSI:not(.elm_jlWLbb):hover .elm_rGOoKu,
.elm_ceyzSI:not(.elm_jlWLbb):hover .elm_YDDdhy,
.elm_ceyzSI:not(.elm_jlWLbb):hover .elm_ilaylv,
.elm_ceyzSI:not([data-numbering="true"]):hover .elm_rGOoKu,
.elm_ceyzSI:not([data-numbering="true"]):hover .elm_YDDdhy,
.elm_ceyzSI:not([data-numbering="true"]):hover .elm_ilaylv {
	transition-delay: 0.15s;
}

/* first showing element transition */
.elm_ceyzSI a > .elm_JwVEDK,
.elm_ceyzSI a > .elm_TkTLAD,
.elm_ceyzSI a > .elm_fsuTvv {
	transition: all 0.15s ease-in-out;
}

/* first showing element hide after hover */
.elm_ceyzSI:not(.elm_jlWLbb):hover a > .elm_JwVEDK,
.elm_ceyzSI:not(.elm_jlWLbb):hover a > .elm_TkTLAD,
.elm_ceyzSI:not(.elm_jlWLbb):hover a > .elm_fsuTvv {
	display: none;
}

[data-cat-id][data-scrollable]
	.elm_ceyzSI:last-child:not(:first-child):hover
	a {
	left: calc(50% - 2rem);
}

/* Top coming soon slider start */
.container {
	/* max-width: 90%; */
	/* margin: 0 auto; */
	width: 100%;
	padding-left: 3rem;
	padding-right: 3rem;
}

[data-container="profilefeatured-media-slider"] .splide__track {
	overflow: visible;
}

[data-container="profilefeatured-media-slider"] .splide__slide .overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 40%, black 100%);
	color: white;
	height: 100%;
}

[data-container="profilefeatured-media-slider"] .splide__arrow {
	background: transparent;
	border: none;
	color: var(--col--light-warm-green);
	border: 1px solid var(--col--light-warm-green);
	border-radius: 0;
	height: 3rem;
	width: 3rem;
}

.elm_GqloCG {
	color: #9fff02;
	border: 1px solid #9fff02;
	border-radius: 0;
	height: 3rem;
	width: 3rem;
	transform: translate(0, -50%);
	top: 50%;
}

[data-container="profilefeatured-media-slider"] .splide__pagination {
	/* flex-wrap: nowrap;
	bottom: 1.5rem;
	right: 6.25rem;
	gap: 0.625rem;
	left: 75rem; */
	justify-content: flex-end;
	bottom: 1.5rem;
	right: 1rem;
	gap: 0.625rem;
}

[data-container="profilefeatured-media-slider"] .splide__pagination__page {
	background: rgba(255, 255, 255, 0.5);
	width: 0.6875rem;
	height: 0.6875rem;
	border-radius: 50%;
	transition: background 0.3s, width 0.3s;
}

[data-container="profilefeatured-media-slider"]
	.splide__pagination__page.is-active {
	background: var(--color-light-warm-green);
	width: 2rem;
	border-radius: 1.25rem;
}

[data-container="profilefeatured-media-slider"] .splide__pagination__page {
	margin: 0;
}

[data-container="profilefeatured-media-slider"]
	.splide__pagination__page.is-active {
	transform: scale(1);
}

[data-container="profilefeatured-media-slider"] .splide__arrow:hover {
	background: var(--color-light-warm-green);
	color: black;
}

.pa__40 {
	padding: 2.5rem;
}

.pt__24 {
	padding-top: 1.5rem;
}

[data-container="profilefeatured-media-slider"] .splide__arrow--prev {
	left: -2.05rem; /* previous value was -1.563rem */
}

[data-container="profilefeatured-media-slider"] .splide__arrow--prev svg {
	transform: scaleX(1) !important;
}

[data-container="profilefeatured-media-slider"] .splide__arrow--next {
	right: -2.05rem; /* previous value was -1.563rem */
}

.ls--0-16 {
	letter-spacing: 0.01rem;
}

.dark-10 {
	color: #101828;
}

.col--iron-grey {
	color: #f5f5f4;
}

.yellow-e9 {
	color: #e9e5d3;
}

.bl-yellow-e9 {
	border-color: #e9e5d3;
}

.bg--dark-70 {
	background-color: rgba(34, 34, 34, 70%);
}

.bg--purple-f0 {
	background-color: #f093fb;
}

.btn-play {
	padding: 0.375rem 0.625rem;
}

[data-container="profilefeatured-media-slider"] .splide__slide img {
	vertical-align: bottom;
	object-fit: cover;
	width: 100%;
}

.elm_dHlfCr {
	width: 100%;
	height: 100%;
	border-radius: 0;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0.6) -24.72%,
		rgba(0, 0, 0, 0) 41.92%,
		rgba(0, 0, 0, 0.6) 108.57%
	);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	display: block;
	z-index: 10010;
	transition: all 0.18s ease-in-out;
}
.elm_ceyzSI:hover .elm_dHlfCr {
	opacity: 1;
}

/* Top coming soon slider end */

/* Abir (June 28, 2024) - Tachyons and Custom CSS for "Buy Now" & "Add to Cart" Button fix in Media page */
/* Custom Tachyons */
/* Width */
.w--830 {
	width: 51.875rem; /* width 830px */
}
.w--442 {
	width: 27.625rem; /* width 442px */
}
.w--258 {
	width: 16.125rem; /* width 258px */
}
.w--210 {
	width: 13.125rem; /* width 210px */
}

/* Margin */
.ml--16-n {
	margin-left: -1rem; /* margin-left -16px */
}

/* Media - "Buy Now" & "Add To Cart" Buttons Custom Styles */
[data-media-details-popup] .elm_IDjQOo {
	transform: skewX(21deg);
}
[data-media-details-popup] .elm_LdOEnd {
	transform: skewX(-21deg);
}
/* Abir (June 28, 2024) - Styles End */

[data-category-popup] [data-nice-select2-tag] {
	all: unset;
}

[data-category-popup] [data-nice-select2-tag] .nice-select-tag {
	all: unset;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	background: var(--color-light-warm-green, #07f468);
	padding: 0.125rem 0.5rem;
}

[data-category-popup] [data-nice-select2-tag] .nice-select-tag-label {
	all: unset;
	color: #000;
	text-align: center;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem;
}

[data-category-popup] .nice-select.has-tags .nice-select-search-box {
	all: unset;
	margin: 0;
	padding: 0.5rem 1rem;
	border-bottom: 1px solid var(--color-light-warm-green);
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
}

[data-category-popup] .nice-select.has-tags .nice-select-search-box path {
	fill: var(--color-light-warm-green);
}

[data-category-popup] .nice-select.has-tags .nice-select-lists {
	padding: 1rem;
}

[data-category-popup]
	.nice-select.has-tags
	.nice-select-lists
	.option.nice-tag {
	all: unset;
	background: rgba(255, 255, 255, 0.2);
	padding: 0.125rem 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.1875rem;
}

[data-category-popup]
	.nice-select.has-tags
	.nice-select-lists
	.option.nice-tag.selected {
	background: var(--color-light-warm-green);
}

[data-category-popup]
	.nice-select.has-tags
	.nice-select-lists
	.option.nice-tag
	[data-option-label] {
	color: white;
	text-align: center;
	font-family: Poppins;
	font-size: 1rem;
	font-style: normal;
	font-weight: 500;
	line-height: 1.5rem;
}

[data-category-popup]
	.nice-select.has-tags
	.nice-select-lists
	.option.nice-tag.selected
	[data-option-label] {
	color: black;
}

[data-category-popup] .nice-select.has-tags .nice-select-dropdown {
	background-color: rgba(0, 0, 0, 0.2);
}
[data-category-popup] .nice-select.has-tags .nice-select-dropdown:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
}

[data-category-popup] .nice-select.has-tags .nice-select-search-box input {
	all: unset;
	color: var(--Gray-300, #d0d5dd) !important;
	/* Text md/Regular */
	font-family: Poppins;
	font-size: 1rem !important;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5rem; /* 150% */
	border-radius: 0 !important;
}

[data-category-popup]
	.nice-select.has-tags
	.nice-select-search-box
	input::placeholder,
[data-category-popup] .nice-select.has-tags .no-results {
	color: var(--Gray-300, #d0d5dd);
}

[data-media-tags] + .nice-select .simplebar-content:before,
[data-media-tags] + .nice-select .simplebar-content:after {
	display: none;
}

[data-option-tag] {
	background: rgba(255, 255, 255, 0.2);
}
[data-option-tag] [data-label] {
	color: var(--color-pampas);
}

[data-option-tag].selected {
	background: var(--color-light-warm-green, #07f468);
}
[data-option-tag].selected [data-label] {
	color: black;
}
[data-option-tag]:not(.selected) svg {
	display: none;
}

[data-media-tags] + .nice-select.has-tags .nice-select-list .simplebar-content {
	padding-bottom: 0 !important;
}

[data-media-tags] + .nice-select .nice-select-list {
	max-height: 20rem;
}

[data-media-tags] + .nice-select .no-results {
	color: white !important;
	font-family: Poppins;
	font-size: 1.125rem;
	font-style: normal;
	font-weight: 400;
	line-height: 1.75rem;
	text-transform: none;
}
