/* Fonts */

@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/Inria_Sans/InriaSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/Inria_Sans/InriaSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/Inria_Sans/InriaSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/Inria_Sans/InriaSans-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/Inria_Sans/InriaSans-RegularItalic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Inria Sans';
  src: url('../fonts/Inria_Sans/InriaSans-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

/* Global Styles */

* {
    color: #EAEAEA;
    font-family: 'Inria Sans', Arial, sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    margin: 0;
    padding: 0;
}

body {
    background-color: #121212;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
  width: 360px;
  height: 600px;

  background-image: url('../img/background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 20px;
  overflow: hidden;

  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.7);
  position: relative;
}

header {
  display: flex;
  flex-direction: column;
}

main {
  display: flex;
  flex-direction: column;
}

footer {
  display: flex;
  flex-direction: column;
}

ul {
  list-style-type: none;
}

button {
  cursor: pointer;
}

/* Welcome Screen Styles */

.display-welcome img {
  width: 100px;
  height: auto;
  margin: 0 auto;
  margin-top: 25px;
}

.display-welcome h1 {
  font-size: 50px;
  font-weight: 400;
  text-align: center;
  margin-top: 7px;
}

.display-welcome h1 span {
  font-size: 50px;
  font-weight: 700;
}

.display-welcome h2 {
  color: #BFBFBF;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}

.display-welcome p {
  color: #BFBFBF;
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  text-align: center;
  margin-top: 10px;
}

.display-welcome main > button:nth-of-type(1) {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #1E1E1E;
  background: linear-gradient(180deg, #FFC300 0%, #FFB800 100%);
  border: none;
  margin: 0 auto;
  margin-top: 116px;
  font-size: 18px;
  font-weight: 700;
}

.display-welcome main > button:nth-of-type(2) {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 25px;
  font-size: 18px;
  font-weight: 700;
}

.display-welcome footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 27px;
}

/* Agreement Screen Styles */

.display-agreement header{
  flex-direction: row;
}

.display-agreement img {
  width: 50px;
  height: auto;
  margin-top: 35px;
  margin-left: 35px;
}

.display-agreement h1 {
  font-size: 35px;
  font-weight: 400;
  margin-top: 37px;
  margin-left: 6px;
}

.display-agreement h1 span{
  font-weight: 700;
}

.display-agreement h2{
  font-size: 25px;
  font-weight: 700;
  margin-left: 30px;
  margin-top: 30px;
  margin-bottom: 2px;
}

.display-agreement ul li p{
  color:#BFBFBF;
  font-size: 13px;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 30px;
}

.display-agreement-question {
  margin-top: 89px;
  text-align: center;
}

.display-agreement-question span {
  font-size: 15px;
  font-weight: 700;
  color: #BFBFBF;
}

.display-agreement button{
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.display-agreement footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 27px;
}

/* Create Screen Styles */

.display-create h1{
  font-size: 23px;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
}

.display-create h2{
  font-size: 18px;
  font-weight: 400;
  color: #BFBFBF;
  margin-top: 15px;
  text-align: center;
}

.display-create main > div {
  width: 270px;
  height: 240px;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 18px;
  border: 1px solid rgba(252, 192, 0, 0.65);
  display: flex;
  justify-content: flex-end;
  gap: 0px;
}

.display-create main > div > div:nth-of-type(1) {
  width: 135px;
  height: 240px;
  padding-top: 13px;
}

.display-create main > div > div:nth-of-type(2) {
  width: 1px;
  height: 210px;
  background-color: rgba(252, 192, 0, 0.65);
  margin-top: 15px;
}

.display-create main > div > div:nth-of-type(3) {
  width: 135px;
  height: 240px;
  padding-top: 13px;
}

.display-create main > div > div > ul > li {
  margin-left: 20px;
  margin-top: 14px;
}

.display-create main > div > div > ul li span {
  color: #6D6D6D;
  font-size: 13px;
  font-weight: 700;
}

.display-create main > div > div > ul:nth-of-type(2) {
  margin-right: 100px;
}

.display-create main > div > div > ul > li span:nth-of-type(2) {
  color: #EAEAEA;
  margin-left: 5px;
}

.display-create main > button:nth-of-type(1) {
  border: none;
  background: transparent;
  margin: 0 auto;
  margin-top: 15px;
  color: #BFBFBF;
  font-size: 16px;
  font-weight: 300;
  display: flex;
  align-items: center;
  gap: 0px;
}

.display-create main > button:nth-of-type(2) {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 64px;
  font-size: 18px;
  font-weight: 700;
}

.display-create footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 27px;
}

/* Setpass Screen Styles */

.display-setpass h1{
  font-size: 23px;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
}

.display-setpass h2{
  font-size: 18px;
  font-weight: 400;
  color: #BFBFBF;
  margin-top: 15px;
  text-align: center;
}

.display-setpass main > div:nth-of-type(1) {
  display: flex;
  align-items: center;
  gap: 151px;
}

.display-setpass main > div:nth-of-type(1) h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 32px;
  margin-left: 30px;
}

