/* menu */

.menu-holder {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 10px 10px 0px 10px; */
  color: #fff;
}

.menu-btn {
  text-align: center;
  font-size: 25px;
  padding: 10px 30px 10px 30px;
  margin-bottom: 10px;
  background-color: #222;
  color: #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
}

.menu-btn-active {
  background-color: rgba(0, 100, 255, 1);
}

.menu-btn:hover {
  background-color: #111;
}

.separator {
  height: 2px;
  margin: 10px 0px 10px 0px;
  background-color: #333;
}

.search-bar-text-area {
  display: inline-flex;
  border-radius: 50px;
  resize: none;
  border: 2px solid rgb(140, 140, 140);
  z-index: 5;
  width: 100%;
  margin: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  text-align: center;
}

/* btn */

.btn-category-holder {
  display: flex;
  padding: 15px 15px 15px 15px;
  border-radius: 0px 0px 10px 10px;
  color: #fff;
  background-color: #222;
}

.btn-category {
  display: inline-flex;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 0px 5px;
  border-radius: 20px;
  background-color: #444;
  cursor: pointer;
}

.btn-category:hover {
  display: inline-flex;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 0px 5px;
  border-radius: 20px;
  color: #fff;
  background-color: #666;
  /* background-color: rgba(0, 100, 255, 0.8); */
}

.btn-category-active {
  display: inline-flex;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 0px 5px;
  border-radius: 20px;
  color: #fff;
  cursor: pointer;
  /* font-weight: bold; */
  background-color: #666;
  /* background-color: rgba(0, 100, 255, 1); */
}

.btn-category-empty {
  height: 40px;
  display: inline-flex;
  padding: 10px 15px 10px 15px;
  margin: 0px 0px 0px 5px;
  border-radius: 20px;
  color: #222;
  cursor: default;
  font-weight: bold;
  background-color: #222;
  /* background-color: rgba(0, 100, 255, 1); */
}

/* caption-holder */

.caption-holder {
  padding: 15px 15px 15px 15px;
  border-radius: 0px 0px 10px 10px;
  color: #fff;
  background-color: #222;
}

.caption-holder-element-1 {
  text-align: center;
  font-size: 16px;
}

.caption-holder-element-2 {
  text-align: center;
  font-size: 12px;
}

/* tournaments-add-user */

.tournaments-add-user-checkbox {
  display: flex;
  padding: 3px 15px 0px 15px;
}

.tournaments-add-user-checkbox:hover {
  background-color: #444;
  border-radius: 10px;
}

/* tournaments-add-shooter */

.category-holder {
  display: flex;
  flex-direction: row;
}

.category-panel {
  width: 50%;
}

/* text area  */

.text-area {
  display: flex;
  padding: 10px;
  border-radius: 10px;
  resize: none;
  border: 2px solid rgb(140, 140, 140);
  z-index: 5;
  width: 100%;
  margin: auto;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  text-align: center;
  font-size: 20px;
}

.input-button-holder-123 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.input-button-holder-1234 {
  width: 100%;
  height: 200px;
  overflow: scroll;
}

.input-button {
  text-align: center;
  width: 50px;
  padding: 10px;
  margin: 5px;
  color: #fff;
  background-color: #444;
  border-radius: 5px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-button2 {
  text-align: center;
  width: 35%;
  padding: 10px;
  margin: 10px;
  border-radius: 5px;
  color: #fff;
  background-color: #444;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-button-disc {
  text-align: center;
  padding: 10px;
  margin: 5px;
  background-color: #000;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-button-disc:hover {
  background-color: #2b2b2b;
}

.input-button-disc-active {
  text-align: center;
  padding: 10px;
  margin: 5px;
  background-color: #666;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input-button-disc-active:hover {
  background-color: #666;
}
/* table */

th {
  text-align: center;
}

td {
  text-align: center;
}

/* animation */
/* animation */
/* animation */

.scroll-animation {
  height: fit-content;
  animation-name: scroll-animation;
  animation-duration: 2s;
}

@keyframes scroll-animation {
  0% {
    opacity: 0.2;
    position: relative;
    transform: translateY(1%);
  }

  100% {
    opacity: 1;
    position: relative;
    transform: translateY(0%);
  }
}
