/**************************/
.clear {
  float: none!important;
  clear: both!important;
  display: table!important;
  width: 0!important;
  height: 0!important;
  margin: 0!important;
  padding: 0!important;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#bg-dark {
  position: fixed;
  top: -40%;
  left: -40%;
  right: -40%;
  bottom: -40%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.mod_win_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow-y: hidden;
  z-index: 999;
}
.mod_win_wrapper .mod_win {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-top-width: 0px;
  /*display: inline-block;*/
  font-weight: bold;
  padding: 0.7em;
  margin: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
  border-color: #777;
  color: #fff;
  background: #666666;
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0.3em;
  display: flex;
  position: absolute;
  width: 95%;
  max-width: 50em;
  min-height: 15em;
  max-height: 95%;
  top: 1em;
  z-index: 9999;
  background: #eeeeee;
  color: #222;
  cursor: default;
  font-weight: normal;
  position: relative;
}
.mod_win_wrapper .mod_win .randomProp {
  cursor: pointer;
  border-bottom: 1px rgba(72, 126, 197, 0) dashed;
  transition: border 0.2s;
}
.mod_win_wrapper .mod_win .randomProp:hover {
  border-bottom: 1px #487EC5 dashed;
}
.mod_win_wrapper .mod_win .randomPropButton {
  border: none;
  background: transparent;
  cursor: pointer;
  opacity: 0.5;
  transition: opacity .3s;
}
.mod_win_wrapper .mod_win .randomPropButton:hover {
  opacity: 1;
}
.mod_win_wrapper .mod_win a {
  font-style: italic;
  text-decoration: none;
}
.mod_win_wrapper .mod_win a[href*="spells"] {
  color: #2e5992;
  border-bottom: 1px rgba(72, 126, 197, 0) dashed;
  background: #f6f9fc;
  transition: border 0.2s;
}
.mod_win_wrapper .mod_win a[href*="spells"]:hover {
  border-bottom: 1px #487EC5 dashed;
}
.mod_win_wrapper .mod_win a[href*="spells"]:visited {
  color: #2e5992;
}
.mod_win_wrapper .mod_win a[href*="spells"] {
  color: #2e5992;
  border-bottom: 1px rgba(72, 126, 197, 0) dashed;
  background: #f6f9fc;
  transition: border 0.2s;
}
.mod_win_wrapper .mod_win a[href*="spells"]:hover {
  border-bottom: 1px #487EC5 dashed;
}
.mod_win_wrapper .mod_win a[href*="spells"]:visited {
  color: #2e5992;
}
.mod_win_wrapper .mod_win a[href*="magic-item"] {
  color: #925d2e;
  background: #fcf9f6;
  border-bottom-color: rgba(197, 131, 72, 0);
}
.mod_win_wrapper .mod_win a[href*="magic-item"]:hover {
  border-bottom: 1px #c58348 dashed;
}
.mod_win_wrapper .mod_win a[href*="magic-item"]:visited {
  color: #925d2e;
}
.mod_win_wrapper .mod_win a[href*="monsters"] {
  color: #922e45;
  background: #fcf6f8;
  border-bottom-color: rgba(197, 72, 100, 0);
}
.mod_win_wrapper .mod_win a[href*="monsters"]:hover {
  border-bottom: 1px #c54864 dashed;
}
.mod_win_wrapper .mod_win a[href*="monsters"]:visited {
  color: #922e45;
}
.mod_win_wrapper .mod_win_content {
  padding: .5em;
  overflow-y: scroll;
}
.mod_win_wrapper .mod_win_content::-webkit-scrollbar {
  width: 0.2em;
  height: 0.2em;
}
.mod_win_wrapper .mod_win_content::-webkit-scrollbar-thumb {
  background: #777;
}
.mod_win_wrapper .mod_win_content::-webkit-scrollbar-track {
  background: #ddd;
}
.mod_win_wrapper .mod_win_content body {
  scrollbar-face-color: #777;
  scrollbar-track-color: #ddd;
}
.mod_win_wrapper .bCloseInfoWin {
  display: none;
  position: absolute;
  top: -0.2em;
  right: 0;
  padding: .1em .2em;
  font-size: 300%;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.2);
}
.mod_win_wrapper .bCloseInfoWin:hover {
  color: rgba(0, 0, 0, 0.4);
}
.flexParent {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: stretch;
}
.flexChild {
  flex-grow: 1;
}
[v-cloak] {
  display: none;
}
.frame {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-bottom-width: 2px;
  border-top-width: 0px;
}
.fr {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  border-bottom-width: 2px;
}
.fr-convex {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-top-width: 0px;
  /*display: inline-block;*/
  font-weight: bold;
  padding: 0.7em;
  margin: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
  border-color: #555555;
  color: #fff;
  background: #666666;
  box-shadow: 0 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fr-concave {
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-top-width: 0px;
  /*display: inline-block;*/
  font-weight: bold;
  padding: 0.7em;
  margin: 0.3em;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 2px;
  text-decoration: none;
  border-color: #777;
  color: #fff;
  background: #666666;
  box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#news_adder.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #888888d4;
  overflow-y: scroll;
  z-index: 99;
}
#news_adder.hide {
  display: none;
}
#news_adder #document_attachment_doc {
  display: none;
}
.modal #newsAdded {
  width: 50rem;
  max-width: 90vw;
  margin: var(--padding) auto;
  padding: var(--padding-big);
  border-radius: var(--radius);
}
#newsAdded {
  background: var(--back-default);
}
#newsAdded textarea {
  min-height: 150px;
}
#newsAdded details {
  width: 100%;
}
#newsAdded .img_progress {
  width: 100%;
}
#newsAdded .img_progress.animation {
  animation-name: progress;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: alternate;
}
@keyframes progress {
  0% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}
#newsAdded .row {
  display: flex;
  flex-wrap: wrap;
  padding: 0.5rem;
}
#newsAdded .row input,
#newsAdded .row label,
#newsAdded .row select,
#newsAdded .row textarea {
  flex-grow: 1;
}
#newsAdded #news_example {
  width: 100%;
  background: #66666626;
  padding: 0.5rem;
  border-radius: 0.5rem;
}
#newsAdded #news_example_title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#newsAdded #news_example_youtube {
  margin: 0 -0.5rem;
}
.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background: radial-gradient(transparent, #392d00);
  margin: 0.5rem;
}
.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video_wrapper .delete {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  font-size: 150%;
  padding: 0.5rem;
  cursor: pointer;
  /*background: grey;*/
  color: white;
  opacity: 0.6;
  transition: opacity .3s, color .3s;
}
.video_wrapper .delete:hover {
  color: var(--color-bad);
  opacity: 1;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
}
.gallery .Bord {
  position: relative;
  margin: 0.5rem;
  /*background: silver;*/
}
.gallery .delete {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  font-size: 150%;
  padding: 0.5rem;
  cursor: pointer;
  color: white;
  opacity: 0.6;
  transition: opacity .3s, color .3s;
}
.gallery .delete:hover {
  opacity: 1;
  color: var(--color-bad);
}
.gallery .choose {
  position: absolute;
  z-index: 9999;
  top: 0;
  right: 0;
  font-size: 150%;
  padding: 0.5rem;
  cursor: pointer;
  color: white;
  opacity: 0.6;
  transition: opacity .3s, color .3s;
}
.gallery .choose:hover {
  opacity: 1;
  color: var(--color-accent);
}