.display-setpass main > div:nth-of-type(1) p {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  color: #BFBFBF;
  margin-top: 36px;
  margin-right: 30px;
}

.display-setpass main > div:nth-of-type(2) {
  border: 1px solid #FCC000;
  border-radius: 10px;
  width: 300px;
  height: 35px;
  margin: 0 auto;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.display-setpass main > div:nth-of-type(2) input {
  background: transparent;
  width: 230px;
  border: none;
  margin-left: 20px;
}

.display-setpass main > div:nth-of-type(2) input:focus {
  outline: none;
  box-shadow: none;
}

.display-setpass main > div:nth-of-type(2) button {
  background-color: transparent;
  border: none;
  margin-top: 3px;
}

.display-setpass main > h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
  margin-left: 30px;
}

.display-setpass main > div:nth-of-type(3) {
  border: 1px solid #FCC000;
  border-radius: 10px;
  width: 300px;
  height: 35px;
  margin: 0 auto;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.display-setpass main > div:nth-of-type(3) input {
  background: transparent;
  width: 230px;
  border: none;
  margin-left: 20px;
}

.display-setpass main > div:nth-of-type(3) input:focus {
  outline: none;
  box-shadow: none;
}

.display-setpass main > div:nth-of-type(3) button {
  background-color: transparent;
  border: none;
  margin-top: 3px;
}

.display-setpass main > h4 {
  font-size: 13px;
  font-weight: 300;
  font-style: italic;
  color: #BFBFBF;
  margin-top: 10px;
  margin-left: 30px;
}

.display-setpass main > button {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 172px;
  font-size: 18px;
  font-weight: 700;
}

.display-setpass footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 27px;
}

/* Login Screen Styles */

.display-login header img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  margin-top: 25px;
}

.display-login h1{
  font-size: 50px;
  font-weight: 400;
  margin-top: 7px;
  text-align: center;
}

.display-login h1 span {
  font-weight: 700;
}

.display-login main > h2 {
  font-size: 23px;
  font-weight: 700;
  color: #BFBFBF;
  margin-top: 49px;
  text-align: center;
}

.display-login main > h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 26px;
  margin-left: 30px;
}

.display-login main > div {
  border: 1px solid #FCC000;
  border-radius: 10px;
  width: 300px;
  height: 35px;
  margin: 0 auto;
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.display-login main > div input {
  background: transparent;
  width: 230px;
  border: none;
  margin-left: 20px;
}

.display-login main > div input:focus {
  outline: none;
  box-shadow: none;
}

.display-login main > div button {
  background-color: transparent;
  border: none;
  margin-top: 3px;
}

.display-login main > h4 {
  font-size: 16px;
  font-weight: 700;
  color: #BFBFBF;
  margin-top: 5px;
  margin-left: 30px;
}

.display-login main > button:nth-of-type(1) {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 73px;
  font-size: 18px;
  font-weight: 700;
}

.display-login main > button:nth-of-type(2) {
  border: none;
  background: transparent;
  margin: 0 auto;
  margin-top: 15px;
  color:#6D6D6D;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
}

.display-login footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 21px;
}

/* Import Screen Styles */

.display-import h1{
  font-size: 23px;
  font-weight: 700;
  margin-top: 32px;
  text-align: center;
}

.display-import h2{
  font-size: 18px;
  font-weight: 400;
  color: #BFBFBF;
  margin-top: 10px;
  text-align: center;
}

.display-import main > div {
  height: 240px;
  width: 270px;
  margin: 0 auto;
  margin-top: 23px;
  border-radius: 18px;
  border: 1px solid rgba(252, 192, 0, 0.65);
  display: flex;
  justify-content: flex-start;
  gap: 0px;
}

.display-import main > div > div:nth-of-type(1) {
  padding-top: 25px;
}

