@font-face {
  font-family: 'vampire';
  src: url('/fonts/vampire/vampire_enhanced.woff2') format('woff2'),
    url('/fonts/vampire/vampire_enhanced.woff') format('woff'),
    url('/fonts/vampire/vampire_enhanced.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.bounce {
  animation: jump .7s ease infinite alternate;
}

.bounce:after {
  background: #fff;
	 animation: blink 1.33s ease-out infinite;
	 z-index: -1;
}

@keyframes jump {
  0% {
    transform: scale(1);
    box-shadow: 0 1px 2px rgba(0,0,0,.15);
  }
  100% {
    transform: scale(1.1);
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
  }
}

.centeringContainer {
  display: flex;
  justify-content: center;
}

h1 {
  font-family: vampire;
  font-size: 150px;
  font-weight: 100;
  color: rgb(209, 57, 57);
  text-align: center;
  margin: 0 0 10px;
}

body {
  background-color: black;
  background-image: url("/img/ouija.jpg");
  background-size: 100% auto;
  background-repeat-y: no-repeat;
}

.messageContainer {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 10px;
  padding: 20px;
  background-color: #d13939;
  border-radius: 3px;
  opacity: .7;
  max-width: 80%;
  font-size: large;
}

.messageContainer a {
  text-decoration: underline;
  color: #ffd2d2;
}

.messageContainer a:hover {
  color: #ffffff;

}

.vampContainer {
  background: rgb(30 30 30 / 80%);
  padding: 20px;
  width: 700px;
  max-width: 80%;
  margin: 25px auto;
  border-radius: 4px;
  box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
  color: #cbcbcb;
  font-size: 30px;
  text-align: center;
  border: 3px solid #00000063;
}

.vampContainer .red {
  color: black;
  background: rgb(137 28 28);
}

input[type="file"] {
  color: rgba(218, 218, 218, 0.3)
}

input[type="file"]::file-selector-button, select {
  border: 2px solid #000000;
  padding: 0.2em 0.4em;
  border-radius: 0.1em;
  background-color: #3b3b3b;
  transition: 1s;
  color: #a3a3a3;
}

a {
  color: rgb(209, 57, 57);
}

a, a:hover {
text-decoration: none;
}

a,
a>img {
  transition: .5s ease;
}

a:hover {
  color: #f0e6e6;
}

a:hover>img {
  filter: brightness(0) invert(1);
}

.errorBlood {
  position: fixed;
  background-image: url("/img/straightBloodDrop.png");
  background-size: contain;
  width: 100%;
  height: 170px;
  top: 0;
  left: 0;
}

.menuIcons {
  position: absolute;
  right: 5%;
  top: 15%;
  text-align: center;
}

.menuIcons>div {
  margin-top: 40px;
}

#cardIcon {
  top: 100px;
}

#cardIcon>img {
  width: 80px;
}

#logoutIcon {
  top: 200px;
}

#logoutIcon>img {
  padding-left: 10%;
  width: 60px;
}

.button {
  border: solid 3px #b11a1a70;
  outline: none;
  border-radius: 0;
  text-transform: uppercase;
  background: #b11a1a70;
  color: #ffffff;
  transition: all 0.5s ease;
  -webkit-appearance: none;
  cursor: pointer;
}

.bigButton {
  font-family: vampire;
  font-weight: 100;
  padding: 15px 0;
  font-size: 3.5rem;
}

.smallButton {
  padding: 5px;
  font-size: 1.3rem;
}

.button:hover,
.button:focus {
  background: #912526;
}

.button-block {
  display: block;
  width: 100%;
  padding: 5px;
}

.profileImage {
  width: 200px;
  border: 10px solid #a03636;
  border-style: outset;
}

.profileImageSmall {

  margin-left: 20px;
  margin-right: 20px;
  height: 200px;
  border: 5px solid #a03636;
  border-style: outset;
}

td>.profileImage {
  width: 50px;
  border: 2px solid #a03636;
}

.simpleInput {
  font-size: 22px;
  display: block;
  width: 40ch;
  padding: 5px 10px;
  background: #680000;
  border: 1px solid #b3a0a0;
  color: #ffffff;
}

.simpleInput::placeholder {
  color: #bd7878;
}

.editPerfilFieldContainer {
    display: table-row;
}

.editPerfilFieldContainer div{
    display: table-cell;
    vertical-align: middle;
}


.editPerfilFieldContainer span{
    display: table-cell;
    vertical-align: middle;
}

.editPerfilFieldContainer input{
    margin-left: 10px;
}

.editPerfilFieldContainer > span:first-of-type {
  text-align: right;
}

.dropdown-menu {
    background: black;
    padding: 3px;
}

/* width */
::-webkit-scrollbar {
  width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
  margin-left: 5px;
  margin-right: 5px;
  box-shadow: inset 0 0 5px grey;
  border-radius: 3px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #a03636;
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #4c1919;
}

.tag {
    width: fit-content;
    font-family: vampire;
    font-size: xx-large;
    padding: 8px;
    margin: 2px;
    border: 4px solid #7a7979;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.tag-icon {
 border-radius: 100%;
 border-color: #8429f9;
}
