/* 
Project Name: Talesu Website Revamp
Client: Talesu Network
Author: Armin Subasic | atg_arma
Project ID: #5582231
*/

/*----------------------------------------------------------------------------- 
COLOR CODES
RED: #f73859
LIGHT GRAY / TEXT COLOR: #484848
SECTION: #f6f6f6
-----------------------------------------------------------------------------*/
:root {
    --main-color: #ca00dd;
    --dark-color: #191c20;
    --dark-lighter-color: #25282c;
    --dark-text-color: #757575;

}

.fab, .far{
    color: white;
}
/*----------------------------------------------------------------------------- 
DEFAULT Stuff
-----------------------------------------------------------------------------*/
* { /* Firexfox */
    -webkit-box-sizing: border-box; /* Safari/Chrome/iOS/Android */
    box-sizing: border-box; /* IE */
}

::-moz-selection {
    background: black;
    color: white;
  }

::selection {
    background: black;
    color: white;
  }
  
::-moz-selection {
    color: black;
    color: white;
  }

::-webkit-scrollbar {
    width: 10px;
 }
 
 ::-webkit-scrollbar-track{
    background: #191a1d;
 }

 ::-webkit-scrollbar-thumb{
    background: #000;
 }
 
html,body
{
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-family: proxima-nova,sans-serif;
    background-color: #000;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
}

a{
    text-decoration: none;
    color: white;
}

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*----------------------------------------------------------------------------- 
NABVAR
-----------------------------------------------------------------------------*/
.staff-apps-main{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
}

.staff-form-select{
    border: none;
    outline: none;
	padding: 10px;
	/* border: 1px solid #d8d6de; */
	/*border-radius: .357rem;*/
	margin-bottom: 10px;
	width: 100%;
	background-color: #1e2129;
	border: none;
	color: #a9abb1ad;
	outline: none;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
}

.staff-app-category{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    line-height: 30px;
    font-size: 1.4em;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}

.staff-apps-main-center{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    justify-items: center;
    /* padding: 50px; */
    width: 100%;
    /* height: 100%; */
    margin-bottom: 50px;
}

