ul {
  padding: 0;
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
}

em {
  font-style: normal;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
dl,
dt,
dd {
  margin: 0;
  font-weight: 400;
}

*[onclick] {
  cursor: pointer;
}

a.link-emphasis,
.btn-link.link-emphasis {
  color: #215491;
}
a.link-emphasis:hover, a.link-emphasis:active,
.btn-link.link-emphasis:hover,
.btn-link.link-emphasis:active {
  color: #FAC22B;
}
a.link-emphasis:focus,
.btn-link.link-emphasis:focus {
  color: #215491;
}

a:not([href]):not([class])[onclick] {
  color: #215491;
  cursor: pointer;
}

.z-900 {
  z-index: 900 !important;
}

.mh-50 {
  min-height: 50vh;
}

.ls-4 {
  letter-spacing: 4px;
}

.inno-icon {
  display: inline-block;
}

.text-justify {
  text-align: justify;
  text-justify: distribute-all-lines;
  -moz-text-align-last: justify;
       text-align-last: justify;
}

.text-emphasis {
  color: #215491;
}

.text-orange {
  color: #FB8314;
}

.bg-emphasis {
  background-color: #215491;
}

.fixed-right {
  right: 0;
  left: auto;
}

.font-sm {
  font-size: 0.875rem;
}

.font-xs {
  font-size: 0.75rem;
}

.font-base {
  font-size: 1rem;
}

.font-lg {
  font-size: 1.125rem;
}

.font-xl {
  font-size: 1.5rem;
}

.btn-default {
  --bs-btn-color: $secondary;
  --bs-btn-border-color: $gray-500;
  --bs-btn-hover-bg: $gray-100;
  --bs-btn-hover-border-color: $gray-500;
  --bs-btn-active-bg: $gray-100;
  --bs-btn-active-border-color: $gray-500;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3f8bee;
  --bs-btn-hover-border-color: #3f8bee;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3f8bee;
  --bs-btn-active-border-color: #3f8bee;
}

.btn-outline-primary {
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #3f8bee;
  --bs-btn-hover-border-color: #3f8bee;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3f8bee;
  --bs-btn-active-border-color: #3f8bee;
}

.btn-secondary,
.btn-success {
  color: #fff;
}

.btn-secondary:hover, .btn-secondary:active,
.btn-outline-secondary:hover,
.btn-outline-secondary:active,
.btn-success:hover,
.btn-success:active {
  color: #fff;
}

.btn-emphasis {
  color: #fff;
  background-color: #215491;
  border-color: #215491;
}
.btn-emphasis:hover {
  color: #215491;
  background-color: #fff;
  border-color: #215491;
}

.btn-outline-emphasis {
  color: #215491;
  border-color: #215491;
}
.btn-outline-emphasis:hover {
  color: #fff;
  background-color: #215491;
  border-color: #215491;
}

hr.light {
  border-width: 2px;
  border-color: #E9F1FF;
}

.nav-tabs {
  gap: 0.5rem;
}
.nav-tabs .nav-link:hover {
  background-color: #efefef;
}

.form-control[readonly] {
  background-color: #efefef;
}
.form-control.search-input {
  padding-left: 2.5rem;
  background: url("../images/search.svg") no-repeat 0.75rem center;
}

.form-floating:not(.form-control:disabled):before {
  background-color: transparent;
}
.form-floating label {
  padding-left: 0.5rem;
  font-size: 0.75rem;
}

.form-switch .form-check-input {
  background-color: #bebbbb;
}
.form-switch .form-check-input:checked {
  background-color: #3f8bee;
}

.modal-content {
  overflow: hidden;
}

.modal-header {
  align-items: inherit;
}
.modal-header .btn-close {
  margin: 0 0 0 auto;
  padding: 0;
  line-height: 1.5rem;
  font-size: 1.5rem;
}
.modal-header .modal-title {
  font-size: 1.125rem;
}

.card-header .toggle-icon {
  transition: all 0.2s;
}
.card-header[aria-expanded=false] .toggle-icon {
  transform: rotate(180deg);
}

.nav-tabs .nav-link {
  border-width: 0 0 4px;
  border-radius: 0.375rem 0.375rem 0 0;
}

@media (min-width: 992px) {
  .nav-tabs {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }
}
.icon {
  display: inline-block;
  width: 70px;
  height: 55px;
  background: transparent center no-repeat;
  background-size: 100%;
}

.icon-info {
  background-image: url(../images/main-icons/main-icon-1.svg);
}

.icon-progress {
  background-image: url(../images/main-icons/main-icon-2.svg);
}

.icon-result {
  background-image: url(../images/main-icons/main-icon-3.svg);
}

.icon-draws {
  background-image: url(../images/main-icons/main-icon-4.svg);
}

.icon-athlete {
  background-image: url(../images/main-icons/main-icon-5.svg);
}

.icon-search-list {
  background-image: url(../images/main-icons/main-icon-6.png);
}

.icon-mat {
  background-image: url(../images/main-icons/main-icon-7.svg);
}

.icon-ranking {
  background-image: url(../images/main-icons/main-icon-8.svg);
}

.icon-weighing {
  background-image: url(../images/main-icons/main-icon-9.svg);
}

.icon-photos {
  background-image: url(../images/main-icons/main-icon-10.svg);
}

.icon-weight-finished {
  background-image: url(../images/main-icons/main-icon-11.svg);
}

.icon-format {
  background-image: url(../images/icon-main-11.svg);
}

.icon-mat-blue {
  width: 22px;
  height: 10px;
  background-image: url(../images/mat-blue.svg);
  background-size: 100%;
}

.icon-mat-red {
  width: 22px;
  height: 10px;
  background-image: url(../images/mat-red.svg);
  background-size: 100%;
}

.header {
  padding: 0.25rem 0;
  background-color: #fff;
  box-shadow: 0 1px 0.5rem rgba(0, 0, 0, 0.15);
  z-index: 1021;
}
.header.on-scrolling {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 80%, rgba(255, 255, 255, 0) 100%);
  box-shadow: none;
}
.header .logo {
  width: 46px;
  height: 46px;
  background-color: #fff;
  overflow: hidden;
}
.header .logo img {
  width: 40px;
  height: 40px;
  margin: 2px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header h1 {
  max-width: 50%;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-align: center;
}
.header .toggle-nav {
  color: #3f8bee;
  line-height: 1;
}
.header .main-menu-container {
  height: -moz-fit-content;
  height: fit-content;
  background-color: #292828;
  border: 0;
}
.header .main-menu-container .offcanvas-header {
  height: 54px;
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  box-shadow: 0 1px 0.5rem rgba(0, 0, 0, 0.15);
}
.header .main-menu-container .offcanvas-header .btn-close {
  margin: 0 0.75rem;
  padding: 0;
  line-height: 1;
}
.header .main-menu-container .offcanvas-body {
  justify-content: center;
}
.header .main-menu-container .offcanvas-body a {
  color: #fff;
  text-align: center;
}
.header .back-home {
  margin-left: -0.75rem;
  padding: 0.25rem 0.75rem 0.25rem 1.5rem;
  font-size: 1.5rem;
  border-radius: 0 2.5rem 2.5rem 0;
}
.header.event-header .main-menu-container {
  width: 65vw;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #292828;
  border: 0;
}
.header.event-header .main-menu-container .offcanvas-header {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.header.event-header .main-menu-container .offcanvas-header .btn-close {
  margin-right: -0.75rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  color: #fff;
  font-size: 1.5rem;
  background: #3f8bee;
  border-radius: 2.5rem 0 0 2.5rem;
  opacity: 1;
}
.header.event-header .main-menu-container .offcanvas-body .navbar-nav {
  padding: 0 1rem;
}
.header.event-header .main-menu-container .offcanvas-body .nav-link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  color: #fff;
}
.header.event-header .main-menu-container .offcanvas-body .nav-link .title {
  font-size: 0.875rem;
}
.header.event-header .main-menu-container .offcanvas-body .nav-link .subtitle {
  color: #7e7979;
  font-size: 0.75rem;
}
.header.event-header .main-menu-container .offcanvas-body .nav-link:hover *, .header.event-header .main-menu-container .offcanvas-body .nav-link:focus * {
  color: #3f8bee;
}
.header.event-header .main-menu-container .offcanvas-body .nav-link.active * {
  color: #3f8bee;
}
.header.event-header .main-menu-container .offcanvas-body .nav-link.active .title:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0 0.5rem 2px 0;
  background-color: #FAC22B;
  border-radius: 50%;
}
.header.event-header .main-menu-container.show + .offcanvas-backdrop.show {
  display: block;
}
.header.event-header .notification-btn {
  --bs-btn-padding-x: 0.25rem;
  position: relative;
}
.header.event-header .notification-btn > span {
  display: none;
  padding: 2px;
}
.header.event-header .notification-btn.active {
  color: #3f8bee;
}
.header.event-header .notification-btn.active > span {
  display: block;
}

