@font-face {
  font-family: 'nekko_font';
  src: url('/fonts/HighTide.woff') format('woff'),
       url('/fonts/HighTide.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background: #0e010c;
  overflow-x: hidden;
  margin-top: 5%;
  margin-bottom: 5%;
}

a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

h1 {
  font-size: 1em;
  letter-spacing: 0.14em;
  min-width: 9em;
  text-align: right;
}

.page {
  position: relative;
  width: 95%;
  left: 50%;
  transform: translate(-50%);
  background: rgba(150, 150, 150, 0.06);
  border-radius: 1.25em;
  padding-bottom: 0.2em;
}

.logo-head {
  position: relative;
  width: 100%;
}

.title-logo {
  position: relative;
  width: 65%;
  margin-bottom: 0.7em;
  margin-left: 18%;
}

.link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  padding-top: 0.9em;
  padding-bottom: 0.9em;
  background-color: rgba(159, 110, 223, 0.075);
  margin-bottom: 0.75em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  border-radius: 1.25em;
  text-decoration: none;
}

.link .icon_button {
  width: 2.85em;
  vertical-align: middle;
}

.button_1:active {
  background-color: rgba(25, 113, 255, 0.274);
}
.button_2:active {
  background-color: rgba(255, 106, 25, 0.274);
}
.button_3:active {
  background-color: rgba(255, 25, 171, 0.274);
}
.button_4:active {
  background-color: rgba(25, 240, 255, 0.274);
}
.button_5:active {
  background-color: rgba(255, 25, 25, 0.274);
}

.copy {
  color: white;
  text-align: center;
  font-size: 0.7em;
  padding-top: 0.1em;
}

.waspo {
  color: rgb(104, 177, 147);
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.1em;
}

.delete {
  width: 2.3em;
}

.success {
  color: rgb(223, 255, 242);
  padding: 12px;
  font-size: 16px;
  text-align: center;
}

.error {
  color: rgb(255, 234, 222);
  padding: 12px;
  font-size: 16px;
  text-align: center;
}

.error_login {
  color: rgb(255, 230, 234);
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
  text-align: center;
}

input, textarea {
  margin-bottom: 10px;
  font-size: 18px;
  width: 95%;
  border-radius: 1.25em;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.247);
  border: none;
  color: white;
  text-align: center;
}

input[type=file] {
  font-size: 14px;
}

.add {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  border: none;
  background-color: rgba(62, 206, 117, 0.473);
  color: white;
  border-radius: 1.25em;
  left: 108%;
  transform: translate(-108%);
}

.title_adm {
  text-align: center;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
}

.title_adv {
  font-family: 'nekko_font', sans-serif;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1em;
}

.content_anunt {
  margin-top: -3em;
  position: absolute;
  font-family: 'nekko_font', sans-serif;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(218, 255, 224);
  letter-spacing: 0.1em;
  left: 50%;
  transform: translate(-50%);
}

.title_login {
  text-align: center;
  font-size: 15px;
  padding-left: 14px;
  padding-right: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgb(255, 202, 224);
  margin-top: 3em;
  margin-bottom: 2em;
}

.welcome_message {
  text-align: center;
  color: white;
  font-family: 'nekko_font', sans-serif;
  font-size: 26px;
  text-transform: capitalize;
  font-weight: 600;
  letter-spacing: 0.15em;
}

.logout {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-bottom: 1em;
  color: rgb(255, 189, 189);
}

.pass {
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  padding-bottom: 1em;
  color: rgb(255, 255, 255);
}

.login_input {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-bottom: 10px;
  font-size: 18px;
  width: 90%;
  height: 1.7em;
  border-radius: 1.25em;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.247);
  border: none;
  color: white;
  text-align: center;
}

.login_button {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 14px;
  padding-right: 14px;
  border: none;
  background-color: rgba(74, 248, 196, 0.288);
  color: white;
  border-radius: 1.25em;
  left: 95%;
  transform: translate(-95%);
  margin-bottom: 3em;
}

.img_anunt {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  border-radius: 1.25em;
}