.up {
	color: green;
}

.down {
	color: red;
}
#crypto  table tbody tr.upbg {
	background-color: rgba(255, 78, 34, .2);
}

#crypto  table tbody tr.downbg {
	background-color: rgba(37, 37, 142, 0.2);
}

#crypto  table tbody tr td > .exchange {
	color: #42f492;
}
/*Registration form css start*/
#message {
    display:none;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}
#message p {
    margin-bottom: 0;
}
.password_valid .valid {
    color: green;
}
.password_valid .valid:before {
    position: relative;
    left: -10px;
    content: "✔";
}
.password_valid .invalid {
    color: red;
}
.password_valid .invalid:before {
    position: relative;
    left: -10px;
    content: "✖";
}
.red{
    border:1px red solid;
}
.mt-20{
    margin-top: 20px !important;
}
/*Registration form css end*/
/*payment process page view*/
.dip_address{
    border: 1px solid #ddd;
    background: #ddd;
    width: 400px;
    padding: 5px;
}
.dip_address input{
    width: 100%;
    border: transparent;
    background: transparent;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
}
#copydaddress{
    width: 100%;
    background: no-repeat;
    border: 0;
    text-align: center;
    font-weight: bold;
}
.verify-color{
    color: #4caf50;
}
.verify-cancel{
    color: #f44336;
}
.verify-processing{
    color: #3f51b5;
}

/*theme css end*/
@media (min-width: 768px) { html { font-size: 16px; } .tooltip-inner { max-width: 350px; } }
.mncrpt .container { max-width: 980px; }
.mncrpt .box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }
img.radioimage-select { padding: 7px; border: solid 2px #ffffff; margin: 7px 1px; cursor: pointer; box-shadow: none; }
img.radioimage-select:hover { border: solid 2px #a5c1e5; }
img.radioimage-select.radioimage-checked { border: solid 2px #7db8d9; background-color: #f4f8fb; }
/*login rember me*/
.custom-control-label {
    position: initial;
    vertical-align: top !important;
}
.f_profile{
    display: flex; 
    align-items: center;
}
.f_name{
    margin-right: 10px; 
    color:#FFF;
    font-size: 17px;
    font-weight: 600;
}
.f_img{
    max-width: 35px; 
    border-radius: 50%;
}

.mention-text {
    color: #ff0000;
    font-size: 14px;
    font-style: italic;
}

.pt_10{
    padding-top: 10px !important;
}

.inliner{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.inliner label{
    width: 110px !important;   
}
.inliner h4 {
    margin-left: 8px;
    font-size: 15px;
    color: #07C61C;
    font-weight: 400;
}
.cryp_wrapper{
    min-height: 620px;
    display: flex;
    flex-wrap: wrap;
    /* align-items: center; */
}

.invoice{

    min-height: 63vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.deposit_inner{
    box-shadow: 0px 0px 4px #c0b5d1;
    padding: 15px;
}

.width100percent{
    width: 100% !important;
}
.form-control:disabled, .form-control[readonly]{
    background-color: #121D27 !important;
}

.custom-select {

    background-color: #121D27 !important;
    color:#727678 !important;
    border-radius:0 !important;
    border-color: #121D27 !important;
}

.content-title{

    width: 100% !important;
}

.jqstooltip{
    width: auto!important;
    height: auto!important;
}
#btn-back-to-top {
  position: fixed;
  bottom: 150px;
  right: 20px;
  display: none;
}
html {
  scroll-behavior: smooth;
}


/* profile page css */
   

/* user profile page css */

.profile-dashboard {
    min-height: 100vh;
    padding: 30px 0;
    color: #ffffff;
}

.profile-card {
    background: #252525;
    border-radius: 12px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
}

.profile-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.profile-card-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-card-title i {
    font-size: 20px;
}

.verify-btn {
    background: #ff6b35;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.verify-btn:hover {
    background: #ff5722;
    transform: translateY(-2px);
}

.account-info-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.avatar-container {
    position: relative;
}

.user-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #4a90e2;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #333;
    overflow: hidden;
}

.user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.user-avatar i {
    font-size: 40px;
    color: #fff;
}

.account-details {
    flex: 1;
}

.account-row {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
}

.account-label {
    font-size: 14px;
    color: #999;
    min-width: 100px;
}

.account-value {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
}

.account-value.masked {
    color: #ccc;
}

.copy-icon, .edit-icon, .privacy-icon {
    cursor: pointer;
    color: #4a90e2;
    font-size: 16px;
    transition: color 0.3s;
}

.copy-icon:hover, .edit-icon:hover {
    color: #6ba3e8;
}

.privacy-icon {
    color: #999;
}

.info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 15px;
}

.info-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.info-item-label {
    font-size: 12px;
    color: #999;
}

.info-item-value {
    font-size: 14px;
    color: #fff;
}

.assets-section, .referral-section {
    background: #252525;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #333;
}

.section-header i {
    font-size: 24px;
}

.section-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    flex: 1;
    margin-bottom: 0;
}

.section-arrow {
    color: #999;
    font-size: 18px;
}

.assets-promo {
    background: linear-gradient(135deg, #2d2d2d 0%, #1f1f1f 100%);
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
}

.promo-text {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 10px;
}

.promo-highlight {
    color: #ff6b35;
    font-weight: 600;
    font-size: 16px;
}

.deposit-btn {
    background: #4a90e2;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: all 0.3s;
    margin-top: auto;
}

.deposit-btn:hover {
    background: #6ba3e8;
    transform: translateY(-2px);
}

.referral-description {
    font-size: 14px;
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
}

.referral-link-container {
    background: #1f1f1f;
    padding: 15px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.referral-link {
    flex: 1;
    color: #4a90e2;
    font-size: 13px;
    word-break: break-all;
    transition: all 0.3s;
}

.referral-link.highlight,
#userIdText.highlight {
    background-color: #4a90e2;
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    animation: highlightFlash 0.6s ease-in-out;
}

@keyframes highlightFlash {
    0% {
        background-color: #4a90e2;
    }
    50% {
        background-color: #6ba3e8;
    }
    100% {
        background-color: transparent;
        color: #4a90e2;
    }
}

.support-icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background: #333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.support-icon:hover {
    background: #444;
    transform: scale(1.1);
}

.support-icon i {
    font-size: 24px;
    color: #fff;
}

.gold-bar {
    position: absolute;
    top: -20px;
    right: -20px;
    background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
    padding: 15px 25px;
    border-radius: 8px;
    transform: rotate(15deg);
    box-shadow: 0 4px 10px rgba(255, 215, 0, 0.3);
    z-index: 1;
}

.gold-bar-text {
    color: #1a1a1a;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}

.close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.close-icon:hover {
    background: rgba(255, 255, 255, 0.2);
}

.close-icon i {
    color: #fff;
    font-size: 14px;
}

.dropdown-arrow {
    color: #999;
    font-size: 12px;
    margin-left: 5px;
}

.profile-action-buttons {
    position: absolute;
    top: 15px;
    right: 50px;
    display: flex;
    gap: 10px;
    z-index: 10;
}

.profile-action-btn {
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
}

.profile-action-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* .table-responsive .table {
    background-color: #1f1f1f;
} */

.table-responsive .table thead th {
    background-color: #1f1f1f;
    color: #fff;
    border-color: #333;
}

.table-responsive .table tbody td,
.table-responsive .table tbody th {
    background-color: transparent;
    color: #fff;
    border-color: #333;
}

/* DataTable Dark Theme Styling */
.dataTables_wrapper {
    color: #fff;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    background-color: #1f1f1f;
    color: #fff;
    border: 1px solid #333;
    border-radius: 4px;
    padding: 5px 10px;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus {
    outline: none;
    border-color: #4a90e2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #fff !important;
    background-color: #1f1f1f;
    border: 1px solid #333;
    padding: 5px 10px;
    margin: 0 2px;
    border-radius: 4px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #333;
    color: #fff !important;
    border-color: #4a90e2;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background-color: #4a90e2;
    color: #fff !important;
    border-color: #4a90e2;
}

.dataTables_wrapper .dataTables_info {
    color: #ccc;
}

.dataTables_wrapper .dataTables_length label,
.dataTables_wrapper .dataTables_filter label {
    color: #ccc;
}

@media (max-width: 768px) {
    .info-grid {
        grid-template-columns: 1fr;
    }
    
    .account-info-section {
        flex-direction: column;
    }
}

/* Edit Form Dark Theme Styling */
.edit-form-container .form-control:focus {
    background-color: #1f1f1f;
    border-color: #4a90e2;
    color: #fff;
    outline: none;
}

.edit-form-container .form-control::placeholder {
    color: #666;
}

.edit-form-container .text-danger {
    color: #ff6b35 !important;
}

.edit-form-container .text-muted {
    color: #999 !important;
}

.edit-form-container .img-thumbnail {
    background-color: #1f1f1f;
    border-color: #333;
}

.edit-form-container input[type="file"] {
    color: #fff;
}

.edit-form-container input[type="file"]::file-selector-button {
    background-color: #4a90e2;
    color: #fff;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.edit-form-container input[type="file"]::file-selector-button:hover {
    background-color: #6ba3e8;
}

/* Prevent DataTable scrollbar by making content responsive */
.table-responsive {
    overflow-x: visible !important;
}

#userLogTable {
    width: 100% !important;
    table-layout: auto;
}

#userLogTable th,
#userLogTable td {
    word-wrap: break-word;
    white-space: normal;
    max-width: 200px;
}

#userLogTable td:nth-child(3) {
    max-width: 250px;
    white-space: normal;
}

