body {
  background-color: black;
  color: white;
  font-family: sans-serif;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
h1, h2, h3 {
  color: white;
  font-family: monospace;
  font-size:20px;
}
p {
  color: white;
}
#submit_button {
  background-color:  #E42575;
  border-style: solid;
  border-color: #E42575;
  color:  white;
  border-radius:  0.375rem;
  margin-left: 5px;
  width: 35px;
  height:29px;
  margin-right: 5px;
}

#collection_symbol_text {
  color:  white;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color:  white;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
  color: white;
}

tr:nth-child(even) {
  background-color: #1C1326;
  color: white;
}

a {
  color: white;
}

img {
  border-radius: 10%;
}

.header {
   display: flex;
   align-items:center;
   margin-bottom: 10px;
   margin-top: 10px;
}

.logo {
    margin-right: 14px;
    margin-left: 18px;
    border-radius: 50%
}

.title {
  font-size: 35px;
  margin: 0px;
  margin-top: 3px;
}

#collection {
  margin-left: 2px;
  width:550px;
  padding: 6px;
  border: none;
  font-size: 14px;
  border-radius: 6px;
}

.search_options {
  margin-top: 10px;
  margin-left: 2px;
}

.search_option {
  background-color:  #120D18;
  border-style: solid;
  border-color: #2B2037;
  color:  white;
  border-radius:  0.1rem;
  margin-left: 3px;
  width:63px;
  height: 24px;
}

#search_option_toggled {
  background-color: #817490;
}

#nft_img {
}

.nft_card {
  display:flex;
  padding: 15px;
  flex-direction: row;
  margin-top: 20px;
  margin-left: 50px;
  margin-right: 10px;
  border: 1px solid #1D1326;
  border-radius: 16px;
  background-color: #2B273E;
  flex-grow: 1;
  flex-basis: 0;
}

.nft_ata {
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 50px;
  border: 1px solid #1D1326;
  border-radius: 16px;
  background-color: #2B273E;
  padding: 15px;
  flex-grow: 1;
  flex-basis: 0;

}

.nft_mint_account, .metadata_account, .edition_account, .off_chain_json, .transactions, .ruleset_account {
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 16px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
  flex: 1;
  background-color: #2B273E
}

.nft_data {

  margin-top: 20px;
  margin-left: 20px
}

#output {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px
}

#output_2 {
  margin-left: 50px;
  margin-right:50px;
  margin-top:40px;
}

.nft_card_data_item {
  margin-top:10px;
  margin-left: 10px;
  margin-bottom:0px;
}

#ant-tabs-container {
  display: flex;
  flex-direction: row;
  margin-left:10px
}

.ant-tabs-title {
  margin-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom:15px;
}

.ant-tabs-active {
  background-color: #2B273E;
  border: 1px solid;
  border-top-color: #1B1929;
  border-left-color: #1B1929;
  border-right-color: #1B1929;
  border-bottom-color: #2B273E;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.search_bar_container {
  margin-left: 50px;

}

#search_bar_title, #search_bar_container_child {
  display:flex;
  justify-content: center;
}


#loading_wheel {
  margin-left:3px;
}

.footer {
  display:flex;
  width: 100%;
  background-color: black;
  color: white;
  text-align: center;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: auto;
  justify-content: center;
}

#footer_title {
  font-weight: bold;
  font-size:14px;
  padding-bottom: 3px;
}

#left-footer {
  display:flex;
  flex-direction:row;
  align-items: center;
  margin-left: 50px;
}

#right-footer {
  margin-right: 50px;
}

#footer_logo {
  margin-right: 6px;
}