.mint-code #connected {
    display: none;
}

.mint-code #connected #address {
    margin: 0 0 5rem 0;
}

.mint-code #connected form {
    margin: 1rem 0;
    display: flex;
    align-items: center;
}

.mint-code #connected form #numberAndPrice {
    margin: 0 0 0 2rem;
    display: flex;
}

.mint-code #connected form #numberAndPrice h4 {
    margin: 0 0.5rem;
}

.mint-code #connected a#mint {
    margin: 2rem 0 0 0;
}

.grid-container {
    display: flex;
    flex-direction: row;
}

.forge-container {
    position: fixed;
    top: 30%;
    text-align: center;
}

.overlay {
    content: "";
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0);
}

.transaction-container {
    height: auto;
    padding-top: 149px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.intro-container {
    padding: 40px;
    margin: 20px;
    background-color: rgba(133, 133, 133, 0.1);
    border-radius: 10px;
    top: 30%;
    width: 1200px;
    justify-content: center;
    align-content: center;
    gap: 4px;
    grid-auto-flow: column;
}

.welcome-container {
    top: 30%;
    width: 1200px;
    display: grid;
    justify-content: center;
    align-content: center;
    gap: 4px;
    grid-auto-flow: column;
}
.welcome-container img {

}

.welcome-item {
    flex: 0 0 50%;
    padding: 40px;
}

.welcome-item img {
}

.grid-item {
    flex: 0 0 50%;
    padding: 20px;
}

.grid-item img {
    width: 600px;
    height: auto;
}

.transaction-section {
    padding-top: calc(0.35 * 100vh);
    text-align: center;
}

.grid-box {
    flex: 0 0 50%;
    padding: 40px;
    margin-right: 10px;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    background-color: hsl(0deg 0% 100% / 10%);
    border-radius: 10px;
}

.grid-box img {
    height: auto;
}

.info-icon {
    cursor: pointer;
    width: 20px;
    height: auto;
}

.thumbnail {
    width: 150px;
    height: auto;
}

.social-icons {
    width: 30px;
    height: 30px;
    background-color: #fff;
    border-radius: 50%;
    margin: 5px;
    padding: 5px;
}

.osbutton {
    border-radius: 25px;
    border: #fff solid 1px;
    background-color: transparent;
}

.wrapper {
    display: grid;
    gap: 20px;
    grid-template-columns: 100px 100px 100px 100px 100px 100px 100px 100px;
    padding: 20px;
}

.video-bg {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

#wallet-warning {
    display: none;
    margin: 1rem 0;
}
#wallet-warning a {
    color: #fff;
}

#select {
    font-size: 300px;
    color: #000;
    background-color: #fff;
}

#date {
    font-size: 300px;
}

#numberOfBricktopians {
    letter-spacing: 1px;
    font-weight: bold;
    color: #00bb1f;
    font-size: 2rem;
    padding: 1rem;
}

#mintingError {
    display: none;
    margin: 2rem 0;
    word-break: break-all;
    font-weight: bold;
    color: #e94444;
    font-size: 1rem;
    padding: 1rem;
    border-style: solid;
    border-width: 1px;
    border-color: #e94444;
    background-color: rgba(56, 152, 236, 0);
    letter-spacing: 1px;
}

#mintingSuccess {
    font-size: 1rem;
    padding: 1rem;
    margin: 2rem 0 0 0;
    font-weight: bold;
    display: none;
    color: #45951d;
    border-style: solid;
    border-width: 1px;
    border-color: #45951d;
    background-color: rgba(56, 152, 236, 0);
    letter-spacing: 1px;
}
