/*--Main CSS--*/
body {
	background-color: #090D17;
}
.login-wrapper {
	min-height: 90vh;
	display: flex;
	align-items: center;
	justify-content: center;
}
.form-control.is-invalid, .form-control.is-valid{
    background-image: inherit;
}
input::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    color: #fff;
}
.login-wrapper .card {
	background: #0E131E;
	border-radius: 16px;
	box-shadow: 0 2px 16px rgba(0,0,0,0.2);
	width: 420px;
	padding: 32px 24px;
}
.login-wrapper .card button {
    background: linear-gradient(to right, #3366E5, #1548C7);
}
.login-wrapper .card.reg-card {
	width: 560px;
}
.brand-logo {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
.forgot-link,
.back-link {
	color: #b3b3b3;
	text-decoration: none;
}
.hide-blk {
	display: none;
}
.hide-other {
	display: none;
}
.hide-others {
	display: none !important;
}
.footer {
	width: 100%;
	text-align: center;
	color: #b3b3b3;
    font-size: 13px;
}
.modal-content {
	background: #23252b;
}
.modal-header {
	border: 0;
}
.modal-title {
	color: #b3b3b3;
}
span.refcode {
	font-size: 20px;
	font-weight: bold;
	background: #0d6efd;
	padding: 2px 5px;
	line-height: 1em;
	border-radius: 4px;
}
.main-wrapper {
	min-height: 90vh;
	padding: 1% 0;
}
.main-wrapper h3 {
	color: #fff;
	margin: 0 0 20px;
}
.main-wrapper .nav-tabs {
	border: 0;
	display: flex;
	gap: 8px;
	margin: 0;
}
.main-wrapper .nav-tabs li.nav-item  {
  flex: 1 1 0;
  text-align: center;
}
.main-wrapper .nav-tabs li.nav-item .nav-link {
  width: 100%;
  display: block;
}
.main-wrapper .nav-tabs li.nav-item button {
    text-align: center;
    width: 100%;
    border-radius: 4px;
    color: #fff;
    background: linear-gradient(to right, rgba(51, 102, 229, 0.4), rgba(21, 72, 199, 0.4));
    opacity: 0.7;
}
.main-wrapper .nav-tabs li.nav-item button.active {
    background: linear-gradient(to right, #3366E5, #1548C7);
    opacity: 1;
    color: #fff;
    border-color: transparent;
}
.main-wrapper .nav-tabs li.nav-item button:hover {
    background: linear-gradient(to right, #3366E5, #1548C7);
    opacity: 1;
    color: #fff;
    border-color: transparent;
}
.main-wrapper .tab-content {
	width: 100%;
	margin: 0 auto;
	padding: 2% 1%;
}
.main-wrapper .tab-content .tab-pane {
	color: #fff;
}
/*.main-wrapper .card {
	min-height: 210px;
	position: relative;
}
.main-wrapper .card button {
	position: absolute;
	bottom: 10px;
}
.main-wrapper .card .card-title {
	color: #0d6efd;
}
.main-wrapper .card .card-price {
	font-size: 20px;
	font-weight: bold;
	color: #0d6efd;
}*/
.loader-overlay {
	position: fixed;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-wrapper .dt-layout-cell.dt-layout-start {
    float: left;
    margin-bottom: 20px;
}
.main-wrapper div.dt-container div.dt-search {
	margin-bottom: 20px;
}
.main-wrapper div.dt-container div.dt-search input {
    margin-left: 0.5em;
    display: inline-block;
    width: auto;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #fff;
    padding: 0 0 0 5px;
    height: 30px;
}
.main-wrapper table.dataTable th.dt-type-numeric {
	text-align: left;
}
table#payhistory {
    margin-bottom: 20px;
}
div#payhistory_info {
    margin-right: 10px;
    color: #fff;
}
.dt-paging button {
    border: 0.5px solid #ddd;
    margin: 0 4px 2px 0;
    padding: 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 12px;
    background: transparent;
    color: #ddd;
}
button.dt-paging-button.current {
    background: #ddd;
    color: #333;
}
.dt-length label {
    text-transform: capitalize;
    color: #fff;
}
.table td, .table th {
  padding: 15px;
}
.main-wrapper .card {
    background: #0E131E;
    border-radius: 16px;
    box-shadow: 0 6px 32px rgba(20, 30, 55, 0.20);
    border: 1px solid #353944;
    color: #e1e7ef;
    margin-bottom: 2rem;
    transition: box-shadow 0.2s, transform 0.2s;
}
.main-wrapper .card:hover {
  box-shadow: 0 12px 36px rgba(58, 153, 255, 0.10), 0 2px 8px rgba(44, 104, 255, 0.08);
  transform: translateY(-4px) scale(1.01);
}

/* .main-wrapper .card-body {
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
} */

.card.dash-design.extn h5 {
    font-size: 20px;
    line-height: 30px;
}

.main-wrapper .card-body {
    padding: 1rem 1rem;
    display: flex;
    flex-direction: column;
    gap: 1.05rem;
}

.main-wrapper .card-title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
}

.main-wrapper .card-text {
  color: #afbdd2;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.main-wrapper .card-price {
  color: #0d6efd;
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.main-wrapper .card .btn-primary {
  background: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  padding: 0.5rem 1.3rem;
  transition: background 0.2s;
  box-shadow: 0 4px 16px 0 rgba(112,70,236,0.10);
}
.main-wrapper .card .btn-primary:hover,
.main-wrapper .card .btn-primary:focus {
  background: #0d6efd;
  color: #fff;
}
.username {
    float: right;
    background: transparent;
    border: 0;
    color: #fff;
}
.username:hover {
    background: transparent;
    border: 0;
    color: #fff;
}
.username:active {
    background: transparent;
    border: 0;
    color: #fff;
}
.dropdown-item:focus, 
.dropdown-item:hover {
    color: #fff;
    background-color: #42a5f5;
}

.logo a {
    color: #fff;
    font-size: 25px;
    text-decoration: none;
}
#msg p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
	text-align: center;
}
#otpmsg p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
	text-align: center;
}
.process {
	color: #fff !important;
}
.success {
	color: #4ee7cc !important;
}
.error {
	color: #d0376e !important;
}
span.req {
	color: #d0376e;
}
.btn {
	height: 45px;
}
.pwd-blk {
	position: relative;
}
#togglePassword {
    position: absolute;
    right: 5px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
.pwd-blk2 {
	position: relative;
}
#togglePassword2 {
    position: absolute;
    right: 16px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
select.form-select.bg-dark {
	appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #212529 url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='white' viewBox='0 0 16 16'><path d='M1.5 6l6 6 6-6'/></svg>") no-repeat right 0.75rem center/1.2em;
}

.dash-design h5 {
	font-size: 45px;
	line-height: 55px;
	color: #fff;
	text-align: center;
}
.dash-design p {
	font-size: 20px;
	line-height: 30px;
	color: #fff;
	text-align: center;
}

.ref-blk {
	position: relative;
}
#btn-copyref {
	position: absolute;
	top: 36px;
	right: 16px;
	height: 30px;
}
#btn-genqrcode {
	height: 36px;
	margin: 32px 0 0;
	width: 100%;
}
div#qrcode {
    border: 4px solid #fff;
    float: none;
    margin: 5% auto 2%;
    width: 136px;
}
.passblk1,
.passblk2 {
	position: relative;
}
#togglePassword3 {
    position: absolute;
    right: 5px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
