body {
	background-color: rgb(117 73 208 / 11%);
	font-family: "Montserrat", sans-serif;
	color: #424242;
	position: relative;
}

::selection {
	background-color: #7549d0;
	color: #fff;
}

body:after {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background-color: rgb(255 247 242);
}

:root {
	--primary-color: #7549d0;
}

.form-control:focus {
	border-color: #7549d0 !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif;
	color: #2b2b2c;
}

.rounded-20 {
	border-radius: 20px;
}

.bg-gradiant1 {
	background-image: linear-gradient(to right, #5808fa, #7b40f2);
}

.bg-gradiant2 {
	background-image: linear-gradient(to right, #0179f4, #1b02ed);
}

.bg-gradiant3 {
	background-image: linear-gradient(to right, #fa7d73, #f95039);
}

.bg-gradiant4 {
	background-image: linear-gradient(to right, #33c4ab, #2cad69);
}

.bg-light {
	background-color: #ececec !important;
}

.bg-primary {
	background-color: #7549d0 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
	background-color: #2589e0;
}

.text-purple {
	color: #7549d0 !important;
}

.btn-purple {
	color: #fff;
	background-image: linear-gradient(to right, #154a98, #7549d0);
	border-color: #7549d0 !important;
}

.btn-purple:hover {
	background-image: linear-gradient(to right, #7549d0, #154a98);
	border-color: #295aa1 !important;
}

.twelve h1 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.1;
	padding-bottom: 0;
	position: relative;
	color: #000000;
	text-transform: capitalize;
}

/* .card-box {
    background-color: #fff;
    padding: 1.5rem;
    margin-bottom: 24px;
    border: 10px solid #e7eaed;
    border-radius: 1.25rem;
    box-shadow: 1px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
} */
.card-box {
	position: relative;
	background: #fff;
	background-clip: padding-box;
	margin-bottom: 24px;
	border-radius: 10px;
	border-color: transparent;
}

/* .card-box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    margin: -8px;
    border-radius: inherit;
    background: linear-gradient(to left, #7549d0, #154a98);
} */
.page-title-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-left: 5px;
	padding: 0;
	margin-right: 5px;
	margin-bottom: 20px;
	padding-bottom: 7px;
}

.page-title-box .page-title-right {
	float: unset;
	margin-top: 12px;
}

.page-title-box .page-title-right .form-control {
	width: 160px;
}

.left-side-menu {
	background-size: cover;
	background-position: center center;
	background-color: #fff;
	padding: 0px;
}

.logo-box {
	background-color: #fff;
}

.metismenu {
	margin-top: 10px;
	padding-bottom: 80px;
}

#sidebar-menu>ul>li>a.active {
	color: #000;
	background: #f2fff9;
}

#sidebar-menu>ul>li>a.active::after {
	width: 8px;
	transition: all 0.5s;
}

#sidebar-menu>ul>li>a.active i {
	color: #fff;
	transition: all 0.5s;
	background-color: #7549d0;
}

.slimScrollDiv {
	height: auto !important;
	position: relative;
	z-index: 99;
}

#sidebar-menu>ul>li>a {
	color: #eeeeee;
	font-weight: 600;
	margin: 5px 0;
	padding: 3px;
	display: flex;
	align-items: center;
	position: relative;
	font-size: 13px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 100px;
}

/* #sidebar-menu>ul>li>a::after {
    background: #7549d0 !important;
    border-radius: 5px 0 0 5px;
    content: "";
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .5s;
    width: 0;
} */

#sidebar-menu>ul>li>a .menu-badge {
	position: absolute;
	font-size: 10px;
	background-color: #ff0000;
	color: #fff;
	padding: 3px 6px;
	border-radius: 5px;
	right: 3px;
	top: 3px;
	line-height: 1;
}

#sidebar-menu>ul>li>a i {
	transition: all 0.5s;
	margin: 0 5px 0 0;
	font-size: 16px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	/* background-color: #fff; */
	border-radius: 100%;
	transform: rotateY(0);
	transition: 0.5s;
}

#sidebar-menu>ul>li>a:active,
#sidebar-menu>ul>li>a:focus,
#sidebar-menu>ul>li>a:hover {
	color: #000;
	background: #f2fff9;
}

#sidebar-menu>ul>li>a:active::after,
#sidebar-menu>ul>li>a:focus::after,
#sidebar-menu>ul>li>a:hover::after {
	width: 8px;
	transition: all 0.5s;
}

#sidebar-menu>ul>li>a:focus i,
#sidebar-menu>ul>li>a:hover i,
#sidebar-menu>ul>li>a:active i {
	color: #fff;
	transition: all 0.5s;
	background-color: #7549d0;
	transform: rotateY(360deg);
}

#sidebar-menu>ul>li>ul {
	padding-left: 0px;
}

.nav-second-level li a,
.nav-thrid-level li a {
	padding: 8px 20px;
	color: #ffffff;
}

.nav-second-level li.mm-active>a {
	color: #fff;
}

.btn-group-lg>.btn,
.btn-lg {
	font-size: 0.85rem !important;
	height: 100%;
	/* width: -moz-available; */
	width: 12rem;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 0.48rem 0.8rem;
	font-size: 0.85rem;
}

.page-title-box .page-title-right {
	margin-top: 0px !important;
}

.mydivx {
	position: relative;
}

.texty {
	white-space: nowrap;
	color: white;
	font-size: 20px;
	position: absolute;
	overflow: hidden;
	top: 53%;
	left: 46%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.4);
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: 0.5s ease;
}

.mydivx:hover .overlay {
	height: 100%;
}

.button003 {
	background: #34b2c9;
	/* Green */
	border: none;
	color: white;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	text-decoration: none;
	display: inline-block;

	margin: 4px 4px;
	cursor: pointer;
}

.button0003 {
	border-radius: 8px;
}

.mylist li {
	list-style: none;
}

.button003:hover i {
	color: #000000;
}

.content-page {
	margin-left: 250px;
	margin-top: 80px;
}

.logo-box {
	width: 250px;
}

