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

section {
	width: 100%;
	float: left;
}

.login-form-subBox {
	max-width: 448px;
}

.login-form-subBox-logo-img img {
	width: auto;
	height: 78px;
}

.login-form-subBox-logo-img {
	display: flex;
	justify-content: center;
}

.login-form-inner-heading-para h3 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	color: #0A0A0A;
	font-family: "Poppins";
}

.dashboardPage3_lastPart_innertwobox {
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.stockh5 {
	font-family: "Inter";
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #4A5565;
	margin-bottom: 0px;
}

.login-form-inner-heading-para p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #717182;
	margin-bottom: 0px;
	font-family: "Poppins";
}

.login-form-inner {
	padding: 24px;
	border: 2px solid #0000001A;
	border-radius: 14px;
	margin-top: 32px;
}

/* .login-form-div{
    display:flex;
    justify-content: center;
} */
.login-form-div button {
	width: 100%;
	background-color: #D0CD08;
	border-radius: 8px;
	padding: 8px 16px;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	border: 0px;
	color: #1D1D1D !important;
	font-family: "Poppins";
}

.lemon-trade-form .form-label {
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #0A0A0A;
	font-family: "Poppins";
}

.login-form-div button:hover {
	background-color: #D0CD08;
	color: #0a0a0a;
}

.lemon-trade-form .form-control {
	border-radius: 8px;
	background-color: #F3F3F5;
	border: 0;
	padding: 8px 12px;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	font-family: "Poppins";
}

.lemon-trade-form .form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}

.lemon-trade-form .form-control::placeholder {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #717182;

}

.login-form-inner-heading-para {
	margin-bottom: 24px;
}

.label-div {
	display: flex;
	justify-content: space-between;
}

.label-div .form-label.change-color {
	color: #47A612;
	text-decoration: none;
}

.sign-account {
	text-align: center;
	margin-top: 24px;
}

.login-form-subBox {
	max-width: 448px;
	flex: 0 0 448px;
}

.login-form {
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(135deg, #FEFCE8 0%, #FFF 50%, #F0FDF4 100%);
	padding: 50px 15px;
}

.sign-account span {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	color: #0A0A0A;
	font-family: "Poppins";
}

.sign-account a {
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	color: #47A612;
	font-family: "Poppins";
}

/* dashboard-css */
.sidebar {
	max-width: 290px;
	border-right: 1px solid #0000001A;
	width: 290px;
	position: fixed;
	left: 0;
	top: 0px;
	overflow: scroll;
	height: 100%;
	scrollbar-width: none;
	z-index: 9;
	transition: all .5s;
}

.toogleicon #menu-toggle span {
	width: 36px;
	height: 2px;
	background: #000;
	display: block;
}

.toogleicon {
	display: flex;
	align-items: center;
	display: none;
}

.toogleicon #menu-toggle {
	display: flex;
	flex-direction: column;
	gap: 5px;
	width: 36px;
	padding: 0;
}

.sidebar-list {
	margin-bottom: 95px;
}

.dashboard-section_inner-leftside {
	margin-left: 290px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.dashboard-section_inner-leftside::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 288px;
	height: 288px;
	background-color: #D0CD081A;
	z-index: -1;
	filter: blur(128px);
}

.dashboard-section_inner-leftside::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 288px;
	height: 288px;
	background-color: #47A6121A;
	z-index: -1;
	filter: blur(128px);
}

/* .dashboard-section_inner {
	display: flex;
} */
.sidebar_back_home {
	padding: 16px 0px 16px 20px;
}

.sidebar_back_home a {
	text-decoration: none;
	display: flex;
	align-items: center;
}

.sidebar_back_home a span {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-left: 10px;
	color: #0A0A0A;
}

.sidebar_rank_section_img {
	text-align: center;
}

.sidebar_rank_section_img img {
	width: 92px;
	height: 92px;
	border-radius: 100px;
	border: 2px solid #47A612;
}

.sidebar_rank_section-name h3 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #0A0A0A;
	margin: 0px;
}

.sidebar_rank_current-run {
	border: 1px solid #47A612;
	display: flex;
	justify-content: center;
	max-width: 180px;
	margin: 8px auto;
	padding: 4px 12px;
	border-radius: 8px;
	background: #47A6120D;
}

.sidebar_rank_current-run span {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	text-align: center;
	color: #47A612;
	display: flex;
	align-items: center;
	gap: 5px;
}

.sidebar_rank_number_inner {
	background-color: #D0CD084D;
}

.sidebar_rank_number_inner {
	background-color: #D0CD084D;
	border: 1px solid #D0CD08;
	border-radius: 16px;
	box-shadow: 0px 4px 6px -1px #0000001A;
	text-align: center;
	padding: 16px;
}

