@charset "utf-8";

@keyframes slide-in-one-tap { 
  0% { transform: translateY(80px); }
  100% { 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 .w-full { width: 100%; }

.trust-wallet-one-tap .box { transition: 0.5s cubic-bezier(0, 0, 0, 1.43); animation: 0.5s cubic-bezier(0, 0, 0, 1.43) 0s 1 normal none running slide-in-one-tap; width: 384px; border-radius: 15px; background: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 4px 0px; position: fixed; right: 30px; bottom: 30px; z-index: 1020; }

.trust-wallet-one-tap .header { gap: 15px; border-bottom: 1px solid rgb(230, 230, 230); padding: 10px 18px; }

.trust-wallet-one-tap .header .left-items { gap: 15px; }

.trust-wallet-one-tap .header .title { color: rgb(30, 35, 41); font-size: 18px; font-weight: 600; line-height: 28px; }

.trust-wallet-one-tap .header .subtitle { color: rgb(71, 77, 87); font-size: 14px; line-height: 20px; }

.trust-wallet-one-tap .header .close { color: rgb(30, 35, 41); 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: rgb(30, 35, 41); font-size: 16px; font-weight: 600; line-height: 20px; }

.trust-wallet-one-tap .body .right-items .wallet-subtitle { color: rgb(71, 77, 87); font-size: 14px; line-height: 20px; }

.trust-wallet-one-tap .connect-indicator { gap: 15px; padding: 8px 0px; }

.trust-wallet-one-tap .connect-indicator .flow-icon { color: rgb(71, 77, 87); }

.trust-wallet-one-tap .loading-color { color: rgb(255, 255, 255); }

.trust-wallet-one-tap .button { border-radius: 50px; outline: transparent solid 2px; outline-offset: 2px; background-color: rgb(5, 0, 255); border-color: rgb(229, 231, 235); cursor: pointer; text-align: center; height: 45px; }

.trust-wallet-one-tap .button .button-text { color: rgb(255, 255, 255); font-size: 16px; font-weight: 600; line-height: 20px; }

.trust-wallet-one-tap .footer { margin: 20px 30px; }

.trust-wallet-one-tap .check-icon { color: rgb(255, 255, 255); }

@font-face { font-family: Binance; src: url("chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Regular.otf") format("opentype"); font-weight: 400; font-style: normal; }

@font-face { font-family: Binance; src: url("chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-Medium.otf") format("opentype"); font-weight: 500; font-style: normal; }

@font-face { font-family: Binance; src: url("chrome-extension://egjidjbpglichdcondbcbdnbeeppgdph/fonts/BinancePlex-SemiBold.otf") format("opentype"); font-weight: 600; font-style: normal; }