/* width */
.swiper-slide::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.swiper-slide::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.swiper-slide::-webkit-scrollbar-thumb {
  background: #856429;
  border-radius: 10px;
}

/* Handle on hover */
.swiper-slide::-webkit-scrollbar-thumb:hover {
  background: #9c7531;
}


.dropdown,
.dropdown-toggle {
  z-index: 3000;
}



.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 3000;
  top: 95%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -10px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

}

.fp-controlArrow.fp-next {
  right: 10px;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #bb5858;
}

.fp-controlArrow.fp-prev {
  left: 10px;
  width: 0;
  border-width: 20px 20px 20px 0;
  border-color: transparent rgb(250, 142, 19) transparent transparent;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: rgba(59, 3, 119, 0.73);
  font-size: 14px;
  font-family: sans-serif, arial, helvetica, Microsoft JhengHei;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

.blue-btn {
  position: relative;
  text-decoration: none;
  display: inline-block;
  /* important */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blue-btn,
.first-link {
  -webkit-transition: 6s;
  -moz-transition: 6s;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
}

.blue-btn {
  overflow: hidden;
  width: 122px;
}

.blue-btn:hover {
  text-decoration: none;
}

.first-link {
  margin-left: 0em;
}

.blue-btn:hover .first-link {
  margin-left: -150px;
}

html,
body {
  background-color: black;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
}

.jj_loader {
  position: relative;
  top: 45%;
  margin: -10px auto;

  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid blue;
  border-right: 16px solid green;
  border-bottom: 16px solid red;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*
@media (min-width: 1200px)
.container {
    width: 100%;
}
*/

#d3-nav-icon {
  width: 55px;
  height: 45px;
  position: fixed;
  top: 25px;
  /* left: 25px; */
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 1s ease-in-out;
  -moz-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  cursor: pointer;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

.readonly {
  pointer-events: none;
}

.jc1,
.w3-amber,
.w3-hover-amber:hover {
  color: #000 !important;
  background-color: #ffc107 !important
}

.jc2,
.w3-aqua,
.w3-hover-aqua:hover {
  color: #000 !important;
  background-color: #00ffff !important
}

.jc3,
.w3-blue,
.w3-hover-blue:hover {
  color: #fff !important;
  background-color: #2196F3 !important
}

.jc4,
.w3-light-blue,
.w3-hover-light-blue:hover {
  color: #000 !important;
  background-color: #87CEEB !important
}

.jc5,
.w3-brown,
.w3-hover-brown:hover {
  color: #fff !important;
  background-color: #795548 !important
}

.jc6,
.w3-cyan,
.w3-hover-cyan:hover {
  color: #000 !important;
  background-color: #00bcd4 !important
}

.jc7,
.w3-blue-grey,
.w3-hover-blue-grey:hover,
.w3-blue-gray,
.w3-hover-blue-gray:hover {
  color: #fff !important;
  background-color: #607d8b !important
}

.jc8,
.w3-green,
.w3-hover-green:hover {
  color: #fff !important;
  background-color: #4CAF50 !important
}

.jc9,
.w3-light-green,
.w3-hover-light-green:hover {
  color: #000 !important;
  background-color: #8bc34a !important
}

.jc10,
.w3-indigo,
.w3-hover-indigo:hover {
  color: #fff !important;
  background-color: #3f51b5 !important
}

.jc11,
.w3-khaki,
.w3-hover-khaki:hover {
  color: #000 !important;
  background-color: #f0e68c !important
}

.jc12,
.w3-lime,
.w3-hover-lime:hover {
  color: #000 !important;
  background-color: #cddc39 !important
}

.jc13,
.w3-orange,
.w3-hover-orange:hover {
  color: #000 !important;
  background-color: #ff9800 !important
}

.jc14,
.w3-deep-orange,
.w3-hover-deep-orange:hover {
  color: #fff !important;
  background-color: #ff5722 !important
}

.jc15,
.w3-pink,
.w3-hover-pink:hover {
  color: #fff !important;
  background-color: #e91e63 !important
}

.jc16,
.w3-purple,
.w3-hover-purple:hover {
  color: #fff !important;
  background-color: #9c27b0 !important
}

.jc17,
.w3-deep-purple,
.w3-hover-deep-purple:hover {
  color: #fff !important;
  background-color: #673ab7 !important
}

.jc18,
.w3-red,
.w3-hover-red:hover {
  color: #fff !important;
  background-color: #f44336 !important
}

.jc19,
.w3-sand,
.w3-hover-sand:hover {
  color: #000 !important;
  background-color: #fdf5e6 !important
}

.jc20,
.w3-teal,
.w3-hover-teal:hover {
  color: #fff !important;
  background-color: #009688 !important
}

.jc21,
.w3-yellow,
.w3-hover-yellow:hover {
  color: #000 !important;
  background-color: #ffeb3b !important
}

.jc22,
.w3-white,
.w3-hover-white:hover {
  color: #000 !important;
  background-color: #fff !important
}

.jc23,
.w3-black,
.w3-hover-black:hover {
  color: #fff !important;
  background-color: #000 !important
}

.jc24,
.w3-grey,
.w3-hover-grey:hover,
.w3-gray,
.w3-hover-gray:hover {
  color: #000 !important;
  background-color: #9e9e9e !important
}

.jc25,
.w3-light-grey,
.w3-hover-light-grey:hover,
.w3-light-gray,
.w3-hover-light-gray:hover {
  color: #000 !important;
  background-color: #f1f1f1 !important
}

.jc26,
.w3-dark-grey,
.w3-hover-dark-grey:hover,
.w3-dark-gray,
.w3-hover-dark-gray:hover {
  color: #fff !important;
  background-color: #616161 !important
}

.jc27,
.w3-pale-red,
.w3-hover-pale-red:hover {
  color: #000 !important;
  background-color: #ffdddd !important
}

.jc28,
.w3-pale-green,
.w3-hover-pale-green:hover {
  color: #000 !important;
  background-color: #ddffdd !important
}

.jc29,
.w3-pale-yellow,
.w3-hover-pale-yellow:hover {
  color: #000 !important;
  background-color: #ffffcc !important
}

.jc30,
.w3-pale-blue,
.w3-hover-pale-blue:hover {
  color: #000 !important;
  background-color: #ddffff !important
}

.globalinfo {}

.ginf_content {}

.ui-datepicker-inline {
  width: 100%;
}

.tri-state-toggle {
  background: rgba(165, 170, 174, 0.25);
  box-shadow: inset 0 2px 8px 0 rgba(165, 170, 174, 0.25);
  border-radius: 24px;
  display: inline-block;
  overflow: hidden;
  display: inline-flex;
  flex-direction: row;
  transition: all 500ms ease;
}

.tri-state-toggle-button {
  border-radius: 22px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  background-color: transparent;
  border: 0px solid transparent;
  margin: 4px;
  color: #727C8F;
  cursor: pointer;

  /*    -webkit-transition: all 0.5s ease-in-out;
-moz-transition:    all 0.5s ease-in-out;
-ms-transition:     all 0.5s ease-in-out;
-o-transition:      all 0.5s ease-in-out; */
  transition: all 0.5s ease;
}

.tri-state-toggle-button.active {
  background-image: linear-gradient(-180deg, #fff 0%, #FAFAFA 81%, #F2F2F2 100%);
  border: 1px solid rgba(207, 207, 207, 0.6);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  color: #6744B1;
  font-weight: 500;
  transition: all .5s ease-in;
}

.tri-state-toggle-button:focus {
  outline: none;
}

.blink-hard {
  animation: blinker 1s step-end infinite;
}

.blink-soft {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

img {
  max-width: 100%;
}

table.showjudgedata,
table.judgeresult,
table.judgescore {
  margin: 10px;
  width: 100%;
}

table.showjudgedata {
  width: 100%;
  background-color: black;
  color: lightskyblue;
}

table.showjudgedata caption {
  background: black;
  color: lightcyan;
  text-align: center;
}

/*
table.showjudgedata tbody,
th,
tr,
td {
  border: 1px solid;
}
*/
table.showjudgedata th {
  background: dimgray;
  position: sticky;
  top: 0;
  /* Don't forget this, required for the stickiness */
  box-shadow: 0 2px 2px -1px rgba(0, 0, 0, 0.4);
}

table.showjudgedata .jrgreen {
  background: green;
}

table.showjudgedata .jrred {
  background: red;
}

table.showjudgedata .jryellow {
  background-color: lightyellow;
  color: firebrick;
}

.tw-toggle {
  /* background: #95A5A6; */
  display: inline-block;
  padding: 0px 3px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #95A5A6;
}

.tw-toggle label {
  text-align: center;
  font-family: sans-serif;
  display: inline-block;
  color: #95A5A6;
  position: relative;
  z-index: 2;
  margin: 0;
  text-align: center;
  padding: 0px 3px;
  font-size: 14px;
  /* cursor: pointer; */
}

.tw-toggle input {
  /* display: none; */
  position: absolute;
  z-index: 3;
  opacity: 0;
  cursor: pointer;
}

.tw-toggle #jj-toggle-none,
#jj-toggle-false,
#jj-toggle-true,
#jj-toggle-normal {
  height: 18px;
  width: 18px;
  line-height: 18px;
  border-radius: 50%;
  background: #fff;
  display: block;
  position: absolute;
  left: 17px;
  top: 0px;
  transition: all 0.3s ease-in-out;
}

.tw-toggle input[value="false"]:checked~#jj-toggle-false {
  background: #e74c3c;
  left: 3px;
  color: #fff;
}

.tw-toggle input[value="normal"]:checked~#jj-toggle-false {
  background: rgb(143, 143, 102);
  left: 3px;
  color: #fff;
}

.tw-toggle input[value="normal"]:checked~#jj-toggle-true {
  background: yellow;
  left: 3px;
  color: #fff;
}

.tw-toggle input[value="true"]:checked~#jj-toggle-true {
  background: #27ae60;
  left: 45px;
}