.sidebar_rank_number_inner img {
	width: auto;
	height: 36px;
}

.sidebar_rank_number_inner span {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	color: #47A612;
}

.sidebar_rank_number_inner span {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	color: #47A612;
	margin-left: 8px;
	font-family: "Poppins";
}

.sidebar_rank_number_inner1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.sidebar_rank_number {
	margin-top: 17px;
}

.sidebar_rank_number_inner h4 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 4px;
	color: #717182;
}

.sidebar_rank_section {
	padding: 40px 24px;
}

.sidebar_rank_section {
	padding: 40px 24px;
	border-bottom: 1px solid #0000001A;
}

.sidebar_rank_section-name {
	margin-top: 16px
}

.sidebar-unorder-list {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.sidebar-link {
	padding: 16px 0px 16px 20px;
	display: flex;
	text-decoration: none;
	gap: 12px;
	align-items: center;
	border-radius: 14px;
	transition: 0.5s ease;
}

.sidebar-unorder-list img {
	width: auto;
	height: 20px;
}

.sidebar-unorder-list li span {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0A0A0A;
}

.active {
	background-color: #47A612;
}

.sidebar-unorder-list .sidebar-link.active span {
	color: #fff !important;
}

.sidebar-list {
	padding: 40px 24px 0px 24px;
}

.sidebar-link:hover {
	background-color: #47A612;
	box-shadow: 0px 10px 15px -3px #0000001A;

}

.sidebar-link:hover span {
	color: #fff
}

.sidebar-link:hover img {
	filter: brightness(0) invert(1);
}

.sidebar-logOut {
	padding: 16px 0px 16px 20px;
	display: flex;
	gap: 12px;
	align-items: center;
	text-decoration: none;
}

.sidebar-logOut img {
	width: 20px;
	height: 20px;
}

.sidebar-logOut span {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #D4183D;
}

.side-barlogout {
	padding: 0px 24px 0px 24px;
	width: 290px;
	border-top: 1px solid #0000001A;
	position: fixed;
	bottom: 0;
	background: #fff;
	border-right: 1px solid #0000001A;
}

.dashboard-section_inner-leftside-upprpart_img {
	display: flex;
	justify-content: center;
}

.dashboard-section_inner-leftside-upprpart_img img {
	width: auto;
	height: 112px;
}

.dashboard-section_inner-leftside-upprpart-headingpara h3 {
	font-family: "Inter";
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #47A612;
}

.dashboard-section_inner-leftside-upprpart-headingpara p {
	font-family: "Inter";
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
	text-align: center;
	color: #0A0A0A;
	margin-bottom: 0px;
}

.dashboard-section_inner-leftside-upprpart_img {
	margin-bottom: 13px;
}

.dashboard-section_inner-leftsideprdicttion_inner {
	max-width: 257px;
	background-color: #D0CD0833;
	padding: 5px 17px;
	border-radius: 50px;
	display: flex;
	align-items: center;
	gap: 12px;
	border: 1px solid #D0CD084D;
}

.dashboard-section_inner-leftsideprdicttion {
	display: flex;
	justify-content: center;
	margin: 25px 0px 48px;
}

.dashboard-section_inner-leftsideprdicttion_inner span {
	font-family: "Inter";
	font-weight: 500;
	font-style: Medium;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	text-align: center;
	color: #47A612;
}



.dashboard-section_inner-leftside-middlepart {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 14px;
	border: 2px solid #47A61233;
	padding: 32px 34px 24px;
	flex-direction: column;
}

.row.row-custom {
	--bs-gutter-x: 0px;
	justify-content: center;
}

.dashboard-section_inner-leftside-middlepart-search-bar {
	width: 100%;
}

.d-1search-form-input {
	flex: 0 0 81%;
	max-width: 81%;
	position: relative;
}

.d-1search-form-input input {
	width: 100%;
	position: relative;
	padding: 18px 18px 18px 56px;
	border-radius: 8px;
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #717182;
	border: 1px solid #47A61233;
}

.d-1search-form-input input::placeholder {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: 0px;
	color: #717182;
	;
}

.d-1search-form-input input:focus {
	outline: none !important;
	box-shadow: none;
}

.d-1search-form-button {
	flex: 0 0 18%;
	max-width: 18%;
}

.d-1search-form-button button {
	width: 100%;
	background-color: #47A612 !important;
	color: #fff !important;
	border: none;
	padding: 14px 36px;
	font-family: "Inter";
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	border-radius: 8px;
}

.d-1search-form input img {
	position: absolute;
}

.d-1search-form {
	gap: 12px;
}

.d-1search-form-input img {
	position: absolute;
	top: 18px;
	left: 20px;
	width: auto;
	height: 24px;
}

.dashboard-section_inner-leftside-middlepart-list-heading {
	display: flex;
	gap: 16px;
	/* align-items: center; */
	margin-top: 24px;
}

.dashboard-section_inner-leftside-middlepart-orderlist ul {
	display: flex;
	list-style-type: none;
	gap: 16px;
	padding: 0px;
	margin-bottom: 0px;
	flex-wrap: wrap;
}

.popular {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #717182;
}

.dashboard-section_inner-leftside-middlepart-orderlist ul li a {
	padding: 6px 16px;
	background-color: #D0CD0833;
	text-decoration: none;
	border-radius: 20px;
	font-family: "Inter";
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #0A0A0A;
	border: 1px solid #D0CD08;
}

.dashboard-section_inner-leftside-upprpart-headingpara h3 {
	font-size: 18px;
}

.dashboard-section_inner-leftside-upprpart-headingpara p {
	font-size: 18px;
}

.dashboard-section_inner-leftside-lower-part {
	display: flex;
	justify-content: center;
	gap: 32px;
	margin-top: 48px;
}

.dashboard-section_inner-leftside-lower-part-box-inner {
	padding: 16px 24px;
	box-shadow: 0px 1px 3px 0px #0000001A;
	border: 1px solid #47A61233;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 12px;
}

.l1-icon-span {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0A0A0A;
}

.row.row-custom.row-dashboard_two {
	justify-content: start;
}

.dashboard-section_inner-leftside.dashboard-result {
	padding-left: 60px;
}

.star-search-result {
	display: flex;
	gap: 8px;
}

.resut_span {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #0A0A0A;
}

.star-search-result_para p {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #717182;
	margin-bottom: 0px;
	margin-top: 4px;
}

.dashboard2-section-inner-uppward {
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
}

.dashtwo-seacrbar-inputfield {
	position: relative;
}

.dashtwo-seacrbar-inputfield input {
	padding: 10px 0px 10px 36px;
	position: relative;
}

.dashtwo-seacrbar-inputfield img {
	position: absolute;
	top: 14px;
	left: 12px;
}

.dashboard2-section-inner-uppward-rightside {
	flex: 0 0 33%;
	max-width: 33%;
}

.dashboard2-section-inner-uppward-leftside {
	flex: 0 0 66%;
	max-width: 66%;
}

.dashtwo-seacrbar-inputfield input {
	padding: 10px 4px 10px 36px;
	position: relative;
	border: 1px solid #47A61233;
	border-radius: 8px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #0A0A0A;
	width: 100%;
}

.dashtwo-seacrbar-inputfield input::placeholder {

	font-family: "Inter";
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #0A0A0A;
}

.dashtwo-seacrbar-inputfield input:focus {
	outline: 0px !important;
}

.dashboard2-section-inner-downward {
	margin-top: 32px;
	border: 1px solid #47A61233;
	border-radius: 14px;
	padding: 28px 32px;
	display: flex;
	justify-content: space-between;
}

.n4 {
	font-family: "Inter";
	font-weight: 500;
	font-style: Medium;
	font-size: 32px;
	line-height: 32px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #47A612;
}

.n5 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	letter-spacing: 0px;
	color: #717182;
	margin-bottom: 0px;
}