@media (max-width: 991.99px) {
  .header .main-menu-container {
    width: 100vw;
  }
}
@media (min-width: 992px) {
  .header h1 {
    margin-left: 1rem;
  }
  .header .main-menu-container {
    height: 100% !important;
  }
  .header .main-menu-container .offcanvas-body a {
    color: #292828;
  }
  .header.event-header {
    height: 80px;
    padding: 0;
  }
  .header.event-header > nav {
    height: 100%;
  }
  .header.event-header .main-menu-container .offcanvas-body {
    height: 100%;
  }
  .header.event-header .main-menu-container .offcanvas-body .navbar-nav {
    width: 100%;
    justify-content: center;
  }
  .header.event-header .main-menu-container .offcanvas-body .navbar-nav .nav-item.page-nav-meeting-information, .header.event-header .main-menu-container .offcanvas-body .navbar-nav .nav-item.page-nav-rtm-site, .header.event-header .main-menu-container .offcanvas-body .navbar-nav .nav-item.page-nav-allocate-site, .header.event-header .main-menu-container .offcanvas-body .navbar-nav .nav-item.page-nav-rank-list, .header.event-header .main-menu-container .offcanvas-body .navbar-nav .nav-item.page-nav-kata-list, .header.event-header .main-menu-container .offcanvas-body .navbar-nav .nav-item.page-nav-spotcheck-announce {
    display: none;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin: 0 0.5rem;
    padding: 0 !important;
    color: #292828;
    border-bottom: 3px solid transparent;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link:hover, .header.event-header .main-menu-container .offcanvas-body .nav-link:active {
    color: #3f8bee;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link.active {
    border-color: #3f8bee;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link.active .title:before {
    display: none;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link.dropdown-toggle {
    flex-direction: row;
    font-size: 0.875rem;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link.dropdown-toggle:after {
    transition: all 0.2s;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link.dropdown-toggle:active *, .header.event-header .main-menu-container .offcanvas-body .nav-link.dropdown-toggle:focus * {
    color: #215491;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link.dropdown-toggle.show {
    color: #215491;
  }
  .header.event-header .main-menu-container .offcanvas-body .nav-link.dropdown-toggle.show:after {
    transform: rotate(180deg);
  }
  .header.event-header .main-menu-container .offcanvas-body .dropdown-menu {
    margin-top: -1rem;
    padding: 0.25rem;
    border-left: 2px solid #3f8bee;
  }
  .header.event-header .main-menu-container .offcanvas-body .dropdown-item {
    display: block;
    text-align: left;
    font-size: 0.875rem;
    border-radius: 0.25rem;
  }
  .header.event-header .main-menu-container .offcanvas-body .dropdown-item .title,
  .header.event-header .main-menu-container .offcanvas-body .dropdown-item .subtitle {
    display: block;
  }
  .header.event-header .main-menu-container .offcanvas-body .dropdown-item .subtitle {
    color: #7e7979;
    font-size: 0.75rem;
  }
  .header.event-header .main-menu-container .offcanvas-body .dropdown-item:active * {
    color: #fff;
  }
}
.wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;
  height: auto;
}

.main-content {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.heading {
  display: flex;
  align-items: center;
}
.heading:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 14px;
  margin-right: 0.5rem;
  background-color: #3f8bee;
  border-radius: 4px;
}
.heading h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 2px;
}

.deco-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 1.5rem;
  font-weight: 700;
}
.deco-heading:before, .deco-heading:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background-color: #3f8bee;
  border-radius: 50%;
}

.go-top {
  position: fixed;
  right: 0.75rem;
  bottom: 64px;
  z-index: 10;
}
.go-top .btn {
  --bs-btn-hover-bg: #215491;
  width: 44px;
  height: 44px;
  padding: 0;
  border-color: #E9F1FF;
}

.sticky-heading-container {
  top: 54px;
  background-color: #efefef;
  opacity: 0;
  transition: all 0.2s ease-out;
}
.sticky-heading-container .page-heading {
  margin: 0;
  padding: 0.25rem 0.75rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
}

@media (min-width: 992px) {
  .main-content {
    min-height: 30vh;
  }
  .heading h2 {
    font-size: 1.25rem;
  }
  .go-top .btn {
    width: 64px;
    height: 64px;
  }
}
.footer-deco {
  margin: 1.5rem auto 1rem;
  width: 90vw;
}

.fixed-menu {
  display: flex;
  padding: 1rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.fixed-menu .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 0;
  border-radius: 0;
}
.fixed-menu .btn + .btn {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.fixed-menu .btn i {
  color: #B3DBF1;
  font-size: 1.5rem;
}

@media (min-width: 768px) {
  .footer-deco {
    margin: 1.5rem auto 0;
    width: 68.9vw;
  }
}
.group-white {
  background-color: #fff;
}
.group-white:before {
  background-color: #fff;
}

.group-blue {
  background-color: #f0f7fe;
}
.group-blue:before {
  background-color: #2c4298;
}

.group-red {
  background-color: #FFEBED;
}
.group-red:before {
  background-color: #E44547;
}

.shido-status {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}
.shido-status > span {
  width: 4px;
  height: 12px;
}
.shido-status .s-yellow {
  background-color: #FAC22B;
}
.shido-status .s-red {
  background-color: #E51954;
}

.sect-num {
  --bs-badge-color: #292828;
  background-color: #ffc91f;
}

.text-highlight,
.inno_org {
  color: #FB8314 !important;
}

.table th.group-white, .table th.group_white {
  border-bottom: 3px solid #dcdbdb;
}
.table th.group-blue, .table th.group_blue {
  border-bottom: 3px solid #66aef4;
}
.table th.group-red, .table th.group_red {
  border-bottom: 3px solid #E44547;
}
.table td.group-red, .table td.group_red {
  background-color: #FFEBED;
}
.table td.group-blue, .table td.group_blue {
  background-color: #f0f7fe;
}
.table td.group-white, .table td.group_white {
  background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) > td.group-red, .table-striped > tbody > tr:nth-of-type(even) > td.group_red {
  --bs-table-striped-bg: #FFEBED;
}
.table-striped > tbody > tr:nth-of-type(even) > td.group-blue, .table-striped > tbody > tr:nth-of-type(even) > td.group_blue {
  --bs-table-striped-bg: #f0f7fe;
}
.table-striped > tbody > tr:nth-of-type(even) > td.group-white, .table-striped > tbody > tr:nth-of-type(even) > td.group_white {
  --bs-table-striped-bg: #fff;
}

.result-card {
  --bs-card-border-radius: 0.5rem;
  --bs-card-border-color: #bebbbb;
  overflow: hidden;
}
.result-card .title {
  display: flex;
  align-items: center;
  padding: 0.25rem 1rem;
  font-size: 0.875rem;
  background-color: #efefef;
}
.result-card .player {
  display: flex;
  align-items: center;
}
.result-card .player:not(.winner) .icon-check {
  display: none;
}
.result-card .player:before {
  content: "";
  display: block;
  width: 1rem;
  height: 64px;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.2);
}
.result-card .player .inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
  padding: 0 0.5rem;
}
.result-card .player .score-section {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
}
.result-card .player .score-section > li {
  flex: 1;
  text-align: center;
}
.result-card .player .shido-status {
  width: 20px;
  height: 16px;
}
.result-card .timing {
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  background-color: #292828;
}

.offcanvas.offcanvas-info .offcanvas-header {
  justify-content: space-between;
}
.offcanvas.offcanvas-info .btn-close {
  color: #7e7979;
  line-height: 1;
  font-size: 1rem;
}

.offcanvas-backdrop.show {
  display: none;
}

.text-content p {
  margin: 0.5rem 0;
}
.text-content table {
  border-color: #7e7979;
}
.text-content table td {
  border: 1px solid #7e7979;
}
.text-content img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.filter-bar {
  top: 88px;
  padding: 0.5rem 1rem;
  background-color: #fff;
}
.filter-bar .form-control,
.filter-bar .form-select {
  font-size: 0.875rem;
}
.filter-bar .query-select {
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dcdbdb;
}
.filter-bar .is-weight {
  margin-top: 0.5rem;
}

.enable-refresh {
  z-index: 100;
}

.btn-refresh {
  color: #3f8bee;
  border-color: #3f8bee;
  transition: all 0.2s;
}
.btn-refresh:hover {
  color: #215491;
  border-color: #215491;
}
.btn-refresh.enabled {
  display: flex;
  align-items: center;
  color: #E51954;
  border-color: #7e7979;
}
.btn-refresh.enabled:hover {
  border-color: #E51954;
}
.btn-refresh.enabled .icon-refresh {
  position: relative;
}
.btn-refresh.enabled .icon-refresh:after {
  content: "";
  position: absolute;
  top: -4px;
  left: 6px;
  display: block;
  width: 1px;
  height: 20px;
  background-color: #292828;
  transform: rotate(-45deg);
}
.btn-refresh .countdown {
  margin-right: 0.5rem;
  padding-right: 0.5rem;
  border-right: 1px solid #7e7979;
  color: #7e7979;
}

