@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

::-webkit-scrollbar {
	width: 12px;
	height: 12px;
}

::-webkit-scrollbar-track {
	background: rgb(15, 15, 15);
	border-radius: 6px;
}

::-webkit-scrollbar-thumb {
	background: rgb(119, 119, 119);
	border-radius: 6px;
	border: 2px solid rgb(15, 15, 15);
}

::-webkit-scrollbar-thumb:hover {
	background: rgb(170, 170, 170);
}

* {
	scrollbar-width: thin;
	scrollbar-color: rgb(214, 214, 214) rgb(237, 237, 237);
}

.custom-scrollbar {
	scrollbar-width: thin;
	scrollbar-color: rgb(119, 119, 119) rgb(15, 15, 15);
}

.custom-scrollbar::-webkit-scrollbar {
	width: 12px;
}

.custom-scrollbar::-webkit-scrollbar-track {
	background: rgb(15, 15, 15);
	border-radius: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
	background: rgb(119, 119, 119);
	border-radius: 6px;
	border: 2px solid rgb(15, 15, 15);
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
	background: rgb(170, 170, 170);
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

body {
	margin: 0;
	background-color: rgb(151, 146, 144);
	overflow-x: hidden;
	font-family: 'Inter', serif;
}

.auther-name-sections-detail .small {
	font-size: 0.75em;
}

.right-side-panel .main-panel-content .nav-tabs {
	justify-content: space-between;
	border-bottom: none;
	padding-bottom: 0px;
}

.right-side-panel .main-panel-content .nav-tabs .nav-link.active,
.right-side-panel .nav-tabs .show>.nav-link {
	background: rgb(237, 237, 237);
	color: #323232;
	border-radius: 4px;
}

.right-side-panel .main-panel-content .nav-tabs .nav-link {
	font-size: 14px;
	color: #323232;
	padding: 5px 15px;
	border: none;
}

.right-side-panel .main-panel-content .main-properties-container {
	height: calc(100vh - 204px);
	overflow-y: auto;
	background-color: rgb(237, 237, 237);
	border-radius: 6px;
}

.main-container-content {
	display: flex;
}

.sidebar-slim {
	width: 40px;
	background-color: rgb(237, 237, 237);
	color: white;
	height: calc(100vh - 89px);
	top: 75px;
	left: 8px;
	transition: width 0.3s ease;
	overflow: hidden;
	border-radius: 0px;
	align-items: flex-start;
	display: flex;
	z-index: 2;
	border-right: none;
	border-radius: 0px;
}

.sidebarpanel {
	position: fixed;
	z-index: 3;
	display: flex;
	flex-direction: row;
	margin-top: 0px;
	border-radius: 0px;
	left: 0px;
	box-shadow: 0 2px 4px #0003;
	height: calc(100vh - 89px);
	margin-left: 0px;
	width: auto;
}

.sidebar-slim .list-group-item {
	text-align: center;
	padding: 8px 4px;
	display: flex;
	flex-direction: column;
	font-size: 10px;
	color: #323232;
	width: 40px;
	font-weight: 600;
	background-color: rgb(237, 237, 237);
}

.sidebar-slim .list-group-item:hover {
	background-color: rgb(214, 214, 214);
	color: #323232;
}

.sidebar-slim .list-group-item i {
	font-size: 1rem;
	transition: transform 0.3s;
}

.sidebar-slim .list-group-item:hover i {
	transform: scale(1.2);
}

.sidebar-main {
	width: 300px;
	background-color: #ffffff;
	color: white;
	height: calc(100vh - 89px);
	top: 75px;
	left: 76px;
	display: none;
	transition: all 0.3s ease;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	box-shadow: none;
	border-radius: 0px;
	padding-left: 10px;
	padding-right: 10px;
	overflow-y: auto;
	border-radius: 0px 6px 6px 0px;
}

#iconsAccordion {
	height: calc(100vh - 198px);
	overflow-y: auto;
	border: none;
	background: none;
	scrollbar-width: thin;
	scrollbar-color: rgb(214, 214, 214) rgb(237, 237, 237);
}

#iconsAccordion::-webkit-scrollbar {
	width: 10px;
}

#iconsAccordion::-webkit-scrollbar-track {
	background: rgb(11, 12, 12);
	border-radius: 10px;
}

#iconsAccordion::-webkit-scrollbar-thumb {
	background-color: rgb(151, 146, 144);
	border-radius: 10px;
	border: 2px solid rgb(11, 12, 12);
}

#iconsAccordion::-webkit-scrollbar-thumb:hover {
	background-color: rgb(151, 146, 144);
}

#iconsAccordion .accordion-item {
	border: 1px solid rgb(237, 237, 237);
	background: none;
}

#iconsAccordion .accordion-button {
	font-size: 14px;
	color: #323232;
	background: rgb(237, 237, 237);
	border: none;
	box-shadow: none;
	border-radius: 6px 6px 0 0;
}

#iconsAccordion .accordion-button.collapsed {
	border-radius: 6px 6px 6px 6px;
}

#iconsAccordion .accordion-header {
	border: none;
	background: rgb(183, 178, 176);
	border-radius: 6px;
}

#iconsAccordion .accordion-button:after {
	background-size: 14px;
	background-position: 3px 4px;
}

#iconsAccordion .accordion-body {
	background-color: #ffffff;
	padding: 5px;
	border-radius: 0px;
	border: 1px solid rgb(237, 237, 237);
	border-radius: 0 0 6px 6px;
}

#iconsAccordion .accordion-button:not(.collapsed):after {
	transform: rotate(-180deg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23323232' viewBox='0 0 256 256'%3e%3cpath d='M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
}

#iconsAccordion .accordion-button:after {
	transform: rotate(0deg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23323232' viewBox='0 0 256 256'%3e%3cpath d='M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
}

#templatesAccordion {
	height: calc(100vh - 204px);
	overflow-y: auto;
	border: none;
	background: none;
	scrollbar-width: thin;
	scrollbar-color: rgb(151, 146, 144) rgb(199, 194, 192);
}

#templatesAccordion::-webkit-scrollbar {
	width: 10px;
}

#templatesAccordion::-webkit-scrollbar-track {
	background: rgb(11, 12, 12);
	border-radius: 10px;
}

#templatesAccordion::-webkit-scrollbar-thumb {
	background-color: rgb(151, 146, 144);
	border-radius: 10px;
	border: 2px solid rgb(11, 12, 12);
}

#templatesAccordion::-webkit-scrollbar-thumb:hover {
	background-color: rgb(151, 146, 144);
}

#templatesAccordion .accordion-item {
	border: 1px solid rgb(237, 237, 237);
	background: none;
}

#templatesAccordion .accordion-button {
	font-size: 14px;
	color: #323232;
	background: rgb(237, 237, 237);
	border: none;
	box-shadow: none;
	border-radius: 6px 6px 0 0;
}

#templatesAccordion .accordion-button.collapsed {
	border-radius: 6px 6px 6px 6px;
}

#templatesAccordion .accordion-header {
	border: none;
	background: rgb(183, 178, 176);
	border-radius: 6px;
}

#templatesAccordion .accordion-button:after {
	background-size: 14px;
	background-position: 3px 4px;
}

#templatesAccordion .accordion-body {
	background-color: rgb(183, 178, 176);
	padding: 5px;
	border-radius: 0px;
	border: 1px solid rgb(237, 237, 237);
	border-radius: 0 0 6px 6px;
}

#templatesAccordion .accordion-button:not(.collapsed):after {
	transform: rotate(-180deg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23323232' viewBox='0 0 256 256'%3e%3cpath d='M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
}

#templatesAccordion .accordion-button:after {
	transform: rotate(0deg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23323232' viewBox='0 0 256 256'%3e%3cpath d='M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
}

#brushesAccordion::-webkit-scrollbar {
	width: 10px;
}

#brushesAccordion::-webkit-scrollbar-track {
	background: rgb(11, 12, 12);
	border-radius: 10px;
}

#brushesAccordion::-webkit-scrollbar-thumb {
	background-color: rgb(151, 146, 144);
	border-radius: 10px;
	border: 2px solid rgb(11, 12, 12);
}

#brushesAccordion::-webkit-scrollbar-thumb:hover {
	background-color: rgb(151, 146, 144);
}