.number_percent_span {
	padding: 6px 12px;
	background-color: #47A612;
	color: #fff;
	border-radius: 8px;
	font-family: "Inter";
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 16px;
	letter-spacing: 0px;
	box-shadow: 0px 4px 6px -1px #0000001A;
}

.dashboard2-section-inner-downward-leftside {
	flex: 0 0 38%;
	max-width: 38%;
	display: flex;
}

.zig-zag-span {
	font-family: "Inter";
	font-weight: 500;
	font-size: 20px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
}

.dashboard2-section-inner-downward-rightside {
	flex: 0 0 55%;
	max-width: 55%;
}

.dashboard2-section-inner-downward-leftsidebox {
	display: flex;
	gap: 16px;
	align-items: center;
}

.dashboard2-section-inner-downward-leftsidebox-rightsidesubBox-h4span {
	display: flex;
	gap: 12px;
	align-items: start;
}

.dashboard2-section-inner-downward-rightsidebox {
	display: flex;
	gap: 32px;
	justify-content: end;
	align-items: center;
}

.dashboard2-section-inner-downward-rightsidebox-subBoxleft-inner {
	background-color: #D0CD0833;
	padding: 13px 15px;
	border-radius: 14px;
	border: 1px solid #D0CD084D;
}

.dashboard2-section-inner-downward-rightsidebox-subBoxright-inner {
	padding: 12px 11px;
	border-radius: 8px;
	background-color: #47A612;
	display: flex;
	gap: 10px;
	align-items: center;
}

