* {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-family: "Mulish", sans-serif;
}

html {
	-webkit-text-size-adjust: 100%;
}

html body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Mulish", sans-serif;
	margin: 0;
	padding: 0px;
	font-size: 16px;
	font-weight: 500;
}

a:active {
	outline: none;
	border: none;
}

a:focus {
	-moz-outline-style: none;
	outline: none;
}

body select::-ms-expand {
	display: none;
}

input::-moz-focus-inner,
button::-moz-focus-inner,
select::-moz-focus-inner,
option::-moz-focus-inner,
a::-moz-focus-inner,
button,
a {
	border: 0;
	outline: none;
}

*::-moz-selection {
	color: #fff;
	background: #000;
}

*::-webkit-selection {
	color: #fff;
	background: #000;
}

a,
a:hover,
a:active,
a:focus,
button {
	text-decoration: none;
}

*::after,
*::before,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

ul,
ol {
	margin: 0;
	padding: 0;
	line-height: 1;
}

li {
	list-style: outside none none;
	position: relative;
}

body p {
	color: #333;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
	margin: 0 0 15px;
	padding: 0;
}

body p:empty {
	display: none;
	line-height: 0;
}

body p:last-child {
	margin: 0;
}

body p strong {
	font-weight: bold;
}

body a {
	color: #000;
	transition: all 0.5s ease 0s;
}

body a:hover {
	color: #666;
}

* {
	outline: none !important;
	text-decoration: none;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
	font-family: "Mulish", sans-serif;
	line-height: 1.2;
	margin: 0 0 15px;
}

img {
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	display: block;
}

.container {
	margin: 0 auto;
	position: relative;
	width: 100%;
	max-width: 1400px;
	padding: 0 15px;
}

.section-gapping {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	z-index: 1;
}

.section-gapping-generator {
	position: relative;
	z-index: 1;
}

.main-title {
	text-align: center;
	width: 100%;
	max-width: 870px;
	margin: 0 auto 30px;
}

.main-title h2 {
	text-align: center;
	font-size: 40px;
	padding: 0 95px;
	position: relative;
	display: inline-flex;
	color: #000;
}

.main-title h2::before,
.main-title h2::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 4px;
	width: 70px;
	background-color: #000;
}

.main-title h2::after {
	left: auto;
	right: 0;
}

.text-center {
	text-align: center;
}

body .btn {
	color: #fff !important;
	background: rgb(19, 136, 193);
	background: linear-gradient(95deg, rgba(19, 136, 193, 1) 0%, rgba(87, 188, 236, 1) 100%);
	border-radius: 50px;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: all 0.5s ease 0s;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	gap: 10px;
	cursor: pointer;
}


body .btnDataGenerator {
	color: #fff !important;
  background: linear-gradient(90deg, hsla(301, 96%, 56%, 1) 0%, hsla(180, 17%, 81%, 1) 100%);
	border-radius: 50px;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	transition: all 0.5s ease 0s;
	border: none;
	text-transform: uppercase;
	font-size: 12px;
	gap: 10px;
	cursor: pointer;
}

body .btn .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 25px;
	height: 25px;
	background-color: #fff;
	border-radius: 50px;
	color: #41b0e5;
	padding: 2px;
	font-size: 20px;
	flex-shrink: 0;
}

body .btn:hover {
	color: #fff;
	background: rgb(87, 188, 236);
	background: linear-gradient(95deg, rgba(87, 188, 236, 1) 0%, rgba(19, 136, 193, 1) 100%);
}

body .btn:hover .icon {
	color: #000;
	background-color: #fff;
}

.btn-menu,
.btn-close {
	display: none;
}

.img-responsive {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top-menu-header {
	display: none;
}

body form input,
body form select,
body form textarea {
	background-color: #fff;
	border: 1px dashed #ddd;
	padding: 12px 15px;
	margin: 0;
	width: 100%;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

body form textarea {
	resize: none;
	height: 120px;
}

form .field {
	width: 100%;
	margin-bottom: 15px;
}

form label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 5px;
	display: block;
}

.password-field {
	position: relative;
}

.password-field input[type="password"] {
	padding-right: 50px;
}

.password-field .togglePassword {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0px;
	color: #000;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 12px;
}

.mt-40 {
	margin-top: 40px;
}

/*******************************************/

/* Styles for the loader */
#loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Loader animation */
.loader-spinner {
	border: 5px solid rgb(56 173 99 / 30%);
	border-radius: 50%;
	border-top: 5px solid #39af65;
	width: 100px;
	height: 100px;
	animation: spin 1s linear infinite;
}

#loadergen {
	position: relative;
	top: 50%;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.2); /* semi-transparent white */
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}


@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.wrapper {
	background-image: url(../images/banner-bg.png);
	background-position: right 0;
	background-repeat: no-repeat;
	background-size: 63%;
	padding-top: 85px;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	overflow: hidden;
	position: relative;
}

.datasets-bg,
.list-bg {
	background: #fff;
}

.datasets-bg::before,
.list-bg::before {
	content: "";
	position: absolute;
	right: -200px;
	top: -170px;
	width: 700px;
	height: 700px;
	border-radius: 50%;
	background-color: #39af65;
}