#togglePassword4 {
	position: absolute;
    right: 5px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
#refhistory {
	margin-bottom: 20px;
}
#refhistory_info {
    margin-right: 10px;
}
ul.social-urls {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.social-urls li {
    margin: 31px 10px 10px 0;
    padding: 0;
    display: inline-block;
    border: 0.5px solid #ddd;
    border-radius: 4px;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 20px;
}
.btn-primary {
    background: #42a5f5;
    border-color: #42a5f5;
}
a {
	color: #42a5f5;
	text-decoration: none;
	cursor: pointer;
}
a:hover,
a:active {
	color: #0d6efd;
}
a.lgtxt,
a.lgtxt:hover {
	color: #fff;
}
.pro-des {
	padding: 5% 3%;
}
div.dt-container div.dt-search label {
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    color: #fff;
}

.btn-right {
	float: right;
}
button#btn-profile,
button#btn-buydiam,
button#btn-walletconnect,
button#btn-swap {
	background: linear-gradient(to right, #3366E5, #1548C7);
}
button#btn-buydiam {
    width: 190px;
}
#btn-walletconnect ,
#btn-swap {
	width: 100%;
}

.swaparrow {
    width: 20px;
    position: absolute;
    top: 56px;
    left: 222px;
    width: 30px;
    height: 30px;
    background: #23252b;
    border: 1px solid #ddd;
    text-align: center;
    z-index: 9999;
}
.assetblks {
    position: relative;
    margin: 0 0 20px;
}
div#swapinput {
    width: 100px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    background: #6194ff1c;
    padding: 5px 8px;
    cursor: pointer;
}
div#swapinput img {
	height: 18px;
}
.dowarr {
    position: absolute;
    top: 4px;
    right: 0;
}
.diamblks {
    position: relative;
}
div#swappeddiam {
    width: 75px;
    position: absolute;
    right: 5px;
    top: 4px;
    color: #fff;
    line-height: 18px;
    font-size: 14px;
    background: #6194ff1c;
    padding: 5px 8px;
}
div#swappeddiam img {
	height: 18px;
}
#assetpopup .modal-content {
	background: #111112;
}
.asset-list {
    height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.asset-list::-webkit-scrollbar {
  width: 12px;
}
.asset-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 6px;
  border: 3px solid #f1f1f1; /* adds padding around thumb */
}
.asset-list::-webkit-scrollbar-thumb:hover {
  background-color: #555;
}
.asset-list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
  border-radius: 6px;
}

