﻿
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    color: #fff;
    background: #000000;
    font-size: 1rem;
    font-family: 'Roboto', sans-serif;
    width: 100%;
}

body {
    min-height: 100vh;
    min-height: 100dvh;
    width: 100%;
}


.main-layout{

    display: grid;
      grid-template-areas:
        "header"
        "content"
        "footer";

      grid-template-columns: 1fr;
      height: 100vh;

      /* NO BANNERS */
      /*grid-template-rows: auto 1fr auto;*/

      /* ONE BANNER */
      grid-template-rows: auto auto 1fr auto;

      /* TWO BANNERS */
      /*grid-template-rows: auto auto auto 1fr auto;*/


}



#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #6EC9ED;
    /*background: rgba(0, 0, 0, 0.7);*/
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #000;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #6EC9ED;
    }

        #return-to-top:hover i {
            color: #000;
            top: 5px;
        }












a, a:hover{
    text-decoration: none;
}

a {
    color: #fff;
}



content{
    padding-bottom: 25px;
}


partnerbanner {
/*    display: none;*/
}

errorbanner{   
    background-color: #DC3C3C;
    padding: 10px;
    margin: 10px 10px 0 10px;
    border-radius: 10px;
    text-align: center;
    display: none;
}

messagebanner {
    background-color: #58117E;
    padding: 10px;
    margin: 10px auto 10px auto;
    border-radius: 10px;
    text-align: center;
    color: #FFF;
    width: fit-content;
    display: flex;
    justify-content: center;
    display: none;
}


.quickaccessdiv{
    text-align: center;
    /*padding: 5px;*/
    background: #000;
    border-bottom: 1px solid #fff;
}

.quickaccesslogo-wrapper {
    height: 50px;
    width: 85px;
    padding: 0px 0px 0px 0px;
    border: solid 0px red;
    display: inline-block;
}

.quickaccesslogo {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    cursor: pointer;
}


.picturemicro-wrapper {
    height: 25px;
    width: 80px;
    /*padding: 2px 2px 0px 2px;*/
    border: solid 0px red;
    display: inline-block;
}

.picturemicro-wrapper .picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.pictureminioverview-wrapper {
    height: 20px;
    width: 40px;
    /*padding: 2px 2px 0px 2px;*/
    border: solid 0px red;
    display: inline-block;
}

.pictureminioverview-wrapper .picture {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    cursor: pointer;
}


.fa-fire {
    color: #FFB623;
}

.fa-caret-down {
    color: #FF0000;
}

.fa-caret-up {
    color: #00FF32;
}

.fa-clipboard-list {
    color: #E7551A;
}

.fa-copy {
    color: #A4A3A7;
    padding-left: 15px;
}




.material-symbols-outlined {
    vertical-align: middle;
}

.arrow_up {
    color: #00FF32;
}

.arrow_down {
    color: #FF0000;
}

.clipboard {
    color: #E7551A;
}

.burned {
    color: #FFB623;
}




.waxwallet {
    text-transform: lowercase;
}

.logomarketplace{
    width: 22px;
    height: 22px;
    margin: 5px 0px 0px 15px;
}

