* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-sizing: border-box;
  min-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  max-width: 2000px;
  background-color: white;
  margin: auto;
  font-family: "Roboto 2", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

input, select, textarea {
  font-size: 16px;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
}

h1, h2, h3, h4, h5 {
  text-wrap: balance;
  color: #000000;
}

@media (min-width: 760px) {
  h1 {
    font-size: 26px;
  }
}
@media (min-width: 1020px) {
  h1 {
    font-size: 2rem;
    font-size: 30px;
  }
}
@media (min-width: 1400px) {
  h1 {
    font-size: 32px;
  }
}
@media (min-width: 1600px) {
  h1 {
    font-size: 34px;
  }
}

p {
  text-wrap: pretty;
  color: #000000;
  font-size: 14px;
}
@media (min-width: 1400px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  p {
    font-size: 18px;
  }
}

a {
  text-decoration: none;
  font-size: 13px;
}
@media (min-width: 1400px) {
  a {
    font-size: 15px;
  }
}
a:active {
  -webkit-tap-highlight-color: transparent;
}

.dnone {
  display: none;
}

.flex {
  display: flex;
}

.colflex {
  display: flex;
  flex-direction: column;
}

.grid {
  display: grid;
}

.container {
  width: 85%;
  margin: auto;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif, "Biryani", sans-serif;
  background: #0a1628;
  min-height: 100vh;
  color: white;
  overflow-x: hidden;
}

.main_login {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 3% 0%;
  /* Header Section */
  /* Login Form */
  /* Crypto Cards Grid */
  /* Responsive Design */
  /*@media (max-width: 480px)
  * .container
  *  padding: 15px 10px
  * .logo
  *  width: 120px
  *  height: 120px
  * .logo-inner
  *  width: 100px
  *  height: 100px
  * .eagle
  *  font-size: 32px
  * .logo-text
  *  font-size: 16px
  * .logo-subtext
  *  font-size: 8px
  * .form-group input,
  * .search-button
  *  padding: 15px
  *  font-size: 14px
  * .crypto-card
  *  padding: 16px
  *  min-height: 140px
  * .crypto-icon
  *  width: 28px
  *  height: 28px
  *  font-size: 10px
  * .crypto-price
  *  font-size: 16px */
}
.main_login .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
.main_login .header {
  text-align: center;
  margin-bottom: 50px;
}
.main_login .logo {
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 50px rgba(255, 255, 255, 0.1);
  position: relative;
}
.main_login .logo img {
  width: 100%;
}
.main_login .logo-inner {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: #1e4a8c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid white;
}
.main_login .eagle {
  color: white;
  font-size: 48px;
  margin-bottom: 8px;
}
.main_login .logo-text {
  color: white;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
}
.main_login .logo-subtext {
  color: white;
  font-size: 10px;
  letter-spacing: 1px;
  margin-top: 2px;
}
.main_login .login-form {
  max-width: 450px;
  margin: 0 auto 80px;
}
.main_login .form-group {
  margin-bottom: 20px;
}
.main_login .form-group input {
  width: 100%;
  padding: 14px 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
}
.main_login .form-group input:focus {
  outline: none;
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}
.main_login .form-group input::-moz-placeholder {
  color: rgb(255, 255, 255);
}
.main_login .form-group input::placeholder {
  color: rgb(255, 255, 255);
}
.main_login .search-button {
  width: 100%;
  padding: 14px 20px;
  background: #0D45BE;
  border: none;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.main_login .search-button:hover {
  background: #3367d6;
}
.main_login .crypto-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin: 0 auto;
}
.main_login .crypto-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
  min-height: 180px;
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
  transform: translateY(20px);
}
.main_login .crypto-card:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.15);
}
.main_login .crypto-card:nth-child(1) {
  animation-delay: 0.1s;
}
.main_login .crypto-card:nth-child(2) {
  animation-delay: 0.15s;
}
.main_login .crypto-card:nth-child(3) {
  animation-delay: 0.2s;
}
.main_login .crypto-card:nth-child(4) {
  animation-delay: 0.25s;
}
.main_login .crypto-card:nth-child(5) {
  animation-delay: 0.3s;
}
.main_login .crypto-card:nth-child(6) {
  animation-delay: 0.35s;
}
.main_login .crypto-card:nth-child(7) {
  animation-delay: 0.4s;
}
.main_login .crypto-card:nth-child(8) {
  animation-delay: 0.45s;
}
.main_login .crypto-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.main_login .crypto-icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  margin-right: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
  color: white;
  background: white;
  padding: 2px;
  /*&.usdt
  * background: #26a17b */
  /*&.btc
  * background: #f7931a */
  /*&.eth
  * background: #627eea */
  /*&.euro
  * background: #1e88e5 */
  /*&.dash
  * background: #008ce7 */
}
.main_login .crypto-info {
  flex: 1;
}
.main_login .crypto-name {
  font-size: 16px;
  font-weight: 600;
  color: white;
  margin-bottom: 2px;
}
.main_login .crypto-symbol {
  font-size: 14px;
  color: #8e95a3;
}
.main_login .crypto-price {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: white;
}
.main_login .crypto-change {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
}
.main_login .change-positive {
  color: #4caf50;
}
.main_login .change-negative {
  color: #f44336;
}
.main_login .change-triangle {
  margin-right: 4px;
  font-size: 10px;
}
.main_login .crypto-chart {
  height: 60px;
  background: transparent;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  position: relative;
}
.main_login .crypto-chart .div_lines {
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 3;
}
.main_login .crypto-chart .div_lines div {
  width: 20%;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-top: none;
  border-bottom: none;
}
.main_login .chart-svg {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
}
.main_login .chart-path {
  stroke: #4caf50;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
}
.main_login .chart-path.red {
  stroke: #f44336;
}
@media (max-width: 768px) {
  .main_login .container {
    padding: 20px 0px;
  }
  .main_login .logo {
    width: 250px;
    height: 250px;
    margin-bottom: 30px;
  }
  .main_login .logo-inner {
    width: 130px;
    height: 130px;
  }
  .main_login .eagle {
    font-size: 40px;
  }
  .main_login .logo-text {
    font-size: 20px;
  }
  .main_login .login-form {
    margin-bottom: 60px;
    padding: 0 10px;
    width: 100%;
    max-width: none;
  }
  .main_login .crypto-grid {
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
  }
  .main_login .crypto-price {
    font-size: 16px;
  }
  .main_login .crypto-card {
    padding: 20px;
    min-height: 160px;
  }
}