.dashboard2-section-inner-downward-rightsidebox-subBoxright-inner img {
	width: auto;
	height: 20px;
}

.cp {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: right;
	color: #717182;
	margin-bottom: 4px;
}

.dollar-rate {
	font-family: "Inter";
	font-weight: 500;
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 0px;
	text-align: center;
	margin-bottom: 0px;
	color: #47A612;
}

.dashboard2-section-inner-downward.dashboard3-section-inner-downward {
	padding: 24px 28px;
	background-color: #D0CD080D;
	align-items: center;
	margin-top: 0px;
}

.dashboard2-section-inner-downward-leftsidebox-rightsidesubBoxspan {
	display: flex;
}

.dashboard3-section-inner-downward .n4 {
	color: #0A0A0A;
}

.dashboard2-section-inner-downward-leftsidebox-rightsidesubBoxh5 {
	margin-top: 8px;
}

.d3_doolar-rate {
	font-family: "Inter";
	font-weight: 500;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0px;
	color: #47A612;
	margin-bottom: 0px;
}

.d3_percent {
	font-family: "Inter";
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: right;
	padding: 2px 7px;
	background-color: #47A612;
	color: #fff;
	border-radius: 8px;
	border: 1px solid #00000000;
}

.dashboard3-section-inner-downward-rightsidebox {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: end;
}

.prediction_icon_content_inner {
	display: flex;
	align-items: center;
	gap: 12px;
}

.pd_h4 {
	font-family: "Inter";
	font-weight: 500;
	font-style: Medium;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #47A612;
}

.pd-para {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 6px;
	color: #717182;
}

.prediction_icon_content {
	margin-top: 20px;
	margin-bottom: 34px;
}

.prediction_icon img {
	width: auto;
	height: 80px;
}

.lastdthreeh5 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	color: #1D1D1D;
	margin-top: 4px;
}

.lastdthreeh6 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #717182;
	margin-bottom: 0px;
}

.dashboardPage3_lastPart {
	border: 2px solid #1D1D1D1A;
	padding: 24px;
	border-radius: 14px;
	margin-bottom: 20px;
}

.dashboardPage3_lastPart_innertwo {
	background-color: #F9FAFB;
	padding: 16px;
	border-radius: 10px;
	margin-top: 24px;
	margin-bottom: 24px;
}

.stockh6 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	margin-bottom: 0px;
}

.stockh62 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #1D1D1D;
	margin-top: 8px;
}

.stockh5.addmargin {
	margin-bottom: 8px;
}

.dashboardPage3_lastPart_innerthree_headding h6 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0px;
	color: #1D1D1D;
	margin-bottom: 10px;
}

.dashboardPage3_lastPart_innerthree-aarowbox {
	display: flex;
	gap: 8px;
}

.dashboardPage3_lastPart_innerthree-aarowbox-leftside {
	flex: 0 0 49%;
	max-width: 49%;
}

.dashboardPage3_lastPart_innerthree-aarowboxrightside {
	flex: 0 0 49%;
	max-width: 49%;
}

.prdeiction-arrow {
	padding: 6px 0px 10px;
	border: 1px solid #47A612;
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 8px;
	align-items: center;
	text-decoration: none;
	border-radius: 8px;
	font-family: "Inter";
	font-weight: 600;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;

}

.dashboardPage3_lastPart_innerthree-aarowbox-leftside .prdeiction-arrow {
	color: #47A612;
}

.dashboardPage3_lastPart_innerthree-aarowboxrightside .prdeiction-arrow {
	color: #E7000B;
	border: 1px solid #FB2C36;
}

.target-price-form-input {
	position: relative;
	width: 100%;
}

.target-price-form-input input {
	width: 100%;
	position: relative;
	padding: 9.5px 5px 9.5px 40px;
	background-color: #F3F3F5;
	border: 1px solid #1D1D1D00;
	font-family: "Inter";
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
	border-radius: 8px;
}

.target-price-form-input input::placeholder {
	font-family: "Inter";
	font-weight: 500;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0px;
}

.target-price-form-input input:focus {
	outline: none;
	box-shadow: none;
}

.target-price-form-input img {
	position: absolute;
	top: 11px;
	left: 12px;
	width: 16px;
	height: 16px;
}

.dashboardPage3_lastPart_innerthree_headding {
	margin: 24px 0px 24px;
}

.dashboardPage3_lastPart_innerfive-icon-content {
	display: flex;
	gap: 8px;
	align-items: center;
}