.left-side-menu {
	width: 250px;
	display: grid;
	top: 0;
	bottom: 0;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a i {
	font-size: 1.125rem;
	margin: 0;
}

.enlarged .left-side-menu #sidebar-menu>ul>li>a {
	padding: 0 0px;
	min-height: 50px;
	transition: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a {
	width: auto;
	background: rgba(242, 255, 249, 1);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>a span {
	display: none;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
	top: 0;
	border-radius: 10px;
	background-color: rgba(0, 0, 0, 0.3);
}

.enlarged .nav-second-level {
	position: relative;
}

/* 
.enlarged .nav-second-level:after {
	content: "";
	position: absolute;
	top: 20%;
	left: -5px;
	background-color: #154a98;
	width: 15px;
	height: 15px;
	transform: rotate(45deg);
} */

.nav-second-level li a {
	position: relative;
	color: rgba(255, 255, 255, 01);
	transition: all 0.5s;
	font-weight: 500;
	padding: 7px 10px;
	border-radius: 5px;
	margin: 3px 0;
	font-size: 13px;
}

.nav-second-level li a:focus,
.nav-second-level li a:hover,
.nav-thrid-level li a:focus,
.nav-thrid-level li a:hover {
	color: #ffffff;
}

.nav-second-level li a:hover {
	background-color: #ffffff;
	color: #7549d0;
}

.card-title {
	font-size: 18px !important;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
	width: 250px;
}

.enlarged .nav-second-level li a {
	color: rgba(255, 255, 255);
}

.card-icon-box {
	border-width: 5px !important;
	text-align: center;
}

.card-icon-box.bg-primary {
	background-color: rgba(77, 82, 163, 0.3) !important;
}

.card-icon-box.bg-warning {
	background-color: rgba(249, 200, 81, 0.3) !important;
}

.card-icon-box.bg-danger {
	background-color: rgba(245, 112, 122, 0.3) !important;
}

.card-icon-box.bg-success {
	background-color: rgba(75, 211, 150, 0.3) !important;
}

.card-icon-box .card-body .icon-box {
	width: 100%;
	height: 50px;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -50px 0 10px 0;
}

.card-icon-box .card-body .icon-box i {
	color: #fff !important;
}

.card-icon-box .card-body .card-box-icon {
	color: #fff;
	text-align: center;
}

.card-icon-box .card-body .card-box-content p {
	font-size: 25px;
}

.footer {
	z-index: -1;
}

.navbar-custom {
	background-color: #fff;
	box-shadow: none;
	width: calc(100% - 260px);
	left: auto;
	right: 0;
	backdrop-filter: saturate(200%) blur(30px);
	height: 70px;
	/* border-bottom: 1px solid rgba(27, 2, 237, 0.1); */
	box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
		rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

/* .navbar-custom .button-menu-mobile {
    border-right: 1px solid rgba(27, 2, 237, 0.1);
}

.navbar-custom .topnav-menu .nav-link.dropdown-toggle {
    border-right: 1px solid rgba(27, 2, 237, 0.1);
    border-left: 1px solid rgba(27, 2, 237, 0.1);
} */

.navbar-custom .topnav-menu .nav-link {
	color: #242323;
	min-width: 32px;
	display: block;
	line-height: 70px;
	text-align: center;
	max-height: 70px;
	font-weight: 600;
}

.profile-dropdown {
	width: 195px;
	z-index: 0 !important;
	position: relative;
}

.notification-list .noti-title {
	background-color: #7549d0;
	text-align: center;
}

.notification-list .noti-title h6 {
	color: #fff;
}

.left-side-menu {
	box-shadow: none;
	z-index: 2;
	border-right: 1px solid rgba(27, 2, 237, 0.1);
	border-radius: 0;
	background: linear-gradient(0deg, #7549d0, #4b17b4);
}

#sidebar-menu {
	position: relative;
	z-index: 1;
	background-size: cover;
	background-position: left;
	background-repeat: no-repeat;
	padding-top: 20px;
}

.enlarged #sidebar-menu {
	width: 70px !important;
}

.slimscroll-menu.mm-show {
	overflow: visible;
}

#sidebar-menu::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(0deg, #7549d0, #4b17b4);
	opacity: 0.7;
}

.enlarged .content-page {
	margin-left: 70px !important;
}

.enlarged .left-side-menu {
	position: fixed;
	padding-top: 0;
	width: 70px !important;
	z-index: 5;
}

.enlarged .navbar-custom {
	width: calc(100% - 70px);
	z-index: 06;
}

.navbar-box {
	height: 70px;
	width: 100%;
	margin-left: auto;
	z-index: 1;
	position: fixed;
	display: block;
	right: 0;
}

.card {
	border: 1px solid #e7eaed00;
	border-radius: 10px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
}

/* .card .card-body.step-box .card-box-inner .step {
	color: #1b02ed;
	position: relative;
	display: inline-block;
}

.card .card-body.step-box .card-box-inner .step:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -5px;
	right: 0px;
	background-color: #000000;
} */

.card .card-body.step-box .card-box-inner {
	background-color: rgba(32, 90, 42, 0.06);
	border-radius: 10px;
	margin-bottom: 30px;
	padding: 10px 20px;
}

.ai-image-box {
	position: relative;
	transition: all 0.5s;
}

.ai-image-box:hover .icon-box {
	opacity: 1;
}

.ai-image-box .icon-box {
	position: absolute;
	top: 20px;
	right: 10px;
	background-color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	opacity: 0;
	transition: all 0.5s;
}

.color-selector.form-group label {
	align-self: center;
	margin: 0;
}

.color-selector.form-group {
	display: flex;
	align-content: center;
}

.color-selector.form-group .form-control {
	width: 160px;
	margin-left: 20px;
}

.border-primary {
	border-color: #7549d0 !important;
}

.text-dark {
	color: #1c1c1c !important;
}

.font-weight-bold {
	font-weight: 700 !important;
}

.btn-primary {
	color: #fff;
	background-color: #7549d0 !important;
	border-color: #7549d0 !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #7549d0 !important;
	border-color: #7549d0 !important;
}

.btn-primary:hover {
	color: #fff;
	background-color: #7549d0 !important;
	border-color: #7549d0 !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
	background-color: #7549d0;
	border-color: #7549d0;
}

.card-header {
	background-color: #fff;
}

::-moz-selection {
	color: #fff;
	background-color: #7549d0;
}

::selection {
	color: #fff;
	background-color: #7549d0;
}

.btn {
	padding: 6px 20px;
	font-size: 1rem;
}

.btn-group-sm>.btn,
.btn-sm {
	padding: 6px 14px;
	font-size: 0.85rem;
}

.btn-group-lg>.btn,
.btn-lg {
	padding: 8px 25px;
	font-size: 1.3rem;
}

.table thead tr {
	color: #fff;
	background-color: #7549d0 !important;
}

.table tbody tr {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	/* border-bottom: 1px solid rgba(0, 94, 20, 0.43); */
}

.text-primary {
	color: #1b02ed !important;
}

.upgrade-box {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 20px;
	text-align: center;
	transition: all 0.5s;
	border-radius: 10px;
}

.upgrade-box:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
	transition: all 0.5s;
}