#brushesAccordion .accordion-item {
	border: 1px solid rgb(237, 237, 237);
	background: none;
}

#brushesAccordion .accordion-button {
	font-size: 14px;
	color: #323232;
	background: rgb(237, 237, 237);
	border: none;
	box-shadow: none;
	border-radius: 6px 6px 0 0;
}

#brushesAccordion .accordion-button.collapsed {
	border-radius: 6px 6px 6px 6px;
}

#brushesAccordion .accordion-header {
	border: none;
	background: rgb(183, 178, 176);
}

#brushesAccordion .accordion-button:after {
	background-size: 14px;
	background-position: 3px 4px;
}

#brushesAccordion .accordion-body {
	background-color: rgb(183, 178, 176);
	padding: 5px;
	border-radius: 0px;
	border: 1px solid rgb(237, 237, 237);
	border-radius: 0 0 6px 6px;
}

#brushesAccordion .accordion-button:not(.collapsed):after {
	transform: rotate(-180deg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23323232' viewBox='0 0 256 256'%3e%3cpath d='M224,128a8,8,0,0,1-8,8H40a8,8,0,0,1,0-16H216A8,8,0,0,1,224,128Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
}

#brushesAccordion .accordion-button:after {
	transform: rotate(0deg);
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23323232' viewBox='0 0 256 256'%3e%3cpath d='M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
}

#brushesAccordion .accordion-button:after {
	background-size: 14px;
	background-position: 0px 4px;
}

.sidebar-main.show {
	display: block;
}

.sidebarpanel:has(.sidebar-main:not(.show)) .sidebar-slim {
	box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
}

.sidebarpanel:has(.sidebar-main.show) .sidebar-slim {
	border-radius: 0px 0px 0px 0px;
}

.sidebar-main .list-group-item {
	color: white;
	padding: 15px 20px;
	font-size: 16px;
	cursor: pointer;
}

.sidebar-main .list-group-item:hover {
	background-color: rgb(182, 175, 168);
	transform: translateX(10px);
}

.card-body {
	padding: 20px;
}

.accordion-item {
	background-color: #323232;
	margin: 0px 0;
}

.accordion-button {
	background-color: #323232;
	color: rgb(255, 255, 255);
	border: none;
	padding: 5px 10px;
}

.accordion-button:not(.collapsed) {
	background-color: #323232;
}

.main-div-image-list {
	display: flex;
	flex-direction: row;
	border-radius: 6px;
	gap: 5px;
	flex-wrap: wrap;
	padding: 5px 5px;
	background-color: transparent !important;
}

.search-results.main-div-image-list .no-results.small {
	color: #323232;
}

.main-div-image-list:not(:empty) {
	background-color: #ffffff !important;
}

.image-list img {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.image-list {
	border: 1px solid rgba(222, 226, 230, 1);
	border-radius: 6px;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
	cursor: pointer;
}

.image-list:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
}

#uploadfilesSection .main-div-image-list .image-list img {
	width: 54px;
	height: 54px;
}

.presets-main-div-image-list {
	display: flex;
	flex-direction: row;
	border-radius: 6px;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.presets-image-list img {
	width: 44.6px;
	height: 44.6px;
	transition: transform 0.3s ease-out;
}

.presets-image-list:hover {
	transform: translateY(-5px);
}

.presets-image-list {
	border: 1px solid rgba(222, 226, 230, 1);
	border-radius: 6px;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
	cursor: pointer;
	height: 40px;
	width: 40px;
}

.presets-collapsed {
	max-height: 372px;
	overflow: hidden;
}

.presets-expanded {
	overflow-x: hidden;
	height: 185px;
	overflow-y: auto;
}

.main-div-color-overlay-image-list {
	display: flex;
	flex-direction: row;
	border-radius: 6px;
	gap: 5px;
	flex-wrap: wrap;
}

.color-overlay-image-image-list .color-bg-choose-div {
	width: 28px;
	height: 28px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.color-overlay-image-image-list {
	border: 1px solid rgba(222, 226, 230, 1);
	border-radius: 6px;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
	cursor: pointer;
}

.color-overlay-image-image-list:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
}

.transparency-leval-toolbar-title {
	width: 125px;
	margin: 5px 0px;
}

.transparency-leval-toolbar-input {
	width: 70px;
	margin: 5px 0px;
}

.transparency-leval-toolbar-input input {
	height: 25px;
}

.transparency-leval-toolbar-range {
	width: 125px;
	padding: 0px 5px;
	display: flex;
	align-items: center;
	flex-direction: row;
	margin: 5px 0px;
}

.shape-toolbar-title {
	width: 125px;
	margin: 5px 0px;
}

.shape-toolbar-color-bg-choose-div-main {
	border: 1px solid rgba(222, 226, 230, 1);
	border-radius: 6px;
	transition:
		transform 0.2s ease,
		box-shadow 0.2s ease;
	cursor: pointer;
}

.shape-toolbar-color-bg-choose-div-main:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
}

.shape-toolbar-color-bg-choose-div {
	width: 29px;
	height: 29px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
}

.shape-toolbar-color-input {
	width: 125px;
	margin: 5px 0px;
}

.shape-toolbar-color-input input {
	height: 25px;
}

.shape-toolbar-input {
	width: 70px;
	margin: 5px 0px;
}

.shape-toolbar-input input {
	height: 25px;
}

.shape-toolbar-range {
	width: 125px;
}

#closeSidebarBtn {
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	font-size: 18px;
	line-height: 2;
	font-size: 16px;
}

#category-dropdown-sdbar {
	width: 30px;
	height: 30px;
	padding: 0;
	border-radius: 50%;
	font-size: 18px;
	line-height: 2;
	font-size: 16px;
}

.dropdown-item.active,
.dropdown-item:active {
	background-color: rgb(204, 204, 204);
}

.right-sidepanel {
	width: 300px;
	background-color: #323232;
	height: calc(100vh - 71.5px - 71.5px);
	position: fixed;
	top: 75px;
	right: 8px;
	border-radius: 6px;
	box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
	overflow-y: auto;
	padding: 15px;
	z-index: 1;
}

.navbar-main {
	z-index: 999;
	display: flex;
	flex-direction: column;
	background: #323232;
	box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
	padding: 0;
}

.top-left-panel {
	min-width: fit-content;
	height: 62.39px;
	background-color: transparent;
	border-radius: 6px;
	padding: 0px 10px;
	max-width: max-content;
}

.top-left-panel .navbar-text {
	color: #ffffff;
}

.top-left-panel .navbar-text a {
	color: #ffffff;
}

.top-left-file-panel {
	min-width: fit-content;
	height: 27px;
	padding: 0px;
	max-width: max-content;
}

.top-right-panel {
	min-width: fit-content;
	height: 62.39px;
	background-color: transparent;
	border-radius: 6px;
	padding: 0px 0px;
	max-width: max-content;
}

.top-right-panel button i {
	color: #ffffff;
}

.top-left-file-panel .custom-dropdown-header button {
	font-weight: 600;
	font-size: 14px;
	color: #323232;
	padding: 0.125rem 0.75rem;
}

.custom-dropdown-header.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	min-width: 10rem;
}

.custom-dropdown-header.dropdown.show>.dropdown-menu {
	display: block;
	padding: 12px 0px;
}

.custom-dropdown-header.dropdown .dropdown-submenu {
	position: relative;
}

.custom-dropdown-header.dropdown .dropdown-submenu .dropdown-menu {
	left: 100%;
	top: 0;
	margin-top: -1px;
	display: none;
	margin-left: 15px;
}

.custom-dropdown-header.dropdown .dropdown-submenu .dropdown-item {
	padding: 5px 10px;
}

.custom-dropdown-header.dropdown .dropdown-submenu.show>.dropdown-menu {
	display: block;
	padding: 12px;
}

.custom-dropdown-header .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.custom-dropdown-header.dropdown .dropdown-item {
	font-size: 14px;
	font-weight: 400;
	padding: 5px 10px;
}

.custom-dropdown-header.dropdown .dropdown-item:hover,
.custom-dropdown-header.dropdown .dropdown-item:focus {
	background-color: #f2f3f5;
	color: #323232;
}

.custom-dropdown-header .dropdown-toggle::after {
	content: none;
}

