/*!
Theme Name: livinglineage
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: livinglineage
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

livinglineage is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Afacad", Sans-serif !important;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.gallery-create-form {
	max-width: 720px;
	margin: 0 auto;
}
.gallery-row {
	display: flex;
	flex-wrap: wrap;
	column-gap: 25px;
}
.gallery-row .leftbx1 {
	flex-basis: 250px;
}
.gallery-row .rightbx1 {    
	flex: 1;
}
.gallery-list-left {
	background-color: #fafafa;
	padding: 25px 15px;
	border-radius: 15px;
	min-height: 100%;
}
.gallery-list-left .title-top h4 {
	margin: 0px;
	position: relative;
	z-index: 1;
}
.gallery-list-left .title-top h4:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ebebeb;
	left: 0px;
	margin-top: 10px;
	z-index: -1;
}
.gallery-list-left .title-top h4 span {
	font-size: 12px;
	text-transform: uppercase;
	background: #fafafa;
	display: inline-block;
	width: max-content;
	padding: 0 12px 0 0px;
	z-index: 1;
	margin-bottom: 10px;
	color: #c1c1c3;
	letter-spacing: 0.08em;
	font-weight: 600;
	font-family: "Afacad", Sans-serif;
}
.gallery-list-tabs ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.gallery-list-tabs ul li {
	font-family: "Afacad", Sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	padding: 13px 20px;
	border-radius: 30px;
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 18px;
}
.gallery-list-tabs ul li.active {
	background-color: #1877f2;
	color: #fff;
}
.gallery-list-tabs ul li:hover {
	transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	background-color: #1877f2;
	color: #fff;
}
.gallery-list-tabs ul li:last-child {
	margin-bottom: 0px;
}
.right-form-info .title-main h2 {
	color: #212b36;
	font-family: "Afacad", Sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2em;
	margin: 0px;
}
.right-form-info .title-main {
	margin-bottom: 20px;
}
.right-card-info {
	display: flex;
	flex-direction: column;
	min-height: 100%;
}
.right-card-info .bottom-btn-info {
	margin-top: auto;
}

.gallery_menu_list {
	padding: 0;
	margin: 0;
}

.gallery_menu_list li {
	margin-bottom: 8px;
	list-style: none;
}

.gallery_menu_list li:last-child {
	margin-bottom: 0;
}

.gallery_menu_list a {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	background: #fff;
	border: 1px solid #f6f6f6;
	border-radius: 80px;
	color: #212b36;
	padding: 12px 12px;
	transition: 0.3s;
}

.gallery_menu_list a:hover {
	border-color: #e2e2e2;
	transition: 0.3s;
}

.gallery_menu_list a img {
	max-width: 14px;
	margin-right: 3px;
}
.gallery_menu_list a.active {
	background-color: #1877f2;
	color: #fff !important;
	border-color: #1877f2;
}
.custom-innerFiled.custom-switch.notification-switch {
	display: flex;
	align-items: baseline;
	flex-direction: column;
}
.notification-inner-row {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	background: #fafafa;
	padding: 15px;
	border-radius: 10px;
	align-items: center;
}
.custom-innerFiled.custom-switch.notification-switch h3 {
	margin-bottom: 0;
	font-size: 16px;
	color: #212b36;
	margin-top: 0px;
}
.hidden {
	display: none !important;
}
.custom-innerFiled.birthday-switch {
	display: flex;
	gap: 42px;
	align-items: center;
	justify-content: flex-start;
}
.custom-innerFiled.birthday-switch .additioanl_inner {
	display: flex;
	align-items: center;
	gap: 8px;
}

/* LightBox Css */

.lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 99;
}
.lightbox-content {
	position: relative;
	max-width: 80%;
	max-height: 80%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 auto;
}
.lightbox-media {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lightbox-media img,
.lightbox-media video {
	max-width: 100%;
	max-height: 90vh;
}
.lightbox-navigation {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.subscriber-logged-in .close {
	position: absolute;
	top: 10px;
	right: 20px;
	color: white;
	font-size: 30px;
	cursor: pointer;
}
.subscriber-logged-in .close:hover {
	color: #ddd;
}
.lightbox-trigger {
	cursor: pointer;
}

.redColor {
	color: red;
}
button.cdbtn {
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
}
button.cdbtn svg {
	width: 18px;
}
span.dropdownParentIcon {
	display: inline-flex;
}

span.dropdownParentIcon {
	position: relative;
}
span.dropdownParentIcon .dropDownContent {
	position: absolute;
	top: 22px;
	width: 200px;
	text-align: left;
	background: #fff;
	border-radius: 8px;
	border: 0;
	display: none;
}
span.dropdownParentIcon .dropDownContent ul {
	margin: 0;
	padding: 12px 0;
	list-style: none;
}
span.dropdownParentIcon .dropDownContent ul li a {
	font-size: 14px;
	color: #333;
	padding: 8px;
}
span.dropdownParentIcon .dropDownContent ul li {
	padding: 5px;
}
span.dropdownParentIcon .dropDownContent ul li a:hover {
	color: #0077ed;
}


.cat-folder-icon-forpassword {
  flex: 0 0 16px;
  display: flex;
  align-content: center;
  justify-content: center;
  max-width: 16px;
}
.cat-folder-icon-forpassword img {
  width: 100%;
  height: auto !important;
  object-fit: contain;
}
.cat-folder-icon {
  display: flex;
}

.cat-folder-icon-forpassword + .cat-folder-label {

  flex: 0 0 auto !important;
}
.cat-folder-icon-forpassword {
  margin-left: auto;
}

.addrow-wrapper {
  display: flex;
  gap: 8px;
  align-items: flex-start;
}
.addrow-wrapper input{
	flex:1;

}
.addrow-wrapper > button {
  margin-top: 9px;
  min-height: auto;
  margin: 6px 0 0 0;
  width: 45px;
  flex: 0 0 30px;
  min-height: 30px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

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

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* dashbaord css */

.edit_profile_form .custom-innerFiled label {
	font-size: 18px;
	font-weight: 500;
	color: #62686f;
	font-family: "Afacad", Sans-serif;
	line-height: 1.3;
	margin-bottom: 3px;
	display: block;
}
.edit_profile_form .custom-innerFiled input,
.edit_profile_form .custom-innerFiled textarea {
	width: 100%;
	min-height: 45px;
	border-radius: 8px;
	border: 1px solid #e2e2e2;
	padding: 6px 15px;
	font-size: 16px;
	font-family: "Afacad", Sans-serif;
	line-height: 1.3;
	color: #62686f;
}
.edit_profile_form .custom-innerFiled input::placeholder,
.edit_profile_form .custom-innerFiled textarea::placeholder {
	color: rgba(98, 104, 111, 0.45);
}
.edit_profile_form .custom-innerFiled input:focus,
.edit_profile_form .custom-innerFiled textarea:focus {
	outline: none;
	box-shadow: none;
}
.edit_profile_form .custom-innerFiled textarea {
	min-height: 70px;
	resize: none;
	padding-top: 10px;
}

.edit_profile_form .custom-innerFiled {
	margin-bottom: 15px;
}
.edit_profile_form .custom-row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 0px 20px;
}
.edit_profile_form .custom-row .custom-innerFiled {
	flex: 1;
}
.upload-file .sml-label {
	font-size: 14px;
	font-weight: 500;
	color: #62686f;
	font-family: "Afacad", Sans-serif;
	line-height: 1.1;
	margin-bottom: 3px;
	display: block;
}
.upload-file {
	margin-bottom: 15px;
}
.upload-file input[type="file"] {
	display: none;
}
.upload-file label {
	background-color: #f6faff;
	padding: 15px 15px;
	border-radius: 10px;
	border: 1px dashed #1877f2;
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #212b36;
	font-family: "Afacad", Sans-serif;
	cursor: pointer;
	display: flex;
	align-items: center;
	line-height: 1;
	word-break: break-all;
}
.upload-file label span {
	color: #1877f2;
	margin-left: 4px;
}
.upload-file label .imgbx {
	display: flex;
	line-height: 1;
	margin-right: 6px;
	width: 24px;
}
.large_input.upload-file label {
	padding-top: 30px;
	padding-bottom: 30px;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
}
.large_input.upload-file label .imgbx {
	margin: 0 0 20px;
	width: 100%;
	justify-content: center;
}
.large_input.upload-file label .imgbx svg {
	min-width: 52px;
	height: auto;
}
.large_input.upload-file label .top_area {
	font-size: 24px;
	color: #212b36;
	flex: 0 0 100%;
	text-align: center;
	margin: 0 0 5px;
}
.edit_profile_form .custom-btns {
	padding-top: 5px;
}
.primary_btn,
.custom-btns .primary_btn {
	font-family: "Afacad", Sans-serif;
	font-size: 18px;
	text-transform: uppercase !important;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #1877f2;
	border-radius: 30px;
	min-height: 50px;
	border: 1px solid #1877f2;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	min-width: 120px;
	padding: 6px 15px;
	cursor: pointer;
	font-weight: 500;
}
.primary_btn:hover,
.custom-btns .primary_btn:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	border-color: #116de3;
	background-color: #116de3;
	color: #fff;
}
.secondry_btn,
.custom-btns .secondry_btn {
	font-family: "Afacad", Sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #62686f;
	background-color: #fff;
	border-radius: 30px;
	min-height: 50px;
	border: 1px solid #e7e7e7;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	min-width: 120px;
	padding: 6px 15px;
	cursor: pointer;
	font-weight: 500;
}
.secondry_btn:hover,
.custom-btns .secondry_btn:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	border-color: #e7e7e7;
	background-color: #e7e7e7;
	color: #62686f;
}
.custom-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
#profile_menu {
	position: absolute;
	top: 80px;
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	z-index: 1;
	right: 30px;
}
#profile_menu ul li a:after {
	display: none;
}
#profile_menu ul li a.elementor-item-active {
	color: #62686f;
}
#profile_menu ul li a:hover {
	background: #f6f6f6;
	color: #62686f;
}
#profile_menu ul li a {
	color: #62686f;
	font-size: 18px;
	font-weight: 500;
	font-family: "Afacad", Sans-serif;
	padding: 8px 15px;
	padding-left: 36px;
}
#profile_img {
	cursor: pointer;
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: center;
}
#profile_menu ul li.edit_profile a {
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/livinglineage/images/user-icon.svg");
	background-position: center left 15px;
}
#profile_menu ul li.account_settings a {
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/livinglineage/images/settings.svg");
	background-position: center left 15px;
}
#profile_menu ul li.logout a {
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/livinglineage/images/logout.svg");
	background-position: center left 15px;
}

#profile_menu ul li.draft_data_url a {
	background-repeat: no-repeat;
	background-image: url("/wp-content/themes/livinglineage/images/draft-icon.svg");
	background-position: center left 15px;
}
.admin-bar li.draft_data_url {
	display: none;
}
.left-side-navbar nav ul li a {
	border: 1px solid #f6f6f6;
	border-radius: 30px;
}
.left-side-navbar nav ul li a:hover {
	border-color: #e2e2e2;
}
.left-side-navbar nav ul li a.elementor-item-active {
	background-color: #1877f2;
	color: #fff !important;
	border-color: #1877f2;
}
.left-side-navbar nav ul li.search a {
	background-image: url("/wp-content/uploads/2024/11/search-grey.png");
	background-repeat: no-repeat;
	background-position: center left 20px;
}
.left-side-navbar nav ul li.home a {
	background-image: url("/wp-content/uploads/2024/11/home-grey.png");
	background-repeat: no-repeat;
	background-position: center left 20px;
}
.left-side-navbar nav ul li.search a.elementor-item-active {
	background-image: url("/wp-content/uploads/2024/11/search-white.png");
}
.left-side-navbar nav ul li.home a.elementor-item-active {
	background-image: url("/wp-content/uploads/2024/11/home-white.png");
}

.left-side-navbar nav ul li.user_icon a {
	background-image: url("/wp-content/themes/livinglineage/images/manage-users.svg");
	background-repeat: no-repeat;
	background-position: center left 20px;
}
.left-side-navbar nav ul li.user_icon a.elementor-item-active {
	background-image: url("/wp-content/themes/livinglineage/images/manage-users-w.svg");
}


.left-side-navbar nav ul li.notify_icon a {
	background-image: url("/wp-content/uploads/2025/09/admin-user-notify-new-grey.svg");
	background-repeat: no-repeat;
	background-position: center left 20px;
}
.left-side-navbar nav ul li.notify_icon a.elementor-item-active {
	background-image: url("/wp-content/uploads/2025/09/admin-user-notify-new.svg");
}

.create-btn .elementor-button span {
	line-height: 1;
}
.create-btn .elementor-button .elementor-button-icon,
.create-btn .elementor-button .elementor-button-text {
	display: flex;
}
.date-section h2 {
	margin: 0px;
	position: relative;
	line-height: 1;
	font-size: 16px;
}
.date-section h2 span {
	font-size: 16px;
	font-weight: 500;
	color: #4c515a;
	line-height: 1.3;
	font-family: "Afacad", Sans-serif;
	display: inline-block;
	background-color: #fff;
	padding-right: 5px;
	position: relative;
	z-index: 1;
}

