.text-teamname {
  line-height: 22px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
  overflow-x: hidden;
}

.text-nodata {
  font-family: "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
}

.text-score {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
}

.text-date {
  line-height: 22px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.text-h1 {
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
@media (max-width: 920px) {
  .text-h1 {
    font-size: 16px;
  }
}

.text-h2 {
  line-height: 18px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 920px) {
  .text-h2 {
    font-size: 0.8em;
  }
}

.text-normal-12 {
  line-height: 12px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
}
@media (max-width: 920px) {
  .text-normal-12 {
    font-size: 12px;
  }
}

.text-normal {
  line-height: 22px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 920px) {
  .text-normal {
    font-size: 12px;
  }
}

.text-sub {
  opacity: 0.8;
  font-size: 0.8em;
}
@media (max-width: 920px) {
  .text-sub {
    font-size: 0.6em;
  }
}

.text-super {
  font-size: 38px;
  font-family: "TrueBold", Helvetica, Arial, sans-serif;
}
@media (max-width: 920px) {
  .text-super {
    font-size: 0.8em;
  }
}

.st-main {
  color: #da1921;
}

.st-sub {
  color: #255a8c;
}

:root {
  font-family: "TrueLight", Helvetica, Arial, sans-serif;
}

.text-rank-table {
  font-size: 14px;
  font-weight: normal;
}
.text-rank-table .text-top-3 {
  font-weight: bold;
  background-color: rgba(166, 181, 195, 0.74) !important;
  border-bottom-color: #a6b5c3 !important;
}
@media (max-width: 920px) {
  .text-rank-table {
    font-size: 0.8em;
  }
}

.bg-black {
  background-color: #000 !important;
  color: #fff;
}

.bg-red {
  background-color: #da1921 !important;
  color: #fff !important;
}

.bg-navy {
  background-color: #255a8c !important;
  color: #fff;
}

.bg-green {
  background-color: #00af10 !important;
  color: #fff;
}

.bg-orange {
  background-color: #ffbb07 !important;
  color: #fff;
}

.bg-gray {
  background-color: #989898 !important;
  color: #fff;
}

.bg-alpha-black {
  background-color: rgba(24, 48, 72, 0.26) !important;
  color: #fff;
}

.form-bg-gray {
  background-color: #6c757d !important;
  color: #fff;
}

.form-control:focus,
.btn:focus,
button:focus {
  outline: 0;
  box-shadow: none;
}

.brackets {
  height: auto;
  overflow: hidden !important;
  min-height: unset;
  box-sizing: border-box;
}

a {
  color: #100e0e;
}
a:hover {
  color: #100e0e;
  text-decoration: none;
}

.url-social {
  margin-top: 5px;
}
.url-social .btn {
  padding: 2px;
}
.url-social a {
  color: #100e0e;
  font-size: 20px;
  margin-right: 5px;
}
@media (max-width: 768px) {
  .url-social {
    margin-top: 5px;
    font-size: 12px;
  }
}

.thumbs-theme::after {
  display: block;
  content: "";
  clear: both;
}
.thumbs-theme .theme-items {
  display: inline-block;
  float: left;
  margin: 1px;
  min-width: 308px;
  border: 1px solid #bbb;
  border-radius: 5px;
  margin-bottom: 2px;
  -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.2);
}
.thumbs-theme .theme-items a {
  color: #000;
  font-size: inherit;
  border-width: 0.5px;
}
.thumbs-theme .theme-items a:hover {
  text-decoration: none;
}
.thumbs-theme .theme-items:hover {
  -webkit-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 3px 10px rgba(0, 0, 0, 0.5);
}
@media (max-width: 597px) {
  .thumbs-theme .theme-items {
    max-width: unset;
    margin: 0;
    margin-bottom: 5px;
    padding: 5px;
  }
}

@media (max-width: 597px) {
  tbody {
    font-size: 0.8em;
  }
}

.team-img {
  display: inline-block;
  margin: 0 auto;
  width: 100%;
  max-width: 32px;
  padding-right: 5px;
}

.team-set .team-cover {
  border: 1px solid #bbb;
  border-width: 0.5px;
  max-width: 289px;
  overflow: hidden;
  margin: 5px;
}
@media (max-width: 597px) {
  .team-set .team-cover {
    max-width: unset;
    margin: 0;
    margin-bottom: 5px;
  }
}
.team-set .team-cover .team-img-profile {
  overflow-y: hidden;
}
.team-set .team-cover .team-img-profile img {
  width: 100%;
}

.modal-body {
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}

@media (max-width: 576px) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
}