.dropdown-item {
  border-radius: 0.25rem;
}

.change-lang.dark-theme .lang-btn {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.change-lang.dark-theme .lang-btn .icon-angle-down {
  transform: scale(0.7);
}
.change-lang.dark-theme .lang-btn.show {
  color: #3f8bee;
}
.change-lang.dark-theme .dropdown-menu {
  --bs-dropdown-link-color: #dcecfd;
  background-color: #292828;
  border-color: #bebbbb;
}
.change-lang .dropdown-menu .dropdown-item {
  position: relative;
  padding-left: 1.5rem;
  text-align: left !important;
  font-size: 0.875rem;
}
.change-lang .dropdown-menu .dropdown-item:hover, .change-lang .dropdown-menu .dropdown-item:active, .change-lang .dropdown-menu .dropdown-item:focus, .change-lang .dropdown-menu .dropdown-item.active {
  color: #3f8bee;
  background-color: transparent;
}
.change-lang .dropdown-menu .dropdown-item.active:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 8px;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #3f8bee;
}

@media (min-width: 992px) {
  .filter-bar {
    top: 80px;
  }
  .filter-bar .query-select {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .filter-bar .is-weight {
    margin: 0;
  }
  .offcanvas.offcanvas-info {
    left: auto;
    width: 30vw;
    height: calc(var(--vh, 1vh) * 100);
  }
  .offcanvas.offcanvas-info .offcanvas-header {
    border-bottom: 1px solid #dcdbdb;
  }
  .offcanvas.offcanvas-info .offcanvas-title {
    font-size: 1.125rem;
    font-weight: 400;
  }
  .offcanvas.offcanvas-info .btn-close {
    position: static;
  }
  .offcanvas.offcanvas-info.offcanvas-top {
    top: 0;
  }
  .offcanvas-backdrop.show {
    display: block;
  }
  #showDrawModal .btn-close {
    margin: auto 0 0;
  }
  .change-lang .lang-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;
    color: #3f8bee;
    font-size: 0.75rem;
    white-space: nowrap;
    border-left: 1px solid #dcdbdb;
  }
  .change-lang .dropdown-menu {
    left: auto;
    right: 0;
    padding: 0.25rem;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  }
  .change-lang .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -12px;
    left: calc(75% - 8px);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 16px 8px;
    border-color: transparent transparent #ffffff transparent;
    z-index: 999;
  }
  .change-lang .dropdown-menu:after {
    content: "";
    position: absolute;
    top: -13px;
    left: calc(75% - 9px);
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 12px 9px;
    border-color: transparent transparent #dcdbdb transparent;
    z-index: 998;
  }
  .change-lang .dropdown-item.active {
    color: #3f8bee !important;
    background-color: #fff;
  }
}
[data-module=main] .results-panel .form-check-label {
  color: #292828;
  font-size: 0.75rem;
}
[data-module=main] .result-heading {
  padding: 0.5rem;
  text-align: center;
  color: #fff;
  font-size: 0.875rem;
  background-color: #3e3c3c;
}
[data-module=main] .result-card {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
}
[data-module=main] .result-card .result-detail-container {
  position: relative;
  z-index: 3;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
[data-module=main] .result-card .result-detail-container .foot-2 {
  display: flex;
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(118, 117, 117, 0.3) 0%, rgba(220, 219, 219, 0) 53.51%);
}
[data-module=main] .result-card .title {
  padding: 0.5rem;
  font-size: 0.75rem;
  color: #fff;
  background-color: #474545;
}
[data-module=main] .result-card .title .badge {
  padding: 2px 4px;
  border-radius: 0.25rem;
}
[data-module=main] .result-card .score-section {
  display: flex;
  width: 75%;
  font-size: 0.875rem;
}
[data-module=main] .result-card .score-section dt {
  color: #7e7979;
}
[data-module=main] .result-card .score-section dd {
  font-weight: 700;
}
[data-module=main] .result-card .score-section .grouped {
  flex: 1;
  text-align: center;
}
[data-module=main] .result-card .shido-status {
  height: 21px;
}
[data-module=main] .result-card .timing {
  position: absolute;
  bottom: 8px;
  left: 42%;
  z-index: 3;
  width: 15%;
  padding: 2px 4px;
  background: #fff;
  color: #292828;
  font-size: 0.875rem;
  border: 1px solid #dcdbdb;
  border-radius: 0.5rem;
}
[data-module=main] .result-card .player {
  position: relative;
  display: block;
  padding: 0.5rem;
  height: 100px;
}
[data-module=main] .result-card .player:before {
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 100%;
  height: 22px;
  box-shadow: none;
  background: repeat-x;
  background-size: contain;
}
[data-module=main] .result-card .player.winner:after {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 110px;
  height: 90px;
  background: url(../images/win-seal.png) center no-repeat;
  background-size: contain;
}
[data-module=main] .result-card .player.group-white:before {
  background-image: url(../images/white-deco.png);
}
[data-module=main] .result-card .player.group-white:after {
  right: 0;
}
[data-module=main] .result-card .player.group-blue {
  text-align: right;
  color: #fff;
  background: linear-gradient(305.02deg, #244AA9 37.32%, #4297FF 111.7%);
}
[data-module=main] .result-card .player.group-blue:before {
  background-image: url(../images/blue-deco.png);
}
[data-module=main] .result-card .player.group-blue:after {
  left: 0;
}
[data-module=main] .result-swiper {
  padding: 1rem 1.5rem;
  background: linear-gradient(180deg, #9a9696 -58.33%, #474545 106.99%);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.25);
}
[data-module=main] .result-swiper .swiper-slide {
  width: 33%;
}
[data-module=main] .result-swiper .swiper-button-prev {
  left: 0;
}
[data-module=main] .result-swiper .swiper-button-next {
  right: 0;
}
[data-module=main] .player-swiper {
  position: relative;
  width: 100vw;
  margin-top: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
[data-module=main] .player-swiper .player-link {
  width: 480px;
  height: 200px;
  cursor: pointer;
}
[data-module=main] .player-swiper .player-link img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}
[data-module=main] .player-swiper .player-link:before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: background-color 1s;
}
[data-module=main] .player-swiper .player-link.swiper-slide-active:before {
  background-color: transparent;
}
[data-module=main] .player-swiper .links-list {
  display: none;
}
[data-module=main] .events-filter {
  --bs-gutter-x: 1rem;
  justify-content: center;
}
[data-module=main] .events-nav {
  --bs-nav-link-hover-color: #292828;
  --bs-btn-hover-bg: #efefef;
  justify-content: center;
  margin-bottom: 3px;
  border: 0;
}
[data-module=main] .events-nav .nav-link {
  font-size: 0.875rem;
  border-radius: 0;
}
[data-module=main] .event-card {
  --bs-card-border-radius: 1rem;
  width: 100%;
  box-shadow: 3px 3px 3.6px 0 rgba(0, 0, 0, 0.1);
}
[data-module=main] .event-card .badge {
  --bs-badge-padding-x: 0.5rem;
  --bs-badge-padding-y: 0.25rem;
  --bs-badge-border-radius: 0.5rem;
  --bs-badge-font-size: 0.875rem;
  line-height: 1.5;
}
[data-module=main] .event-card .title {
  line-height: 1.2;
}
[data-module=main] .event-card .title a {
  color: #292828;
}
[data-module=main] .event-card .title a:hover {
  color: #3f8bee;
}
[data-module=main] .event-card .info i {
  color: #fbad14;
}
[data-module=main] .event-card .more-links {
  gap: 0.5rem;
}
[data-module=main] .event-card .more-links a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
}
[data-module=main] .event-card .event-qrcode {
  display: inline-block;
}
[data-module=main] .event-card .event-qrcode img {
  width: 40px;
  height: auto;
}
[data-module=main] .event-card.ended .info i {
  color: #bebbbb;
}
[data-module=main] .event-li {
  display: flex;
  align-items: center;
  padding: 1rem;
}
[data-module=main] .event-li .date {
  width: 20%;
  font-size: 0.75rem;
}
[data-module=main] .event-li .main-info {
  width: 70%;
  padding-left: 1.5rem;
}
[data-module=main] .event-li .title {
  color: #215491;
}
[data-module=main] .event-li .title h3 {
  font-size: 1rem;
}
[data-module=main] .event-li .location {
  color: #7e7979;
  font-size: 0.875rem;
}
[data-module=main] .event-li + .event-li {
  border-top: 1px solid #dcdbdb;
}
[data-module=main] .change-lang.dark-theme .dropdown-menu {
  left: calc(50% - 60px);
  background-color: #292828;
  border: 2px solid #292828;
}
[data-module=main] .change-lang.dark-theme .dropdown-menu .border-bottom {
  border-color: #292828 !important;
}
[data-module=main] .change-lang.dark-theme .dropdown-menu .dropdown-item:hover, [data-module=main] .change-lang.dark-theme .dropdown-menu .dropdown-item:active, [data-module=main] .change-lang.dark-theme .dropdown-menu .dropdown-item:focus, [data-module=main] .change-lang.dark-theme .dropdown-menu .dropdown-item.active {
  color: #3f8bee;
}