.date-section h2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.main_folder_box {
	margin-top: 15px;
}
.post.main_folder_box {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	grid-gap: 20px;
}
.post.main_folder_box .folder-box svg {
	width: 100%;
}
.folder-box {
	display: flex;
	line-height: 1;
	position: relative;
}
.folder-box img {
	max-width: 100%;
	width: 100%;
}
.folder_content {
	display: flex;
	justify-content: space-between;
}
.folder_heading h3 {
	color: #4c515a;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
	font-family: "Afacad", Sans-serif;
	margin: 0px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
	word-break: break-word;
}
.folder_content {
	margin-top: 5px;
}
.folder_icons {
	display: flex;
	justify-content: flex-end;
	margin-top: 2px;
	flex: 0 0 32px;
	max-width: 32px;
}
.folder_content .folder_heading {
	flex: 0 0 calc(100% - 32px);
	max-width: calc(100% - 32px);
	padding-right: 4px;
}
.folder_icons span {
	line-height: 1;
	cursor: pointer;
	margin-right: 8px;
	width: 12px;
	height: 12px;
}
.folder_icons span:last-child {
	margin-right: 0px;
}
.folder_visibility {
	position: absolute;
	bottom: 9px;
	right: 9px;
	display: flex;
	align-items: center;
	background-color: rgba(255, 255, 255, 0.4);
	padding: 2px 5px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
	color: #4c515a;
	line-height: 1;
}
.folder_visibility span {
	display: flex;
	line-height: 1;
}
.folder_visibility span img {
	margin-right: 2px;
}
.cusom_posts_section {
	margin-bottom: 0px;
}

.menu-subtitle h2 {
	position: relative;
}
.menu-subtitle h2:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	left: 0px;
	top: 0px;
	bottom: 0px;
	margin: auto;
}
.menu-subtitle h2 span {
	display: inline-block;
	background-color: #fff;
	padding-right: 5px;
	position: relative;
	z-index: 1;
}
.custom_tabs_section .e-n-tabs-heading {
	background-color: #fafafa;
	padding: 25px 15px;
	border-radius: 15px;
	min-height: 500px;
}
.custom_tabs_section button {
	cursor: pointer;
}
.edit_profile_form .custom-innerFiled {
	line-height: 1;
}
.custom_search_form .e-search {
	max-width: 266px;
	margin-left: auto;
}
.custom_search_form .e-search-submit {
	height: 16px;
	position: absolute;
	top: 11px;
	right: 16px;
}
.custom_search_form .e-search-input {
	width: 100%;
}

.custom_search_form .e-search-submit svg {
	width: 16px !important;
	margin-right: 0px !important;
}
.custom_search_form input {
	min-height: 40px !important;
}
.custom_search_form input::placeholder {
	color: rgba(33, 43, 54, 0.4) !important;
}
.create_custom_options {
	display: none;
}
.create_custom_options {
	background-color: #fff;
	border: 1px solid #ececec;
	border-radius: 10px;
	max-width: 240px !important;
	width: 100%;
	padding: 10px;
	margin-left: auto;
	position: absolute !important;
	top: 50px;
	right: 0px;
	z-index: 1;
	min-width: 150px;
}
.create_custom_options ul li a {
	padding: 0px !important;
	padding-left: 20px !important;
	text-align: left;
	color: #62686f;
	font-size: 16px !important;
	font-weight: 500 !important;
	line-height: 1.2 !important;
	font-family: "Afacad", Sans-serif !important;
}
.create_custom_options ul li a:hover {
	color: #62686f !important;
}
.create_custom_options ul li a span {
	line-height: 1.2 !important;
  font-family: "Afacad", Sans-serif;
  color: #767c84;
  font-weight: 400 !important;
  font-size: 13px !important;
  display: block;
  margin-left: -20px;
  margin-top: 2px;
}

.create_custom_options ul li a:hover span {
	color: #767c84 !important;
}
.create_custom_options ul li a {
	flex-wrap: wrap;
}
.create_custom_options ul li a:after {
	display: none;
}
.create_custom_options ul li {
	padding-bottom: 15px;
	border-bottom: 1px solid #e7ebf1;
	margin-bottom: 15px;
}
.create_custom_options ul li:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.create_custom_options ul li.create_gallery a {
	background-image: url("/wp-content/themes/livinglineage/images/create-folder.svg");
	background-repeat: no-repeat;
	background-position: top 5px left;
}
.create_custom_options ul li.create_folder a {
	background-image: url("/wp-content/themes/livinglineage/images/create-folder.svg");
	background-repeat: no-repeat;
	background-position: top 5px left;
}

.dropdown_create {
	position: relative;
}
.tooltip {
	background-color: #f2f2f2;
	padding: 10px 12px 10px 15px;
	display: block;
	min-width: 165px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 1.2;
	font-style: italic;
	max-width: 165px;
	position: absolute;
	left: 22px;
	top: -25px;
	visibility: hidden;
	opacity: 0;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	z-index: 1;
}
.tooltip:after {
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	border: 8px solid #f2f2f2;
	border-top: 8px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 0px;

	transform: translateY(-50%);
}
.info_tool {
	display: inline-block !important;
	line-height: 1.2;
	position: relative;
	cursor: pointer;
	top: 2px;
	margin-left: 5px;
}
.info_tool span {
	line-height: 1;
}
.info_tool:hover .tooltip {
	visibility: visible;
	opacity: 1;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
}
.edit_profile_form #custom-upload-form,
.edit_profile_form #gallery-upload-form {
	padding-top: 10px;
}
.custom_attachment_data .folder-box {
	aspect-ratio: 1/1;
	background: #f4f4f4;
	border-radius: 15px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.custom_attachment_data .folder-box img {
	object-fit: contain;
	width: auto;
	margin: 0 auto;
}
.edit_profile_form #custom-upload-form .upload-file,
.edit_profile_form #gallery-upload-form .upload-file {
	position: relative;
}
.edit_profile_form #custom-upload-form .upload-file .preview-wrapper,
.edit_profile_form #gallery-upload-form .upload-file .preview-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(60px, 1fr));
	gap: 5px;
	padding: 10px 0 0;
	width: 100%;
}
.edit_profile_form
	#custom-upload-form
	.upload-file
	.preview-wrapper
	.preview-item,
.edit_profile_form
	#gallery-upload-form
	.upload-file
	.preview-wrapper
	.preview-item {
	margin: 0;
	border: 1px solid #e0e7ef;
	border-radius: 8px;
	padding: 2px;
	background: #f6faff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.edit_profile_form
	#custom-upload-form
	.upload-file
	.preview-wrapper
	.preview-item:hover,
.edit_profile_form
	#gallery-upload-form
	.upload-file
	.preview-wrapper
	.preview-item:hover {
	border-color: #cad6e3;
}
.edit_profile_form
	#custom-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	img,
.edit_profile_form
	#gallery-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	img {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
	object-fit: contain;
	aspect-ratio: 1/1;
	border: none;
}
.edit_profile_form
	#custom-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove,
.edit_profile_form
	#gallery-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove {
	font-size: 10px;
	border-radius: 33px;
	padding: 2px;
	height: 16px;
	width: 16px;
	background: rgba(255, 0, 0, 0.75);
	top: -3px;
	right: -3px;
}
.edit_profile_form
	#custom-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove:hover,
.edit_profile_form
	#gallery-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove:hover {
	background: rgba(255, 0, 0, 0.9);
}
.edit_profile_form
	#custom-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove
	svg,
.edit_profile_form
	#gallery-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove
	svg {
	max-width: 11px;
    height: 9px;
}
.edit_profile_form
	#custom-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove
	svg
	path,
.edit_profile_form
	#gallery-upload-form
	.upload-file
	.preview-wrapper
	.preview-item
	.remove
	svg
	path {
	fill: #fff;
}
.custom_attachment_data .doc_box {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
/* select2 custom css */

.custom-innerFiled .select2-container {
	width: 100% !important;
}
.custom-innerFiled .select2-container .select2-selection__clear {
	display: none;
}

.custom-innerFiled .select2-container--default .select2-selection--single {
	border: 1px solid #e2e2e2;
	border-radius: 8px !important;
	height: 45px;
}
.custom-innerFiled
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 43px;
	color: #62686f;
	font-size: 16px;
	padding-left: 15px;
	font-family: "Afacad", Sans-serif !important;
	padding-right: 26px;
}
.select2-container--open .select2-dropdown--below {
	margin-top: 3px;
	border: 1px solid #e2e2e2 !important;
	border-radius: 8px !important;
	padding: 4px 0 !important;
}

.select2-container--open .select2-dropdown--above {
	margin-top: 3px;
	border: 1px solid #e2e2e2 !important;
	border-radius: 8px !important;
	padding: 4px 0 !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.select2-results__option {
	color: #62686f !important;
	padding-left: 40px !important;
	padding-right: 15px !important;
	position: relative;
	line-height: 1.2;
	word-break: break-word;
	font-size: 20px;
}

.select2-container--default .select2-results__option:hover {
	background-color: #f8f8f8 !important;
	color: #62686f !important;
}

.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable,
.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--selected:hover {
	background-color: transparent !important;
	color: #3f8bed !important;
	font-weight: 600 !important;
}
.custom-innerFiled
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 43px !important;
	width: 25px;
	right: 0px;
	top: 0px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border: none !important;
	background-image: url("/wp-content/uploads/2024/11/chevron-down-grey.png");
	background-repeat: no-repeat;
	background-position: center center;
	width: 14px !important;
	height: 44px !important;
	margin: 0px !important;
	left: 0px !important;
	top: 0px !important;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
}
.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b {
	transform: rotate(180deg) !important;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
}
.custom_tabs_section .e-n-tabs-heading {
	position: relative;
}

.custom_tabs_section .e-n-tabs-heading:after {
	content: "";
	position: absolute;
	width: calc(100% - 30px);
	height: 1px;
	background: #ebebeb;
	left: 15px;
	margin-top: 10px;
	z-index: 0;
}
.custom_tabs_section .e-n-tabs-heading:before {
	content: "Add Details";
	font-size: 12px;
	text-transform: uppercase;
	background: #fafafa;
	display: inline-block;
	width: max-content;
	padding: 0 12px;
	z-index: 1;
	margin-bottom: 10px;
	color: #c1c1c3;
	letter-spacing: 0.08em;
	font-weight: 600;
}
.custom-innerFiled.custom-switch {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.form-switch input[type="checkbox"] {
	width: 50px;
	height: 30px;
	min-height: auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	border-radius: 30px;
	padding: 0px;
	cursor: pointer;
	background-position: left center;
	border-color: #e2e2e2;
	transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
}
.form-switch input[type="checkbox"]:checked {
	background-position: right center;
	background-color: #1877f2;
	border-color: #1877f2;
	transition: all 150ms ease-in-out;
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
}

.custom-innerFiled.custom-switch label {
	margin-bottom: 1px;
}
.custom-switch .form-check.form-switch {
	display: flex;
	line-height: 1;
}
#edit_foldersettings_response p {
	font-size: 14px;
	color: #ee204c;
}

.custom_popup .elementor-element,
.custom_popup .elementor-element .e-con-inner {
	position: static;
}
.custom_popup .custom_loader_inner {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.42);
	border-radius: 14px;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.custom_loader_inner {
	display: none;
}
.custom_popup .custom_loader_inner .elementor-widget-container {
	display: flex;
	margin: auto;
}
.custom_popup .custom_loader_inner .elementor-widget-container .loader {
	margin: auto;
}
.custom_popup .custom_loader_inner .elementor-widget-container .loader img {
	max-width: 50px;
}

.modal {
	display: none; /* Hidden by default */
	position: fixed;
	z-index: 3; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0, 0, 0); /* Fallback color */
	background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
	background-color: #fff;
	margin: auto;
	padding: 15px 15px 20px 15px;
	width: 85%;
	max-width: 400px;
	border-radius: 15px;
	position: relative;
}
.modal_container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding: 15px 0;
}

/* Close Button */
.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}
.modal-header span {
	font-size: 24px;
	font-weight: 600;
	color: #4c515a;
	line-height: 1.2;
	font-family: "Afacad", Sans-serif !important;
	display: inline-block;
	text-transform: capitalize;
}
.modal-header {
	margin-bottom: 20px;
	padding-right: 20px;
}

/* Image inside the modal */
.modal-content img {
	width: 100%;
	height: auto;
}
.main_popup .main_pop_title .title_name {
	font-size: 14px;
	font-weight: 500;
	color: #62686f;
	line-height: 1.2;
	font-family: "Afacad", Sans-serif !important;
}
.main_popup .folder_info_list ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.main_popup .folder_info_list .folder_info_inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 7px 10px;
	border-radius: 6px;
}
.folder_info_list .folder_info_inner span {
	font-size: 16px;
	line-height: 1.2;
	color: #62686f;
	font-weight: 500;
	font-family: "Afacad", Sans-serif !important;
}
.folder_info_list .folder_info_inner .label {
	flex: 0 0 30%;
	max-width: 30%;
}

