input {
    block-size: 0;
    overflow: hidden
}

.container {
    position: relative;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    background-color: #000
}

.container .downBtn {
    position: absolute;
    top: 5%;
    left: 23%;
    width: 55%;
    height: 1.1rem;
    background-image: url(../img/download.png);
    background-size: 100% 100%;
    background-repeat: no-repeat
}

.container .notice {
    width: 80%;
    border-radius: 5px;
    padding-bottom: .2rem;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 9%;
    left: 8%;
    color: rgb(12, 241, 69);
    font-weight: 700
}

.container .alert {
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 6%;
    color: #020a11;
    border: 1px solid #acacac;
    margin: .3rem .35rem;
    padding-bottom: .1rem;
    border-radius: .1rem
}

.button {
    font-size: .2rem;
    padding: 10px 20px;
    background-color: #ffc107;
    color: #4a0000;
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    font-weight: bolder
}

.allrummydownloads_refercode {
    background: #ff5733;
    width: 50%;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 10%;
    left: 22%;
    color: #f0f8ff;
    font-weight: 700
}

.container .allrummydownloads_referralcode {
    background: linear-gradient(to right, #7c35bd, #7340bf, #6656c3, #5c65c8, #5772cb);
    width: 80%;
    border-radius: 5px;
    padding-top: .1rem;
    padding-bottom: .1rem;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    position: absolute;
    top: 11%;
    left: 8%
}

button {
    font-size: .2rem;
    padding: 10px 20px;
    background-color: #ffc107;
    color: #4a0000;
    border: none;
    border-radius: 5px;
    margin-left: 10px;
    font-weight: bolder
}

input {
    font-size: .3rem;
    padding: 5px;
    border: none;
    border-radius: 5px;
    width: 2.2rem;
    height: .2rem;
    align-items: center;
    color: #ffff;
    background: linear-gradient(to right, #7c35bd, #7340bf, #6656c3)
}

.container .webLink {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    font-size: .25rem;
    font-weight: 600;
    color: #fff;
    padding-bottom: .15rem;
    background-image: linear-gradient(to right, rgb(34 11 19), rgb(17 21 54), rgb(17 21 54))
}