turbo-frame#warriors_search_results {
}

@keyframes spinner {
  to { transform: rotate(360deg); }
}

[busy]:not([no-spinner]) {
  position: relative;
}

[busy]:not([no-spinner]) > * {
  opacity: 0.25;
}

[busy]:not([no-spinner])::before {
  content: '';
  box-sizing: border-box;
  position: absolute;
  top: 12rem;
  left: 50%;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -1rem;
  margin-left: -1rem;
  border-radius: 50%;
  border: 0.275rem solid rgba(237, 233, 254, 0.7); /* Semi-transparent border */
  border-top-color: rgb(124, 58, 237); /* Solid color for the top border */
  animation: spinner 0.6s linear infinite;
  z-index: 10;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  height: 100vh;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
}

header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 3px;
/*  border-bottom: 25px solid #9f073b; /* rgb(34, 34, 34) */*/
}

.header-bar {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.header-bar-logo img {
  width: 72px;
  height: 72px;
}

section#top {
  background-color: #f2f4f7;
  padding: 10px 10px 10px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.top-search {
  max-width: 1024px;
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Chrome, Safari, Edge, Opera */
.top-search input::-webkit-outer-spin-button,
.top-search input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.top-search input[type=number] {
  -moz-appearance: textfield;
}


.top-search-form-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.top-search-form-input {
  padding: 10px 5px 10px 5px;
}

@media screen and (min-width: 64em) {
  .top-search-form-container {
    flex-direction: row;
  }
}

input {
  min-height: 29px;
}

.top-search-form-input-button, .button {
  outline: 0;
  text-align: center;
  cursor: pointer;
  min-height: 30px;
  min-width: 100px;
  padding: 3px 13px 0px 13px;
  color: #fff;
  vertical-align: top;
  border-radius: 3px;
  border: 0;
  transition: all .3s ease;
  background: #9f073b;
  border-color: #cc4d29;
  font-size: 14px;
  text-decoration: none;
/*  text-transform: uppercase;*/
}
.top-search-form-input-button {
  display: inline-block;
}
.top-search-form-input-button:hover {
    background: #e4461b;
    border-color: #e4461b;
}

.button {
  padding: 10px 15px 10px 15px;
}

section#results {
  background-color: #ffffff;
  padding: 10px 10px 10px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.results-container {
  min-height: 400px;
  max-width: 1024px;
  text-align: left;
}

a {
  color: #9f073b;
}

a:hover, button:hover {
  color: #d8613c;
}

a.current, a[aria-disabled="true"] {
  color: black;
}

@media screen and (max-width: 625px) {
 .results-table-container table.results-table {
  transform: scale(0.85);
  font-size:0.75em;
 }
}

nav.pagy {
  margin: 10px 5px 15px 5px;
  text-align: center;
}
nav.pagy a {
  margin: 10px 5px 10px 5px;
}

.multiline-title {
  display: inline-block;
  padding-bottom: 8px;
}

footer {
  background-color: #f2f4f7;
  padding: 10px 10px 10px 10px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.copyright-container {
  max-width: 1024px;
}

.copyright-message {
  font-weight: bold;
}

.footer-text {
  margin-top: 5px;
  font-size: 12px;
}

.back-button-container {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: right;
}

.name-room-button-container {
  display: block;
  margin: 50px 0 0 0;
  text-align: center;
}

.name-room-button-container a.button {
  font-size: 15px;
  font-weight: normal;
}

section#navigation {
  background-color: #9f073b;
  padding-top: 3px;
}

section#navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 50px;
}

section#navigation ul li {
  margin: 0 20px 0 20px;
}

section#navigation ul li a {
  color: white;
  text-decoration: none;
}

section#navigation ul li a:hover {
  color: #EBEBEB;
}

@media screen and (max-width: 1280px) {
  section#navigation ul li {
    margin: 0 15px 0 15px;
  }
}

@media screen and (max-width: 840px) {
  section#navigation ul {
    flex-direction: column;
  }

  section#navigation ul li {
    margin: 10px 5px 10px 5px;
  }
}

dialog {
  width: 80vw;
  margin: auto;
 
  &::backdrop {
    background: #000;
    opacity: 0.7;
  }

  .modal-container {
    padding: 10px 10px 10px 10px;
  }
}

ul.modal-link-list {
  text-align: left;
  li {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 0;
  }
}

ul.after-content-link-list {
  text-align: center;
  list-style: none;
  padding: 0;
  li {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 0;
  }
}

.user-navigation {
  width: 100%;
  height: 50px;
  padding: 12px 0px 8px 0;
  margin: 0;

  display: flex;
  flex-direction: row;
  align-items: center;

  background-color: #EBEBEB;
  border-bottom: 4px dotted black;

  .user-navigation-list {
    padding-left: 16px;

    list-style-type: none;
    padding:0;
    margin: 0;
    display: flex;
    flex-direction: row;
    li {
      padding: 0 8px 0 8px;
    }
  }
  .user-navigation-actions {
    margin-left: auto;
    padding-right: 16px;
  }
}

.user-custom-container {
  margin: 16px 16px 16px 16px;

  width: 100%;
  flex: 1;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.full-width-input {
  width: 100%;
}

.deletable:has(input:checked) {
  background-color: #ff9582;
}

/* Vendor */

/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */

.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: -webkit-linear-gradient(315deg, #73a5ff, #5477f5);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}

.toastify.on {
    opacity: 1;
}

.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}

.toastify-right {
    right: 15px;
}

.toastify-left {
    left: 15px;
}

.toastify-top {
    top: -150px;
}

.toastify-bottom {
    bottom: -150px;
}

.toastify-rounded {
    border-radius: 25px;
}

.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}

.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}

@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: fit-content;
    }
}

/* /Vendor */

/* Custom */

.toast-notice, .toast-alert {
  color: white;
  width: auto;
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: .8rem;
  border-radius: .5rem;
  z-index: 100;
}

.toast-alert {
  background: #c44a54;
}

.toast-success {
  background: #24a860;
}

.toast-notice {
  /* the defaults are ok (looks blue) */
}

/* /Custom */

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