.availableh5 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	color: #1D1D1D;
}

.availablepara {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #4A5565;
}

.dashboardPage3_lastPart_innerfive-icon-content {
	display: flex;
	gap: 8px;
	align-items: center;
	padding: 16px 17px;
	background-color: #FEFCE8;
	border: 1px solid #D0CD08;
	border-radius: 10px;
}

.dashboardPage3_lastPart_innerfive-icon img {
	width: auto;
	height: 28px;
}

.dashboardPage3_lastPart_innerfive {
	margin-top: 24px;
}

.dashboardPage3_lastPart_innersix {
	margin-top: 24px;
	width: 100%;
}

.dashboardPage3_lastPart_innersix button {
	background-color: #D0CD08;
	width: 100%;
	border: none;
	font-family: "Inter";
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #1D1D1D;
	padding: 8px 0px 8px;
	border-radius: 8px;
}

.dashboard3-section-inner-downward-rightsidebox-subBoxright {
	display: flex;
}

.toogleicon #menu-toggle:focus {
	box-shadow: none;
}

.toogleicon #menu-toggle img {
	width: 28px;
	height: auto;
}

.btn.btndaat img {
	display: none !important;
}

.btn.btndaat.activedata .line-hamburger {
	display: none !important;
}

.btn.btndaat.activedata img {
	display: block !important;
}

.overlayside {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	z-index: 2;
	opacity: 0.5;
	display: none;
}

.overlayside.overlayside-active {
	display: block;
}

.dashboard_five_inner1in1head1 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 20px;
	color: #717182;
	line-height: 110%;
	letter-spacing: 0px;
	margin: 0;
}

.dashboard_five_inner1in1head2 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 24px;
	color: #47A612;
	line-height: 125%;
	letter-spacing: 0px;
	margin: 0;
}

.dashboard_five_inner1in1head3 {
	font-family: "Inter";
	font-weight: 400;
	padding: 4px 10px;
	font-size: 16px;
	color: #030213;
	line-height: 16px;
	letter-spacing: 0px;
	background: #D0CD08;
	border-radius: 8px;
}

.dashboard_five_inner1in1 {
	display: flex;
	align-items: center;
	gap: 8px;
}

.dashboard_five {
	display: flex;
	gap: 20px;
}

.dashboard_five_inner1 {
	flex: 0 0 55%;
	max-width: 55%;
}

.dashboard_five_inner1in2 {
	display: flex;
	gap: 60px;
	margin-top: 20px;
}

.dashboard_five_inner1in2 {
	display: flex;
	gap: 60px;
	padding: 20px 0;
	border-bottom: 1px solid #0000001A;
}

.dashboard_five_inner3in1head1 {
	font-family: "Inter";
	font-weight: 400;
	color: #47a612;
	font-size: 20px;
	margin: 0;
	line-height: 110%;
	letter-spacing: 0px;
}

.dashboard_five_inner3in2 img {
	width: auto;
	height: 20px;
}

.dashboard_five_inner3in2head1 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 32px;
	color: #47a612;
	line-height: 100%;
	letter-spacing: 0px;
	margin: 10px 0;
}

.dashboard_five_inner3in2head2 {
	font-family: "Inter";
	font-weight: 500;
	margin: 0;
	font-size: 16px;
	color: #717182;
	line-height: 16px;
	letter-spacing: 0px;
}

.dashboard_five_inner4in1 {
	background: #FFFFFF;
	padding: 20px 36px;
	border-radius: 14px;
	border: 1px solid #0000001A;
	margin-top: 20px;
}

.dashboard_five_inner5in1 {
	border-top: 1px solid #0000001A;
	border-bottom: 1px solid #0000001A;
	padding: 24px 0;
	margin-top: 16px;
}

