*{--price-tag__height:40px;--price-tag__width-after:20px}.price-tag{width:150px;display:flex;align-items:center;height:var(--price-tag__height);border-radius:8px 0 8px 8px;background:hsl(var(--accent));z-index:99;position:absolute;bottom:-15px;right:calc(-1 * var(--price-tag__width-after));&:after{content:"";position:absolute;border-left:var(--price-tag__width-after) solid transparent;border-top:10px solid hsl(var(--accent-background));right:0;bottom:var(--price-tag__height);transform:rotate(180deg)}}.price-tag-price{margin-left:var(--price-tag__width-after);font-size:18px}.singleNFTContainer{width:100%;height:100%;display:grid;gap:1rem;justify-content:center;grid-template-columns:25% 75%}.singleNFTSideContainer{width:100%}.singleNFTInfo{border:2px dashed mediumpurple;border-radius:15px;flex-direction:column;height:100%;display:grid;grid-template-rows:33% 67%}.ImageContainerSingleNFT{width:100%;position:relative;height:100%}.singleNFTFloor{overflow-y:auto;scrollbar-width:none;margin-bottom:auto}.singleNFTFloor,.singleNFTSales{color:white;padding:0 1.5rem 1rem;border-radius:10px;min-height:25vh;background:hsl(var(--background-secondary));border:2px solid transparent;box-shadow:0 12px 10px 0 rgba(0,0,0,.4)}.singleNFTSales{height:100%}.singleNFTFloor .ChartContainer{width:100%;display:flex;justify-content:center}.singlePriceChartContainer{max-width:none;background-color:#42454f;border-radius:10px;transition:.5s;position:relative}.singlePriceChartContainer:after,.singlePriceChartContainer:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:linear-gradient(rgb(140,115,251),rgb(251 115 239));border-radius:10px}.singlePriceChartContainer:after{filter:blur(1rem)}.singlePriceChartContainer span{position:absolute;top:10px;left:10px;right:10px;bottom:10px;z-index:10;background-color:rgba(0,0,0,.5)}.singlePriceChartContainer canvas{position:relative;z-index:20;padding:1rem}.singleNFTImage{border-radius:10px 10px 0 0;width:100%;height:100%}.singleNFTDetails{padding:0 1vw 1rem;overflow-y:auto}.AttributeContainer{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.single-nft-attribute{border-radius:8px;background:hsl(var(--accent));box-shadow:0 3px 6px 0 rgba(0,0,0,.25);color:white;font-size:.5rem;padding:.5rem;display:flex;flex-direction:column;justify-content:flex-start;height:4.5rem}.singleNFTAttributeType{font-size:small;font-weight:800}.singleNFTAttributeValue{font-size:1.5em;margin:0}.singleNFTMain{width:100%;flex-direction:column;gap:1rem;flex:3;display:grid;grid-template-rows:33% 67%}.single-nft-table-wrapper{overflow-y:auto;overflow-x:hidden;border-radius:10px;padding-right:0;width:100%}@media screen and (max-width:1000px){.singleNFTAttribute{width:100%}}@media screen and (max-width:768px){.singleNFTContainer{flex-direction:column;gap:.5rem}.singleNFTAttribute{width:40%}}.items-component-container{display:flex}.filter_button{width:100%;border-radius:8px;background:hsl(var(--accent-background));color:white;font-size:1rem;padding:.5rem 1rem;cursor:pointer;transition:transform .3s ease-in;outline:none;border:none}.filter_button:hover{background:hsl(var(--accent-background-secondary))}.filter_button.selected{border:1px solid #9f8cfa}.filter_select{width:100%;border-radius:8px;background:hsl(var(--accent-background));color:white;font-size:1rem;padding:.5rem 1rem;cursor:pointer;transition:all .3s ease-in;outline:none;border:none}.filter_select:hover{background:hsl(var(--accent-background-secondary))}.filter_select option{width:100%;background:#1c1c1c;color:white;font-size:1rem;cursor:pointer}.input-group input{margin-bottom:1em;background-color:#2c2c35;border:none;color:white;border-radius:10px;padding:1.5em}.input-group,.nft-watchlist-middle-two{display:flex;justify-content:space-between}.chain-label{font-size:16px;color:#333}.chain-label,.chain-select{font-family:Sora,sans-serif}.chain-select{padding:8px 12px;border:1px solid #ccc;border-radius:5px;font-size:14px;color:white;background-color:hsl(var(--accent-background));transition:border-color .3s ease}.chain-select:focus{border-color:white;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.nft-watchlist-middle{display:flex;justify-content:space-between}.nft-watchlist-middle button{font-family:Sora,sans-serif;font-size:16px;color:white;padding:8px 20px;border-radius:10px;background-color:hsl(var(--accent-background));box-shadow:0 0 0 2px rgba(0,123,255,.25)}.nft-watchlist-middle button:hover{cursor:pointer;background-color:hsl(var(--accent-background-secondary))}.nft-watchlist-middle button:focus{outline:none;background-color:hsl(var(--accent-background-secondary));border-color:white;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.nft-watchlist-table-wrapper{overflow-y:auto;overflow-x:hidden;width:calc(100% - 20px);border-radius:10px;width:auto}