ul#assetlist li {
    width: 100%;
    float: left;
    color: #fff;
    list-style: none;
    margin: 0 0 20px;
    cursor: pointer;
    background: #3a3939;
    padding: 5px 8px;
    border-radius: 8px;
}
.img-blk {
	float: left;
	width: 10%;
}
.con-blk {
	float: right;
	width: 90%;
	color: #fff;
}
.img-blk img {
    height: 30px;
    text-align: center;
    width: 30px;
    object-fit: cover;
    margin: 16px 0 0 0;
}
.con-blk h6 {
	margin-bottom: 0;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
}
.con-blk p {
	margin-bottom: 0;
	line-height: 20px;
	color: #fff;
	font-size: 12px;
	word-wrap: break-word;
}
ul#assetlist {
    margin: 0;
    padding: 0;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Hide arrows in Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
button.btn-closes {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: #d43838;
    color: #fff;
    width: 30px;
    height: 30px;
}
#searass {
    margin-bottom: 20px;
}
.asset-list{
    position: relative;
}
.asset-list:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 20px;
    background-color: #111112;
}
.dt-container .dt-layout-row:last-child{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.diambal {
    float: right;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    display: none;
    position: absolute;
    top: -18px;
    right: 0;
}
.assetbal {
    float: right;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    display: none;
    position: absolute;
    top: -18px;
    right: 0;
}

img.ico {
    width: 24px;
    height: auto;
    margin-right: 5px;
}

.mb-35 {
    margin-bottom: 34px;
}

input:readonly {
    color: #666; /* Gray text color */
    cursor: not-allowed;
}

input:not(:readonly) {
    color: black;
}
.edit-pwd {
    position: relative;
}
#btn-pwd {
    position: absolute;
    right: 16px;
    top: 42px;
    color: #fff;
    border: 0;
    font-size: 11px;
    background: #64748B;
    border-radius: 4px;
    text-transform: uppercase;
}
p.uppwd {
    font-size: 14px;
}
.card.dash-design.extn h5,
.exp h3 {
   font-size: 30px;
   text-transform: capitalize;
}
.card.dash-design.extn p {
    font-size: 16px;
}
.datastatus {
    text-transform: uppercase !important;
}
a#disconnectBtn {
    color: #3366e5;
}
a#disconnectBtn:hover {
    color: #1548c7;
}
#diampopup button.accordion-button.collapsed {
    text-align: center;
    width: 100%;
    border-radius: 4px !important;
    color: #fff;
    background: #34363b;
}