.upgrade-box .media {
	width: 100%;
	height: 220px;
	overflow: hidden;
	text-align: center;
	border-bottom: 1px dashed green;
	transition: all 0.5s;
	padding-bottom: 10px;
}

.upgrade-box .media img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
	object-fit: contain;
}

.upgrade-box .content {
	padding-top: 10px;
}

.upgrade-box .content .title {
	margin-bottom: 20px;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #7549d0;
	border-color: #7549d0;
}

@media screen and (max-width: 991px) {
	.topnav-menu .notification-list.nav-link span {
		display: none;
	}
}

.metismenu .nav-second-level {
	padding: 5px !important;
	border-radius: 5px;
	margin: 0 10px 0 10px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.left-side-menu .slimscroll-menu .user-box {
	padding: 20px;
	color: #fff;
	display: flex;
	align-items: center;
}

.left-side-menu .slimscroll-menu .user-box .avatar {
	width: 60px;
	height: 60px;
}

.left-side-menu .slimscroll-menu .user-box .avatar img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
}

.left-side-menu .user-box .user-info {
	margin-left: 15px;
}

.left-side-menu .user-box .user-info .user-content {
	color: #fff;
	margin: 0 0 5px 0;
}

.left-side-menu .user-box .user-info .user-name {
	color: #fff;
	margin: 0 0 5px 0;
}

.enlarged .left-side-menu .user-box {
	display: none;
}

.left-side-menu .slimscroll-menu .side-log-out {
	position: absolute;
	bottom: 0;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #05074d;
}

.left-side-menu .slimscroll-menu .side-log-out a {
	margin: 0 !important;
	padding: 0 !important;
	background-color: transparent !important;
}

.left-side-menu .slimscroll-menu .side-log-out a span {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 16px;
}

#sidebar-menu>ul>.side-log-out>a:active,
#sidebar-menu>ul>.side-log-out>a:focus,
#sidebar-menu>ul>.side-log-out>a:hover {
	color: #fff;
	background: transparent;
}

#sidebar-menu>ul>.side-log-out>a:active::after,
#sidebar-menu>ul>.side-log-out>a:focus::after,
#sidebar-menu>ul>.side-log-out>a:hover::after {
	width: 0;
}

.navbar-box .header-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	transition: all 0.5s;
	color: #000;
}

.navbar-box .header-btn:hover {
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
	color: rgba(0, 78, 15, 1);
}

label {
	color: #000;
	font-weight: 600;
	font-size: 14px;
}

.card-footer {
	padding: 10px 0;
	background-color: #fff;
	border-top: none;
}

.dropdown-item {
	font-weight: 600;
	color: #000;
	padding: 8px 10px;
	font-size: 14px;
}

.profile-dropdown i {
	width: 17px;
}

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

.btn {
	padding: 7px 15px;
	border-radius: 6px;
	font-size: 15px;
	position: relative;
	transition: all 0.5s;
	overflow: hidden;
}

.btn-sm {
	padding: 6px 10px;
	border-radius: 5px;
	font-size: 12px;
	position: relative;
	font-weight: 700;
	transition: all 0.5s;
}

/* .btn::before {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	right: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}

.btn::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}

.btn:hover::before {
	transition: all 0.5s;
	width: 100%;
}

.btn:hover::after {
	transition: all 0.5s;
	width: 100%;
} */

.table td {
	color: #2d2d2d !important;
}

.table td,
.table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	font-size: 14px;
	font-weight: 600;
}

.box-img {
	position: relative;
	overflow: hidden;
	border: 1px solid #e7eaed;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.box-img .box-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0);
	transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
}

.box-img:hover .box-btn {
	position: absolute;
	transform: translate(-50%, -50%) scale(1);
}

.box-img img {
	width: 100%;
	height: 100%;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border-radius: 10px;
}

.form-control {
	margin-bottom: 10px;
	height: calc(1.5em + 0.9rem + 0px);
	font-size: 13px;
	border-radius: 6px;
}

.navbar-custom .button-menu-mobile {
	margin-left: 15px;
}

body.enlarged {
	min-height: 100% !important;
}

.card-list-box {
	transition: all 0.5s;
	box-shadow: none;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 5px;
	position: relative;
	z-index: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid var(--primary-color);
}

.card-list-box::after {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
}

.card-list-box:hover::after {
	animation: shine 1s;
}

/* .card-list-box::after {
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: var(--primary-color);
	transition: all 900ms ease;
	-webkit-transition: all 900ms ease;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	transform-origin: left center;
	background-position: center center;
	z-index: -1;
	opacity: 0.6
	;
}
.card-list-box:hover::after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	transform-origin: right center;
} */
.card-list-box::before {
	content: "";
	position: absolute;
	inset: 0;
	background: var(--primary-color);
	z-index: -1;
	opacity: 0.5;
}