.feature-swiper-bg {
  position: absolute;
  width: 100%;
  height: 70vw;
  background: url(../images/feature-event-bg.jpg) center no-repeat;
  background-size: cover;
}

.feature-swiper .swiper-wrapper {
  margin-bottom: 110px;
}
.feature-swiper .swiper-button-next,
.feature-swiper .swiper-button-prev {
  top: calc((70vw - 24px) / 2);
  width: 24px;
  height: 24px;
  color: #fff;
  font-size: 1.5rem;
}
.feature-swiper .swiper-button-next {
  right: 0;
}
.feature-swiper .swiper-button-prev {
  left: 0;
}

.feature-event-container {
  position: relative;
  padding: 1.5rem 1.5rem 4rem;
}

.feature-event-content h3 {
  display: flex;
  align-items: center;
  min-height: 80px;
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.feature-event-content .info-section {
  width: -moz-fit-content;
  width: fit-content;
  padding: 1rem;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.feature-event-content .info-section i {
  color: #fbad14;
}
.feature-event-content .date {
  font-size: 0.875rem;
}
.feature-event-content .location {
  font-size: 0.75rem;
}

.countdown-container {
  position: absolute;
  left: 16px;
  bottom: -40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  width: calc(100% - 32px);
  padding: 1rem;
  text-align: center;
}
.countdown-container .countdown-item {
  flex: 1;
}
.countdown-container .countdown-item + .countdown-item .countdown-number {
  border-left: 1px solid #fff;
}
.countdown-container .countdown-number {
  font-size: 1.5rem;
  font-weight: 700;
}
.countdown-container .count-label {
  font-size: 0.875rem;
}
.countdown-container .btn-primary {
  --bs-btn-border-color: #c2defb;
  --bs-btn-bg: #2d70e3;
  --bs-btn-hover-border-color: #c2defb;
  --bs-btn-active-border-color: #c2defb;
  width: 40%;
  box-shadow: 4px 4px 5.5px 0 rgba(0, 0, 0, 0.2);
}

#alive .event-list > li {
  position: relative;
}
#alive .event-list > li:first-child:before, #alive .event-list > li:nth-child(2):before, #alive .event-list > li:nth-child(3):before, #alive .event-list > li:nth-child(4):before {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: calc(100% - 24px);
  height: 265px;
  background: center no-repeat;
  background-size: 100%;
  border-radius: 1rem;
}
#alive .event-list > li:first-child:before {
  background-image: url(../images/event-deco-1.jpg);
}
#alive .event-list > li:nth-child(2):before {
  background-image: url(../images/event-deco-2.jpg);
}
#alive .event-list > li:nth-child(3):before {
  background-image: url(../images/event-deco-3.jpg);
}
#alive .event-list > li:nth-child(4):before {
  background-image: url(../images/event-deco-4.jpg);
}
#alive .event-list > li .event-card {
  min-height: 220px;
  margin-top: 72px;
}

.judo-deco-line {
  height: 88px;
  background: url(../images/judo-deco-line.svg) center repeat-x;
  box-shadow: 0 1px 0.25rem rgba(0, 0, 0, 0.2);
}

.section-card {
  margin-bottom: 3rem;
  border: 0;
}
.section-card .card-header {
  position: relative;
  justify-content: center;
  margin-bottom: 1.25rem;
  background: transparent;
  border: 0;
}
.section-card .card-header .pull-right {
  position: absolute;
  right: 0;
}
.section-card .card-header .live-tag {
  position: absolute;
  left: calc(50% - 120px);
}
.section-card .card-header .form-select {
  width: 84px;
  padding-right: 1.5rem;
  font-size: 0.75rem;
}
.section-card .card-body {
  padding: 0;
}
.section-card.events-section {
  padding: 80px 0.75rem 100px;
  background: url(images/judo-bg.png) center top repeat-x;
  background-size: 390px;
}
.section-card.photos-section .photo {
  position: relative;
  display: block;
  width: 50%;
  aspect-ratio: 1;
  overflow: hidden;
}
.section-card.photos-section .photo img {
  transition: all 0.5s ease-out;
}
.section-card.photos-section .photo:hover img, .section-card.photos-section .photo:active img {
  transform: scale(1.1, 1.1);
}
.section-card.photos-section .photo .tag {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 80%;
  color: #3f8bee;
  font-size: 0.75rem;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #3f8bee;
  border-width: 1px 1px 1px 0.5rem;
}
.section-card.video-section .nav-tabs {
  justify-content: center;
}
.section-card.video-section .nav-tabs .nav-link {
  font-size: 0.75rem;
  border-bottom-width: 4px;
  border-radius: 0;
}
.section-card .partner-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.25rem;
}
.section-card .partner-list .item {
  border-radius: 0.5rem;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.section-card .partner-list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.section-card .partner-list .item a {
  display: block;
}

.live-tag {
  display: flex;
  align-items: center;
  padding: 0 0.5rem;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 1px;
  background-color: #E51954;
  border-radius: 0.25rem;
}
.live-tag:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-right: 0.25rem;
  background-color: #fff;
  border-radius: 50%;
}

.player-info-modal .modal-dialog {
  max-width: 720px;
  margin: 15vh auto;
}
.player-info-modal .modal-body {
  position: relative;
  padding: 0;
}
.player-info-modal .modal-body .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  font-size: 1.75rem;
  border: 0;
}
.player-info-modal .image-container {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}
.player-info-modal .image-container img {
  width: 100%;
  height: auto;
}
.player-info-modal .info-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0;
  padding: 1rem;
}
.player-info-modal .info-container ul {
  list-style: none;
}
.player-info-modal .info-container li {
  margin-bottom: 0.5rem;
}
.player-info-modal .info-container li:last-child {
  margin: 0;
}
.player-info-modal .info-container i {
  margin: 0.25rem 0.5rem 0 0;
  color: #8d9da7;
}

.qrcode-modal .modal-dialog {
  width: 320px;
}
.qrcode-modal .btn-close {
  font-size: 1.5rem;
}
.qrcode-modal .qrcode-container {
  width: 200px;
  height: auto;
  margin: auto;
}
.qrcode-modal .title {
  margin-top: 1rem;
  text-align: center;
}

.type-text {
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  letter-spacing: 0.375rem;
  font-size: 1.25rem;
  border-right: 3px solid;
  animation: blink 0.5s step-end infinite alternate;
}