#diampopup button.accordion-button {
    background: #34363b;
    opacity: 1;
    color: #fff;
    border-color: transparent;
    border-radius: 6px 6px 0 0 !important;
}
#diampopup .accordion-flush >.accordion-item {
    border-radius: 10px !important;
}

#diampopup button.accordion-button:focus {
    box-shadow: none;
}
#diampopup .accordion-body {
    background: #34363b;
    width: 100%;
    float: left;
    border-radius: 0 0 8px 8px;
}
.accordion-button:not(.collapsed) {
    box-shadow: none !important;
}
input#range4 {
    width: 70%;
    float: left;
}
#rangeright {
    width: 28%;
    float: right;
    color: #fff;
    text-align: right;
}

#diampopup button.accordion-button::after{
    background-image: data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e !important;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.9) !important; /* Darker background with 90% opacity */
}
#btn-verifyotp {
    background: linear-gradient(to right, #3366E5, #1548C7);
}

.footer ul {
    list-style: none;
    margin: 0 0 20px;
    text-align: center;
}
.footer ul li {
    display: inline-block;
    font-size: 13px;
    margin: 0 10px;
}
.footer ul li a {
   color: #b3b3b3;
   text-decoration: none;
}
.footer ul li a:hover,
.footer ul li a.active {
   color: #42a5f5;
   text-decoration: none;
}

.page-wrapper {
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-wrapper .accordion-item {
    margin: 0 0 20px;
    border-radius: 8px;
    background: transparent;
    border: 0;
}
.page-wrapper .accordion-button {
    border-radius: 8px 8px 0 0;
    background: #131927;
    color: #fff;
}
.page-wrapper .accordion-button.collapsed {
    border-radius: 8px;
    background: #131927;
    color: #fff;
    font-size: 18px;
}
.page-wrapper .accordion-item strong {
    padding: 0 3px;
}
.page-wrapper .accordion-body {
    color: #fff;
    padding: 20px 15px;
    background: #131927;
    border-radius: 0 0 8px 8px;
}

.page-wrapper .accordion-button::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}

.page-content {
    background: #131927;
    border-radius: 8px;
    padding: 25px 30px;
}

#searass{
    position: sticky;
    top: 0;
}
#diampopup .token-input, #diampopup .amount-input input{
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#diampopup .token-selector{
    color: #fff;
    background: #212529;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#diampopup .arrow-icon{
    background: #212529;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
#diampopup .swap-header h2{
    font-weight: 600;
}
#diampopup *{
    color: rgba(255, 255, 255, 0.7);
}
#diampopup .swap-settings, #diampopup .tx-summary, .setting-item input, #slippageDisplay, #slippageModal .slippage-presets button, #slippageModal .slippage-note, #customSlippage{
    background: #212529;
    color: rgba(255, 255, 255, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
 #diampopup #actionBtn{
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
    background: linear-gradient(to right, #3366E5, #1548C7);
}
#diampopup .btn-disabled{
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
}
#diampopup .tx-hash {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.7);
}
#diampopup .status-message, #diampopup .error-message{
    background-color: transparent;
    text-align: center;
}
#slippageModal .slippage-preset.active{
    border-color: linear-gradient(to right, #3366E5, #1548C7);
    background: #1548C7;
    color: #fff;
}
#slippageModal #customSlippage:focus-visible, .slippageDisplay:focus-visible{
    outline: none;
}
.slipWrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#slippageModal #customSlippageContainer{
    margin: 0;;
}
.custom-slippage input{
    position: relative;
    padding-right: 30px;
}
.custom-slippage{
    position: relative;
}
.custom-slippage:after{
    content: '%';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.7);
}

#supportForm label {
    color: #fff;
    font-family: inherit;
    margin-bottom: 5px;
}
#supportForm input, #supportForm select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    margin-bottom: 15px;
    background: #1A1F2A;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}