.custom-dropdown-header .dropdown-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom-dropdown-header .dropdown-item i {
	margin-left: auto;
	font-size: 0.9em;
}

.custom-dropdown-header .dropdown-menu {
	z-index: 1050;
	position: absolute;
}

.custom-dropdown-header .dropdown-submenu .dropdown-menu {
	margin-top: -1px;
}

.profilePicture {
	background-color: rgb(237, 237, 237);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: white;
	display: flex;
	align-items: center;
	justify-content: center;
}

.exportbtn {
	padding: 8px 17px;
	min-width: auto;
	border: none;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
	background: #ffffff;
	color: #323232;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}

.exportbtn i {
	color: #323232 !important;
}

.main-panel-toggle {
	position: absolute;
	left: -19px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1000;
	padding: 5px 2px;
	background: rgb(237, 237, 237);
	border: 1px solid rgb(237, 237, 237);
	border-radius: 4px 0 0 4px;
	cursor: pointer;
}

.main-panel-toggle i {
	color: #323232;
}

.exportbtn:hover {
	background: rgb(237, 237, 237);
	color: #323232;
}

.exportbtn:focus,
.exportbtn:active {
	background-color: rgb(237, 237, 237) !important;
	color: rgb(74, 66, 72) !important;
}

.uploadfilebtn {
	padding: 8px 17px;
	min-width: auto;
	border: none;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
	background: rgb(237, 237, 237);
	color: #323232;
	font-size: 14px;
	font-weight: 600;
}

.uploadfilebtn:hover {
	background: rgb(214, 214, 214);
	color: #323232;
}

.uploadfilebtn.disabled {
	background: rgb(237, 237, 237);
}

.below-right-panel {
	width: 300px;
	padding: 5px 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	border-radius: 6px 0px 0px 6px;
	position: fixed;
	bottom: 12px;
	right: 10px;
	z-index: 998;
	box-shadow: 0 2px 4px rgb(183, 178, 176);
	background-color: rgb(237, 237, 237);
}

.below-right-panel button i {
	color: #323232;
}

.below-right-panel .change-zoom-below-panel {
	color: #323232;
}

.custom-range {
	width: 100px;
	transform: rotate(0deg);
	margin-left: 10px;
}

.dropdown-menu {
	border: none;
	box-shadow: 0 2px 4px rgba(255, 255, 255, 0.2);
}

.favorite-image-item {
	width: 86px;
	height: 86px;
	margin: 0px 0;
	position: relative;
	cursor: pointer;
}

.favorite-image-item:hover {
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
	border-radius: 8px;
}

.favorite-custom-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	border-radius: 5px;
	border: 1px solid rgba(222, 226, 230, 1);
}

.favorite-custom-image:hover {
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
}

.favorite-custom-dropdown {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.favorite-dropdown-button {
	background: transparent;
	border: none;
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
	color: rgb(204, 204, 204);
	padding: 0px 4px;
	border: 1px solid transparent;
	transition:
		background-color 0.3s ease,
		border 0.3s ease;
}

.favorite-custom-dropdown:hover .favorite-dropdown-button,
.favorite-dropdown-button:focus {
	background: rgb(44, 43, 42);
	border-radius: 4px;
	border: 1px solid rgb(57, 56, 55);
}

.favorite-dropdown-button i {
	font-size: 14px;
}

.favorite-dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #323232;
	padding: 3px 3px;
	list-style: none;
	border: 1px solid rgb(51, 51, 51);
	width: 75px;
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
	border-radius: 4px;
	z-index: 10;
}

.favorite-custom-dropdown:hover .favorite-dropdown-menu {
	display: block;
}

.favorite-dropdown-item {
	padding: 3px 3px;
	color: rgb(204, 204, 204);
	background-color: #323232;
	border: none;
	text-align: left;
	width: 100%;
	cursor: pointer;
	font-size: 12px;
	font-weight: 500;
}

.favorite-dropdown-item:hover {
	background-color: rgb(23, 19, 3);
	color: rgb(206, 179, 38);
}

.favorite-main-div-image-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	background-color: transparent !important;
	padding: 5px 5px;
}

.favorite-main-div-image-list:not(:empty) {
	background-color: #323232 !important;
}

.upload-image-item {
	width: 86px;
	height: 86px;
	margin: 0px 0;
	position: relative;
	cursor: pointer;
}

.upload-image-item:hover {
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
	border-radius: 8px;
}

.upload-custom-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
	border: 1px solid rgba(222, 226, 230, 1);
}

.upload-custom-image:hover {
	box-shadow: 0 6px 12px rgba(255, 255, 255, 0.15);
}

