﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;600&display=swap');
:root {
    --bg-red: #e22121;
    --bg-gold: #c6ae1b;
    --bg-teal: #21e2cb;
    --bg-green: #32dd25;
    --bg-purple: #8e32d3;
    --bg-bgColor: #333;
    --bg-footerColor: #222;
    --bg-footerTextColor: #f0f0f088;
    --bg-footerLinkColor: var(--bg-teal);
    --bg-bodyText: whitesmoke;
    --bsider-blue: #0a58ca99;
}
body {
    color: var(--bg-bodyText);
    /*background-color: var(--bg-bgColor);*/
    background-color: whitesmoke;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.15);
    z-index: -11;
}

.block-bg {
    background: rgba(0,0,0,0.69);
    width: 66.67vw;
    margin-inline: auto;
}

.gallery-panel {

}
.gallery-panel .token-gallery {
    list-style: none;
}

.gallery-panel .token-gallery li {
    display: inline-block;
}

.mmx-footer {
    width: 100vw;
    text-align: center;
    position: fixed;
    bottom: 0;
    height: 5vh;
    padding-top: 1.25vh;
    background-color: var(--bg-footerColor);
    color: var(--bg-footerTextColor);
    font-size: 0.9em;
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;

}

#connectButton {
    position: fixed;
    font-size: 3em;
    z-index: 1000;
    top: 33vh;
    left: 38vw;
    padding: 20px 40px;
    opacity: 0.33;
}

    #connectButton:hover, #connectButton:active {
        opacity: 1;
    }

    .btn-outline-primary .activeIcon {
        display: none;
    }

.btn-outline-primary:hover .activeIcon {
    display: inherit;
}

.btn-outline-primary .inactiveIcon {
    display: inherit;
}

.btn-outline-primary:hover .inactiveIcon {
    display: none;
}

.mmx-footer a {
    text-decoration: none;
    color: var(--bg-gold);
}

.bg-main-heading {
    letter-spacing: 4px;
}

.wide-letters {
    letter-spacing: 8px;
}

.ms {
    font-family: Montserrat;
    font-weight: 700;
    text-transform: uppercase;
}

.selectedColorSwatch {
    width: 32px; height: 32px;
    margin: 0; padding: 0; vertical-align: middle;
}

.ms-sm {
    font-size: 16pt; font-family: Montserrat;
    font-weight: 700; text-transform: uppercase;
}

.App, button, input { text-align: center; }

.no-touch { user-select: none; }

.grover-canvas {
    border: solid 1px transparent;
    background-image: url('../images/grovers/based-gold.png');
    background-position: center; background-size: 100%;
    background-repeat: no-repeat; background-position-x: center;
    margin-inline: auto; width:1260px;
}

.btn.big-title {
    font-size: 1.75rem;
}

.cta {
    border: solid 1px transparent;
    background-image: url('../images/grovers/based-gold.png');
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    background-position-x: center;
    margin-inline: 5vw;
    height: 50vh;
}

.cta button:hover, .grover-button:hover {
    background-color: #149914; box-shadow: 0 0 4px 5px #149914;
    color: #333; border-color: #333; outline: solid 4px #333;
}

.cta button:active, .grover-button:active {
    background-color: #239623;
    outline: 0; border-color: white;
    color: #fcfcfc; box-shadow: none;
}

.cta button, .grover-button {
    color: white; background-color: #236923; border: solid 1px #e1e1e1;
    opacity: 85%; font-size: 1.0em; padding: 10px 20px;
    cursor: pointer; margin-inline: 4px; border-radius: 4px; vertical-align: middle;
}

.btn {
    border-radius: 8px;
}

.social-buttons a {
    display: inline-block;
    background-color: transparent;
    border: 0;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    margin-block: 2vh;
    margin-inline: 2vw;
    cursor: pointer;
    text-decoration: none;
}

    .social-buttons a:hover {
        color: var(--bg-gold);
    }

.baseColorPicker {
    list-style: none;
    display: inline;
    vertical-align: middle;
}

    .baseColorPicker li {
        display: inline-block;
    }

        .baseColorPicker li button {
            height: 24px;
            width: 24px;
            margin-left: 6px;
            margin-right: 6px;
            border-radius: 2px;
        }

.color-picker {
    outline: solid 4px white;
    vertical-align: text-top;
}

    .color-picker:hover {
        outline-color: #c0c0c0;
    }

    .color-picker.next {
        outline-color: #149914;
        background-color: #239623;
    }

