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

body {
  margin: 0px;
  font-family: 'Lato', sans-serif;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.nav {
  height: 70px;
  width: z-webkit-fill-available;
  background-color: #dd00dd;
  position: relative;
  padding: 0 1%;
}

.navcontent {
  padding: 5px 1%;
}

.nav > .navcontent > .nav-header {
  display: inline;
  float: left;
}

.nav > .navcontent >  .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #fff;
  padding: 10px 10px 10px 10px;
}

.nav > .navcontent >  .nav-btn {
  display: none;
}

.dropbtn {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #fff;
  margin: 5px;
  transition: 0.5s;
  border-radius: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
  float: right;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ff22ff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right: 0;
  margin-top: 1px;
  color: white;
  border-radius: 5px;
}

.dropdown-content a {
  color: white;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  transition: 0.1s;
}

.dropdown-content a:hover {transition: 0.1s; background-color: #dc00dc; border-radius: 5px;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  border-radius: 5px;
  
}

.botao-s {
  font-weight: bold;
  font-size: 16px;
  padding: 13px;
  border: 0;
  color: white;
  background-color: #e200d1;
  border-radius: 5px;
  transition: 0.5s;
}

.botao-s:hover {
  background-color: #b400a5;
  transition: 0.5s;
  transform: scale(1.1);
}

.botao-n {
  font-weight: bold;
  font-size: 16px;
  padding: 13px;
  border: 0;
  color: white;
  background-color: #6d6d6d;
  border-radius: 5px;
  transition: 0.5s;
  cursor: pointer;

}

.botao-n:hover {
  background-color: #373737;
  transition: 0.5s;
  transform: scale(1.1);
}

.announcement {
    overflow-wrap: break-word;
    color: white;
    text-align: center;
    background-color: purple;
    padding: 1px;
}

.nav > .navcontent >  .nav-links {
  margin: 2px;
  float: left;
  font-size: 17px;
}

.nav > .navcontent >  .nav-links > .nav-a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #fff;
  margin: 5px;
  transition: 0.5s;
  border-radius: 5px;
  
}

.nav > .navcontent >  .playerinfo {
  margin: 2px;
  float: right;
  font-size: 17px;
}

.nav > .navcontent >  .playerinfo > .nav-a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #fff;
  margin: 5px;
  transition: 0.5s;
  border-radius: 5px;
  
}


.nav > .navcontent >  .nav-links > .nav-a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  border-radius: 5px;

}

.nav > .navcontent >  .playerinfo > .nav-a:hover {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  border-radius: 5px;

}

.nav > .navcontent >  #nav-check {
  display: none;
}

.accountuse-container-login {
  width: -webkit-fill-available;
  margin-right: auto;
  margin-left: auto;
  padding-left: 38%;
  padding-right: 38%;
  margin-top: auto;
  margin: auto;
}

.accountuse-container-register {
  width: -webkit-fill-available;
  margin-right: auto;
  margin-left: auto;
  padding-left: 38%;
  padding-right: 38%;
  margin: auto;
}


.accountuse-card {
  font-family:  'Lato', sans-serif;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.5rem;
}

.profile {
  background-color: #00000042;
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: white;
}

.imgspace {
  background-color: #d6d6d626;
}

input.accountuse {
  margin: 10px;
  width: 85%;
  height: 34.125;
  border-radius: 3px;
  border: 1px solid rgb(0 0 0 / 8%);
  padding: 5px;
  transition: 0.5s;
}

.botao-uc {
  cursor: pointer;
  margin: 20px;
  border: 0;
  width: 85%;
  height: 34.125;
  background-color: #dd00dd;
  border-radius: 6px;
  color: white;
  font-family:  'Lato', sans-serif;
  font-size: inherit;
  font-weight: bold;
  transition: 0.5s;
}

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

.botao-uc:hover {
  background-color: #cd00cd;
  transition: 0.5s;

}

input.accountuse:focus{
  background-clip: padding-box;
  background-color: #fff;
  outline: none;
  box-shadow: 0 0 0 2px #ff00ff87;
  color: #002e5c;
  font-weight: 400;
  line-height: 1.6;
  transition: border .15s ease-in-out,box-shadow .15s ease-in-out;
  width: 85%;
}

.container {
  padding-left: 10%;
  padding-top: 1%;
  padding-bottom: 4%;
  margin-bottom: 10px;
  width: 80%;
}

.card {
  border: 1px solid rgba(0, 0, 0, .125);
  color: black;
  padding-bottom: 15px;
  width: webkit-fill-avai;
  border-radius: 10px;
  background-color: #ffffff;
  margin-top: 25px;
}

.card-body {
  padding-top: 0.05em;
  padding-left: 25px;
}

.card-body > a {
  color: #2e2e2e;
}

.banned-page {
  margin-left: auto;
  margin-right: auto;
  width: 70%;

}

.motive {
  display: table;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 5px;
  width: 95%;
  padding-bottom: 6%;
  margin-bottom: 25px;
}

.author-info {
  border: 1px solid rgba(0, 0, 0, .125);
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  margin-right: 15px;
  display: inline-flex;
  margin-top: 22px;
  color: rgb(0, 0, 0);
  width: -webkit-fill-available;
  height: 40px;
}

.post-info > a {
  color: rgb(48, 48, 48);
}
.forum-board {
  color: rgb(48, 48, 48);
  transition: 1s;
}