.folder_info_list .folder_info_inner .detail-name {
	flex: 0 0 50%;
	max-width: 50%;
}
.folder_info_list .folder_info_inner .edit-media-info {
	flex: 0 0 20%;
	max-width: 20%;
	display: flex;
	gap: 5px;
	padding-left: 5px;
	justify-content: end;
}
.main_popup .folder_info_list li:nth-child(odd) .folder_info_inner {
	background-color: #f6f6f6;
}
.subscriber-logged-in
	.gallerySettingsHeading
	h1.elementor-heading-title.elementor-size-default {
	color: #fff;
}
/*.open-modal{
	overflow: hidden;
}*/
.main_pop_title {
	display: flex;
	margin-bottom: 3px;
}
.main_pop_title .iconbx {
	display: inline-block;
	margin-right: 5px;
	line-height: 1;
}
.modal-header .close {
	position: absolute;
	top: 11px;
	right: 15px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.modal-header .close:hover {
	opacity: 0.7;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.folder_info_inner .private_folder {
	display: flex;
	align-items: center;
	line-height: 1;
}
.folder_info_inner .private_folder .private-img {
	line-height: 1;
	display: inline-block;
	margin-right: 5px;
}
.upload_cross {
	position: absolute !important;
	top: 30px;
	right: 30px;
}
.browser-input input[type="file"] {
	display: none;
}
.browser-input {
	position: relative;
}
.custom-innerFiled .browser-input label {
	position: absolute;
	top: 8px;
	right: 8px;
	font-weight: 500;
	font-size: 14px;
	color: #1877f2;
	font-family: "Afacad", Sans-serif !important;
	line-height: 1.2;
	background-color: #f0f7ff;
	border-radius: 5px;
	padding: 5px 15px;
	margin-bottom: 0px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 29px;
}
.custom-innerFiled .browser-input input[type="text"] {
	padding-right: 84px;
}

.custom_home_btn .elementor-button-icon svg {
	width: 10px;
	height: auto;
}
.settings_btn .elementor-button-icon {
	line-height: 1;
	display: flex;
}
.folder_actions {
	background-color: #fff;
	border-radius: 8px;
	border: 1px solid #e6eff3;
	position: absolute;
	right: 0px;
	top: 0px;
	min-width: 165px;
	padding: 6px 0;
	z-index: 2;
	margin-top: 20px;
	display: none;
}
.folder_actions ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.folder_actions ul li a {
	display: flex;
	align-items: center;
	padding: 6px 15px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.folder_actions ul li a:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	background-color: #f6f6f6;
}
.folder_actions ul li a .iconbx {
	display: flex;
	flex: 0 0 14px;
	max-width: 14px;
	line-height: 1;
}
.folder_actions ul li a {
	font-size: 16px;
	font-weight: 500;
	color: #212b36;
	line-height: 1.2;
	font-family: "Afacad", Sans-serif !important;
}
.folder_actions ul li .name {
	display: flex;
	flex: 1;
}
.folder_actions ul li span {
	width: auto;
	height: auto;
}
.custom_attachment_data .folder_icons {
	position: relative;
}
.delete_popup .popup_icon {
	width: 55px;
	height: 55px;
	border-radius: 50%;
	background-color: #faedf0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
.delete_popup .modal-content {
	max-width: 320px;
	padding: 20px 20px 30px 20px;
}
.delete_popup .main_popup {
	text-align: center;
}
.delete_popup .popup_btns .custom-btns {
	justify-content: center;
}
.delete_popup .popup_content h3 {
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	color: #212b36;
	line-height: 1.2;
	font-family: "Afacad", Sans-serif !important;
	margin-bottom: 5px;
}
.delete_popup .popup_content p {
	font-family: "Afacad", Sans-serif !important;
	font-size: 14px;
	color: #747c84;
	line-height: 1.3;
	margin-bottom: 15px;
	margin-top: 0px;
}
.delete_popup .primary_btn,
.delete_popup .custom-btns .primary_btn,
.delete_popup .secondry_btn,
.delete_popup .custom-btns .secondry_btn,
.primary_btn.btn_sml,
.custom-btns .primary_btn.btn_sml {
	font-size: 16px;
	text-transform: capitalize;
	line-height: 1.2;
	min-height: 34px;
	padding: 6px 10px;
	min-width: 84px;
}
.editmodal .modal-content {
	padding: 15px 20px 20px 20px;
	max-width: 480px;
}
.editmodal.edit_profile_form .custom-innerFiled {
	margin-bottom: 5px;
}
.edit_profile_form .custom-innerFiled input[type="date"] {
	cursor: pointer;
}

.delete_popup .popup_btns {
	padding-top: 15px;
}
.date-section.main_posts_area.no_items {
	display: none;
}

/* modal select 2 css */
.custom_popup
	#gallery-upload-form
	.custom-innerFiled
	.select2.select2-container
	~ .select2.select2-container,
.custom_popup
	#custom-upload-form
	.custom-innerFiled
	.select2.select2-container
	~ .select2.select2-container {
	display: none;
}

.custom_popup
	#custom-upload-form
	.custom-innerFiled
	.select2.select2-container
	~ .select2.select2-container {
	display: none;
}

.elementor-location-header {
	position: sticky;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.left-sidebar-menulist {
	overflow-y: auto;
	max-height: calc(100vh - 250px);
}

.main_organize_area {
	text-align: center;
}
.main_organize_area .nofiles-icon {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #f4f7fa;
	margin: 0 auto;
	margin-bottom: 20px;
}

.main_organize_area .content_area h2 {
	margin: 0px 0 5px 0;
	font-size: 32px;
	line-height: 1.2;
	font-weight: 500;
	font-family: "Afacad", Sans-serif !important;
	color: #212b36;
}
.main_organize_area .content_area p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	color: #62686f;
	font-family: "Afacad", Sans-serif !important;
	margin: 0px;
}
.main_organize_area .inner_nofiles {
	max-width: 480px;
	margin: 0 auto;
}
.main_organize_area .button_area {
	padding-top: 25px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
}
.main_organize_area .button_area button {
	font-size: 14px;
	font-weight: 500;
	min-height: 40px;
	max-width: 180px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_organize_area .button_area button span {
	display: flex;
	margin-right: 5px;
	line-height: 1;
}
.custom_organize {
	height: 100% !important;
	position: relative !important;
}
#custom-gallery-form,
#custom-post-form {
	height: 100%;
	display: flex;
	flex-direction: column;
}
#custom-gallery-form .custom-btns,
#custom-gallery-form .custom-post-form .custom-btns {
	margin-top: auto;
}

/*scroll bar design*/

/* Scrollbar styling for WebKit browsers (Chrome, Edge, Safari) */
div::-webkit-scrollbar {
	width: 5px; /* Width of the scrollbar */
	height: 5px;
}

div::-webkit-scrollbar-track {
	background: #f1f1f1; /* Background color of the scrollbar track */
	border-radius: 10px; /* Optional rounded corners */
}

div::-webkit-scrollbar-thumb {
	background: #a4a4a4; /* Color of the scrollbar thumb */
	border-radius: 10px; /* Optional rounded corners */
}

div::-webkit-scrollbar-thumb:hover {
	background: #a4a4a4; /* Color of the thumb when hovered */
}
/*div {
  scrollbar-width: thin; 
  scrollbar-color: #a4a4a4 #f1f1f1; 
}*/

/* Upload Css For Adding New Category Starts*/
.catWrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.catWrapper .add_new_cat {
	font-size: 16px;
	font-weight: 500;
	color: #62686f;
	font-family: "Afacad", Sans-serif;
	line-height: 1.3;
	margin-bottom: 3px;
	display: block;
	cursor: pointer;
}
.add_cat_box {
	position: absolute;
	right: 0;
	z-index: 9;
	top: 20px;
	background-color: #fff;
	box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}
.cat_fields {
	display: flex;
	padding: 10px 15px;
	gap: 10px;
	position: relative;
}

.cat_fields input.addCatBtn {
	width: 78px;
	border-color: #116de3;
	background-color: #116de3;
	color: #fff;
	cursor: pointer;
}
.requiredField {
	border: 1px solid red !important;
}
.add_cat_box .overlay,
.users-management .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(255 255 255 / 53%);
	display: none;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	right: 0;
	bottom: 0;
	backdrop-filter: blur(0.5px);
}
.add_cat_box .overlay.show,
.users-management .overlay.show {
	display: flex;
}
.loading-icon {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	animation: spin 1s linear infinite;
}
.cat_fields input.addCatBtn {
	width: auto;
	border-color: #116de3;
	font-family: "Afacad", Sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #1877f2;
	border-radius: 30px;
	min-height: 34px;
	border: 1px solid #1877f2;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	min-width: 76px;
	padding: 6px 9px;
	cursor: pointer;
	font-weight: 500;
}
.edit_profile_form .custom-innerFiled input.catText {
	min-height: 40px;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.admin-bar .select2-container--open .select2-dropdown--below {
	margin-top: 35px;
}
.add_new_cat span {
	color: #1877f2;
}
/* Upload Css For Adding New Category Ends*/

/* search page css starts */

#search_results .custom-row {
	display: grid;
	align-content: center;
	gap: 5px;
	padding-bottom: 0;
	grid-auto-flow: column;
	grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
}

#search_results .custom-innerFiled {
	flex: 1;
	max-width: 100%;
	position: relative;
}

#search_results .select2-container--default .select2-selection--multiple {
	border: none;
	outline: 0;
	background: #f4f4f4;
	padding: 8px 25px 8px 15px;
	background-image: url(/wp-content/uploads/2024/12/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	position: relative;
	min-height: 42px;
	margin: 0;
}

#search_results
	.select2-container
	.select2-selection--multiple
	.select2-search.select2-search--inline,
#custom-upload-form
	.select2-container
	.select2-selection--multiple
	.select2-search.select2-search--inline {
	display: inline-block;
	max-width: 90px;
	position: absolute;
	top: 10px;
	line-height: 1;
}

#search_results
	.select2-container
	.select2-selection--multiple
	.select2-selection__rendered,
#custom-upload-form
	.select2-container
	.select2-selection--multiple
	.select2-selection__rendered {
	display: flex;
	position: static;
	white-space: normal;
	margin: 0 auto;
	flex-wrap: wrap;
	min-width: 190px;
	gap: 2px;
	min-width: 100%;
}

#search_results
	.select2-container--default.select2-container--focus
	.select2-selection--multiple,
#search_results .select2-selection--multiple {
	border: none;
	outline: 0;
	background: #f4f4f4;
	/*    padding: 10px 25px 10px 10px;*/
	background-image: url(/wp-content/uploads/2024/12/arrow-down.png);
	background-repeat: no-repeat;
	background-position: 94% center;
	position: relative;
	border-radius: 50px;
}

#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__display,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__display,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__display {
	font-weight: 500;
	padding-right: 8px;
	color: #fff;
	font-size: 14px;
	padding-top: 3px;
	max-width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: inline-block;
}

#search_results
	.select2-container
	.select2-search--inline
	.select2-search__field {
	margin-top: 0;
	margin-left: 0;
	line-height: 1.2;
	font-family: "Afacad", Sans-serif;
	color: #3e3e3e;
	font-weight: 500;
	font-size: 20px;
	height: 22px;
}

#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice,
#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	margin-left: 0px;
	margin-top: 0px;
	background: #3f8bed;
	border: 1px solid transparent;
	border-radius: 6px;
	padding: 0px 0 0px 12px;
	min-width: 45px;
	line-height: 1;
}

#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-right: none;
	border-radius: 0;
	padding: 1px 5px;
	color: #fff;
	font-size: 14px;
	top: 1.4px;
	font-weight: 400;
}

#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover,
#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:focus,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:focus,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:hover,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:focus {
	background: transparent !important;
}

/* Select2 Starts */
.search_data ~ .select2 .select2-selection.select2-selection--multiple {
	cursor: pointer;
}

/* search page css ends */

ul.attachment_info_list {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 5px;
}

ul.attachment_info_list li {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

ul.attachment_info_list li span {
	color: #4c515a;
	font-size: 14px;
	font-weight: 500;
}
span.info_value.line-clamp {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Invite Users */
#sendInvitation {
	font-family: "Afacad", Sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #1877f2;
	border-radius: 30px;
	min-height: 34px;
	border: 1px solid #1877f2;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	min-width: 84px;
	padding: 6px 15px;
	cursor: pointer;
	font-weight: 500;
	width: auto;
	margin-top: 15px;
}
.user_info {
	display: flex;
	align-items: center;
	gap: 7px;
}

.invited_users_list {
	width: 100%;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	border-radius: 10px;
	overflow: hidden;
}

.invited_users_list th {
	background-color: #1877f2;
	color: white;
	padding: 8px;
	text-align: left;
	font-size: 14px;
}

.invited_users_list td {
	padding: 8px;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
}
.invited_users_list tr:hover {
	background-color: #f5f5f5;
}
.users-management {
	position: relative;
}
.user_invitation_shortcode {
	text-align: center;
	color: red;
	padding-bottom: 10px;
}
.email_errors {
	display: block;
	padding-top: 10px;
}
.email_errors.red {
	color: red;
}
.email_errors.green {
	color: green;
}
.result_count {
	display: flex;
	justify-content: right;
	font-weight: 500;
}
.result_count .total_number {
	color: #0077ed;
}

/* Select 2 Checkbox Design */

.select2-results__option {
	padding-right: 20px;
	vertical-align: middle;
}
.select2-results__option:before {
	content: "";
	display: inline-block;
	position: absolute;
	height: 20px;
	width: 20px;
	border: 2px solid #e9e9e9;
	border-radius: 4px;
	background-color: #fff;
	margin-right: 8px;
	vertical-align: middle;
	left: 10px;
	top: 7px;
}
.select2-results__option[aria-selected="true"]:before {
	font-family: fontAwesome;
	content: "\f00c";
	color: #fff;
	display: inline-block;
	padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #fff;
}
.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #eaeaeb;
	color: #272727;
}
.select2-container--default .select2-selection--multiple {
	margin-bottom: 10px;
}
.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--below {
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.select2-selection .select2-selection--multiple:after {
	content: "hhghgh";
}
.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;
}
.select-icon .select2-search--dropdown {
	display: none;
}
.select2-container--default .select2-results__option--selected:before {
	content: "";
	background-color: #1877f2;
	border: 0;
	padding-left: 3px;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
}
#custom-upload-form textarea.select2-search__field {
	min-height: 18px;
	margin: 0;
}
#custom-upload-form .select2-container--default .select2-selection--multiple {
	padding: 10px 25px 10px 10px;
	border-radius: 8px;
	border: 1px solid #e2e2e2 !important;
	min-height: 42px;
	position: relative;
}
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple.select2-selection--clearable
	span.select2-search.select2-search--inline {
	left: 5px;
}
.user-inner-info {
	display: flex;
	flex-direction: column;
}
.user-inner-info .userName {
	font-weight: 600;
}
.gallery-create-form.edit-profile-wrapper .gallery-row {
	flex-wrap: nowrap;
}
span#password-errors {
	color: red;
	margin-bottom: 10px;
}
/*UserDashboard */
.menu-subtitle.user_sidebar h2:before {
	background-color: #666666;
	width: calc(100% - 40px);
	left: 40px;
}
.menu-subtitle.user_sidebar h2 span {
	background-color: transparent;
}