.tw-toggle input[value="-1"]:checked~#jj-toggle-normal {
  background: rgb(143, 143, 102);
  left: 24px;
}

.tw-toggle input[value="none"]:checked+label,
.tw-toggle input[value="false"]:checked+label,
.tw-toggle input[value="true"]:checked+label {
  color: #fff;
}

.tw-toggle input[value="-1"]:checked+label {
  color: #fff;
}

#mode_toggle {
  padding-top: 3px;
  padding-bottom: 2px;
}

.bootstrap-table .table-dark {
  --bs-table-bg: #1e1e1e;
  --bs-table-color: #e0e0e0;
  --bs-table-hover-bg: #2a2a2a;
  --bs-table-hover-color: #ffffff;
  color: beige;
  font-size: medium;
}

.bootstrap-table .table-dark thead {
  background-color: #2c3034;
  color: #ffffff;
  font-size: medium;
}

.bootstrap-table .table-dark tbody tr:nth-of-type(odd) {
  background-color: rgba(33, 37, 41, 0.8);
}

.bootstrap-table .table-dark tbody tr:nth-of-type(even) {
  background-color: rgba(52, 58, 64, 0.8);
}

.bootstrap-table .table-dark .fixed-table-container {
  background-color: #1e1e1e;
}

.bootstrap-table .table-dark .search input {
  background-color: #2a2a2a;
  color: #e0e0e0;
  border-color: #444;
}