body {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background: -webkit-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: -moz-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: -ms-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: -o-linear-gradient(to top bottom, #3e0d4d, #340a42);
    background: linear-gradient(to top bottom, #3e0d4d, #340a42);
}

#unity-container {
    position: absolute
}

#unity-container.unity-mobile {
    width: 100%;
    height: 100%
}

#unity-canvas {
    background: #1F1F20
}

.unity-mobile #unity-canvas {
    width: 100%;
    height: 100%
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-logo {
    width: 834px;
    height: 288px;
    background: url('unity-logo.png') no-repeat center
}

#unity-progress-bar-empty {
    width: 328px;
    height: 44px;
    position: relative;
    top: -20px;
    margin-left: auto;
    margin-right: auto;
    background: url('bg_progress_bar.png') no-repeat center;
}

#unity-progress-bar-full {
    width: 0%;
    height: 100%;
    position: absolute;
    background: url('fill.png') no-repeat center;
    -webkit-mask-image: url(mask_fill.png);
    mask-image: url(mask_fill.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-mode: alpha;
}

#unity-footer {
    position: relative
}

.unity-mobile #unity-footer {
    display: none
}

#unity-webgl-logo {
    width: 204px;
    height: 38px;
    background: url('webgl-logo.png') no-repeat center
}

#unity-build-title {
    margin-right: 10px;
    line-height: 38px;
    font-family: arial;
    font-size: 18px
}

#unity-fullscreen-button {
    width: 38px;
    height: 38px;
    background: url('fullscreen-button.png') no-repeat center
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

.web3modal-modal-card {
    font-family: sans-serif
}

#disconnect, #crypto-com-login {
    width: 230px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    justify-content: space-between;
}

#unity-footer {
    display: flex;
    justify-content: space-between;
}

#unity-build {
    display: flex;
}

#defi-wallet-icon, #metamask-wallet-icon, #crypto-com-login-icon, #crypto-com-logout-icon {
    height: 40px;
    width: 40px;
    display: block;
}

.but_wallet {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: transparent;
    gap: 12px;
    border-radius: 4px;
    font-weight: 400;
    border: 1px solid rgb(199 199 199);
    margin: 10px;
    color: #f9f9f9;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
}

.but_wallet svg {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}

.container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vh;
}

.container__wallet {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: 0 1px 5px 0 #e6e9ef;
    background: #fafafa;
    color: #000;
    border-radius: 99px;
    padding: 16px 32px;
    font-family: 'Quicksand', sans-serif;
    font-size: 24px;
    font-weight: 500;
    cursor: pointer;
    width: 100%;
    margin-bottom: 20px;
}

.logo img,
.logo img {
    width: 36px;
    margin-right: 16px;
}

.btn-container {
    text-align: center;

}

.close {

    float: right;
    font-size: 20px;

}

h2 {
    font-family: sans-serif;
    font-size: 32px;
}