.list-bg::before {
	border-radius: 10%;
	background-color: #41b0e5;
	transform: rotate(45deg);
	right: -230px;
	top: -250px;
}

#main-header {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	transition: all 0.5s ease 0s;
}

#main-header.sticky {
	background-color: #fff;
	position: fixed;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.top-menu-header .logo {
	width: 100%;
	max-width: 150px;
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding: 15px 0;
}

.header .logo {
	width: 100%;
	max-width: 200px;
}

.main-menu ul {
	display: flex;
	gap: 20px;
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 20px;
}

.main-menu ul li a {
	display: block;
	padding: 5px;
	border-bottom: 2px solid transparent;
}

.main-menu ul li a:hover,
.main-menu ul li a.active {
	color: #6953d3 !important;
	border-color: #6953d3;
}

.main-menu ul li a.active {
	font-weight: 700;
}

.header-right {
	display: flex;
	gap: 10px;
	align-items: center;
}

.header-right .account-menu {
	display: flex;
	align-items: center;
	gap: 0;
	background-color: #fff;
	border-radius: 50px;
	padding: 5px;
}

.account-menu a {
	padding: 10px 15px;
}

.sticky .header-right .account-menu {
	border-left-color: #e8efea;
}

.header-right .account-menu li a:hover {
	color: #6953d3;
}

.banner-section .banner {
	display: grid;
	align-items: center;
	grid-template-columns: repeat(2, 1fr);
}

.banner-content {
	padding: 80px 0;
}

.tag {
	background-color: rgb(105 83 211 / 10%);
	display: inline-flex;
	color: #7554b8;
	padding: 2px 15px;
	border-radius: 15px;
	font-weight: 700;
}

.banner-content h2 {
	font-size: 50px;
	font-weight: 800;
}

.banner-content .btn {
	margin-top: 30px;
}

.countdown-block .countdown-number .countdown-image {
	text-align: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 24px;
	background-color: #39af65;
	color: #fff;
}

.countdown-block .countdown-number .countdown-image.icon2 {
	background-color: #f5ae16;
}

.countdown-block .countdown-number .countdown-image.icon3 {
	background-color: #6953d3;
}

.countdown-block .countdown-number .countdown-image.icon4 {
	background-color: #41b0e5;
}

.countdown-block .countdown-number .countdown-text {
	font-weight: 700;
	font-size: 40px;
	margin-bottom: 12px;
	color: #000000;
}

.countdown-block .countdown-number .desc {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: rgb(128, 130, 133);
}

.countdown-block .countdown-number {
	text-align: center;
	border-right: 1px dashed #80828566;
}

.countdown-block .countdown-number:last-child {
	border: unset;
}

.countdown-block {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 40px 0;
	background-color: #fff;
	border: 1px dashed #ddd;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.05);
}

.data-section .main-title {
	margin-bottom: 80px;
}

.what-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px 50px;
}

.what-box .box {
	background-color: #fff;
	padding: 60px 20px 20px;
	text-align: center;
	position: relative;
	border: 1px dashed #6953d3;
	box-shadow: 0 0 25px 5px rgba(0, 0, 0, 0.05);
}

.what-box .box h3 {
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #6953d3;
	color: #fff;
	font-size: 30px;
	border-radius: 50px;
}

.what-box .box h4 {
	font-size: 26px;
}

.home-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	align-items: center;
}

.info-img .img {
	z-index: 1;
	display: table;
	margin: 0 auto;
	position: relative;
	padding: 20px 30px;
}

.info-img .img::before,
.info-img .img::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	background-color: #f5ae16;
	border-radius: 10px;
	width: 150px;
	height: 150px;
	z-index: -1;
}

.info-img .img::after {
	top: auto;
	right: auto;
	left: 0;
	bottom: 0;
	opacity: 0.5;
}

.home-box .content h2 {
	font-size: 40px;
}

.home-box.right .info-img {
	order: 2;
}

.bg-section {
	background-color: #f5f5f5;
}

.broader-box {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	gap: 30px;
}

.broader-box .contain ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.broader-box .contain ul li {
	display: flex;
	align-items: center;
	gap: 20px;
	border: 1px dashed #39af65;
	padding: 15px;
	background-color: #fff;
	transition: all 0.5s ease 0s;
}

.broader-box .contain ul li:hover {
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
}

.broader-box .contain ul li span {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	background-color: #39af65;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
}

.broader-box .contain h3 {
	font-size: 24px;
	margin-bottom: 5px;
	color: #39af65;
}

.broader-box .contain ul li:nth-child(2) {
	border-color: #f5ae16;
}

.broader-box .contain ul li:nth-child(2) span {
	background-color: #f5ae16;
}

.broader-box .contain ul li:nth-child(2) h3 {
	color: #f5ae16;
}

.broader-box .contain ul li:nth-child(3) {
	border-color: #6953d3;
}

.broader-box .contain ul li:nth-child(3) span {
	background-color: #6953d3;
}

.broader-box .contain ul li:nth-child(3) h3 {
	color: #6953d3;
}

.broader-box .contain ul li:nth-child(4) {
	border-color: #41b0e5;
}

.broader-box .contain ul li:nth-child(4) span {
	background-color: #41b0e5;
}

