.form-label{
    padding: 0.25em 0.5em;/*上下 左右の余白*/
    color: #494949;/*文字色*/
    background: transparent;/*背景透明に*/
    border-left: solid 5px #7db4e6;/*左線*/
    font-weight: bold;
}

[v-cloak] { display: none }


#switchArea {
    position       : relative;            /* 親要素が基点       */
    margin         : auto;                /* 中央寄せ           */
    width          : 111px;               /* ボタンの横幅       */
    background     : #fff;                /* デフォルト背景色   */
    border-radius  : 100px;
  }
  
   /* === チェックボックス ==================================== */
  #switchArea input[type="checkbox"] {
    display        : none;            /* チェックボックス非表示 */
  }
  
   /* === チェックボックスのラベル（標準） ==================== */
  #switchArea label {
    display        : block;               /* ボックス要素に変更 */
    box-sizing     : border-box;          /* 枠線を含んだサイズ */
    height         : 44px;                /* ボタンの高さ       */
    border         : 2px solid #999999;   /* 未選択タブのの枠線 */
    border-radius  : 22px;                /* 角丸               */
  }
  
   /* === チェックボックスのラベル（ONのとき） ================ */
  #switchArea input[type="checkbox"]:checked +label {
    border-color   : #78bd78;             /* 選択タブの枠線     */
  }
  
   /* === 丸部分のSTYLE（標準） =============================== */
  #switchArea #swImg {
    position       : absolute;            /* 親要素からの相対位置*/
    width          : 36px;                /* 丸の横幅           */
    height         : 36px;                /* 丸の高さ           */
    background     : #999999;             /* カーソルタブの背景 */
    top            : 4px;                 /* 親要素からの位置   */
    left           : 4px;                 /* 親要素からの位置   */
    border-radius  : 18px;                /* 角丸               */
    transition     : .2s;                 /* 滑らか変化         */
  }
  
   /* === 丸部分のSTYLE（ONのとき） =========================== */
  #switchArea input[type="checkbox"]:checked + label #swImg {
    transform      : translateX(67px);    /* 丸も右へ移動       */
    background     : #78bd78;             /* カーソルタブの背景 */
  }

  .text-strong{
    font-weight: bold;
  }


  .game-type{
    width: 180px;
    height: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 8px;
    background-color: #7db4e6;
    color: white;
    font-weight: bold;

  }

  [v-cloak] {
    display:none;
  }


  .page-title {
    color: #6cb4e4;
    text-align: center;
    padding: 0.25em;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    font-weight: bold;
  }


  /* bootsrap override */

.collapse{
  display: block !important;
}

.nav-link{
  font-weight: bold;
}

.trash a i {
  color: #dc3545;
}

.server_table td {
  border-top: none;
}

.server_table tr {
  border-top: 1px solid #dee2e6;
}

.stop .start {
  font-size: 20px;
  width: 100%;
}

.start a {
  color: #27af02;
}

.stop a {
  color: #ff3600;
}

.stop a:hover,
.start a:hover {
  text-decoration: none;
}

.cp_tooltip {
  position: relative;
  display: inline-block;
}
.cp_tooltip .cp_tooltiptext {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  visibility: hidden;
  width: auto;
  white-space: nowrap;
  padding: 0.3em 0.5em;
  transition: opacity 1s;
  text-align: center;
  opacity: 0;
  color: #ffffff;
  border-radius: 6px;
  background-color: #4e4e4e;
}

.cp_tooltip .cp_tooltiptext::after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  content: ' ';
  border: 5px solid transparent;
  border-top-color: #4e4e4e;
}
.cp_tooltip:hover .cp_tooltiptext {
  visibility: visible;
  opacity: 1;
}

.restart span {
  font-size: 15px;
  cursor: pointer;
}
.restart i {
  transition: .5s;
  transform: rotateZ(0);
}

.restart span:hover i {
  transform: rotateZ(360deg);
}

.spin {
    animation: spin 1.5s linear infinite;
}

@keyframes spin {
    0% {transform: rotate(0deg);}
    100% {transform: rotate(360deg);}
}

.pushed, .pushed i {
    color: #7d7d7d!important;
}

.eye {
    color: #555;
    float: right;
    margin-right: 30px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.zoom-rigist-wrap {
    display: table;
    width: 100%;
}

.game-title {
    margin-top: 80px;
    display: flex;
    align-items: center;
}

.user-data-wrap {
    width: 100%;
}

.user-data {
    display: flex;
    align-items: center;
}

.mc-head-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.mc-head {
    height: 100px;
    width: 100px;
}

.mc-head-2 {
    height: 60px;
    width: 60px;
}

.country-wrap {
    display: flex;
    align-items: center;
}

.jp-role {
    font-size: 20px;
}

.role-wrap {
    display: flex;
    align-items: center;
}

.role-badge {
    width: 55px;
}

.role-badge-2 {
    width: 40px;
}

.country-flag {
    width: 50px;
    height: 100%;
}

.results-link {
    
}

.mic-name {
    font-size: 35px;
}

.mic-name-2 {
    font-size: 25px;
}

@media (max-width: 767px) {
    .mc-head-wrap { padding-right: 1.5rem!important; }
    .mc-head {
        height: 60px;
        width: 60px;
    }
    .mic-name { font-size: 25px;}
    .role-wrap { padding-left: 1.5rem!important; }
    .role-badge { width: 40px; }
}

.swal-footer {
    text-align: center;
}

.zoom-rigist {
    display: table-cell;
    vertical-align: middle;
    display: inline-block;
}

.bg-primary, .btn-primary {
    background-color: #389AD3!important;
    border-color: #389AD3!important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #6cb4e4;
}

.nav-tabs a {
    color: #495057;
    /* letter-spacing: 2px; */
    padding: 1rem 1.5rem;
}

.upload-form {
    padding: 30px;
    text-align: center;
}
.upload-area {
    border: 3px dotted #389AD3;
    background-color: rgba(0, 87, 255, 0.3);
    transition: .5s;
}
.upload-area2 {
    border: 3px dotted gray;
}
.select-button {
    cursor: pointer;
    border: 1px solid #389AD3;
    padding: 3px;
    border-radius: 5px;
    background-color: white;
    transition: .5s;
}
.select-button:hover {
    background-color: #389AD3;
}
.select-button:hover p {
    color: white;
}
.select-button p {
    color: #389AD3;
    margin: 10px;
}
.upload-btn {
    width: 100%;
}

.preview {
	overflow: hidden;
	position: relative;
}
.preview img {
    margin: auto;
    width: 50%;
}
.preview .caption {
	font-size: 100%;
	text-align: center;
    margin: auto;
	color: #fff;
}
.preview .mask {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 25%;
	opacity: 0;
	background-color: rgba(0,0,0,0.4);
	-webkit-transition:	all 0.2s ease;
	transition:	all 0.2s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.preview:hover .mask {
	opacity: 1;
}
.table-fixed {
    table-layout: fixed;
}

/* Import modern styles */
@import url('./modern-styles.css');