.accordion {
	background-color: #fff;
	border: 1px solid #ccc;
	width: 100%;
	max-width: 600px;
	margin: 20px auto;
	border-radius: 5px;
}
.accordion-button {
	background-color: #fff;
	color: #212b36;
	padding: 15px;
	text-align: left;
	font-size: 18px;
	border: none;
	width: 100%;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}

.accordion-panel {
	padding: 0 18px;
	display: none;
	background-color: #f9f9f9;
	overflow: hidden;
	border-top: 1px solid #ccc;
}
.accordion-button:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #aeb3bb;
	transition: transform 0.3s;
}
.accordion-button.active:after {
	transform: translateY(-50%) rotate(0deg);
	border-top: none;
	border-bottom: 8px solid white;
}
ul.user_custom_menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
.accordion-wrapper {
	background-color: #fff;
	border-radius: 78px;
}

/* user side bar */

.left-side-navbar.user_sidebar {
	backdrop-filter: blur(20px);
	height: calc(100% - 118px);
}
.user_sidebar_menu_wrapper .user_custom_menu .accordion-wrapper {
	border-radius: 30px;
}
.user_sidebar_menu_wrapper .user_custom_menu .accordion-button {
	background-color: transparent;
	border: none;
	padding: 12px 20px;
	font-size: 18px;
	color: #212b36;
	font-weight: 500;
	min-height: 50px;
	font-family: "Afacad", Sans-serif;
}
.user_sidebar_menu_wrapper .user_custom_menu .accordion-button img {
	margin-right: 8px;
	position: relative;
	top: 2px;
}
.user_sidebar_menu_wrapper .accordion-panel {
	background-color: transparent;
	border: none;
	padding: 0px;
}
.user_sidebar_menu_wrapper .user_custom_menu .accordion-button:after {
	border: none;
	background-image: url(https://larsjohnson.com/wp-content/uploads/2024/12/accordion-arrow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
	height: 6px;
}
.user_sidebar_menu_wrapper .user_custom_menu li {
	padding-bottom: 8px;
}
.user_sidebar_menu_wrapper .user_custom_menu li:last-child {
	padding-bottom: 0px;
}
.user_sidebar_menu_wrapper .user_custom_menu .accordion-button.active:after {
	transform: translateY(-50%) rotate(180deg);
}
.user_sidebar_menu_wrapper {
	overflow-y: auto;
	max-height: calc(100vh - 200px);
	padding-right: 15px;
}
.user_sidebar_menu_wrapper .accordion-panel ul {
	padding: 0px;
	margin: 0px;
}
.user_sidebar_menu_wrapper .accordion-panel ul li {
	padding: 0px 20px 6px 20px;
}
.user_sidebar_menu_wrapper .accordion-panel ul li:last-child {
	padding-bottom: 0px;
}
.user_sidebar_menu_wrapper .accordion-panel ul li a {
	font-size: 18px;
	color: #212b36;
	font-weight: 500;
	font-family: "Afacad", Sans-serif;
	padding: 0px 0px 0 12px;
	display: block;
	line-height: 1.2;
	position: relative;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.user_sidebar_menu_wrapper .accordion-panel ul li a:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	color: #1877f2;
}
.user_sidebar_menu_wrapper .accordion-panel ul li a:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 1px;
	background-color: #a1a6ac;
	top: 0px;
	bottom: 0px;
	margin: auto;
	left: 0px;
}
.user_sidebar_menu_wrapper .accordion-panel ul {
	padding-bottom: 15px;
}
#profile_menu {
	overflow: hidden;
}
.user_sidebar_toggle {
	position: absolute;
	top: -30px;
	width: 30px;
	height: 30px;
	background-color: #1877f2;
	display: none;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(25px);
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	cursor: pointer;
	border-radius: 50%;
	right: -14px;
}
.user_sidebar_toggle img {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transform: rotate(180deg);
}

body.subscriber-logged-in {
	background-color: #0f1013 !important;
}
.show_user_sidebar .user_sidebar_toggle img {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transform: rotate(0deg);
}

/* user dashbaord css */

.inner-cat-wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	grid-gap: 20px;
}
.cat-img-card img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}
.cat-img-card {
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}
.cat-img-card .category-folder-info {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	padding: 20px 12px 12px 12px;
	background: linear-gradient(to top, #000, transparent);
}
.category-folder-name {
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	flex-wrap: wrap;
}
.category-folder-name .cat-folder-icon {
	flex: 0 0 17px;
	max-width: 17px;
}
.category-folder-name .cat-folder-label {
	flex: 1;
	font-size: 21px;
	font-weight: 500;
	color: #fff;
	line-height: 1.2;
	font-family: "Afacad", Sans-serif;
	text-transform: capitalize;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-transform: capitalize;
}
.custom_header .upload_btn_desktop .elementor-item-anchor {
	padding: 10px 25px 10px 25px !important;
	border-radius: 30px;
	background-color: #1877f2;
	line-height: 1;
}
.custom_header .upload_btn_desktop .elementor-item-anchor:after {
	position: relative !important;
	background-color: transparent !important;
	background-image: url(https://larsjohnson.com/wp-content/uploads/2024/12/upload-icon.svg);
	background-repeat: no-repeat;
	left: auto !important;
	right: 0px;
	background-size: 20px;
	width: 20px;
	height: 20px !important;
	opacity: 1 !important;
	margin-left: 5px;
}
.custom_header .upload_btn_desktop .elementor-item-anchor:hover {
	color: #fff !important;
	background-color: #116de3;
}
.user-right-content {
	position: relative;
}
.user-right-content .overlay {
	display: none;
}
.user-right-content .overlay .loading-icon {
	width: 100px;
	height: 100px;
}
.folderBtns a {
	text-transform: none;
	min-height: auto;
	color: #fff;
	text-align: center;
	text-decoration: none;
}
.folderBtns {
	display: flex;
	gap: 10px;
	align-items: center;
}
.folderBtns a.primary_btn svg {
	margin-right: 4px;
	width: 12px;
	height: 12px;
}
.breadCrumb_wrapper {
	font-size: 14px;
	font-weight: 500;
	color: #969696;
	display: flex;
	align-items: center;
	gap: 10px;
}
.breadCrumb_wrapper a,
.breadCrumb_wrapper span {
	color: #fff;
}
.breadCrumb_wrapper svg path {
	stroke: #fff;
}
.breadCrumb_wrapper .currentPageTitle {
	font-size: 24px;
}
.breadCrumb_wrapper a {
	font-size: 24px;
	text-decoration: none;
}
.subscriber-logged-in ul.attachment_info_list li span,
.subscriber-logged-in .folder_heading h3 {
	color: #fff;
}
.subscriber-logged-in .folderTitle h1.elementor-heading-title {
	color: #fff !important;
}
.no_data_found {
	color: #fff;
}
.subscriber-logged-in.single-folders .custom_attachment_data .folder-box img,
.userSearch .custom_attachment_data .folder-box img {
	object-fit: cover;
	width: 100%;
	height: 100% !important;
}

.subscriber-logged-in.single-folders .post.main_folder_box,
.post.main_folder_box.userSearch,
.userGalleries .userFollderImages .post.main_folder_box {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	grid-gap: 20px;
}

/* user admin css */

.user-card-gallery .post.main_folder_box {
	margin: 0px;
}
.user-card-gallery .folder_icons .folder_action span {
	margin-right: 0px;
	width: initial;
	height: initial;
}
.user-card-gallery .attachment_info_list .info_heading {
	min-width: 65px;
}
.breadCrumbHome {
  display: flex;
}
.breadCrumb_wrapper {
	gap: 2px 10px;
	flex-wrap: wrap;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 5px;
	z-index: 9;
}

.featuredImageBox .breadCrumb_wrapper{
	left: 24px;
	right: 24px;
}
.featuredImageBox.noThumbnail .breadCrumb_wrapper {
	left: 0;
}
.breadCrumbHome svg {
	width: 15px;
	height: 14px;
}
.featuredImageBox.noThumbnail {
	height: auto;
	aspect-ratio: unset;
}

.featuredImageBox.noThumbnail .breadCrumb_wrapper {
	position: relative;
}
.featuredImageBox.noThumbnail h1.post-title.singleTitle {
	position: relative;
	left: 0;
	top: 20px;
	font-size: 39px;
}

.user-card-gallery .attachment_info_list .info_value {
	text-align: right;
}

.user-card-gallery .no_data_found {
	background-color: rgba(0, 0, 0, 0.18);
	text-align: center;
	min-height: 300px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	backdrop-filter: blur(25px);
	font-size: 24px;
	color: rgba(255, 255, 255, 0.51);
}

.custom_popup .select2-container--default .select2-selection--multiple {
	margin-bottom: 0px;
}
.custom_header.custom_user_header nav .sub-menu li a:hover {
	color: #212b36 !important;
}
.custom_header.custom_user_header nav .sub-menu li a {
	border: none !important;
}
#user-account-form .notification-switch .comments_fields {
	width: 100%;
}

.folder-box.userFolderBox {
	position: relative;
}
.userFolderBox .file_checkbox {
	position: absolute;
	top: 12px;
	right: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
	background-color: #fff;
	cursor: pointer;
}
.userFolderBox .file_checkbox:checked,
input.editTags:checked {
	background-color: #1877f2;
	border-color: #1368d7;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
}
input.editTags {
	width: 16px;
	height: 16px;
	border-radius: 3px;
	border: 1px solid #c7c7c7;
	background-color: #fff;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.folderBtns .playAll,
.folderBtns .downloadAll {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	line-height: 1;
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.folderBtns .downloadAll {
	background-color: #1877f2;
}
.folderBtns .downloadAll:hover {
	background-color: #116de3;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.folderBtns .playAll {
	background-color: #525252;
}
.folderBtns .playAll:hover {
	background-color: #464545;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}

.folderBtns .download_selected,
.folderBtns .editMultipleTags,
.folderBtns .publish_selected {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	padding: 8px 20px;
	border-radius: 50px;
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
}
.folderBtns .download_selected:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	background-color: rgba(255, 255, 255, 0.12);
}
.folderBtns .download_selected:focus {
	outline: none;
}
.folderBtns #customUpload {
	display: flex;
	align-items: center;
	justify-content: center;
}
.folderBtns #customUpload .uploadIcon {
	margin-right: 4px;
	max-width: 18px;
}
.folderBtns .publish_selected {
	display: none;
}
.folderBtns {
	flex-wrap: wrap;
}
.breadcrumb-list-top .left-breadcrumb,
.breadcrumb-list-top .right-btnlist {
	width: 100%;
}
.breadcrumb-list-top .right-btnlist {
	margin-left: auto;
}
.lightbox {
	background-color: #0f1013;
}
.lightbox .lightbox-content {
	min-height: 100vh;
	max-width: 90%;
	padding: 0 100px;
}
.lightbox .lightbox-media {
	margin: auto 0;
	position: relative;
	min-height: 200px;
}
.lightbox .prev,
.lightbox .next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	border-radius: 0px;
	background-color: transparent;
	border: none;
	padding: 0px;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lightbox .prev:hover img,
.lightbox .next:hover img {
	transform: scale(0.95);
	transition: 0.2s all linear;
}
.lightbox .prev img,
.lightbox .next img {
	transform: scale(1);
	transition: 0.2s all linear;
}
.lightbox .prev {
	left: 0px;
}
.lightbox .next {
	right: 0px;
}
.lightbox .icon-list-slider {
	position: absolute;
	top: 60px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.lightbox .icon-list-slider .iconbx {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.06);
	cursor: pointer;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	position: relative;
}
.lightbox .icon-list-slider .iconbx:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	background-color: rgba(255, 255, 255, 0.1);
}
.lightbox .icon-list-slider li {
	margin-bottom: 10px;
}
.lightbox .icon-list-slider li:last-child {
	margin-bottom: 0px;
}
.lightbox .close {
	width: 44px;
	height: 44px;
	top: 20px;
	background-color: rgba(255, 255, 255, 0.06);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	z-index: 1;
}
.lightbox .close:hover {
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	background-color: rgba(255, 255, 255, 0.1);
}

.lightbox .icon-mobile {
	display: none;
}
.folderBtns .download_selected,
.folderBtns .editMultipleTags {
	display: none;
}

.lightbox .tooltip {
	left: 50px;
	min-width: max-content;
	padding: 10px;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 18px;
	color: #62686f;
	font-weight: 500;
	font-style: normal;
	top: 8px;
}
.lightbox .tooltip:after {
	left: -5px;
	border: 5px solid #f2f2f2;
	border-top: 5px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 0px;
}
.lightbox .icon-list-slider .iconbx:hover .tooltip {
	opacity: 1;
	visibility: visible;
}
.sliderShown {
	overflow: hidden;
}

.folder-box .doc_box {
	min-height: 100%;
}
div#photoDetailBox {
	z-index: 99;
}
.subscriber-logged-in .user-right-content .overlay .loading-icon {
	width: 50px;
	height: 50px;
	margin: 0 auto;
}
.subscriber-logged-in .loading-icon {
	border: 3px solid #42444b;
	border-top: 3px solid #fff;
}
.sliderPopup img {
	width: initial;
}
.sliderPopup .keywordsInfo {
	background-color: #f6f6f6;
	border-radius: 6px;
	padding: 10px 15px;
	margin-bottom: 12px;
}

.keywordsInfo .keywordsInfoTitle {
	display: flex;
	line-height: 1;
	margin-bottom: 4px;
}
.keywordsInfoTitle .iconbx {
	display: inline-block;
	line-height: 1;
	margin-right: 5px;
}
.keywordsInfoTitle .title_name {
	font-size: 14px;
	font-weight: 500;
	color: #62686f;
	line-height: 1.2;
	font-family: "Afacad", Sans-serif !important;
}

