@import url("https://fonts.googleapis.com/css?family=Lato:300,300italic");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css");
/* Set the background color of the page */
body {
  background: black;

    font-family: 'Lato', sans-serif;
  color: #fff;
}

.nft-profile-card {
  width: 90%;
  max-width: 400px;
  background: #2C3539;
  border-radius: 8px;
  border: 1px solid #484848;
  padding: 20px;
  margin: 0 auto;
}

#nft-image {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 8px;
    border: 1px solid #484848;
}

#nft-name {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
  color: #fff;
}

#nft-artist {
  font-size: 16px;
  margin-top: 40px;
  padding: 16px;
  border-radius: 4px;
  background: #565D61;
}

#nft-artist span{
  float: right;
  color: #f4c76f;
}

#nft-id {
  font-size: 16px;
  margin-top: 10px;
  padding: 16px;
  border-radius: 4px;
  background: #565D61;
}

#nft-id span{
  float: right;
  color: #f4c76f;
}

#nft-traits {
  font-size: 16px;
  margin-top: 10px;
  padding: 16px;
  border-radius: 4px;
  background: #565D61;
}

#nft-traits span{
  float: right;
  color: #f4c76f;
}


#nft-network {
  font-size: 16px;
  margin-top: 10px;
  padding: 16px;
  border-radius: 4px;
  background: #565D61;
}

#nft-network span{
  float: right;
  color: #f4c76f;
}



#nft-price {
  font-size: 16px;
  margin-top: 10px;
  padding: 16px;
  border-radius: 4px;
  background: #565D61;
  z-index: 99;
}

#nft-price span{
  float: right;
  color: #f4c76f;
}

#floor-price {
  font-size: 16px;
  margin-top: 10px;
  padding: 16px;
  border-radius: 4px;
  background: #1f232c;
}
#floor-price {
  position: relative;
}
#floorIMG {
  border-radius: 10px;
  width: 100%;
  z-index: 9;
}










.fa, .fa-solid, .fa-regular{
  margin-right: 8px;
}

#nft-button {
  width: 100%;
  background: #A9ACAE;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
  border: none;
}

#nft-button:hover {
    color: #A9ACAE;
    background: #565D61;
}



h22 {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 5px;
  z-index:999;
  width:100%;
  text-align: center;
  font-size: 24px;
  border-radius: 5px;
}


a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}

.hidden{
    display:none;
}





h21 {
  font-size: 15px;
  inline-size: 90px;
  overflow-wrap: break-word;

}


.rltext {
  height: 25px;
  background-color: black;
}

/* Style the left text container */
.rltext.left {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative; /* added this line */
  right: -20px; /* added this line */
  padding-right: 20px;
  padding-top: 8px;
  inline-size: 150px;
  overflow-wrap: break-word;
  height: 45px;
}
.rltext.left:hover {
  color: #f4c76f;
}

.rltext.right:hover {
  color: #f4c76f;
}

/* Style the right text container */
.rltext.right {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: relative; /* added this line */
  right: 20px; /* added this line */
  padding-left: 20px;
  width: 90px;
  text-align: right;
}
.rlimage-container {
  width: 100%;
}

/* Create the container for the image and text */
.rlcontainer {
  color: white;
  display: flex;
  align-items: center;
  padding-top: 3px;
  margin-left: 0px;
}

.rlcontainer img {
  border: 8px solid black;
  border-radius: 50%;
  width: 75px !important;
  height: 75px;
  z-index: 999;
  overflow: hidden;
  background-color: black;
}

.rlcontainer img:hover {
  border: 8px solid black;
  border-radius: 10%;
  width: 75px;
  height: 75px;
  z-index: 999;
}

/* Style the text containers */
.rlcontainer div {
  color: white;
  padding: 12px;
  position: relative;
}

.iconList {
  margin: auto;
  padding: 0;
  list-style: none;
  width:90%;
  
}
.iconList li {
  --color: var(--primary-1);
  margin: 0 0 10px 0;
  border: 1px solid #484848;
  border-radius: 6px;
  padding: 6px;
  background-color: #1f232c;
}

.iconList li:hover {
  background-color: #1f2029;
  border: 1px solid #f4c76f;
  border-radius: 6px;
}

.iconList li a:hover {
  color: white;
}

.iconList li:last-child {
  margin-bottom: 0;
}
.iconList li a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
}
.iconList li a .icon {
  width: 50px;
  height: 50px;
  position: relative;
  margin-right: 12px;
}
.iconList li a .icon:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 50% !important;
  display: block;
  background: var(--color);
  opacity: 0.1;
}
.iconList li a .icon svg {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  fill: var(--color);
  transform: translate(-50%, -50%);
}
.iconList li a .text {
  color: var(--text-color-headline);
  font-weight: 800;
  font-size: 17px;
}
.iconList li a .text small {
  display: block;
  font-size: 15px;
  font-weight: 500;
  opacity: 0.75;
  color: var(--text-color);
}
.iconList li a > svg {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
  fill: var(--border-hover);
}

#richlist{
 overflow: hidden;
}

.info-msg,
.success-msg,
.warning-msg,
.error-msg {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #bef;
}
.success-msg {
  color: #270;
  background-color: #dff2bf;
}
.warning-msg {
  color: #9f6000;
  background-color: #feefb3;
  border-radius: 0.5rem;
  border: 1px solid #9f6000;
  border-radius: 5px;
}
.error-msg {
  color: #d8000c;
  background-color: #ffbaba;
}

#insertMinter {
   width: 200px; /* or any other width that you want */
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
  text-align: right;
}

#insertOwner {
   width: 200px; /* or any other width that you want */
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
  text-align: right;
}

.nftName {
   width: 200px; /* or any other width that you want */
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
  text-align: right;
}



.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
  margin: 1px;
  
}
.grid > div {
    border: 1px solid #484848;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #1f232c;
  color: white;
}

.table-header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  background-color: #1f232c;
color: #555;
  text-transform: uppercase;
font-size: 0.7rem;
}
.table-col {
    padding: 8px;

}

.table-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
  background-color: #1f2029;
color: #999;
}

.table-row:nth-child(odd) {
background-color: #1f232c;
}

.table-col.owner {
    max-width: 62px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.table-col.owner:hover {
color: #f4c76f;
}
#royal {
color: #f4c76f;
}

#input-field {
    width: 260px;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 1px solid #f4c76f;
    border-radius: 4px;
  background-color: #1f232c;
  color: white;
}

.searchButton {
    width: 40px;
  height: 42px;
    background-color: #1f232c;
    color: #f4c76f;
    padding: 10px 10px;
    margin: 7px 0;
    border: 1px solid #f4c76f;
    border-radius: 4px;
    cursor: pointer;
}

.addyContainer2 {
  display: flex;
  align-items: center;
  border: 0px solid black;
  padding: 0px!important;
  margin: 0px!important;
  border-radius: 0px!important;
  height: 20px!important;
}

a:hover{
color: #f4c76f;
}


#more-button {
  width: 100%;
  background:  #f4c76f;
  color: #1f232c;
  padding: 10px 20px;
  border-radius: 4px;
  font-size: 18px;
  margin-top: 20px;
  cursor: pointer;
  border: 1px solid #1f232c;
}