.upload-custom-dropdown {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

.main-div-image-list .image-list .favorite-image-cst-drp {
	display: none;
}

.main-div-image-list .image-list:hover .favorite-image-cst-drp {
	display: block;
}

.main-div-image-list .image-list .upload-image-cst-drp {
	display: none;
}

.main-div-image-list .image-list:hover .upload-image-cst-drp {
	display: block;
}

.upload-dropdown-button {
	background: transparent;
	border: none;
	padding: 5px;
	font-size: 16px;
	cursor: pointer;
	color: rgb(204, 204, 204);
	padding: 0px 4px;
	border: 1px solid transparent;
	transition:
		background-color 0.3s ease,
		border 0.3s ease;
}

.upload-custom-dropdown:hover .upload-dropdown-button,
.upload-dropdown-button:focus {
	background: #ffffff;
	border-radius: 4px;
	border: 1px solid #dddddd;
}

.upload-dropdown-button i {
	font-size: 14px;
	color: #323232;
}

.upload-dropdown-menu {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #ffffff;
	padding: 3px 3px;
	list-style: none;
	border: 1px solid #ccc;
	width: 56px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	z-index: 10;
}

.upload-custom-dropdown:hover .upload-dropdown-menu {
	display: block;
}

.upload-dropdown-item {
	padding: 2px 4px;
	color: #333;
	background-color: #fff;
	border: none;
	text-align: left;
	width: 100%;
	cursor: pointer;
	font-size: 11px;
	font-weight: 500;
}

.upload-dropdown-item:hover {
	background-color: #e8ecfc;
	color: #7101bb;
}

.upload-main-div-image-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

@media (max-width: 768px) {
	.sidebar-slim {
		width: 40px;
	}

	.sidebar-main {
		width: 300px;
		overflow-y: auto;
		left: 76px;
	}
}

.export-modal {
	background: white;
	border-radius: 8px;
	width: 100%;
	max-width: 500px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.modal-title {
	color: #000000;
}

.close-btn {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
}

.export-option {
	margin-bottom: 20px;
}

.export-option label {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
}

.premium-badge {
	font-size: 16px;
}

.publication-permissions {
	background-color: rgb(7, 6, 5);
	padding: 15px;
	border-radius: 4px;
}

.form-select,
.form-control {
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 6px 12px;
	font-size: 14px;
}

.export-modal-with-preview {
	background: white;
	border-radius: 8px;
	width: 100%;
	max-width: 900px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
}

.modal-content-wrapper {
	display: flex;
	gap: 20px;
}

.preview-section {
	flex: 1;
	min-width: 400px;
	border-right: 1px solid rgb(33, 29, 25);
	padding-right: 20px;
}

.preview-container {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	overflow: hidden;
}

.preview-container img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.modal-dialog.modal-xl {
	max-width: 100%;
	margin: 1rem;
}

.canvas-preview-container {
	width: 100%;
	height: auto;
	max-height: calc(100vh - 200px);
	overflow: auto;
	position: relative;
}

.canvas-preview-container img,
.canvas-preview-container canvas {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.modal-content {
	max-height: calc(100vh - 2rem);
	overflow: hidden;
}

.modal-body {
	overflow: auto;
	padding: 1rem !important;
}

@media (max-width: 768px) {
	.modal-dialog.modal-xl {
		margin: 0.5rem;
	}

	.canvas-preview-container {
		max-height: calc(100vh - 150px);
	}
}

.export-options-section {
	flex: 1;
	min-width: 300px;
}

.preview-controls {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid rgb(33, 29, 25);
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.grayscale-toggle {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: rgb(153, 153, 153);
	gap: 10px;
	cursor: pointer;
}

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

.toggle-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.toggle-slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgb(51, 51, 51);
	transition: 0.4s;
	border-radius: 20px;
}

.toggle-slider:before {
	position: absolute;
	content: '';
	height: 16px;
	width: 16px;
	left: 2px;
	bottom: 2px;
	background-color: white;
	transition: 0.4s;
	border-radius: 50%;
}

.toggle-switch input:checked+.toggle-slider {
	background-color: rgb(222, 105, 12);
}

.toggle-switch input:checked+.toggle-slider:before {
	transform: translateX(20px);
}

.copy-modal {
	background: white;
	border-radius: 8px;
	width: 100%;
	max-width: 500px;
	padding: 20px;
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.1);
	min-height: 190px;
}

.center-toolbar {
	position: fixed;
	bottom: 12px;
	left: 51%;
	transform: translateX(-50%);
	flex-wrap: wrap;
	justify-content: center;
	z-index: 998;
	background: rgb(237, 237, 237);
	border-radius: 6px;
	box-shadow: 0 2px 4px rgb(183, 178, 176);
}

.center-toolbar .toolbar-items {
	padding: 10px 10px;
	border-radius: 5px;
}

.center-toolbar .btn i {
	font-size: 1.5rem;
	transition: transform 0.3s;
	color: #323232;
}

.center-toolbar .toolbar-items:hover i {
	transform: scale(1.2);
}

.toolbar-items {
	border: none;
}

.center-toolbar .btn span {
	font-size: 10px;
	color: rgb(170, 170, 170);
	font-weight: 600;
}

.center-toolbar .custom-dropdown-menu {
	position: absolute;
	bottom: 100%;
	right: 0;
	background-color: #ffffff;
	border: 1px solid rgba(222, 226, 230, 1);
	border-radius: 5px;
	box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
	width: auto;
	font-size: 14px;
}

.center-toolbar .custom-dropdown {
	position: relative;
}

.center-toolbar .custom-dropdown-item {
	padding: 5px 10px;
	cursor: pointer;
	white-space: nowrap;
	color: #323232;
	transition: background-color 0.2s;
}

.center-toolbar .custom-dropdown-item:hover {
	background-color: #f2f3f5;
}

.center-toolbar .custom-submenu {
	position: absolute;
	top: 0;
	left: 100%;
	background-color: #323232;
	border: 1px solid rgba(222, 226, 230, 1);
	border-radius: 5px;
	list-style: none;
	padding: 0;
	margin: 0;
	box-shadow: 0 2px 5px rgba(255, 255, 255, 0.2);
	display: none;
}

.center-toolbar .custom-dropdown-item:hover .custom-submenu {
	display: block;
}

.center-toolbar .custom-submenu-item {
	padding: 5px 10px;
	cursor: pointer;
	color: rgb(204, 204, 204);
}

.center-toolbar .custom-submenu-item:hover {
	background-color: rgb(15, 15, 15);
}

.context-menu-item {
	font-size: 10px;
	font-weight: 600;
	padding: 5px 5px;
	transition:
		transform 0.3s ease,
		background-color 0.3s ease,
		color 0.3s ease;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.context-menu-item:hover {
	background-color: #f2f3f5;
	color: rgb(206, 179, 38);
	transform: scale(1.1);
}

.context-menu-item i {
	margin-right: 5px;
}

.context-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}

.context-menu-main {
	position: absolute;
	border: 1px solid #f2f3f5;
	background-color: white;
	padding: 10px;
	z-index: 10;
	pointer-events: auto;
	width: 150px;
	height: auto;
	border-radius: 4px;
}

#slides .slide-main-container {
	height: calc(100vh - 200px);
	overflow-y: auto;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 0px;
}

#slides .slide-list-group-main {
	margin: 0rem 0.25rem;
}

#slides .slide-main-container .slide-list-group {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	flex-direction: column;
}

#slides .slide-main-container .slide-list-group .slide-list-group-item {
	margin-top: 10px;
}

#slides .slide-main-container .slide-list-group .slide-list-group-image {
	position: relative;
	width: 100%;
	height: auto;
	max-height: 132px;
	border-radius: 6px;
	border: 2px solid rgb(74, 66, 72);
	overflow: hidden;
	max-width: 222px;
}

#slides .slide-main-container .slide-list-group .slide-list-group-image img {
	border-radius: 6px;
	width: 100%;
	height: auto;
	max-height: 128px;
	object-fit: cover;
	transition: transform 0.3s ease-in-out;
}

#slides .slide-main-container .slide-list-group .slide-list-group-image::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(221, 221, 221, 0);
	transition: background 0.3s ease-in-out;
}

#slides .slide-main-container .slide-list-group .slide-list-group-image:hover::after {
	background: rgba(221, 221, 221, 0.2);
	cursor: pointer;
}

#slides .slide-main-container .slide-list-group .slide-list-group-image:hover img {
	transform: scale(1.05);
}

#slides .slide-main-container .slide-list-group .slide-list-group-item img {
	border-radius: 6px;
	width: 260px;
	object-fit: cover;
	height: auto;
	max-height: 128px;
}

#slides .slide-main-container .btn-add-slide-btn {
	padding: 8px 17px;
	min-width: auto;
	border: none;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
	background: rgb(199, 194, 192);
	color: #323232;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	max-width: 239px;
}

#slides .slide-main-container .btn-add-slide-btn:hover {
	background: rgb(237, 237, 237);
	color: #323232;
}

.custom-dark-normal-dropdown {
	overflow: hidden;
	background-color: rgb(203, 197, 191);
	border-radius: 10px;
	box-shadow: 0 4px 8px #0000004d;
	background-color: #ffffff;
}

.custom-dark-normal-dropdown .dropdown-item {
	font-size: 0.9rem;
	color: #323232;
}

.custom-dark-normal-dropdown .dropdown-item:hover {
	background: #f2f3f5;
	color: #323232;
}

.custom-dark-normal-dropdown .dropdown-item:focus {
	background: #f2f3f5;
	color: #323232;
}

.object-dropdown-container {
	position: relative;
}

.object-dropdown-menu {
	background-color: #ffffff;
	border-radius: 10px;
	min-width: 200px;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
}

.object-dropdown-item {
	color: #323232;
	padding: 8px 16px;
}

.object-dropdown-item:hover {
	background-color: rgb(187, 187, 187);
}

.object-dropdown-submenu {
	position: relative;
}

.object-submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0;
	margin-left: -5px;
	background-color: #ffffff;
	border-radius: 10px;
	min-width: 150px;
	transition: opacity 0.2s ease-in-out;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
}

.object-dropdown-submenu:hover>.object-submenu,
.object-submenu:hover {
	display: block;
	opacity: 1;
	visibility: visible;
}

.object-submenu-item {
	color: #323232;
	padding: 8px 14px;
}

.object-submenu-item:hover {
	background-color: rgb(170, 170, 170);
	color: #323232;
}

.border-bottom {
	border-bottom: 1px solid #dee2e6 !important;
}

.text-light-gray-ishblue {
	color: rgb(27, 23, 17);
}

.bg-light-gray-ishblue {
	background-color: rgb(27, 23, 17);
}

.text-grayish-lime-green {
	color: #323232;
}

.bg-grayish-lime-green {
	background-color: #323232;
}

.text-dark-gray {
	color: rgb(237, 237, 237);
}

.bg-dark-gray {
	background-color: rgb(237, 237, 237);
}

.text-dark-slate {
	color: rgb(183, 178, 176);
}

.bg-dark-slate {
	background: linear-gradient(to right, #53018a, #570191, #5c0199, #6000a0, #6500a8, #6100a2, #5e009b, #5a0095, #4d0080, #41006c, #350059, #290046);
}

.text-primary-new {
	color: #7101bb;
}

.text-secondary-new {
	color: #323232;
}

.text-yellow-new {
	color: #EF9C06;
}

.comment-icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-left: -10px;
	cursor: pointer;
}

.comment-box {
	left: 15px;
	top: -5px;
	font-size: 14px;
	max-width: 300px;
	min-width: 300px;
	width: 300px;
	word-break: break-word;
	z-index: 1050;
}

.main-canvas-container {
	padding-top: 0rem;
	padding-left: 2.5rem;
	position: relative;
}