.display-import main > div > div:nth-of-type(2) {
  width: 1px;
  height: 210px;
  margin-top: 15px;
  background-color: rgba(252, 192, 0, 0.65);
  margin-left: 15px;
}

.display-import main > div > div:nth-of-type(3) {
  padding-top: 25px;
}

.display-import input {
  height: 20px;
  width: 100px;
  background: transparent;
  border: 1px solid #6D6D6D;
  border-radius: 5px;;
  margin-left: 15px;
  margin-top: 10px;
  padding-left: 5px;
}

.display-import input:hover, .display-import input:focus{
  border: 1px solid #BFBFBF;
  outline: none;
  box-shadow: none;
}

.display-import input::placeholder {
  color: #6D6D6D;
  font-size: 13px;
  font-weight: 700;
}

.display-import main > button:nth-of-type(1) {
  border: none;
  background: transparent;
  margin: 0 auto;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 0px;
}

.display-import main > button:nth-of-type(1) p {
  color: #BFBFBF;
  font-size: 16px;
  font-weight: 300;
}

.display-import main > button:nth-of-type(2) {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 64px;
  font-size: 18px;
  font-weight: 700;
}

.display-import footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 27px;
}

/* Dashboard Screen Styles */

.display-dashboard header ul {
  display: flex;
  align-items: flex-start;
  gap: 0px;
}
.display-dashboard header > ul > li:nth-of-type(1) {
  margin-top: 15px;
  margin-left: 30px;
}