.broader-box .contain ul li:nth-child(4) h3 {
	color: #41b0e5;
}

.blog-section {
	background-color: rgb(56 173 99 / 5%);
}

.blog-description .blog-title a {
	font-weight: 700;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.blog-description .blog-title a:hover {
	color: #39af65;
}

.blog-description .blog-title {
	margin-bottom: 20px;
}

.blog-users .users .icon svg {
	color: #39af65;
}

.blog-users .comments .comment-img {
	flex-shrink: 0;
}

.blog-users .comments .comment-img svg {
	color: #39af65;
}

.blog-users {
	display: flex;
	align-items: center;
	gap: 30px;
	margin-bottom: 10px;
}

.blog-users .users,
.blog-users .comments {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #808285;
	display: flex;
	gap: 8px;
}

.blog-users .users .fa,
.blog-users .comments .fa {
	color: #39af65;
	font-size: 18px;
	flex-shrink: 0;
}

.blog-content .readmore-btn {
	text-decoration: none;
	font-weight: 700;
	line-height: 28px;
	color: #39af65;
	display: flex;
	align-items: center;
	gap: 4px;
}

.blog-content .readmore-btn span {
	display: flex;
}

.blog-content .readmore-btn:hover span {
	margin-left: 8px;
	transition: all 0.3s;
}

.blog-content .blog-date {
	position: absolute;
	top: 20px;
	left: 20px;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
	color: #ffffff;
	height: 67px;
	width: 64px;
	background-color: #000000;
	border-radius: 6px;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.blog-content .blog-date span {
	background: unset;
	height: auto;
	width: auto;
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

.blog-description {
	padding: 20px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
	transition: all 0.5s ease 0s;
	z-index: 1;
}

.blog-description::before {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -10px;
	width: 20px;
	height: 20px;
	background-color: rgb(245 174 22 / 10%);
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.7s ease 0s;
	z-index: -1;
}

.blogs-detail:hover .blog-description::before {
	transform: scale(40);
}

.blog-image {
	overflow: hidden;
	display: block;
}

.blog-image .blog-img {
	transition: all 0.5s ease 0s;
}

.blogs-detail:hover .blog-img {
	transform: scale(1.2);
}

.footer .footer-bg1 {
	position: absolute;
	top: 0px;
	bottom: 0;
	left: 0;
}

.footer .footer-bg2 {
	position: absolute;
	top: 0px;
	bottom: 0;
	right: 0;
	transform: rotateY(180deg);
}

.footer {
	position: relative;
	background-color: #000000;
	margin-top: auto;
}

.footer .footer-block .footer-description {
	display: flex;
	gap: 112px;
}

.footer-block {
	position: relative;
}

.footer-links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	flex: 1 1 0%;
}

.footer .footer-logo .desc {
	margin-bottom: 30px;
	color: #ffffff;
}

.footer .footer-social {
	display: flex;
	align-items: center;
	gap: 15px;
}

.footer .footer-logo ul li {
	position: relative;
	background-color: #f5ae16;
	height: 44px;
	width: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
}

.footer .footer-logo ul li:hover {
	background-color: #c0870b;
}

.footer .footer-logo ul li i {
	font-size: 20px;
	color: #000;
}

.footer .footer-logo {
	max-width: 350px;
}

.footer .footer-links .title {
	font-weight: 700;
	font-size: 24px;
	color: #f5ae16;
	margin-bottom: 25px;
}

.footer .footer-links ul {
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.footer .footer-links ul li a {
	text-decoration: none;
	color: #ffffff;
}

.footer .footer-links ul li a:hover {
	color: #f5ae16;
}

.footer-mail button {
	position: absolute;
	width: 46px;
	height: 46px;
	right: 0;
	top: 0;
	border: none;
	background: none;
	padding: 0;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
}

.footer-mail button:hover {
	opacity: 0.7;
}

.footer-mail button svg {
	color: #ffffff;
}

.footer-mail {
	position: relative;
}

.footer-mail input {
	background-color: transparent;
	color: #fff;
}

.footer-mail input::placeholder {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #ffffff;
}

.copyright {
	padding: 15px 0;
	background-color: #0d0d0d;
}

.copyright .desc {
	color: #ffffff;
	text-align: center;
}

.copyright .copyright-name {
	text-decoration: none;
	color: #f5ae16;
}

.copyright .copyright-name:hover {
	color: #fff;
}

.footer-logo .logo {
	width: 100%;
	max-width: 200px;
	display: block;
	margin-bottom: 15px;
}

/*****************************************/

.login-section {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-image: url(../images/login-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.form-container h2 {
	font-size: 30px;
}

.bottom_link {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.bottom_link .forgot {
	font-size: 14px;
}

.error {
	width: 100%;
	margin-top: 15px;
	color: #ff0000;
	text-align: left;
	border: 1px solid;
	padding: 5px 10px;
	font-size: 14px;
}

.form-container .sub-txt {
	margin-bottom: 15px;
}

.overlay-container .btn {
	background: rgb(212, 148, 12);
	background: linear-gradient(95deg, rgba(212, 148, 12, 1) 0%, rgba(238, 182, 61, 1) 100%);
}

.overlay-container .btn:hover {
	background: rgb(238, 182, 61);
	background: linear-gradient(95deg, rgba(238, 182, 61, 1) 0%, rgba(212, 148, 12, 1) 100%);
}

.form-container form {
	background-color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100%;
	text-align: center;
}

#form-box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
	position: relative;
	overflow: hidden;
	width: 800px;
	max-width: 100%;
	min-height: 630px;
	margin: 0 auto;
}

.form-container {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	transition: all 0.6s ease-in-out;
	padding: 40px;
}

.sign-in-container {
	left: 0;
	width: 50%;
	z-index: 2;
}

#form-box.right-panel-active .sign-in-container {
	transform: translateX(100%);
}

.sign-up-container {
	left: 0;
	width: 50%;
	opacity: 0;
	z-index: 1;
}

#form-box.right-panel-active .sign-up-container {
	transform: translateX(100%);
	opacity: 1;
	z-index: 5;
	animation: show 0.6s;
}

@keyframes show {

	0%,
	49.99% {
		opacity: 0;
		z-index: 1;
	}

	50%,
	100% {
		opacity: 1;
		z-index: 5;
	}
}

.overlay-container {
	position: absolute;
	top: 0;
	left: 50%;
	width: 50%;
	height: 100%;
	overflow: hidden;
	transition: transform 0.6s ease-in-out;
	z-index: 100;
}

#form-box.right-panel-active .overlay-container {
	transform: translateX(-100%);
}

.overlay {
	background: rgb(41, 145, 80);
	background: linear-gradient(150deg, rgba(41, 145, 80, 1) 0%, rgba(102, 208, 142, 1) 100%);
	color: #ffffff;
	position: relative;
	left: -100%;
	height: 100%;
	width: 200%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

#form-box.right-panel-active .overlay {
	transform: translateX(50%);
}

.overlay-panel {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: center;
	top: 0;
	height: 100%;
	width: 50%;
	transform: translateX(0);
	transition: transform 0.6s ease-in-out;
}

.overlay-left {
	transform: translateX(-20%);
}

#form-box.right-panel-active .overlay-left {
	transform: translateX(0);
}

.overlay-right {
	right: 0;
	transform: translateX(0);
}

#form-box.right-panel-active .overlay-right {
	transform: translateX(20%);
}