.card-list-box:hover {
	box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
	transition: all 0.5s;
}

.card-list-box .card-list-top {
	padding-bottom: 15px;
	border-bottom: 1px solid rgb(255 255 255 / 34%);
	text-align: center;
	transition: 0.5s;
}

.card-list-box:hover .card-list-top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.164) !important;
}

.card-list-box .card-list-bottom .title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
}

.card-list-box .card-list-top .title a {
	color: #000;
	transition: 0.5s;
}

.card-list-box .card-list-top .date span {
	color: #000;
	transition: 0.5s;
}

.card-list-box:hover .card-list-top .date span {
	color: #fff !important;
}

.card-list-box:hover .card-list-top .title a {
	color: #fff !important;
}

.card-list-box:hover .card-list-bottom a {
	border: 1px solid rgba(255, 255, 255, 0.247) !important;
}

.btn-light,
.btn-white {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-second-level li.mm-active>a {
	position: relative;
}

.menu-badge {
	position: absolute;
	font-size: 10px;
	background-color: #ff0000;
	color: #fff;
	padding: 3px 6px;
	border-radius: 5px;
	right: 3px;
	top: 3px;
	line-height: 1;
}

.left-side-menu .metismenu .side-title {
	color: #fff;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(242, 255, 249, 0.05);
	display: none;
}

.enlarged .left-side-menu .metismenu .side-title {
	display: none;
}

.nav-user img {
	height: 50px;
	width: 50px;
	background-color: #fff;
	padding: 3px;
	border-radius: 100%;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

.home-box {
	padding: 20px;
	border: 1px solid #e7eaed00;
	border-radius: 10px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	background-color: #ffdcc4;
	transition: all 0.5s;
	margin-bottom: 30px;
	text-align: center;
}

.home-box:hover {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.5s;
}

.home-box .home-icon {
	width: 80%;
	height: 40px;
	border-radius: 10px;
	background-color: #7549d0;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	margin: auto;
}

.home-box .home-content {
	margin-top: 15px;
}

.home-box .home-content .number {
	margin: 0;
}

.home-box .home-content .title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
}

.home-box .home-content .number {
	font-size: 22px;
	font-weight: 700;
}

.tool-description p {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	font-family: "Source Sans Pro", sans-serif;
}

.user-box-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	z-index: 0;
	/* background: rgb(254, 103, 2);
	background: linear-gradient(296deg, rgba(254, 103, 2, 1) 0%, rgb(153 23 9) 100%); */
}

.user-box-wrapper::after {
	content: "";
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #7549d0;
	opacity: 0.7;
}

.user-box-wrapper .user-media {
	max-width: 500px;
	height: 200px;
	width: 100%;
}

.user-box-wrapper .user-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.user-box-wrapper .user-content .title {
	color: #fff;
	font-size: 30px;
	margin: 0 0 15px 0;
	margin-bottom: 20px;
}

.user-box-wrapper .user-content .content {
	color: #fff;
	font-size: 16px;
	margin: 0 0 15px 0;
}

.support-box {
	background-repeat: repeat;
	background-position: center;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
	margin-bottom: 30px;
	background: rgb(254, 103, 2);
	background: linear-gradient(342deg, rgb(89 2 254) 0%, rgb(0 221 201) 100%);
}

.support-box .support-content .title {
	color: #fff;
	font-size: 30px;
	margin: 0 0 15px 0;
}

.support-box .support-content .content {
	color: #fff;
	font-size: 16px;
	margin: 0 0 15px 0;
}

.support-box .support-media {
	width: 100%;
	height: 160px;
}

.support-box .support-media img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.f-14 {
	font-size: 14px;
}

@media screen and (max-width: 991px) {
	.support-box {
		margin-top: 0;
	}

	.user-box-wrapper {
		margin-top: 0;
	}
}

.btn-info {
	color: #fff !important;
}

.btn-warning {
	color: #fff !important;
}

.site-manage-box {
	border-bottom: 1px solid #d3d3d359;
	padding-bottom: 20px;
	margin-bottom: 40px;
}

.nav-pills .nav-link {
	background-color: #7549d0ad;
	color: #fff;
	border-radius: 0px;
	font-size: 15px;
}

@media screen and (max-width: 360px) {
	.nav-pills .nav-link {
		font-size: 14px;
	}
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #7549d0 !important;
}

.tabs-bordered li a.active {
	border-bottom: 0px solid #188ae2 !important;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul {
	left: 0;
	position: relative;
	width: auto;
	margin: 0;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul a {
	padding: 5px !important;
	font-size: 8px;
}

.user-avatar {
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background-color: #f5f5f5;
	padding: 5px;
	margin: 0 auto;
}

.user-avatar img {
	width: 100%;
	height: 100%;
	text-align: center;
	object-fit: contain;
}

.user-avatar1 {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #7549d0;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.user-avatar1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	background-color: #7549d0;
}

.page-title-right {
	display: block !important;
}

#sidebar-menu .menu-arrow {
	right: 10px;
}

.enlarged .left-side-menu #sidebar-menu>ul>li:hover>ul a:hover {
	color: #7549d0;
}

.quick-linkBox .card-body.card-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	text-align: center;
	padding: 15px;
}

