html {
	scroll-behavior: smooth;
  }
  
  @media (min-width: 1200px) {
  
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
	  max-width: 1200px;
	}
  }
  
  body {
	margin: 0px;
	font-family: "Inter", sans-serif;
	color: #fff;
	font-size: 12px;
	background: #000000;
	font-weight: 500;
  }
  
  a {
	color: #ed8bfe;
	text-decoration: none;
	background-color: transparent;
  }
  
  a:hover {
	color: #34e690;
	text-decoration: none;
  }
  
  :focus-visible {
	outline-offset: 0px;
	outline: none;
  }
  
  button:focus {
	outline: none;
  }
  
  p {
	font-size: 12px;
	line-height: 18px;
  }
  
  p:last-child {
	margin: 0px;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
	font-family: "Inter", sans-serif;
	font-weight: 500;
  }
  
  header {
	padding: 0px;
	width: 100%;
	background: #000000;
	position: relative;
	z-index: 11;
	padding: 19px 0;
  }
  
  .logo {
	width: 100%;
	max-width: 150px;
	padding: 0px;
  }
  
  .logo img {
	max-width: 100%;
  }
  
  .main-menu {
	padding-top: 0px;
	padding-bottom: 0px;
	justify-content: space-between;
	padding: 0px;
  }
  
  .navbar-expand-lg .navbar-collapse {
	flex-basis: auto;
	flex-grow: inherit;
  }
  
  .main-menu .navbar-nav a.nav-link {
	font-size: 13px;
	color: #a8a8b0;
	padding: 5px 20px;
	font-weight: 600;
	position: relative;
	margin: 0px;
  }
  
  .main-menu .navbar-nav a.nav-link.active {
	color: #fff;
	position: relative;
  }
  
  .main-menu .navbar-nav a.nav-link:hover,
  .main-menu .navbar-nav a.nav-link.link-active {
	color: #fff;
  }
  
  /* .main-menu .navbar-nav a.nav-link.active:before{
		content: '';
		position: absolute;
		top: 2px;
		left: -3px;
		background: url(../images/grad-circ.svg) no-repeat;
		width: 15px;
		height: 14px;
		z-index: -1;
	} */
  
  /* .hover-dot {
		content: '';
		position: absolute;
		top: 6px;
		left: 16px;
		background: url(../images/grad-circ.svg) no-repeat;
		width: 15px;
		height: 14px;
		z-index: -1;
	} */
  
  .main-menu .navbar-nav a.nav-link:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 16px;
	background: url(../images/grad-circ.svg) no-repeat;
	width: 15px;
	height: 14px;
	z-index: -1;
	opacity: 0;
  }
  
  .main-menu .navbar-nav a.nav-link:hover:before,
  .main-menu .navbar-nav a.nav-link.link-active:before {
	opacity: 1;
  }
  
  .navbar-nav .nav-link:hover+.hover-dot {
	transform: translateX(100%);
  }
  
  .connectwallet {
	display: flex;
	align-items: center;
	/* margin-left:auto; */
	margin-left: 19px;
  }
  
  .connectwallet a.wallet {
	width: 100%;
	max-width: 147px;
	min-width: 147px;
	line-height: 36px;
	background: #ed8bfe;
	border-radius: 8px;
	display: inline-block;
	letter-spacing: 0.39px;
	color: #171826;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
	margin-left: 19px;
  }
  
  /* .connectwallet .dropdown-menu{
		background:#000000;
		padding:0px;
	} */
  .connectwallet .dropdown-menu {
	background: #323335;
	padding: 0px;
	margin: 16px 0 0;
	min-width: 11rem;
	right: 0;
	left: auto;
  }
  
  .connectwallet .dropdown-item:hover {
	background: #3c3e40;
  }
  
  .connectwallet .dropdown-item {
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	border-bottom: 1px solid #4b4d51;
	padding: 10px 15px;
  }
  
  .connectwallet .dropdown-item:last-child {
	border: none;
  }
  
  .btn-effect {
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease;
  }
  
  .btn-effect span {
	transition: 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	display: block;
  }
  
  .btn-effect span:last-child {
	left: 50%;
	top: 100%;
	opacity: 0;
	width: 100%;
	position: absolute;
	transform: translateX(-50%);
  }
  
  .btn-effect:hover span:first-child {
	opacity: 0;
	transform: translateY(-100%);
  }
  
  .btn-effect:hover span:last-child {
	top: 50%;
	opacity: 1;
	transform: translate(-50%, -50%);
  }
  
  .mark-search {
	position: relative;
  }
  
  .market-col input[type="search"] {
	width: 100%;
	border: none;
	padding: 0 10px;
	line-height: 36px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	background: #232426;
  }
  
  .market-col input[type="search"]:placeholder {
	color: rgb(255 255 255 / 28%);
  }
  
  .mark-search button {
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 36px;
	padding: 0;
	border: none;
	background: none;
	width: 30px;
	color: rgb(255 255 255 / 28%);
  }
  
  .dark-box {
	background: #0e0f12;
  }
  
  .market-head {
	padding: 11px 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .market-head h3 {
	margin: 0px;
	display: flex;
	align-items: center;
	text-transform: uppercase;
  }
  
  .market-head h3 img {
	width: 35px;
	margin: 0 10px 0 0;
	background: #000;
	height: 35px;
	border-radius: 50%;
	padding: 8px;
	object-fit: none;
  }
  
  .market-head label {
	margin: 0px;
	font-size: 13px;
	letter-spacing: 0.78px;
	/* 	background: transparent linear-gradient(93deg, #ED94FF 0%, #6F73FF 100%) 0% 0% no-repeat padding-box;
	  -webkit-background-clip: text;
	  -webkit-text-fill-color: transparent; */
	font-weight: 800;
	color: #c2c2c2;
  }
  
  .dark-box .market-head span {
	font-weight: 500;
  }
  
  .grey-text {
	color: #a8a8b0;
  }
  
  .market-body ul {
	margin: 0px;
	padding: 0px;
  }
  
  .market-body ul li {
	padding: 11px 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #2f2f43;
  }
  
  .market-body ul li div {
	display: flex;
  }
  
  .market-body ul li div img {
	width: 27px;
	border: 2px solid #2c2a43;
	border-radius: 100px;
  }
  
  .market-body ul li div img:last-child {
	margin-left: -7px;
  }
  
  .market-body ul li label {
	margin: 0 auto 0 6px;
	font-weight: 500;
  }
  
  .blue-text {
	color: #34e690;
  }
  
  .pink-text {
	color: #ed8bfe;
  }
  
  .market-body {
	height: 349px;
	overflow-y: auto;
  }
  
  body ::-webkit-scrollbar,
  ::-webkit-scrollbar {
	width: 5px !important;
  }
  
  /* Handle */
  body ::-webkit-scrollbar-thumb,
  ::-webkit-scrollbar-thumb {
	background: #37383b !important;
  }
  
  /* Handle on hover */
  /* ::-webkit-scrollbar-thumb:hover {
	  background: #555; 
	} */
  
  .inner-dark-box {
	border: 1px solid #37383b;
	background: #232426;
	font-weight: 500;
  }
  
  .market-col,
  .ai-column,
  .borrow-column {
	display: flex;
	flex-direction: column;
	min-height: 100%;
  }
  
  .flash-loan {
	margin-top: 4px;
	flex: 1;
  }
  
  .loandet {
	padding: 10px 10px;
  }
  
  .loandet_in {
	border-radius: 6px;
	padding: 0 14px 0 12px;
	line-height: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	margin-bottom: 11px;
  }
  
  .loandet_in label {
	margin: 0px;
  }
  
  .loandet_in span {
	text-transform: uppercase;
  }
  
  .border-left-pink {
	border-left: 4px solid #8571f4;
  }
  
  .border-left-blue {
	border-left: 4px solid #c686f8;
  }
  
  .border-left-teal {
	border-left: 4px solid #45d0ed;
  }
  
  .border-left-light-teal {
	border-left: 4px solid #72aeff;
  }
  
  .ai-column {
	padding: 0 4px;
  }
  
  .ai-column .market-head {
	padding: 9px 13px;
  }
  
  .buysellsec {
	padding: 15px 13px 20px 13px;
	display: flex;
	gap: 14px;
  }
  
  .outline_box {
	border-radius: 8px;
	width: 100%;
  }
  
  .hv-100 {
	min-height: 100vh;
  }
  
  .box_head {
	padding: 9px 15px;
	border-bottom: 1px solid #37383b;
	/* letter-spacing: 1.56px; */
	text-transform: uppercase;
	font-weight: 600;
	background: #323335;
  }
  
  .box_head label.completed {
	color: #16d390;
  }
  
  .box_body {
	padding: 14px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  
  .marketprof .box_head {
	padding: 12px 15px;
	text-transform: none;
	font-size: 13px;
  }
  
  .marketprof .box_body {
	padding: 20px 35px;
  }
  
  .box_body .curr_sec {
	font-weight: 500;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
  }
  
  .box_body .curr_sec img {
	width: 35px;
  }
  
  .box_body .curr_sec label {
	width: 100%;
	text-transform: uppercase;
	margin: 6px 0 3px 0;
	line-height: 15px;
  }
  
  .flashloandet {
	padding: 5px 13px 15px 13px;
  }
  
  .flashloandet .inner-dark-box {
	padding: 13px 15px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .flashloandet .inner-dark-box img {
	width: 27px;
  }
  
  .flashloandet .inner-dark-box label {
	margin: 0 0 0 8px;
	text-transform: uppercase;
  }
  
  .smallicon {
	width: 11px !important;
  }
  
  .swap .smallicon {
	width: 17px !important;
  }
  
  .mid_section {
	padding: 32px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  
  .last_section {
	flex: 1;
	background: #0e0f12;
  }
  
  .total_sec {
	display: flex;
	align-items: center;
  }
  
  .totalimg {
	width: 36px;
	height: 36px;
	border-radius: 11px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0;
  }
  
  .total_sec label {
	margin: 0px;
	display: block;
  }
  
  .total_sec span {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
  }
  
  .mid_section .total_sec:first-child .totalimg {
	background: #f9da85;
  }
  
  .mid_section .total_sec:nth-child(2) .totalimg {
	background: #e9a9f5;
  }
  
  .mid_section .total_sec:last-child .totalimg {
	background: #7fc8ff;
  }
  
  .last_section ul {
	padding: 11px 14px;
	display: flex;
	align-items: center;
	border: none;
  }
  
  .last_section ul li:nth-child(2) {
	margin: 0 30px;
  }
  
  .last_section ul li a {
	letter-spacing: 0.55px;
	color: #777983;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 29px;
	padding: 0 12px;
	display: inline-block;
	border-radius: 15px;
  }
  
  .last_section ul li a.active label {
	/* 	background: transparent linear-gradient(93deg, #ED94FF 0%, #6F73FF 100%) 0% 0% no-repeat padding-box;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent; */
	z-index: 1;
	color: #ed8bfe;
	position: relative;
	font-weight: 800;
  }
  
  .last_section ul li a.active {
	position: relative;
  }
  
  .last_section ul li a.active:after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #232426;
	border-radius: 15px;
  }
  
  .last_section ul li a label {
	margin: 0px;
	cursor: pointer;
  }
  
  .tab-content table {
	width: 100%;
	white-space: nowrap;
  }
  
  table th {
	background: #232426;
  }
  
  table th:first-child {
	padding-left: 14px;
  }
  
  table th:last-child {
	padding-right: 14px;
  }
  
  table th {
	padding: 9px;
	line-height: 18px;
	color: #a8a8b0;
	font-weight: 600;
	font-size: 11px;
  }
  
  table tr td {
	padding: 6.5px 9px;
	font-size: 11px;
	font-weight: 500;
  }
  
  table tr td:first-child {
	padding-left: 14px;
  }
  
  table tr td img {
	width: 19px;
	margin: 0 5px 0 0;
  }
  
  table tr td span {
	border-radius: 4px;
	padding: 3px 5px;
  }
  
  .td-dark-bg {
	background: rgb(55 56 59 / 75%);
  }
  
  .td-light-dark-bg {
	background: rgb(52 230 144 / 35%);
  }
  
  .td-purple-bg {
	background: rgb(237 139 254 / 35%);
  }
  
  .purple-text {
	color: #ed8bfe;
  }
  
  .tab-content .table-responsive {
	height: 285px;
  }
  
  .tab-content .table-responsive thead {
	position: sticky;
	top: 0px;
	left: 0px;
	border-bottom: 5px solid #0e0f12;
  }
  
  .light-dark-box {
	background: #1d1e22;
  }
  
  .borrow-column {
	padding-right: 4px;
	height: 100%;
  }
  
  .borrow-column .market-head {
	padding: 9px 13px 11px;
  }
  
  .tokensec {
	padding: 10px 13px 16px 13px;
  }
  
  .tokenbal label {
	font-size: 14px;
	margin: 0 0 8px 0;
	line-height: 17px;
	width: 100%;
  }
  
  .tokenbal span {
	font-size: 30px;
	line-height: 36px;
	font-weight: 600;
  }
  
  .tokensec .ui.fluid.search.selection.dropdown {
	background: transparent;
	line-height: 44px;
	border: 2px solid #46484e;
	border-radius: 8px !important;
	color: #fff !important;
	text-transform: uppercase;
	height: 48px;
	padding: 0 15px;
  }
  
  .tokensec .ui.fluid.search.selection.dropdown input.search {
	line-height: 24px;
	color: #fff;
	z-index: 0;
  }
  
  .tokensec .ui.fluid.dropdown>.dropdown.icon {
	color: #818188;
	opacity: 1;
	line-height: 44px;
	font-size: 16px;
	padding: 0 10px;
  }
  
  .tokensec .ui.dropdown .menu>.item {
	display: flex;
	align-items: center;
	padding: 9px 8px !important;
	color: #fff;
	border-top: 1px solid #37383b;
  }
  
  .tokensec .ui.dropdown .menu>.item.active.selected {
	font-weight: 700 !important;
	background: #ffffff08 !important;
  }
  
  .default.text {
	color: #a8a8b0 !important;
	text-transform: capitalize;
  }
  
  .tokensec .flag {
	width: 24px !important;
	height: 24px !important;
	background-size: contain !important;
	margin: 0 6px 0 0 !important;
  }
  
  .tokensec .usdc {
	background: url(../images/usdc-logo.png) no-repeat;
  }
  
  .tokensec .usdt {
	background: url(../images/tether-icon.png) no-repeat;
  }
  
  .tokensec .li {
	background: url(../images/chainlink-icon.png) no-repeat;
  }
  
  .tokensec .dai {
	background: url(../images/dai.svg) no-repeat;
  }
  
  .tokensec .wm {
	background: url(../images/wmatic-icon.png) no-repeat;
  }
  
  .tokensec i.flag:not(.icon):before {
	display: none;
  }
  
  #payment_method .tokensec .ui.fluid.search.selection.dropdown .text {
	font-size: 14px;
  }
  
  #payment_method .tokendata div {
	line-height: 34px;
	color: #fff;
	font-weight: 700;
  }
  
  #payment_method .tokendata {
	padding: 12px 16px;
  }
  
  .tokensec .ui.fluid.search.selection.dropdown .text {
	display: flex;
	align-items: center;
	font-size: 12px;
  }
  
  .tokensec .ui.fluid.search.selection.dropdown .text:before {
	content: "Select Token";
	position: absolute;
	top: 0px;
	right: 15px;
	text-transform: capitalize;
	color: #a8a8b0;
	font-size: 12px;
  }
  
  .tokensec .ui.fluid.search.selection.dropdown .text.default:before {
	display: none;
  }
  
  .ui.selection.active.dropdown .menu {
	border-color: #37383b !important;
	background: #0e0f12;
  }
  
  .ui.selection.dropdown .menu {
	margin-top: 6px;
	border-radius: 8px;
	border-top-width: 1px !important;
  }
  
  .tokensec form.ui.form {
	margin-top: 27px;
  }
  
  .tokensec .ui.form .field {
	position: relative;
	margin: 8px 0;
  }
  
  .tokensec .ui.form .field span {
	position: absolute;
	top: 42px;
	right: 49px;
	font-size: 13px;
	font-weight: 600;
  }
  
  .tokensec .ui.form input {
	border: 2px solid #37383b;
	border-radius: 8px !important;
	background: transparent;
	line-height: 24px;
	font-size: 15px;
	color: #fff !important;
	font-weight: 600;
	font-family: "Inter", sans-serif;
  }
  
  .tokensec .ui.form input:focus {
	border: 2px solid #37383b;
	background: transparent;
  }
  
  .tokensec .ui.form input:placeholder {
	color: #777983;
  }
  
  input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #777983 !important;
  }
  
  input::-moz-placeholder {
	/* Firefox 19+ */
	color: #777983 !important;
  }
  
  input:-ms-input-placeholder {
	/* IE 10+ */
	color: #777983 !important;
  }
  
  input:-moz-placeholder {
	/* Firefox 18- */
	color: #777983 !important;
  }
  
  .tokensec .ui.form button {
	width: 100%;
	line-height: 45px;
	padding: 0;
	margin: 10px 0 0 0;
	background: #ed8bfe;
	border-radius: 8px;
	font-size: 13px;
	letter-spacing: 0.39px;
	color: #171826;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
  }
  
  .tokendata {
	border: 2px solid #37383b;
	border-radius: 8px;
	padding: 8px 10px;
	background: #37383b;
	font-size: 11px;
	font-weight: 400;
	color: #c2c2c2;
  }
  
  .tokendata div {
	justify-content: space-between;
	line-height: 23px;
  }
  
  .tokendata label {
	margin: 0px;
  }
  
  .disabled {
	pointer-events: none;
  }
  
  .aggregatorsec {
	margin-top: 4px;
	flex: 1;
  }
  
  .aggregatorsec .tokensec .ui.fluid.search.selection.dropdown .text:before {
	display: none;
  }
  
  .aggregatorsec .tokensec .ui.fluid.search.selection.dropdown {
	height: 45px;
	line-height: 41px;
  }
  
  .aggregatorsec .tokensec .ui.fluid.dropdown>.dropdown.icon {
	display: none;
  }
  
  .aggregatorsec .selecinp {
	position: relative;
  }
  
  .aggregatorsec .tokensec .addvalue {
	position: absolute;
	text-align: right;
	width: 35%;
	right: 15px;
	top: 2px;
	line-height: 38px;
	border: none;
	background: none;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
  }
  
  .swapsec {
	text-align: center;
	margin: -12px 0;
	position: relative;
	z-index: 1;
  }
  
  .swapsec span {
	width: 35px;
	height: 35px;
	background: #ed8bfe;
	border: 3px solid #1d1e22;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
  }
  
  .swapsec span img {
	filter: brightness(0);
  }
  
  .aggregatorsec .tokendata {
	margin-top: 10px;
  }
  
  .bootstrap-select.btn-group .dropdown-menu.inner {
	display: block;
  }
  
  .announce-column {
	padding: 0 13px;
	height: 100%;
  }
  
  .announcesec {
	text-align: center;
	padding: 21px 0;
  }
  
  .announcesec p {
	margin: 10px 0 0 0;
  }
  
  .announcesec p a {
	font-weight: 600;
  }
  
  .announce-column .market-head {
	padding: 10px;
  }
  
  .arbidet {
	padding: 10px 10px 15px 10px;
  }
  
  .arbidet div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 20px;
	padding-left: 25px;
	position: relative;
	padding-top: 1px;
	padding-bottom: 1px;
  }
  
  .arbidet div:before {
	content: "";
	position: absolute;
	width: 15px;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #555555;
  }
  
  .arbidet div:first-child:before {
	background: #9280fd;
  }
  
  .arbidet div:nth-child(2):before {
	background: #3d72fc;
  }
  
  .arbidet div:nth-child(3):before {
	background: #50d2fc;
  }
  
  .arbidet div:nth-child(4):before {
	background: #16d390;
  }
  
  .arbidet div.mb {
	margin-bottom: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
  }
  
  .userstatbox {
	margin-top: 10px;
  }
  
  .userstatbox canvas {
	max-height: 118px;
	max-width: 237px;
	margin: auto;
  }
  
  .chartdet {
	padding: 15px 10px;
  }
  
  .chartdet div {
	display: flex;
	justify-content: space-between;
	line-height: 16px;
	margin: 0 0 8px 0;
	padding-left: 17px;
	position: relative;
  }
  
  .chartdet div:before {
	content: "";
	position: absolute;
	width: 10px;
	height: 5px;
	border-radius: 8px;
	top: 5px;
	left: 0px;
  }
  
  .chartdet div:first-child:before {
	background: #eb93ff;
  }
  
  .chartdet div:nth-child(2):before {
	background: #21be74;
  }
  
  .chartdet div:nth-child(3):before {
	background: #5650fc;
  }
  
  .chartdet div:nth-child(4):before {
	background: #9280fd;
  }
  
  .chartdet div:last-child:before {
	background: #fac44d;
  }

  .chartdet div.levelIncome:before {
	background: #21be74;
  }
  
  .chartdet label {
	margin: 0px;
  }
  
  .inner-column {
	padding: 0 4px;
  }
  
  #searchInput,
  .form-control.search {
	width: 100%;
	border: none;
	padding: 0 10px;
	line-height: 36px;
	font-size: 13px;
	color: #fff;
	font-weight: 500;
	background: #323335;
	max-width: 200px;
	float: right;
	margin-right: 10px;
  }
  
  .form-control.search:placeholder {
	color: #777983;
  }
  
  .form-control:focus {
	box-shadow: none;
  }
  
  label.badge {
	font-size: 11px;
	padding: 4px 6px;
	border-radius: 12px;
	font-weight: normal;
	line-height: 1;
	vertical-align: middle;
	min-width: 64px;
  }
  
  td .completed {
	color: #34e690;
	background: rgb(41 108 159 / 20%);
	border: 1px solid #34e690;
  }
  
  td .pending {
	color: #fbc752;
	background: rgb(211 153 22 / 20%);
	border: 1px solid #d39916;
  }
  
  td .cancelled {
	color: #ed8bfe;
	background: rgb(120 46 147 / 20%);
	border: 1px solid #ed8bfe;
  }
  
  .hash {
	display: inline-flex;
	align-items: center;
  }
  
  .hash-text {
	width: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #a8a8b0;
  }
  
  .hash i {
	cursor: pointer;
  }
  
  .pagination {
	justify-content: flex-end;
	padding: 10px 20px 10px;
	margin: 24px 0 0 0;
	background: #232426;
  }
  
  .page-link {
	background: #232426;
	border: 1px solid #37383b;
	color: #a8a8b0;
	font-size: 11px;
  }
  
  .page-link:hover,
  .page-item.active .page-link {
	color: #fff;
	background-color: #9280fd;
	border-color: #9280fd;
	font-weight: 700;
	box-shadow: none !important;
  }
  
  table {
	white-space: nowrap;
  }
  
  thead {
	border-bottom: 5px solid #0e0f12;
  }
  
  .marketprof {
	flex-wrap: wrap;
  }
  
  .marketprof .outline_box {
	max-width: 24%;
  }
  
  .modal-dark-box {
	background: #323335;
  }
  
  .modal-header {
	padding: 2rem 2rem 1rem;
  }
  
  .modal-body {
	padding: 2rem 2rem;
  }
  
  .modal-dialog {
	max-width: 420px;
	width: 96%;
  }
  
  .modal-content {
	border-radius: 8px;
  }
  
  .modal-header {
	position: relative;
	flex-wrap: wrap;
  }
  
  #connect_wallet .modal-header p {
	width: 100%;
	text-align: center;
	margin: 5px 0 0 0;
	color: rgb(255 255 255 / 46%);
  }
  
  .modal-header button.close {
	position: absolute;
	right: 20px;
	padding: 0;
	margin: 0;
	top: 17px;
	text-shadow: none;
	color: #fff;
	opacity: 1;
	font-size: 16px;
  }
  
  .modal-title {
	font-size: 20px;
  }
  
  .modal .tokensec .ui.form input {
	border: 2px solid #46484e;
	font-size: 13px;
  }
  
  .modal .tokendata {
	font-size: 13px;
	background: #282828;
	border: none;
  }
  
  .modal .tokensec .ui.fluid.search.selection.dropdown .text:before {
	content: "Select Currency";
	position: absolute;
	top: 0px;
	right: 15px;
	text-transform: capitalize;
	color: #a8a8b0;
	font-size: 12px;
  }
  
  .walletslist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  
  .wallet_sing {
	background: rgb(67 69 71);
	padding: 20px 10px;
	border-radius: 10px;
	text-align: center;
	border: 1px solid #2d2c3a52;
	max-width: 31%;
	min-width: 31%;
	margin-bottom: 10px;
  }
  
  .wallet_sing:hover {
	border: 1px solid #ed8bfe;
  }
  
  .wallet_sing img {
	width: 100%;
	max-width: 35px;
  }
  
  .wallet_sing label {
	width: 100%;
	margin: 5px 0 0 0;
	color: #fff;
	font-size: 11px;
	cursor: pointer;
  }
  
  #connect_wallet .modal-footer {
	background: #00000026;
	border-radius: 0 0 16px 16px;
	border: none;
	justify-content: center;
	padding: 20px 10px;
  }
  
  #connect_wallet .modal-footer a {
	font-weight: normal;
	text-decoration: underline;
  }
  
  .modal-backdrop.show {
	opacity: 0.7;
	background: #000;
  }
  
  .subs-dash .market-head h3 {
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
	margin-top: 50px;
  }
  
  .subs-dash .market-head label {
	font-size: 50px;
	font-weight: 800;
	text-transform: capitalize;
	background: -webkit-linear-gradient(0deg, #91a6f6 0%, #ed8bfe 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
  }
  
  .subs-dash .market-head span {
	text-transform: capitalize;
	width: 100%;
	text-align: center;
	font-weight: 400;
	margin: 20px 0 20px 0;
	font-size: 20px;
  }
  
  .subs-dash .inner-column {
	position: relative;
	min-height: 100vh;
	padding: 0 10px;
	/* background:linear-gradient(to right, rgb(227 145 255) -277%, rgba(251, 189, 24, 0) 100%); */
  }
  
  .bg-gradient-2 {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 0;
	right: 0;
  }
  
  .bg-gradient-2::after {
	content: "";
	position: absolute;
	background: linear-gradient(to top,
		#df86aa 2%,
		rgba(46, 32, 255, 0.67),
		transparent 25%);
	filter: blur(175px);
	inset: -100px 0 0 0;
  }
  
  .bg-gradient-2 img {
	width: 100%;
  }
  
  .packages {
	margin-top: 40px;
	display: flex;
	gap: 30px;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
    max-width: 1100px;
    margin: auto;
    margin-bottom: 30px;
  }
  
  .package {
	width: 100%;
	max-width: 30%;
	background: #121212;
	border-radius: 16px;
	/* border:1px solid #37383B; */
	position: relative;
	z-index: 1;
	padding: 1px;
  }
  
  .packagetop {
	padding: 38px 28px;
	background: #121212;
	border-radius: 16px;
	height: 100%;
  }
  
  .packagetop img {
	margin: 0 0 10px 0;
	width: 100%;
	max-width: 80px;
	height: 80px;
    object-fit: contain;
  }
  
  .packagetop label {
	font-size: 18px;
	margin: 0 0 10px 0;
	width: 100%;
  }
  
  .packagetop span.amt {
	font-size: 35px;
	font-weight: 500;
	display: inline-flex;
  }
  
  .packagetop span small {
	font-weight: 500;
	margin: 0 5px 0 0;
	font-size: 22px;
	position: relative;
	top: 8px;
  }
  
  .packagetop ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: left;
  }
  
  .packagetop ul li {
	line-height: 18px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
  }
  
  .packagetop ul li i {
	margin: 2px 6px 0 0;
	color: #00cd8c;
  }
  
  .packagetop ul li p {
	font-weight: 600;
	font-size: 12px;
  }
  
  .packagetop a {
	background: transparent linear-gradient(206deg, #00d68f 0%, #004b5f 100%) 0% 0% no-repeat padding-box;
	line-height: 45px;
	border-radius: 8px;
	color: #171826;
	font-weight: 700;
	text-transform: uppercase;
	margin: 15px 0 25px 0;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 13px;
  }
  
  .bronze-package {
	background: transparent linear-gradient(123deg, #f5bca3 10%, #37383b 20%) 0% 0% no-repeat padding-box;
  }
  
  .bronze-package .packagetop label {
	color: #efa082;
  }
  
  .bronze-package .packagetop a {
	background: #efa082;
  }
  
  .bronze-package .packagetop ul li p {
	color: #efa082;
  }
  
  .silver-package {
	background: transparent linear-gradient(123deg, #9280fd 10%, #37383b 20%) 0% 0% no-repeat padding-box;
  }
  
  .silver-package .packagetop label {
	color: #9280fd;
  }
  
  .silver-package .packagetop a {
	background: #9280fd;
  }
  
  .silver-package .packagetop ul li p {
	color: #9280fd;
  }
  
  .gold-package {
	background: transparent linear-gradient(123deg, #fec350 10%, #37383b 20%) 0% 0% no-repeat padding-box;
  }
  
  .gold-package .packagetop label {
	color: #fad77e;
  }
  
  .gold-package .packagetop a {
	background: #fad77e;
  }
  
  .gold-package .packagetop ul li p {
	color: #fad77e;
  }
  
  .diamond-package {
	background: transparent linear-gradient(123deg, #ed8bfe 10%, #37383b 20%) 0% 0% no-repeat padding-box;
  }
  
  .diamond-package .packagetop label {
	color: #ed8bfe;
  }
  
  .diamond-package .packagetop a {
	background: #ed8bfe;
  }
  
  .diamond-package .packagetop ul li p {
	color: #ed8bfe;
  }
  
  .platinum-package {
	background: transparent linear-gradient(123deg, #5650fc 10%, #37383b 20%) 0% 0% no-repeat padding-box;
  }
  
  .steel-package {
    background: transparent linear-gradient(123deg, #cddc39 10%, #37383b 20%) 0% 0% no-repeat padding-box;
  }
  
  .platinum-package .packagetop label {
	color: #ff84b9;
  }
  
  .steel-package .packagetop label {
	color: #CDDC39;
  }
  
  .platinum-package .packagetop a {
	background: #ff84b9;
  }
  
  .steel-package .packagetop a{
	 background: #CDDC39; 
  }
  
  .platinum-package .packagetop ul li p {
	color: #736eff;
  }
  
  .steel-package .packagetop ul li p {
	color: #CDDC39;
  }
  
  .popular {
	position: absolute;
	right: 20px;
	top: 20px;
	width: auto;
	line-height: 19px;
	text-align: center;
	background: #ffffff1c;
	border-radius: 20px;
	font-size: 11px;
	border: 1px solid #37383b;
	padding: 0 10px;
	color: #a8a8b0;
  }
  
  section.dashboard,
  section.dashboard .container-fluid,
  section.dashboard .container-fluid .row {
	min-height: calc(100vh - 73px);
  }
  
  .tooltip-inner {
	background-color: #5e4ca0;
  }
  
  .bs-tooltip-auto[x-placement^="top"] .arrow::before,
  .bs-tooltip-top .arrow::before {
	border-top-color: #5e4ca0;
  }
  
  .icon-top {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin: -60px auto 15px auto;
	font-size: 30px;
	color: #fff;
	line-height: 100px;
	text-align: center;
	background: #f11313;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  #message_modal button.close {
	text-shadow: none;
	background: #f11313;
	color: #fff;
	opacity: 1;
	font-size: 13px;
	font-weight: normal;
	width: 100px;
	line-height: 32px;
	border-radius: 30px;
  }
  
  #message_modal h4 {
	color: #a8a8b0;
	font-weight: 700;
  }
  
  #message_modal h5 {
	font-weight: 700;
  }
  
  #message_modal .modal-dialog {
	max-width: 320px;
  }
  
  #message_modal .modal-footer {
	padding: 10px 20px 20px 20px;
  }
  
  /** Subscription css start **/
  
  .inner-column.subscription-column {
	min-height: calc(100vh - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
  }
  
  .subscription-column .market-head h3 {
	margin-top: 0px;
  }
  
  .subscription-column .market-head {
	flex-direction: column;
  }
  
  .subscription-column .market-head p {
	font-size: 16px;
	color: #9280fd;
	text-align: center;
  }
  
  .subscription-column .packages {
	margin-top: 30px;
  }
  
  .subscription-column .package {
	max-width: 650px;
  }
  
  .subscription-column .packagetop .d-flex {
	align-items: center;
	margin-bottom: 20px;
  }
  
  .subscription-column .packagetop img {
	margin: 0 20px 0 0;
  }
  
  .subscription-column .packagetop .d-flex div {
	line-height: 1;
  }
  
  .subscription-column .packagetop label {
	margin-bottom: 7px;
  }
  
  .subs-flex ul {
	width: 100%;
  }
  
  .subscription-column .packagetop ul li {
	line-height: 27px;
	font-size: 15px;
  }
  
  .subs-flex {
	display: flex;
  }
  
  .percentslots {
	width: 40%;
	text-align: center;
	margin-left: auto;
	margin-top: -50px;
  }
  
  .percentslots a.btn-effect {
	margin-bottom: 0px;
  }
  
  .percentslots p {
	font-size: 15px;
	margin: 15px 0 15px;
  }
  
  .circle-wrap {
	width: 100px;
	height: 100px;
	background: #000;
	border-radius: 50%;
	margin: auto;
  }
  
  .active .circle-wrap {
	background: #333;
  }
  
  .circle-wrap .circle .mask,
  .circle-wrap .circle .fill-1,
  .circle-wrap .circle .fill-2,
  .circle-wrap .circle .fill-3 {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
  }
  
  .circle-wrap .circle .mask {
	clip: rect(0px, 100px, 100px, 50px);
  }
  
  .circle-wrap .inside-circle {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background: #121212;
	margin-top: 5px;
	margin-left: 5px;
	color: white;
	position: absolute;
	z-index: 100;
	font-weight: 700;
	font-size: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-transform: uppercase;
  }
  
  .active .circle-wrap .inside-circle {
	background: #000;
  }
  
  .circle-wrap .inside-circle label {
	margin: 0px;
	font-weight: 600;
	color: #fff;
	text-align: center;
  }
  
  /* color animation */
  
  .mask .fill-1 {
	clip: rect(0px, 50px, 100px, 0px);
	background-color: #ed8bfe;
  }
  
  .mask .fill-3 {
	clip: rect(0px, 80px, 100px, 0px);
  }
  
  .mask.full-1,
  .circle .fill-1 {
	animation: fill-1 ease-in-out 2s;
	transform: rotate(160deg);
  }
  
  @keyframes fill-1 {
	0% {
	  transform: rotate(0deg);
	}
  
	100% {
	  transform: rotate(160deg);
	}
  }
  
  .ui.action.input:not([class*="left action"])>input:focus {
	border-right-color: #37383b !important;
  }
  
  .subs-dash .inner-column.referal-wrap {
	min-height: calc(100vh - 80px);
  }
  
  .refercode .ui.action.input input {
	border: 2px solid #37383b;
	background: transparent;
	line-height: 24px;
	font-size: 15px;
	color: #fff !important;
	font-weight: 600;
	font-family: "Inter", sans-serif;
  }
  
  .refblocks .packagetop span.amt {
	display: block;
	line-height: normal;
  }
  
  .refblocks .package {
	max-width: 100%;
  }
  
  .refblocks {
	gap: 10px;
  }
  
  .refercode .ui.action.input .copyToken {
	padding: 0;
	background: #efa082;
	letter-spacing: 0.39px;
	color: #171826;
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
  }
  
  input::selection,
  textarea::selection {
	background-color: rgb(237 139 254 / 49%);
	color: rgb(255, 255, 255);
	outline: none;
  }
  
  ::selection {
	background-color: rgb(237 139 254 / 49%);
	color: rgb(255, 255, 255);
  }
  
  .ui.popup.top {
	background-color: #212121;
	color: #fff;
	border: 0;
  }
  
  .ui.popup:before {
	box-shadow: none;
  }
  
  .ui.popup.top::before {
	background-color: #212121;
	color: #212121;
	border: 0;
  }
  
  
  
  
  /* MultiTab Package */
  
.multi-package .nav-tabs li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 11px 18px;
	border-radius: 5px;
	background: #3d3d3d;
	line-height: normal;
	display: block;
	min-width: 130px;
	text-align: center;
}
.multi-package h3 {
    text-align: center;
    margin: 60px 0 0 0;
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.multi-package .nav-tabs {
    border: 0;
    justify-content: center;
    margin: 40px 0 50px;
    gap: 11px;
}
.multi-package .nav-tabs li a label {
    margin: 0;
	cursor:pointer;
}
.multi-package .packagetop span.amt {
    font-size: 30px;
    font-weight: 500;
    display: flex;
	align-items: center;
}
.multi-package .nav-tabs li a.active {
    background: #ed8bfe;
    color: #000;
}
.multi-package .packagetop span small {
     margin: 0 0 0 10px;
    line-height: normal;
    top: 0;
}
  @media screen and (max-width: 991px) {
	.multi-package .packagetop span.amt, .multi-package .packagetop span small {
		font-size: 20px;
	}
	
  }
  @media screen and (max-width: 767.9px) {
	  .multi-package  .packagetop {
		padding: 18px 18px;
	}
	.subs-flex {
	  flex-wrap: wrap;
	}
  
	.subs-flex ul {
	  width: 100%;
	}
  
	.percentslots {
	  width: 100%;
	  margin-top: 30px;
	}
  
	.subscription-column .packagetop ul li {
	  line-height: 24px;
	  font-size: 15px;
	}
  
	.subscription-column .package {
	  margin-bottom: 30px;
	}
	.package{
		max-width:100%;
	}
  }
  
  /** Subscription css end **/
  
  @media screen and (min-width: 768px) and (max-width: 1200.9px) {
  
	/* .inner-dash>.container-fluid>.row{
			flex-wrap:nowrap;
		}
		.inner-dash>.container-fluid>.row>.col{
			max-width:235px;
			min-width:235px;
		} */
	.marketprof .outline_box {
	  max-width: 32%;
	}
  
	.marketprof .box_body {
	  padding: 14px 20px;
	}
  
	.inner-dash .col-md-10 {
	  flex: auto;
	}
  }
  
  @media screen and (min-width: 768px) and (max-width: 1199.9px) {
	section.dashboard .col-md-5 {
	  order: 4;
	  width: 100%;
	  flex: 0 0 100%;
	  max-width: 100%;
	}
  
	.borrow-column {
	  padding: 0 4px;
	}
  
	.ai-column {
	  padding: 4px 0;
	}
  
	.mid_section {
	  padding: 20px;
	}
  
	.last_section ul li:nth-child(2) {
	  margin: 0 10px;
	}
  }
  
  @media screen and (max-width: 991.9px) {
	.logo img {
	  max-width: 120px;
	}
  
	.main-menu {
	  padding: 0px;
	}
  
	.navbar-collapse {
	  position: fixed;
	  top: 67px;
	  left: 0;
	  width: 100%;
	  background-color: #000000;
	  padding-bottom: 15px;
	  padding-top: 15px;
	  border-top: 1px solid rgb(255 255 255 / 8%);
	}
  
	.navbar-toggler {
	  order: 3;
	  padding: 7px 10px;
	}
  
	.appdownload {
	  margin-left: auto;
	}
  
	.main-menu i.fa {
	  color: #fff;
	}
  
	li.nav-item.register {
	  padding-left: 15px;
	}
  
	.main-menu .navbar-nav a.nav-link {
	  padding: 5px 15px;
	  font-size: 13px;
	}
  
	.main-menu .navbar-nav a.nav-link.active:before {
	  content: "";
	  position: absolute;
	  top: 2px;
	  left: 8px;
	  background: url(../images/grad-circ.svg) no-repeat;
	  width: 15px;
	  height: 14px;
	  z-index: -1;
	}
  
	.main-menu .navbar-nav .nav-item.register a.nav-link {
	  line-height: 23px;
	  top: 5px;
	}
  
	.hover-dot {
	  display: none;
	}
  }
  
  @media screen and (max-width: 767.9px) {
	.hideon_mobile {
	  display: none;
	}
  
	header .container-fluid {
	  padding: 0 5px;
	}
  
	header .row {
	  flex-wrap: nowrap;
	  margin: 0 -5px;
	}
  
	header .row .col-md-2,
	header .row .col-md-10 {
	  padding: 0 5px;
	}
  
	header .row .col-md-2 {
	  max-width: 120px;
	}
  
	.logo {
	  margin: 0px;
	}
  
	.logo img {
	  max-width: 110px;
	}
  
	.connectwallet {
	  margin-left: auto;
	}
  
	.connectwallet a.wallet {
	  margin-left: 9px;
	  padding: 0 8px;
	  min-width: inherit;
	  font-size: 12px;
	}
  
	.buysellsec {
	  flex-wrap: wrap;
	}
  
	.market-body {
	  height: 149px;
	}
  
	.ai-column {
	  padding: 4px 0;
	}
  
	.mid_section {
	  flex-wrap: wrap;
	  padding: 15px 10px;
	}
  
	.total_sec {
	  padding: 10px 10px;
	}
  
	.tab-content table {
	  white-space: nowrap;
	}
  
	.last_section ul {
	  padding: 10px;
	}
  
	.last_section ul li:nth-child(2) {
	  margin: 0 5px;
	}
  
	.last_section ul li a {
	  font-size: 10px;
	}
  
	.userstatbox canvas {
	  max-height: inherit;
	}
  
	.announce-column {
	  padding-bottom: 15px;
	}
  
	.col {
	  flex: 0 0 100%;
	}
  
	.marketprof .outline_box {
	  max-width: 100%;
	}
  
	.subs-dash .market-head label {
	  font-size: 30px;
	}
  
	.subs-dash .market-head span {
	  margin: 8px 0 0 0;
	  font-size: 18px;
	}
  
	.packages {
	  margin-top: 30px;
	}
  
	.modal-body {
	  padding: 20px;
	}
  
	.modal .tokendata {
	  font-size: 12px;
	}
  
	.modal-dialog {
	  margin-left: auto;
	  margin-right: auto;
	}
  
	.modal .tokensec .ui.fluid.search.selection.dropdown .text:before {
	  content: "Currency";
	}
  }
  
  @media screen and (max-width: 590px) {
	.refercode .ui.action.input {
	  flex-wrap: wrap;
	}
  
	.refercode .ui.action.input input {
	  border-radius: 4px !important;
	  border: 2px solid #37383b !important;
	  margin-top: 15px;
	}
  
	.refercode .ui.action.input .copyToken {
	  padding: 13px 0;
	  margin: 14px auto 0;
	  border-radius: 4px !important;
	}
  
	.refblocks .packagetop {
	  padding: 18px 20px;
	}
  
	.refblocks .packagetop label {
	  font-size: 14px;
	}
  
	.refblocks .packagetop span.amt {
	  font-size: 27px;
	}
  
	.refblocks {
	  gap: 20px;
	}
  }
  
  @media screen and (max-width: 330.9px) {
	.navbar-toggler {
	  padding: 7px 5px;
	}
  }
  
  @media screen and (min-width: 1900px) {
	.market-body {
	  height: 450px;
	}
  
	.tab-content .table-responsive {
	  height: 350px;
	}
  }
  
  @media screen and (min-width: 2100px) {
	.market-body {
	  height: 600px;
	}
  
	.tab-content .table-responsive {
	  height: 400px;
	}
  }