#ruler-horizontal {
	position: absolute;
	top: 0rem;
	left: 2.5rem;
	right: 9.1px;
	height: 25px;
	background-color: #f9f9f9;
	border-bottom: 1px solid #ccc;
	z-index: 1 !important;
	overflow: hidden;
	white-space: nowrap;
	font-size: 10px;
	display: flex;
	align-items: flex-end;
}

#ruler-vertical {
	position: absolute;
	top: 0.35rem;
	left: 2.5rem;
	bottom: 9.5px;
	width: 25px;
	background-color: #f9f9f9;
	border-right: 1px solid #ccc;
	z-index: 1 !important;
	overflow: hidden;
	font-size: 10px;
}

.ruler-corner {
	position: absolute;
	top: 0rem;
	left: 2.5rem;
	width: 25px;
	height: 25px;
	background-color: rgb(214, 214, 214);
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	z-index: 2 !important;
}

.sidebar-main.show+.canvas-wrapper {
	width: calc(100vw - 351px);
}

.sidebar-main+.canvas-wrapper {
	width: calc(100vw - 48px);
}

#canvas-container {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
	background-color: #686D6F;
}

#fabricCanvas {
	display: block;
	overflow: scroll;
}

canvas {
	display: block;
}

.right-side-panel {
	width: 300px;
	height: calc(100vh - 146px);
	background-color: rgb(255, 255, 255);
	border: 0px solid rgb(51, 51, 51);
	padding: 10px 10px;
	transition: transform 0.3s ease;
	transform: translateX(100%);
	position: relative;
	top: 54px;
	margin-bottom: 60px;
	border-radius: 6px 0px 0px 6px;
	box-shadow: 0 2px 4px rgb(183, 178, 176);
}

.right-side-panel.expanded {
	transform: translateX(0);
}

.main-panel-content {
	margin-bottom: 20px;
	padding-top: 20px;
}

.object-panel {
	border-top: 1px solid rgb(17, 17, 17);
	padding-top: 0px;
}

.panel-close-button {
	position: absolute;
	top: 10px;
	right: 10px;
	background: none;
	border: none;
	font-size: 18px;
	cursor: pointer;
	padding: 5px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
}

.panel-close-button:hover {
	background-color: rgb(15, 15, 15);
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1000;
}

.rename-modal {
	background: white;
	border-radius: 8px;
	width: 400px;
	box-shadow: 0 2px 10px rgba(255, 255, 255, 0.2);
}

.rename-modal-header {
	padding: 16px;
	border-bottom: 1px solid rgb(26, 26, 26);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rename-modal-header h5 {
	margin: 0;
	font-size: 18px;
	color: black;
}

.rename-modal-header .close-button {
	background: none;
	border: none;
	font-size: 24px;
	cursor: pointer;
	padding: 0;
	color: rgb(153, 153, 153);
}

.rename-modal-body {
	padding: 16px;
}

.rename-modal-body label {
	display: block;
	margin-bottom: 8px;
	color: black;
}

.rename-modal-footer {
	padding: 16px;
	border-top: 1px solid rgb(26, 26, 26);
	display: flex;
	justify-content: flex-end;
	gap: 8px;
}

.rename-modal-footer button {
	padding: 6px 12px;
}

.btn-secondary {
	background-color: rgb(237, 237, 237);
	border: 1px solid rgb(237, 237, 237);
	color: #323232;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: rgb(214, 214, 214);
	border: 1px solid rgb(214, 214, 214);
	color: #323232;
}

.btn-primary {
	background-color: rgb(242, 145, 2);
	border: 1px solid rgb(242, 145, 2);
	color: white;
}

.transform-controls-box {
	position: absolute;
	top: -9.8rem;
	left: 50%;
	transform: translateX(-78%);
	background: white;
	border: 1px solid rgba(222, 226, 230, 1);
	border-radius: 6px;
	padding: 16px;
	box-shadow: 0 2px 8px rgba(255, 255, 255, 0.2);
	z-index: 1000;
	width: 400px;
}

.transform-controls-box label {
	font-size: 0.875rem;
	color: black;
	min-width: 80px;
}

.transform-controls-box input,
.transform-controls-box select {
	border: 1px solid rgba(222, 226, 230, 1);
}

.transform-controls-box input:focus,
.transform-controls-box select:focus {
	border-color: rgb(242, 145, 2);
	box-shadow: 0 0 0 0.2rem rgba(242, 145, 2, 0.25);
}

body {
	font-family: Inter, serif;
}

.cursor-pointer {
	cursor: pointer;
}

.text-white {
	color: #0d1216 !important;
}

.text-white-new {
	color: #ffffff !important;
}

.text-white-dark {
	color: #000000 !important;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #323232;
	text-decoration: none;
	background-color: #f2f3f5;
}

.profilePicture {
	background-color: rgb(237, 237, 237);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: #323232;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dashboard-main-content {
	display: flex;
	justify-content: start;
	align-items: start;
	height: calc(100vh - 104px);
	width: calc(100% - 350px);
	position: relative;
	flex-direction: column;
	background-color: #ffffff;
	margin-top: 3.9rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
	border: 0;
	overflow-x: hidden;
}

@media (max-width: 1680px) {
	.dashboard-main-content {
		width: calc(100% - 350px);
	}
}

@media (max-width: 1600px) {
	.dashboard-main-content {
		width: calc(100% - 350px);
	}
}

@media (max-width: 1536px) {
	.dashboard-main-content {
		width: calc(100% - 350px);
	}
}

@media (max-width: 1440px) {
	.dashboard-main-content {
		width: calc(100% - 350px);
	}
}

.sidebar {
	width: 350px;
	height: calc(100vh - 96px);
	position: fixed;
	left: 0;
	top: 0;
	background-color: #F0F3FD;
	box-shadow: 2px 0 5px rgba(255, 255, 255, 0.3);
	transition: transform 0.3s ease-in-out;
	z-index: 1;
	margin-top: 3.5rem;
}

.sidebar.open {
	background-color: #F0F3FD;
}

@media (max-width: 767px) {
	.sidebar {
		transform: translateX(-100%);
		position: fixed;
		height: calc(100vh - 62px);
		width: 100%;
	}

	.sidebar.open {
		transform: translateX(0);
	}
}

@media (max-width: 768px) {
	.dashboard-main-content {
		display: flex;
		justify-content: start;
		align-items: start;
		height: 100vh;
		width: 100%;
		position: relative;
		flex-direction: column;
	}

	.list-view .main-container-templates {
		flex-direction: column !important;
	}

	.list-view .main-container-templates-list {
		flex-direction: column !important;
	}

	.grid-view .template-item {
		width: 100%;
	}

	.list-view .main-details-file-text {
		margin-left: 0px;
	}

	.list-view .main-container-templates img {
		width: 100% !important;
		max-height: 10rem !important;
		height: auto !important;
		object-fit: cover !important;
		margin-right: 0px !important;
	}

	.list-view .main-container-templates-list img {
		width: 100% !important;
		max-height: 10rem !important;
		height: auto !important;
		object-fit: cover !important;
		margin-right: 0px !important;
	}

	.grid-view .main-container-templates img {
		width: 100% !important;
		max-height: 10rem !important;
		height: auto !important;
		object-fit: cover !important;
	}

	.grid-view .main-container-templates-list img {
		width: 100% !important;
		max-height: 10rem !important;
		height: auto !important;
		object-fit: cover !important;
	}
}

.main-footer-dashboard {
	background-color: #F0F3FD;
}

.main-content {
	flex-grow: 1;
	position: relative;
	z-index: 1;
	padding: 20px;
	background-color: rgb(222, 218, 214);
	color: #323232;
}

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 1020;
}

.overlay.active {
	display: block;
}

.templates-container {
	display: flex;
	overflow-x: auto;
	padding: 10px 5px;
	white-space: nowrap;
	justify-content: flex-start;
	gap: 16px;
}

.templates-container .templates-item {
	min-width: 250px;
	flex-shrink: 0;
	margin-right: 10px;
}

.templates-scrollable-container {
	overflow-x: auto;
	white-space: nowrap;
}

.templates-container {
	display: flex;
	gap: 10px;
	min-width: max-content;
}