#supportForm textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    margin-bottom: 15px;
    background: #1A1F2A;
    color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
}
#otherSubjectWrap {
    display: none;
}
#supportForm button {
    background: linear-gradient(to right, #3366E5, #1548C7);
    color: #fff;
    width: 100%;
    float: left;
}
.suppfile {
    color: #fff;
}
.supptitle h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: left !important;
    width: 100%;
    margin-bottom: 30px;
}
.supptitle h5 {
    font-size: 20px;
    line-height: 30px;
    text-align: left !important;
    padding: 0 20px 0 0;
    width: 100%;
}
.supptitle h5:last-child{
    margin-bottom: 30px;
}
.custom-file-upload {
    cursor: pointer;
    position: relative;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 7px;
    font-size: 14px;
}
#screenshot {
    display: none;
}
.fileWrap input[type=file] {
    position: relative;
    opacity: 0;
    z-index: 1;
}
.inWrap:after, .selectric-wrapper:after, .custom-file-upload:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1px;
    border-radius: 8px;
    /* background: linear-gradient(90deg, #6194ff80, #ffffff80 52%, #6194ff80);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor; */
    mask-composite: exclude;
    pointer-events: none;
}
.fileWrap img.arrimg  {
    height: auto;
    height: 16px;
    margin: 0 0 0 10px;
}

div#supportMessage {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.error ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#diampopup .error-message{
    color: #dc2626;
    /* text-transform: capitalize; */
    font-weight: 500;
}
#swapDetailsContent span{
    min-width: 50%;
}
.dt-paging-button.disabled{
    cursor: not-allowed;
}
#password-message{
    text-align: center;
}
.formOtpVerified .successHide {
    display: none !important;
}
.searchAssetWrap{
    position: sticky;
    top: 0;
}
.searchAssetWrap:before{
    content: '';
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 20px;
    background-color: #111112;
}
.assetError{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#assetpopup .modal-header, #assetpopup .modal-body{
    z-index: 99;
}
#customSlippage{
    padding-right: 40px;
}
.notAllowed{
    cursor: not-allowed;
    pointer-events: none;
}
.logoHeader{
    display: none;
} 
.otpVerified .logoHeader{
    display: block;
}
.otpVerified .successHide{
    display: none !important;
}
.slippage-presets.allPreset{
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.allPreset button, .slippage-note{
    background: transparent !important;
}
#slippageDisplay{
    max-width: 120px !important;
    /* padding: 10px 20px; */
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    height: 100%;
    text-align: right;
    padding-right: 35px;
    background-color: transparent;
}
.custom-slippage{
    margin: 0 !important;
}
.allPreset button.active{
    border-color: #10b981;
    background: #10b981 !important;
    color: white;
}
.newModal *{
    color: rgba(255,255,255,1)!important;
}
.newModal .modal-header{
    flex-direction: column;
}
.newModal .modal-header p{
    width: 100%;
}
.newModal .modal-header .methodWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
    width: 100%;
       
}
.newModal .modal-body{
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.newModal .modal-header .methodWrap p{
    width: fit-content;
    margin-bottom: 0;
    padding: 0 20px;
}
.newModal .modal-header .methodWrap a {
    color: #42a5f5 !important;
}
.qrWrap_scanner{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.qrWrap_scanner_inner{
    position: relative;
    border-radius: 5px;
    min-width: 150px;
    min-height: 150px;
    border:4px solid #fff;
}
.qrscannerBlk{
    border: 4px solid;
    border-radius: 0px;
}
.blueBtn{
    background: linear-gradient(to right, #3366E5, #1548C7) !important;
    border: none;
}
#diamSwap .modal-content{
    max-width: 400px;
}
#qrLoading{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 150px;
}
.btnClose{
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    background: #d43838;
    color: #fff;
    width: 30px;
    height: 30px;
}
.disconnect-btn:disabled{
   opacity: 0.5;
   cursor: not-allowed;
}
#btnConnect{
    background: linear-gradient(to right, #3366E5, #1548C7);
    border-color:#1548C7;
}
.wui-card{
    border-radius: 8px;
}
.swap-card{
    background-color: #090D17;
}
button#maxBtn{
    margin-left: 10px;
}