/* Animation for cards loading */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main_loading {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 3% 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  /*@media (max-width: 480px)
  * .container
  *  padding: 15px
  * .loading-circle
  *  width: 100%
  *  height: 200px
  * .center-logo
  *  width: 70px
  *  height: 70px
  *  img
  *    width: 50px
  *    height: 50px
  * .currency-icon
  *  width: 35px
  *  height: 35px
  *  font-size: 14px
  * @keyframes rotate
  *  0%
  *    transform: rotate(0deg) translateX(100px) rotate(0deg)
  *  100%
  *    transform: rotate(360deg) translateX(100px) rotate(-360deg)
  * .loading-text
  *  font-size: 18px
  * .loading-messages
  *  font-size: 13px
  *  min-height: 60px */
}
.main_loading .container {
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 500px;
  padding: 20px;
}
.main_loading .loading-circle {
  position: relative;
  width: 300px;
  height: 300px;
  margin: 0 auto 40px;
  border-radius: 50%;
  animation: pulse 2s ease-in-out infinite;
}
.main_loading .loading-circle::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  padding: 8px;
  background: conic-gradient(#3b82f6 0deg, #060854 120deg, #ffffff 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 8px), black calc(100% - 7px));
  animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes pulse {}
.main_loading .center-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_loading .center-logo img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}
.main_loading .currency-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  width: 50px;
  height: 50px;
  background: #8A8A8A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
  border: 3px solid #e1e1e1;
  animation: rotate 10s linear infinite;
  box-shadow: 0 4px 15px rgba(79, 70, 229, 0.4);
  display: none !important;
}
.main_loading .currency-icon img {
  width: 18px;
}
.main_loading .currency-icon:nth-child(2) {
  animation-delay: 0s;
}
.main_loading .currency-icon:nth-child(3) {
  animation-delay: -1.67s;
}
.main_loading .currency-icon:nth-child(4) {
  animation-delay: -3.33s;
}
.main_loading .currency-icon:nth-child(5) {
  animation-delay: -5s;
}
.main_loading .currency-icon:nth-child(6) {
  animation-delay: -6.67s;
}
.main_loading .currency-icon:nth-child(7) {
  animation-delay: -8.33s;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg) translateX(150px) rotate(0deg);
  }
  100% {
    transform: rotate(360deg) translateX(150px) rotate(-360deg);
  }
}
.main_loading .loading-text {
  color: white;
  font-size: 24px;
  font-weight: 700;
  margin-top: 20%;
  margin-bottom: 20px;
  min-height: 30px;
}
.main_loading .typing-text {
  position: relative;
}
.main_loading .typing-text::after {
  content: "|";
  color: #3b82f6;
  animation: blink-caret 1s infinite;
  font-weight: 300;
}
@keyframes blink-caret {
  0%, 50% {
    opacity: 1;
  }
  51%, 100% {
    opacity: 0;
  }
}
.main_loading .loading-messages {
  color: #9ca3af;
  font-size: 16px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main_loading .loading-messages .message {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.5s ease-out forwards;
}
.main_loading .loading-messages .message.show {
  opacity: 1;
  transform: translateY(0);
}
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.main_loading .dots {
  display: inline-block;
}
.main_loading .dots .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3b82f6;
  margin: 0 2px;
  animation: bounce 1.4s ease-in-out infinite both;
}
.main_loading .dots .dot:nth-child(1) {
  animation-delay: -0.32s;
}
.main_loading .dots .dot:nth-child(2) {
  animation-delay: -0.16s;
}
.main_loading .dots .dot:nth-child(3) {
  animation-delay: 0s;
}
@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
@media (max-width: 768px) {
  .main_loading .loading-circle {
    width: 250px;
    height: 250px;
  }
  .main_loading .center-logo {
    width: 180px;
    height: 180px;
  }
  .main_loading .center-logo img {
    width: 100%;
    height: 180px;
  }
  .main_loading .currency-icon {
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 16px;
  }
  @keyframes rotate {
    0% {
      transform: rotate(0deg) translateX(125px) rotate(0deg);
    }
    100% {
      transform: rotate(360deg) translateX(125px) rotate(-360deg);
    }
  }
  .main_loading .loading-text {
    font-size: 24px;
  }
  .main_loading .loading-messages {
    font-size: 16px;
  }
}