.display-dashboard header > ul > li:nth-of-type(1) > button {
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.display-dashboard header > ul > li:nth-of-type(2) {
  margin-left: 158px;
  margin-top: 16px;
}

.display-dashboard header > ul > li:nth-of-type(2) > button {
  background-color: transparent;
  border: none;
}

.display-dashboard header > ul > li:nth-of-type(3) {
  margin-left: auto;
  margin-top: 15px;
  margin-right: 30px;
}

.display-dashboard header > ul > li:nth-of-type(3) > button {
  background-color: transparent;
  border: none;
}

.display-dashboard main > div:nth-of-type(1) {
  margin-top: 30px;
  margin-left: 30px;
}

.display-dashboard main > div:nth-of-type(1) > div {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

.display-dashboard main > div:nth-of-type(1) > div > h1 {
  font-size: 28px;
  font-weight: 700;
}

.display-dashboard main > div:nth-of-type(1) > div > button:nth-of-type(1) {
  background-color: transparent;
  border: none;
  margin-top: 7px;
}

.display-dashboard main > div:nth-of-type(1) > div > button:nth-of-type(1) img {
  width: 20px;
  height: auto;
}

.display-dashboard main > div:nth-of-type(1) > div > button:nth-of-type(2) {
  background-color: transparent;
  border: none;
  margin-top: 7px;
}

.display-dashboard main > div:nth-of-type(1) > div > button:nth-of-type(2) img {
  width: 20px;
  height: auto;
}

.display-dashboard main > div:nth-of-type(1) > h2 {
  font-size: 15px;
  font-weight: 300;
  color: #19D500;
}

.display-dashboard main > div:nth-of-type(2) {
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  gap: 33px;
}

.display-dashboard main > div:nth-of-type(2) > div > button {
  background-color: transparent;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  border: 1px solid #BFBFBF;
}

.display-dashboard main > div:nth-of-type(2) > div:nth-of-type(3) > button {
  border: none;
  background-color: #FFC300;
}

.display-dashboard main > div:nth-of-type(2) > div > h3 {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
}

.display-dashboard main > div:nth-of-type(3) {
  margin: 0 auto;
  margin-top: 21px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
}

.display-dashboard main > div:nth-of-type(3) > button {
  border: none;
  background: transparent;
}

.display-dashboard main > div:nth-of-type(3) > button > p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 2px;
}

.display-dashboard main > div:nth-of-type(3) > button:nth-of-type(1) {
  border-bottom: 1px solid #FCC000;
}

.display-dashboard main > div:nth-of-type(3) > button:nth-of-type(2) {
  border-bottom: 1px solid #EAEAEA;
}

.display-dashboard main > div:nth-of-type(3) > button:nth-of-type(1) > p {
  color: #FCC000;
}

.display-dashboard main > div:nth-of-type(3) > button:nth-of-type(2) > p {
  color: #EAEAEA;
}

.display-dashboard main > div:nth-of-type(4) {
  width: 310px;
  height: 275px;
  margin: 0 auto;
  margin-top: 10px;
  max-height: 275px;
  overflow-y: auto;
  padding-right: 8px;
}

.display-dashboard main > div:nth-of-type(4)::-webkit-scrollbar {
  width: 5px;
}

.display-dashboard main > div:nth-of-type(4)::-webkit-scrollbar-track {
  background-color: #6D6D6D;
  border-radius: 10px;
}

.display-dashboard main > div:nth-of-type(4)::-webkit-scrollbar-thumb {
  background: #FFC300;
  border-radius: 10px;
}


.token-item {
  display: flex;
  justify-content: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.token-item div:nth-of-type(1) img {
  width: 40px;
  height: 40px;
  margin-top: 5px;
}

.token-item div:nth-of-type(2) h4 {
  font-size: 22px;
  font-weight: 300;
  margin-left: 10px;
}

.token-item div:nth-of-type(2) > div {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 10px;
}

.token-item div:nth-of-type(2) > div > p {
  font-size: 12px;
  font-weight: 300;
}

.token-item div:nth-of-type(2) > div > p:nth-of-type(2) {
  color: #19D500;
}

.token-item div:nth-of-type(3) {
  margin-left: auto;
  margin-right: 5px;
}

.token-item div:nth-of-type(3) > p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.token-item div:nth-of-type(3) > p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
  text-align: right;
}


.tx_day {
  margin-top: 10px;
  margin-right: 15px;
}

.tx_day h4 {
  font-size: 12px;
  font-weight: 300;
  color: #BFBFBF;
}

.tx {
  display: flex;
  justify-content: flex-start;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 10px;
  background: none;
  border: none;
  width: 100%;
}

.tx div:nth-of-type(1) {
  margin-left: 5px;
}

.tx div:nth-of-type(1) > h5 {
  font-size: 13px;
  font-weight: 300;
}

.tx div:nth-of-type(1) > h6 {
  font-size: 8px;
  font-weight: 300;
  text-align: left;
}

.tx div:nth-of-type(2) {
  margin-left: auto;
  margin-right: 15px;
  text-align: right;
}

.tx div:nth-of-type(2) > h5 {
  font-size: 10px;
  font-weight: 300;
}

.tx div:nth-of-type(2) > h6 {
  font-size: 10px;
  font-weight: 300;
  color: #19D500;
}

.display-dashboard-settings {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.display-dashboard-settings::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}

.display-dashboard-settings div {
  position: relative;
  z-index: 2;
  height: 310px;
  width: 280px;
  margin: 0 auto;
  margin-top: 45px;
  background: linear-gradient(180deg, #0D0D0D 0%, #1A1A1A 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.display-dashboard-settings div nav {
  display: flex;
  align-items: flex-start;
}

.display-dashboard-settings div nav p {
  font-size: 35px;
  font-weight: 300;
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.display-dashboard-settings div nav button {
  background-color: transparent;
  border: none;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 20px;
}

.display-dashboard-settings div a {
  display: flex;
  align-items: flex-start;
  margin-left: 20px;
  margin-top: 5px;
}

.display-dashboard-settings div a img {
  margin-top: 4px;
}

.display-dashboard-settings div a p {
  font-size: 20px;
  font-weight: 300; 
}

.display-dashboard-settings div > button:nth-of-type(1) {
  background-color: transparent;
  border: none;
  margin-left: 20px;
  margin-right: auto;
  margin-top: 25px;
  font-size: 20px;
  font-weight: 300;
}

.display-dashboard-settings div > button:nth-of-type(2) {
  background-color: transparent;
  border: none;
  margin-left: 20px;
  margin-right: auto;
  margin-top: 5px;
  font-size: 20px;
  font-weight: 300;
}


.display-dashboard-transaction {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.display-dashboard-transaction::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.65);
  z-index: 1;
}


.display-dashboard-transaction > div {
  position: relative;
  z-index: 2;
  height: 430px;
  width: 280px;
  margin: 0 auto;
  margin-top: 45px;
  background: linear-gradient(180deg, #0D0D0D 0%, #1A1A1A 100%);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
}

.display-dashboard-transaction > div > nav {
  display: flex;
  align-items: flex-start;
}

.display-dashboard-transaction > div > nav p {
  font-size: 35px;
  font-weight: 300;
  margin-left: 20px;
  margin-top: 20px;
}

.display-dashboard-transaction > div > nav button {
  background-color: transparent;
  border: none;
  margin-left: auto;
  margin-top: 20px;
  margin-right: 20px;
}

.display-dashboard-transaction > div > p {
  font-size: 20px;
  font-weight: 300;
  margin-left: 20px;
  margin-top: 10px;
}

.display-dashboard-transaction > div > p > span {
  font-size: 15px;
  font-weight: 300;
  color: #19D500;
}

.display-dashboard-transaction div > div {
  display: flex;
  justify-content: flex-start;
}

.display-dashboard-transaction > div > div > div > div img {
  width: 13px;
  height: 13px;
  margin-top: 2px;
}

.display-dashboard-transaction > div > div > div:nth-of-type(1){
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  margin-left: 20px;
  margin-top: 15px;
}

.display-dashboard-transaction > div > div > div:nth-of-type(1) > div {
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
} 

.display-dashboard-transaction > div > div > div:nth-of-type(1) > div > button {
  background-color: transparent;
  border: none;
  margin-bottom: 10px;
}

.display-dashboard-transaction > div > div > div:nth-of-type(2){
  transform: rotate(270deg);
  width: 20px;
  height: 20px;
  margin-top: 13px;
  margin-left: 13px;
  margin-top: 28px;
}

.display-dashboard-transaction > div > div > div:nth-of-type(3){
  display: flex;
  flex-direction: column;
  font-size: 20px;
  font-weight: 300;
  margin-left: 13px;
  margin-top: 15px;
}

.display-dashboard-transaction > div > div > div:nth-of-type(3) > div {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 300;
}

.display-dashboard-transaction > div > div > div:nth-of-type(3) > div > button {
  background-color: transparent;
  border: none;
}

.display-dashboard-transaction > div > ul {
  margin-left: 35px;
  margin-right: 35px;
  margin-top: 15px;
  font-weight: 400;
  font-size: 15px;
}

.display-dashboard-transaction > div > ul > li > p {
  display: flex;
  justify-content: space-between;
}

.display-dashboard-transaction > div > ul > li > p > span {
  font-weight: 300;
}

.display-dashboard-transaction > div > div:nth-child(6) {
  margin: 0 auto;
  gap: 20px;
  display: flex;
  margin-top: 15px;
  text-decoration: underline;
}

.display-dashboard-transaction > div > div:nth-child(6) > button {
  background-color: transparent;
  border: none;
  font-size: 20px;
  font-weight: 300;
}

.display-dashboard footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 7px;
}

/* Send-Choose Screen Styles*/

.display-send-choose > header > nav {
  display: flex;
  align-items: flex-start;
}

.display-send-choose > header > nav > button {
  background-color: transparent;
  border: none;
  margin-left: 20px;
  margin-top: 20px;
}

.display-send-choose > header > nav > p {
  font-size: 19px;
  font-weight: 700;
  margin-left: 29px;
  margin-top: 12px;
}

.display-send-choose > main > div:nth-of-type(1) {
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  width: 300px;
  height: 30px;
  border: 1px solid #6D6D6D;
  border-radius: 16px;
}

.display-send-choose > main > div:nth-of-type(1) > button {
  background-color: transparent;
  border: none;
  margin-left: 10px;
  margin-top: 4px;
}

.display-send-choose > main > div:nth-of-type(1) > input {
  background: transparent;
  border: none;
  width: 240px;
  margin-left: 5px;
}

.display-send-choose > main > div:nth-of-type(1) > input:hover, .display-send-choose > main > div:nth-of-type(1) > input:focus{
  outline: none;
  box-shadow: none;
}

.display-send-choose > main > div:nth-of-type(1) > input::placeholder {
  color: #6D6D6D;
  font-size: 15px;
  font-weight: 300;
}

.display-send-choose > main > div:nth-of-type(2) {
  width: 290px;
  height: 455px;
  margin-top: 10px;
  margin-left: 30px;
  max-height: 455px;
  overflow-y: auto;
}

.display-send-choose > main > div:nth-of-type(2)::-webkit-scrollbar {
  width: 5px;
}

.display-send-choose > main > div:nth-of-type(2)::-webkit-scrollbar-track {
  background-color: #6D6D6D;
  border-radius: 10px;
}

.display-send-choose > main > div:nth-of-type(2)::-webkit-scrollbar-thumb {
  background: #FFC300;
  border-radius: 10px;
}

.display-send-choose > main > div:nth-of-type(2) > button {
  display: flex;
  justify-content: flex-start;
  background-color: transparent;
  border: none;
  margin-top: 10px;
}

.display-send-choose > main > div:nth-of-type(2) > button > img {
  width: 40px;
  height: 40px;
}

.display-send-choose > main > div:nth-of-type(2) > button > div:nth-child(2) {
  margin-left: 10px;
}

.display-send-choose > main > div:nth-of-type(2) > button > div:nth-child(2) > h4 {
  font-size: 22px;
  font-weight: 300;
}

.display-send-choose > main > div:nth-of-type(2) > button > div:nth-child(2) > p {
  font-size: 12px;
  font-weight: 300;
  margin-left: 5px;
}

.display-send-choose > main > div:nth-of-type(2) > button > div:nth-child(3) {
  margin-left: 150px;
  text-align: right;
}

.display-send-choose > main > div:nth-of-type(2) > button > div:nth-child(3) > p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
}

.display-send-choose > main > div:nth-of-type(2) > button > div:nth-child(3) > p:nth-of-type(2) {
  margin-top: 2px;
  font-size: 12px;
  font-weight: 300;
}

.display-send-choose footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 12px;
}

