body::-webkit-scrollbar {
    display: none;
}

body {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    padding: 0;
    margin: 0;
    font-family: 'Anek Malayalam', sans-serif;
    background-color: #00040a;
    overflow-x: hidden;
    color: white;
}

title {
    text-transform: lowercase;
}

input {
    font-family: 'Anek Malayalam', sans-serif;
}

.std_hiddeninput {
    height: 0;
    width: 0;
}

.back_img {
    width: 100vw;
    height: calc(100vh + 600px);
    background-image: url('/_assets/images/background/back.png');
    background-position: center;
    background-size: cover;
    position: fixed;
    margin-top: -100px;
    filter: blur(20px);
    -webkit-filter: blur(20px);
    z-index: 0;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: calc(100vh + 600px);
    background-color: #00040a;
    margin-top: -100px;
    opacity: 0.7;
    z-index: 0;
}

.link {
    color: white;
    text-decoration: none;
}

.link:hover {
    text-decoration: underline;
}


/*
    
.commit {
    z-index: 10;
    width: 100px;
    height: 100px;
    background-image: url('./_assets/images/commit_1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 100px;
    margin-top: 100px;
    position: absolute;
    transform: rotate(180deg);
}

*/

.content_padded {
    position: relative;
    z-index: 1;
    width: 100vw;
    min-height: calc(100vh - 140px);
    height: fit-content;
    padding-left: 380px;
    padding-right: 380px;
    box-sizing: border-box;
}

@media screen and (max-width: 1700px) {
    .content_padded {
        padding-left: 250px;
        padding-right: 250px;
    }
}

@media screen and (max-width: 1450px) {
    .content_padded {
        padding-left: 175px;
        padding-right: 175px;
    }
}

@media screen and (max-width: 1300px) {
    .content_padded {
        padding-left: 100px;
        padding-right: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .content_padded {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (max-width: 750px) {
    .content_padded {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (max-width: 700px) {
    .content_padded {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (max-width: 600px) {
    .content_padded {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.unhighlightable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera, Firefox */
}

.universalmessage_container {
    position: fixed;
    left: calc(100vw - 316px);
    top: calc(100vh - 46px);
    
}

.universalmessage_container {
    width: inherit;
    background-color: 	rgb(0,0,0, 0.85);
    border: 1px solid white;
    border-radius: 5px;
    border-bottom-width: 0px;
    border-top-width: 0px;
    width: 300px;
    z-index: 100;
}

.messagetext {
    margin: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    text-align: center;
}
