@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Product Sans Bold.ttf')
}
@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('../fonts/Product Sans Regular.ttf')
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,400;1,500;1,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    background-image: url("/assets/img/background.png");
    background-position: center;
    background-size: cover;
    background-color: #c63856;
    min-height: 100vh;
}

a {
    text-decoration: none;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    min-height: 100vh;
}

@supports (height: 100dvh) {
    body, .center {
        min-height: 100dvh;
    }
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.nick {
    font-size: 50px;
    font-family: 'PT Sans', sans-serif;
    font-weight: 700;
    color: white;
    margin-bottom: 15px
}
.btns {
    width: 300px ;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(35px, 1fr));
    backdrop-filter: blur(6px);
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 4px 8px 0 rgba(220, 98, 98, 0.25), 0 6px 20px 0 rgba(220, 98, 98, 0.25);
}
.btn {
    transition: .2s;
    padding: 7px;
    color: #fff;
    background: #fff3;
    border-radius: 8px;
    text-align: center;
    margin: 4px;
    font-family: 'PT Sans', sans-serif;
}
.btn:hover {
    background: rgba(109, 109, 109, 0.39);
    color: rgb(56, 56, 56);
}
.hydrated {
    z-index: 1;
}


/* modal donate */
.modalback {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1a1a1ab3 ;
    backdrop-filter: blur(3px);
    justify-content: center;
    align-items: center;
    transition: ease-in-out 400ms;
    display: none;
    opacity: 0;
}
.modal {
    background-color: #19191a;
    padding: 12px;
    padding-top: 0;
    border-radius: 10px;
    box-shadow: 0 2px 6px 0 #19191a, 0 0 35px 0 #19191a;
    -webkit-box-shadow: 0 2px 6px 0 #19191a, 0 0 35px 0 #19191a;
    font-family: -apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;
    width: 385px;
}
@media screen and (max-width: 800px) {
    body {
        background-position: center left -200px;
    }
}
div.dhead {
    width: 100%;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #363738;
    margin-bottom: 10px;
}

span.dhead {
    color: #e1e3e6;
    font-weight: 800;
    font-size: 23px;
    margin-left: 10px;
}

div.dnick {
    width: calc(100% - 165px);
}

input.dnick, input.dsumm  {
    width: 100%;
}

div.dsumm {
    margin-left: 10px;
    width: 155px;
}
input.dsumm {
    margin-right: 6px;
}

.dsumm .bruh {
    background-color: #522e2e;
    border-color: #ff5c5c;
}

.dnicksumm {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

input[type='text'] {
    height: 40px;
}

input[type='text'], textarea {
    font-size: 16px;
    /* font-family: 'PT Sans', sans-serif; */

    background-color: #232324;
    color: #e1e3e6;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    transition: 0.3s;
    outline: none;
}

input[type='text']:hover, textarea:hover {
    border-color: rgba(255, 255, 255, 0.268);
}
input[type='text']:focus, textarea:focus {
    border: 2px solid #de6161;
}
input[type='text']:disabled, textarea:disabled {
    background-color: #383838;
}
select {
    height: 40px;
    font-size: 16px;
    /* font-family: 'PT Sans', sans-serif; */

    background-color: #232324;
    color: #e1e3e6;
    padding: 10px;
    border: 2px solid rgba(255, 255, 255, 0.12);
    border-radius: 8px;
    transition: 0.3s;
    outline: none;
}

.dheader {
    color: #909499;
    font-size: 14px;
    line-height: 18px;
    padding-top: 2px;
    padding-bottom: 8px;
}

.radio-label {
    color: #e1e3e6;
}
.radio {
    display: flex;
    height: 35px;
    align-items: center;
}


.dbtn {
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    background: rgba(222, 97, 97, 0.75);
    color: #e1e3e6;
    outline: none;
    border-radius: 8px;
    transition: 0.3s;
    border: none;
    padding: 11px 0 11px 0;
    font-weight: 500;
    font-family: -apple-system,system-ui,Helvetica Neue,Roboto,sans-serif;
    cursor: pointer;
}
.dbtn:hover {
    background: rgba(222, 97, 97, 0.94);
}
.paymentType {
    margin-bottom: 13px;
}

.dclose {
    color: #e1e3e6;
    font-size: 25px;
    padding-right: 7px;
    cursor: pointer;
}
.dsumselect {
    display: flex;
}
.destream {
    margin-top: 3px;
    cursor: pointer;
    height: 20px;
    width: fit-content;
    transition: .1s;
    padding: 3px 6px 3px 6px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dstricon {
    margin-right: 7px;
}

.destream:hover {
    background-color: #9094997e;
}

#song {
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-family: 'PT Sans', sans-serif;
    color: #ffffff9c;
    align-items: center;
}
#song>ion-icon {
    margin-right: 10px;
}
#song_lt {
    color: #ffffff9c;
}
#songname {
    text-decoration: none;
    color: #ffffff9c;
}
#songname:hover {
    color: #fff;
}