/* Send-Addr Screen Styles*/

.display-send-addr header nav {
  display: flex;
  align-items: flex-start;
}

.display-send-addr header nav button {
  background-color: transparent;
  border: none;
  margin-left: 20px;
  margin-top: 20px;
}

.display-send-addr header nav p {
  font-size: 19px;
  font-weight: 700;
  margin-left: 97px;
  margin-top: 12px;
}

.display-send-addr main > div:nth-of-type(1) {
  margin: 0 auto;
  margin-top: 25px;
}

.display-send-addr main > div:nth-of-type(1) > img {
  height: 67px;
  width: auto;
}

.display-send-addr main > div:nth-of-type(1) > h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}

.display-send-addr main > div:nth-of-type(2) > p {
  font-size: 15px;
  font-weight: 400;
  margin-top: 20px;
  margin-left: 30px;
  margin-bottom: 5px;
}

.display-send-addr main > div:nth-of-type(2) > input {
  width: 280px;
  height: 35px;
  border: 1px solid #FCC000;
  margin-left: 30px;
  border-radius: 10px;
  background-color: transparent;
  padding-left: 20px;
}

.display-send-addr main > div:nth-of-type(2) > input:hover, .display-send-addr main > div:nth-of-type(2) > input:focus{
  outline: none;
  box-shadow: none;
}