.quick-linkBox .quick-link-box {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.quick-link-box .icon-box {
	width: 40px;
	height: 40px;
	background: #7549d024;
	border-radius: 100%;
	color: #7549d0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	transition: all 0.8s cubic-bezier(0.47, 1.64, 0.41, 0.8);
}

.quick-link-box .icon-box::after {
	content: "";
	position: absolute;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 1px solid #7549d0;
	transition: all 400ms cubic-bezier(0.47, 1.64, 0.41, 0.8);
	transform: scale(0);
}

.quick-link-box:hover .icon-box {
	background: #7549d0;
	color: #fff;
	transform: rotateY(360deg);
}

.quick-link-box:hover .icon-box::after {
	transform: scale(1);
}

.quick-link-box .link-content .links {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 0;
}

.quick-linkBox {
	transform: translateY(-70px);
	margin-bottom: -60px;
}

.card-style2 {
	background: #fff;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
	border: 1px solid rgba(0, 0, 0, 10%);
	border-radius: 10px;
	position: relative;
	z-index: 0;
}

.card-style2 .card-wrap-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.card-style2 .icon-wrap i {
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	margin: 20px 0;
	position: relative;
	margin-top: 0;
	z-index: 1;
	transition: 0.5s;
}

.card-style2 .card-wrap-content .count-wrap,
.title {
	margin: 0;
}

.card-style2 .icon-wrap::after {
	content: "";
	position: absolute;
	background: #7549d0;
	width: 40px;
	height: 40px;
	z-index: -1;
	top: 15px;
	/* right: 0; */
	/* bottom: 0; */
	left: 30px;
	border-radius: 10px;
	z-index: -1;
	transform: rotate(30deg);
	transition: 0.5s;
}

.card-style2:hover .icon-wrap::after {
	transform: rotate(0deg);
	top: 20px;
	left: 20px;
}

.support-div {
	position: relative;
	z-index: 0;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius: 15px;
}

.support-div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(137deg, #7549d0, #310e77);
	top: 0;
	border-radius: 15px;
	opacity: 0.7;
}

.support-div .user-info .user-title {
	color: #fff;
}

.support-div .user-info .user-content {
	color: #fff;
}

.user-support-btn {
	display: BLOCK;
	padding: 10px;
	border-radius: 100px;
}

.user-content {
	padding: 20px;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border: 1px solid rgba(255, 255, 255, 0.3);
}

.user-name {
	font-size: 15px;
	color: #fff;
	margin-top: 18px;
	margin-bottom: 15px;
}

.support-div {
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
	box-shadow: 0 6px 4px 0 rgb(217, 212, 211);
}

.support-div .user-info .user-title {
	color: #fff;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 600;
	margin-top: 5px;
}

.support-div .user-info .user-content {
	margin-bottom: 20px;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	margin-top: 18px;
}

.support-div::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	border-radius: 15px;
}

.user-support-btn {
	border-radius: 10px;
	padding: 6px 10px;
	color: #000 !important;
	background: #fff;
	border-color: #fff;
	border: 1px solid rgba(0, 0, 0, 20%);
}

.user-support-btn:hover {
	background: #fff;
	border-color: #fff;
}

/* Progress Bar */
.progress-container {
	padding: 20px 20px 0;
}

.progress {
	height: 6px;
	margin-bottom: 30px;
	background-color: var(--border-color);
}

.progress-bar {
	background-color: #7549d0;
	transition: width 0.3s ease;
}

.progress-steps {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.progress-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 25%;
}

.progress-step.active .step-indicator,
.progress-step.completed .step-indicator {
	background-color: #7549d0;
	border-color: #7549d0;
	color: white;
}

.progress-step.completed .step-indicator {
	background-color: var(--success-color);
	border-color: var(--success-color);
}

.step-name {
	font-size: 12px;
	color: var(--secondary-color);
	transition: all 0.3s ease;
}

.progress-step.active .step-name {
	color: var(--primary-color);
	font-weight: bold;
}

.step-indicator {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--light-color);
	border: 2px solid var(--border-color);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin-bottom: 8px;
	transition: all 0.3s ease;
}

/* Form Steps */
.form-container {
	position: relative;
	min-height: 400px;
}

.form-step {
	display: none;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.form-step.active {
	display: block;
	opacity: 1;
}

.step-header {
	background-color: var(--primary-color);
	color: white;
	padding: 15px 20px;
	border-radius: 5px 5px 0 0;
}

.step-header h3 {
	margin: 0;
	font-size: 1.25rem;
}

.step-content {
	padding: 20px;
}

.step-title {
	color: var(--dark-color);
	margin-bottom: 5px;
}

.step-description {
	color: var(--secondary-color);
	margin-bottom: 20px;
}

.step-footer {
	padding: 15px 20px;
	background-color: #f8f9fa;
	border-top: 1px solid var(--border-color);
	display: flex;
	justify-content: space-between;
}

/* Avatar Selection */
.avatar-selection {
	margin-bottom: 20px;
}

.avatar-option {
	border: 2px solid var(--border-color);
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s ease;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.avatar-option.selected {
	border-color: var(--primary-color);
	box-shadow: 0 0 0 2px rgba(65, 105, 225, 0.3);
}

.avatar-preview {
	height: 180px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f8f9fa;
}

.avatar-preview img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.custom-upload .upload-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: var(--secondary-color);
}

.custom-upload .upload-placeholder i {
	font-size: 24px;
	margin-bottom: 8px;
}

.avatar-info {
	padding: 12px;
	text-align: center;
}

.avatar-info h5 {
	margin: 0;
	font-size: 16px;
	font-weight: 600;
}

.avatar-info p {
	margin: 5px 0 0;
	font-size: 12px;
	color: var(--secondary-color);
}

/* Settings Cards */
.settings-card {
	background-color: white;
	border-radius: 10px;
	box-shadow: 0 2px 4px var(--shadow-color);
	padding: 20px;
	height: 100%;
}

.settings-title {
	font-size: 18px;
	margin-bottom: 20px;
	color: var(--dark-color);
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 10px;
}

/* Toggle Switch */
.toggle-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.custom-switch .custom-control-label::before {
	width: 36px;
	height: 20px;
	border-radius: 20px;
}

.custom-switch .custom-control-label::after {
	top: calc(0.25rem + 2px);
	left: calc(-2.25rem + 2px);
	width: 16px;
	height: 16px;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
	transform: translateX(16px);
}

/* Voice Options */
.voice-options {
	max-height: 250px;
	overflow-y: auto;
	border: 1px solid var(--border-color);
	border-radius: 5px;
}

.voice-option {
	position: relative;
}

.voice-option input[type="radio"] {
	position: absolute;
	opacity: 0;
}

.voice-label {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 15px;
	border-bottom: 1px solid var(--border-color);
	cursor: pointer;
	transition: all 0.2s ease;
	margin: 0;
}

.voice-option:last-child .voice-label {
	border-bottom: none;
}

.voice-option input[type="radio"]:checked+.voice-label {
	background-color: rgba(65, 105, 225, 0.1);
	border-left: 3px solid var(--primary-color);
}

.voice-info {
	display: flex;
	flex-direction: column;
}

.voice-name {
	font-weight: 500;
}

.voice-gender {
	font-size: 12px;
	color: var(--secondary-color);
}

.btn-play {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--light-color);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--primary-color);
	transition: all 0.2s ease;
}