.forum-board:hover {
  transform: scale(1.1);
  transition: 1s;
}

.forumtop {
  width: -webkit-fill-available;
}

.forumtext {
  transition: 0.15s ease-in-out;
  font-family: 'Lato', sans-serif;
  resize:none;
  width: -webkit-fill-available;
  height: 70%;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 10px;
  padding: 1%;
  font-size: 100%;
  color: #393939;
}

.forumtext::placeholder {
  color: #00000091;
   
 }

 .forumtext:focus{
  background-clip: padding-box;
  outline: none;
  box-shadow: 0 0 0 2px #252525;
  color: #393939;
  font-weight: 400;
  transition: border .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: 0.15s;
  transform: scale(1.015);
}

.settings-input {
  width: 97%;
  border: 1px solid rgba(0, 0, 0, .125);
  padding: 1%;
  font-size: 100%;
  border-radius: 10px;
  color: #393939;
  transition: 0.15s;
}

.settings-input::placeholder {
  color: #00000091;
}

input.settings-input:focus{
background-clip: padding-box;
outline: none;
box-shadow: 0 0 0 2px #252525;
color: #373737;
font-weight: 400;
transition: border .15s ease-in-out,box-shadow .15s ease-in-out;
transition: 0.15s;
transform: scale(1.015);
}

.welcome {
  display: -webkit-inline-box;
}

.bruh {
 color: white;
}

 .search {
  /* display: table; */
  width: -webkit-fill-available;
}

.search-input {
  border: 1px solid rgba(0, 0, 0, .125);
  width: -webkit-fill-available;
  background-color: #ffffff;
  padding: 1%;
  font-size: 100%;
  border-radius: 10px;
  color: white;
  transition: 0.15s;
}

input.search-input:focus{
  background-clip: padding-box;
  background-color: #ededed;
  outline: none;
  box-shadow: 0 0 0 2px #ff00ff;
  color: #383838;
  font-weight: 400;
  transition: border .15s ease-in-out,box-shadow .15s ease-in-out;
}


.search-result {  border: 1px solid rgba(0, 0, 0, .125);
color: #333333;padding: 6px;width: 245px;background-color: #ffffff;border-radius: 10px;display: inline-flex;margin: auto;transition: 0.45s; margin: 5px;}

.search-result > img {
background-color: #b2b2b212;
margin-right: 10px;
border-radius: 366px;
}

.search-result:hover {
  transform: scale(1.05);
  transition: 0.45s;
}

.search-username {
display: contents;
font-weight: 700;
font-size: 1.3em;
}

.search-holder {
display: contents;
font-style: italic;
color: #a0a0a0;
}

.footer {
  background-color: #dd00dd;
  padding: 2%;
  color: white;
  text-align: center;
  margin-top: 80px;
  padding-top: 15px;
}

.footer ul {
  display: inline-flex;
}

.footer li {
  list-style: none;
  float: right;
}

@media only screen and (max-width: 800px) {
.accountuse-container-login {
  padding-left: 8%;
  padding-right: 8%;
  margin:auto;
}

.accountuse-container-register {
  padding-left: 8%;
  padding-right: 8%;
  margin: auto;
}


}

.footer ul {
  display: inline-flex;
}

.footer li {
  list-style: none;
  float: right;
}

@media (max-width:800px) {
  .nav {
    position: fixed;
    width: 100%;
  }
  .nav > .navcontent >  .nav-btn {
    display: inline-block;
    position: absolute;
    right: 0px;
    /* top: 0px; */
    margin-right: 10px;
  }
  .nav > .navcontent >  .nav-btn > label {
    display: inline-block;
    padding: 10px;
    padding-bottom: 0px;
    margin-top: 15%;
  }
  .nav > .navcontent >  .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
  }
  .nav > .navcontent >  .nav-btn > label > span {
    display: block;
    width: 25px;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .nav > .navcontent >  .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    background-color: #dd00dd;
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 67px;
    left: -2px;
  }
  .nav > .navcontent >  .nav-links > .nav-a {
    display: block;
    width: -webkit-fill-available;
  }

  .nav > .navcontent >  .playerinfo {
    height: 0px;
    display: inline-flex;
    margin-right: 45px;
    }
  .nav > .navcontent >  .playerinfo > .nav-a {
    display: block;
    width: -webkit-fill-available;
  }

  .nav > .navcontent >  #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .nav > .navcontent >  #nav-check:checked ~ .nav-links {
    height: calc(50vh - 50px);
    overflow-y: auto;
  }

  .dropdown-content {
    left: 0;
    
  }

  .botao-s {
    margin-left: 10px;
  }

  .botao-settings {
    cursor: pointer;
    padding-bottom: auto; 
    margin-top: 10px; 
    width: 92%;

  }

  .announcement {
    margin-top: 70px;
    width: -webkit-fill-available;
  }

  .welcome {
    margin-top: 10px;
    margin-left: -13px;
  }

  .filling {
    padding: 13%;
  }

  .forum-card {
    padding-bottom: 28.5%;
    overflow-wrap: break-word;
  }

  .search-result {
    margin-bottom: 15px;
    width: -webkit-fill-available;
  }

  .settings-input {
    padding: 5%;
    height: 5%;
    width: 92%;
  }

  .search-input {
    padding: 4%;
  }
}