.attachmentInfo .attachCustomRow {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.box2Content .iconBtn,
.edit-media-info .iconBtn {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #fff;
	line-height: 1;
	cursor: pointer;
}
.attachCustomRow .box2Content {
	display: flex;
	gap: 5px;
}
.attachCustomRow .box1 {
	flex: 1;
}
.box2Content .viewIconMode {
	display: none;
}
.editField .edit_keywords {
	max-width: 220px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #eaeaea;
	min-height: 25px;
	padding: 1px 10px;
	font-size: 16px;
	font-weight: 500;
	color: #62686f;
	line-height: 1.3;
	font-family: "Afacad", Sans-serif !important;
	background-color: #fff;
	word-break: break-all;
}
.editField .edit_keywords:focus {
	color: #62686f;
}
.editField .edit_keywords[contenteditable="false"] {
	padding: 0px;
	background-color: transparent;
	border-radius: 0px;
	border: none;
}

.editField .edit_keywords:focus {
	outline: none;
	box-shadow: none;
}
.sliderPopup .modal-header {
	margin-bottom: 16px;
}
.sliderPopup .modal-content {
	width: 90%;
}
.editing .box2Content .viewIconMode {
	display: none;
}
.editing .box2Content .viewIconMode {
	display: flex;
}
.editing .box2Content .editIconMode {
	display: none;
}

.folderBtns .primary_btn:focus,
.folderBtns .primary_btn:focus-visible {
	outline: none;
}
.sliderPopup {
	z-index: 99;
}
#photoCommentBox .primary_btn {
	min-height: 42px;
	min-width: 110px;
	margin-top: 10px;
}
#photoCommentBox form label {
	font-size: 14px;
	font-weight: 500;
	color: #62686f;
	line-height: 1.2;
	margin-bottom: 4px;
}
#photoCommentBox form textarea {
	border-color: #e2e2e2;
	border-radius: 8px;
	resize: none;
	min-height: 70px;
	padding: 4px 10px;
	color: #62686f;
	font-size: 16px;
	font-weight: 500;
	font-family: "Afacad", Sans-serif !important;
}
#photoCommentBox form textarea:focus {
	outline: none;
	box-shadow: none;
}

#search_results.userSearchResults .custom-row {
	/*    grid-template-columns: repeat(auto-fill, minmax(19.8%, 1fr));*/
	grid-template-columns: repeat(auto-fill, minmax(calc(20% - 5px), 1fr));
}
.resultCountUser span.total_count {
	color: #fff;
}
.subscriber-logged-in .nodatafound {
	color: #fff;
}
.featuredImageBox {
	height: 312px;
	aspect-ratio: 1 / 1;
	border-radius: 15px;
	/*    overflow: hidden;*/
	position: relative;
	width: 100%;
}
.featuredImageBox img {
	width: 100%;
	object-fit: cover;
	height: 100% !important;
	object-position: center;
}
.featured-image-container {
	position: relative;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4); /* Black overlay with 40% opacity */
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff; /* White text color */
}
h1.post-title.singleTitle {
	font-size: 36px;
	text-align: center;
	font-weight: bold;
	text-align: left;
	color: #fff;
	margin-top: 0;
}
.featured-image-container h1.post-title.singleTitle {
	position: absolute;
	bottom: 0;
	left: 28px;
	z-index: 1;
}
/*.single-folders.subscriber-logged-in .folderBtns, .single-galleries.subscriber-logged-in .folderBtns{
    display: none;
}*/

.media-detail {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 44px;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
}
.media-detail .media-detail-inner {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 4px 6px;
	align-items: center;
	flex-wrap: wrap;
}

.media-detail .leftContent {
	flex: 0 0 calc(100% - 75px);
	max-width: calc(100% - 75px);
}
.rightContent {
	flex: 0 0 60px;
	max-width: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.slideTitle {
	position: absolute;
	left: 15px;
	bottom: 15px;
	color: #fff;
	    display: none;

} 
.media-detail span.iconbx {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.media-detail span.iconbx.delete-media svg {
	width: 15px;
	height: auto;
	fill: #fff;
	position: relative;
	top: -1px;
}
.subscriber-logged-in.single-folders
	.custom_attachment_data
	.folder-box
	.media-detail
	span.iconbx
	img,
.subscriber-logged-in
	.userSearch
	.custom_attachment_data
	.folder-box
	.media-detail
	span.iconbx
	img {
	width: 14px;
	height: auto !important;
	object-fit: unset;
}
.media-detail .leftContent span.mediaTitle {
	color: #fff;
	font-size: 14px;
}
.ellipsis-text {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 17px;
	max-height: 34px;
}
.folder-box.userFolderBox:hover .media-detail {
	display: block;
}
.folderBtns.userDashboard {
	justify-content: right;
}
.folderBtns.userDashboard #customCreateFolder {
	font-family: "Afacad", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	/*    text-transform: uppercase;*/
}
.folderBtns.userDashboard a {
	font-size: 16px;
}
.result_count.resultCountUser {
	font-size: 20px;
}
.result_count.resultCountUser span.total_number {
	color: #fff;
}
.userSearchWrapper {
}

#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	border-right: none;
	border-radius: 0;
	padding: 1px 5px;
	color: #fff;
	font-size: 14px;
	top: 50%;
	font-weight: 400;
	transform: translateY(-50%);
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;

	min-width: 15px;
}

#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:after,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:after,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:xlink="http://www.w3.org/1999/xlink" width="512" height="512" x="0" y="0" viewBox="0 0 24 24" style="enable-background:new 0 0 512 512" xml:space="preserve" class=""><g><path fill="%23ffffff" fill-rule="evenodd" d="M5.293 5.293a1 1 0 0 1 1.414 0L12 10.586l5.293-5.293a1 1 0 1 1 1.414 1.414L13.414 12l5.293 5.293a1 1 0 0 1-1.414 1.414L12 13.414l-5.293 5.293a1 1 0 0 1-1.414-1.414L10.586 12 5.293 6.707a1 1 0 0 1 0-1.414z" clip-rule="evenodd" opacity="1" data-original="%23000000"></path></g></svg>');
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
}
#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove
	span,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove
	span,
.custom-tags-updation
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove
	span {
	display: none;
}
#search_results
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice,
#custom-upload-form
	.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	position: relative;
	z-index: 1;
}
.subscriber-logged-in .search_result_data .nodata_found {
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding-top: 40px;
}
.folder_info_list .folder_info_inner .edit-media-info .iconBtn.viewIconMode {
	display: none;
}
.folder_info_list
	.folder_info_inner.editing
	.edit-media-info
	.iconBtn.viewIconMode {
	display: flex;
}
.folder_info_list .folder_info_inner.editing .edit-media-info .editMediaInfo {
	display: none;
}
.folder_info_inner.editing .detail-name[contenteditable="true"] {
	border: 1px solid #eaeaea;
	min-height: 25px;
	padding: 1px 10px;
	font-size: 16px;
	border-radius: 4px;
	background-color: #fff;
}
.folder_info_inner.editing .detail-name:focus {
	outline: none;
	box-shadow: none;
}
.fullwidth a {
	width: 100% !important;
	outline: unset;
}
.uploadMedia a:focus {
	color: #fff !important;
	outline: unset;
}
.uploadPopupBox a.dialog-close-button.dialog-lightbox-close-button {
	outline: unset;
}
.user_category_wrapper.existedGalleyWrapper .inner-cat-wrapper {
	grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.hideUploadBtn .uploadMedia {
	display: none !important;
}
.existedGalleyWrapper .category-folder-name .cat-folder-label {
	font-size: 16px;
}
.createGalleyBtn {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 250px;
}
.createGalleyBtn a.primary_btn {
	min-height: auto;
	text-transform: capitalize;
}
.SliderPauseIcon {
	display: none;
}
.autoPlaySlideShow.started .SliderPauseIcon {
	display: block;
}
.autoPlaySlideShow.started .SliderPlayIcon {
	display: none;
}
.folderBtns.userSearchBtns {
	display: flex;
	justify-content: space-between;
}
.folderleftBtns {
	display: flex;
	gap: 10px;
}
#openSearchBox {
	display: none;
}
#saveSearch {
	text-transform: capitalize;
	min-height: auto;
	margin-top: 20px;
	display: inline-block;
}
input#search_name {
	width: 100%;
	min-height: 45px;
	border-radius: 8px;
	border: 1px solid #e2e2e2;
	padding: 6px 15px;
	font-size: 16px;
	font-family: "Afacad", Sans-serif;
	line-height: 1.3;
	color: #62686f;
}
.saveSearchFormInner .formRow {
	text-align: right;
}
input#search_name:focus,
input#search_name:focus-visible {
	outline: 0;
}
span.saveTextNotice {
	display: inline-block;
	text-align: right;
	width: 100%;
	color: green;
	margin-top: 10px;
}
.dialog-close-button:focus {
	outline: unset;
}
.userSavedSearches table.invited_users_list {
	background-color: #fff;
	max-width: 700px;
	margin: 0 auto;
}
.invited_users_wrapper.userSavedSearches h1 {
	text-align: center;
	color: #fff;
}
.deleteSearch {
	cursor: pointer;
}
.invited_users_wrapper.userSavedSearches a {
	color: #1877f2;
}
.passwordRequiredWrapper {
	display: none !important;
}
.passwordFormInner {
	max-width: 300px;
	margin: 0 auto;
	background-color: #fff;
	padding: 20px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex-wrap: unset;
}
.passwordFormInner label {
	font-size: 18px;
	font-family: "Afacad", Sans-serif;
}
.passwordFormInner input {
	width: 100%;
	min-height: 45px;
	border-radius: 8px;
	border: 1px solid #e2e2e2;
	padding: 6px 15px;
	font-size: 16px;
	font-family: "Afacad", Sans-serif;
	line-height: 1.3;
	color: #62686f;
}
a#saveRequiredPassword {
	text-align: center;
	min-height: auto;
	text-transform: capitalize;
}
.userNotice {
	color: red;
}

.passwordRequired .passwordRequiredWrapper {
	display: block !important;
}
.passwordRequired .userMediaContent,
.passwordRequired .uploadMedia,
.unInvitedPeople .userMediaContent,
.unInvitedPeople .uploadMedia {
	display: none !important;
}
.downloadNotAllowed .slideDownload,
.commentsNotAllowed .slideComent,
.sharingNotAllowed .slideShare {
	display: none;
}
.slideShare img {
	width: 18px;
}
.userProfileWrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
}
.notification-box {
	position: absolute;
	right: 0;
	width: 380px;
	top: 50px;
	display: none;
	background-color: #fff;
	border-radius: 10px;
}
.user-notification {
	position: relative;
}
.notification-box ul.notification-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.notificaion-icon {
	cursor: pointer;
}

.notification-header {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin: 0;
	padding: 0 0 0 5px;
}
/*.notification-list li {
    border-bottom: 1px solid #ddd;
}*/
.notification-inner-box li {
	padding: 0px;
}
.notification-list li:last-child {
	border-bottom: none;
}
.notification-list a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	color: #62686f;
	font-size: 14px;
	transition: background-color 0.3s ease, color 0.3s ease;
	line-height: 1.4em;
	position: relative;
}
.notification-list li:hover {
	background-color: #f0f8ff;
	color: #007bff;
}
.notification-footer {
    padding: 10px 15px;
    text-align: center;
    border: 1px solid #ececec;
    border-top: none;
    border-radius: 0px 0px 8px 8px;
}
.notification-footer a {
	color: #007bff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	transition: color 0.3s ease;
}
.notification-footer a:hover {
	color: #0056b3;
}
.notification-box .notification-inner-box {
	border: 1px solid #ececec;
	border-top: 0;
	padding: 0px;
	max-height: calc(100vh - 200px);
	overflow: auto;
}

li.no-notification {
	text-align: center;
	padding: 10px;
}
.noti-header-wrapper {
	background: #162942;
	border-radius: 8px 8px 0 0;
	padding: 12px 15px;
	display: flex;
	align-items: center;
}
.notification-box span.bell-icon {
	flex: 0 0 26px;
	max-width: 26px;
	background: rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 26px;
}
.notification-box span.bell-icon img {
	width: 11px;
	height: auto;
}
.notification-box .notification-info {
	display: flex;
	align-items: flex-start;
}
.notification-box .box1 {
	flex: 0 0 30px;
	max-width: 30px;
}
.notification-box .imgbox {
	width: 100%;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}
.light-green {
	background: rgb(48 197 57 / 8%);
}
.light-orange {
	background: rgb(255 159 50 / 8%);
}
.blue {
	background: rgb(50 91 255 / 8%);
}
.sky {
	background: rgb(50 176 255 / 8%);
}
.notification-box .box2 {
	padding-left: 8px;
	flex: 1;
	max-width: calc(100% - 30px);
}
.notification-box .contentbox h4 {
	font-size: 16px;
	color: #162942;
	margin: 0 0 0 0;
	font-weight: 600;
}
.notification-box .contentbox p {
	margin: 2px 0 0 0;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.notification-box .contentbox span {
	text-align: right;
	width: 100%;
	display: block;
	font-size: 12px;
	font-weight: 600;
	padding-right: 0;
	line-height: 1;
	margin-top: 5px;
	position: relative;
}
.notification-box li.unread .contentbox span {
	right: -15px;
}
.notification-box li.unread a:after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	display: block;
	background: #30c539;
}
.notification-box .notification-list a:hover {
	background: #f5f5f5;
}
.notification-box .notification-list a:before {
	content: "";
	width: calc(100% - 30px);
	height: 1px;
	display: block;
	bottom: 0;
	left: 15px;
	right: 0;
	background: #e9e9e9;
	position: absolute;
}
.notification-box .notification-inner-box li.unread a {
	padding-right: 30px;
}
.notification-inner-box li:last-child a:before {
	display: none;
}
span.noti-count {
	position: absolute;
	min-width: 22px;
	height: 22px;
	background: #f44336;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	left: 6px;
	top: -12px;
	/*    border: 2px solid #07080b;*/
	padding: 0 2px;
	right: unset;
}
#profile_img .elementor-widget-container {
	display: flex;
}
.notificaion-icon {
	display: flex;
}
.subscriber-logged-in .custom_attachment_data .folder-box img.lightbox-trigger {
	object-fit: cover;
	width: auto;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}
