/**************************/
.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: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  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;
  overflow-y: auto;
  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: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  overflow: visible;
  background: #fff;
  border: 0px solid #d8d8d8;
  border-bottom-width: 2px;
  border-top-width: 0px;
}
.fr {
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-bottom-width: 2px;
}
.fr-convex {
  -webkit-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  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: 0.2rem 0.2rem 0.2rem 0.2rem;
  -moz-border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  border-radius: 0.2rem 0.2rem 0.2rem 0.2rem;
  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;
}
.combobox {
  display: table;
}
.input_place {
  display: flex;
}
.combobox_list_place {
  position: relative;
}
.combobox_list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  background: rgba(250, 250, 250, 0.9);
}
.combobox_list li {
  padding: .2em .1em;
  cursor: pointer;
  transition: background .2s;
}
.combobox_list li:hover {
  background: #dcdcfa;
}
/*-------------------*/
.af_editor,
.af_editor_table {
  width: 100%;
}
.af_row_panel,
.af_editor_footer {
  padding: 1.5em 0 1.5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-left: auto;
  gap: 1rem;
  /*padding-right: 1rem;*/
}
.af_row_panel a {
  text-decoration: underline;
  opacity: 0.7;
  transition: opacity .3s;
}
.af_row_panel a:hover {
  opacity: 1;
}
.btn_cancel,
.btn_submit {
  border-radius: 3px;
  padding: .3em;
  border: 1px solid #bbb;
  cursor: pointer;
  transition: background .3s, bordr .3s;
}
.btn_cancel {
  color: white;
  background: #d32f2f;
  border-color: #ab2424;
}
.btn_cancel:hover {
  background-color: #dc5959;
  border-color: #d32f2f;
}
.btn_cancel:active {
  background: #d32f2f;
  border-color: #ab2424;
  outline: none;
}
.btn_submit {
  color: white;
  background: #388e3c;
  border-color: #2a692d;
}
.btn_submit:hover {
  background-color: #46b34b;
  border-color: #388e3c;
}
.btn_submit:active {
  background: #388e3c;
  border-color: #2a692d;
  outline: none;
}
article[data-stat='cancelled'] .show_stat:before {
  --color: red;
  content: "Отмена";
  font-size: 200%;
  border: 5px solid var(--color);
  border-radius: 5px;
  color: var(--color);
  font-weight: bold;
  padding: .3rem;
  opacity: 0.5;
  margin: 1rem 0;
  display: table;
}
.roles_scroll_wrapper {
  display: flex;
  flex-direction: column;
  gap: var(--padding);
  width: 100%;
}
.roles_scroll_wrapper .roles_list_wrapper {
  overflow: auto;
}
@media screen and (min-width: 600px) {
  .af_row_time_val,
  .af_row_date_val {
    font-size: 140%;
  }
  article[data-stat='cancelled'] .show_stat:before {
    --color: red;
    font-size: 200%;
    position: absolute;
    right: 0.1rem;
    bottom: 1.1rem;
    border: 5px solid var(--color);
    border-radius: 5px;
    color: var(--color);
    font-weight: bold;
    padding: .3rem;
    transform: rotate(-10deg);
    opacity: 0.5;
  }
}
