.tableScroll {
    max-height: 229px;
    overflow: auto;
}

.paper {
	background-color: transparent;
    right: 0;
    margin: auto;
    top: 25% !important;
    border: 0;
    border-radius: 0;
    position: relative;
    padding: 0px !important;
	outline: 0;
    width: 33%;
 }
 .paper-inner {
    padding: 30px;
	background:#fff;
}

.transModal .paper-inner {
	overflow-y: auto;
	height: 450px;
}

.paper_h2 {
	font-size: 32px;
}

.paper-head {
	background: #fff;
	padding: 10px 0px 0px 30px;
	border-bottom: 1px solid #dee2e6;
  }

.paper-head span {
	color: #000;
	position: absolute;
	right: 10px;
	top: 3px;
	cursor: pointer;
	font-size: 20px;
}
.battery.fullupload{
	border:3px solid #7BF5FB;
	background: rgba(123, 245, 251, 0.2);
}
.battery {
    padding: 1px 5px;
    width: 100%;
    border: 3px solid #2f2f37;
    position: relative;
    height: 30px;
	border-radius: 4px;
    margin-top: 10px;
	margin-bottom: 10px;
}

.prog_bar_grd {
	display: flex;
	justify-content: space-between;
	margin-top: 0px;
	margin-bottom: 8px;
}
.buy-btnbtc .parti{
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	color: #ffffff;
}
.bar.active {
	background: #7bf5fb;
	border-radius:5px;
}
.bar.active:last-child {
	margin-right: 0px;
}
.buy-btnbtc {
	display: flex;
	justify-content: space-between;
}
.detail_card .parti p{
	font-size: 12px;
	opacity: 0.5;
	color: #fff;;
	margin-right: 6px;
	margin-bottom: 0;
}
.allocation .status-p{
	font-size: 12px;
	font-weight:400 !important;
	line-height: 18px;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
	color:#fff;
	margin-top: 20px;
	opacity: 0.5;
}
.detail_card .allocation .rts h3 {
    font-size: 20px !important;
	line-height: 30px;
	margin:0;
}

span.error {
  color: red;
  font-style: italic;
}

.propertyListTable img {
	width: 70px;
}

.image-upload>input {
	display: none;
}

.image-upload img
{
    cursor: pointer;
}

.file-upload>input {
	display: none;
}

.file-upload img
{
    cursor: pointer;
}

.edit-image-upload img {
	height: 110px;
	margin: 0 10px 10px 0px;
}

.edit-file-upload img
{
    width: 70px;
}

.uploaded-images .thumbnail {
	width: 150px;
	height: 150px;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.uploaded-images .thumbnail img {
	width: 100%;
	height: 100%;
}

.uploaded-images .thumbnail button {
	position: absolute;
	background: transparent;
	border: solid 1px silver;
}

.btnClick {
	display: none;
}

.navbar-expand-lg .navbar-nav .nav-link.rounded.profile img {width: 32px;border-radius: 50%;height: 32px;object-fit: cover;}
.profile_img {width: 190px;height: 190px;object-fit: cover;border-radius: 50%;}
.profile_details .btn {width: 100%;height: 54px;}

.editPropertyPage .nav {
	display: block ruby;
	text-align: center;
}

.editPropertyPage #myTabContent {
	margin: 28px 0 0 0;
}
.viewBlockchainFirst {
	border: solid 1px gray;
	width: 54%;
	margin: auto;
	text-align: center;
	padding: 65px 0px;
}

.addBlockchainFirst {
	border: solid 1px gray;
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 65px 0px;
}

.container_cust {
	width: 81%;
	margin: auto;
}
.container_cust p {
	font-size: medium;
}

.propertyListTable .btn {
	background-color: #ab9975;
	border: 2px solid #ab9975;
	color: #fff;
	padding: 6px 12px;
	border-radius: 5px;
}