.dataTables_wrapper {
    overflow-x: visible !important;
}

.dataTables_wrapper .dataTables_scroll {
    overflow-x: visible !important;
}

.dataTables_wrapper .dataTables_scrollBody {
    overflow-x: visible !important;
}



#editProfileBtn,
#changePasswordBtn {
    cursor: pointer !important;
    color: #17a2b8 !important;
}

#editProfileBtn:hover,
#changePasswordBtn:hover {
    cursor: pointer !important;
    color: #17a2b8 !important;
}

/* Tag-style verify button */
.all-tags {
    display: inline-block;
    /* margin-left: 1rem; */
}

.ant-tag-v2 {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 4px;
    border: 1px solid;
    background-color: transparent;
    transition: all 0.2s;
    cursor: pointer;
    text-decoration: none;
}

.ant-tag-v2-type-default {
    color: #faad14;
    border-color: #ffe58f;
    background-color: #fffbe6;
}

.ant-tag-v2-type-default:hover {
    color: #d48806;
    border-color: #ffd666;
    background-color: #fff7e6;
}

.ant-tag-v2-warning {
    color: #faad14;
    border-color: #ffe58f;
    background-color: #fffbe6;
}

.mx-size-lg {
    padding: 4px 12px;
    font-size: 13px;
}

.ant-tag-v2-content {
    display: inline-flex;
    align-items: center;
}

.ant-tag-v2 svg,
.ant-tag-v2 i {
    width: 12px;
    height: 12px;
    font-size: 12px;
    flex-shrink: 0;
}