.btn-play:hover {
	background-color: var(--primary-color);
	color: white;
}

/* Background Options */
.background-option {
	display: none;
}

.background-option.active {
	display: block;
}

.color-picker-container {
	display: flex;
	align-items: center;
}

.color-picker-container input[type="color"] {
	width: 40px;
	height: 40px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
}

.color-value,
.color-label {
	font-size: 14px;
	color: var(--secondary-color);
}

.image-upload-container {
	cursor: pointer;
}

.image-preview {
	height: 150px;
	border: 2px dashed var(--border-color);
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.upload-placeholder {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: var(--secondary-color);
}

.upload-placeholder i {
	font-size: 24px;
	margin-bottom: 8px;
}

.preview-image {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

.gradient-preview {
	height: 80px;
	border-radius: 5px;
	margin-top: 15px;
	background: linear-gradient(to right, #4169e1, #87ceeb);
}

/* Range Slider */
.range-slider-container {
	margin-bottom: 20px;
}

.range-labels {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
}

.range-labels span {
	font-size: 12px;
	color: var(--secondary-color);
}

/* Animation Preview */
.animation-preview {
	margin-top: 20px;
	text-align: center;
}

.preview-container {
	height: 100px;
	background-color: #f8f9fa;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.preview-element {
	padding: 10px 20px;
	background-color: var(--primary-color);
	color: white;
	border-radius: 5px;
}

.btn-outline-secondary {
	color: var(--secondary-color);
	border-color: var(--secondary-color);
}

.btn-outline-secondary:hover {
	background-color: var(--secondary-color);
	color: white;
}

/* 
.btn i {
	margin-right: 5px;
} */

.btn-preview-animation i {
	margin-right: 5px;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
	.step-name {
		display: none;
	}

	.progress-step {
		width: auto;
	}

	.step-footer {
		flex-direction: column;
		gap: 10px;
	}

	.step-footer button {
		width: 100%;
	}

	.step-footer button:first-child {
		margin-bottom: 10px;
	}
}

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

.card-style2 .count-wrap {
	font-size: 20px;
	color: #292929;
	transition: 0.5s;
}

.card-style2:hover .count-wrap {
	color: var(--primary-color);
}

.card-style2 .title {
	font-size: 18px;
}

.user-box-wrapper.btn.btn-primary {
	font-size: 14px !important;
}

.user-content .hightlight {
	background: #fff;
	color: var(--primary-color);
	padding: 5px 20px;
	font-size: 24px;
	font-weight: 700;
	border-radius: 100px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px,
		rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}

.welcome-btn {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 100px;
	transition: 0.5s;
	position: relative;
	z-index: 1;
}

.welcome-btn .btn-text {
	transform: translateX(40px);
	transition: 0.5s;
}

.welcome-btn:hover .btn-text {
	transform: translateX(0px);
	color: #fff;
}

.welcome-btn::after {
	content: "";
	background-color: var(--primary-color);
	width: 100%;
	height: 100%;
	z-index: -1;
	position: absolute;
	inset: 0;
	transition: 0.5s;
	left: 100%;
	border-radius: 100px;
}

.welcome-btn:hover::after {
	left: 0;
}

.welcome-btn i {
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: var(--primary-color);
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
	transform: translateX(-50px);
	opacity: 0;
	visibility: hidden;
	margin: 0;
}

.welcome-btn:hover i {
	background: #fff;
	color: var(--primary-color);
	transform: translateX(0px);
	opacity: 1;
	visibility: visible;
}

.user-box-wrapper .user-content .content {
	font-weight: 400;
	margin-bottom: 20px;
}

.page-title-box {
	border-bottom: 2px solid var(--primary-color);
	margin-bottom: 0;
	padding-bottom: 0;
}

.page-title-box .twelve h1 {
	background: var(--primary-color);
	color: #fff;
	line-height: 40px;
	z-index: 0;
	display: inline-block;
}

.page-title-box .twelve .subheading {
	margin-top: 10px;
}

.page-title-box .twelve h1::after {
	content: "";
	width: 0;
	height: 0;
	border-top: 42px solid transparent;
	border-left: 20px solid var(--primary-color);
	border-bottom: 0px solid transparent;
	border-right: 0 solid transparent;
	position: absolute;
	top: 0px;
	right: -20px;
}

.project-detail-div #step1 .card-footer .card-header {
	background: transparent;
}

.project-detail-div #step1 .card-footer .card-header h4 {
	margin: 0;
	color: #fff;
}

.twelve h1 {
	padding: 1px 10px;
	position: relative;
	z-index: 1;
	color: #fff;
}

.upgrade-box {
	overflow: hidden;
	border: 4px solid rgba(0, 0, 0, 10%);
	transition: 0.5s;
	z-index: 0;
}

.upgrade-box:hover {
	border-color: var(--primary-color);
}

.upgrade-box .media {
	position: relative;
	z-index: 1;
	padding: 20px;
	background: #7549d01a;
	border: 0;
	transition: 0.5s;
	overflow: visible;
}

.upgrade-box .media .media-hover {
	position: absolute;
	top: -120%;
	width: 100%;
	height: 100%;
	background: #7549d0;
	left: 0;
	right: 0;
	transition: 0.5s;
	bottom: 0;
	opacity: 0.5;
	border-radius: 8px;
}

.upgrade-box .media .media-hover::after {
	content: "";
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid var(--primary-color);
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
	opacity: 0.5;
}

.upgrade-box:hover .media .media-hover::after {
	opacity: 1;
	visibility: visible;
	top: 230px;
}

.upgrade-box .content {
	margin-top: 20px;
}

.upgrade-box:hover .media-hover {
	top: 0;
}

.upgrade-box .btn {
	width: 100%;
}

.site_tab_list .nav-pills .nav-link {
	position: relative;
	z-index: 1;
}

.site_tab_list .nav-pills .nav-link.active::after {
	content: "";
	position: absolute;
	top: 44px;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--primary-color);
	z-index: -1;
}