.templates-item {
	min-width: 200px;
	height: 150px;
	background-color: white;
	border: 1px solid rgb(255, 255, 255);
	border-radius: 10px;
	text-align: center;
	line-height: 100px;
	flex-shrink: 0;
	transition:
		transform 0.3s ease-out,
		box-shadow 0.3s ease-out;
	cursor: pointer;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
}

.template-names {
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.templates-item img {
	width: 100%;
	max-width: 150px;
	height: 100%;
	max-height: 100px;
	object-fit: cover;
}

.templates-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 8px rgba(255, 255, 255, 0.2);
}

.templates-scrollable-container::-webkit-scrollbar {
	height: 8px;
}

.templates-scrollable-container::-webkit-scrollbar-track {
	background: transparent;
}

.templates-scrollable-container::-webkit-scrollbar-thumb {
	background-color: rgb(199, 194, 192);
	border-radius: 4px;
}

.profile-btn {
	background-color: rgb(237, 237, 237);
	border-radius: 100%;
	width: 40px;
	height: 40px;
	color: rgb(204, 204, 204);
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile-btn:hover {
	color: rgb(204, 204, 204);
}

.dropdown-toggle::after {
	display: none;
}

.custom-dark-normal-dropdown {
	border-radius: 10px;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
	overflow: hidden;
	background-color: #ffffff;
}

.templates-main-container {
	background: #f2f3f5;
	padding: 1rem;
	border-radius: 10px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
	width: 100%;
}

.accordion-item {
	border-radius: 8px;
	background: rgb(222, 218, 214);
	border: none;
	margin-bottom: 8px;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
}

.accordion-button {
	background: #f2f3f5;
	color: #323232;
	font-weight: 600;
	padding: 12px 15px;
	border-radius: 4px;
}

.accordion-button:focus {
	box-shadow: none;
}

.accordion-button:not(.collapsed) {
	color: #323232;
	background-color: #f2f3f5;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.125);
}

.accordion-button::after {
	transition: transform 0.3s ease-in-out;
}

.accordion-button[aria-expanded='true']::after {
	transform: rotate(180deg);
}

.accordion-body {
	background: #ffffff;
	padding: 10px 15px;
	border-radius: 0px 0px 4px 4px;
}

.file-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.cursor-not-allowed {
	cursor: not-allowed !important;
	pointer-events: auto !important;
}

.file-list li {
	padding: 0px 0px;
	font-size: 16px;
	align-items: center;
	gap: 8px;
	transition: background 0.2s;
	display: flex;
	flex-direction: column;
	color: #323232;
}

.file-list-folder {
	padding: 0px 0px 10px 0px;
}

.file-list-folder.collapse.show li:hover {
	background-color: rgb(214, 214, 214);
}

.illustration-item {
	padding: 5px 5px;
}

.illustration-item span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 185px;
}

.file-list li:hover {
	background: #f2f3f5;
	cursor: pointer;
	border-radius: 5px;
}

.shared-file-list li {
	padding: 0px 0px;
	font-size: 16px;
	align-items: center;
	gap: 8px;
	transition: background 0.2s;
	display: flex;
	flex-direction: column;
	color: #323232;
}

.shared-file-list li:hover {
	background: rgb(237, 237, 237);
	border-radius: 5px;
}

.shared-file-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.folder-toggle {
	background: none;
	border: none;
	font-size: 16px;
	color: #323232;
	display: flex;
	align-items: center;
	width: 100%;
	text-align: left;
	padding: 5px 10px;
	transition: background 0.3s;
	margin: 5px 0px 5px 5px;
}

.folder-toggle:hover {
	background: rgb(214, 214, 214);
	border-radius: 5px;
}

.create-folder {
	background: rgb(197, 192, 186);
	border: none;
	color: #323232;
	font-weight: 600;
	padding: 8px;
	transition: background 0.3s;
	border-radius: 8px;
}

.create-folder:hover {
	background: rgb(182, 176, 171);
}

.grid-view .template-item {
	flex-direction: column;
	margin: 0px;
	border: 0;
	background: none;
}

.list-view .template-item {
	flex-direction: row;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
	background: #f2f3f5;
	color: rgb(46, 46, 46);
	width: 100%;
	margin: 5px 0px;
}

.grid-view .main-container-templates .card-title {
	margin-top: 10px;
	color: #0d1216;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	min-width: -webkit-fill-available;
	font-size: 18px;
}

.grid-view .main-container-templates-list .card-title {
	margin-top: 10px;
	color: #0d1216;
	width: 100px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	min-width: -webkit-fill-available;
}

.list-view .main-container-templates img {
	width: 100%;
	object-fit: contain;
	display: block;
}

.list-view .main-container-templates-list img {
	width: 10rem;
	height: 6rem;
	object-fit: cover;
	display: block;
	margin-right: 12px;
	border-radius: 6px;
}

.list-view .main-container-templates {
	flex-direction: row;
	gap: 12px;
	width: 100%;
}

.list-view .main-container-templates-list {
	flex-direction: row;
	gap: 12px;
	width: 100%;
}

.grid-view .main-container-templates img {
	width: 100%;
	object-fit: contain;
	display: block;
}

.grid-view .main-container-templates-list img {
	width: 100%;
	height: 10rem;
	object-fit: cover;
	display: block;
}

.grid-view .main-container-templates {
	flex-direction: column;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
	background: #f2f3f5;
	color: rgb(46, 46, 46);
	border-radius: 6px;
	padding: 10px;
	margin: 5px;
}

.grid-view .main-container-templates-list {
	flex-direction: column;
	box-shadow: 0 2px 4px #0000004d;
	background: rgb(183, 178, 176);
	color: rgb(46, 46, 46);
	border-radius: 6px;
	padding: 10px;
	margin: 3px;
}

.list-view .main-details-file-text {
	margin-left: 0px;
	display: flex;
	flex-direction: column;
}

.list-view .main-container-templates .card-title {
	margin-top: 0px;
	color: #323232;
	font-size: 18px;
}

.list-view .main-container-templates-list .card-title {
	margin-top: 0px;
	color: #323232;
}

.list-view .main-detail-of-card {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}

.grid-view .main-detail-of-card {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}

.list-view .auther-name-sections-detail {
	display: flex;
	font-size: 14px;
	justify-content: flex-start;
	flex-direction: column;
	color: rgba(13, 18, 22, 0.7);
}

.grid-view .auther-name-sections-detail {
	display: flex;
	font-size: 14px;
	justify-content: space-between;
	flex-direction: row;
	align-items: center;
	color: rgba(13, 18, 22, 0.7);
}