#photoCommentBox .iconBox svg {
	fill: #62686f;
}
#photoCommentBox .attachementComments {
	margin: 15px -15px 0 -15px;
	padding: 15px 15px 0 15px;
	overflow: auto;
	max-height: calc(100vh - 280px);
	position: relative;
	border-top: 1px solid #ececec;
}

#photoCommentBox ul.commentList {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 31px;
}

#photoCommentBox ul.commentList li .userInfoWrapper {
	display: flex;
	align-items: flex-start;
}

#photoCommentBox .iconBox {
	display: flex;
	flex: 0 0 40px;
	max-width: 40px;
	aspect-ratio: 1/1;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 0;
}

#photoCommentBox .iconBox svg,
.iconBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#photoCommentBox .userInfo {
	flex: 1;
	padding-left: 10px;
	max-width: calc(100% - 40px);
	display: flex;
	flex-direction: column;
	gap: 0;
}

#photoCommentBox .userInfo h4 {
	font-size: 16px;
	color: #162942;
	margin: 0 0 0 0;
	font-weight: 600;
	line-height: 1.35;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

#photoCommentBox span.commentTime {
	font-size: 14px;
	color: #919191;
	display: inline-block;
	position: relative;
	margin-top: -2px;
	font-weight: 600;
}

#photoCommentBox ul.commentList li p {
	font-size: 14px;
	color: #62686f;
	line-height: 1.35;
	margin: 0px 0 0 0;
	padding-left: 50px;
	padding-top: 5px;
}

#photoCommentBox span.iconBtn.deleteComment {
	position: absolute;
	right: 0;
	top: 6px;
	display: flex;
	z-index: 5;
	cursor: pointer;
}

#photoCommentBox .commentList li {
	position: relative;
}

#photoCommentBox span.iconBtn.deleteComment svg {
	width: 16px;
	height: auto;
	fill: #ee204c;
}

#photoCommentBox .modal-content {
	max-width: 500px;
}

#editTagModal {
	z-index: 99;
}

span.tagsNotice {
	color: red;
}

#editTagModal .modal-content {
	max-width: 800px;
	margin-top: 60px;
}

#editTagModal .selectedFiles .userFolderBox .file_checkbox {
	display: none;
}

#editTagModal .selectedFiles .userFolderBox {
	aspect-ratio: 1 / 1;
	background: #f4f4f4;
	border-radius: 15px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
	position: relative;
}
.selectedFiles .userFolderBox span.removeFile {
	position: absolute;
	right: 5px;
	width: 20px;
	height: 20px;
	background-color: red;
	border-radius: 50px;
	font-size: 20px;
	top: 5px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.selectedFiles .userFolderBox span.removeFile img {
	max-width: 10px;
}
#editTagModal .selectedFiles .userFolderBox .file_checkbox {
	display: none;
}
#editTagModal .selectedFiles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	grid-gap: 20px;
	margin-bottom: 25px;
}
span.tagsNotice.green {
	color: green;
}

/* Highlight field with red border */
/*input.field-error,
.select2.field-error .select2-selection {
    border: 2px solid red !important;
    background-color: #ffe6e6 !important;
}*/



#editTagModal .selectedFiles .userFolderBox img.lightbox-trigger {
	object-fit: cover;
	width: auto;
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#photoCommentBox .commentList li:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background: #ececec;
	bottom: -15px;
}

#photoCommentBox .commentList li:last-child:after {
	display: none;
}
.userDashboardBox div#category_content {
	padding: 35px 0px;
}
#dashboardUploadBox,
#dashboardCategoryContent {
	display: none;
}
.titleGalleryField {
	display: flex;
	flex-direction: column;
}
.titleNotice {
	color: red;
	margin-top: 4px;
}
#progress-container {
	border-radius: 22px;
	background-color: #e9e9e9;
	margin-bottom: 18px;
}
#progress-bar {
	border-radius: 25px;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
}
.uploadedContent {
	display: flex;
	justify-content: end;
	align-items: center;
	margin-top: 10px;
}
.uploadedContent img {
	max-width: 80px !important;
}
.uploadedGalleryImages img {
	cursor: pointer;
}
.uploadedGalleryImages .folder-box.userFolderBox {
	border: 5px solid #fff;
}
.uploadedGalleryImages .folder-box.userFolderBox.selectedPhoto {
	border: 5px solid green;
}
.nodatafound.noItems {
	color: #333;
	border: 1px solid;
	border-radius: 8px;
	padding: 6px;
	margin-top: 30px;
}
.nodatafound.noItems img {
	margin-right: 6px;
}
.userDashboardBox .category-folder-name .cat-folder-label {
	font-size: 16px;
}
.uploadedGalleryImages .custom_attachment_data .folder-box img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}
.customBreadCrumbs svg {
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
.backBtnLink {
	font-size: 16px;
	color: #1f2124;
}
.customBreadCrumbs {
	position: absolute;
	left: 0px;
	top: 0px;
}
.user-right-content.userDashboardBox {
	position: relative;
}
.customBreadCrumbs svg path {
	fill: #1f2124;
}
.adminSearchWrapper span.select2.select2-container {
	min-width: 90px;
}
span.select2-dropdown.select2-dropdown--below {
	min-width: 140px;
}
.userActionBtns {
	display: flex;
	gap: 7px;
}
.userActionBtns a {
	color: #0077ed;
}
#resetpasswordform .som-password-input {
	border: 1px solid #e2e2e2;
	border-radius: 8px !important;
	padding: 6px 20px !important;
	min-height: 45px !important;
	font-family: "Afacad", Sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3 !important;
	color: #242b37;
	margin-bottom: 10px !important;
	max-width: unset;
}
#password-lost-form-wrap #resetpasswordform fieldset p label {
	display: block;
	text-align: left;
}
#password-lost-form-wrap p {
	text-align: center;
}
.nodatafound.galleryDbImage {
	display: block;
	width: 100%;
	color: #333;
	text-align: center;
	font-size: 18px;
}
.toggleWrapper .form-switch input[type="checkbox"] {
	width: 40px;
	height: 20px;
	background-color: rgb(255 255 255 / 34%);
}
.toggleWrapper .form-switch input[type="checkbox"]:checked {
	background-color: #1877f2;
	border-color: #1877f2;
}
.toggleWrapper {
	position: absolute;
	top: 20px;
	left: 0;
	display: inline-table;
}
.toggleWrapper .form-check.form-switch {
	display: flex;
	background: #000;
}
.toggleWrapper:hover span.tooltip {
	display: block;
	opacity: 1;
	visibility: visible;
	top: -6px;
}
.racePagination.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.racePagination.pagination a {
	display: inline-block;
	padding: 8px 12px;
	margin: 0 5px;
	text-decoration: none;
	background-color: #f1f1f1;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.racePagination.pagination a:hover {
	background-color: #0073aa;
	color: white;
}
.racePagination.pagination .current {
	background-color: #1877f2;
	color: white;
	border: 1px solid #1877f2;
	font-weight: bold;
}
.racePagination.pagination .disabled {
	pointer-events: none;
	opacity: 0.5;
}
.racePagination.pagination .ellipsis {
	padding: 8px 12px;
	color: #666;
	font-weight: bold;
	cursor: default;
}
.customFileDragDrop label {
	background-color: #f6faff !important;
	padding: 15px 15px !important;
	border-radius: 10px !important;
	border: 1px dashed #1877f2 !important;
	width: 100%;
	display: block !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #212b36 !important;
	font-family: "Afacad", Sans-serif !important;
	cursor: pointer !important;
	display: flex !important;
	align-items: center !important;
	line-height: 1 !important;
	position: relative !important;
	left: 0;
	justify-content: start !important;
}
#postInnerContent .elementor-widget-button .elementor-button {
	background-color: #61ce7000;
	font-family: "Afacad", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	fill: #62686f;
	color: #62686f;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #e6eff3;
	border-radius: 8px 8px 8px 8px;
}
#postInnerContent .main_popup {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
#postInnerContent span.heading-title {
	color: #212b36;
	font-family: "Afacad", Sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	display: block;
}
#postInnerContent .modal-content {
	padding: 50px 20px;
}
#postInnerContentData .modal-content {
	max-width: 860px;
}
.userBackgroundImg {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	z-index: -1;
}
.duplicateList {
	margin-top: 8px;
}
ul.galleryList {
	margin: 0;
	padding: 10px;
	background: #fff;
	width: 100%;
	border-radius: 8px;
	list-style: none;
}
ul.galleryList li {
	padding: 5px;
}
.existedSuggestion {
	font-weight: 600;
}
#user-registration .ur-frontend-form.login {
	box-shadow: none !important;
}
/* activity page start */
.activity-log-wrapper {
	padding: 20px;
	background-color: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	max-width: 900px;
	margin: auto;
}

.activity-log-wrapper .tabs {
	display: flex;
	gap: 10px;
}

.activity-log-wrapper .tab-btn {
	color: #62686f;
	cursor: pointer;
	min-height: 40px;
	font-family: "Afacad", Sans-serif;
	font-weight: 500;
	line-height: 1.2em;
	padding: 8px 20px 9px 20px;
	background: transparent;
	border-radius: 30px;
	border: 0;
}
.tabs-search-wrapper {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.activity-log-wrapper .tab-btn.active {
	border-color: #007bff;
	background-color: #1877f2;
	color: #fff;
}

.activity-log-wrapper .top-bar {
	margin-left: auto;
}
#activity-search:focus,
#activity-search:focus-visible {
	border-color: #0f1013 !important;
	outline: none;
}
#activity-search {
	padding: 6px 12px;
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 40px;
	min-height: 40px;
}

.activity-log-wrapper .activity-table,
.activity-log-wrapper .nested-sub-table {
	width: 100%;
	border-collapse: collapse;
}

.activity-log-wrapper .activity-table th,
.activity-log-wrapper .activity-table td,
.activity-log-wrapper .nested-sub-table th,
.activity-log-wrapper .nested-sub-table td {
	padding: 10px;
	border: 1px solid #ddd;
	text-align: left;
}

/* Row behavior */
.activity-log-wrapper .toggle-row {
	background-color: transparent;
	cursor: pointer;
}

.activity-log-wrapper .toggle-row:hover {
	background-color: #e6f0ff;
}

.activity-log-wrapper .child-row.hidden {
	display: none;
}

.activity-log-wrapper .child-row td {
	background-color: #fcfcfc;
}

.activity-log-wrapper img {
	max-width: 100px;
	height: auto;
	border-radius: 4px;
}

.activity-log-wrapper .tab-content {
	display: none;
}

.activity-log-wrapper .tab-content.active {
	display: block;
}

.activity-log-wrapper tbody {
	background: transparent;
}
.activity-log-wrapper-outer {
	padding: 50px 10px;
}

.activity-log-wrapper-outer > h2 {
	font-family: "Afacad", Sans-serif;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
	text-align: center;
	margin: 0 0 20px 0;
}

.table-wrappper {
	overflow: auto;
	margin-bottom: 8px;
	padding-bottom: 8px;
}

.table-wrappper > table {
	margin-bottom: 0;
}
a.back-home-btn {
	font-family: "Afacad", Sans-serif;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #62686f;
	background-color: #fff;
	border-radius: 30px;
	min-height: 40px;
	border: 1px solid #e7e7e7;
	display: inline-flex;
	padding: 6px 15px;
	align-items: center;
}
a.back-home-btn:hover {
	color: #116de3;
	border-color: #116de3;
}
.activity-log-wrapper .tab-btn.active:hover {
	background-color: #116de3;
	color: #fff;
}

.activity-log-wrapper .tab-btn:hover {
	color: #116de3;
	border-color: #116de3;
}
/* body input.ur-input-border-green:not([type="range"]),
body textarea.ur-input-border-green {
	border-color: red !important;
} */
body .custom_login_form .ur-submit-button:hover,
body .custom-reset .button:hover {
	background-color: #116de3 !important;
}
.custom_login_form .lost_password a:hover,
.custom-form-wrap p a:hover {
	text-decoration: underline;
	color: #116de3 !important;
}

.catWrapper .add_new_cat:hover {
	text-decoration: underline;
	color: #116de3 !important;
}
.category-card-inner a:hover {
	transform: translateY(-2px);
	transition: 0.2s all linear;
}
.select2-container
	.select2-selection--multiple
	.select2-selection__rendered
	li {
	margin-right: 4px !important;
	margin-bottom: 4px !important;
}
.category-card-inner a {
	transform: translateY(0px);
	transition: 0.2s all linear;
	display: block;
}
.create_custom_options ul li.create_gallery a:hover {
	color: #333 !important;
}
.gallery-list-tabs ul li.active:hover {
	background-color: #116de3 !important;
}
.custom-innerFiled .browser-input label:hover {
	background-color: #d1e6ff;
}
.comment-img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 6px;
}
.comment-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

th.image {
	width: 82px;
	min-width: 82px;
}

th.date {
	/* width: 200px; */
}
th.cmt-date {
	width: 200px;
}

th.cmt-count {
	width: 130px;
}
p.no-results-msg {
	text-align: center;
}
label.featured_image.uploadPostOptions span.imgbx {
	margin-right: 5px;
}
div#gallery_response {
	text-align: center;
	margin: 10px 0 0 0;
}
.main_popup .folder_info_list li .folder_info_inner.custom-tag-process {
	background: transparent;
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-bottom: 15px;
}