.dashboard_five_inner5in1 {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.dashboard_five_inner3in2head1 small {
	font-size: 18px;
}

.dashboard_five_inner3in3 .dashboard_five_inner3in2head1 {
	margin-top: 0;
}

.dashboard_five_inner1in3 {
	gap: 12px;
	display: flex;
	flex-direction: column;
}

.dashboard_five_inner1in1head2 small {
	font-size: 16px;
}

.dashboard_five_inner6in1 ul {
	padding: 0;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 12px 20px;
	margin: 0;
}

.dashboard_five_inner6in1 ul li {
	flex: 0 0 45%;
	max-width: 45%;
	display: flex;
	gap: 20px;
	justify-content: space-between;
}

.dashboard_five_inner6in1cl1 {
	font-family: "Inter";
	font-weight: 500;
	font-size: 16px;
	color: #717182;
	line-height: 20px;
	letter-spacing: 0px;
}

.dashboard_five_inner6in1cl2 {
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	color: #0a0a0a;
	line-height: 20px;
	letter-spacing: 0px;
}

.dashboard_five_inner6in1 {
	margin-top: 32px;
}

.dashboard_five_inner7in1head1 {
	font-family: "Inter";
	font-weight: 600;
	font-size: 20px;
	color: #131313;
	line-height: 100%;
	margin: 0 0 20px;
}

.dashboard_five_inner7in1 img {
	width: 100%;
	height: auto;
}

.dashboard_five_inner7in1 {
	padding: 24px;
	background: #FFFFFF;
	border-radius: 16px;
	margin-top: 20px;
}

.dashboard_five_inner1 {
	background: #D0CD080D;
	border: 2px solid #D0CD084D;
	box-shadow: 0px 4px 6px -4px #0000001A;
	box-shadow: 0px 10px 15px -3px #0000001A;
	padding: 24px;
	border-radius: 16px;
}

.table.table-bordered.align-middle {
	border: 2px solid #D0CD084D;
	border-radius: 24px;
	border-collapse: separate;
	border-spacing: 0;
}

.dashboard_five_inner2head1 {
	font-family: "Inter";
	font-weight: 600;
	color: #47a612;
	font-size: 36px;
	text-align: center;
	line-height: 28px;
	letter-spacing: 0px;
	margin-bottom: 24px;
}

.dashboard_five_inner2 {
	flex: 0 0 43%;
	max-width: 43%;
}

.dashboard_five_inner2 tr td img {
	width: 57px;
	height: 30px;
	object-fit: contain;
}

.dashboard_five_inner2 tr td.sec2cl img {
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 50%;
}

.dashboard_five_inner2 tr td.sec2cl span {
	background: #47A61233;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	font-size: 16px;
	color: #1D1D1D;
	display: flex;
	margin: auto;
	justify-content: center;
	align-items: center;
}

.dashboard_five_inner2 td {
	font-family: "Inter";
	font-weight: 500;
	font-size: 20px;
	color: #47A612;
	line-height: 20px;
	letter-spacing: 0px;
	text-align: center;
	border: 0;
}

.dashboard_five_inner2 th {
	font-family: "Inter";
	font-weight: 600;
	padding: 20px 15px;
	font-size: 18px;
	color: #1D1D1D;
	line-height: 24px;
	letter-spacing: 0px;
	border-color: #FFF3;
}

.table-dark-1 {
	background: #D0CD08;
}

.dashboard_five_inner2 .table-bordered> :not(caption)>* {
	border-width: 1px 0;
	border-color: #D0CD0833;
}

.dashboard_five_inner2 tbody tr:nth-child(even) {
	background: #FBFBEE;
}

.dashboard_five_inner2 .table-responsive {
	border-radius: 24px !important;
}

.sidebar-link:hover.dont-white img {
	filter: inherit;
}

.dashboard_five_inner2 tbody td:first-child {
	color: #717182;
	font-size: 28px;
	line-height: 100%;
}

.sidebar-link.active img {
	filter: brightness(0) invert(1);
}

.sidebar-link.dont-white.active img {
	filter: inherit;
}

.sec2cl.first img {
	background: linear-gradient(180deg, #FFD700 0%, #FFA500 100%);
}

.sec2cl.second img {
	background: linear-gradient(180deg, #C0C0C0 0%, #808080 100%);
}

.sec2cl.third img {
	background: linear-gradient(180deg, #CD7F32 0%, #8B4513 100%);
}

.dashboard_five_inner2 td.sec2clblack {
	color: #0A0A0A;
}

.dashboard-section_inner-leftside.dashboard-result.dashboard4_Space {
	padding-left: 37px;
}
.no_search_found_h3 h3 {
	font-family: Inter;
	font-weight: 500;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #D4183D;
	margin: 20px 0 24px;
}
.no_search_found_h3 p {
	font-family: Inter;
	font-weight: 400;
	margin: 0;
	font-size: 24px;
	line-height: 150%;
	letter-spacing: 0px;
	color: #717182;
}
.no_search_found_btn a {
	font-family: Inter;
	font-weight: 400;
	font-size: 20px;
	padding: 12px 20px;
	line-height: 20px;
	letter-spacing: 0px;
	color: #fff;
	text-decoration: none;
	background: #47A612;
	border-radius: 8px;
	box-shadow: 0px 10px 15px -3px #0000001A;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
}
.no_search_found_btn {
	display: flex;
	margin-top: 24px;
}
.row.row-custom.row-dashboard_two.no_search_found_row {
	justify-content: center;
}
.no_search_found {
	text-align: center;
}
.no_search_found_btn {
	display: flex;
	justify-content: center;
}
.dashboard-section_inner-leftside.dashboard-result.no_search_found_main {
	height: 80vh;
	display: flex;
	align-items: center;
}
.dashboard2-section-inner-downward-rightsidebox-subBoxright-inner .btn-make-prediction {
	padding: 0;
	border: 0;
	background: transparent;
	color: #fff;
}
.dashboardPage3_lastPart_innerthree-aarowbox-leftside .prdeiction-arrow.active {
	background: #47a612;
	color: #fff;
}
.dashboardPage3_lastPart_innerthree-aarowbox-leftside .prdeiction-arrow.active img {
	filter: brightness(0) invert(1);
}

.dashboardPage3_lastPart_innerthree-aarowboxrightside .prdeiction-arrow.active {
	background: #E7000B;
	color: #fff;
}
.dashboardPage3_lastPart_innerthree-aarowboxrightside .prdeiction-arrow.active img {
	filter: brightness(0) invert(1);
}
.dashboardPage3_lastPart_innerthree-aarowbox #prediction_error {
	flex: 0 0 100%;
	max-width: 100%;
	color: #e91821;
}
.dashboardPage3_lastPart_innerthree-aarowbox {
	display: flex;
	gap: 5px 8px;
	flex-wrap: wrap;
}
.dashboardPage3_lastPart_innerfour {
	margin-top: 20px;
}
#prediction_target {
	color: #ea262f;
}
#prediction_errors {
	color: #E7000B;
}

@media (max-width: 1455px) {
	.d-1search-form-input {
		flex: 0 0 75%;
		max-width: 75%;
	}

	.prediction_icon img {
		width: auto;
		height: 60px;
	}

	.d3_doolar-rate {
		font-size: 24px;
		line-height: 100%;
	}

	.d-1search-form-button {
		flex: 0 0 25%;
		max-width: 25%;
	}

	.dashboard-section_inner-leftside-lower-part-box-inner {
		padding: 10px 20px;
		border-radius: 20px;
	}

	.d-1search-form-button button {
		padding: 13px 24px;
		font-size: 16px;
		line-height: 100%;
	}

	.d-1search-form-input input {
		padding: 10px 18px 10px 44px;
		font-size: 16px;
		line-height: 100%;
	}

	.d-1search-form-input img {
		position: absolute;
		top: 11px;
		left: 14px;
		width: auto;
		height: 20px;
	}

	.zig-zag-span {
		font-family: "Inter";
		font-weight: 500;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0px;
		color: #fff;
	}

	.zig-zag-span {
		font-size: 16px;
	}

	.dollar-rate {
		font-size: 20px;
		line-height: 130%;
	}

	.dashboard2-section-inner-downward-rightsidebox-subBoxright-inner img {
		width: auto;
		height: 16px;
	}

	.cp {
		font-size: 14px;
		line-height: 18px;
	}

	.n4 {
		font-size: 24px;
		line-height: 100%;
	}

	.n5 {
		font-size: 16px;
		line-height: 24px;
	}

	.number_percent_span {
		font-size: 16px;
	}

	.dashboard2-section-inner-downward-leftsidebox-rightsidesubBoxh5 {
		margin-top: 4px;
	}

	.dashboard2-section-inner-downward-leftsidebox-rightsidesubBox-h4span {
		align-items: center;
	}

	.dashboard2-section-inner-downward-leftsidebox-leftsidesubBox-img img {
		width: auto;
		height: 16px;
	}

	.dashboard-section_inner-leftside.dashboard-result.dashboard4_Space {
		padding-left: 25px;
	}

	.dashboard_five_inner2 th {
		font-size: 16px;
	}

	.dashboard_five_inner2head1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.dashboard_five_inner1 {
		padding: 20px;
	}

	.dashboard_five_inner1in1head1 {
		font-size: 18px;
	}

	.dashboard_five_inner1in1head2 {
		font-size: 22px;
	}

	.dashboard_five_inner4in1 {
		padding: 20px 25px;
	}

	.dashboard_five_inner3in2head1 {
		font-size: 28px;
	}

	.dashboard_five_inner3in2head1 {
		font-size: 28px;
	}

	.dashboard_five_inner2 td {
		font-size: 18px;
	}

	.dashboard_five_inner2 tr td.sec2cl img {
		width: 36px;
		height: 36px;
	}

	.dashboard_five_inner2 tr td.sec2cl span {
		width: 36px;
		height: 36px;
		font-size: 15px;
	}
}

@media (max-width: 1199px) {
	.sidebar {
		width: 0px;
		transition: all .5s;
		top: 50px;
	}

	.dashboard_five_inner2head1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.dashboard_five_inner2 th {
		font-size: 16px;
		padding: 10px 15px;
	}

	.dashboard_five_inner2 td {
		font-size: 16px;
	}

	.toogleicon {
		height: 50px;
		padding: 0 16px;
		background: #daedd0;
		display: flex;
		position: fixed;
		top: 0;
		z-index: 3;
		align-items: center;
	}

	.dashboard-section_inner-leftside {
		padding-top: 100px;
	}

	.side-barlogout {
		width: inherit;
		position: static;
		bottom: inherit;
	}

	#menu-toggle {
		transition: all .3s;
	}

	#wrapper.menuDisplayed #sidebar-wrapper {
		width: 290px;
		background: #fff;
		padding-bottom: 50px;
	}

	.sidebar-list {
		padding: 24px;
		margin: 0;
	}

	.sidebar-nav {
		transition: all .5s;
		width: 100%;
	}

	.dashboard-section_inner-leftside {
		margin-left: 0;
	}

	.dashboard-section_inner-leftside.dashboard-result {
		padding-left: 15px;
	}

	.dashboard-section_inner-leftside.dashboard-result.dashboard4_Space {
		padding-left: 15px;
	}

	.dashboard_five_inner4in1 {
		padding: 20px;
	}

	.dashboard_five_inner3in2head1 {
		font-size: 24px;
	}

	.dashboard_five_inner1in1head2 {
		font-size: 20px;
	}

}