.display-send-addr main > div:nth-of-type(2) > input::placeholder {
  color: #6D6D6D;
  font-size: 13px;
  font-weight: 400;
}

.display-send-addr main > div:nth-of-type(2) > div {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  margin-top: 5px;
}

.display-send-addr main > div:nth-of-type(2) > div > p {
  font-size: 12px;
  font-weight: 300;
}

.display-send-addr main > div:nth-of-type(2) > div > p:nth-child(2) {
  text-align: right;
  margin-right: 5px;
  margin-left: auto;
}

.display-send-addr main > div:nth-of-type(2) > div > button {
  background-color: transparent;
  border: none;
  margin-right: 30px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: underline;
}

.display-send-addr main > button {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 119px;
  font-size: 18px;
  font-weight: 700;
}

.display-send-addr footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 12px;
}

/* Send-Confirm Screen Styles*/

.display-send-confirm header nav {
  display: flex;
  align-items: flex-start;
}

.display-send-confirm header nav > button {
  background-color: transparent;
  border: none;
  margin-left: 20px;
  margin-top: 20px;
}

.display-send-confirm header nav > h1 {
  font-size: 19px;
  font-weight: 700;
  margin-left: 61px;
  margin-top: 12px;
}

.display-send-confirm main > div:nth-of-type(1) {
  margin: 0 auto;
  margin-top: 25px;
}

.display-send-confirm main > div:nth-of-type(1) > img {
  height: 67px;
  width: auto;
  margin: 0 auto;
  display: block;
}