/* ── Token Info Card ─────────────────────────────────────────── */
.tokenInfoCard {
	border: 1px solid #d4c4a0;
	border-radius: 10px;
	background: #fdfaf4;
	padding: 28px 32px;
	max-width: 760px;
	margin: 24px auto;
}
.tokenInfoHeader {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8dfc8;
	padding-bottom: 16px;
}
.tokenInfoHeader h3 {
	margin: 0;
	font-size: 1.2rem;
	color: #0e3725;
}
.tokenSymbol {
	color: #ab9975;
	font-weight: normal;
}
.tokenBadge {
	background: #ab9975;
	color: #fff;
	font-size: 0.7rem;
	font-weight: bold;
	padding: 3px 9px;
	border-radius: 20px;
	letter-spacing: 0.05em;
}
.tokenBadgeVerified {
	background: #1a7a4a;
	color: #fff;
	font-size: 0.72rem;
	font-weight: bold;
	padding: 4px 12px;
	border-radius: 20px;
	letter-spacing: 0.05em;
	white-space: nowrap;
}
.tokenNetwork {
	font-size: 0.78rem;
	color: #888;
	margin-left: auto;
	white-space: nowrap;
}
.tokenInfoGrid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.tokenInfoRow {
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px 14px;
	background: #fff;
	border: 1px solid #ede8dc;
	border-radius: 6px;
}
.tokenInfoRowFull {
	grid-column: 1 / -1;
}
.tokenInfoLabel {
	font-size: 0.72rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #888;
	font-weight: 600;
}
.tokenInfoValue {
	font-size: 0.92rem;
	color: #1a1a1a;
	word-break: break-all;
}
.tokenHash a {
	color: #0e3725;
	text-decoration: none;
	font-family: monospace;
	font-size: 0.82rem;
}
.tokenHash a:hover {
	text-decoration: underline;
	color: #ab9975;
}
.tokenInfoActions {
	display: flex;
	gap: 12px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.crt-ico {
	display: inline-block;
	padding: 9px 20px;
	background: #0e3725;
	color: #fff !important;
	border-radius: 6px;
	text-decoration: none !important;
	font-size: 0.88rem;
	font-weight: 500;
	transition: background 0.2s;
}
.crt-ico:hover {
	background: #ab9975;
}
.crt-ico-secondary {
	background: #fff;
	color: #0e3725 !important;
	border: 1px solid #0e3725;
}
.crt-ico-secondary:hover {
	background: #f5f0e8;
}

/* ── Legal Pages (Terms of Use / Privacy Policy) ─────────────── */
.legal-page {
max-width: 860px;
margin: 0 auto;
padding: 40px 24px 60px;
text-align: left;
}
.legal-header {
border-bottom: 2px solid #0e3725;
padding-bottom: 20px;
margin-bottom: 36px;
}
.legal-header .title-main {
font-size: 2rem;
color: #0e3725;
margin-bottom: 8px;
}
.legal-meta {
font-size: 0.85rem;
color: #888;
}
.legal-section {
margin-bottom: 36px;
}
.legal-section h2 {
font-size: 1.15rem;
font-weight: 700;
color: #0e3725;
margin-bottom: 12px;
padding-bottom: 6px;
border-bottom: 1px solid #e8e0d0;
}
.legal-section p {
font-size: 0.97rem;
line-height: 1.8;
color: #333;
margin-bottom: 12px;
}
.legal-section ul {
padding-left: 22px;
margin-bottom: 12px;
}
.legal-section ul li {
font-size: 0.97rem;
line-height: 1.8;
color: #333;
margin-bottom: 6px;
}
.legal-table-wrap {
overflow-x: auto;
margin: 16px 0;
}
.legal-table {
width: 100%;
border-collapse: collapse;
font-size: 0.93rem;
}
.legal-table th {
background: #0e3725;
color: #fff;
padding: 10px 14px;
text-align: left;
font-weight: 600;
}
.legal-table td {
padding: 10px 14px;
border-bottom: 1px solid #e8e0d0;
color: #333;
vertical-align: top;
}
.legal-table tr:nth-child(even) td {
background: #f9f6f0;
}
.legal-contact p {
line-height: 1.9;
}
.legal-contact a {
color: #ab9975;
text-decoration: none;
}
.legal-contact a:hover {
text-decoration: underline;
}
@media (max-width: 768px) {
.legal-page {
padding: 24px 16px 40px;
}
.legal-header .title-main {
font-size: 1.5rem;
}
.legal-section h2 {
font-size: 1rem;
}
}


/* ═══════════════════════════════════════════════════════
   RTL OVERRIDES — Arabic language support
   Overrides theme/style.css hardcoded text-align:left rules
   ═══════════════════════════════════════════════════════ */

/* Property cards */
body.rtl .list_latest_content .bl_ock,
body.rtl .bl_ock_body,
body.rtl .bl_ock_title,
body.rtl .bl_ock_body .pr,
body.rtl .bl_ock_body p {
  text-align: right !important;
  direction: rtl !important;
}

/* Section headings */
body.rtl .inner_list.work_sec .token_row h4,
body.rtl .inner_list_latest h3,
body.rtl .section-frame h3,
body.rtl .section-frame p {
  text-align: right !important;
}

/* Hero section */
body.rtl .hero-tagline {
  text-align: right !important;
}
body.rtl .hero-btns {
  flex-direction: row-reverse !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
}
@media (max-width: 768px) {
  body.rtl .hero-btns {
    flex-direction: column !important;
    align-items: flex-end !important;
  }
}

/* Filter panel */
body.rtl .filter-panel label,
body.rtl .filter-panel select,
body.rtl .filter-panel input {
  text-align: right !important;
  direction: rtl !important;
}

/* Legal table and page */
body.rtl .legal-table th,
body.rtl .legal-table td {
  text-align: right !important;
}
body.rtl .legal-section ul {
  padding-left: 0 !important;
  padding-right: 22px !important;
}
body.rtl .legal-page {
  text-align: right !important;
}

/* Progress bar stays LTR */
body.rtl .progress,
body.rtl .progress-bar,
body.rtl .bar {
  direction: ltr !important;
}

/* Table alignment */
body.rtl table th,
body.rtl table td {
  text-align: right !important;
}

/* Form labels */
body.rtl label {
  text-align: right !important;
  display: block;
}

/* Notification dropdown position flip */
body.rtl .notification-dropdown {
  right: auto !important;
  left: 0 !important;
}

/* Token info card in RTL */
body.rtl .tokenInfoCard,
body.rtl .tokenInfoRow,
body.rtl .tokenInfoLabel,
body.rtl .tokenInfoValue {
  text-align: right !important;
  direction: rtl !important;
}
body.rtl .tokenInfoHeader {
  flex-direction: row-reverse !important;
}
body.rtl .tokenNetwork {
  margin-left: 0 !important;
  margin-right: auto !important;
}
body.rtl .tokenInfoActions {
  flex-direction: row-reverse !important;
}

/* Container direction */
body.rtl .container {
  direction: rtl;
}
