* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: sans-serif;
    background-image: url("/img/doshikminebg.webp");
    background-size: cover;
    background-position: center;
}

.donpage{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
    font-family: sans-serif;
    background-color: rgba(31 27 26);
    background-size: cover;
    background-position: center;
}

.container {
    flex: 1 0 auto;
    padding-top: 45px;
}

.server-select {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 12px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.server-select button{
    font-size: 15px;
    border-radius: 10px;
    border: whitesmoke solid 2px;
}

.server-select a{
    font-size: 15px;
    border-radius: 10px;
    border: whitesmoke solid 2px;
}

.download {
    display: grid;
    grid-gap: 18px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 100px;
    margin-top: 150px;
    text-align: center;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}
.download button{
    border-radius: 10px;
    border: whitesmoke solid 2px;
}

.logo{
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-top: 45px;
    margin-bottom: 20px;
    width: fit-content;
}
.subtitle {
    font-weight: 500;
    font-size: 18px;
    width: fit-content;
    margin: 20px auto;
    color: white;
}

.product-body{
    display: none;
    margin-top: 45px;
}

.product-body input{
    padding-left: 15px;
    margin-top: 16px;
    width: 300px;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.product-body select{
    padding-left: 15px;
    margin-top: 16px;
    width: 300px;
    height: 44px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-sizing: border-box;
    border-radius: 6px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin-left: auto;
    margin-right: auto;
}

.product-body button{
    margin-top: 16px;
    width: 190px;
    height: 44px;
    background: rgba(137, 252, 91, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
}

select option{
    background-color: #ebebeb;
    width: 300px;
    color: #0a0a0a;
    font-weight: 400;
    font-size: 15px;
}

select optgroup{
    background-color: #e6e6e6;
    color: #0a0a0a;
    font-weight: 600;
    font-size: 17px;
}

.oferta {
    background-color: whitesmoke;
    padding-top: 20px;
    padding-left: 60px;
    padding-bottom: 20px;
}


.rules {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 35px;
    padding-top: 30px;
    background-color: white;
    border-radius: 15px;
}

.rules h2{
    text-align: center;
    margin-bottom: 10px;
}

.rules h6{
    text-align: center;
    margin-bottom: 10px;
}

.rules p{
    margin-top: 15px;

}
.num{
    display: inline;
    position: static;
    font-weight: inherit;
    line-height: unset;
    cursor: pointer;
}

.rules-header{
    font-size: 20px;
    font-weight: bold;
    margin-top: 35px;
}

.rules-header .num{
    color: #6b79fa;
}

.rules-body{
    font-size: 17px;
    padding-left: 25px;
    margin-right: 3px;
    margin-top: 5px;
    color: #575353;
}

.rules-body .num{
    color: #171717;
    font-size: 18px;
    font-weight: 500;
}

.rules-punishment{
    font-weight: 600;
    color: #dc4b4b;

}

.rules h5{
    padding-left: 25px;
}

.rules h5 b{
    display: inline;
    position: static;
    font-weight: inherit;
    line-height: unset;
    cursor: pointer;
    color: #6b79fa;
}

.accepter {
    max-width: 345px;
    min-width: 345px;
    margin-top: 12px;
    align-content: center;
    align-items: center;
    font-size: 15px;
    text-align: center;
    margin-bottom: 7px;
    margin-left: 9px;
    margin-right: 9px;
    line-height: 15px;
}

.accepter a {
    color: #adadad;
}

@media screen and (max-width: 300px){
    .logo{
       display: none;
    }

    .product-body select{
        width: 240px;
    }

    .product-body input{
        width: 240px;
    }
}

.footer {
    background-color: rgba(24, 21, 21, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);

    color: #ffffff;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 200px;
    min-height: 120px;
    width: 100%;
    flex-shrink: 0;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom {
    text-align: center;
    margin-top: 7px;
    padding-top: 12px;
    border-top: 1px solid #34495e;
    font-size: 12px;
    line-height: 2px;
    color: #7f8c8d;
}

@media (max-width: 768px) {
    .footer-container {
        justify-content: center;
        text-align: center;
    }
    .footer-section {
        width: 100%;
        min-width: unset;
    }
}