/* Hide the autofill key icon in WebKit browsers (Safari/Chrome/Edge) */
input[type="email"]::-webkit-contacts-auto-fill-button,
input[type="email"]::-webkit-credentials-auto-fill-button, 
input[type="password"]::-webkit-contacts-auto-fill-button,
input[type="password"]::-webkit-credentials-auto-fill-button,
input::-webkit-contacts-auto-fill-button,
input::-webkit-credentials-auto-fill-button{
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    right: -9999px !important;
    background-image: none !important;
    -webkit-appearance: none !important;
}
input[type="email"]:focus, input[type="password"]:focus, input:focus{
    background-image: none !important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* background-image: none; */
    background: transparent;
}
select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right 12px center  !important;
    background-size: 16px !important;
    padding-right: 40px !important;
}
.page-wrapper .accordion-body{
    padding-right: 50px;
}
div.dt-container div.dt-length select{
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    color: #fff;
    padding-left: 10px;
}
div.dt-container div.dt-length select:focus-visible{
    box-shadow: none;
    outline: none;
}
div.dt-container div.dt-length select option{
    color: #000;
}
.main-wrapper div.dt-container div.dt-search input{
    border: 1px solid rgba(255, 255, 255, 0.5);
}
.swapping{
    pointer-events: none !important;
    opacity: 0.6;
}
.error-message{
    width: 100% !important;
    max-width: 400px !important;
    color: #fff !important;
    text-align: left !important;
}
.supptitle p {
    text-align: left;
    width: 100%;
}

.login-wrapper h1,
.page-wrapper h1,
.main-wrapper h1 {
    font-size: 1.5rem;
}
.login-wrapper h2,
.page-wrapper h2,
.main-wrapper h2,
.main-wrapper h3 {
    font-size: 1rem;
}

.h-80 {
    height: 80% !important;
}
.card.mb-0 {
    margin-bottom: 0 !important;
    padding: 2% 3% 0;
}
.card-body {
    height: 200px;
}
.btn-profile {
    width: 30%;
    float: right;
}
.toggle-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(26, 31, 46, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1rem;
    transition: all 0.3s ease;
    margin-top: 5%;
}

.toggle-container:hover {
    border-color: rgba(74, 158, 255, 0.3);
}

.toggle-info {
    flex: 1;
}

.toggle-title {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #e1e5e9;
}

.toggle-description {
    font-size: 0.85rem;
    color: #8892b0;
}

.toggle-switch {
    position: relative;
    width: 50px;
    height: 40px;
    /* background: #374151; */
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0;
    padding: 0;
}

.toggle-switch .bi {
    font-size: 30px;
}

.status-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    margin-left: 0.5rem;
}

.status-enabled {
    background: rgba(34, 197, 94, 0.2);
    color: #22c55e;
    border: 1px solid rgba(34, 197, 94, 0.3);
}

.status-disabled {
    background: rgba(239, 68, 68, 0.2);
    color: #ef4444;
    border: 1px solid rgba(239, 68, 68, 0.3);
}

.msg1 p, .msg2 p, .msg3 p, .msg4 p {
    font-size: 14px !important;
}
.msg2 {
    float: left;
    width: 100%;
}
#btn-2fa,
#btn-very2fa,
#disable2FA {
    background-color: #0d6efd;
    height: 36px;
    line-height: 20px;
}
#twoFAModal input#otp {
    text-align: center;
}
#twoFAModal .btn-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    z-index: 9999;
}
#twoFAModal .modal-header {
   padding-top: 0;
}
#twoFAModal .modal-body{
    padding-top: 30px;
} 
#twoFAModal .otpblock{
   margin-bottom: 20px;
}
#twoFAModal .otpblock label{
    margin-bottom: 20px;
}
#twoFAModal.modalSuccessBody .modal-body{
    padding-top: 0;
}
#twoFAModal .modal-content {
    width: 90%;
}

