@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: "Roboto", sans-serif;
    margin: 0px;
    padding: 0px;
}

html, body {
}

body {
    overflow-y: scroll;
}

.pointer {
    cursor: pointer;
}

.logo {
    max-height: 60px;
    margin-right: 5px;
    margin-top: -9px;
}

.navbar {
    margin-top: 1em;
}

.header-logo {
    font-size: 2.5em;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
}

main {
    padding-bottom: 6em;
}

footer {
    position: fixed;
    height: 40px;
    bottom: 0px;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background-color: #1c2125;
    z-index: 10000;
}

    footer a {
        text-decoration: none;
        color: rgba(222, 226, 230, 0.75);
    }

    footer .logout {
        color: rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 50%;
        right: 1rem;
        margin: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    footer .version {
        color: rgba(255, 255, 255, 0.3);
        position: absolute;
        top: 50%;
        left: 1rem;
        margin: auto;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-div {
    margin: auto;
    width: 50%;
}

.center-items {
    text-align: center;
}

.logo-wrap {
    margin-top: 4em;
    margin-bottom: 3em;
}

.hero-intro {
    font-size: 1.3em;
    text-align: center;
    margin-bottom: 1.5em;
}

    .hero-intro strong {
        color: rgba(255,255,255,0.8) !important;
    }

.hero-padding {
    margin-bottom: 3.5em;
}

.project-box {
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: rgba(255,255,255,0.02);
    border-radius: 5px;
    min-height: 23rem;
    padding: 2rem;
}

    .project-box:hover {
        background-color: rgba(255,255,255,0.05);
    }

    .project-box .intro {
        flex: 1;
        font-size: 1.3em;
        padding-bottom: 2em;
        /*min-height: 8.5em;*/
    }

    .project-box .logo-small {
        max-height: 30px;
        margin-bottom: 1.5em;
        font-size: 2.5em;
        vertical-align: middle;
        font-weight: bold;
    }

    .project-box .text-muted strong {
        color: rgba(255,255,255,0.8) !important;
    }

.news-box {
    position: relative;
    background-color: rgba(255,255,255,0.02);
    border-radius: 5px;
    min-height: 17rem;
    padding: 2rem;
}

    .news-box:hover {
        background-color: rgba(255,255,255,0.05);
    }

    .news-box .intro {
        font-size: 1.3em;
        padding-bottom: 0.5em;
    }

    .news-box .intro-big {
        font-size: 1.5em;
        padding-bottom: 0.5em;
    }

    .news-box .logo-small {
        max-height: 30px;
        margin-bottom: 1.5em;
        font-size: 2.5em;
        vertical-align: middle;
        font-weight: bold;
    }

    .news-box ul {
        margin-bottom: 0 !important;
    }

    .news-box li {
        margin-bottom: 0 !important;
    }

.shadow-hard {
    -webkit-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 14px 20px 0px rgba(0,0,0,0.3);
}

.shadow-up {
    -webkit-box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.3);
    box-shadow: 0px -4px 20px 0px rgba(0,0,0,0.3);
}

.soon {
    margin: auto;
}

    .soon div {
        position: relative;
        border: 1px solid rgba(255,255,255,0.3);
        padding: 0.5em 1em 0.5em 1em;
        border-radius: 0.5em;
        background-color: rgba(0,0,0,0.2);
        display: inline-block;
    }

.tab-min {
    min-width: 10%;
}

.left {
    text-align: left;
}

.bottom {
    padding: 0;
    margin: 0;
}

.wallet-position {
    position: absolute;
    top: 10px;
    right: 10px;
}

.wallet-connect {
    height: 6em;
    min-width: 70%;
}

    .wallet-connect:hover {
        background-color: rgba(255,255,255,0.05);
    }

.wallet-logo {
    max-height: 4em;
}

.btn:disabled {
    border: 0 !important;
    opacity: 0.2 !important;
}

.table-overflow {
    overflow-x: auto;
}

.table-img {
    background-color: rgba(0,0,0,0.1);
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    max-height: 100px;
}

.h-iframes {
    min-height: 193px;
    height: 193px;
}

.h-iframes-big {
    min-height: 232px;
    height: 232px;
    padding: 0;
    margin: 0;
}

.collection-item {
    position: relative;
    text-align: center;
    box-sizing: border-box;
    max-width: 250px;
    width: 100%;
    margin: 0 auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    width: 150px;
    opacity: 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(255, 255, 255, 0);
    -webkit-transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
    transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in, opacity 0.2s ease-in;
    transition: border 0.2s ease-in, opacity 0.2s ease-in;
}

.collection-item:hover .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
    opacity: 1;
    border-radius: 5px;
    -webkit-transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
    transition: background-color 0.2s ease-in, opacity 0.2s ease-in;
    -webkit-transition: border 0.2s ease-in, opacity 0.2s ease-in;
    transition: border 0.2s ease-in, opacity 0.2s ease-in;
}