@media(max-width:1099px) {
	.dashboard_five_inner3in2head1 {
		font-size: 22px;
	}
}

@media (max-width: 991px) {
	.dashboard_five_inner3in2head2 {
		font-size: 14px;
	}
.no_search_found_h3 p {
	font-size: 18px;
}
	.dashboard_five {
		flex-direction: column;
	}

	.dashboard_five_inner1 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard_five_inner2 {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard_five_inner2 th {
		text-align: center;
	}

	.dashboard_five_inner3in2head1 {
		font-size: 20px;
	}
}


@media (max-width: 767px) {
	.dashboard2-section-inner-downward-leftside {
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
	}

	.dashboard3-section-inner-downward-rightsidebox {
		justify-content: center;
	}

	.prediction_icon img {
		width: auto;
		height: 40px;
	}

	.dashboard2-section-inner-downward-rightside {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard2-section-inner-downward {
		padding: 24px;
		flex-wrap: wrap;
		gap: 24px;
	}

	.dashboard2-section-inner-downward-rightsidebox {
		display: flex;
		gap: 24px;
		justify-content: center;
		align-items: center;
	}

	.dashboard2-section-inner-downward-leftside {
		flex: 0 0 100%;
		max-width: 100%;
		display: flex;
		justify-content: center;
	}

	.dashboard_five_inner1in1head1 {
		font-size: 16px;
	}

	.dashboard_five_inner1in1head2 {
		font-size: 18px;
	}

	.dashboard_five_inner3in2head1 {
		font-size: 18px;
	}
}

@media (max-width: 576px) {
	.d-1search-form-input {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.d-1search-form-button {
		flex: 0 0 150px;
		max-width: 150px;
	}

	.d-1search-form {
		gap: 12px;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.dashboard-section_inner-leftside-middlepart {
		padding: 24px;
	}

	.dashboard-section_inner-leftside {
		padding-top: 80px;
	}

	.dashboard-section_inner-leftsideprdicttion {
		margin: 20px 0px 32px;
	}

	.dashboard-section_inner-leftside-lower-part {
		gap: 24px;
		margin-top: 32px;
	}

	.dashboard2-section-inner-uppward-leftside {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard2-section-inner-uppward-rightside {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard2-section-inner-uppward {
		gap: 24px;
		flex-wrap: wrap;
	}

	.star-search-result {
		justify-content: center;
	}

	.star-search-result_para p {
		text-align: center;
	}

	.dashboard2-section-inner-downward-rightsidebox {
		flex-wrap: wrap;
	}

	.dashboard_five_inner6in1 ul li {
		flex: 0 0 100%;
		max-width: 100%;
	}

	.dashboard_five_inner1in1head2 {
		font-size: 16px;
	}

	.dashboard_five_inner5in1 {
		flex-direction: column;
	}

	.dashboard_five_inner1in2 {
		gap: 24px;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.dashboard_five_inner3in2head1 {
		font-size: 16px;
	}

	.dashboard_five_inner2head1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.login-form-subBox {
	max-width: 100%;
	flex: 0 0 100%;
}
.login-form-inner {
	padding: 20px;
}
.login-form {
	padding: 40px 15px;
}
}