.bsider-provenance {
    background-color: #44444488;
    vertical-align: top;
    font-size: 1.25em;
    padding: 2vh 2vw;
    width: 50vw;
    margin-inline: auto;
    margin-bottom: 4vh;
}

.bsider-downloads {
    background-color: #44444488;
    vertical-align: top;
    font-size: 1.25em;
    padding: 2vh 0;
    width: 50vw;
    margin-inline: auto;
    margin-bottom: 4vh;
}

.bsider-downloads .download-buttons {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.download-links {
    text-align: right;
    background-color: transparent;
    width: 6vw;
}
    .download-labels {
        text-align: left;

        background-color: transparent;
        width: 21vw;
    }

    .bsider-downloads .download-buttons li {
        font-size: 1.1em;
        background-color: transparent;
        padding-inline: 10px;
        margin-bottom: 2vh;
    }

.bsider-downloads .download-buttons li .fa.x {
    margin-top: 5px;
}
.bsider-downloads .download-buttons li div {
    display: inline-block;
    vertical-align: top;
}

.bsider-downloads .download-buttons li label {
    font-size: 1.1em;
    vertical-align: top;
    background-color: transparent;
    margin: 5px 0 0 0; padding: 0;
    line-height: 1.75em;
}

.bsTokens {
    padding-left: 30px;
    padding-block: 15px;
}


.download-link {
    border-radius: 0;
    border: solid 4px #f0f0f088;
    color: #f0f0f088;
}

.download-links a, .download-links button {
    display: inline-block;
}

    .download-link:hover {
        border-radius: 0;
        border: solid 4px #ffffff;
        color: #ffffff;
    }

.bsider-queue {

}

.bsider-queue .queue-item {
    width: 40px;
    height: 40px;
    outline: solid 1px #222;
    display: inline-block;
    background-image: url('../images/skull-icon.png');
    background-position: center;
    background-size: contain;
    margin: 0 5px 10px 0;


}

.tokenLink {
    text-decoration: none;
    font-weight: 700;
}

.tokenLink:hover {
    color: var(--bg-gold);
}


.tokenLabel {
    font-size: 1.75em;
    color: #ffffff;
    font-family: Montserrat;
    background-color: rgba(0,0,0,0.55);
    text-decoration: none;
}

    .tokenLabel.mine {
        font-size: 1.75em;
        color: var(--bg-red);
        font-weight: bold;
        font-family: Montserrat;
        background-color: rgba(128,0, 0,0.69);
        text-decoration: none;
    }

.bsider-token-art video {
    box-shadow: #c6ae1b88 8px 8px 6px;
    border-radius: 16px;
    width: 300px;
    margin-inline: auto;
}

.bsider-frontpage {
    background-color: #44444488;
    vertical-align: top;
    font-size: 1.25em;
    padding: 2vh 2vw;
    width: 50vw;
    margin-inline: auto;
    margin-block: 4vh;
}
.bsmetadatalist {
    list-style: none;
    margin: 0; padding: 0;
    vertical-align: top;
}
    .bsmetadatalist li {
        display: inline-block;
        outline: solid 1px #333333;
        width: 160px;
        height: 140px;
        margin-inline: 6px;
        margin-bottom: 10px;
        background-color: #44444488;
        vertical-align: top;
        border-radius: 8px;
    }
.bsmetadatalist li .title {
    font-weight: 700;
    font-size: 0.9rem;
    margin-top: 2px;
    letter-spacing: 2px;
    font-family: Montserrat;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    width: 160px;
}
.bsmetadatalist li .valueLabel {
    margin-top: 50px;
    color: var(--bg-gold);
    font-size: 0.8em;
}
.bsider-frontpage .frm-group {
    margin-bottom: 1vh;
}
.bsider-frontpage .frm-group .col-form-label {
    color: #cccccc;
}
.bsider-frontpage .frm-group .col-form-label.x {
    color: whitesmoke;
    width: 80px
}
.bsider-frontpage .frm-group .form-control, .bsider-frontpage .frm-group .form-text {
    width: calc(100% - 100px);
    background-color: #111;
    border-color: #595959;
    color: whitesmoke;
}
.grover-canvas.red #canvas {
    background-image: url('../images/grovers/based-red.png');
    background-position: center;
    background-size: contain;
}
.isblocked {
    cursor: not-allowed;
    border-color: #444;
}
.progress-report {
    width: 50vw;
    margin-inline: auto;
    margin-block: 4vh;
}
.grover-canvas.teal #canvas {
    background-image: url('../images/grovers/based-teal.png');
    background-position: center;
    background-size: contain;
}
.grover-canvas.green #canvas {
    background-image: url('../images/grovers/based-green.png');
    background-position: center;
    background-size: contain;
}
.grover-canvas.purple #canvas {
    background-image: url('../images/grovers/based-purple.png');
    background-position: center;
    background-size: contain;
}
.grover-canvas.gold #canvas {
    background-image: url('../images/grovers/based-gold.png');
    background-position: center;
    background-size: contain;
}
.color-picker.red {
    background-color: var(--bg-red);
}
.color-picker.teal {
    background-color: var(--bg-teal);
}
.color-picker.green {
    background-color: var(--bg-green);
}
.color-picker.purple {
    background-color: var(--bg-purple);
}
.color-picker.gold {
    background-color: var(--bg-gold);
}
.drawControls {
    margin-block: 10px;
    padding-block: 10px;
    background-color: transparent;
    margin-inline: auto;
    width: 70vw;
    outline: 0;
}
.drawControls div {
    display: inline-block;
}
.penControls {
    outline: 0;
}
.progressControls {
    margin-left: 5vw;
    margin-right: 8px;
}
.progressControls button {
    font-size: 1em;
    padding: 4px 12px;
    margin-left: 4px;
    margin-right: 4px;
}
.penColorPicker, .penSizePicker {
    font-size: 1.1em;
    width: 110px;
    padding-block: 5px;
    margin-inline: 10px;
    border-radius: 8px;
}
.penSizePicker {
    width: 60px;
}
.bsider-panel {
}
.toast-header.bg-dark .btn-close2 {
    color: white !important;
}
.bg-darkish {
    background-color: #666;
}
.toast-header.bg-darkish {
    background-color: #555;
}
.tokenPicker, .bsiderEmail {
    max-width: 90vw;
    margin-inline: auto;
    font-size: 1.2em;
}