.folder_info_list .folder_info_inner.custom-tag-process .detail-name {
	flex: 0 0 100%;
	max-width: 100%;
	width: 100%;
	margin-bottom: 10px;
}

.folder_info_list .folder_info_inner.custom-tag-process .label {
	font-size: 18px;
	font-weight: 500;
	color: #62686f;
	font-family: "Afacad", Sans-serif;
	line-height: 1.3;
	margin-bottom: 3px;
	display: block;
	flex: 0 0 100%;
	max-width: 100%;
}

.required-asterisk {
    color: red;
    margin-left: 2px;
}


.field-error {
    border: 2px solid red !important;
    background-color: #ffe6e6 !important;
}

.custom-field-error-message {
    color: red;
    font-size: 13px;
    margin-top: 5px;
}
.custom-innerFiled.custom_error_message {
    position: relative;
}

.custom_error_message .custom-field-error-message.field-error-message {
    position: absolute;
    bottom: -18px;
}
.add_cat_box_inner .error-message {
    padding: 0px 15px 5px 15px;
}
/* Media Starts */

@media only screen and (min-width: 768px) {




.breadCrumb_wrapper a {
    /*font-size: 0;*/
    text-decoration: none;
}
.breadCrumbHome svg {
    width: 20px;
    height: 20px;
}
.breadCrumb_wrapper > svg{
    width:10px;
    height: 15px;
}


	#custom-gallery-form .right-form-info,
	#edit-gallery-settings .right-form-info {
		height: 460px;
		overflow-y: auto;
		padding-right: 25px;
	}
	#custom-post-form .right-form-info,
	#edit-folder-settings .right-form-info,
	#profile-edit-form .right-form-info,
	#user-account-form .right-form-info {
		height: 445px;
		overflow-y: auto;
		padding-right: 25px;
	}

	.custom_header.custom_user_header nav .sub-menu li a {
		padding-top: 8px !important;
		padding-bottom: 8px !important;
	}
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
	#edit-folder-settings .right-form-info,
	#profile-edit-form .right-form-info,
	#user-account-form .right-form-info,
	#edit-gallery-settings .right-form-info {
		height: calc(100vh - 350px);
	}
	#edit-folder-settings .right-form-info {
		height: calc(100vh - 200px);
	}
}
@media only screen and (min-width: 1025px) and (max-height: 800px) {
	#edit-folder-settings .right-form-info,
	#profile-edit-form .right-form-info,
	#user-account-form .right-form-info,
	#edit-gallery-settings .right-form-info {
		height: calc(100vh - 200px);
	}
	#edit-folder-settings .right-form-info {
		height: calc(100vh - 200px);
	}
	#edit-gallery-settings .right-form-info {
		height: calc(100vh - 200px);
	}
}
/*@media only screen and (min-width: 768px) and (max-height: 602px){
	#custom-gallery-form .right-form-info{
		  height: calc(100vh - 250px);
	}
}*/

@media only screen and (min-width: 768px) and (max-height: 530px) {
	.lightbox .icon-list-slider .iconbx {
		width: 40px;
		height: 40px;
	}
	.lightbox .icon-list-slider li {
		margin-bottom: 8px;
	}
	.lightbox .prev,
	.lightbox .next {
		width: 40px;
		height: 40px;
		top: 250px;
	}
}

@media only screen and (min-width: 1600px) {
	.folder_heading h3 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 1350px) {
	.inner-cat-wrapper {
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	}
	.userDashboardBox .inner-cat-wrapper {
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}

	.lightbox .lightbox-content {
		padding: 0 80px;
	}
}
@media only screen and (max-width: 1024px) {
	#profile_menu {
		right: 20px;
	}
	.lightbox .lightbox-content {
		padding: 0 60px;
	}
	.activity-log-wrapper-outer {
		padding: 30px 10px;
	}

	.activity-log-wrapper-outer > h2 {
		font-size: 28px;
	}
}

@media (min-width: 992px) {
	.adminSearchWrapper span.select2.select2-container {
		min-width: 120px;
	}
	.adminSearchWrapper #search_results .custom-row {
		grid-template-columns: repeat(5, 1fr);
	}
	.adminSearchWrapper .elementor-widget-shortcode {
		min-width: 80% !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.adminSearchWrapper span.select2.select2-container {
		min-width: 90px;
	}

	.adminSearchWrapper .elementor-widget-shortcode:nth-child(2) {
		flex: 1;
	}

	.adminSearchWrapper > .elementor-widget-shortcode {
		flex: 0 0 auto;
		max-width: max-content;
	}

	.adminSearchWrapper #search_results .custom-row {
		grid-template-columns: repeat(auto-fill, minmax(32%, 1fr));
	}
}

@media only screen and (max-width: 991px) {
	.inner-cat-wrapper {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}
	.subscriber-logged-in.single-folders .post.main_folder_box {
		grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	}
	#search_results.userSearchResults .custom-row {
		grid-template-columns: repeat(auto-fill, minmax(calc(33.3% - 5px), 1fr));
		grid-auto-flow: unset;
	}
}

@media only screen and (max-width: 767px) {
	.breadCrumb_wrapper {
	left: 0px;
	right: 0px;
}
.featuredImageBox .breadCrumb_wrapper{
	left: 15px;
	right: 15px;
}
.breadCrumb_wrapper > svg{
 width: auto;
    height: 13px;
}
.breadCrumb_wrapper .currentPageTitle,
.breadCrumb_wrapper a,
.featured-image-container h1.post-title.singleTitle.newcustomlastchild {
    font-size: 20px !important;
    line-height: 1.1
}

	.activity-log-wrapper .activity-table,
	.activity-log-wrapper .nested-sub-table {
		font-size: 14px;
		line-height: 1.2;
	}
	.activity-log-wrapper .activity-table th,
	.activity-log-wrapper .activity-table td,
	.activity-log-wrapper .nested-sub-table th,
	.activity-log-wrapper .nested-sub-table td {
		padding: 8px;
	}
	.activity-log-wrapper .tab-btn {
		padding-left: 8px;
		padding-right: 8px;
		font-size: 15px;
	}

	.activity-log-wrapper .tabs {
		gap: 5px;
	}

	.activity-log-wrapper {
		padding-left: 15px;
		padding-right: 15px;
	}

	.tabs-search-wrapper {
		justify-content: center;
	}
	.activity-log-wrapper-outer {
		padding: 30px 5px;
	}

	.activity-log-wrapper-outer > h2 {
		font-size: 24px;
	}
	.edit_profile_form .custom-row .custom-innerFiled {
		flex: 0 0 100%;
		max-width: 100%;
	}
	#profile_menu {
		right: 15px;
	}
	.primary_btn,
	.custom-btns .primary_btn,
	.secondry_btn,
	.custom-btns .secondry_btn {
		font-size: 16px;
	}

	.custom_tabs_section .e-n-tabs {
		display: flex;
	}
	.custom_tabs_section .e-n-tabs .e-n-tabs-heading {
		display: flex;
		min-height: auto;
		flex-basis: auto;
	}
	.custom_tabs_section .e-n-tabs .e-n-tabs-heading button {
		margin-bottom: 0px;
		margin-block-end: 0px !important;
	}
	.custom_popup .large_input.upload-file label .top_area {
		font-size: 16px;
	}
	.gallery-row .leftbx1 {
		flex-basis: 100%;
	}
	.gallery-row .rightbx1 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.gallery-list-left {
		min-height: auto;
		margin-bottom: 20px;
	}
	.custom_user_header .elementor-nav-menu--toggle {
		margin-left: auto;
	}
	.custom_user_header .elementor-menu-toggle svg {
		fill: #fff !important;
	}
	.custom_user_header
		.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		position: fixed !important;
		left: auto !important;
		right: 0px;
		width: 220px !important;
		/*    height: calc(100% - 74px);*/
		height: auto;
		top: 58px !important;
		border-radius: 0px !important;
	}
	.user_sidebar_toggle {
		display: flex;
		border-radius: 0px 10px 10px 0px;
		right: -24px;
	}
	.left-side-navbar.user_sidebar {
		top: 73px !important;
		left: -250px !important;
		border-radius: 0px;
		height: calc(100% - 73px);
		width: 250px;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
	}
	.show_user_sidebar.left-side-navbar.user_sidebar {
		left: 0px !important;
		transition: all 300ms ease-in-out;
		-webkit-transition: all 300ms ease-in-out;
		-moz-transition: all 300ms ease-in-out;
	}
	.show_user_sidebar .user_sidebar_toggle {
		border-radius: 50%;
		right: -14px;
	}
	.upload_btn_desktop {
		display: none !important;
	}
	.custom_header.custom_user_header {
		gap: 6px !important;
	}
	.custom_header.custom_user_header .upload_btn_mobile .elementor-button-link {
		padding: 8px 12px !important;
		font-size: 14px !important;
		line-height: 1.1 !important;
	}
	.custom_user_header
		.elementor-nav-menu--dropdown.elementor-nav-menu__container
		ul
		li
		a {
		font-size: 18px !important;
		padding: 12px 10px !important;
	}
	.inner-cat-wrapper {
		gap: 10px;
	}
	.cat-img-card .category-folder-info {
		padding: 15px 10px 10px 10px;
	}
	.category-folder-name .cat-folder-label {
		font-size: 16px;
	}
	.category-folder-name .cat-folder-icon {
		flex: 0 0 14px;
		max-width: 14px;
		display: flex;
	}
	.category-folder-name {
		gap: 6px;
	}
	.user-card-gallery .no_data_found {
		font-size: 18px;
		min-height: 200px;
	}
	.gallery-create-form.edit-profile-wrapper .gallery-row {
		flex-wrap: wrap;
	}
	.secondry_btn,
	.custom-btns .secondry_btn,
	.primary_btn,
	.custom-btns .primary_btn {
		min-height: 45px;
	}
	.gallery-list-tabs ul li {
		font-size: 16px;
		padding: 13px 15px;
	}
	.right-form-info .title-main h2 {
		font-size: 22px;
	}
	.gallery-list-left {
		padding: 20px 10px;
	}
	.dialog-widget
		.dialog-widget-content
		.dialog-message.dialog-lightbox-message {
		max-width: 100% !important;
		width: 100% !important;
		max-height: 100dvh;
	}
	.folderBtns {
		flex-wrap: wrap;
	}
	.folderBtns .download_selected {
		font-size: 16px;
		padding: 5px 15px;
		min-height: 36px;
	}
	.right-btnlist .folderBtns .primary_btn {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.folderBtns .playAll,
	.folderBtns .downloadAll {
		width: 36px;
		height: 36px;
	}
	.lightbox .lightbox-content {
		max-width: 95%;
		padding: 0px;
	}
	.lightbox .icon-list-slider {
		display: flex;
		flex-wrap: wrap;
		gap: 5px;
		top: 10px;
	}
	.lightbox .icon-list-slider li {
		margin-bottom: 0px;
	}
	.lightbox .icon-list-slider .iconbx {
		width: 30px;
		height: 30px;
		padding: 8px;
	}

	.lightbox .close {
		top: 10px;
		right: 10px;
		width: 30px;
		height: 30px;
	}
	.lightbox .close img {
		max-width: 12px;
	}
	.lightbox .icon-desktop {
		display: none;
	}
	.lightbox .icon-mobile {
		display: block;
	}

	.lightbox .prev,
	.lightbox .next {
		width: 36px;
		height: 36px;
		background-color: rgba(0, 0, 0, 0.71);
		backdrop-filter: blur(24px);
	}
	.lightbox .prev img,
	.lightbox .next img {
		max-width: 12px;
	}
	.lightbox .tooltip:after {
		top: -8px;
		left: 13px;
		transform: rotate(90deg);
	}
	.lightbox .tooltip {
		left: 0px;
		top: 38px;
	}
	.sliderPopup .keywordsInfo {
		padding: 10px;
	}
	.custom_header.custom_user_header nav .sub-menu {
		border: none !important;
		border-radius: 0px !important;
	}
	.custom_header.custom_user_header nav .sub-menu li a {
		padding-left: 20px !important;
	}
	.custom_header.custom_user_header nav ul li a {
		justify-content: flex-start !important;
	}
	.custom_header.custom_user_header nav .sub-arrow {
		margin-left: auto;
	}
	.uploadPopupBox .dialog-message.dialog-lightbox-message {
		height: auto !important;
	}
	.activity-log-wrapper .top-bar {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media only screen and (max-width: 575px) {
	.inner-cat-wrapper {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 8px;
	}
	.subscriber-logged-in.single-folders .post.main_folder_box {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 10px;
	}
	.folderBtns {
		gap: 8px 5px;
	}
	.notification-box {
		right: -50px;
		width: 90vw;
		max-width: 380px;
	}
	.userProfileWrapper {
		gap: 10px;
	}
	#search_results.userSearchResults .custom-row {
		grid-template-columns: repeat(auto-fill, minmax(calc(50% - 5px), 1fr));
	}
}

@media only screen and (max-width: 499px) {
	.subscriber-logged-in.single-folders .post.main_folder_box {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 400px) {
	.tooltip {
		min-width: 100px;
		left: -40px;
		right: 0px;
		margin: 0px auto;
		margin-top: 20px;
		top: 0px;
	}
	.tooltip:after {
		transform: rotate(90deg);
		top: -12px;
		left: 42%;
	}
	.dialog-type-lightbox .dialog-message {
		width: 100% !important;
		max-width: 325px !important;
	}
	.dialog-type-lightbox .dialog-widget-content {
		width: 90% !important;
	}

	.secondry_btn,
	.custom-btns .secondry_btn,
	.primary_btn,
	.custom-btns .primary_btn {
		min-width: 100px;
	}
	.lightbox .lightbox-media audio {
		transform: scale(0.8);
	}
	.lightbox .tooltip {
		margin-top: 0px;
	}
}

@media (max-width: 385px) {
	.custom_header.custom_user_header > div {
		width: fit-content !important;
	}
	.custom_header.custom_user_header > div.elementor-nav-menu--toggle {
		flex: 1;
		max-width: 33px !important;
	}
}

@media (max-width: 374px) {
	.adminSearchWrapper span.select2.select2-container {
		min-width: 90px;
	}
	#search_results .custom-row {
		display: flex;
		flex-flow: wrap;
	}
	span.dropdownParentIcon .dropDownContent {
    width: 150px;
}
}

@media (max-width: 350px) {
	#search_results.userSearchResults .custom-row {
		grid-template-columns: repeat(auto-fill, minmax(calc(100% - 0px), 1fr));
	}
}
@media only screen and (max-width: 349px) {
	.lightbox .lightbox-media audio {
		transform: scale(0.7);
	}
}

