div#nft.index { padding-bottom: 30px; }
div#nft.index div.header {
    width: 100vw;
    margin-top: -20px;
    margin-left: -20px;
    padding: 20px 20px;
    padding-bottom: 10px;
    background: linear-gradient(to top, rgb( 87, 87, 107 ), rgb( 87, 87, 107, 0 ));
}
div#nft.index div.header div.carouselGroup {
    width: 100%;
    height: 220px;
    transition: 240ms;
    overflow: hidden;
}
div#nft.index div.header div.carouselGroupBox {
    width: calc( ( 100vw - 40px ) * 3 );
    transition: 240ms;
}
div#nft.index div.header div.carouselGroupBox.action1 { margin-left: 0px; }
div#nft.index div.header div.carouselGroupBox.action2 { margin-left: calc( ( 100vw - 40px ) * 1 ); }
div#nft.index div.header div.carouselGroupBox.action3 { margin-left: calc( ( 100vw - 40px ) * 2 ); }
div#nft.index div.header div.carousel {
    display: inline-block;
    float: left;
    width: calc( 100vw - 40px );
    height: 220px;
    background: rgb( 87, 87, 107 );
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
div#nft.index div.header div.carousel img.background {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div#nft.index div.header div.carousel div.info {
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgb( 87, 87, 107, 0.5 );
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
}
div#nft.index div.header div.carousel div.info * { color: #fff; }
div#nft.index div.header div.carousel div.info img {
    width: 50px;
    height: 50px;
    margin-bottom: 80px;
    border-radius: 4px;
    object-fit: cover;
}
div#nft.index ul.listType {
    width: 100%;
    margin-top: 20px;
    list-style: none;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
div#nft.index ul.listType::-webkit-scrollbar {
    display: none;
}
div#nft.index ul.listType li {
    display: block;
    width: 100%;
    padding: 8px 12px;
    margin-bottom: 4px;
    background: rgb( 87, 87, 107, 0.25 );
    border-radius: 4px;
}
div#nft.index ul.listType li uni-view { color: var(--light); }
div#nft.index ul.listType li.action, div#nft.index ul.listType li.actionOnly {
    background: rgb( 255, 165, 0 );
    color: #fff;
}
div#nft.index ul.listType li.action uni-view { color: #fff; }
div#nft.index ul.listType div.other {
    max-height: 0px;
    transition: 24ms !important;
    overflow: hidden;
}
div#nft.index ul.listType div.other.action { max-height: 300px; }
div#nft.index div.search { margin-top: 20px; position: relative; }
div#nft.index div.search input { background: rgb( 87, 87, 107, 0.25 ); border-radius: 4px; }
div#nft.index div.search uni-view {
    width: 52px;
    height: 35px;
    background: rgb(255, 165, 0);
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 0px 4px 4px 0px;
    position: absolute;
    right: 0;
    top: 0;
}
div#nft.index table.top { margin-top: 20px; }
div#nft.index table.top, div#nft.index table.top tr { width: 100% }
div#nft.index table.top tr > td:nth-of-type( 1 ) { width: 50px; padding-right: 4px; }
div#nft.index table.top tr > td:nth-of-type( 3 ) { width: 120px; text-align: right; }
div#nft.index table.top tbody tr { height: 60px; }
div#nft.index table.top tbody tr > td:nth-of-type( 1 ) { font-size: 20px; font-weight: bold; }
div#nft.index table.top tbody tr > td:nth-of-type( 2 ) {
    font-weight: bold;
    white-space: nowrap;
}
div#nft.index table.top tbody tr > td:nth-of-type( 2 ) img {
    width: 50px;
    height: 50px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 4px;
    object-fit: cover;
}
div#nft.index table.top tbody tr > td:nth-of-type( 2 ) p {
    display: inline-block;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
div#nft.index table.top tbody tr > td:nth-of-type( 3 ) { color: rgb( 96, 192, 140 ); font-weight: bold; }
div#nft.index ul.listData { width: 100%; margin-top: 20px; list-style: none; }
div#nft.index ul.listData li {
    display: inline-block;
    width: calc( 50% - 16px );
    margin: 6px;
    box-shadow: 0px 0px 9px rgb(87, 87, 107, 0.75);
    border-radius: 4px;
    overflow: hidden;
}
div#nft.index ul.listData li img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}
div#nft.index ul.listData li div {
    padding: 16px 12px;
    padding-top: 8px;
}
div#nft.index ul.listData li div p {
    margin-top: 8px;
    padding-top: 8px;
    font-size: 12px;
    border-top: 1px solid rgb( 87, 87, 107 );
}
div.nftCard {
    width: 100vw;
    height: 100%;
    background: rgb( 87, 87, 107, 0 );
    pointer-events: none;
    position: relative;
    transition: 240ms !important;
    overflow: hidden;
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 999;
}
div.nftCard.action {
    background: rgb( 87, 87, 107, 0.75 );
    pointer-events: all;
}
div.nftCard.action div.backgroundClose {
    width: 50px;
    height: 50px;
    background: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 22px;
    border-radius: 90px;
    transition: 280ms !important;
    position: absolute;
    bottom: 45px;
    left: calc(50% - 25px);
}
div.nftCard.action div.backgroundClose { opacity: 0.65; }
div.nftCard div.nftCardBody {
    width:  calc( 100% - 50px );
    height: calc( 100% - 135px );
    margin-left: 25px;
    margin-top: 200vh;
    background: var(--tab-nav, #31313f);
    transition: 280ms !important;
    border-radius: 16px;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
div.nftCard div.nftCardBody::-webkit-scrollbar { width: 0 !important; }
div.nftCard.action div.nftCardBody {
    margin-top: 25px;
}
div.nftCard.action div.nftCardBody div.img {
    width: 100%;
    height: 280px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
div.nftCard.action div.nftCardBody div.img div.imgMask {
    width: calc( 100% - 32px );
    height: 100%;
    padding: 16px;
    background: rgb( 41, 45, 57, 0.5 );
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    text-align: center;
}
div.nftCard.action div.nftCardBody div.img div.imgMask img {
    width: 80%;
    height: auto;
    max-height: 260px;
    margin-top: 20px;
    border-radius: 8px;
    object-fit: contain;
}
div.nftCard.action div.nftCardBody div.price {
    padding: 16px;
    margin-top: 20px;
    border-bottom: 1px solid rgb( 87, 87, 107 );
}
div.nftCard.action div.nftCardBody div.info {
    width: calc( 100% - 32px );
    margin: 20px 16px 0px 16px;
    padding: 8px;
    border: 1px solid rgb( 87, 87, 107 );
    border-radius: 8px;
    box-sizing: border-box;
}
div.nftCard.action div.nftCardBody div.info h4 {
    margin-bottom: 8px;
    line-height: 24px;
    border-bottom: 1px solid rgb( 87, 87, 107 );
}
div.nftCard div.nftCardBody div.button {
    width: calc(100% - 50px);
    height: 48px;
    background: rgb(255, 165, 0, 0);
    border-radius: 0px 0px 16px 16px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    line-height: 48px;
    transition: 280ms !important;
    position: absolute;
    bottom: 110px;
    left: 25px;
}
div.nftCard.action div.nftCardBody div.button { background: rgb(255, 165, 0); }