*
{
    margin:0;
    padding:0;
}

/*
::selection
{
	background-color: #3BB3CD;
}
*/

button
{
    user-select: none;
    cursor:pointer;
}

html, body
{
    scroll-behavior: smooth;
    box-sizing:border-box;
}

body
{
    background-color:#0e1012;
    box-sizing: border-box;
    height:100%;
    width:100%;
    font-family: 'Work Sans',sans-serif;
    -webkit-tap-highlight-color: transparent;
}

.playstoreheader
{
    top: 0;
    position: fixed;
    width: 100%;
    height: 20px;
    background-color: #598d83;
    z-index: 9999;
    text-align: center;
}

.playstoreheader a
{
    font-family: 'Unbounded',sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: black;
}

.playstoreheader:hover
{
    opacity: 0.8;
}

.infobox
{
    z-index:999;
    position: fixed;
    top:0;
    box-sizing: border-box;
    width:100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:20px;
    backdrop-filter: blur(5px);
}

.info
{
    width:600px;
    background-color: #0e1012;
    border:1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    padding:20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.info p
{
    color: #b0b0b0;
    font-size: 15px;
    font-family: 'Unbounded';
}

.info span img
{
    margin-bottom:-2px;
    margin-right:2px;
    width:16px;
}

.info button
{
    margin-top: 20px;
    font-family: 'Unbounded';
    font-size:15px;
    background-color: #598d83;
    color:white;
    border-radius:5px;
    border:0;
    padding:5px;
    padding-left: 15px;
    padding-right:15px;
}

.info button:active
{
    opacity: 0.8;
}

.addresseditorbox
{
    top:0;
    position: fixed;
    width:100%;
    height:100vh;
    box-sizing: border-box;
    z-index:9999;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(2px);
}

.addresseditor
{
    width:300px;
    background-color: #0e1012;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:15px;
    display: flex;
    flex-direction: column;
    padding:15px;
    box-sizing: border-box;
}

.addresseditor label
{
    font-family: 'Unbounded',cursive;
    font-weight:600;
    font-size:11px;
    color:grey;
    margin-bottom: 3px;
}

.addresseditor input
{
    font-family: 'Unbounded',cursive;
    font-weight:400;
    font-size:13px;
    color: #d2d2d2;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:5px;
    background-color: #0e1012;
    padding:5px;
    padding-left:10px;
    padding-right:10px;
    margin-bottom:15px;
    outline: transparent;
}

.addresseditorbutton
{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.addresseditorbutton button
{
    font-family: 'Unbounded',cursive;
    font-weight:400;
    font-size:13px;
    color: #d2d2d2;
    border:0;
    border-radius:5px;
    background-color: #0e1012;
    padding:6px;
    padding-left:10px;
    padding-right:10px;
    outline: transparent;
    box-sizing: border-box;
    width:50%;
}

.addresseditorbutton button:first-child
{
    margin-right: 5px;
    background-color: #884444;
}

.addresseditorbutton button:last-child
{
    margin-left: 5px;
    background-color: #598d83;
}

.giantbox
{
    width:100%;
    height:100%;
    box-sizing: border-box;
    display:flex;
    justify-content: center;
    padding-top:100px;
}

.innerbox
{
    width:600px;
    box-sizing: border-box;
    position:relative;
}

.header
{
    top:0;
    left:0;
    right:0;
    position:fixed;
    height:70px;
    width:100%;
    box-sizing: border-box;
    background-color: inherit;
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    z-index: 99;
    margin-top: 20px;
}

.innerheader
{
    width:600px;
    height:100%;
    box-sizing: border-box;
}

.headerlogo
{
    float:left;
    height:100%;
    display: flex;
    align-items: center;
    padding:20px;
    box-sizing: border-box;
}

.headerlogo h2
{
    font-family: 'Unbounded',cursive;
    font-size:17px;
    font-weight:400;
    color:white;
}

.headerlogo h2 a
{
    text-decoration: none;
    color:white;
}

.headerlogo img
{
    float: left;
    height: 17px;
    margin-top: 2px;
    margin-right: 4px;
    user-select: none;
    pointer-events: none;
}

.headerabout
{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
    box-sizing: border-box;
    padding: 20px;
}

.headerabout button
{
    background-color: transparent;
    border:0;
}

.headerabout button:active
{
    opacity: 0.7;
}

.promotebox
{
    width:100%;
    padding:20px;
    padding-top: 0;
    box-sizing: border-box;
    display: none;
}

.promote
{
    width:100%;
    height:100px;
    box-sizing: border-box;
    border-radius:13px;
    background-color: #00DBDE;
    background-image: url("icon/ad.jpg");
    background-size:cover;
    background-position: center center;
}

.addresstitle
{
    width:100%;
    box-sizing: border-box;
    text-align: left;
    padding-left:20px;
    padding-right:20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.addresstitle h1
{
    font-family: 'Unbounded',cursive;
    font-weight: 500;
    font-size: 11px;
    color: rgba(255,255,255,0.5);
}

.addresstitle button
{
    height:20px;
    background-color: #598d83;
    border:0;
    border-radius:10px;
    color:black;
    font-family: 'Unbounded';
    padding-left:5px;
    padding-right: 5px;
    font-size:11px;
    font-weight: 500;
}

.addresstitle button:active
{
    opacity: 0.8;
}

.addressbox
{
    width:100%;
    box-sizing: border-box;
    padding:20px;
    padding-top:10px;
    padding-bottom:0;
    min-height:100%;
}

.addaddressfirst
{
    width:100%;
    padding:50px;
    box-sizing: border-box;
    text-align: center;
}

.addaddressfirst h2
{
    font-family: 'Work Sans',sans-serif;
    font-weight:500;
    font-size:20px;
    color:rgba(255,255,255,0.2);
}

.address
{
    width:100%;
    height:75px;
    box-sizing: border-box;
    border:1px solid rgba(255,255,255,0.2);
    border-radius:13px;
    margin-bottom: 10px;
    overflow: hidden;
}

.addresscoin
{
    height:100%;
    width:75px;
    float:left;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addresscoin img
{
    width:40px;
    height:40px;
    user-select: none;
    pointer-events: none;
}

.addresstext
{
    height:100%;
    width:calc(100% - 75px);
    box-sizing: border-box;
    float:left;
}


.addressdata
{
    float:left;
    height:100%;
    width:calc(100% - 50px);
    box-sizing: border-box;
    padding-top:19px;
}

.addressdata h2
{
    font-family: 'Unbounded',cursive;
    font-weight: 400;
    color: white;
    font-size: 14px;
}

.addressdata h3
{
    font-family: 'Unbounded',cursive;
    font-weight: 500;
    color: grey;
    font-size: 13px;
    overflow-y: hidden;
    overflow-x: scroll;
    max-height: 22px;
    margin-top: 2px
}

.addressdata h3::-webkit-scrollbar {
    display: none;
}

.addressoption
{
    float:left;
    height:100%;
    width:50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.addressoption button
{
    border:0;
    background-color: rgba(0,0,0,0);
    border-radius:7px;
    width:30px;
    height:45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.addressoption button img
{
    user-select: none;
    pointer-events: none;
    width:30px;
    filter: invert(45%) sepia(0%) saturate(1282%) hue-rotate(139deg) brightness(89%) contrast(89%); /*https://codepen.io/sosuke/pen/Pjoqqp*/
}

.addressoption button:active
{
    background-color: rgba(255,255,255,0.1);
}



.footerbox
{
	width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 20px;
    /* padding-top: 50px; */
    /* padding-bottom: 50px; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background-color: #262626;
    border-radius: 15px 15px 0px 0px;
}

.footer
{
    width: 800px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap:30px;
}

.footerelement img
{
    width:150px;
    box-sizing: border-box;
    user-select: none;
    pointer-events: none;
    margin-bottom: 10px;
}

.footerelement p
{
	font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: grey;
    margin-top: 5px;
}

.footerelement h2
{
	font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #dadada;
    margin-bottom: 10px;
}

.footerelement a
{
	font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    color: grey;
    text-decoration: none;
    display: flex;
    margin-bottom: 10px;
}

.footerelement a:hover
{
    text-decoration: underline;
}

.footerelementlogo h2
{
	font-family: 'Zilla Slab', sans-serif;
    font-size: 19px;
    font-weight: 500;
    color: #f2f2f2;
    text-decoration: none;
    display: flex;
    align-items: center;
    margin: 0;
}

.footerelementlogo h2 img
{
	width: 20px;
    user-select: none;
    pointer-events: none;
	margin:0;
    margin-right: 5px;
}


@media screen and (max-width: 600px) {
    .innerheader {
        width:100%;
    }
    .innerbox {
        width:100%;
    }
    .footer
    {
        width: 100%;
        grid-template-columns: 1fr;
        text-align: center;
    }
	.footerelementlogo h2
	{
		justify-content: center;
	}
    .footerelement a
    {
        justify-content: center;
    }
}