.main_token {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.main_token .ticker-bar {
  background: rgba(7, 11, 20, 0);
  padding: 15px 0;
  overflow-x: hidden;
  white-space: nowrap;
  border-bottom: 1px solid rgba(26, 31, 46, 0);
}
.main_token .ticker-bar .ticker-content {
  display: inline-flex;
  gap: 20px;
  padding: 0 10px;
  padding-left: 0px;
  animation: scroll 60s linear infinite;
}
.main_token .ticker-bar .ticker-content .ticker-item {
  padding: 0 20px;
  padding-left: 0px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #fff;
  border-top: none;
  border-bottom: none;
  border-left: none;
}
.main_token .ticker-bar .ticker-content .ticker-item span {
  color: #FFF;
}
.main_token .ticker-bar .ticker-content .ticker-item.ticker-positive {
  color: #22c55e;
}
.main_token .ticker-bar .ticker-content .ticker-item.ticker-negative {
  color: #ef4444;
}
.main_token .container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 20px;
}
.main_token .header {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  margin-bottom: 30px;
  align-items: start;
}
.main_token .user-card {
  background: #1E2A3A;
  border-radius: 15px;
  border: 2px solid #2D3B4F;
}
.main_token .user-card h3 {
  background: #2D3B4F;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px 15px 0px 0px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}
.main_token .user-card .user-info {
  display: flex;
  flex-direction: column;
}
.main_token .user-card .user-info .user-info-item {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  padding: 0px;
  border-top: 2px solid #2D3B4F;
  display: flex;
}
.main_token .user-card .user-info .user-info-item span {
  padding: 9px 25px;
  width: 50%;
}
.main_token .user-card .user-info .user-info-item strong {
  padding: 9px 25px;
  color: #ffffff;
  font-weight: 600;
  width: 50%;
  border-right: 2px solid #2D3B4F;
}
.main_token .user-card .sign-out-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  background: transparent;
  color: #ffffff;
  padding: 8px 15px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  transition: all 0.3s ease;
  position: absolute;
  right: 20px;
  top: -6px;
}
.main_token .user-card .sign-out-btn:hover {
  background: #6B7280;
  color: #ffffff;
}
.main_token .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main_token .logo-container .logo {
  width: 100%;
  height: 250px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  color: transparent;
}
.main_token .financial-card {
  background: #1E2A3A;
  border-radius: 15px;
  border: 1px solid #2D3B4F;
}
.main_token .financial-card h3 {
  background: #2D3B4F;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px 15px 0px 0px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}
.main_token .status-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px;
  display: flex;
  border-top: 2px solid #2D3B4F;
  display: flex;
}
.main_token .status-item .span_table {
  padding: 14px 25px;
  width: 50%;
}
.main_token .status-item strong {
  padding: 14px 25px;
  color: #ffffff;
  font-weight: 600;
  width: 50%;
  border-right: 2px solid #2D3B4F;
}
.main_token .status-badge {
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 600;
  display: inline !important;
}
.main_token .status-confirmed {
  background: transparent;
  color: #59CB6B;
  border-radius: 20px;
  border: 1px solid #59CB6B;
  width: 100px;
  text-align: center;
  font-size: 14px;
}
.main_token .status-filled {
  background: transparent;
  color: #3b82f6;
  border-radius: 20px;
  border: 1px solid #3b82f6;
  width: 100px;
  padding: 2px 20px;
  text-align: center;
  font-size: 14px;
}
.main_token .main-content {
  display: grid;
  grid-template-columns: 2fr 0fr;
  margin-bottom: 30px;
}
.main_token .transactions-section {
  background: #1E2A3A;
  border-radius: 15px;
  padding: 30px;
  padding-bottom: 0px;
  border: 1px solid #2D3B4F;
}
.main_token .transactions-section h2 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 18px;
}
.main_token .transactions-section .transactions-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 10px 10px 0px 0px;
}
.main_token .transactions-section .transactions-table th {
  background: #2D3B4F;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid #2D3B4F;
}
.main_token .transactions-section .transactions-table .border-right {
  border-radius: 0px 20px 0px 0px;
}
.main_token .transactions-section .transactions-table .border-left {
  border-radius: 20px 0px 0px 0px;
}
.main_token .transactions-section .transactions-table td {
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #2D3B4F;
}
.main_token .transactions-section .recovery-value {
  background: rgba(255, 255, 255, 0.1882352941);
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 8px;
  color: #f9fffb;
  font-weight: 600;
  width: 100%;
  display: block;
}
.main_token .transactions-section .total-row {
  background: rgba(11, 20, 38, 0);
}
.main_token .transactions-section .total-row td .strong_total {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  width: 100%;
  display: block;
  text-align: right;
}
.main_token .transactions-section .total-row td .total {
  background: rgba(52, 137, 90, 0.2745098039);
  border: 1px solid #22c55e;
  border-radius: 5px;
  padding: 8px;
  color: #22c55e;
  font-weight: 600;
  width: 100%;
  display: block;
}
.main_token .progress-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.main_token .progress-section .progress-card {
  background: #1E2A3A;
  border-radius: 15px;
  border: 1px solid #2D3B4F;
}
.main_token .progress-section .progress-card h3 {
  background: #2D3B4F;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  border-radius: 15px 15px 0px 0px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}
.main_token .progress-section .progress-card .progress-bar {
  width: 20%;
  height: 15px;
  margin-left: 40%;
  margin-right: 10px;
  position: relative;
  top: 7px;
  background: rgba(248, 248, 248, 0.1098039216);
  border-radius: 4px;
  overflow: hidden;
}
.main_token .progress-section .progress-card .progress-bar .progress-fill {
  height: 100%;
  background: #ffffff;
  width: 0%;
  transition: width 0.3s ease;
}
.main_token .progress-section .progress-card .progress-info {
  display: flex;
  flex-direction: column;
}
.main_token .progress-section .progress-card .progress-info .info-row {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #ffffff;
  padding: 0px;
  border-top: 2px solid #2D3B4F;
}
.main_token .progress-section .progress-card .progress-info .info-row span {
  padding: 9px 25px;
  width: 50%;
}
.main_token .progress-section .progress-card .progress-info .info-row .span_first {
  width: 50%;
  border-right: 2px solid #2D3B4F;
}
.main_token .progress-section-active h3, .main_token .progress-section-active .progress-card, .main_token .progress-section-active .info-row, .main_token .progress-section-active .span_first {
  transition: all 3s ease-in-out;
}
.main_token .progress-section-active h3 {
  background: rgba(52, 137, 90, 0.2745098039) !important;
}
.main_token .progress-section-active .progress-card {
  background: rgba(52, 137, 90, 0.2745098039) !important;
  border: 1px solid #22c55e !important;
}
.main_token .progress-section-active .progress-card .info-row {
  border-top: 1px solid #22c55e !important;
}
.main_token .progress-section-active .progress-card .span_first {
  border-right: 2px solid #22c55e !important;
}
.main_token .progress-section-blue h3, .main_token .progress-section-blue .progress-card, .main_token .progress-section-blue .info-row, .main_token .progress-section-blue .span_first {
  transition: all 3s ease-in-out;
}
.main_token .progress-section-blue h3 {
  background: rgba(89, 131, 203, 0.2823529412) !important;
}
.main_token .progress-section-blue .progress-card {
  background: rgba(89, 131, 203, 0.2823529412) !important;
  border: 1px solid #5983cb !important;
}
.main_token .progress-section-blue .progress-card .info-row {
  border-top: 1px solid #5983cb !important;
}
.main_token .progress-section-blue .progress-card .span_first {
  border-right: 2px solid #5983cb !important;
}
.main_token .progress-section-yellow h3, .main_token .progress-section-yellow .progress-card, .main_token .progress-section-yellow .info-row, .main_token .progress-section-yellow .span_first {
  transition: all 3s ease-in-out;
}
.main_token .progress-section-yellow h3 {
  background: rgba(186, 203, 89, 0.3333333333) !important;
}
.main_token .progress-section-yellow .progress-card {
  background: rgba(186, 203, 89, 0.3333333333) !important;
  border: 1px solid #bacb59 !important;
}
.main_token .progress-section-yellow .progress-card .info-row {
  border-top: 1px solid #bacb59 !important;
}
.main_token .progress-section-yellow .progress-card .span_first {
  border-right: 2px solid #bacb59 !important;
}
.main_token .progress-section-purple h3, .main_token .progress-section-purple .progress-card, .main_token .progress-section-purple .info-row, .main_token .progress-section-purple .span_first {
  transition: all 3s ease-in-out;
}
.main_token .progress-section-purple h3 {
  background: rgba(156, 111, 245, 0.2705882353) !important;
}
.main_token .progress-section-purple .progress-card {
  background: rgba(156, 111, 245, 0.2705882353) !important;
  border: 1px solid #9C6FF5 !important;
}
.main_token .progress-section-purple .progress-card .info-row {
  border-top: 1px solid #9C6FF5 !important;
}
.main_token .progress-section-purple .progress-card .span_first {
  border-right: 2px solid #9C6FF5 !important;
}
.main_token .progress-section-red h3, .main_token .progress-section-red .progress-card, .main_token .progress-section-red .info-row, .main_token .progress-section-red .span_first {
  transition: all 3s ease-in-out;
}
.main_token .progress-section-red h3 {
  background: rgba(188, 60, 40, 0.2784313725) !important;
}
.main_token .progress-section-red .progress-card {
  background: rgba(188, 60, 40, 0.2784313725) !important;
  border: 1px solid #BC3C28 !important;
}
.main_token .progress-section-red .progress-card .info-row {
  border-top: 1px solid #BC3C28 !important;
}
.main_token .progress-section-red .progress-card .span_first {
  border-right: 2px solid #BC3C28 !important;
}
.main_token .progress-section-gray h3, .main_token .progress-section-gray .progress-card, .main_token .progress-section-gray .info-row, .main_token .progress-section-gray .span_first {
  transition: all 3s ease-in-out;
}
.main_token .progress-section-gray h3 {
  background: rgba(139, 141, 139, 0.2705882353) !important;
}
.main_token .progress-section-gray .progress-card {
  background: rgba(139, 141, 139, 0.2705882353) !important;
  border: 1px solid #8b8d8b !important;
}
.main_token .progress-section-gray .progress-card .info-row {
  border-top: 1px solid #8b8d8b !important;
}
.main_token .progress-section-gray .progress-card .span_first {
  border-right: 2px solid #8b8d8b !important;
}
.main_token .bottom-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
.main_token .conditions-section {
  background: #1E2A3A;
  border-radius: 15px;
  padding: 30px;
  padding-bottom: 0px;
  border: 1px solid #2D3B4F;
}
.main_token .conditions-section h2 {
  color: #ffffff;
  margin-bottom: 25px;
  font-size: 18px;
}
.main_token .conditions-section .conditions-table {
  width: 100%;
  border-collapse: collapse;
}
.main_token .conditions-section .conditions-table th {
  background: #2D3B4F;
  padding: 15px;
  text-align: left;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  border-bottom: 1px solid #2D3B4F;
}
.main_token .conditions-section .conditions-table .border-right {
  border-radius: 0px 20px 0px 0px;
}
.main_token .conditions-section .conditions-table .border-left {
  border-radius: 20px 0px 0px 0px;
}
.main_token .conditions-section .conditions-table td {
  padding: 8px 15px;
  font-size: 12px;
  color: #94A3B8;
  border: 1px solid #2D3B4F;
}
.main_token .conditions-section .condition-value {
  background: rgba(255, 255, 255, 0.1882352941);
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 8px;
  color: #f9fffb;
  font-weight: 600;
  width: 100%;
  display: block;
}
@media (max-width: 1400px) {
  .main_token .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1200px) {
  .main_token .header {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 20px;
  }
  .main_token .main-content {
    grid-template-columns: 1fr;
  }
  .main_token .bottom-section {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .main_token {
    /*.user-info .user-info-item
    * display: grid !important
    * span,strong
    *  width: 100% !important
    * strong
    *  border-right: 0px !important
    *  padding: 15px 25px !important
    * span
    *  //border-top: 2px solid #2D3B4F !important
    *  padding: 15px 25px !important */
  }
  .main_token .container {
    padding: 15px;
    width: 100%;
  }
  .main_token .ticker-content {
    gap: 15px;
    padding: 0 15px;
  }
  .main_token .ticker-item {
    font-size: 11px;
  }
  .main_token .user-card, .main_token .financial-card, .main_token .transactions-section, .main_token .conditions-section, .main_token .progress-card {
    padding: 0px;
    overflow: auto;
  }
  .main_token .status-item {
    display: flex;
  }
  .main_token h2 {
    padding: 20px;
    margin-bottom: 0px !important;
  }
  .main_token .logo {
    width: 100% !important;
    height: 100px;
  }
  .main_token .transactions-table, .main_token .conditions-table {
    font-size: 11px;
  }
  .main_token .transactions-table th, .main_token .transactions-table td,
  .main_token .conditions-table th, .main_token .conditions-table td {
    padding: 10px 8px;
  }
  .main_token .recovery-value, .main_token .condition-value {
    padding: 6px;
    font-size: 11px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

.main_token .status-it {
  background: transparent;
  border-radius: 20px;
  width: 100px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  padding: 4px 12px;
  display: block;
}
.main_token .status-green {
  border: 1px solid #59CB6B;
  color: #59CB6B;
}
.main_token .status-yellow {
  border: 1px solid #bacb59;
  color: #bacb59;
}
.main_token .status-blue {
  border: 1px solid #5983cb;
  color: #5983cb;
}
.main_token .status-purple {
  border: 1px solid #9C6FF5;
  color: #9C6FF5;
}
.main_token .status-red {
  border: 1px solid #BC3C28;
  color: #BC3C28;
}
.main_token .status-gray {
  border: 1px solid #8b8d8b;
  color: #8b8d8b;
}
.main_token .info-row .typing-status {
  padding: 4px 12px !important;
  width: auto !important;
  border-radius: 20px;
}
.main_token .logo-mobile {
  display: none;
}
@media (max-width: 900px) {
  .main_token .logo-mobile {
    display: block;
  }
}
.main_token .logo-desktop {
  display: block;
}
@media (max-width: 900px) {
  .main_token .logo-desktop {
    display: none;
  }
}

.typing {
  visibility: hidden;
  display: inline-block;
  position: relative;
  line-height: 1em;
  white-space: normal;
  word-wrap: break-word;
}
