/* Override styles to remove global left and right spacing */

/* Target the main wrapper likely causing the centered layout */
.j-wrapper {
  max-width: none !important; /* Allow content to span full width */
  margin-left: 0 !important;  /* Remove automatic left margin */
  margin-right: 0 !important; /* Remove automatic right margin */
  padding-left: 0 !important; /* Remove internal left padding */
  padding-right: 0 !important;/* Remove internal right padding */
  border-radius: 0 !important; /* Remove border radius for edge-to-edge */
  box-shadow: none !important; /* Remove shadow for edge-to-edge */
}

/* Ensure body and html take full width */
body, html {
  width: 100%;
  box-sizing: border-box; /* Ensure padding/border are included in width */
  margin: 0;
  padding: 0;
}

/* Override responsive padding as well */
@media screen and (max-width: 750px) {
  .j-wrapper {
    padding-left: 0 !important; /* Ensure padding is removed on smaller screens too */
    padding-right: 0 !important;/* Ensure padding is removed on smaller screens too */
  }
}

/* filepath: c:\Users\cvikt\Downloads\AyuGram Desktop\global_no_margin.css */
html, body, #root, .j-wrapper {
  width: 100vw !important;
  min-width: 0 !important;
  max-width: 100vw !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

@media screen and (max-width: 750px) {
  html, body, #root, .j-wrapper {
    margin-top: -1em !important;
  }
  .j-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    display: none !important; /* Hide header if not needed */
  }
  .j-wrapper {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 800px) {
  .j-header {
    display: none !important;
    height: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  /* Also reset wrappers just in case */
  .j-wrapper, #root, body, html {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

html, body {
  background: #1F2027 !important; /* Use your main dark color */
}

.j-wrapper {
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Global reset */
html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Essential styles for Ant Design Icons */
.anticon {
  display: inline-block;
  color: inherit;
  font-style: normal;
  line-height: 0;
  text-align: center;
  text-transform: none;
  vertical-align: -0.125em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.anticon > * { line-height: 1; }
.anticon svg { display: inline-block; }
.anticon::before { display: none; }
.anticon .anticon-icon { display: block; }
.anticon[tabindex] { cursor: pointer; }
.anticon-spin::before,
.anticon-spin {
  display: inline-block;
  -webkit-animation: loadingCircle 1s infinite linear;
  animation: loadingCircle 1s infinite linear;
}

@-webkit-keyframes loadingCircle {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes loadingCircle {
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

/* Essential Trust Wallet One Tap styles */
@keyframes slide-in-one-tap {
  from { transform: translateY(80px); }
  to { transform: translateY(0px); }
}

.trust-hide-gracefully { opacity: 0; }
.trust-wallet-one-tap .hidden { display: none; }
.trust-wallet-one-tap .semibold { font-weight: 500; }
.trust-wallet-one-tap .binance-plex { font-family: 'Binance'; }
.trust-wallet-one-tap .rounded-full { border-radius: 50%; }
.trust-wallet-one-tap .flex { display: flex; }
.trust-wallet-one-tap .flex-col { flex-direction: column; }
.trust-wallet-one-tap .items-center { align-items: center; }
.trust-wallet-one-tap .space-between { justify-content: space-between; }
.trust-wallet-one-tap .justify-center { justify-content: center; }
.trust-wallet-one-tap .box {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 1020;
  border-radius: 15px;
  transition: all 0.5s cubic-bezier(0, 0, 0, 1.43), slide-in-one-tap 0.5s cubic-bezier(0, 0, 0, 1.43);
}

.trust-wallet-one-tap .header .left-items { gap: 15px; }

.trust-wallet-one-tap .header .title {
  color: #1e2329;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.trust-wallet-one-tap .header .subtitle {
  gap: 15px;
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.trust-wallet-one-tap .header .close {
  color: #1e2329;
  cursor: pointer;
}

.trust-wallet-one-tap .body {
  padding: 9px 18px;
  gap: 10px;
}

.trust-wallet-one-tap .body .right-items {
  gap: 10px;
  width: 100%;
}

.trust-wallet-one-tap .body .right-items .wallet-title {
  color: #1e2329;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.trust-wallet-one-tap .body .right-items .wallet-subtitle {
  color: #474d57;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.trust-wallet-one-tap .connect-indicator {
  gap: 15px;
  padding: 8px 0;
}

.trust-wallet-one-tap .connect-indicator .flow-icon {
  color: #474d57;
}

/* Essential font-face for Binance font */
@font-face {
  font-family: 'Binance';
  src: url("") format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: url("") format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: url("") format('opentype');
  font-weight: 600;
  font-style: normal;
}

.trust-wallet-one-tap .check-icon {
  color: #fff;
}

.trust-wallet-one-tap .footer { 
  margin: 20px 30px; 
  height: 45px;
}
.trust-wallet-one-tap .check-icon { color: #fff; }

/* Essential font-face for Binance font */
@font-face {
  font-family: 'Binance';
  src: url("") format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: url("") format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Binance';
  src: url("") format('opentype');
  font-weight: 600;
  font-style: normal;
}