.modal .modal-content{
    background: linear-gradient(145deg, rgba(21, 25, 47, 0.95), rgba(15, 19, 35, 0.95));
    border-radius: 20px;
    padding: 40px;
    max-width: 450px;
    width: 90%;
    position: relative;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 100px rgba(59, 130, 246, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.modal .modal-dialog{
    max-width: 500px;
}
.modal .modal-dialog .modal-content{
    max-width: 100%;
    width: 100% !important;
}
.modal .btn-close {
    all: unset;
    cursor: pointer;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 0 !important;
    top: 10px !important;
    right: 10px !important;
}
.modal .btn-close:after{
    content:'';
    position: absolute;
    width: 60%;
    height: 60%;
    border-radius: 50%;
    background-image: url('data:image/svg+xml,<svg viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29289 5.29289C5.68342 4.90237 6.31658 4.90237 6.70711 5.29289L12 10.5858L17.2929 5.29289C17.6834 4.90237 18.3166 4.90237 18.7071 5.29289C19.0976 5.68342 19.0976 6.31658 18.7071 6.70711L13.4142 12L18.7071 17.2929C19.0976 17.6834 19.0976 18.3166 18.7071 18.7071C18.3166 19.0976 17.6834 19.0976 17.2929 18.7071L12 13.4142L6.70711 18.7071C6.31658 19.0976 5.68342 19.0976 5.29289 18.7071C4.90237 18.3166 4.90237 17.6834 5.29289 17.2929L10.5858 12L5.29289 6.70711C4.90237 6.31658 4.90237 5.68342 5.29289 5.29289Z" fill="%23ffffff"></path></g></svg>');
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: center;
}
.modal .modal-body p{
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
    line-height: 20px;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 30px;
}
.modal .modal-body h3{
    margin-bottom: 20px;
    color: #fff;
}
.modal .modal-body h5 {
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
}
.modal .modal-header{
    position: absolute;
    top: 0;
    right: 0;
}
.modal input{
    width: 100%;
    height: 100%;
    background: rgba(21, 25, 47, 0.8);
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 12px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}
.modal .btn{
    flex: 1;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}
.modal .btn.btn-primary{
    background: linear-gradient(135deg, #3b82f6 0%, #6366f1 100%);
    color: #fff;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.3);
    border: 1px solid rgba(59, 130, 246, 0.3);
    height: 100% !important;
}
.width100{
    width: 100% !important;
}
.optWrap .col-md-8,.optWrap .col-md-8{
    padding: 0;
}
.optWrap{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: stretch;
}
.optWrapInput input{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}
.optWrapBtnWrap .btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.modal #qrImage{
    margin-bottom: 30px !important;
    border-radius: 10px;
}
.modal .form-control:focus{
    box-shadow: none;
}
.modal .modal-body{
    padding: 0 !important;
}
.modal .form-control:focus-visible{
    outline: none;
}
.otpblock{
    margin: 0 !important;
}
#otpmsg p.success.welcomeMessage {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
#otpimg {
    margin-bottom: 20px;
}
.modal-backdrop.show{
    opacity: 0.8;
}
.login-wrapper {
    padding: 50px 0;
}
.login-wrapper .card{
    background: linear-gradient(145deg, rgba(21, 25, 47, 0.95), rgba(15, 19, 35, 0.95));
    border-radius: 20px;
    padding: 30px;
    max-width: 450px;
    width: 100%;
    position: relative;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(59, 130, 246, 0.2);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5), 0 0 100px rgba(59, 130, 246, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}
.login-wrapper .card input {
    width: 100%;
    height: 100%;
    background-color: rgba(21, 25, 47, 0.8) !important;
    border: 1px solid rgba(59, 130, 246, 0.2);
    border-radius: 5px;
    text-align: left;
    color: #fff;
    font-size: 18px;
    /* font-weight: 600; */
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
    min-height: 50px;
    padding: 10px 20px;
}
#togglePassword2,#togglePassword,#togglePassword3,#togglePassword4{
    top: 43px;
    background-color: rgb(33,37,41);
    padding: 5px 10px;
    border-radius: 30px;
}
.btn-copy {
    width: 20px;
    height: 20px;
    float: right;
    border: 0;
    background: transparent;
    padding: 0;
}
.btn-copy img {
    width: 20px;
    height: auto;
}