.social-container {
	margin: 20px 0;
}

.social-container a {
	border: 1px solid #dddddd;
	border-radius: 50%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 5px;
	height: 40px;
	width: 40px;
	font-size: 20px;
}

.overlay-container p {
	color: #fff;
}

.overlay-container h2 {
	font-size: 30px;
}

.overlay-panel .logo,
.form-container .logo {
	width: 100%;
	max-width: 200px;
	margin: 0 auto 30px;
}

.sign-up-container .btn {
	margin-top: 10px;
}

.overlay-panel.overlay-left {
	background: rgb(95, 73, 200);
	background: linear-gradient(150deg, rgba(95, 73, 200, 1) 0%, rgba(124, 103, 224, 1) 100%);
}

.forgot-container h2 {
	margin-bottom: 20px;
}

.forgot-section #form-box {
	width: 100%;
	max-width: 470px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: auto;
}

.forgot-section .form-container {
	position: static;
	min-height: auto;
}

.back_link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin: 0 auto;
	font-weight: bold;
	transition: all 0.5s ease 0s;
}

.back_link .icon {
	display: flex;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
}

.back_link:hover {
	gap: 10px;
}

.back {
	margin-top: 15px;
	text-align: center;
}

.contactus-detail .contact-title {
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 700;
	color: #41b0e5;
}

.contactus-detail .contact-desc {
	margin-bottom: 20px;
}

.contact-form-detail {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.fields {
	margin-bottom: 15px;
	text-align: left;
}

.contactus-detail {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;
	align-items: start;
}

.contactus-detail .box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 14px 10px rgba(0, 0, 0, 0.25);
	padding: 40px;
}

.contactus-detail .contain ul li {
	border-radius: 10px;
	box-shadow: 0 14px 10px rgba(0, 0, 0, 0.25);
}

.contact-button {
	margin-top: 15px;
}

.dataset-top form {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}

.dataset-top form .field {
	flex: 1 1 0%;
	position: relative;
	margin: 0;
}

.dataset-top form .search-icon {
	width: 46px;
	background-color: transparent;
	height: 46px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	border: none;
	cursor: pointer;
	font-size: 20px;
}

.dataset-top form input[type="text"] {
	padding-left: 50px;
	margin-bottom: 0;
	border-radius: 50px;
}

.dataset-top .filter {
	position: relative;
}

.filter .filter-btn {
	padding: 0 15px;
	min-height: 46px;
}

.filter .filter-btn .icon {
	background-color: transparent;
	color: #fff;
	width: auto;
	height: auto;
	padding: 0;
}

.filter .filter-btn:hover .icon {
	background-color: transparent;
	color: #fff;
}

/************************************************/