.mymodals {
  margin: 0 auto;
  position: relative;
  max-width: 1024px;
  width: 100%;
  /* $search-blue */
}
.mymodals .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.mymodals .dropdown-toggle, .mymodals .dropdown-menu {
  background-color: #fff;
  max-width: 320px;
  min-width: 300px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.mymodals .dropdown-toggle .text-teamname, .mymodals .dropdown-menu .text-teamname {
  font-weight: bold;
}
.mymodals .dropdown-toggle .text-normal, .mymodals .dropdown-menu .text-normal {
  font-size: 10px;
}
@media (max-width: 576px) {
  .mymodals .dropdown-toggle, .mymodals .dropdown-menu {
    max-width: unset !important;
    min-width: unset !important;
  }
  .mymodals .dropdown-toggle .text-teamname, .mymodals .dropdown-toggle .text-normal, .mymodals .dropdown-menu .text-teamname, .mymodals .dropdown-menu .text-normal {
    font-size: 0.8em  !important;
  }
}
.mymodals .list-team-item {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
  background-color: #e6e6e6;
}
.mymodals .list-team-item a {
  display: table;
}
.mymodals .list-team-item a:hover {
  background-color: unset !important;
}
.mymodals .list-team-item ::after {
  border-bottom: none !important;
}
.mymodals .dropdown-menu > li > a:hover {
  background: #f1f9fd;
}
.mymodals .dropdown-header {
  font-size: 14px;
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.mymodals .member-img {
  max-width: 48px;
}
.mymodals .dropdown-toggle::after {
  display: none;
}

.container-members {
  max-height: 276px;
  overflow-y: auto;
}
@media (max-width: 576px) {
  .container-members {
    max-height: 200px;
  }
}

.nopad .member-profiles {
  margin: 0.29rem;
  padding: 2px;
}

/*image gallery*/
.image-checkbox {
  border: 1px solid #ccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.image-checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.image-checkbox-checked {
  border-color: #27a745;
  background-color: #d2d2d2;
}

.image-members {
  position: absolute;
  display: table;
  z-index: 1;
  max-height: 64px;
}

.cha-text-input label {
  float: left;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 18px;
}

.charactor-id {
  border: 1px solid #ccc;
  background-color: #f2f5f1;
}

.check-lg {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 5px;
  top: 0;
  left: 0;
  z-index: 99;
}
.check-lg .fa {
  font-size: 10px !important;
}

.hide {
  display: none;
}

.image-checkbox-checked span {
  display: block !important;
}

.media-video .item-video {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
.media-video .item-video .btn-vdo {
  position: absolute;
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
  height: 100%;
  z-index: 18;
  background-color: rgba(255, 255, 255, 0.1);
}
.media-video .item-video .btn-vdo:hover {
  background-color: rgba(255, 255, 255, 0);
}
.media-video .item-video .container-vdo {
  border: 1px solid #bbbbbb;
  overflow: hidden;
  border-radius: 5px;
  vertical-align: baseline;
  line-height: 0.9em !important;
}
.media-video .item-video .container-vdo .video-title {
  font-family: "TrueBold", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #000;
  max-width: 150px;
}
.media-video .item-video .container-vdo .video-title p {
  padding: 0;
  font-size: 1em;
  margin-bottom: 0;
}
.media-video .item-video .container-vdo .thumbs {
  display: table;
  margin: 0 auto;
}

/*# sourceMappingURL=element-tmn.css.map */