.list-view .auther-name {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.grid-view .auther-name {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100px;
}

.navbar-dashboard {
	background: linear-gradient(to right, #53018a, #570191, #5c0199, #6000a0, #6500a8, #6100a2, #5e009b, #5a0095, #4d0080, #41006c, #350059, #290046);
	color: #323232;
	box-shadow: 0 2px 4px #0003;
	height: 62px;
}

.navbar-dashboard .navbar-nav .nav-item .nav-link.active {
	background-color: #ffffff;
	color: #323232 !important;
	border-radius: 6px;
}

.my-files-tool-section {
	border-top: 1px solid #dee2e6;
	border-bottom: 1px solid #dee2e6;
}

.btn-outline-secondary-dboard {
	color: #ffffff;
	background-color: #7101bb;
	border-color: #7101bb;
}

.btn-outline-secondary-dboard:hover,
.btn-outline-secondary-dboard:focus,
.btn-outline-secondary-dboard.dropdown-toggle.show {
	color: #ffffff;
	background-color: #53018a;
	border-color: #53018a;
}

.btn-outline-secondary-dboard.active {
	color: #ffffff;
	background-color: #53018a;
	border-color: #53018a;
}

.accordion-button::after {
	content: '\F282';
	font-family: 'Bootstrap-Icons';
	font-size: 1rem;
	transition: transform 0.3s ease-in-out;
	background-image: none;
}

.accordion-button:not(.collapsed)::after {
	content: '\F286';
	transform: rotate(0deg);
	background-image: none;
}

.canvas-thumbnail {
	transition: transform 0.2s ease;
}

.template-item:hover .canvas-thumbnail {
	transform: scale(1.05);
}

.placeholder-thumbnail {
	transition: background-color 0.2s ease;
}

.template-item:hover .placeholder-thumbnail {
	background-color: rgb(204, 204, 204);
}

.canvas-preview {
	transition: transform 0.2s ease;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.template-item:hover .canvas-preview {
	transform: scale(1.05);
}

.template-item .main-container-templates img.canvas-preview {
	border: 1px solid rgb(170, 170, 170);
	background-color: rgb(225, 225, 225);
}

.template-item .main-container-templates-list img.canvas-preview {
	border: 1px solid rgb(170, 170, 170);
	background-color: rgb(225, 225, 225);
}

.btn-primary-new {
	background: #7101bb;
	color: #ffffff;
	border: none;
}

.btn-primary-new:hover,
.btn-primary-new:focus {
	background: #53018a;
	color: #ffffff;
}

.btn-primary-new:disabled,
.btn-primary-new.disabled {
	background: #c9a8e4;
	/* A faded version of your purple */
	color: #f2f2f2;
	cursor: not-allowed;
	opacity: 0.7;
	pointer-events: none;
}

#sidebarAccordion {
	height: calc(100vh - 198px);
	overflow-y: auto;
	border: none;
	background: none;
	scrollbar-width: thin;
	scrollbar-color: rgb(214, 214, 214) rgb(237, 237, 237);
}

.grid-view .card-preview {
	width: 100%;
	max-width: 100%;
	aspect-ratio: 3 / 2;
	border: 1px solid #ffffff;
	border-radius: 4px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.list-view .card-preview {
	width: 20%;
	max-width: 100%;
	aspect-ratio: 3 / 2;
	border: 1px solid #ffffff;
	border-radius: 4px;
	overflow: hidden;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.preview-image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	background-color: #ffffff;
}

.preview-empty {
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgb(153, 153, 153);
}

.dropdown-menu.custom-position {
	position: absolute !important;
	right: 100%;
	bottom: 0;
	transform: translateX(-5px);
	margin: 0 !important;
	box-shadow: 0 1px 1px 0 rgba(65, 69, 73, .3), 0 1px 3px 1px rgba(65, 69, 73, .15);
}

.logo-link {
	position: relative;
	width: 125px;
	height: 60px;
}

.logo-image {
	object-fit: contain;
	content: url(../../logo-new.png);
}

.preview-container-style {
	border: 1px solid #dee2e6;
	border-radius: 4px;
	padding: 16px;
	background-color: #fff;
}

.preview-image-modal {
	object-fit: contain;
	width: 100%;
	height: auto;
	max-height: 300px;
}

.grayscale-modal {
	filter: grayscale(100%);
}

.share-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5vw;
	z-index: 1051;
}

.share-modal {
	background: white;
	border-radius: 8px;
	width: 90%;
	max-width: 600px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	padding: 0px;
}

.share-modal-header {
	padding: 12px;
	border-bottom: 1px solid #e0e0e0;
	font-size: 1rem;
	text-align: center;
}

.modal-tab {
	color: #000;
	padding-bottom: 4px;
	border-bottom: 2px solid transparent;
	transition: all 0.2s ease;
}

.modal-tab.active {
	color: #000;
	font-weight: 600;
	border-bottom: 2px solid #000;
}

.modal-tab:hover {
	color: #666;
}

.share-modal-body {
	padding: 12px;
}

.avatar-placeholder {
	width: 40px;
	height: 40px;
	background-color: #e0e0e0;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	color: #323232;
}

.owner-badge {
	color: #666;
	font-size: 0.9rem;
}

.email-input-section {
	background-color: #f8f9fa;
	padding: 10px;
	border-radius: 4px;
}

.link-sharing-section {
	margin-top: 15px;
	padding: 10px;
	background-color: #f8f9fa;
	border-radius: 4px;
	color: #666;
}

.community-view {
	min-height: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #f0f0f0;
	text-align: center;
}

.community-view h4 {
	color: #666;
	font-size: 1.2rem;
}

.community-view p {
	color: #666;
	font-size: 1rem;
}

.current-user-section .user-name {
	color: #323232;
	font-size: 1rem;
}

.current-user-section .user-email {
	color: #666;
	font-size: 0.9rem;
}

.btn-close {
	color: #666 !important;
	font-size: 0.8rem;
}

.custom-dropdown-sharing-commu {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 12px center;
	background-size: 16px;
	padding-right: 30px;
	background-color: #ffffff;
}

@media (max-width: 768px) {
	.share-modal {
		width: 95%;
		max-width: 500px;
	}

	.share-modal-header {
		font-size: 0.9rem;
	}

	.avatar-placeholder {
		width: 35px;
		height: 35px;
	}

	.community-view {
		min-height: 200px;
	}

	.navbar-dashboard .navbar-collapse {
		background: linear-gradient(to right, #53018a, #570191, #5c0199, #6000a0, #6500a8, #6100a2, #5e009b, #5a0095, #4d0080, #41006c, #350059, #290046);
		padding: 0px 15px;
	}
}

@media (max-width: 480px) {
	.share-modal {
		width: 98%;
		max-width: 400px;
		padding: 12px;
	}

	.share-modal-header {
		font-size: 0.85rem;
	}

	.avatar-placeholder {
		width: 30px;
		height: 30px;
	}

	.community-view {
		min-height: 180px;
	}

	.modal-tab {
		font-size: 0.85rem;
	}
}

.lines-dropup {
	background: white;
	border: 1px solid #ddd;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.lines-categories {
	border-right: 1px solid #ddd;
}

.category-item {
	color: #000;
}

.category-item:hover {
	background-color: #f0f0f0;
}

.category-item.active {
	background-color: #e9ecef;
}

.line-item {
	color: #000;
}

.line-item:hover {
	background-color: #f0f0f0;
}

.line-item.active {
	background-color: #e9ecef;
	border-color: #0d6efd;
}

.line-preview {
	border: 1px solid #ddd;
	background-color: #ffffff;
}

.line-sample {
	background: #000;
}

.line-sample.dashed {
	border-top: 2px dashed #000;
}

.line-sample.dotted {
	border-top: 2px dotted #000;
}

.line-sample.dashdot {
	border-top: 2px dashed #000;
}

.shapes-dropup {
	background: white;
	border: 1px solid #ddd;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	color: black;
}

.shapes-categories {
	border-right: 1px solid #ddd;
}

.category-item:hover {
	background-color: #f0f0f0;
}

.category-item.active {
	background-color: #e9ecef;
}

.shape-item {
	border: 2px solid transparent;
	color: black;
}

.shape-item:hover {
	background-color: #f0f0f0;
}

.shape-item.active {
	background-color: #e9ecef;
	border-color: #0d6efd;
}

.shape-preview {
	border: 1px solid #ddd;
	background-color: #ffffff;
}

.version-history-modal .modal-dialog {
	max-width: 1000px;
	height: 600px;
}

.version-history-modal .modal-content {
	height: 100%;
	background-color: #fff;
	border-radius: 8px;
}

.version-history-modal .modal-header {
	background-color: #fff;
	border-bottom: 1px solid #dee2e6;
	padding: 12px 16px;
	height: 48px;
}

.version-history-modal .modal-title {
	font-size: 1.1rem;
	font-weight: 400;
	color: #202124;
}

.version-history-body {
	padding: 0;
	height: calc(600px - 48px);
}

.version-history-container {
	display: flex;
	height: 100%;
}

.versions-list {
	width: 280px;
	border-right: 1px solid #dee2e6;
	overflow-y: auto;
	padding: 0;
	background-color: #fff;
}

.date-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 16px;
	background-color: #f1f3f4;
	cursor: pointer;
	font-size: 0.875rem;
	color: #202124;
}

.date-header .arrow {
	font-size: 0.75rem;
}

.time-entries {
	background-color: #fff;
}

.time-entry {
	padding: 8px 16px 8px 24px;
	border-bottom: 1px solid #dee2e6;
	cursor: pointer;
	font-size: 0.875rem;
}

.time-entry:hover {
	background-color: #f1f3f4;
}

.time-entry.selected {
	background-color: #e8f0fe;
	border-left: 2px solid #1a73e8;
	padding-left: 22px;
}

.version-time {
	font-size: 0.875rem;
	color: #202124;
}

.version-time-secondary {
	font-size: 0.75rem;
	color: #5f6368;
	margin-top: 2px;
}

.version-details {
	flex: 1;
	padding: 24px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
}

.selected-preview {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 1px solid #dee2e6;
	padding: 16px;
	margin-bottom: 16px;
}

.selected-preview img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.version-actions {
	padding: 0;
	text-align: right;
}

.make-copy-button {
	background: #7101bb;
	color: #ffffff;
	border: none;
}

.make-copy-button:hover,
.make-copy-button:focus {
	background: #53018a;
	color: #ffffff;
}

.no-versions {
	padding: 16px;
	text-align: center;
	color: #5f6368;
	font-size: 0.875rem;
}

.version-history-modal .btn-close {
	padding: 8px;
	margin: -8px -8px -8px auto;
}

.versions-list::-webkit-scrollbar {
	width: 8px;
}

.versions-list::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.versions-list::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 4px;
}

.versions-list::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.comment-group {
	transition: transform 0.15s ease-in-out;
}

.comment-group:hover {
	transform: scale(1.05);
}

.expanded-box {
	transition: all 0.15s ease-in-out;
}

.comment-text {
	transition: opacity 0.15s ease-in-out;
}

.user-initial {
	transition: all 0.15s ease-in-out;
}

.user-initial:hover {
	transform: scale(1.1);
}

.comment-text,
.user-name-text,
.time-text {
	transition: opacity 0.15s ease-in-out;
}

.custom-modal-unique-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	padding: 10px;
}