.staff-app-content{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.left-staff-app{
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    width: 50%;
}

.right-staff-app{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    /* width: 50%; */
    /* background-color: red; */
    flex-direction: column;
    margin-left: 25px;
}

.form-label{
    color: #b3b7bcdb;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    line-height: 16px;
    font-size: 1em;
    text-align: left;
    /* margin-bottom: 4px; */
}

.h1-staff-apps{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    line-height: 56px;
    font-size: 2.1em;
    text-align: left;
    margin-bottom: 0;
}

.h3-staff-apps{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    line-height: 16px;
    font-size: 1.2em;
    text-align: left;
    /* margin-top: 8px; */
}

.error{
	color: #ff1a1ad1 !important;
	margin: 0;
	padding: 0;
	font-size: 0.88em;
}

.staff-form{
    width: 68%;
    margin-top: 10px;
}

.staff-form-main{
    width: 40%;
    /* margin-top: 150px; */
    position: relative;
    /* overflow: visible; */
    height: 100%;
}

.staff-form-input{
	border: 0;
	padding: 10px;
	/* border: 1px solid #d8d6de; */
	/*border-radius: .357rem;*/
	margin-bottom: 10px;
	width: 100%;
	background-color: #1e2129;
	border: none;
	color: #a9abb1ad;
	outline: none;
	margin-top: 10px;
	transition: all 0.3s ease-in-out;
}

.staff-form-input:focus{
	/*border-radius: .357rem;*/
	color: #a9abb1ad;
    transition: all 0.3s ease-in-out;
}




.p404{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 80vh;
}

.h1-404{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    line-height: 56px;
    font-size: 4em;
    text-align: left;
    margin-bottom: 15px;
}

.right-404{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: flex-start;
    /* width: 50%; */
    /* background-color: red; */
    flex-direction: column;
    margin-left: 25px;
}

.left-404{
    justify-content: center;
    align-content: center;
    align-items: center;
    display: flex;
    width: 50%;
}

.h3-404{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    line-height: 16px;
    font-size: 1.2em;
    text-align: left;
    margin-top: 8px;
    /* line-height: 2%; */
}

.navbar{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    background-color: #000000;
    color: white;
}

.navbar-mobile{
    display: none;
}

.navbar-mobile-items{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 25px;
    background-color: transparent;
    margi
}

.navbar-mob-item-active{
    color: white;
    background-color: var(--main-color);
    padding: 8px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

.navbar-mob-item{
    color: white;
    padding: 8px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

.navbar-logo{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.tn-logo{
    margin-left: 220px;
}

.navbar-items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 25px;
}

.active{
    background-color: #000;
}

.navbar-item{
    margin-right: 15px;
    padding: 8px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.navbar-item:hover{
    margin-right: 15px;
    padding: 8px 20px;
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.navbar-item-active{
    margin-right: 15px;
    padding: 8px 20px;
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}
/*----------------------------------------------------------------------------- 
HERO
-----------------------------------------------------------------------------*/
.hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url("../images/backgrounds/home/hero.webp");
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.ipadress{
    opacity: 0;
 }

.ip-button{
    margin-top: 10px;
    background-color: var(--main-color);
    padding: 12px 50px;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 0 #a200b1;
    transition: all 0.4s ease-in-out;
}

.ip-button:hover{
    background-color: #25282a;
    box-shadow: 0 5px 0 #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    color: white;
}

.ip-copy{
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 1em;
    margin-top: 10px;
    color: white;
    letter-spacing: 1.8px;
}

.buttons{
    display: flex;
    flex-direction: row;
    margin-top: 7px;
}

.ip-button-shaded{
    margin-top: 10px;
    background-color: #a200b1;
    padding: 12px 30px;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 0 #82008e;
    transition: all 0.4s ease-in-out;
}

.announcement{
    background-color: #181a1b;
    padding: 28px;
    color: white;
}

.announcement-title{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    line-height: 34px!important;
    font-size: 20px!important;
    text-align: center;
}

.announcement-text{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}

/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.about{
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 8em;
}

.about-item{
    display: flex;
    flex-direction: column;
    background-image: URL("../images/backgrounds/home/about/about.webp");
    background-size: cover;
    background-position: center;
    padding: 95px 25px;
    margin-bottom: 30px;
    background-attachment: fixed;
}

.about-item-2{
    display: flex;
    flex-direction: column;
    background-image: URL("../images/backgrounds/home/about/community.webp");
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom;
    padding: 95px 25px;
    margin-bottom: 30px;
    justify-content: flex-start;
    align-content: flex-start;
    align-content: flex-start;
    text-align: right;
}

.about-item-3{
    display: flex;
    flex-direction: column;
    background-image: URL("../images/backgrounds/home/about/seasons.webp");
    background-size: cover;
    background-position: center;
    padding: 95px 25px;
    margin-bottom: 30px;
    background-attachment: fixed;
}

.about-item-4{
    display: flex;
    flex-direction: column;
    background-image: URL("../images/backgrounds/home/about/friends.webp");
    background-size: cover;
    background-position: bottom;
    padding: 125px 25px;
    margin-bottom: 30px;
    justify-content: flex-start;
    align-content: flex-start;
    align-content: flex-start;
    text-align: left;
    background-attachment: fixed;
}

.about-title{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    padding-left: 50px;
}

.about-msg{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    max-width: 40%;
    padding-left: 50px;
}

.about-title-2{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    padding-right: 50px;
    margin-left: auto;
    text-align: left;
}

.about-msg-2{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    max-width: 40%;
    padding-right: 50px;
    margin-left: auto;
    text-align: left;
}
/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.blog-posts{
    display: block;
    background-color: #000;
    padding: 50px 50px 0 50px;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.blog-posts-grid{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.blog-title{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    text-align: center;
    /* padding-top: 50px!important; */
    padding-bottom: 25px;
}

.blog-post{
    display: inline-block;
    background-color: #181a1b;
    padding: 100px 200px;
    margin-right: 15px;
    /* margin-bottom: 15px; */
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 25%;
}

.blog-image{
    max-width: 100%;
}

.blog-posts{
    text-align: center;
    align-items: center;
    padding: 50px;
}

.blog-button{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 15px;
}
/*----------------------------------------------------------------------------- 
POST
-----------------------------------------------------------------------------*/
.post{
    display: flex;
    flex-direction: column;
    padding-left: 20rem;
    padding-right: 20rem;
    color: white;
    padding-top: 50px;
    background-color: #22252a;
}

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


.post-title{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    padding-right: 50px;
}

.post-category{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    font-size: 1.0em!important;
    text-align: center;
    background-color: var(--main-color);
    padding: 5px;
    margin-right: 12px;
}

.post-data-title{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.post-border{
    padding: 15px;
    background-color: #2d3035;
    box-shadow: 0px 4px 12px 7px rgb(0 0 0 / 20%);
    margin-top: 15px;
    margin-bottom: 15px;
}


.post-data-categories{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    align-content: flex-start;
}

.post-date{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 600;
    font-size: 1.0em!important;
    text-align: center;
}

.post-content{
    display: flex;
    flex-direction: column;
    padding-top: 0;
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    font-size: 1.0em!important;
    text-align: left;
    max-width: 90%;
}

.content-title{
    display: flex;
    flex-direction: column;
    /* padding-top: 15px; */
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    font-size: 1.5em!important;
    text-align: left;
}

.content-title-smaller{
    display: flex;
    flex-direction: column;
    padding-top: 0px;
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    font-size: 1.1em!important;
    text-align: left;
    line-height: 28px;
}
/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.staff{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    padding: 50px;
}

.staff-tn{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #000;
    padding: 50px;
}

.staff-tmt{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #181a1b;
    padding: 50px;
}

.staff-item{
    display: inline-block;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    margin-right: 15px;
    padding: 25px;
}

.staff-item :hover{
    transform: scale(1.01);
    transition: all 0.3s ease-in-out;
}

.staff-items{
    display: block;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    text-align: center;
}

.staff-name{
    margin-top: 10px;
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    text-align: center;
    font-size: 1.3em;
}

.staff-rank{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    text-align: center;
}

.staff-reveal{
    display: flex;
    flex-direction: column;
}
/*----------------------------------------------------------------------------- 
ABOUT
-----------------------------------------------------------------------------*/
.discord{
    background-color: #181a1b;
    padding: 50px;
}

.discord-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.discord-title{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 28px!important;
    margin-bottom: 10px;
    text-align: center;
}

.discord-msg{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    max-width: 55%;
    padding-left: 50px;
    text-align: center;
}

.discord-button{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
}
/*----------------------------------------------------------------------------- 
FOOTER
-----------------------------------------------------------------------------*/
.footer{
    background-color: var(--main-color);
    padding: 25px;
    justify-content: space-between;
}

.upper-footer{
    display: flex;
    background-color: #a200b1;
    margin-top: 0;
    padding: 10px 50px; 
    justify-content: space-between;
    align-content: center;
    align-items: center;
    
}

.footer-button{
    background-color: #b600c7;
    padding: 12px 50px;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 0 #8d009b;
    transition: all 0.4s ease-in-out;
}

.footer-button:hover{
    background-color: #25282a;
    box-shadow: 0 5px 0 #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    color: white;
}

.footer-button-shaded{
    background-color: #8d009b;
    padding: 12px 30px;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 0 #71007c;
    transition: all 0.4s ease-in-out;
}

.footer-button-sec{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.play-buttons{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;

}

.social-buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.upper-footer-buttons{
    display: flex;
    flex-direction: row;
}

.copyright{
    display: flex;
    flex-direction: row;
    margin-left: 28px;
}

.copyright-sec{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start;
}

.copyright-text{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 500;
    padding-left: 25px;
    text-align: left;
    font-size: 0.9em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.footer-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 6px;
}

.upper-footer-social{
    display: flex;
    flex-direction: row;
    padding: 15px;
}

.upper-footer-social .fab:hover{
    transform: scale(1.02);
    transition: all 0.3s ease-in-out; 
    color: white;
}

.upper-footer-social .fab{
    margin-right: 8px;
    font-size: 22px;
    color: #b3b7bc;
    transform: scale(1.00);
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out; 
    text-align: center;
    margin-right: 15px;
}

.talesu-rot{
    transition: all 1s ease-in-out; 
    transform: rotate(0deg);
}

.talesu-rot:hover{
    transform: rotate(360deg);
    transition: all 1s ease-in-out; 
}

.spacer-bottom{
    margin-bottom: 25px;
}

/*----------------------------------------------------------------------------- 
COMMUNITYS
-----------------------------------------------------------------------------*/
.community-hero{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-image: url("../images/backgrounds/community/community-hero.webp");
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    height: 90vh;
}

.community{
    background-color: #181a1b;
    padding: 30px;
    color: white;
}

.community-items{
    display: flex;
    justify-content: center;
    align-content: center;
}

.community-item{
    margin-right: 15px;
    padding: 8px 20px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    cursor: pointer;
}

.community-item:hover{
    margin-right: 15px;
    padding: 8px 20px;
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    cursor: pointer;
}

.community-item-active{
    margin-right: 15px;
    padding: 8px 20px;
    background-color: var(--main-color);
    transition: all 0.4s ease-in-out;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

.community-news{
    background-color: #000;
    color: white;
    padding: 50px;
}

.new-player-resources{
    background-color: #181a1b;
    color: white;
    padding: 50px;
}

.community-creations{
    background-color: #000;
    color: white;
    padding: 50px;
}

.discussions-help{
    background-color: #181a1b;
    color: white;
    padding: 50px;
}

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

.community-button-2{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.community-button-pink{
    margin-top: 10px;
    background-color: var(--main-color);
    padding: 12px 50px;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 0 #a200b1;
    transition: all 0.4s ease-in-out;
    margin-right: 6px;
    font-size: 1em;
}

.community-button-pink:hover{
    background-color: #25282a;
    box-shadow: 0 5px 0 #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    color: white;
}

.community-button-pink-first{
    margin-top: 0px;
    background-color: var(--main-color);
    padding: 12px 50px;
    border: none;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 700;
    color: white;
    box-shadow: 0 5px 0 #a200b1;
    transition: all 0.4s ease-in-out;
    margin-right: 6px;
    font-size: 1em;
}

.community-button-pink-first:hover{
    background-color: #25282a;
    box-shadow: 0 5px 0 #000;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    color: white;
}
.community-grid{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    margin-bottom: 12px;
}

.community-grid-item{
    background-color: rgb(24, 26, 27);
    margin-right: 12px;
    width: 256px;
    height: 256px;
    display: flex;
    justify-content: center;
    transform: scale(1.00);
    transition: all 0.3s ease-in-out; 
}

.community-grid-item:hover{
    transform: scale(1.02);
    transition: all 0.3s ease-in-out; 
    background-color: rgba(243, 0, 0, 0.178);
}

.community-grid-text{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    line-height: 34px!important;
    font-size: 1.1em!important;
    margin-bottom: 15px;
    text-align: center;
    max-width: 100%;
}

.community-grid-category{
    color: white;
    font-family: 'Noto Sans', sans-serif;
    font-weight: 800;
    font-size: 1.0em!important;
    text-align: center;
    max-width: 100%;
    background-color: var(--main-color);
    padding: 5px;
}

.resource-grid-item{
    margin-right: 12px;
    width: 377px;
    height: 200px;
    display: flex;
    justify-content: center;
    transform: scale(1.00);
    transition: all 0.3s ease-in-out; 
}

.resource-grid-item:hover{
    transform: scale(1.02);
    transition: all 0.3s ease-in-out; 
}

.community-news-post{
    padding: 50px;
    background-color: red;
}

.testt{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
    background-image: url("../images/community/optifine.png");
    background-size: cover;
}

/*----------------------------------------------------------------------------- 
COMMUNITY NEWS
-----------------------------------------------------------------------------*/

.cn-1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
}

.cn-2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
}

.cn-3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
}

.cn-4{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
}

/*----------------------------------------------------------------------------- 
NEW PLAYER RESOURCES
-----------------------------------------------------------------------------*/

.npr-1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
    background-image: url("../images/community/optifine.png");
    background-size: cover;
}

.npr-2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
    background-image: url("../images/community/towny.png");
    background-size: cover;
}

.npr-3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;    
    background-image: url("../images/community/deepstorage.png");
    background-size: cover;
}

/*----------------------------------------------------------------------------- 
COMMUNITY CREATIONS
-----------------------------------------------------------------------------*/

.ccr-1{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
}

.ccr-2{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;
}

.ccr-3{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;;
}

.ccr-4{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-content: flex-end;
    align-items: center;
    width: 100%;;
}








.changelog{
    background-color: #000;
    display: flex;
    flex-direction: column;
    padding-left: 20rem;
    padding-right: 20rem;
    color: white;
}

.changelog-content{
    background-color: #1a1a1a;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
}

.changelog-title{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
}

.changelog-text{
    color: #b3b7bc;
    font-family: 'Noto Sans', sans-serif;
}







.login{
    display: flex;
    height: 100%;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: var(--dark-lighter-color);
    padding: 100px;
}

.login-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 50px;
    background-color: var(--dark-color);
}

.login-input{
    background-color: var(--dark-lighter-color);
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    width: 300px;
    outline: none;
    color: #757575;
    font-family: 'Noto Sans', sans-serif;
}

.login-input :focus{
    border: none;
    outline: none;
}

.login-button{
    background-color: var(--dark-lighter-color);
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    display: flex;
    color: var(--dark-text-color);
    justify-content: center;
    align-content: center;
    align-items: center;
    transform: scale(1.0);
    transition: all 0.2s ease-in-out;
    width: 80px;
}

.login-button:hover {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: var(--dark-lighter-color);
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    display: flex;
    color: var(--dark-text-color);
    justify-content: center;
    align-content: center;
    align-items: center;
}

.login-logo{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    text-align: center;
    transition: all 1s ease-in-out; 
    transform: rotate(0deg);
}

.login-logo:hover{
    transform: rotate(360deg);
    transition: all 1s ease-in-out; 
}








.talesu-input-select{
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    width: 300px;
    outline: none;
    color: #757575;
    background-color: var(--dark-lighter-color);
}




.dashboard-holder{
    display: flex;
    flex-direction: row;
    height: 100%;
}

.dashboard-topbar{
    display: flex;
    width: 100%;
    background-color: var(--dark-color);
    padding: 25px;
}

.dashboard-sidebar{
    width: 15%;
    background-color: var(--dark-color);
    padding: 0px;
    text-align: left;
}

.dashboard-mainbar{
    width: 85%;
    background-color: var(--dark-lighter-color);
    padding: 50px;
}

.dashboard-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    transform: scale(1.00);
    transition: all 0.3s ease-in-out;
    padding-left: 15px;
}

.dashboard-menu :hover{
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
}

.dashboard-menu-cat{
    color: var(--dark-text-color);
    background-color: red;
    margin-bottom: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.4em;
}

.dashboard-menu-item{
    color: var(--dark-text-color);
    margin-bottom: 5px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.0em;
}

.dashboard-menu-item :hover{
    color: var(--dark-text-color);
    margin-bottom: 5px;
}

.dashboard-menu-item-active{
    background-color: var(--dark-lighter-color);
    color: var(--dark-text-color);
    margin-bottom: 5px;
    padding: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1em;
}

.dashboard-input{
    background-color: var(--dark-color);
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    width: 300px;
    outline: none;
    color: #757575;
}

.dashboard-input :focus{
    border: none;
    outline: none;
}

.dashboard-button{
    background-color: var(--dark-color);
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    display: flex;
    color: var(--dark-text-color);
    justify-content: center;
    align-content: center;
    align-items: center;
    transform: scale(1.0);
    transition: all 0.2s ease-in-out;
    width: 80px;
}

.dashboard-button:hover {
    transform: scale(1.05);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: var(--dark-color);
    border: none;
    padding: 10px;
    margin-bottom: 5px;
    color: white;
    text-align: center;
    display: flex;
    color: var(--dark-text-color);
    justify-content: center;
    align-content: center;
    align-items: center;
}

.dashboard-staff-container{
    display: flex;
    flex-direction: row;
    background-color: var(--dark-color);
    color: var(--dark-text-color);
    padding: 50px;
}


.dashboard-table{
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.dashboard-table thead tr{
    background-color: var(--dark-lighter-color);
    color: var(--dark-text-color);
    text-align: left;
}

.dashboard-table th,
.dashboard-table td {
    padding: 12px 15px;
    color: var(--dark-text-color);
}

.dashboard-table tbody tr {
}

.dashboard-table tbody tr:nth-of-type(even) {
    background-color: var(--dark-lighter-color);
}

.dashboard-table tbody tr:last-of-type {
}

.dashboard-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

.dashboard-table-option{
    color: var(--dark-text-color);
    transform: scale(1.0);
    transition: all 0.3s ease-in-out;
}

.dashboard-table-option :hover{
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
    color: var(--dark-text-color);
}

.dashboard-title{
    color: var(--dark-text-color);
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    font-size: 2em;
}

.dashboard-text{
    color: var(--dark-text-color);
    font-family: 'Noto Sans', sans-serif;
    font-size: 1.1em;
}

.dashboard-box{
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 50px;
    margin-top: 12px;
}

.dashboard-box-inside{
    background-color: var(--dark-color);
    padding: 50px 200px;
    margin-right: 12px;
}

.dashboard-menu-cat{
    color: var(--dark-text-color);
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
}



.ds-bug-reports-holder{
    color: var(--dark-text-color);
    background-color: var(--dark-color);
    padding: 50px;
}


.ds-bug-report{
    color: var(--dark-text-color);
    background-color: var(--dark-lighter-color);
    padding: 50px;
    margin-top: 15px;
}

.bug-report-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    background-color: var(--dark-lighter-color);
    padding: 50px;
    height: 100%;
}

.bug-report-section{
    background-color:var(--dark-color);
    padding: 50px;
}

.bug-report-sec-title{
    color: var(--dark-text-color);
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.talesu-p{
    color: var(--dark-text-color);
    font-family: 'Noto Sans', sans-serif;
}

.small{
    width: 100%;
}