.user-box-wrapper::before {
	position: absolute;
	top: 0;
	left: -75%;
	display: block;
	content: "";
	width: 50%;
	height: 100%;
	background: linear-gradient(to right,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
}

.user-box-wrapper:hover::before {
	animation: shine 1s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}


/* ------------ Avatar Page CSS ----------- */
.project-detail-div #step1 .form-control {
	height: auto !important;
}

.project-detail-div .modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
	top: 15px;
	position: relative;
	right: 15px;
	font-size: 30px;
}

.project-detail-div .step {
	display: none;
}

.project-detail-div .step.active {
	display: block;
}

.project-detail-div .is-invalid {
	border-color: #dc3545;
}

.project-detail-div #step1 .card-footer,
.project-detail-div #step4 .card-footer,
.project-detail-div #step2 .card-footer,
.project-detail-div #step3 .card-footer {
	border-radius: calc(1.35rem - 1px) calc(1.35rem - 1px) 0 0;
	background: #7549d0;
	color: #fff;
	padding: 20px;
	border-radius: 10px;
}

.project-detail-div #step2 .card-footer,
.project-detail-div #step3 .card-footer {
	margin-top: 0;
}

.project-detail-div .card-header h4 {
	margin-bottom: 0;
	margin: 0;
}

.project-detail-div #step3 #aplayer_4 {
	margin: auto;
	display: block;
}

.project-detail-div #step2 .card-header h4 {
	margin-bottom: 25px;
}

.project-detail-div #step1 .form-control-custom {
	display: block;
	width: 100%;
	height: 45px;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #d1d3e2;
	border-radius: 0.35rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.project-detail-div .textarea-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.project-detail-div .form-control-custom:focus {
	outline-color: #7549d0;
	outline-width: 1px;
}

.project-detail-div .badge-info {
	color: #fff;
	background-color: #7549d0;
	padding: 10px 20px;
	border-radius: 8px;
	border: 1px;
	transition: 0.5s;
}

.project-detail-div #step2 #load-more-btn {
	display: block;
	margin: 20px auto;
}

.project-detail-div #step3 select,
.project-detail-div #step4 select {
	font-size: 14px;
	margin: 0px 10px;
}

.project-detail-div .video-file {
	padding: 50px;
	background-color: #7549d00d;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
		rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	border: 2px dashed #0000007a;
}

.project-detail-div .uploaded-video video {
	height: 320px;
}

.project-detail-div #step3 .custom-control.custom-switch {
	margin-bottom: 20px;
	float: right;
	align-items: center;
	display: flex;
	justify-content: center;
}

.project-detail-div .badge-info:hover {
	background-color: #322fdb;
}

.project-detail-div .avatar-box {
	cursor: pointer;
}

.project-detail-div .avatar-upload-section {
	position: relative;
	border: 1px solid;
	border-radius: 8px;
	float: inline-start;
	max-height: 300px !important;
	width: 100% !important;
}

.project-detail-div #avatarImage {
	opacity: 0;
	z-index: 1;
	position: relative;
	height: 300px !important;
	cursor: pointer;
}

.project-detail-div .avatar-upload-section i {
	background: #ffffff;
	color: #000000;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	margin: auto;
	border: 1px solid #0000006b;
	z-index: 0;
}

.project-detail-div .upload-text {
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 25px;
	color: #000;
	z-index: 0;
}

.project-detail-div .avatar-wrap {
	border: 1px solid #0000006b;
	border-radius: 8px;
	padding: 15px;
	z-index: 0;
	transition: 0.5s;
	position: relative;
	width: 100%;
}

.project-detail-div .avatar-wrap img {
	object-fit: contain;
	max-width: 260px !important;
	max-height: 260px !important;
	width: 100% !important;
	height: 100% !important;
}

.project-detail-div .selected-avatar {
	width: 30px;
	height: 30px;
	background: #7549d0;
	display: flex;
	justify-content: center;
	line-height: 30px;
	border-radius: 100%;
	align-items: center;
	color: #fff;
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 0;
}

.project-detail-div .audio-wrap {
	border: 1px solid #dbdbdb;
	border-radius: 10px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	margin-bottom: 20px;
	gap: 20px;
}

.project-detail-div .custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
	line-height: 2;
}

.project-detail-div .custom-control-input {
	position: absolute;
	left: 0;
	z-index: -1;
	width: 1rem;
	height: 1.25rem;
	opacity: 0;
}

.project-detail-div .next-btn {
	background: #fff !important;
	color: var(--primary-color) !important;
	font-weight: 600;
}

.modal-header {
	background: var(--primary-color);
	color: #fff;
}

.modal-header .modal-title {
	color: #fff;
}

.modal-header .close {
	color: #fff;
	margin: -15px;
	font-size: 30px;
}

.project-detail-div .card-header {
	background: transparent !important;
}

/* ----------- End ------------------ */

/* Custom CSS for modern effects */
.shadow-hover {
	transition: all 0.3s ease;
	border-radius: 12px;
	overflow: hidden;
}

.shadow-hover:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
}

.bg-gradient-dark-top {
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
}

.transition {
	transition: transform 0.5s ease;
}

.shadow-hover:hover .transition {
	transform: scale(1.05);
}

.line-clamp-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.rounded-circle {
	width: 32px;
	height: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}


.page-title-box .page-title-right {
	display: flex !important;
}

.form-control {
	margin-bottom: 0;
}


.sender-box {
	margin: 0 auto;
	border-radius: 12px;
	background: white;
	overflow: hidden;
	border: 1px solid #eaedf2;
	box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
	margin-bottom: 30px;
}

