.main-header {
  margin-left: 0 !important;
  background: #000;
}

.main-footer {
  margin-left: 0 !important;
  background: #000;
  color: #fff;
  text-align: center;
}

.main-header .brand-image {
  position: absolute;
  top: 0;
  left: 7.5px;
  width: 40px;
  height: 40px;
}

.navbar-nav {
  position: relative;
  flex-wrap: wrap;
  padding-left: 50px;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 24px;
  padding-left: 0;
}

.main-header .nav-link {
  height: 34px;
}

.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .dropdown-item .nav-link {
  color: #000;
}
.navbar-light .navbar-nav .dropdown-item .nav-link.active {
  color: #000;
}

.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #fff;
  font-weight: bold;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.main-header .navbar-nav .nav-item {
  display: inline-block !important;
}

.content-wrapper {
  margin-left: 0 !important;
}

.content-header h1 {
  padding: 0.5rem 1rem;
  border-left: 4px solid #0dcab7;
  font-size: 1.5rem;
}

.btn-primary {
  border-color: #0dcab7;
  background-color: #0dcab7;
}

table th {
  background-color: #0dcab7;
  color: #fff;
}

.fc-day-number {
  font-size: 12px;
}

.login-page {
  background: #ccc;
}

/* ライブ設置 */
.setup-color-list label {
  margin: 0 0.7em 0.7rem 0;
}

.setup-background-change {
  display: flex;
  justify-content: center;
  margin: -1.25rem;
  padding: 2.25rem 1rem;
}

.setup-background-change > div {
  z-index: 1;
}

.setup-background-change > i {
  z-index: auto !important;
}

.setup-background-change img, .setup-background-change svg {
  margin: 0;
  padding: 0;
  width: 100%;
  vertical-align: middle;
}

#toast-container > div {
  margin-top: 65px;
  opacity: 0.95;
}

/* ライブ設置 投影画面 */
html.chroma-key {
  background: #02c102;
}

.chroma-key body {
  background-color: transparent;
}

.projection {
  width: 100%;
  height: 100%;
  font-family: 'Arial', 'Yu Gothic Medium', '游ゴシック Medium', 'YuGothic', '游ゴシック体', sans-serif;
}

@font-face {
  font-weight: 400;
  font-style: normal;
  font-family: 'i';
  src: url('/assets/fonts/i/i.eot');
  src: url('/assets/fonts/i/i%EF%B9%96.eot#iefix') format('eot'), url('/assets/fonts/i/i.woff2') format('woff2'), url('/assets/fonts/i/i.woff') format('woff'), url('/assets/fonts/i/i.ttf') format('truetype'), url('/assets/fonts/i/i.svg#i') format('svg');
}

[class^=i-]:before, [class*=' i-']:before {
  text-decoration: none;
  text-transform: none;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  font-family: 'i';

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.i-cracker:before {
  content: '\F027';
}

.i-crackero:before {
  content: '\F028';
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar ::-webkit-scrollbar {
  display: none;
}

.projection .chat-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0;
  padding: 20px 0 0 0;
  word-break: break-all;
}

.projection .chat-body li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin: 0 0 30px 0;
  padding: 10px 20px;
  max-width: 600px;
  width: 60%;
  border-radius: 35px;
  background: #fff;
  color: #000;
  list-style: none;
}

.projection .chat-body li:nth-child(2n-1) {
  opacity: 0;
  animation-name: slideinleft;
  animation-duration: 0.1s;
  animation-iteration-count: 1;

  animation-fill-mode: forwards;
}

.projection .chat-body li:nth-child(2n) {
  opacity: 0;
  animation-name: slideinright;
  animation-duration: 0.1s;
  animation-iteration-count: 1;

  animation-fill-mode: forwards;
}

@keyframes slideinleft {
  0% {
    opacity: 0;
    transform: translate3d(-50px,50px,-50px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px,0px,0px);
  }
}

@keyframes slideinright {
  0% {
    opacity: 0;
    transform: translate3d(50px,50px,50px);
  }
  100% {
    opacity: 1;
    transform: translate3d(0px,0px,0px);
  }
}

.projection .chat-body li:nth-child(1n) {
  left: -15%;
}

.projection .chat-body li:nth-child(2n) {
  left: 0;
}

.projection .chat-body li:nth-child(3n) {
  left: -20%;
}

.projection .chat-body li:nth-child(4n) {
  left: 5%;
}

.projection .chat-body li:nth-child(5n) {
  left: -5%;
}

.projection .chat-body li:nth-child(6n) {
  left: 20%;
}

.projection .chat-body li:nth-child(7n) {
  left: 10%;
}

.projection .chat-body li .angle {
  position: absolute;
  right: -15px;
  bottom: 6px;
  display: block;
  border: 40px solid transparent;
  border-left: 40px solid #fff;
  content: '';
  transform: rotate(-80deg);
}

.projection .chat-body .link {
  z-index: 1;
}

.projection .chat-body a {
  text-decoration: none !important;
}

.projection .chat-body .name {
  display: block;
  padding: 0 8px 0 0;
  color: #777;
  font-size: 20px;
  line-height: 1.6;
}

.projection .chat-body .message {
  font-weight: bold;
  font-size: 35px;
  line-height: 1.6;
}

.projection .chat-body .text-block {
  position: relative;
  margin: 0;
  width: 100%;
}

.projection .chat-body .ultracheer .text-block span {
  display: block;
}

.projection .chat-body .ultracheer .name {
  color: #dcdcdc;
}

.projection .chat-body .ultracheer .message {
  color: #fff;
}

.projection .chat-body .i-crackero {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -20px;
  width: auto;
  height: 40px;
  background: none;
  font-size: 40px;
  line-height: 1;
  transform: scale(0.7, 0.7);
  animation-name: anime--ultracheer-bounce-in;
  animation-duration: 2s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
}

@keyframes anime--ultracheer-bounce-in {
  from, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

/* .picture-icon_middle {
  display: flex;
  overflow: hidden;
  min-width: 23px;
  min-height: 23px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
} */

.error-individual {
  color: #f00;
}
