html {
    height: 100%
}

body {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    color: #fff
}

body.modal-visible {
    height: 100vh;
    overflow-y: hidden
}

* {
    box-sizing: border-box
}

p {
    margin-top: 0;
    margin-bottom: 20px
}

p:last-child {
    margin-bottom: 0
}

h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.hidden {
    display: none !important
}

.anchor {
    position: relative;
    top: -70px
}

.btn[disabled] {
    cursor: unset !important;
    background: unset !important;
    color: #00000082 !important
}

.box h2 {
    color: #000
}

.connection-widget {
    max-width: 80%;
    margin: 25px 0 0
}

.connection-widget .connected {
    display: flex
}

.connection-widget .connected .btn {
    border-radius: 0 10px 10px 0
}

.connection-widget .connected .btn:hover {
    transform: rotate(0deg);
    background: #fff;
    color: #000;
    border-color: #fff
}

.address-label {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px;
    border-radius: 10px 0 0 10px;
    display: flex;
    font-size: 22px;
    color: #fff;
    text-transform: unset;
    font-weight: 700
}

.modal textarea {
    height: 200px;
    width: 100%;
    min-width: 400px
}

.network-warning {
    background: #d03f65;
    border-radius: 6px;
    color: #fff;
    padding: 5px;
    width: 100%;
    text-align: center
}

.mint-info {
    max-width: 500px;
    font-size: 20px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.mint-info > * {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    text-align: center
}

.mint-info .number {
    font-size: 28px;
    font-weight: 700
}

.counter-row {
    max-width: 1200px;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: stretch
}

.counter-row > *:first-child {
    margin-right: 10px
}

.counter-row > * {
    width: 100%
}

input[type=range] {
    height: 35px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    background: 0 0
}

input[type=range]:focus {
    outline: none
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 18px;
    cursor: pointer;
    background-color: #3d087b;
    border-radius: 50px
}

input[type=range]::-webkit-slider-thumb {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #e53b80;
    cursor: pointer;
    -webkit-appearance: none !important;
    margin-top: -13.5px
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 18px;
    cursor: pointer;
    background: #489880;
    border-radius: 50px
}

input[type=range]::-moz-range-thumb {
    box-shadow: 2px 2px 2px #a6a6a6;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #ff96ab;
    cursor: pointer
}

input[type=range]::-ms-track {
    width: 100%;
    height: 18px;
    cursor: pointer;
    background: 0 0;
    border-color: transparent;
    color: transparent
}

input[type=range]::-ms-fill-lower {
    background: #ff96ab;
    border-radius: 100px;
    box-shadow: 1px 1px 2px #a6a6a6
}

input[type=range]::-ms-fill-upper {
    background: #ff96ab;
    border-radius: 100px;
    box-shadow: 1px 1px 2px #a6a6a6
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 2px 2px 2px #a6a6a6;
    height: 40px;
    width: 40px;
    border-radius: 50px;
    background: #ff96ab;
    cursor: pointer
}

input[type=range]:focus::-ms-fill-lower {
    background: #ff96ab
}

input[type=range]:focus::-ms-fill-upper {
    background: #ff96ab
}

.faq a {
    color: #343434
}

.admin {
    display: flex;
    padding: 10px;
    justify-content: center
}

.admin > * {
    margin-left: 5px;
    margin-right: 5px
}

@media screen and (max-width: 1000px) {
    .admin {
        flex-direction: column
    }

    .admin > * {
        margin: 5px
    }
}