.sender-box .sender-details {
	background: #5e35b1;
	padding: 25px 30px;
	position: relative;
	color: white;
	border-radius: 8px !important;
}

.sender-box .sender-email {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	background-color: rgba(255, 255, 255, 0.15);
	padding: 6px 16px;
	border-radius: 6px;
	backdrop-filter: blur(5px);
	margin-right: 10px;
}

.sender-box .card-style {
	padding: 15px 30px;
	background-color: #f8f9fa;
	margin-bottom: 0;
	border-bottom: 1px solid #eaedf2;
	border-radius: 8px !important;
}

.sender-box .card-body.card-body-style {
	padding: 30px;
	line-height: 1.8;
	color: #333;
	font-size: 16px;
	background-color: white;
	position: relative;
	border-radius: 8px !important;
	position: relative;
	z-index: 1;
}

.sender-box .msg-subject {
	color: #fff !important;
}

.sender-box .card-body.card-body-style::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
	background: linear-gradient(to bottom, #5e35b1, #9575cd);
}

.align-middle .dropdown-menu.show {
	left: -100px !important;
	z-index: 0 !important;
	padding: 0 !important;
}

.align-middle .dropdown-item:hover {
	background: var(--primary-color) !important;
	color: #fff !important;
	transition: 0.5s;
}

.project-detail-div .card-header {
	padding: 10px 0;
}

.project-detail-div .card-footer {
	gap: 10px;

}

#aplayer_4 {
	display: block;
	margin: auto;
}

.sender-box {
	position: relative;
	z-index: 0;
}

.dropdown-menu {
	z-index: 0 !important;
}


.avatar-badge .ribbon {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 0;
}

.avatar-badge .ribbon {
	--r: 0.8em;

	border-block: 0.5em solid #0000;
	padding-inline: calc(var(--r) + 0.25em) 0.5em;
	line-height: 1.8;
	clip-path: polygon(0 0,
			100% 0,
			100% 100%,
			0 100%,
			var(--r) calc(100% - 0.25em),
			0 50%,
			var(--r) 0.25em);
	background: radial-gradient(0.2em 50% at right, #000a, #0000) border-box,
		var(--primary-color) padding-box;
	width: fit-content;
	padding: 0px 20px;
}


/* ------------ Responsive Media ------------ */
@media(max-width:1100px) {
	.welcome-btn i {
		display: none;
	}

	.welcome-btn {
		justify-content: center;
	}

	.welcome-btn .btn-text {
		transform: unset;
	}

	.project-detail-div #step3 .card-footer h4 {
		text-align: center;
	}

	.project-detail-div .card-header {
		margin-top: 20px;
	}

	.project-detail-div .audio-wrap {
		flex-wrap: wrap;
	}

	#news_list td a {
		margin-bottom: 10px !important;
	}
}

@media(max-width:992px) {
	.quick-linkBox {
		transform: unset;
		margin: 0;
		z-index: 0;
	}

	.project-detail-div #step1 .card-footer .card-header h4 {
		font-size: 20px;
	}

	.project-detail-div #step3 .card-footer h4 {
		font-size: 20px;
	}

	.step .card-body {
		padding: 5px;
	}

	.prev-btn,
	.next-btn {
		font-size: 0;
		/* Hide the text */
		padding: 10px;
	}

	.prev-btn i,
	.next-btn i {
		font-size: 16px;
		/* Keep icon size unchanged */
	}

	.project-detail-div .card-header {
		margin-top: 0;
	}

	.project-detail-div .card-footer {
		margin-bottom: 20px;
	}

	.project-detail-div .step .card-footer h4 {
		margin: 0;
	}

	#aiContent_Generate .row {
		gap: 10px;
	}
}

@media(max-width:768px) {
	.page-title-box {
		padding-bottom: 10px;
		gap: 10px;
	}

	.project-detail-div #step1 .card-footer .card-header h4 {
		font-size: 16px;
	}

	.project-detail-div #step3 .card-footer h4 {
		font-size: 16px;
	}

	.project-detail-div .card-header {
		margin-top: 0;
	}

	#textbox .card-box {
		padding: 0;
	}

	.project-detail-div #step4 .card-footer {
		flex-wrap: wrap;
	}

	.step .card {
		box-shadow: unset;
	}

}

@media(max-width:575px) {
	.user-content .hightlight {
		font-size: 20px;
		display: inline-block;
	}

	.user-box-wrapper.btn.btn-primary {
		padding: 10px;
	}

	.user-box-wrapper.btn.btn-primary {
		display: none;
	}

	/* .project-detail-div .card-footer{
		flex-wrap: wrap;
		gap: 20px;
	} */
	.sender-box .card-style {
		padding: 0;
	}

	.welcome-btn {
		width: 100% !important;
		padding: 10px;
	}

	.user-box-wrapper.btn.btn-primary {
		font-size: 12px !important;
		padding: 10px;
	}

	.project-detail-div #step1 .card-footer .card-header h4 {
		font-size: 14px;
	}

	.project-detail-div #step3 .card-footer h4 {
		font-size: 14px;
	}

	.project-detail-div .next-btn {
		background: #fff !important;
		color: var(--primary-color) !important;
		font-weight: 600;
		padding: 8px 15px;
	}

	.project-detail-div #step1 .card-footer {
		padding: 15px;
	}

	.project-detail-div #step2 .card-footer h4 {
		font-size: 16px;
		margin: 0;
	}

	.project-detail-div #step2 .card-footer {
		margin-top: 0;
		padding: 15px;
	}
}

@media(max-width:450px) {
	.quick-linkBox .card-body.card-wrap {
		display: block;
	}

	.quick-linkBox .quick-link-box {
		margin-bottom: 20px;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		border: 1px solid rgba(0, 0, 0, 10%);
		padding: 10px;
		align-items: center;
		border-radius: 10px;
	}

	.quick-link-box .link-content .links {
		margin: 0;
	}
}

/* ------------ Responsive Media End ------------ */