.bsider-token-art {
    width: 100vw;
    height: 400px;
    border-radius: 8px;
    text-align: center;
}

    .bsider-token-art .token-video {
        margin-left: auto;
        margin-right: auto;
    }

.stage {
    padding-inline: 20px;
    padding-block-start:6px;
}
.price-label-sub {
    font-size: 10pt;
    margin-top: -10px;
    color: #c0c0c0;
}
.price-label { font-size: 24pt; }
.bsider-preview { width: 375px; }
.bsider-panel {
    text-align: center; background-color: #f5f5f5;
    width: 100vw; height: 100vh; margin-top: .25vh;
    padding-block: 1vh; overflow-y: scroll;
}
.tokenPicker select, .tokenPicker button, .tokenPicker a { font-size: 1.2em; }
.toastArea {
    outline: 0; position: fixed;
    top: 0; right: 0; height: 100vh; width: 20vw; vertical-align: top;
}
.toastArea .toast { margin-inline: auto; }
.bsTokens {
    font-size: 1.2em; text-align: left;
    width: 100%; border: 0; border-radius: 5px;
}
.bsider-card {
    background-color: var(--bsider-blue); margin-inline: 8px; padding-inline: 6px;
}
.bsider-card .card-body { background-color: whitesmoke; }
.crewsiders {
    list-style: none; display: block;
}

.bsider-mint-blade {
    max-width: 375px;
    max-height: 655px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-inline: auto;
}

    .bsider-mint-blade .bsider-preview-image {
        max-width: 375px;
    }

    .crewsiders li {
        display: inline-block;
        width: 382px;
        margin: 0 1vw 1vh 1vw;
    }
.testModePanel {
    background-color: transparent;
    padding-block: 1vh;
    position: fixed;
    bottom: 0; width: 20vw;
    left: 1vw;
}
@media screen and (min-width: 850px) {
    .tokenPicker, .bsiderEmail {
        max-width: 50vw;
        margin-inline: auto;
        font-size: 1.2em;
    }
}
@media screen and (min-width: 1150px) {
    .tokenPicker, .bsiderEmail {
        max-width: 36vw;
        margin-inline: auto;
        font-size: 1.2em;
    }
}
@media screen and (min-width: 1420px) {
        .grover-canvas, .cta {
            height: 60vh;
            margin-block-start: 20px;
        }
    }
