@font-face {
    font-family: azoSansRegular;
    src: url(/assets/FONT/AzoSans-Regular.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansBlack;
    src: url(/assets/FONT/AzoSans-Black.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansThin;
    src: url(/assets/FONT/AzoSans-Thin.ttf) format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: azoSansMedium;
    src: url(/assets/FONT/AzoSans-Medium.ttf) format('truetype');
    font-weight: normal;
}


html {
    font-family: azoSansRegular;
    color: rgb(79, 79, 79);
    font-size: 11px;
    height: 100%;
}

#background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url(/assets/PNGs/1x/whitedotedbackground.png) no-repeat center center fixed;
    background-size: cover;
    background-attachment: fixed;
    z-index: -1;
}

input,
textarea,
button,
select,
a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-appearance: none;
}

body {
    margin: 0px;
}

input:focus, textarea:focus {
    outline-width: 0;
}

.header {
    height: 60px;
    /* width: 87%;*/
    /*margin: auto;*/
    display: flex;
    align-items: center;
    flex-flow: row;
}

.backbutton {
    position: relative;
    z-index: 1;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
}

    .backbutton img {
        max-height: 100%;
        height: 25px;
        width: 14px;
        margin-top: 20px;
    }

.title {
    top: 10px;
    font-family: azoSansBlack;
    color: rgb(79, 79, 79);
    text-align: start;
    font-size: 30px;
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
}

.inputcontainer {
    margin: auto;
    width: 87%;
}

.hashtagcontainer {
    margin: auto;
    width: 87%;
    margin-top: 25px;
    font-size: 10px;
    font-family: azoSansMedium;
}

    .hashtagcontainer span {
        background-color: white;
        border: 1px solid rgb(79, 79, 79);
        border-radius: 4px;
        font-weight: bold;
        line-height: 35px;
        padding: 4px;
    }

.inputcontainer p {
    margin-bottom: 5px;
}

.inputcontainer input {
    width: 99%;
    font-family: azoSansRegular;
    color: rgb(79, 79, 79);
    border: 1px solid rgb(79, 79, 79);
    border-radius: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.inputcontainer textarea {
    width: 99%;
    font-family: azoSansRegular;
    color: rgb(79, 79, 79);
    border: 1px solid rgb(79, 79, 79);
    border-radius: 4px;
    padding-top: 3px;
    padding-bottom: 3px;
    resize: none;
    height:140px;
}

.inputcontainerpreorder {
    margin-top: 25px;
}

.uptodate {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 10px;
}

.checkbox {
    -webkit-appearance: checkbox;
    filter: grayscale(100%);
}

.preorder {
    position: relative;
    margin: auto;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 15px;
    display: flex;
    /*margin-top: 15%;*/
}

.operationpanelHolder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.preorderbutton {
    height: 25px;
    width: 75px;
    margin: auto;
    font-size: 10px;
    background-color: white;
    border: 1px solid #909090;
    border-radius: 4px;
    font-family: azoSansMedium;
    font-weight: bold;
    color: rgb(79, 79, 79);
}

.unselectedhashtag {
    color: rgb(79, 79, 79);
}

.selectedhashtag {
    background-color: rgb(79, 79, 79) !important;
    color: white;
}


.operationpanel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    height: 125px;
    z-index: 15;
    top: 50%;
    left: 50%;
    margin: 0 0 0 -125px;
    background-color: white;
    border: 1px solid #909090;
    border-radius: 7px;
}

.successtext {
    height: 40px;
    margin: 0px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
}

.successbutton {
    margin: initial;
}



/*Responsive Footer Section*/

app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

#app {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.pagewrapper {
    width: 100%;
    max-width: 750px;
    flex: 1 0 auto;
}

.copyright {
    font-family: azoSansRegular;
    color: rgb(203, 203, 203);
    font-size: 7px;
    flex-shrink: 0;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0px;
}

@media (max-width: 360px) {
    app {
        align-items: initial;
    }

    #app {
        align-items: initial;
    }
}
/*End Responsive Footer Section*/

@media (max-height: 725px) {
    .inputcontainerpreorder textarea {
        height: 140px;
    }

/*    .preorder {
        position: relative;
        margin: auto;
        width: 100%;
        margin-top: 140px;
        display: flex;
    }*/
}

@media (max-height: 690px) {
    .inputcontainerpreorder textarea {
        height: 140px;
    }

/*    .preorder {
        position: relative;
        margin: auto;
        width: 100%;
        margin-top: 120px;
        display: flex;
    }*/
}

@media (max-height: 670px) {
    .inputcontainerpreorder textarea {
        height: 140px;
    }

/*    .preorder {
        position: relative;
        margin: auto;
        width: 100%;
        margin-top: 110px;
        display: flex;
    }*/
}

@media (max-height: 650px) {
    .inputcontainerpreorder textarea {
        height: 130px;
    }

/*    .preorder {
        position: relative;
        margin: auto;
        width: 100%;
        margin-top: 80px;
        display: flex;
    }*/
}

@media (max-height: 625px) {
    .inputcontainerpreorder textarea {
        height: 120px;
    }

/*    .preorder {
        position: relative;
        margin: auto;
        width: 100%;
        margin-top: 40px;
        display: flex;
    }*/
}

@media (max-height: 610px) {
    .inputcontainerpreorder textarea {
        height: 110px;
    }
}

@media (max-height: 600px) {
    .inputcontainerpreorder textarea {
        height: 100px;
    }
}

/*.pagewrapper {
    max-width: 750px;
    height: 100%;
    margin: auto;
}

.copyright {
    font-family: azoSansRegular;
    color: rgb(203, 203, 203);
    font-size: 7px;
    position: absolute;
    text-align: center;
    width: 96vw;
    max-width: 750px;
    bottom: 0%;
}*/
/*@media (max-height: 760px) {
    .copyright {
        position: relative;
        margin-top: 75px;
        padding-bottom: 10px;
    }
}*/