.logomarketplacedroppphighlight {
    width: 22px;
    height: 22px;
    margin: 5px 0px 0px 15px;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.logomarketplacedropppexclusive {
    height: 25px;
    margin: 5px 0px 0px 15px;
}

.overviewlogomarketplace {
    width: 22px;
    height: 22px;
    margin: 0px 7px 0px 7px;
}

.droppplogomarketplace {
    height: 25px;
    margin: 0px 7px 0px 7px;
}

.overviewlogomarketplacedroppphighlight {
    width: 22px;
    height: 22px;
    margin: 0px 7px 0px 7px;
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.overviewlogomarketplacedroppp {
    width: 22px;
    height: 22px;
    margin: 0px 7px 0px 7px;
    filter: invert(1);
}

.pricetag {
    font-weight: bold;
}

.templatename{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
}

.paragraph{
    padding: 5px;
}


.space5 {
    padding-bottom: 5px;
}

.space10 {
    padding-bottom: 10px;
}


.arrow-block span {
    padding-right: 2px;
}

.redtext{
    color: #ff0000;
}

.yellowtext {
    color: #F0FF00;
}

realtimeinfo {

}

.supportgoal {
    font-size: 14px;
    color: white;
}


.statstitle {
    color: #6EC9ED;
    font-size: 1.1rem;
    text-transform: uppercase;
    padding-bottom: 10px;
}



/* --- SET PAGE: TOP BLOCK WITH GENERIC INFO ON SET  */
.collectionsummary {
    display: grid;
    grid-gap: 10px;
    grid-template-areas: "collectionsummary-name collectionsummary-droppp-exclusive"
                          "collectionsummary-moreinfo collectionsummary-moreinfo";
    margin: 10px auto;
    padding: 15px;
    font-size: 1rem;
    justify-content: center;
    background: #1B1B1B;
    border-radius: 25px;
}

.collectionsummary-name {
    grid-area: collectionsummary-name;
    color: #6EC9ED;
    font-size: 1.3rem;
    text-transform: uppercase;
    white-space: nowrap;
}

.collectionsummary-droppp-exclusive {
    grid-area: collectionsummary-droppp-exclusive;
    margin-left: 20px;
}

.collectionsummary-moreinfo {
    grid-area: collectionsummary-moreinfo;
}



@media (max-width: 600px) {
    .collectionsummary {
        grid-template-areas:
            "collectionsummary-name"
            "collectionsummary-droppp-exclusive"
            "collectionsummary-moreinfo";
        grid-template-columns: 1fr; /* Stack them when necessary */
    }

    .collectionsummary-name {
        white-space: normal; /* Allow wrapping */
        font-size: 1.1rem; /* Slightly reduce size on mobile */
    }

    .collectionsummary-moreinfo {
        white-space: normal; /* Allow wrapping */
        font-size: 0.6rem !important; /* Slightly reduce size on mobile */
    }


    }



/* --- SET PAGE: PACKS AND RARITIES AND REDEMPTION BLOCKS  */
.collectionstats {
    display: grid;
    grid-gap: 15px;
}

.tablepacks {
    width: 650px;
}

.tablepacksMini {
    width: 98%;
    display: none;
}

.tablerarity{
    width: 650px;
}

.tablerarityMini {
    width: 98%;
    display: none;
}


.tableredemption {
    width: 650px;
}

.tableredemptionMini {
    width: 98%;
    display: none;
}




/* COLLECTION PAGE - REDEEMABLE BUTTONS DISPLAY */

.viewList {
    margin: 10px auto;
    display: grid;
    /*grid-template-areas :   THIS IS SET IN EVERY COLLECTION PAGE */
    grid-gap: 8px;
    padding: 0px 0 20px 0;
    width: 500px;
    justify-content: space-evenly;
}

    .viewButton {
        font-size: 0.9rem;
        border: 2px solid #9F9F9F;
        background: #565656;
        color: #fff;
        border-radius: 10px;
        text-align: center;
        min-width: 150px;
        padding: 8px;
        text-transform: uppercase;
        height: fit-content;
    }

        .viewButton:hover {
            color: #000;
            background: #9F9F9F;
            border: 2px solid #565656;
            cursor: pointer;
        }

    @media screen and (max-width: 500px) {


        .viewList {
            width: 95%;
        }

        .viewButton {
            width: 140px;
            min-width: unset;
        }

        .collectionsummary-moreinfo {
            font-size: 14px;
        }
    }

/* COLLECTION PAGE - REDEEMABLE BUTTONS DISPLAY */






/* --- SET PAGE: REDEEMABLE BLOCKS TITLE  */
.sectiontitle{
    text-align: center;
    font-size: 1.2em;
    margin: 30px 0 20px 0;
    background-color: #000;     /* Background color */
    color: #6EC9ED;
    text-transform: uppercase;
    padding: 0px;
}




/* --- SET PAGE: ROYALTY TAB  */
.royaltytab{
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto;
    width: fit-content;
}


.statsRoyaltyTable1{
    grid-column: span 2;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 5px 0 10px 0;
}

.statsRoyaltyTable2 {
    text-align: center;
}

.statsRoyaltyTable3 {
    text-align: center;
}

.statsRoyaltyTable4 {
    grid-column: span 2;
    text-align: center;
}

.divMyChartMini {
    display: none;
}

.statsRoyaltyTable5 {
    grid-column: span 2;
    text-align: center;
}




/* --- SET PAGE: REDEEMABLE TABS  */
.redeemabletab {
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto;
    width: fit-content;

}

.statsRedeemTable1 {
    grid-column: span 2;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 5px;
}

.statsRedeemTable2 {
    background: #000;
    text-align: center;
}

.statsRedeemTable3 {
    background: #000;
    text-align: center;
}


.statsRedeemTable4 {
    background: #000;
    grid-column: span 2;
    text-align: center;
}

.nodata {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
}




/* --- SET PAGE: REDEMPTION KINGS & PACKS CRACKERS BLOCKS  */
.kings{
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    width: fit-content;
}

.divKings1{
    /*grid-column: span 2;*/
    text-align: center;
}

.divKings2{
    text-align: center;
}

.divKings3{
    text-align: center;
}

.divKings3 {
    text-align: center;
}


/* --- Mythic packs  */
.divKings5 {
    text-align: center;
}


.divKings4{
    grid-column: span 2;
    padding: 20px;
}

.tablesubtitle {
    color: #A4A3A7;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: .05rem;
}



/* --- SET PAGE: PLASTIK  */

.royaltytabplastik{
    margin: 20px auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: auto auto;
    width: fit-content;
}

.crackers{
    margin: 0 auto;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: 1fr 1fr;
    width: fit-content;
}

/* J'utilise le divKings4 pour le UserControl de PacksOpened ... voir ci-dessus */
.divCrackers1{
    text-align: center;
}

.divCrackers2{
    text-align: center;
}




    @media screen and (max-width: 650px) {


        .kings {
            grid-template-columns: 1fr 1fr;
        }

        .divKings1 {
            grid-column: span 2;
        }

        .tablepacks {
            width: 98%;
        }

        .tablerarity {
            width: 98%;
        }

        .tableredemption {
            width: 98%;
        }

    }



    @media screen and (max-width: 575px) {


        .royaltytab {
            grid-template-columns: 1fr;
            width: 98%;
        }

        .statsRoyaltyTable1, .statsRoyaltyTable2, .statsRoyaltyTable3, .statsRoyaltyTable4, .statsRoyaltyTable5 {
            grid-column: 1;
        }


        .redeemabletab {
            grid-template-columns: 1fr;
            width: 98%;
        }

        .statsRedeemTable1, .statsRedeemTable2, .statsRedeemTable3, .statsRedeemTable4 {
            grid-column: 1;
        }
    }



    @media screen and (max-width: 500px) {

        /* CHART BLOCK */
        .divMyChart {
            display: none;
        }

        .divMyChartMini {
            display: block;
        }

        .kings {
            grid-template-columns: 1fr;
        }

        .divKings1 {
            grid-column: 1;
        }

        .sectiontitle {
            font-size: 15px;
        }

        .tablepacks {
            display: none;
        }

        .tablepacksMini {
            display: table;
            font-size: 14px;
        }

        .tablerarity {
            display: none;
        }

        .tablerarityMini {
            display: table;
            font-size: 14px;
        }

        .tableredemption {
            display: none;
        }

        .tableredemptionMini {
            display: table;
            font-size: 14px;
        }


        .arrow-block {
            margin-left: 0px;
        }

        .crackers {
            grid-template-columns: 1fr;
        }
    }