.display-send-confirm main > div:nth-of-type(1) > h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.display-send-confirm main > div:nth-of-type(1) > h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.display-send-confirm main > div:nth-of-type(2) {
  margin-top: 35px;
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
  gap: 13px;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(1) > h4 {
  font-size: 20px;
  font-weight: 300;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(1) > div {
  display: flex;
  align-items: center;
  gap: 3px;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(1) > div > button {
  background-color: transparent;
  border: none;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(1) > div > p {
  font-size: 13px;
  font-weight: 300;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(2) > img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
  transform: rotate(270deg);
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(3) > h4 {
  font-size: 20px;
  font-weight: 300;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(3) > div {
  display: flex;
  align-items: center;
  gap: 3px;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(3) > div > button {
  background-color: transparent;
  border: none;
}

.display-send-confirm main > div:nth-of-type(2) > div:nth-of-type(3) > div > p {
  font-size: 13px;
  font-weight: 300;
}

.display-send-confirm main > div:nth-of-type(3) {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 25px;
}

.display-send-confirm main > div:nth-of-type(3) > ul > li > p {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
  font-weight: 400;
  margin-top: 10px;
}

.display-send-confirm main > div:nth-of-type(3) > ul > li > p > span {
  font-weight: 300;
}

.display-send-confirm main > div:nth-of-type(4) {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto;
  margin-top: 70px;
}

.display-send-confirm main > div:nth-of-type(4) > button:nth-of-type(1) {
  width: 150px;
  height: 60px;
  border-radius: 18px;
  border: 1px solid #FCC000;
  background: transparent;
  color: #FCC000;
  font-size: 18px;
  font-weight: 700;
}

.display-send-confirm main > div:nth-of-type(4) > button:nth-of-type(2) {
  width: 150px;
  height: 60px;
  border-radius: 18px;
  border: none;
  background: #FCC000;
  color: #1E1E1E;
  font-size: 18px;
  font-weight: 700;
}

.display-send-confirm footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 42px;
}

/* Swap Screen Styles*/
.display-swap {
position: relative;
}

.display-swap header nav {
  display: flex;
  align-items: flex-start;
}

.display-swap header nav button {
  background-color: transparent;
  border: none;
  margin-left: 20px;
  margin-top: 20px;
}

.display-swap header nav h1 {
  font-size: 19px;
  font-weight: 700;
  margin-left: 121px;
  margin-top: 12px;
}

.display-swap main > div:nth-of-type(1) {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.display-swap main > div:nth-of-type(1) > input {
  width: 185px;
  height: 35px;
  border: 1px solid #FCC000;
  border-radius: 10px;
  padding-left: 20px;
  background-color: transparent;
}

.display-swap main > div:nth-of-type(1) > input:hover, .display-swap main > div:nth-of-type(1) > input:focus{
  outline: none;
  box-shadow: none;
}

.display-swap main > div:nth-of-type(1) > input::placeholder {
  color: #6D6D6D;
  font-size: 13px;
  font-weight: 400;
}

.display-swap main > div:nth-of-type(1) > button {
  display: flex;
  justify-content: flex-start;
  height: 35px;
  width: 79px;
  border: 1px solid #FCC000;
  background-color: transparent;
  border-radius: 20px;
}

.display-swap main > div:nth-of-type(1) > button img {
  height: 25px;
  width: auto;
  margin-top: 5px;
  margin-left: 10px;
}

.display-swap main > div:nth-of-type(1) > button p {
  font-size: 18px;
  font-weight: 700;
  margin-left: 1px;
  margin-top: 6px;
}

.display-swap main > div:nth-of-type(2) {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
}

.display-swap main > div:nth-of-type(3) {
  margin-left: 30px;
  margin-right: 30px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.display-swap main > div:nth-of-type(3) > div:nth-child(1) {
  margin-top: 11px;
  height: 1px;
  width: 128px;
  background-color: #6D6D6D;
}

.display-swap main > div:nth-of-type(3) > button {
  background-color: transparent;
  border: none;
}

.display-swap main > div:nth-of-type(3) > div:nth-child(3) {
  margin-top: 11px;
  height: 1px;
  width: 128px;
  background-color: #6D6D6D;
}

.display-swap main > div:nth-of-type(4) {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}

.display-swap main > div:nth-of-type(4) > input {
  width: 185px;
  height: 35px;
  border: 1px solid #BFBFBF;
  border-radius: 10px;
  padding-left: 20px;
  background-color: transparent;
}

.display-swap main > div:nth-of-type(4) > input:hover, .display-swap main > div:nth-of-type(4) > input:focus{
  outline: none;
  box-shadow: none;
}

.display-swap main > div:nth-of-type(4) > input::placeholder {
  color: #6D6D6D;
  font-size: 13px;
  font-weight: 400;
}

.display-swap main > div:nth-of-type(4) > button {
  display: flex;
  justify-content: flex-start;
  height: 35px;
  width: 79px;
  border: 1px solid #BFBFBF;
  background-color: transparent;
  border-radius: 20px;
}

.display-swap main > div:nth-of-type(4) > button img {
  height: 25px;
  width: auto;
  margin-top: 5px;
  margin-left: 10px;
}

.display-swap main > div:nth-of-type(4) > button p {
  font-size: 18px;
  font-weight: 700;
  margin-left: 1px;
  margin-top: 6px;
}

.display-swap main > div:nth-of-type(5) {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 400;
}

.display-swap main > div:nth-of-type(6) > ul > li {
  display: flex;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 10px;
}

.display-swap main > div:nth-of-type(6) > ul > li > p {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  flex: 1;
}

.display-swap main > div:nth-of-type(6) > ul > li > button {
  background-color: transparent;
  border: none;
  margin-left: 4px;
}

.display-swap main > div:nth-of-type(6) > ul > li > p > span {
  font-weight: 300;
}

.display-swap main > button {
  height: 60px;
  width: 300px;
  border-radius: 18px;
  color: #FCC000;
  background: transparent;
  border: 1px solid #FCC000;
  margin: 0 auto;
  margin-top: 70px;
  font-size: 18px;
  font-weight: 700;
}

.display-swap footer p {
  color: #6D6D6D;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  font-style: normal;
  margin-top: 27px;
}

.display-swap > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.35);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.display-swap > div > div {
  position: relative;
  z-index: 3;
  width: 280px;
  height: 400px;
  margin-top: 40px;
  background: linear-gradient(180deg, #0D0D0D 0%, #1A1A1A 100%);
  border-radius: 8px;
}

.display-swap > div > div > div:nth-of-type(1) {
  display: flex;
  justify-content: space-between;
}

.display-swap > div > div > div:nth-of-type(1) > button {
  background-color: transparent;
  border: none;
  height: 20px;
  width: auto;
}

.display-swap > div > div > div:nth-of-type(1) > p {
  font-size: 15px;
  font-weight: 400;
  margin-right: 52px;
  margin-top: 12px;
}

.display-swap > div > div > div:nth-of-type(2) {
  display: flex;
  align-items: center;
  height: 25px;
  width: 220px;
  margin-top: 15px;
  margin-left: 30px;
  border: 1px solid #6D6D6D;
  border-radius: 16px;
}

.display-swap > div > div > div:nth-of-type(2) > button {
  background-color: transparent;
  border: none;
  margin-left: 10px;
  margin-top: 5px;
}

.display-swap > div > div > div:nth-of-type(2) > input {
  background: transparent;
  border: none;
  width: 160px;
  margin-left: 5px;
  color: #6D6D6D;
  height: 16px;
}

.display-swap > div > div > div:nth-of-type(2) > input:hover, .display-swap > div > div > div:nth-of-type(2) > input:focus{
  outline: none;
  box-shadow: none;
}

.display-swap > div > div > div:nth-of-type(2) > input::placeholder {
  color: #6D6D6D;
  font-size: 12px;
  font-weight: 300;
}

.display-swap > div > div > div:nth-of-type(3) {
  width: 220px;
  height: 295px;
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 30px;
  max-height: 295px;
  overflow-y: auto;
} 

.display-swap > div > div > div:nth-of-type(3)::-webkit-scrollbar {
  width: 5px;
}

.display-swap > div > div > div:nth-of-type(3)::-webkit-scrollbar-track {
  background-color: #6D6D6D;
  border-radius: 10px;
}

.display-swap > div > div > div:nth-of-type(3)::-webkit-scrollbar-thumb {
  background: #FFC300;
  border-radius: 10px;
}

.swap-token-item {
  background-color: transparent;
  border: none;
  display: flex;
  justify-content: flex-start;
  width: 100%; 
  margin-top: 10px;
  margin-bottom: 5px;
}

.swap-token-item img {
  width: 33px;
  height: 33px;
  margin-top: 7px;
}

.swap-token-item div:nth-child(2) {
  margin-left: 10px;
}

.swap-token-item div:nth-child(2) > p:nth-of-type(1) {
  font-size: 22px;
  font-weight: 300;
}

.swap-token-item div:nth-child(2) > p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 300;
}

.swap-token-item div:nth-child(3) {
  margin-left: auto;
  margin-right: 5px;
}

.swap-token-item div:nth-child(3) > p:nth-of-type(1) {
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.swap-token-item div:nth-child(3) > p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 300;
  margin-top: 2px;
  text-align: right;
}

[hidden] {
  display: none !important;
}