.iframe-inscription-free {
    border: 0;
    padding: 0;
    margin: 0;
}

.iframe-inscription {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 150px;
    max-height: 150px;
    min-width: 150px;
    min-height: 150px;
}

.iframe-inscription-big {
    border: 0;
    padding: 0;
    margin: 0;
    max-width: 232px;
    max-height: 232px;
    min-width: 232px;
    min-height: 232px;
}

.tag {
    border: 1px solid rgba(0, 0, 0, 0.05);
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.3rem;
    border-radius: 5px;
    margin-right: 0.2rem;
    line-height: 2.3;
    white-space: nowrap;
}

.tag-key {
    color: #d19a66;
}

.tag .link .bi {
    color: rgb(132, 181, 254) !important;
}

.tag .link:not(.bi) {
    color: #fff;
    text-decoration: none;
}

.tag .link {
    /*color: rgb(132, 181, 254);*/
    text-decoration: none;
}

    .tag .link:hover {
        color: rgb(162, 211, 254);
    }

.tag-content {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-radius: 5px;
    padding: 0.3rem;
    margin-bottom: 0.5rem;
}

.tag-text {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 0.6rem;
    box-sizing: border-box !important;
    overflow-x: auto !important;
    max-height: 600px !important;
}

.tag-content .tag-key {
    margin: 3px;
    line-height: 1.3;
}

@media screen and (min-width: 600px) {
    .max-h-200 {
        max-height: 300px;
    }

    .col-fixed {
        max-width: 300px;
        flex: 0 0 300px;
    }
}

.col-free {
    flex: 1;
}

.vignette-right {
    box-shadow: inset 0 0 100px #000;
    z-index: 1000;
}

.bg-opaque {
    background-color: rgba(0,0,0,0.1)
}

.big-number {
    font-size: 2.5em;
    text-align: right;
}

.text-rarity {
    font-size: 1.2rem;
    font-weight: bold;
}

.text-rarity-free {
}

.header {
    font-weight: bold;
    font-size: 2.5rem;
}

.border {
    border: 2px solid rgba(255, 255, 255, 0.1);
}

.link-plain a {
    text-decoration: none;
}

.responsive-table {
    width: 100%;
    border-collapse: collapse;
}

    .responsive-table th,
    .responsive-table td {
        padding: 8px;
    }

.table-row-primary {
    border-left: 4px solid rgba(100,255,100,1) !important;
}

.table-row-primary td:first-child {
    padding-left: 10px;
}

    .table-row-primary td {
        background-color: rgba(100,255,100,0.1) !important;
    }

@media screen and (max-width: 600px) {

    .responsive-table,
    .responsive-table thead,
    .responsive-table tbody,
    .responsive-table th,
    .responsive-table td,
    .responsive-table tr {
        display: inline-block;
        width: 100% !important;
        overflow-x: auto;
        text-align: left !important;
    }

        .responsive-table thead tr {
            display: none;
        }

        .responsive-table tr {
            border-top: 1px var(--bs-table-border-color) solid;
        }

        .responsive-table td {
            border: none;
        }

        .responsive-table tbody td {
            max-width: 100% !important;
        }
}
