* {
  box-sizing: border-box;
}

#manage {
  font-family: Arial, Helvetica, sans-serif;
  width: 1360px;
  overflow: hidden;
}

.flex {
  display: flex;
  flex-flow: wrap;
}

.assetManage {
  border: 1px solid gray;
  border-radius: 5px;
  width: 100px;
  padding: 5px;
  margin: 5px;
}

.textInput {
  width: 100%;
}

.initiativeInput {
  background: #e28bf1;
  text-align: center;
  font-size: 18px;
  width: 100%;
  border: #565656 1px solid;
}

.lebenInput {
  background: #90f18b;
  text-align: center;
  font-size: 18px;
  width: 100%;
  border: #565656 1px solid;
}

.publicAsset, .publicMini, .publicBlackout {
  position: absolute;
}
.publicAsset img, .publicMini img, .publicBlackout img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.publicAsset.mitRahmen-1 img, .publicMini.mitRahmen-1 img, .publicBlackout.mitRahmen-1 img {
  filter: drop-shadow(4px 4px 2px #fff) drop-shadow(-4px -4px 2px #fff) drop-shadow(-4px 4px 2px #fff) drop-shadow(4px -4px 2px #fff);
}

.publicBlackout {
  z-index: 105;
}

.asManage-1 .publicBlackout {
  z-index: 95;
}

.kartenHtml {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.kartenHtml.kartenHtml-visible {
  overflow: visible;
}

.karteContainer {
  position: absolute;
}

.bgCells {
  position: relative;
  z-index: 20;
}

.publicBg {
  position: relative;
  overflow: hidden;
  background: black;
  z-index: 10;
}
.publicBg .bgImage {
  position: relative;
}
.publicBg .bgCell {
  position: absolute;
  border: 1px dashed gray;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.bgGridWidth-1 .bgCell {
  border-width: 2px;
}

.bgGridWidth-4 {
  overflow: visible !important;
}
.bgGridWidth-4 .bgCell {
  border-width: 4px;
}

.scale05 {
  transform: scale(0.33);
  transform-origin: 0 0;
}

.outlineManage {
  outline: 10px solid silver;
  margin: 10px 20px;
  margin: 5px;
  display: inline-block;
}

.outlineManage-force {
  outline: 4px solid #eee;
  display: block;
  width: 1354px;
  height: 621px;
  position: absolute;
  left: 4px;
  z-index: 600;
}

.miniItem, .blackoutItem, .sceneManage {
  border: 2px dashed #888;
  padding: 5px;
  margin: 5px;
}
.miniItem.active, .blackoutItem.active, .sceneManage.active {
  outline: 3px solid #6589ea;
}
.miniItem.initiative, .blackoutItem.initiative, .sceneManage.initiative {
  box-shadow: 0px 0px 5px 5px #a1ea65;
}
.miniItem .imgWrapper, .blackoutItem .imgWrapper, .sceneManage .imgWrapper {
  text-align: center;
  position: relative;
}
.miniItem .imgWrapper img, .blackoutItem .imgWrapper img, .sceneManage .imgWrapper img {
  width: 100%;
}
.miniItem .smallButtonWrapper, .blackoutItem .smallButtonWrapper, .sceneManage .smallButtonWrapper {
  display: flex;
  flex-flow: wrap;
  justify-content: space-evenly;
}

.blackoutItem .blackoutDiv {
  background: black;
  height: 50px;
}

.publicMinis, .publicBlackouts {
  z-index: 100;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.publicMinis.noEvents, .publicBlackouts.noEvents {
  pointer-events: none;
}
.publicMinis.asManage-1, .publicBlackouts.asManage-1 {
  overflow: visible;
}
.publicMinis .miniName, .publicMinis .blackoutName, .publicBlackouts .miniName, .publicBlackouts .blackoutName {
  font-size: 60px;
}
.publicMinis .initiative img, .publicBlackouts .initiative img {
  filter: drop-shadow(2px 2px 50px #a1ea65);
  filter: drop-shadow(10px 10px 3px #a1ea65) drop-shadow(-10px -10px 3px #a1ea65) drop-shadow(-10px 10px 3px #a1ea65) drop-shadow(10px -10px 3px #a1ea65);
}
.publicMinis .active, .publicBlackouts .active {
  outline: 6px solid #fff;
  box-shadow: 0px 0px 0px 16px #65aaea;
}

.miniName, .blackoutName {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  color: white;
  filter: drop-shadow(1px 1px 0px #000);
  filter: drop-shadow(1px 1px 0 #000) drop-shadow(-1px -1px 0 #000) drop-shadow(-1px 1px 0 #000) drop-shadow(1px -1px 0 #000);
  font-size: 20px;
  pointer-events: none;
}

.blackoutName {
  color: white;
  filter: drop-shadow(1px 1px 0px #000);
}

.blackoutDiv-visible {
  border: white 15px dashed;
  background: repeating-linear-gradient(45deg, rgba(0, 0, 0, 0.5647058824), rgba(0, 0, 0, 0.2509803922) 10px, rgba(0, 0, 0, 0.2509803922) 10px, rgba(0, 0, 0, 0.5647058824) 20px);
}

.blackoutDiv-hidden {
  border: #6f6f6f 10px dashed;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.2509803922), rgba(0, 0, 0, 0.062745098) 10px, rgba(0, 0, 0, 0.062745098) 10px, rgba(0, 0, 0, 0.2509803922) 20px);
}

.blackoutDiv-visible.asManage-0 {
  border: none;
  background: black;
  outline: 5px solid black;
}

.publicBlackouts.asManage-0 {
  z-index: 300;
}

.blackoutDiv-hidden.asManage-0 {
  display: none;
}

.asManage-0 {
  pointer-events: none;
}

.miniColorOverlay {
  height: 100%;
  position: absolute;
  width: 100%;
  opacity: 0.3;
  top: 0;
  pointer-events: none;
}

.fillScene, .playScene {
  display: flex;
}
.fillScene .bgItem, .fillScene .assetItem, .playScene .bgItem, .playScene .assetItem {
  display: block;
  border: 2px dashed #888;
  padding: 5px;
  margin: 5px;
  cursor: pointer;
}
.fillScene .bgItem.alreadySelected-1, .fillScene .assetItem.alreadySelected-1, .playScene .bgItem.alreadySelected-1, .playScene .assetItem.alreadySelected-1 {
  background: #83d1ff;
}
.fillScene .kartenPart, .playScene .kartenPart {
  height: 625px;
}
.fillScene .kartenPart-0295 .scale05, .playScene .kartenPart-0295 .scale05 {
  transform: scale(0.295);
}
.fillScene #ajaxMini, .fillScene #ajaxBlackout, .playScene #ajaxMini, .playScene #ajaxBlackout {
  display: flex;
  flex-flow: wrap;
}
.fillScene .miniItem, .fillScene .blackoutItem, .playScene .miniItem, .playScene .blackoutItem {
  width: 160px;
}
.fillScene .miniItem-small, .playScene .miniItem-small {
  width: 100px;
  padding: 4px;
  margin: 2px;
}

.flexColumn {
  display: flex;
  flex-flow: column;
}

.middlePart {
  max-width: 1210px;
}

.playScene #ajaxAsset {
  display: flex;
  flex-flow: wrap;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.publicBody {
  background: black;
}

.publicRoot {
  overflow: hidden;
  height: 100vh;
  width: 100vw;
}

.btn {
  border-radius: 7px;
  background: #0670dc;
  color: white;
  display: inline-block;
  padding: 3px 6px;
  margin: 2px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: center;
  touch-action: manipulation;
}
.btn.btn-block {
  width: auto;
  display: block;
}
.btn:hover {
  background: #167de6;
}
.btn.btn-light {
  color: black;
  background: #6cb0f4;
}
.btn.btn-light:hover {
  background: #4f9fef;
}
.btn.btn-danger {
  background: #dc1406;
}
.btn.btn-danger:hover {
  background: #c61003;
}
.btn.btn-warning {
  background: #dc9506;
}
.btn.btn-warning:hover {
  background: #cb8906;
}
.btn.btn-success {
  background: #20ae18;
}
.btn.btn-success:hover {
  background: #14900d;
}
.btn.btn-gray {
  background: #636363;
}
.btn.btn-gray:hover {
  background: #515151;
}
.btn.btn-brown {
  background: #6a4111;
}
.btn.btn-brown:hover {
  background: #50410e;
}
.btn.btn-black {
  background: #000000;
}
.btn.btn-black:hover {
  background: #262626;
}
.btn.btn-viol {
  background: #b638cb;
}
.btn.btn-viol:hover {
  background: #bc42d1;
}
.btn.btn-heilung {
  background: #829f1b;
}
.btn.btn-heilung:hover {
  background: #91b022;
}
.btn.btn-schaden {
  background: #9f1b1b;
}
.btn.btn-schaden:hover {
  background: #ad2222;
}

.my-indicator {
  display: none;
}

.htmx-request .my-indicator, .htmx-request.my-indicator {
  display: inline;
}

.arrow-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  margin: auto;
}
.arrow-wrapper .arrow-up, .arrow-wrapper .arrow-down, .arrow-wrapper .arrow-left, .arrow-wrapper .arrow-right {
  position: absolute;
  width: 33%;
  height: 33%;
  padding: 6%;
  text-align: center;
  line-height: 1.3em;
}
.arrow-wrapper .arrow-up {
  top: 0;
  left: 32%;
  transform: rotate(-90deg);
}
.arrow-wrapper .arrow-down {
  top: 65%;
  left: 32%;
  transform: rotate(90deg);
}
.arrow-wrapper .arrow-left {
  top: 32%;
  left: 0;
  transform: rotate(180deg);
}
.arrow-wrapper .arrow-right {
  top: 32%;
  left: 63%;
}
.arrow-wrapper.arrow-wrapper-small {
  width: 50px;
}
.arrow-wrapper.arrow-wrapper-small .arrow-up, .arrow-wrapper.arrow-wrapper-small .arrow-down, .arrow-wrapper.arrow-wrapper-small .arrow-left, .arrow-wrapper.arrow-wrapper-small .arrow-right {
  width: 25px;
  height: 30px;
  padding: 4px;
  line-height: 23px;
}
.arrow-wrapper.arrow-wrapper-small .arrow-up {
  left: 11px;
}
.arrow-wrapper.arrow-wrapper-small .arrow-down {
  left: 11px;
}
.arrow-wrapper.arrow-wrapper-small .arrow-right {
  left: 26px;
}

.settingsOverlay {
  position: relative;
  z-index: 3000;
  background: rgba(255, 255, 255, 0.6509803922);
}

nav {
  margin: 20px;
}/*# sourceMappingURL=dnd-css.css.map */