@keyframes blink {
  50% {
    border-color: transparent;
  }
}
@media (min-width: 768px) {
  [data-module=main] .result-heading {
    font-size: 1rem;
  }
  [data-module=main] .result-card .result-detail-container {
    position: absolute;
    bottom: 18px;
    left: 23%;
    width: 54%;
    border: 1px solid #dcdbdb;
    border-radius: 0.5rem;
  }
  [data-module=main] .result-card .result-detail-container .foot-2 {
    display: block;
  }
  [data-module=main] .result-card .title {
    padding: 0.375rem 0.25rem;
  }
  [data-module=main] .result-card .score-section {
    width: 85%;
    margin: auto;
  }
  [data-module=main] .result-card .timing {
    position: static;
    width: 100%;
    padding: 4px;
    font-size: 0.75rem;
    color: #fff;
    background-color: #474545;
    border: 0;
    border-radius: 0;
  }
  [data-module=main] .result-card .player {
    height: 130px;
  }
  [data-module=main] .result-card .player:before {
    height: 56px;
  }
  [data-module=main] .result-card .player.group-white:after {
    left: 0;
    right: auto;
  }
  [data-module=main] .result-card .player.group-blue:after {
    right: 0;
    left: auto;
  }
  .feature-swiper-bg {
    height: 50vw;
  }
  .feature-swiper .swiper-button-next,
  .feature-swiper .swiper-button-prev {
    top: calc((50vw - 46px) / 2);
    width: 46px;
    height: 46px;
    font-size: 46px;
  }
  .feature-swiper .swiper-button-next .inno-icon,
  .feature-swiper .swiper-button-prev .inno-icon {
    color: #20508a;
    background-color: #fff;
    border-radius: 50%;
  }
  .feature-swiper .swiper-button-next {
    right: 24px;
  }
  .feature-swiper .swiper-button-prev {
    left: 24px;
    transform: rotate(180deg);
  }
  .feature-event-container {
    padding: 64px;
  }
  .feature-event-content {
    width: 60%;
    margin: auto;
    padding: 1.5rem;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    border-radius: 0.5rem;
  }
  .feature-event-content h3,
  .feature-event-content .info-section {
    padding: 0;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  .feature-event-content h3 {
    font-size: 2.5rem;
  }
  .feature-event-content .info-section {
    border: 0;
  }
  .feature-event-content .date {
    font-size: 2rem;
  }
  .feature-event-content .location {
    font-size: 1.125rem;
  }
  .countdown-container {
    left: 15%;
    bottom: -25%;
    flex-direction: row;
    width: 70%;
    padding: 1.5rem 2rem;
    text-align: center;
  }
  .countdown-container .countdown {
    width: 100%;
  }
  .countdown-container .countdown-number {
    font-size: 3rem;
  }
  .countdown-container .count-label {
    font-size: 1.125rem;
  }
  .countdown-container .btn-primary {
    width: auto;
    padding: 20px 48px;
  }
}
@media (min-width: 992px) {
  [data-module=main] .result-swiper .swiper-wrapper {
    justify-content: center;
  }
  [data-module=main] .events-filter {
    margin-top: -32px;
    justify-content: flex-end;
  }
  [data-module=main] .events-nav {
    justify-content: flex-end;
  }
  [data-module=main] .events-nav .nav-link {
    font-size: 1rem;
  }
  [data-module=main] .event-card {
    --bs-card-spacer-y: 1.5rem;
    --bs-card-spacer-x: 1.5rem;
    height: 100%;
  }
  [data-module=main] .event-card .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  [data-module=main] .event-card .title {
    padding-right: 94px;
  }
  [data-module=main] .event-card .event-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  [data-module=main] .event-card .more-links {
    gap: 1.5rem;
  }
  [data-module=main] .event-card .more-links a {
    flex-direction: column;
    gap: 0;
    white-space: nowrap;
  }
  [data-module=main] .event-card .more-links a i {
    font-size: 3rem;
  }
  [data-module=main] .event-card .more-links a .icon-judo-result {
    transform: scale(0.85);
  }
  [data-module=main] .event-card .more-links a span {
    color: #292828;
  }
  [data-module=main] .event-card .qrcode-container {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
  }
  [data-module=main] .event-card .qrcode-container .event-qrcode img {
    width: 70px;
    height: auto;
  }
  .feature-swiper-bg {
    height: 31.5vw;
  }
  .feature-swiper .swiper-button-next,
  .feature-swiper .swiper-button-prev {
    top: calc((31.5vw - 46px) / 2);
  }
  .feature-event-content {
    min-height: 275px;
  }
  .countdown-container {
    padding: 1.5rem 4rem;
  }
  #alive .event-list > li {
    display: flex;
    gap: 1.5rem;
  }
  #alive .event-list > li:first-child:before, #alive .event-list > li:nth-child(2):before, #alive .event-list > li:nth-child(3):before, #alive .event-list > li:nth-child(4):before {
    position: static;
    flex-shrink: 0;
    width: 265px;
  }
  #alive .event-list > li:nth-child(2), #alive .event-list > li:nth-child(4) {
    flex-direction: row-reverse;
  }
  #alive .event-list > li .event-card {
    height: 265px;
    margin-top: 0;
  }
  .section-card {
    margin-bottom: 4.5rem;
  }
  .section-card.events-section {
    margin-top: 160px;
    padding: 0 0.75rem;
  }
  .section-card.events-section .card-header {
    margin-top: -96px;
  }
  .section-card.photos-section .photo {
    width: 25%;
  }
  .section-card.photos-slider-section {
    height: 480px;
    background-color: #efefef;
    border-radius: 2rem;
    overflow: hidden;
  }
  .section-card.photos-slider-section .topic {
    padding-left: 64px;
  }
  .section-card.photos-slider-section .topic em {
    line-height: 1.2;
    color: #3f8bee;
    font-size: 3rem;
    font-weight: 700;
  }
  .section-card.photos-slider-section .photo-left-swiper {
    width: 220px;
    height: 480px;
  }
  .section-card.photos-slider-section .photo-left-swiper .swiper-slide {
    height: 180px;
  }
  .section-card.photos-slider-section .photo-right-swiper {
    width: 240px;
    height: 480px;
  }
  .section-card.photos-slider-section .photo-right-swiper .swiper-slide {
    height: 220px;
  }
  .section-card.video-section .nav-tabs .nav-link {
    font-size: 1rem;
  }
  .section-card.media-section {
    flex-direction: row-reverse;
  }
  .section-card.media-section .card-header {
    width: 560px;
    flex-wrap: wrap;
    justify-content: start;
    align-content: flex-start;
  }
  .section-card.media-section .card-header h3 {
    letter-spacing: 0.5rem;
    font-size: 3rem;
  }
  .section-card.media-section .deco-text {
    line-height: 1;
    letter-spacing: 0.5rem;
  }
  .section-card.media-section .deco-text span {
    margin-left: 1rem;
    padding-left: 1.25rem;
    border-left: 1px solid #3f8bee;
  }
  .section-card.media-section .social-media-content {
    width: 380px;
    margin: auto;
  }
  .section-card .partner-list {
    grid-template-columns: repeat(4, 1fr);
    width: 70vw;
    margin: auto;
  }
}
@media (max-width: 575px) {
  .player-info-modal .modal-dialog {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 480px) {
  .player-info-modal .info-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .player-info-modal .info-container .btn {
    margin: 1.5rem auto 0;
  }
}
[data-module=overview] .overview-status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
[data-module=overview] .overview-status li {
  padding: 0.5rem 0.25rem;
  text-align: center;
}
[data-module=overview] .overview-status em {
  display: block;
  margin-bottom: 0.5rem;
  padding: 0 0.75rem;
  color: #ffc91f;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  border-bottom: 1px solid #dcdbdb;
}
[data-module=overview] .overview-status .label {
  padding: 0 0.75rem;
  font-size: 0.75rem;
}
[data-module=overview] .main-nav-items {
  display: flex;
  flex-wrap: wrap;
}
[data-module=overview] .main-nav-items .nav-item {
  width: 50%;
  padding: 0.5rem;
}
[data-module=overview] .main-nav-items .nav-item .card {
  border-color: #bebbbb;
}
[data-module=overview] .main-nav-items .nav-item .card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 120px;
  padding: 0.25rem;
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-info, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-info {
  background-image: url(../images/main-icons/main-icon-1-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-progress, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-progress {
  background-image: url(../images/main-icons/main-icon-2-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-result, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-result {
  background-image: url(../images/main-icons/main-icon-3-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-draws, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-draws {
  background-image: url(../images/main-icons/main-icon-4-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-athlete, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-athlete {
  background-image: url(../images/main-icons/main-icon-5-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-search-list, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-search-list {
  background-image: url(../images/main-icons/main-icon-6-active.png);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-mat, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-mat {
  background-image: url(../images/main-icons/main-icon-7-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-ranking, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-ranking {
  background-image: url(../images/main-icons/main-icon-8-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-weighing, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-weighing {
  background-image: url(../images/main-icons/main-icon-9-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-photos, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-photos {
  background-image: url(../images/main-icons/main-icon-10-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .icon-weight-finished, [data-module=overview] .main-nav-items .nav-item .card-body:active .icon-weight-finished {
  background-image: url(../images/main-icons/main-icon-11-active.svg);
}
[data-module=overview] .main-nav-items .nav-item .card-body:hover .title, [data-module=overview] .main-nav-items .nav-item .card-body:active .title {
  color: #292828;
}
[data-module=overview] .main-nav-items .nav-item .title {
  margin-top: 0.5rem;
  color: #292828;
}
[data-module=overview] .main-nav-items .nav-item .subtitle {
  display: none;
  color: #3f8bee;
  font-size: 0.75rem;
}
[data-module=overview] .main-nav-items .dropdown .share-btn {
  width: 100%;
  font-size: 0.875rem;
  background-color: #efefef;
  border-radius: 0 0 0.25rem 0.25rem;
}
[data-module=overview] .main-nav-items .dropdown .share-btn i {
  transition: all 0.2s;
}
[data-module=overview] .main-nav-items .dropdown .share-btn.show {
  color: #fff;
  background-color: #bebbbb;
  border-radius: 0;
}
[data-module=overview] .main-nav-items .dropdown .share-btn.show i {
  transform: rotate(90deg);
}
[data-module=overview] .main-nav-items .dropdown-menu {
  width: 100%;
  padding: 0.5rem 0.75rem;
  background-color: #3f8bee;
}
[data-module=overview] .main-nav-items .dropdown-menu .dropdown-item {
  padding: 0.5rem;
  color: #fff;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}
[data-module=overview] .main-nav-items .dropdown-menu .dropdown-item:hover, [data-module=overview] .main-nav-items .dropdown-menu .dropdown-item:active, [data-module=overview] .main-nav-items .dropdown-menu .dropdown-item:focus {
  color: #3f8bee;
  background-color: #efefef;
}
[data-module=overview] .share-links {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  border-left: 1px solid #dcdbdb;
}
[data-module=overview] .share-links .btn {
  padding: 0.25rem 0.5rem;
  color: #7e7979;
  border-radius: 50%;
  aspect-ratio: 1;
}
[data-module=overview] .share-links .btn:hover, [data-module=overview] .share-links .btn:active, [data-module=overview] .share-links .btn:focus {
  color: #fbad14;
  background-color: #efefef;
}

.card.draw-group-container {
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
  --bs-card-cap-bg: none;
  --bs-card-border-color: #bebbbb;
}
.card.draw-group-container .card-header {
  display: flex;
  padding: 0;
  border-radius: 0.5rem 0.5rem 0 0;
  overflow: hidden;
}
.card.draw-group-container .card-title {
  width: 50%;
  margin: 0;
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  background-color: #f0f7fe;
}
.card.draw-group-container .card-title + .card-title {
  border-left: 1px solid #bebbbb;
}
.card.draw-group-container .draw-group {
  width: 50%;
  margin: 0;
}
.card.draw-group-container .draw-group + .draw-group {
  border-left: 1px solid #bebbbb;
}
.card.draw-group-container .draw-group > li {
  display: flex;
  margin-bottom: -1px;
}
.card.draw-group-container .draw-group > li + li {
  border-top: 1px solid #bebbbb;
  border-bottom: 1px solid #bebbbb;
}
.card.draw-group-container .draw-group > li .weight {
  width: 72px;
  padding: 1rem 0;
  color: #7e7979;
  text-align: center;
  border-right: 1px solid #bebbbb;
}
.card.draw-group-container .draw-group > li .links {
  padding: 0.5rem;
}
.card.draw-group-container .draw-group > li .links li {
  display: flex;
  align-items: center;
}
.card.draw-group-container .draw-group > li .links li:before {
  content: "-";
  display: inline;
  margin-right: 0.25rem;
  color: #FAC22B;
}
.card.draw-group-container .draw-group > li .links a {
  font-size: 0.875rem;
}
.card.draw-group-container .card-footer {
  display: flex;
  padding: 0;
  border: 0;
}
.card.draw-group-container .card-footer .btn-close {
  position: static;
  font-size: 2.5rem;
  border: 1px solid #E9F1FF;
}
.card.broadcast-card .category-badge {
  position: relative;
  padding: 0.5rem 0.75rem;
  font-weight: 400;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.card.broadcast-card .category-badge:after {
  content: "";
  position: absolute;
  top: 9px;
  right: -8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent;
}
.card.broadcast-card .category-1 {
  color: #CA6510;
  background-color: #FFE5D0;
}
.card.broadcast-card .category-1:after {
  border-left-color: #FFE5D0;
}
.card.broadcast-card .category-2 {
  color: #432874;
  background-color: #E2D9F3;
}
.card.broadcast-card .category-2:after {
  border-left-color: #E2D9F3;
}
.card.broadcast-card .category-3 {
  color: #801F4F;
  background-color: #F7D6E6;
}
.card.broadcast-card .category-3:after {
  border-left-color: #F7D6E6;
}
.card.broadcast-card .category-4 {
  color: #1aa179;
  background-color: #d2f4ea;
}
.card.broadcast-card .category-4:after {
  border-left-color: #d2f4ea;
}
.card.broadcast-card .category-5 {
  color: #0aa2c0;
  background-color: #cff4fc;
}
.card.broadcast-card .category-5:after {
  border-left-color: #cff4fc;
}
.card.broadcast-card .category-6 {
  color: #292828;
  background-color: #dcdbdb;
}
.card.broadcast-card .category-6:after {
  border-left-color: #dcdbdb;
}

.show-results .result-card {
  --bs-card-border-width: 0;
}
.show-results .result-card .title {
  padding: 0;
  background-color: #fff;
}

@media (min-width: 992px) {
  [data-module=overview] .overview-status li {
    flex: 1;
  }
  [data-module=overview] .overview-status li + li {
    border-left: 1px solid #dcdbdb;
  }
  [data-module=overview] .overview-status em {
    border: 0;
  }
  [data-module=overview] .overview-status .label {
    font-size: 1rem;
  }
  [data-module=overview] .main-nav-container {
    padding-bottom: 0;
    background: none;
  }
  [data-module=overview] .main-nav-items {
    width: 75vw;
    margin: auto;
  }
  [data-module=overview] .main-nav-items .nav-item {
    width: 25%;
  }
  [data-module=overview] .main-nav-items .nav-item .card {
    flex-direction: row;
  }
  [data-module=overview] .main-nav-items .nav-item .card-body {
    height: 128px;
  }
}
[data-module=monitor] .mat {
  width: 100%;
}
[data-module=monitor] .result-card .title {
  padding: 0.5rem;
}
[data-module=monitor] .result-card .name {
  font-size: 14.5px;
}
[data-module=monitor] .result-card .timing {
  font-size: 0.875rem;
}
[data-module=monitor] .result-card.is-coming .timing {
  background-color: #7e7979;
}
[data-module=monitor] .result-card.is-live .live-mark {
  opacity: 1;
}
[data-module=monitor] .result-card.is-live .timing {
  background-color: #26B88C;
}

.live-mark {
  position: relative;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #E51954;
  opacity: 0;
}
.live-mark:before, .live-mark:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 50%;
  border: 1px solid #E51954;
}
.live-mark:before {
  animation: ripple 2s linear infinite;
}
.live-mark:after {
  animation: ripple 2s linear 1s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@media (min-width: 992px) {
  [data-module=monitor] .mat {
    flex: 1;
    max-width: 25%;
    padding: 0 0.5rem;
  }
}
.event-btn {
  --bs-btn-padding-x: 0.25rem;
  --bs-btn-padding-y: 2px;
  --bs-btn-bg: #fff;
  --bs-btn-color: #3f8bee;
  --bs-btn-font-size: 0.75rem;
  --bs-btn-hover-bg: #c2defb;
  --bs-btn-hover-color: #3f8bee;
  --bs-btn-hover-border-color: #3f8bee;
  --bs-btn-active-border-color: #3f8bee;
  --bs-btn-border-radius: 0.375rem;
  position: relative;
  z-index: 2;
  display: inline-block;
  min-width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #3f8bee;
}

.win-icon {
  display: inline-block;
  width: 80px;
  height: 60px;
  background: url("../images/win-seal.png") center no-repeat;
  background-size: contain;
}

[data-module=fight-tree] .heading-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid #dcdbdb;
}
[data-module=fight-tree] .heading-section h3 {
  margin-bottom: 0.5rem;
  color: #215491;
  font-size: 1rem;
  font-weight: 300;
}
[data-module=fight-tree] .heading-section .info {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
}
[data-module=fight-tree] .main-title {
  min-height: 60px;
}
[data-module=fight-tree] .download-btn-area {
  display: flex;
  flex-direction: column;
}
[data-module=fight-tree] .download-btn-area .btn + .btn {
  margin-top: 0.25rem;
}
[data-module=fight-tree] .heading {
  justify-content: center;
  font-size: 1.125rem;
}
[data-module=fight-tree] .inn_tree_container {
  width: 100%;
  max-height: 280px;
  padding: 0.5rem;
  border-radius: 0.25rem;
  overflow: auto;
}
[data-module=fight-tree] .inn_tree_container.ranking-section {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .top-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0;
  max-width: 480px;
  background: url(../images/curve.svg) center 130px no-repeat;
  background-size: 100%;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .top-3 .rank {
  text-align: center;
  font-size: 100px;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .top-3 .player .name {
  margin: 0 0 0.25rem;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .top-3 .no-1 .rank {
  height: 150px;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .top-3 .no-2 .rank {
  padding-top: 80%;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .top-3 .no-3 .rank {
  padding-top: 110%;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .rank {
  color: #fff;
  font-size: 50px;
  -webkit-text-stroke: 1.5px #3f8bee;
  text-stroke: 1.5px #3f8bee;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .rank-card {
  margin: 0.5rem 0;
  padding: 0.5rem;
  border: 1px solid #bebbbb;
  border-radius: 0.25rem;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .rank {
  padding-right: 1rem;
  line-height: 1;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .detail {
  margin: 0;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .detail li {
  display: flex;
  flex-direction: column;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .detail li .label {
  margin-bottom: 0.25rem;
  color: #7e7979;
  font-size: 0.75rem;
}
[data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .detail li + li {
  margin-top: 0.25rem;
}
[data-module=fight-tree] .tb-box th {
  padding: 1rem;
  color: #215491;
  font-size: 0.875rem;
}
[data-module=fight-tree] .tb-box td {
  font-size: 0.875rem;
}
[data-module=fight-tree] .tb-box td.td_empty {
  height: 0;
}
[data-module=fight-tree] .tb-box .rpc-org {
  max-width: -moz-max-content;
  max-width: max-content;
  border: 0;
  background-color: transparent;
}
[data-module=fight-tree] .tb-box .rpc-org .empty {
  min-height: 4px;
  background-color: #bebbbb;
  border: 1px solid #bebbbb;
  border-radius: 0.25rem;
}
[data-module=fight-tree] .tb-box .inn-player-info {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  border: 1px solid #bebbbb;
  border-radius: 0.25rem;
}
[data-module=fight-tree] .tb-box .inn-player-info .number {
  width: 24px;
  height: 24px;
  padding: 0;
  line-height: 24px;
}
[data-module=fight-tree] .tb-box .inn-player-info .inn-player-name {
  display: flex;
  align-items: center;
  margin-right: 0.5rem;
}
[data-module=fight-tree] .tb-box .inn-player-info .inn-player-org {
  color: #7e7979;
}
[data-module=fight-tree] .tb-box .inn-player-info.player_on {
  color: #292828;
  background-color: #fff;
}
[data-module=fight-tree] .tb-box .inn-player-info.player_off {
  color: #292828;
  border-color: #E51954;
  background-color: #FFEBED;
}

.match-table {
  background-color: #fff;
}
.match-table thead {
  color: #fff;
  background-color: #3f8bee;
  border-color: #efefef;
}
.match-table thead th {
  padding: 0.5rem 1rem;
  white-space: nowrap;
}

.event-modal .modal-title {
  font-size: 1.125rem;
}
.event-modal .modal-title .badge-number {
  color: #215491;
  border: 1px solid #215491;
}
.event-modal .modal-title .group {
  display: block;
  margin-top: 0.5rem;
  color: #7e7979;
  font-size: 0.875rem;
}

.team-result-section .result-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
}
.team-result-section .result-container .icon-crown {
  display: none;
  position: absolute;
  right: -8px;
  top: -8px;
  padding: 0.25rem;
  font-size: 1.125rem;
  background-color: #fff;
  border-radius: 50%;
  transform: rotate(15deg);
}
.team-result-section .result-container .card {
  position: relative;
  color: #292828;
  text-align: center;
  border-color: #bebbbb;
}
.team-result-section .result-container .card .card-header {
  border-color: #bebbbb;
}
.team-result-section .result-container .card .card-body em {
  color: #292828;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 700;
}
.team-result-section .result-container .card.winner .icon-crown {
  display: block;
}
.team-result-section .result-container .card.group-white .card-header {
  background-color: #fff;
}
.team-result-section .result-container .card.group-red .card-header {
  color: #fff;
  background-color: #E44547;
}
.team-result-section .result-container .card.group-blue .card-header {
  color: #fff;
  background-color: #4D9EE9;
}
.team-result-section .scores-container .title {
  font-size: 1.125rem;
}

.fight-tree-table {
  --bs-border-color: #bebbbb;
}
.fight-tree-table th:not(.empty) {
  min-width: 64px;
}
.fight-tree-table td {
  position: relative;
}
.fight-tree-table td:not([rowspan="2"]) {
  height: 37px;
  line-height: 1;
  text-align: center;
}
.fight-tree-table tr > td:first-child .player-block {
  margin-left: auto;
}
.fight-tree-table tr > td:last-child .player-block {
  margin-right: auto;
}
.fight-tree-table .player-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 208px;
  height: 58px;
  padding: 0.5rem;
  text-wrap: nowrap;
}
.fight-tree-table .border-highlight {
  --bs-border-width: 2px;
  border-color: #E51954 !important;
}
.fight-tree-table .border-highlight .btn {
  --bs-border-width: 1px;
}
.fight-tree-table .badge {
  --bs-badge-padding-x: 0.25rem;
  min-width: 24px;
  text-align: center;
}
.fight-tree-table .badge.is-winner {
  background-color: #ffdb49;
}
.fight-tree-table .event-btn {
  margin-bottom: -2rem;
}

.robin-table .robin-empty {
  background: url(../images/slash.svg) no-repeat center;
  background-size: 50%;
}
.robin-table .event-btn {
  line-height: 1;
  border-width: 1px 1px 3px 1px;
}

.competition-result-modal .modal-content {
  padding: 0;
  border: 0;
  border-radius: 0.5rem;
  overflow: hidden;
}
.competition-result-modal .modal-header {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.competition-result-modal .modal-header h4 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 400;
}
.competition-result-modal .modal-header .badge {
  min-width: 2rem;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  text-align: center;
  color: #3f8bee;
  background-color: transparent;
  border: 1px solid #3f8bee;
  border-radius: 0.375rem;
}
.competition-result-modal .modal-body {
  display: flex;
  flex-direction: column;
  max-height: 470px;
  padding: 0;
  overflow: auto;
}
.competition-result-modal .deco {
  display: flex;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
}
.competition-result-modal .deco > * {
  width: 50%;
  height: 16px;
}
.competition-result-modal .deco .group-white {
  background-color: #fff;
}
.competition-result-modal .deco .group-blue {
  background-color: #2c4298;
}
.competition-result-modal .top-info-section {
  position: relative;
}
.competition-result-modal .top-info-section:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: #f0f7fe;
  z-index: 1;
}
.competition-result-modal .top-info-section .inner {
  display: flex;
  gap: 1rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.competition-result-modal .winner-mark {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  color: #fbad14;
  opacity: 0;
}
.competition-result-modal .winner-mark.is-winner {
  opacity: 1;
}
.competition-result-modal .winner-mark:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #fbad14 transparent;
  transform: rotate(270deg);
}
.competition-result-modal .winner-mark:after {
  content: "Winner";
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
}
.competition-result-modal .winner-mark span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fbad14;
}
.competition-result-modal .winner-mark.left {
  margin-left: 1.5rem;
}
.competition-result-modal .winner-mark.right {
  flex-direction: row-reverse;
  margin-right: 1.5rem;
}
.competition-result-modal .winner-mark.right:before {
  transform: rotate(90deg);
}
.competition-result-modal .time {
  flex-shrink: 0;
  margin: 1rem auto 0.5rem;
  padding: 8px;
  font-size: 2rem;
  background-color: #fff;
  border: 1px solid #dcdbdb;
  border-radius: 0.375rem;
}
.competition-result-modal .event-result-container {
  display: flex;
}
.competition-result-modal .event-result-container .group-white {
  background-color: #fff;
}
.competition-result-modal .event-result-container .group-blue {
  color: #292828 !important;
  background-color: #f0f7fe;
}
.competition-result-modal .event-result-container .group-blue .top-section {
  flex-direction: row-reverse;
}
.competition-result-modal .event-result-container .group-blue .player-info {
  align-items: flex-end;
}
.competition-result-modal .event-result-container .player-score {
  width: 50%;
  padding: 0 1.5rem;
}
.competition-result-modal .event-result-container .top-section {
  display: flex;
  gap: 1rem;
}
.competition-result-modal .event-result-container .player-info {
  display: flex;
  flex-direction: column;
}
.competition-result-modal .event-result-container .player-photo {
  width: 100px;
  height: 120px;
  border: 1px solid #efefef;
  border-radius: 0.375rem;
  overflow: hidden;
}
.competition-result-modal .event-result-container .player-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.competition-result-modal .event-result-container .player-no {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 32px;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
  text-align: center;
  color: #292828;
  font-size: 0.875rem;
  background-color: #fbad14;
  border-radius: 0.375rem;
}
.competition-result-modal .event-result-container .player-name {
  font-size: 1.125rem;
  font-weight: 700;
}
.competition-result-modal .event-result-container .org {
  margin-top: auto;
}
.competition-result-modal .event-result-container .score-section {
  display: flex;
  gap: 1rem;
  margin: 1.25rem 0;
}
.competition-result-modal .event-result-container .score-section > * {
  flex: 1;
  text-align: center;
}
.competition-result-modal .event-result-container .score-section dt {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.competition-result-modal .event-result-container .score-section dd {
  height: 58px;
  font-size: 2.5rem;
  font-weight: 700;
}
.competition-result-modal .event-result-container .score-section .shido {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  align-items: center;
}
.competition-result-modal .event-result-container .score-section .shido > span {
  width: 8px;
  height: 24px;
}
.competition-result-modal .event-result-container .score-section .shido .s-yellow {
  background-color: #FAC22B;
}
.competition-result-modal .event-result-container .score-section .shido .s-red {
  background-color: #dc3545;
}
.competition-result-modal .event-result-container .control-section {
  display: flex;
  gap: 1rem;
  flex-direction: column;
  margin: 1.25rem 0;
}
.competition-result-modal .event-result-container .control-section > * {
  display: flex;
  gap: 1rem;
}
.competition-result-modal .event-result-container .control-section > * .btn {
  flex: 1;
  font-size: 1rem;
}
.competition-result-modal .event-result-container.card-body .score-section dd {
  height: 36px;
  font-size: 2rem;
  line-height: 1.2;
}
.competition-result-modal .event-result-container.card-body .control-section {
  gap: 0.5rem;
}
.competition-result-modal .event-result-container.card-body .control-section > * .btn {
  font-size: 0.875rem;
}
.competition-result-modal .modal-footer {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
}
.competition-result-modal .modal-footer::before, .competition-result-modal .modal-footer::after {
  display: none;
}
.competition-result-modal .modal-footer > * {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.competition-result-modal .modal-footer > * .btn {
  margin: 0;
}
.competition-result-modal .modal-footer > * .btn + .btn {
  margin-left: 0;
}
.competition-result-modal .modal-footer .btn.btn-close {
  color: #292828;
  border-color: #292828;
}
.competition-result-modal .modal-footer .event-finished {
  display: flex;
  gap: 0.5rem;
}
.competition-result-modal .team-result .team-score {
  --bs-card-bg: #fff;
  --bs-card-cap-bg: #fff;
  --bs-card-border-color: #bebbbb;
}
.competition-result-modal .team-result .modal-body > .deco,
.competition-result-modal .team-result .modal-body > .top-info-section {
  display: none;
}
.competition-result-modal .team-result .player-score {
  padding: 1.5rem;
}
.competition-result-modal .team-result .player-score .card-header .win-icon {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.competition-result-modal .team-result .player-score .player-no {
  padding: 0.25rem;
  line-height: 1.2;
}
.competition-result-modal .team-result .player-score.group-white, .competition-result-modal .team-result .player-score.group-blue {
  background-color: #fff;
}
.competition-result-modal .team-result .player-score.group-blue .team-score .card-header {
  color: #fff;
  background-color: #2c4298;
}
.competition-result-modal .team-result .event-detail-section .card {
  --bs-card-cap-bg: #fff;
  --bs-card-border-color: #bebbbb;
  --bs-card-border-radius: 0.5rem;
  overflow: hidden;
}
.competition-result-modal .team-result .event-detail-section .group-blue {
  background-color: #f0f7fe;
}
.competition-result-modal .team-result .event-detail-section .sub-info-section {
  position: absolute;
  top: 70px;
  left: 37%;
  z-index: 2;
  width: 25%;
}
.competition-result-modal .team-result .event-detail-section .sub-time {
  padding: 0 0.5rem;
  font-size: 2rem;
  line-height: 1;
}
.competition-result-modal .team-result .event-detail-section .player-score {
  padding-bottom: 2rem;
}
.competition-result-modal .team-result .event-detail-section .player-score .deco {
  position: absolute;
  bottom: 0;
  width: 50%;
  height: 1rem;
  transform: rotate(180deg);
}
.competition-result-modal .team-result .event-detail-section .player-score.group-white .deco {
  left: 0;
  background-color: #fff;
}
.competition-result-modal .team-result .event-detail-section .player-score.group-blue .deco {
  right: 0;
  background-color: #2c4298;
}
.competition-result-modal .team-result .event-detail-section .player-photo {
  width: 70px;
  height: 84px;
}
.competition-result-modal .team-result .event-detail-section .winner-mark.left {
  margin: 0 1.5rem 0 0;
}
.competition-result-modal .team-result .event-detail-section .winner-mark.right {
  margin: 0 0 0 1.5rem;
}

@media (min-width: 768px) {
  .modal_competition_container {
    width: 832px;
  }
  .robin-table {
    width: 75%;
  }
  .robin-table [data-type=inno-player] {
    min-width: 85px;
    line-height: 1.25;
  }
  .robin-table td {
    height: 64px;
  }
}
@media (max-width: 991.99px) {
  .competition-result-modal .event-result-container .player-score {
    padding: 0 1rem;
  }
  .competition-result-modal .event-result-container .player-photo {
    display: none;
  }
  .competition-result-modal .event-result-container .score-section dd {
    height: 48px;
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  [data-module=fight-tree] .heading-section {
    flex-direction: row;
    justify-content: space-between;
  }
  [data-module=fight-tree] .heading-section h3 {
    color: #292828;
    font-size: 1.5rem;
  }
  [data-module=fight-tree] .heading-section .info {
    color: #7e7979;
    text-align: left;
  }
  [data-module=fight-tree] .inn_tree_container {
    max-height: unset;
  }
  [data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .detail li {
    flex-direction: row;
    align-items: center;
  }
  [data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .detail li .label {
    margin: 0 0.5rem 0 0;
  }
  [data-module=fight-tree] .inn_tree_container.ranking-section .rank-card .detail li .text {
    font-size: 0.875rem;
  }
  [data-module=fight-tree] .download-btn-area {
    flex-direction: row;
  }
  [data-module=fight-tree] .download-btn-area .btn + .btn {
    margin: 0 0 0 0.25rem;
  }
}
@media (min-width: 1400px) {
  .fight-tree-table .player-block {
    width: 291px;
  }
}
.mat-name {
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.mat-list li .inner {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border: 1px solid #dcdbdb;
  border-radius: 0.5rem;
}
.mat-list .links .vr {
  align-self: center;
}

[data-module=player] .card {
  --bs-card-border-radius: 0.5rem;
}
[data-module=player] .card .heading {
  font-size: 1.125rem;
}
[data-module=player] .info-card .head {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  overflow: hidden;
}
[data-module=player] .medals-card .table {
  max-width: 400px;
}
[data-module=player] .medal {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
}
[data-module=player] .medal.gold-medal {
  background-color: #ffdb49;
}
[data-module=player] .medal.silver-medal {
  background-color: #bebbbb;
}
[data-module=player] .medal.bronze-medal {
  background-color: #de7f01;
}
[data-module=player] .photo-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0.5rem;
}
[data-module=player] .photo-container .thumb {
  aspect-ratio: 1;
}
[data-module=player] .result-inner {
  display: grid;
  grid-template-columns: 12px 28px 12px;
  grid-column-gap: 0.25rem;
  width: 60px;
  margin: 0 auto;
  line-height: 1;
}

@media (max-width: 768px) {
  .medals-card .table > :not(caption) > * > * {
    padding: 0.5rem 0.25rem;
  }
}
@media (min-width: 992px) {
  [data-module=player] .filter-bar .query-group {
    margin-left: 0.5rem;
  }
  [data-module=player] .card .card-header {
    color: #7e7979;
    background-color: #dcecfd;
  }
  [data-module=player] .card .heading {
    letter-spacing: 2px;
  }
  [data-module=player] .card .heading:before {
    display: none;
  }
  [data-module=player] .info-card {
    border-color: #dcdbdb;
  }
  [data-module=player] .photo-container {
    grid-template-columns: repeat(4, 1fr);
  }
}
[data-module=photo] .box-profile {
  margin-bottom: 0.75rem;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 24px 20px -20px rgba(0, 0, 0, 0.25), 0 0 16px rgba(0, 0, 0, 0.06);
}
[data-module=photo] .photo-container {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
[data-module=photo] .card {
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  border-color: #dcdbdb;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08);
}
[data-module=photo] .card-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0.5rem;
}
[data-module=photo] .card-footer .tag {
  margin: 2px;
  padding: 2px 6px;
  color: #215491;
  font-size: 0.875rem;
  background-color: #E9F1FF;
  border-radius: 0.25rem;
}
[data-module=photo] .card-footer .tag:hover {
  color: #fff;
  background-color: #215491;
}

.photo-modal .modal-dialog {
  max-width: 480px;
}
.photo-modal .modal-title {
  display: flex;
  flex-direction: column;
  font-size: 1.125rem;
  font-weight: 500;
}
.photo-modal .modal-title span {
  margin-top: 0.25rem;
  color: #7e7979;
  font-size: 0.875rem;
  font-weight: 400;
}
.photo-modal .form-group {
  margin-bottom: 1rem;
}
.photo-modal .form-group label {
  margin-bottom: 0.5rem;
  color: #7e7979;
  font-size: 0.875rem;
}

.upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border: 1px solid #bebbbb;
  border-radius: 0.25rem;
}
.upload-container .preview-container {
  width: 280px;
}
.upload-container .preview-container img {
  margin: 0.25rem;
  height: auto;
}

@media (max-width: 768px) {
  [data-module=photo] .photo-container {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 600px) {
  .photo-modal .modal-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .photo-modal .modal-title span {
    margin: 0.25rem 0 0 0;
  }
  .photo-modal .modal-footer .btn {
    width: 50%;
  }
}
@media (max-width: 480px) {
  [data-module=photo] .photo-container {
    -moz-column-count: 1;
         column-count: 1;
  }
}
html,
body {
  scroll-behavior: smooth;
  cursor: default;
}

.privacy-modal .modal-body {
  max-height: 80vh;
  overflow: auto;
}
.privacy-modal .privacy-list > li {
  margin-bottom: 1rem;
}
.privacy-modal .privacy-list em {
  display: block;
  margin-bottom: 0.5rem;
  font-style: normal;
}
.privacy-modal .privacy-list p {
  margin: 0;
}
.privacy-modal .privacy-list ul {
  padding: 0.5rem 1rem;
  list-style-type: square;
}
.privacy-modal .privacy-list ul li {
  margin-bottom: 0.5rem;
}

.preview-modal .modal-content {
  background: none;
  border: 0;
}
.preview-modal .btn-close {
  color: #3f8bee;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.5rem;
  border: 1px solid #3f8bee;
}
.preview-modal .image-container {
  width: 100%;
  height: 100%;
}
.preview-modal .image-container img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=main.css.map */