@media only screen and (max-width: 320px) {
	.custom_header.custom_user_header .account_menu img {
		width: 30px !important;
		height: 30px !important;
	}
	.custom_header.custom_user_header .elementor-widget-container {
		line-height: 1;
	}
}
@media only screen and (max-width: 319px) {
	.inner-cat-wrapper {
		grid-template-columns: repeat(1, 1fr);
	}
	.subscriber-logged-in.single-folders .post.main_folder_box {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 310px) {
	.custom_header.custom_user_header
		> .elementor-widget-mobile__width-initial.elementor-widget.elementor-widget-image {
		max-width: 74px;
	}
	.lightbox .lightbox-media audio {
		transform: scale(0.6);
	}
	.custom_header.custom_user_header {
		min-height: 73px;
	}
}

/* Match only success messages that have ONLY the success class */
p.som-password-sent-message:only-child,
p.som-password-sent-message:not([class*="error"]) {
	color: #155724;
	background-color: #d4edda;
	border: 1px solid #c3e6cb;
	padding: 15px;
	border-radius: 4px;
}

.select2-results__option[aria-disabled="true"] {
	color: #ccc !important;
	cursor: not-allowed;
	background-color: #f9f9f9;
}

.custom-tags-updation span.select2-selection.select2-selection--multiple {
	padding: 10px 25px 10px 10px;
	border-radius: 8px;
	border: 1px solid #e2e2e2 !important;
	min-height: unset;
	position: relative;
}

.custom-tags-updation
	.select2-container--default
	.select2-search--inline
	.select2-search__field {
	height: 20px;
	min-height: unset;
	margin: 0;
}

h2.admin-end-heading {
    color: #000;
}
/*.custom-tags-updation .select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 0;
    margin-right: 5px;
}*/
.password-wrapper {
    position: relative;
}
.password-wrapper .toggle-password {
    position: absolute;
    right: 10px;
    top: 38px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}
.password-wrapper .toggle-password.active {
    color: #000;
}

.password-wrapper .toggle-password.custom-poup-pss {
	right: 455px !important;
	top: 63px !important;
} 

.cat-img-card .owner_tag {
    background: #007aee;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px 8px;
font-size: 14px;
}

.custom-main-galleries .cat-img-card {
    position: relative;
}
 
.custom-main-galleries .category-card-inner a {
    width: 100%;
}


#lightbox-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}
.loader-spinner {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #3498db;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 0.8s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


span.toggle-password.active .cross_line {
    display: none;
}

span.toggle-password span.cross_line {
    border-top: 1px solid #000;
    width: 20px;
    display: inline-block;
    position: absolute;
    transform: rotate(135deg);
    top: 7px;
}

.user-notification-item.no-link, .invited_users_list .no-link  {
    pointer-events: none;
    cursor: default;
    opacity: 0.85;
}

h1.admin-notification-heading {
    color: black !important;
}

body.page-id-3035 .invited_users_wrapper.userSavedSearches {
    padding-bottom: 40px;
    display: block;
}


.cover-profile-nodata {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}

.edit_profile_form .custom-innerFiled input.custom-type-password {
    padding-right: 34px;
}

#toast {
    visibility: hidden;
    min-width: 250px;
    background-color: #f8f8f8; /* Light background */
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 16px 40px 16px 16px;
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%); /* Center horizontally */
    z-index: 9999;
    font-size: 16px;
    font-family: Arial, sans-serif;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out, visibility 0.3s;
}

#toast.show {
    visibility: visible;
    opacity: 1;
}

.select2-container--disabled button.select2-selection__choice__remove {
 cursor: default !important;
}

.customBreadCrumbs.custom-deepr-breadcrumb {
    position: absolute;
    top: -43px;
}

.userDashboardBox .customBreadCrumbs.custom-deepr-breadcrumb {
    top: 0;
}

.userDashboardBox .upload-location-label, .userDashboardBox .upload-nested-btn {
   display: none;
}
.user_category_wrapper.existedGalleyWrapper.testpurpose {
    position: relative;
}
.upload-nested-btn a svg path {
    fill: #1877f2;
}
.upload-nested-btn a {
    display: flex;
    flex-direction: column;
    background: #1877f22e;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 8px;
    gap: 4px;
    font-weight: 600;
    font-size: 18px;
    border-radius: 15px;
    color: #1877f2;
}

.upload-location-label {grid-column: 1 / -1;margin-bottom: -12px;letter-spacing: 0;font-weight: 500;}

.upload-location-label strong {
    color: #1877f2;
} 

.UserSelectedClass {
    /*color: #aaa;*/
    pointer-events: none; /* click disable */
    background-color: #ddd !important;
}
.select2-container--default .select2-results__option--selected.UserSelectedClass{
	color: #ddd !important;
}
.select2-container--default .select2-results__option--selected.UserSelectedClass:before{
	background-color: #ddd !important;
}


.editTagsforsingle {
  cursor: default; /* normal arrow by default */
}

.editTagsforsingle:hover {
  cursor: pointer; /* hand icon on hover */
}

.currentPageTitle.newappliedattheend {
	font-size: 20px;
}


.select2-selection__choice:has(.select2-selection__choice__display .UserSelectedClass) {
  background: #ddd !important;
  pointer-events:none;
}

.select2-results span.UserSelectedClass:before {
    content: "";
    position: absolute;
    width: calc(100% + 40px);
    background: #ddd;
    left: -34px;
    height: calc(100% + 6px);
    z-index: -1;
    border-radius: 5px;
    top: -3px;
}
.select2-results span.UserSelectedClass{
position:relative;
}
.select2-results__option:has(.UserSelectedClass)::before {
  z-index: 2; 
}
 
.select2-results__option:has(.UserSelectedClass)::before,.select2-results__option:has(.UserSelectedClass) {
pointer-events:none;
cursor:not-allowed
}

.featured-image-container h1.post-title.singleTitle.newcustomlastchild {
  position: unset;
  margin: 0;
  font-size: 24px;
  font-weight: 500;
}

.existedSuggestion{
	color:red;
}

.cusomeexistedlist li{
	color:red;
}


.breadCrumb_wrapper span.dropdownParentIcon .dropDownContent ul li a {
        color: #333;
    font-size: 16px;
    font-weight: 500;
    font-family: "Afacad", Sans-serif;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 40px;
    padding: 8px 8px;
}
 .breadCrumb_wrapper span.dropdownParentIcon .dropDownContent ul li {
    padding: 0;
}
 
.breadCrumb_wrapper span.dropdownParentIcon .dropDownContent ul li a:hover {
    color: #1877f2;
}

.select2-selection__choice.UserSelectedClass,
.select2-selection__choice.UserSelectedClass .select2-selection__choice__display,
.select2-selection__choice__display.UserSelectedClass {
    color: #1877f2 !important;
}

.inviteagain {
	color: #0077ed;
}

p.som-password-sent-message.som-password-error-message span {
    padding-right: 280px;
}

#toast {
    position: fixed;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 20px;
    border-radius: 6px;
    color: #fff;
    display: none;
    z-index: 9999;
    min-width: 250px;
    text-align: center;
    font-size: 15px;
}

#toast.show {
    display: block;
}

#toast.success {
    background-color: #28a745; /* green */
}

.galleryList.cusomeexistedlist {
    max-height: 150px;   /* jitna height chahiye utna rakh lo */
    overflow-y: auto;    /* scroll bar aayegi jab jyada items honge */
    border: 1px solid #ddd;
    padding: 5px 10px;
    margin-top: 5px;
    background: #fff;
}
.galleryList.cusomeexistedlist li {
    padding: 3px 0;
    font-size: 14px;
    color: #d00; /* red tone */
}

body:not(.admin-bar) .left-side-navbar {
    display: none !important;
}

.user-notification-heading{
 color:#000 !important;
}

.create_folder.organize_folder{
	display:none ;
}

.main_organize_area .organize_upload{
	display: none !important;
}

.add_cat_box_inner .cat_fields .error-message {
    flex-basis: 100%;   /* pura width le lega */
    order: 99;          /* last me dikhe */
    display: block;     
    color: red;
    margin-top: 8px;
    padding: 0;
    font-size: 14px;
}

/* Also show when selected */
.folder-box.userFolderBox.selected .media-detail {
    display: block;
}

.activity-table a {
    color: #1877F2;
    text-decoration: none; /* agar underline hataani ho */
}

.activity-table a:hover {
    color: #145db2; /* hover effect ke liye thoda dark shade */
}

#requestpasswordaccess {
	text-align: center;
	min-height: auto;
}

#sendAccessRequest {
	text-align: center;
	min-height: auto;
}


.requestAccessForm {
  margin-top: 15px;
}

.passwordFormWrapper label {
  font-weight: 500;
}

.requestAccessForm label {
  padding-top: 20px;
}

.requestAccessForm input[type="email"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 12px;
  font-size: 14px;
  box-sizing: border-box;
}

.requestAccessForm .primary_btn {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: #1877f2;
  color: #fff;
  padding: 10px 15px;
  border-radius: 35px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.requestAccessForm .primary_btn:hover {
  background: #0c5ed7;
}

  
.custom_attachment_data {
    position: relative; /* make container a positioning context */
}

.custom_attachment_data .admin_tag {
    position: absolute;
    top: 10px;   /* distance from top */
    left: 10px;  /* distance from left */
    background: #007aee;
    color: #fff;
    border-radius: 30px;
    padding: 3px 8px;
    font-size: 14px;
    z-index: 10; /* make sure it stays above image */
}

.folder_info_inner .detail-name .original-owner {
    font-size: 14px;
    font-weight: bold;
    display: inline;  /* keep it on the same line */
    color: #666; /* optional for subtle look */
}

span.userNoticeMessage {
    font-weight: 500;
    text-align: center;
}
 

.child-field {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}
.child-field input {
    flex: 1;
}
button.add-child {
    background: #1877f2;
    color: #fff;
    border: none;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}
button.remove-child {
    background: #f44336;
    color: #fff;
    border: none;
    padding: 4px 8px;
    border-radius: 3px;
    cursor: pointer;
}

/* simple modal styling */
#tui-editor-modal { position:fixed; top:0; left:0; right:0; bottom:0; z-index:9999; display:flex; align-items:center; justify-content:center; }
#tui-editor-modal .tui-editor-overlay { position:absolute; inset:0; background:rgba(0,0,0,0.6); }
#tui-editor-modal .tui-editor-dialog { position:relative; width:95%; max-width:920px; background:#fff; padding:16px; border-radius:6px; box-shadow:0 10px 30px rgba(0,0,0,0.4); z-index:10000; }

.myCommentToggleBox {
  display: none;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}

.myCommentToggleBox .switch {
  position: relative;
  display: inline-block;
  width: 36px;
  height: 20px;
}

.myCommentToggleBox .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.myCommentToggleBox .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: .4s;
  border-radius: 20px;
}

.myCommentToggleBox .slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.myCommentToggleBox input:checked + .slider {
  background-color: #2196F3;
}

.myCommentToggleBox input:checked + .slider:before {
  transform: translateX(16px);
}

/* 🔥 Hide Toast UI branding (top-left logo) */
.tui-image-editor-header-logo,
.tui-image-editor-header .tui-image-editor-header-logo-text {
    display: none !important;
}

/* 🔥 Hide Load and Download buttons (top-right) */
.tui-image-editor-header-buttons, .tie-btn-deleteAll, .tie-btn-delete, .tui-image-editor-icpartition {
    display: none !important;
}

/* Optional: center header content if needed */
.tui-image-editor-header {
    justify-content: center !important;
}

#save-edited-image, #close-editor{
    font-family: "Afacad", Sans-serif;
	font-size: 18px;
	text-transform: uppercase !important;
	letter-spacing: 0.02em;
	color: #fff;
	background-color: #1877f2;
	border-radius: 30px;
	min-height: 50px;
	border: 1px solid #1877f2;
	transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	min-width: 120px;
	padding: 6px 15px;
	cursor: pointer;
	font-weight: 500;
}
.otheruseractivity .table-wrappper{
	max-height: 300px;
}

@media only screen and (min-width: 768px){
	.lightbox .lightbox-navigation .prev{
	left:50px;
}

.lightbox .lightbox-navigation .next{
	right:50px;
}
}

@media only screen and (max-width: 767px){
	.lightbox .lightbox-content .icon-list-slider {
		top: 15px;
        left: 50px;
        align-items: center;
	}
	.lightbox .lightbox-content .toggleWrapper:hover span.tooltip {
    top: 32px;
}
.lightbox .icon-list-slider li.slideCommentToggle .commentToggle{
    width: 50px;
    height: 20px;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
}

}
@media only screen and (max-width: 350px){
	.otheruseractivity .tabs .tab-btn{
        font-size: 13px;
        min-height: 30px;
        line-height: 1.1;
        padding: 6px 8px;
	}
}