.custom-modal-unique-content {
	background: #fff;
	padding: 20px;
	max-width: 700px;
	width: 90%;
	border-radius: 8px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	animation: custom-modal-unique-fadeIn 0.3s ease;
	max-height: 80vh;
	overflow: auto;
}

.custom-modal-unique-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.custom-modal-unique-header h3 {
	margin: 0;
	font-size: 1.2rem;
}

.custom-modal-unique-close {
	font-size: 1.5rem;
	cursor: pointer;
	color: #333;
}

.custom-modal-unique-body {
	padding: 15px 10px;
	font-size: 1rem;
	color: #333;
	overflow-y: auto;
	max-height: 50vh;
	text-align: justify;
}

.custom-modal-unique-footer {
	display: flex;
	justify-content: flex-end;
	gap: 10px;
	padding-top: 15px;
	border-top: 1px solid #eee;
	flex-wrap: wrap;
}

.custom-modal-unique-btn-secondary,
.custom-modal-unique-btn-primary,
.custom-modal-unique-btn-success {
	padding: 10px 16px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background 0.2s ease;
	font-size: 0.9rem;
}

.custom-modal-unique-btn-secondary {
	background-color: #444444;
	color: #ffffff;
}

.custom-modal-unique-btn-secondary:hover {
	background-color: #5c636a;
}

.custom-modal-unique-btn-primary {
	background: linear-gradient(to right, #53018a, #570191, #5c0199, #6000a0, #6500a8, #6100a2, #5e009b, #5a0095, #4d0080, #41006c, #350059, #290046);
	color: #fff;
}

.custom-modal-unique-btn-primary:hover {
	background: linear-gradient(120deg, #53018a, #7101bb);
}

.custom-modal-unique-btn-success {
	background-color: #28a745;
	color: #fff;
}

.custom-modal-unique-btn-success:hover {
	background-color: #218838;
}

@keyframes custom-modal-unique-fadeIn {
	from {
		opacity: 0;
		transform: translateY(-20px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (max-width: 768px) {
	.custom-modal-unique-content {
		max-width: 95%;
		max-height: 85vh;
	}

	.custom-modal-unique-body {
		max-height: 55vh;
	}

	.custom-modal-unique-footer {
		justify-content: center;
	}
}

@media (max-width: 480px) {
	.custom-modal-unique-content {
		padding: 15px;
	}

	.custom-modal-unique-header h3 {
		font-size: 1rem;
	}

	.custom-modal-unique-btn-secondary,
	.custom-modal-unique-btn-primary,
	.custom-modal-unique-btn-success {
		font-size: 0.85rem;
		padding: 8px 12px;
	}
}

.templates-main-container {
	width: 100%;
	padding: 20px;
}

.templates-scrollable-container {
	max-height: 500px;
	overflow-y: auto;
}

.templates-container {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}

.templates-item {
	width: 200px;
	cursor: pointer;
	transition: transform 0.3s ease;
}

.templates-item:hover {
	transform: scale(1.05);
}

.template-names {
	margin-top: 10px;
	font-size: 14px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.template-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 1030;
}

.template-modal-content {
	background-color: white;
	border-radius: 8px;
	width: 90%;
	max-width: 900px;
	max-height: auto;
	overflow: auto;
	display: flex;
	flex-direction: column;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.template-modal-header {
	padding: 16px 20px;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.template-modal-header h4 {
	margin: 0;
	font-size: 1.25rem;
	color: #333;
}

.template-modal-close {
	background: none;
	border: none;
	font-size: 24px;
	color: #888;
	cursor: pointer;
	transition: color 0.3s ease;
}

.template-modal-close:hover {
	color: #333;
}

.template-modal-body {
	padding: 20px;
	flex-grow: 1;
}

.template-modal-layout {
	display: flex;
	gap: 20px;
}

.template-modal-image {
	flex: 0 0 45%;
}

.template-modal-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	object-fit: cover;
}

.template-modal-info {
	flex: 1;
}

.template-modal-info h5 {
	margin-bottom: 10px;
	color: #333;
}

.template-modal-info p {
	color: #666;
	line-height: 1.6;
}

.template-modal-footer {
	padding: 16px 20px;
	border-top: 1px solid #eee;
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 10px;
}

.template-modal-likes {
	display: flex;
	align-items: center;
	gap: 6px;
}

.heart-icon {
	font-size: 20px;
	color: #ff4d4d;
}

.template-use-button {
	color: #ffffff;
	background-color: #7101bb;
	border-color: #7101bb;
}

.template-use-button:hover,
.template-use-button:focus {
	color: #ffffff;
	background-color: #53018a;
	border-color: #53018a;
}


.template-descreption-main-div {
	overflow-x: hidden;
	max-height: 353px;
}

@media (max-width: 768px) {
	.template-modal-layout {
		flex-direction: column;
	}

	.template-modal-image {
		flex: 1;
	}

	.templates-item {
		width: 150px;
	}
}

@media (max-width: 480px) {
	.template-modal-content {
		width: 95%;
		margin: 0 10px;
	}

	.templates-item {
		width: 100%;
	}
}

.crop-tool {
	background: white;
	border: 1px solid #ccc;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.crop-label {
	color: #666;
}

.crop-slider::-webkit-slider-thumb {
	background: #3b82f6;
}

.crop-slider::-webkit-slider-thumb:hover {
	background: #2563eb;
}

.crop-value {
	color: #64748b;
}

.crop-button {
	border: 1px solid #ccc;
}

.apply-button {
	background-color: #007bff;
	color: white;
	border-color: #0056b3;
}

.reset-button {
	background-color: #6c757d;
	color: white;
	border-color: #545b62;
}

.crop-overlay {
	background: rgba(0, 0, 0, 0.5);
}

.cropper-modal {
	background-color: #000;
	opacity: 0.5;
}

.cropper-view-box {
	outline: 1px solid #39f;
	outline-color: rgba(51, 153, 255, 0.75);
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: white;
	color: black;
}

code {
	font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
		monospace;
}

.presets-container {
	overflow-y: auto;
	transition: max-height 0.3s ease;
}

.presets-main-div-image-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	max-height: 372px;
	overflow: hidden;
}

.presets-main-div-image-list.expanded {
	grid-template-rows: auto;
	overflow-x: hidden;
	height: 185px;
	overflow-y: auto;
}

.presets-container::-webkit-scrollbar {
	width: 6px;
}

.presets-container::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.presets-container::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 3px;
}

.presets-container::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.ph-icon-style {
	font-size: 1.25rem !important;
}

.ph-icon-small-style {
	font-size: 1rem !important;
}

.cursor-pointer {
	cursor: pointer !important;
}

.text-danger-new {
	color: #F54243;
}

.theme-custom-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1050;
}

.theme-box {
	transition: border 0.2s ease-in-out;
}