.tag-boxs {
    margin-top: 15px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.tag-boxs .tag {
    background-color: #fff;
    border: 1px solid #7554b8;
    padding: 5px 10px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
}

.tag-boxs .tag:hover {
    background-color: #7554b8;
    color: #fff;
}

.tag-boxs .selected-tag {
    background-color: #7554b8;
	border: 1px solid #7554b8;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    transition: background-color 0.3s, color 0.3s;
	border-radius: 25px;
}


.card-box {
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	border: 1px dashed #ddd;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.card-view {
	margin-top: 20px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.card {
	position: relative;
	background-color: #fff;
	border-radius: 10px;
	border: 1px dashed #ddd;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}

.card:hover {
	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 3px 0px, rgba(60, 64, 67, 0.15) 0px 4px 8px 3px;
}

.top-header {
	display: flex;
	gap: 15px;
	justify-content: space-between;
	align-items: center;
}

.top-header .title {
	margin: 0;
}

.top-header .btn {
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 14px;
}

.card .card-bg {
	height: 140px;
	overflow: hidden;
	position: relative;
}

.card .card-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
}

.card .card-detail {
	margin-top: -65px;
	position: relative;
	z-index: 1;
	padding: 0 15px 15px;
}

.card-detail .card-img {
	width: 130px;
	height: 130px;
	overflow: hidden;
	border-radius: 50%;
	margin: 0 auto 15px;
	position: relative;
	padding: 7px;
}

.card-img a {
	width: 100%;
	display: block;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.card-img svg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 130px;
	height: 130px;
	transform: rotate(-90deg);
}

.card-detail h2 {
	font-size: 18px;
}

.card-detail ul {
	display: flex;
	flex-direction: column;
	gap: 7px;
	font-size: 14px;
	color: #666;
}

.card-detail ul li::before {
	content: "";
	width: 4px;
	height: 4px;
	background-color: #666;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.card .card-footer {
	border-top: 1px dashed #ddd;
	transition: all 0.5s ease 0s;
	padding: 10px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.card-footer a {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	font-weight: 600;
	border: 1px solid #ddd;
	border-radius: 50px;
	padding: 2px 10px;
}

.card-footer a .icon {
	display: flex;
	width: 16px;
	height: 16px;
	align-items: center;
	justify-content: center;
	color: #6953d3;
	font-size: 16px;
}

.card-footer .share {
	margin-left: auto;
	background-color: transparent;
	border: none;
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-size: 18px;
}

.card-footer .share:hover {
	color: #6953d3;
}

.card .top-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	gap: 5px;
}

.btn-circle {
	background-color: #fff;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}

.btn-circle:hover {
	background-color: #f5ae16;
	color: #000;
}

.detail-box {
	background-color: #fff;
	padding: 40px;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px solid #ddd;
	display: flex;
	align-items: center;
	gap: 40px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-top: 15px;
}

.detail-box::before,
.detail-box::after {
	content: "";
	position: absolute;
	right: -60px;
	bottom: -70px;
	width: 340px;
	height: 420px;
	background-color: #6953d3;
	border-radius: 20px;
	z-index: -1;
	transform: rotate(45deg);
}

.detail-box::before {
	opacity: 0.5;
	bottom: auto;
	top: -110px;
	right: 130px;
	width: 220px;
	height: 320px;
	transform: rotate(-50deg);
}

.btn-detail {
	position: absolute;
	right: 20px;
	top: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.btn-detail>* {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.detail-box .btn-download {
	background: #fff;
	color: #000 !important;
	align-items: center;
	font-size: 14px;
	padding: 8px 15px;
}

.detail-box .btn-download .icon {
	background-color: transparent;
	color: #000;
	width: 20px;
	height: 20px;
	padding: 0;
}

.detail-box .btn-download:hover {
	background: #000;
	color: #fff !important;
}

.detail-box .btn-download:hover .icon {
	background-color: transparent;
	color: #fff;
}

.btn-detail .btn-link {
	background-color: #fff;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 8px 15px;
	color: #000;
}

.btn-link.vote-btn {
	padding: 5px 15px;
}

.vote-btn .icon {
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-detail .btn-link:hover {
	background-color: #f5ae16;
}

.detail-box .card-detail p {
	margin-bottom: 5px;
}

.detail-box .card-detail h2 {
	text-align: left;
	font-size: 30px;
}

.detail-box .card-detail .date {
	margin: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	text-align: left;
}

.detail-box .card-detail {
	flex: 1 1 0%;
}

.date .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #6953d3;
	background-color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
	font-size: 18px;
	flex-shrink: 0;
}

.avatar-image {
	width: 180px;
	height: 180px;
	overflow: hidden;
	position: relative;
	border-radius: 50%;
	margin: 0 0 20px;
}

.avatar-image .avatar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 150px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}

.avatar-image svg {
	width: 100%;
	height: 100%;
}

.card-image .expert {
	text-align: center;
}

.expert p {
	margin-bottom: 3px;
	color: #000;
}

.pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 5px;
}

.pagination a {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #ddd;
}

.pagination a:hover,
.pagination a.active {
	background-color: #41b0e5;
	border-color: #41b0e5;
	color: #fff;
}

.dataset-detail {
	display: flex;
	gap: 30px;
}

.dataset-detail.explorer-box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.data-explorer {
	grid-column: span 2 / span 2;
}

.data-explorer-block, .datatable-columns .box {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px dashed #ddd;
	height: 500px;
	overflow-y: auto;
	position: relative;
}

.table-responsive thead {
	position: sticky;
	top: 0;
	z-index: 9;
	background-color: #fff;
}


.explorer-box .sidebar {
	max-width: 100%;
}

.table-responsive th,
.table-responsive td {
	padding: 10px;
}

.tabs {
	flex: 1 1 0%;
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px dashed #ddd;
}

.tab-headers {
	display: flex;
	cursor: pointer;
	gap: 5px;
}

.tab-button {
	background-color: #def4ff;
	border: none;
	outline: none;
	padding: 10px 20px;
	transition: background-color 0.3s ease;
	cursor: pointer;
	font-size: 16px;
	font-weight: 500;
	border-radius: 50px;
}

.tab-button.active,
.tab-button:hover {
	background-color: #41b0e5;
	color: #fff;
}

.tab-content {
	display: none;
	padding: 20px 0 0;
}

.tab-content.active {
	display: block;
}

.sidebar {
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px dashed #ddd;
	flex: none;
	width: 100%;
	max-width: 320px;
	position: relative;
	height: 650px;
}

.sidebar .box:not(:last-child) {
	margin-bottom: 20px;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.sidebar .box h3 {
	margin-bottom: 10px;
}

.inner-main-title,
.sidebar .box h3 {
	position: relative;
	padding-left: 10px;
}

.sidebar .box h3::before,
.inner-main-title::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 3px;
	background-color: #41b0e5;
}

.sidebar .tag-boxs {
	margin-top: 10px;
	gap: 5px;
}

.sidebar .box p a {
	text-decoration: underline;
	font-weight: 500;
	color: #6953d3;
}

.sidebar .box p a:hover {
	text-decoration: none;
}


.sidebarDataGen {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    border: 1px dashed #ddd;
    flex: none;
    width: 100%;
    max-width: 320px;
    position: relative;
    max-height: 80vh; /* Set a fixed max height */
    overflow-y: auto;  /* Enable vertical scrolling */
}

.sidebarDataGen .box:not(:last-child) {
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
}

.sidebarDataGen .box h3 {
    margin-bottom: 10px;
}

.inner-main-title,
.sidebarDataGen .box h3 {
    position: relative;
    padding-left: 10px;
}

.sidebarDataGen .box h3::before,
.inner-main-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #41b0e5;
}

.sidebarDataGen .tag-boxs {
    margin-top: 10px;
    gap: 5px;
}

.sidebarDataGen .box p a {
    text-decoration: underline;
    font-weight: 500;
    color: #6953d3;
}

.sidebarDataGen .box p a:hover {
    text-decoration: none;
}


.ac.is-active .ac-trigger {
	color: #41b0e5;
}

.ac .ac-trigger,
.ac .ac-panel .ac-text {
	font-family: "Mulish", sans-serif;
	padding: 15px 20px;
}


.ac-text ul {
	list-style-type: disc;
	padding-left: 20px;
}

.ac .ac-trigger::after {
	font-size: 20px;
}

.ac .ac-panel {
	border-top: 1px solid #eee;
}

.border-b {
	border-bottom: 1px solid #ddd;
	padding-bottom: 40px;
}

.card-slider1,
.card-slider2 {
	display: block;
	overflow: hidden;
}

.discussions {
	margin-top: 10px;
}

.discussions .dis-box {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.dis-box .avatar-image {
	width: 60px;
	height: 60px;
	margin: 0;
}

.dis-box .avatar-image .avatar {
	width: 50px;
	height: 50px;
}

.dis-box .dis-detail {
	flex: 1 1 0%;
}

.dis-detail h3 {
	margin-bottom: 5px;
}

.dis-detail p a {
	text-decoration: underline;
	color: #6953d3;
}

.dis-detail p a:hover {
	text-decoration: none;
}

.dis-last .like {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}

.dis-last .like .icon {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dis-last .like:hover .icon {
	color: #41b0e5;
}

.opposite-dir {
	display: flex;
	gap: 30px;
}

.opposite-dir .main-card {
	flex: 1 1 0%;
}

.opposite-dir .filters-panel {
	flex: none;
	width: 100%;
	max-width: 320px;
	position: relative;
}

.filters-panel .sidebar {
	width: 100%;
	max-width: 100%;
}

.filters-panel .sidebar.open-filter {
	display: block;
}

.sidebar .filters-title {
	margin-bottom: 15px;
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

.filters-title h3 {
	margin: 0;
}

.filters-title a {
	font-size: 14px;
	color: #41b0e5;
}

.filters-title a:hover {
	color: #000;
}

.sidebar .filters-view {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}

.sidebarDataGen .filters-view {
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    max-height: 300px; /* Set a fixed height */
    overflow-y: auto;  /* Enable vertical scrolling */
}

.filters-view a {
	display: flex;
	align-items: center;
	gap: 5px;
	background-color: #ddd;
	padding: 5px;
	font-size: 14px;
}

.filters-view a:hover {
	background-color: #ccc;
}

.filters-view a span {
	width: 18px;
	height: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.box .panel {
	display: flex;
	flex-direction: column;
	gap: 7px;
}

.custom-checkbox {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 14px;
	position: relative;
}

.custom-checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	opacity: 0;
	position: relative;
	z-index: 1;
}

.custom-checkbox span::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #999;
}

.custom-checkbox span::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 5px;
	width: 12px;
	height: 7px;
	border-left: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(-45deg);
	opacity: 0;
}

.custom-checkbox input[type="checkbox"]:checked+span::after {
	opacity: 1;
	border-color: #41b0e4;
}

.custom-checkbox input[type="checkbox"]:checked+span::before {
	border-color: #41b0e4;
}

.filters-panel .btn_filter {
	display: none;
}

.popup {
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 99;
	display: none;
}

.popup.show {
	display: block;
}

.popup .share-popup {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	max-width: 380px;
	width: 100%;
	box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	transform: translate(-50%, -50%);
	position: absolute;
	left: 50%;
	top: 50%;
}

.popup :is(header, .icons, .field) {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.popup .content .icons {
	gap: 10px;
	margin-bottom: 20px;
	justify-content: center;
}

.popup .icons a {
	width: 40px;
	height: 40px;
	border: 1px solid #000;
	font-size: 20px;
}

.popup header {
	padding-bottom: 15px;
	border-bottom: 1px solid #ebedf9;
}

.popup header span {
	font-size: 21px;
	font-weight: 600;
}

.popup header .close,
.popup .icons a {
	display: flex;
	align-items: center;
	border-radius: 50%;
	justify-content: center;
	transition: all 0.3s ease-in-out;
}

.popup header .close {
	color: #878787;
	font-size: 17px;
	background: #f3f3f3;
	height: 33px;
	width: 33px;
	cursor: pointer;
}

.popup header .close:hover {
	background: #ebedf9;
}

.popup .content {
	margin: 20px 0;
	text-align: center;
}

.popup .content .field {
	margin: 0;
	border-radius: 50px;
	padding: 5px;
	border: 1px dashed #ddd;
}

.popup .field.active {
	border-color: #7d2ae8;
}

.popup .field i {
	width: 50px;
	font-size: 18px;
	text-align: center;
}

.popup .field.active i {
	color: #7d2ae8;
}

.popup .field input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-size: 15px;
	flex: 1 1 0%;
	padding-right: 15px;
}

.icons a i {
	transition: transform 0.3s ease-in-out;
}

.icons a:nth-child(1) {
	color: #1877f2;
	border-color: #b7d4fb;
}

.icons a:nth-child(1):hover {
	color: #fff;
	background: #1877f2;
}

.icons a:nth-child(2) {
	color: #41b0e4;
	border-color: #41b0e4;
}

.icons a:nth-child(2):hover {
	color: #fff;
	background: #46c1f6;
}

.icons a:nth-child(3) {
	color: #e1306c;
	border-color: #f5bccf;
}

.icons a:nth-child(3):hover {
	color: #fff;
	background: #e1306c;
}

.icons a:nth-child(4) {
	color: #25d366;
	border-color: #bef4d2;
}

.icons a:nth-child(4):hover {
	color: #fff;
	background: #25d366;
}

.chosen-container-multi .chosen-choices {
	padding: 8px 15px;
	border: 1px dashed #ddd;
	background: #fff;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	font-family: "Mulish", sans-serif;
	color: #000;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background: #41b0e4;
	border-color: #41b0e4;
	box-shadow: none;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background-image: url(../images/close-icon.svg);
	background-position: 0 0 !important;
	background-repeat: no-repeat;
	background-size: 12px;
}

.chosen-container .chosen-results li.highlighted {
	background: #41b0e4;
}

.popups {
	position: fixed;
	top: 20px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 450px;
	z-index: 99;
	display: none;
	padding: 0 15px;
}

.popups .popup-content {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 15px;
	border: 1px solid;
}

.popups .popup-content.success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}

.popups .popup-content.success p {
	color: #155724;
}

.popups .popup-content.error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}

.popups .popup-content.error p {
	color: #721c24;
}

.popup-content .close-btn {
	cursor: pointer;
}

.close-btn {
	cursor: pointer;
}

.active-box {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	margin-top: 20px;
}

.active-box .box {
	border: 1px dashed #ddd;
	padding: 15px;
}

.active-box .box h3 {
	display: flex;
	align-items: center;
	gap: 10px;
}

.active-box .box h3 .fa {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: 15px;
	color: #fff;
	background-color: #000;
}

.box .root {
	padding-left: 40px;
	position: relative;
}

.box .root::before {
	content: "";
	position: absolute;
	left: 15px;
	border: 1px solid #ddd;
	border-right: none;
	width: 6px;
	height: 40px;
	top: 0;
	bottom: 0;
	margin: auto;
}

.root h4 {
	margin-bottom: 0;
	font-size: 24px;
}

.root p {
	font-size: 14px;
}

.root-top {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.root-top .avatar-image {
	width: 40px;
	height: 40px;
	margin: 0;
}

.root-top .avatar-image .avatar {
	width: 30px;
	height: 30px;
}

.profile {
	position: relative;
}

.profile .avatar-image {
	cursor: pointer;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	margin: 0;
}

.avatar-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.menu-dropdown {
	min-width: 186px;
	box-shadow: rgba(0, 4, 7, 0.3) 0px 1px 2px, rgba(0, 4, 7, 0.15) 0px 2px 6px 2px;
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	position: absolute;
	right: 0;
	top: 100%;
	overflow: hidden;
	display: none;
	z-index: 3;
}

.profile:hover .menu-dropdown {
	display: block;
}

.menu-dropdown li a {
	border-bottom: 1px solid #ddd;
	padding: 15px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.menu-dropdown li:last-child a {
	border-bottom: none;
}

.menu-dropdown li a .fa,
.sortby-select .sortby .fa {
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
}

.menu-dropdown li a:hover {
	color: #6953d3;
	background-color: rgb(105 83 208 / 10%);
}

.topicDatasets {
	margin-bottom: 20px;
	text-align: right;
}

.sortby-select {
	position: relative;
	display: inline-flex;
}

.sortby-select .sortby {
	border: 1px solid #ddd;
	background-color: #fff;
	border-radius: 50px;
	padding: 10px 15px;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	cursor: pointer;
}

.sortby-select .sortby .fa {
	font-size: 20px;
}

.sortby-select:hover .menu-dropdown {
	display: block;
}

.service-content {
	text-align: justify;
}

.coming-soon-content {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0;
}

.coming-soon-text {
	max-width: 600px;
	margin: 0 auto;
}

.coming-soon-text p {
	font-size: 36px;
	margin-bottom: 20px;
	justify-content: center;
}

body .ac .ac-panel ul.ac-text li {
	list-style: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}

body .ac .ac-trigger,
body .ac .ac-panel ul.ac-text li {
	font-family: "Mulish", sans-serif;
	font-size: 16px;
}

.panel-box {
	padding: 15px 20px;
}

.folder li {
	list-style: disc;
	margin-left: 15px;
	line-height: normal;
	margin-bottom: 10px;
}

.folder li ul {
	margin-top: 10px;
}

.folder li ul li {
	list-style: revert;
}

.box ul.folder {
	margin-bottom: 15px;
}

.bookmark-section .card-view {
	grid-template-columns: repeat(4, 1fr);
}

.explorer_scroll {
	overflow-y: auto;
	max-height: 370px;
}

.provacy-section ul,
.provacy-section ol {
	margin-bottom: 15px;
	color: #333;
	font-family: "Mulish", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 160%;
}

.provacy-section ul li {
	margin-bottom: 5px;
	list-style: disc;
	margin-left: 15px;
}

.provacy-section ol li {
	margin-bottom: 5px;
	list-style: auto;
	margin-left: 15px;
}

.provacy-section h1 {
	font-size: 30px;
}

.folder-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}

.folder-header .toggle-folder {
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	font-weight: bold;
}

.empty_data {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.3;
}

#retryButton {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 10px 20px; 
    width: auto;
    min-width: 100px;
    background-color: #007BFF; 
    color: white; 
    border: none; 
    cursor: pointer; 
}


.loader-box {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
}

.loader {
	width: 60px;
	aspect-ratio: 4;
	background: radial-gradient(circle closest-side, #000 90%, #0000) 0/calc(100%/3) 100% space;
	clip-path: inset(0 100% 0 0);
	animation: l1 1s steps(4) infinite;
	margin: 0 auto;
}

@keyframes l1 {
	to {
		clip-path: inset(0 -34% 0 0)
	}
}

.tab-content ul {
	margin-bottom: 15px;
	line-height: normal;
}

.tab-content ul li {
	line-height: normal;
	margin-bottom: 10px;
}

.tab-content ul li strong {
	color: #6953d3;
}

.box ul.folder>li>ul {
	/*height: 150px; */
	overflow-y: auto;
}

.table-view {
	margin-bottom: 15px;
	background-color: #ddd;
	padding: 15px;
}

.sc-bNCczy {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.sc-bNCczy .sc-fpSrms {
	font-weight: bold;
}

.sc-bNCczy .sc-fTgapq {
	background: transparent;
	border: none;
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: bold;
}

/*Scroll bar nav*/
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: auto;
	-webkit-border-radius: auto;
	border-radius: auto;
	background: #ddd;
}

/* Handle */
::-webkit-scrollbar-thumb {
	-webkit-border-radius: auto;
	border-radius: auto;
	background: auto;
	-webkit-box-shadow: auto;
}

::-webkit-scrollbar-thumb:window-inactive {
	background: #4d90e9;
}

.table-responsive {
	border: 0px solid #ddd;
	margin-bottom: 15px;
}

.table-responsive table {
	border-collapse: collapse;
	border: none;
	margin-bottom: 0;
}

.table-responsive table thead {
	background-color: #6953d3;
	color: #fff;
}

.table-responsive::-webkit-scrollbar {
	height: 8px;
}

.data-explorer-block pre {
	line-height: 180%;
}

.datatable-columns .box{
	height: auto;
}

.table-responsive table tr td{
	white-space: normal;
}


.data-explorer-generator {
	grid-column: span 2 / span 2;
}

.data-explorer-generator-block, .datatable-columns .box {
	background-color: #fff;
	padding: 30px;
	border-radius: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
	border: 1px dashed #ddd;
	height: 650px;
	overflow-y: auto;
	position: relative;
}