@charset "UTF-8";

@keyframes live-icon {

  0%,
  49% {
    color           : #fff;
    background-color: #fc5407;
  }

  50% {
    color           : #fc5407;
    background-color: transparent;
  }
}

@keyframes hot-live-icon {

  0%,
  49% {
    color           : #fc5407;
    background-color: #fff;
  }

  50% {
    color           : inherit;
    background-color: transparent;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@font-face {
  font-family : icomoon;
  src         : url(../fonts/icomoon2.eot);
  src         : url(../fonts/icomoon2.eot) format("embedded-opentype"), url(../fonts/icomoon2.ttf) format("truetype"), url(../fonts/icomoon2.woff) format("woff"), url(../fonts/icomoon2.svg) format("svg");
  font-weight : 400;
  font-style  : normal;
  font-display: block;
}

@keyframes lightAnimation {

  0%,
  to {
    filter: brightness(1);
  }

  50% {
    filter: brightness(1.2);
  }
}

@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

@keyframes blind {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.match_events {
  font-size: 13px;
}

.match_events .match-row:nth-child(2n) {
  background-color: #fff;
}

.match_events td {
  padding: 5px;
}

.match_events td[align=left] img {
  margin-right: 5px;
}

.match_events td[align=left] .inlineText {
  display        : inline-flex;
  align-items    : center;
  justify-content: flex-start;
}

.match_events td[align=right] img {
  margin-right: 5px;
}

.match_events td[align=right] .inlineText {
  display        : inline-flex;
  align-items    : center;
  justify-content: flex-end;
}

body {
  background-color: #fff;
  margin          : 0;
  font-weight     : 400;
  line-height     : 1.5;
  color           : #212529;
  text-align      : left;
  padding-right   : 0 !important;
  font-size       : 0.9375rem;
  font-family     : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body #app {
  background: #0b1120;
  overflow-x: hidden;
  overflow-y: hidden;
}

.grid-match#gogo {
  height: 0;
}

hr {
  height       : 0;
  overflow     : visible;
  box-sizing   : content-box;
  margin-bottom: 1rem;
  margin-top   : 1rem;
  border       : 0;
  border-top   : 1px solid rgba(0, 0, 0, 0.1);
}

button {
  overflow          : visible;
  border-radius     : 0;
  margin            : 0;
  font-family       : inherit;
  font-size         : inherit;
  line-height       : inherit;
  text-transform    : none;
  -webkit-appearance: button;
}

button:not(:disabled) {
  cursor: pointer;
}

button:focus {
  outline: dotted 1px;
  outline: -webkit-focus-ring-color auto 5px;
}

button::-moz-focus-inner {
  padding     : 0;
  border-style: none;
}

input {
  overflow   : visible;
  margin     : 0;
  font-family: inherit;
  font-size  : inherit;
  line-height: inherit;
}

.content_post {
  overflow: auto;
  border  : 1px solid #f7f7f7;
  padding : 20px;
  height  : 300px;
}

pre {
  overflow     : auto;
  margin-bottom: 1rem;
  font-family  : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size    : 1em;
  margin-top   : 0;
  font-size    : 87.5%;
  color        : #212529;
  display      : block;
}

pre code {
  color     : inherit;
  font-size : inherit;
  word-break: normal;
}

textarea {
  overflow   : auto;
  margin     : 0;
  font-family: inherit;
  font-size  : inherit;
  line-height: inherit;
  resize     : vertical;
}

address {
  line-height  : inherit;
  margin-bottom: 1rem;
  font-style   : normal;
}

legend {
  line-height  : inherit;
  display      : block;
  width        : 100%;
  max-width    : 100%;
  padding      : 0;
  margin-bottom: 0.5rem;
  font-size    : 1.5rem;
  color        : inherit;
  white-space  : normal;
}

progress {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
  position      : relative;
  font-size     : 75%;
  line-height   : 0;
  bottom        : -0.25em;
}

sup {
  vertical-align: baseline;
  position      : relative;
  font-size     : 75%;
  line-height   : 0;
  top           : -0.5em;
}

img {
  max-width: 100%;
}

.banner .nav a {
  display: block;
  padding: 0.5rem 1rem;
}

.banner .nav a:focus {
  text-decoration: none;
}

.banner .nav a:hover {
  text-decoration: none;
}

.banner .nav .navbar-nav a {
  padding-right: 0;
  padding-left : 0;
}

.banner .nav .nav-pills a {
  border-radius: 0.25rem;
}

.banner .nav .nav-pills .show>a {
  color           : #fff;
  background-color: #0B1120;
}

.banner .nav .nav-pills a.active {
  color           : #fff;
  background-color: #0B1120;
}

.banner .nav a.disabled {
  color         : #6c757d;
  pointer-events: none;
  cursor        : default;
}

.banner .nav .nav-tabs li {
  margin-bottom: -1px;
}

.banner .nav .nav-tabs a {
  border                 : 1px solid transparent;
  border-top-left-radius : 0.25rem;
  border-top-right-radius: 0.25rem;
}

.banner .nav .nav-tabs a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.banner .nav .nav-tabs a:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.banner .nav .nav-tabs a.disabled {
  color           : #6c757d;
  background-color: transparent;
  border-color    : transparent;
}

.banner .nav .nav-tabs .nav-item.show a {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.banner .nav .nav-tabs a.active {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.banner .nav .nav-tabs li.show .nav-link {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.banner .nav .nav-tabs li.show a {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.banner .nav .nav-fill li {
  flex      : 1 1 auto;
  text-align: center;
}

.banner .nav .nav-justified li {
  flex-basis: 0;
  flex-grow : 1;
  text-align: center;
}

.banner .nav .navbar-expand .navbar-nav a {
  padding-right: 0.5rem;
  padding-left : 0.5rem;
}

.banner .nav .navbar-light .navbar-nav .active>a {
  color: rgba(0, 0, 0, 0.9);
}

.banner .nav .navbar-light .navbar-nav .show>a {
  color: rgba(0, 0, 0, 0.9);
}

.banner .nav .navbar-light .navbar-nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

.banner .nav .navbar-light .navbar-nav a.show {
  color: rgba(0, 0, 0, 0.9);
}

.banner .nav .navbar-light .navbar-nav a {
  color: rgba(0, 0, 0, 0.5);
}

.banner .nav .navbar-light .navbar-nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.banner .nav .navbar-light .navbar-nav a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.banner .nav .navbar-light .navbar-nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.banner .nav .navbar-dark .navbar-nav .active>a {
  color: #fff;
}

.banner .nav .navbar-dark .navbar-nav .show>a {
  color: #fff;
}

.banner .nav .navbar-dark .navbar-nav a.active {
  color: #fff;
}

.banner .nav .navbar-dark .navbar-nav a.show {
  color: #fff;
}

.banner .nav .navbar-dark .navbar-nav a {
  color: rgba(255, 255, 255, 0.5);
}

.banner .nav .navbar-dark .navbar-nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.banner .nav .navbar-dark .navbar-nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.banner .nav .navbar-dark .navbar-nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.banner .nav #header .main-menu ul.navbar-nav li a {
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height   : 24px;
  font-size     : 15px;
  text-transform: uppercase;
  margin        : 0 5px;
  color         : #fff;
  font-weight   : 600;
}

.banner .nav #header .main-menu ul.navbar-nav li:first-child a {
  padding-left: 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item+.breadcrumb-item::before {
  display      : inline-block;
  padding-right: 0.5rem;
  color        : #6c757d;
  content      : "/";
}

.btn-link {
  text-decoration: none;
  font-weight    : 400;
  color          : #0B1120;
}

.btn-link:hover {
  text-decoration: underline;
  color          : #016626;
}

.btn-link:focus {
  text-decoration: underline;
  box-shadow     : none;
}

.btn-link:disabled {
  color         : #6c757d;
  pointer-events: none;
}

.card-link:hover {
  text-decoration: none;
}

.featured .thumb_big {
  width        : 100%;
  height       : 360px;
  overflow     : hidden;
  position     : relative;
  margin-bottom: 10px;
}

.featured .thumb_big a {
  display: block;
  width  : 100%;
  height : 100%;
}

.featured .thumb_big a h2.title_news {
  font-size  : 1rem;
  line-height: 26px;
  color      : #fff;
}

.featured .thumb_big a h2.title_news:hover {
  text-decoration: none;
}

.featured .thumb_big a img {
  width     : 100%;
  min-height: 100%;
}

.featured .thumb_big h2.title_news {
  background : rgba(0, 0, 0, 0.63);
  padding    : 10px 15px;
  position   : absolute;
  left       : 5px;
  right      : 5px;
  bottom     : 5px;
  border-left: 4px solid #fc5407;
}

.featured .description {
  margin-bottom: 15px;
  height       : 60px;
  overflow     : hidden;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus {
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: none;
}

.navbar-brand {
  white-space   : nowrap;
  display       : inline-block;
  padding-top   : 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right  : 1rem;
  font-size     : 1.25rem;
  line-height   : inherit;
}

.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand:hover {
  text-decoration: none;
}

.navbar-toggler {
  background-color: transparent;
  padding         : 0.25rem 0.75rem;
  font-size       : 1.25rem;
  line-height     : 1;
  border          : 1px solid transparent;
  border-radius   : 0.25rem;
}

.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:hover {
  text-decoration: none;
}

a.badge:focus {
  text-decoration: none;
}

a.badge:hover {
  text-decoration: none;
}

.card {
  word-wrap       : break-word;
  border-radius   : 0 !important;
  position        : relative;
  display         : -ms-flexbox;
  display         : flex;
  flex-direction  : column;
  min-width       : 0;
  background-color: #fff;
  background-clip : border-box;
  border          : 1px solid rgba(0, 0, 0, 0.125);
}

.card>hr {
  margin-right: 0;
  margin-left : 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius : 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius : 0.25rem;
}

.sopace {
  word-wrap: break-word;
}

.badge {
  white-space   : nowrap;
  line-height   : 1;
  font-weight   : 700;
  display       : inline-block;
  padding       : 0.25em 0.4em;
  font-size     : 75%;
  text-align    : center;
  vertical-align: baseline;
  border-radius : 0.25rem;
  transition    : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge:empty {
  display: none;
}

.breadcrumb-container {
  margin-bottom: 0 !important;
}

.breadcrumb-container ul {
  display: flex;
}

.breadcrumb-container ul li a {
  white-space: nowrap;
}

.col.text-col {
  white-space  : nowrap;
  overflow     : hidden;
  text-overflow: ellipsis;
  font-weight  : 500;
}

.dropdown-header {
  white-space  : nowrap;
  display      : block;
  padding      : 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size    : 0.875rem;
  color        : #6c757d;
}

.dropdown-item {
  white-space     : nowrap;
  display         : block;
  width           : 100%;
  padding         : 0.25rem 1.5rem;
  clear           : both;
  font-weight     : 400;
  color           : #212529;
  text-align      : inherit;
  background-color: transparent;
  border          : 0;
}

.dropdown-item:focus {
  color           : #16181b;
  text-decoration : none;
  background-color: #f8f9fa;
}

.dropdown-item:hover {
  color           : #16181b;
  text-decoration : none;
  background-color: #f8f9fa;
}

.dropdown-item:active {
  color           : #fff;
  text-decoration : none;
  background-color: #0B1120;
}

.dropdown-item:disabled {
  color           : #6c757d;
  pointer-events  : none;
  background-color: transparent;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  vertical-align: 0.255em;
  content       : "";
  border-right  : 0.3em solid transparent;
  border-left   : 0.3em solid transparent;
  display       : inline-block;
  margin-left   : 0.255em;
  border-top    : 0.3em solid;
  border-bottom : 0;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.input-group-text {
  white-space     : nowrap;
  font-size       : 1rem;
  line-height     : 1.5;
  border          : 1px solid #ced4da;
  color           : #495057;
  font-weight     : 400;
  display         : flex;
  align-items     : center;
  padding         : 0.375rem 0.75rem;
  margin-bottom   : 0;
  text-align      : center;
  background-color: #e9ecef;
  border-radius   : 0.25rem;
}

.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-text input[type=radio] {
  margin-top: 0;
}

.progress-bar {
  white-space     : nowrap;
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  color           : #fff;
  text-align      : center;
  background-color: #0B1120;
  transition      : width 0.6s;
}

.widget .btn {
  white-space: nowrap;
}

.panel {
  margin-bottom: 0;
}

.panel li {
  list-style-type: none;
}

.panel .matches {
  background: #1a1d23;
}

.panel .matches .league_title {
  background : #2a3038;
  line-height: 18px;
  color      : #fff;
  padding    : 12px 14px;
  margin     : 0;
}

.panel .matches .league_title img {
  margin-right: 4px;
}

.panel .matches__item .match__hour {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size  : 13px;
  line-height: 22px;
  font-weight: 400;
  color      : #afb4ba;
}

.panel .matches__item .match__team--name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size  : 13px;
  line-height: 22px;
  font-weight: 400;
  font-style : normal;
  color      : #f2f3f3;
}

.panel .matches__item .match {
  display        : flex;
  justify-content: space-between;
  padding        : 12px 20px 12px 14px;
  border-bottom  : 1px solid #2a3038;
  align-items    : center;
}

.panel .matches__item .match__teams {
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex           : 1;
}

.panel .matches__item .match__team {
  display    : flex;
  align-items: center;
  flex       : 1;
}

.panel .matches__item .match__team--logo {
  width        : 32px;
  height       : 32px;
  display      : block;
  -o-object-fit: contain;
  object-fit   : contain;
}

.panel .matches__item .match__team--home {
  flex-direction: row-reverse;
  padding-right : 30px;
}

.panel .matches__item .match__team--home img {
  margin-left: 12px;
}

.panel .matches__item .match__team--away {
  padding-left: 30px;
}

.panel .matches__item .match__team--away img {
  margin-right: 12px;
}

.panel .matches__item .match__ts {
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-size    : 15px;
  line-height  : 25px;
  background   : #0f4cd9;
  border-radius: 2px;
  padding      : 0 13px;
  font-weight  : 700;
  text-align   : center;
  color        : #fff;
}

.panel .matches__item .match__ts.pending {
  background: 0 0;
}

ul {
  list-style-type: none;
  margin-bottom  : 1rem;
  margin-top     : 0;
  padding        : 0;
}

ul li {
  list-style-type: none;
}

ul ol {
  margin-bottom: 0;
}

ul ul {
  margin-bottom: 0;
}

.rounded-0 {
  border-radius: 0 !important;
}

.nav-league {
  margin: 10px 0;
}

.nav-league .nav-tabs {
  border-bottom: 1px solid #fc5407 !important;
}

.nav-league .nav-tabs .nav-item.show .nav-link {
  border-color: #fc5407 #fc5407 #fff !important;
  color       : #fc5407;
}

.nav-league .nav-tabs .nav-link.active {
  border-color: #fc5407 #fc5407 #fff !important;
  color       : #fc5407;
}

.nav-league .nav-tabs .nav-link:focus {
  border-color: #fc5407 #fc5407 #fff !important;
}

.nav-league .nav-tabs .nav-link:hover {
  border-color: #fc5407 #fc5407 #fff !important;
}

.bot_featured {
  padding-top: 12px;
}

.news_box_top {
  padding-top: 12px;
}

.player__left #tv_links {
  padding-top: 12px;
}

.player__left #tv_links a.playing {
  background: #0057ff;
}

.player__left #tv_links a.playing i:before {
  content: "\e916";
}

.player__left #tv_links a {
  background     : #505861;
  border-radius  : 2px;
  font-weight    : 700;
  line-height    : 18px;
  padding        : 0.25rem 0.3125rem;
  margin-right   : 0.25rem;
  display        : flex;
  align-items    : center;
  justify-content: center;
  white-space    : nowrap;
  text-transform : uppercase;
  font-size      : 13px;
  color          : #fff;
  font-style     : normal;
}

.player__left #tv_links a i {
  margin-right: 4px;
}

.player__right .wrap-heading-box {
  padding-top: 12px;
}

.player__right .card-header {
  padding        : 0;
  margin-bottom  : 15px;
  justify-content: space-between;
}

.player__right .card-header a {
  font-weight  : 700;
  line-height  : 18px;
  border-radius: 2px;
  padding      : 7px 21px;
  text-align   : center;
}

.player__right .card-header .primary {
  background: #0f4cd9;
}

.player__right .card-header .success {
  background: #0057ff;
}

.player__right .card-header .danger {
  background: #e11d23;
}

.player__right .chat-player {
  line-height: 0;
}

.player__right .chat-player iframe {
  height: 464px;
}

.player__right #chatBoxStatus {
  background   : #2a3038;
  font-weight  : 700;
  line-height  : 18px;
  cursor       : pointer;
  width        : 100%;
  height       : 100%;
  padding      : 6px 10px;
  text-align   : center;
  margin-bottom: 0;
}

#ranks .rules {
  margin     : 0.5rem 0;
  font-size  : 13px;
  line-height: 22px;
  font-style : normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  background : #1a1d23;
  color      : #fff;
  padding    : 12px;
}

#ranks .tbl_bxh {
  background   : #1a1d23;
  border-radius: 6px;
  border       : 0;
}

#ranks .tbl_bxh td {
  font-size     : 13px;
  line-height   : 22px;
  font-style    : normal;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight   : 400;
  color         : #717983;
  text-align    : center;
  vertical-align: middle;
  white-space   : nowrap;
  display       : table-cell;
}

#ranks .tbl_bxh td:first-child {
  text-align: left;
}

#ranks .tbl_bxh td:nth-child(2) {
  text-align: left;
}

#ranks .tbl_bxh td img {
  width        : 32px;
  height       : 32px;
  -o-object-fit: contain;
  object-fit   : contain;
  margin-right : 12px;
}

#ranks .tbl_bxh th {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 13px;
  line-height: 18px;
  text-align : center;
  color      : #fff;
}

#ranks .tbl_bxh th:first-child {
  text-align: left;
}

#ranks .tbl_bxh th:nth-child(2) {
  text-align: left;
}

#ranks .tbl_bxh tr {
  border-bottom: 1px solid #2a3038;
}

#ranks .groupname {
  background : #2a3038;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 13px;
  line-height: 18px;
  color      : #fff;
  padding    : 12px;
  text-align : center;
}

.box_info {
  font-size : 13px;
  background: url(../img/bg-stadium.jpg) no-repeat;
  color     : #fff;
  padding   : 20px;
  position  : relative;
  margin-top: 20px;
}

.box_info h1 {
  margin: 0.5rem 0;
}

.sub_featured {
  width : 100%;
  height: 420px;
  float : right;
}

.sub_featured ul li {
  border-bottom: 1px solid #ddd;
  padding      : 10px 0 10px 12px;
}

.sub_featured ul li:hover {
  border-left : 3px solid #2ebb2e;
  padding-left: 9px;
}

.sub_featured ul li a {
  font-size  : 0.875rem;
  font-weight: 500;
}

.league a {
  color: #000;
}

.league img {
  width       : 18px;
  height      : 18px;
  margin-right: 0.2rem;
}

.border_box {
  border: 1px solid #f7f7f7;
}

.text-gray {
  color: #9c9c9c;
}

.bg-site {
  background-color: #fc5407;
}

.bg-dedede {
  background-color: #dedede;
}

.bg-b1b1b1 {
  background-color: #b1b1b1;
}

.btn-group-vertical {
  vertical-align : middle;
  position       : relative;
  display        : inline-flex;
  flex-direction : column;
  align-items    : flex-start;
  justify-content: center;
}

.btn-group-vertical>.btn {
  width   : 100%;
  position: relative;
  flex    : 1 1 auto;
}

.btn-group-vertical>.btn:hover {
  z-index: 1;
}

.btn-group-vertical>.btn:active {
  z-index: 1;
}

.btn-group-vertical>.btn:focus {
  z-index: 1;
}

.btn-group-vertical>.btn:not(:first-child) {
  margin-top             : -1px;
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.btn-group-vertical>.btn-group {
  width: 100%;
}

.btn-group-vertical>.btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn {
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

.btn-group-vertical>.btn.active {
  z-index: 1;
}

input[type=button].btn-block {
  width: 100%;
}

input[type=reset].btn-block {
  width: 100%;
}

input[type=submit].btn-block {
  width: 100%;
}

.width-50 {
  width: 50%;
}

.padding-sm {
  padding: 0 0.75rem;
}

.margin-top-lg {
  margin-top: 1.5rem;
}

.margin-bottom-lg {
  margin-bottom: 1.5rem;
}

.box_category {
  margin-bottom: 1rem;
}

.form-group {
  margin-bottom: 1rem;
}

.margin-bottom-md {
  margin-bottom: 1rem;
}

dl {
  margin-bottom: 1rem;
  margin-top   : 0;
}

ol {
  margin-bottom: 1rem;
  margin-top   : 0;
}

ol ol {
  margin-bottom: 0;
}

ol ul {
  margin-bottom: 0;
}

p {
  margin-bottom: 1rem;
  margin-top   : 0;
}

.margin-top-md {
  margin-top: 1rem;
}

.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=top]>.arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=top]>.arrow::before {
  bottom          : 0;
  border-width    : 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=top]>.arrow::after {
  bottom          : 1px;
  border-width    : 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-top>.arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top>.arrow::before {
  bottom          : 0;
  border-width    : 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.arrow::after {
  bottom          : 1px;
  border-width    : 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.margin-bottom-xs {
  margin-bottom: 0.5rem;
}

.mg-bt-05 {
  margin-bottom: 0.5rem;
}

dd {
  margin-bottom: 0.5rem;
  margin-left  : 0;
}

label {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^=bottom]>.arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before {
  top                : 0;
  border-width       : 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after {
  top                : 1px;
  border-width       : 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position     : absolute;
  top          : 0;
  left         : 50%;
  display      : block;
  width        : 1rem;
  margin-left  : -0.5rem;
  content      : "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-bottom>.arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom>.arrow::before {
  top                : 0;
  border-width       : 0 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.arrow::after {
  top                : 1px;
  border-width       : 0 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before {
  position     : absolute;
  top          : 0;
  left         : 50%;
  display      : block;
  width        : 1rem;
  margin-left  : -0.5rem;
  content      : "";
  border-bottom: 1px solid #f7f7f7;
}

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

.margin-top-xs {
  margin-top: 0.5rem;
}

.btn_bet {
  display    : inline-block;
  padding    : 0.3rem;
  width      : 100%;
  text-align : center;
  line-height: 14px;
  color      : #fff;
  background : #fc5407;
  cursor     : pointer;
  border     : none;
}

.btn_bet:hover {
  color           : #ecf0f1 !important;
  background-color: #fc5407 !important;
}

.btn_view {
  background-color: #8f8f8f;
}

.btn_view:hover {
  color           : #ecf0f1 !important;
  background-color: #fc5407 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.my-0 {
  margin-bottom: 0 !important;
  margin-top   : 0 !important;
}

.table {
  margin-bottom: 0 !important;
  color        : #212529;
  width        : 100%;
}

.table td {
  padding       : 0.75rem;
  vertical-align: top;
  border-top    : 1px solid #dee2e6;
}

.table th {
  padding       : 0.75rem;
  vertical-align: top;
  border-top    : 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom : 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table .thead-dark th {
  border-color    : #454d55;
  background-color: #343a40;
  color           : #fff;
}

.table .thead-light th {
  color           : #495057;
  background-color: #e9ecef;
  border-color    : #dee2e6;
}

.league_title {
  margin     : 1rem 0;
  width      : 100%;
  font-weight: 700;
}

.title_text {
  padding    : 0.75rem;
  font-weight: 700;
}

.h4 {
  font-size    : 1.5rem;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
}

.title {
  font-size: 1.5rem;
}

h4 {
  font-size    : 1.5rem;
  margin-top   : 0;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
}

.d-mobile-none {
  display: block;
}

article {
  display: block;
}

aside {
  display: block;
}

figcaption {
  display: block;
}

figure {
  display: block;
  margin : 0 0 1rem;
}

footer {
  display: block;
}

header {
  display: block;
}

hgroup {
  display: block;
}

main {
  display: block;
}

nav {
  display: block;
}

section {
  display: block;
}

.collapse:not(.show) {
  display: none;
}

.d-mobile-block {
  display: none;
}

template {
  display: none;
}

.unique-color-dark {
  background-color: #212121 !important;
}

.badge-live {
  align-items   : center;
  padding       : 4px 6px;
  border-radius : 1rem;
  text-align    : center;
  line-height   : 1;
  display       : flex;
  flex-shrink   : 0;
  width         : 50px;
  font-size     : 12px;
  background    : #f2152d;
  color         : #fff;
  text-transform: uppercase;
  box-shadow    : 0 0 20px red;
  border        : 1px solid #ff9393;
}

.badge-live .dot {
  background: #fff;
  margin    : 2px 5px 2px 0;
  float     : left;
  animation : 0.5s linear infinite blind;
  opacity   : 0;
}

.m-0 {
  margin: 0 !important;
}

.btn-group-toggle>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type=checkbox] {
  position      : absolute;
  clip          : rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group-toggle>.btn input[type=radio] {
  position      : absolute;
  clip          : rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn-group>.btn input[type=checkbox] {
  position      : absolute;
  clip          : rect(0, 0, 0, 0);
  pointer-events: none;
}

.btn-group-toggle>.btn-group>.btn input[type=radio] {
  position      : absolute;
  clip          : rect(0, 0, 0, 0);
  pointer-events: none;
}

.card-body {
  flex   : 1 1 auto;
  padding: 1.25rem;
}

.card-body p {
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.form-check-label {
  margin-bottom: 0;
}

.list-related-by-list {
  background: #f5f6f7;
  padding   : 10px;
}

.list-related-by-list li {
  padding-left : 16px;
  position     : relative;
  margin-bottom: 6px;
}

.list-related-by-list li:last-child {
  margin-bottom: 0;
}

.list-related-by-list li:before {
  -webkit-transform: translateY(-50%);
  -o-transform     : translateY(-50%);
  top              : 50%;
  content          : "";
  width            : 4px;
  height           : 4px;
  background-color : #4267b2;
  border-radius    : 50%;
  position         : absolute;
  left             : 2px;
  transform        : translateY(-50%);
}

.list-related-by-list li a {
  font-weight: 600;
  color      : #4267b2;
  font-size  : 15px;
  line-height: 21px;
  display    : block;
}

.offer {
  background   : #1a1d23;
  position     : relative;
  margin-bottom: 4px;
  border-radius: 2px;
  overflow     : hidden;
  padding      : 10px 0;
}

.offer:last-child {
  margin-bottom: 0;
}

.offer .score-component {
  width         : 100%;
  display       : flex;
  align-items   : center;
  flex-direction: column;
}

.offer .offer__buttons {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.offer .offer__buttons .offer__btn {
  background   : linear-gradient(85.59deg, #0057ff -8.29%, #0057ff 62.2%, #00bd47 102.14%);
  border-radius: 2px;
  font-style   : normal;
  font-weight  : 700;
  font-size    : 13px;
  line-height  : 18px;
  color        : #fff;
  padding      : 6px 15px;
}

.offer .score__text {
  font-weight  : 400;
  font-size    : 13px;
  line-height  : 20px;
  color        : #fff;
  margin-bottom: 6px;
}

.offer .score__price {
  font-size    : 15px;
  line-height  : 25px;
  font-style   : normal;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight  : 600;
  color        : #fff;
  display      : block;
  margin-bottom: 0.75rem;
}

.offer .score__stars i {
  color    : #ffba00;
  font-size: 1rem;
}

.offer:first-child .offer__number {
  background: #e11d23;
}

.offer:first-child .offer__number span {
  color: #fff;
}

.list-inline {
  padding-left: 0;
  list-style  : none;
}

.list-unstyled {
  padding-left: 0;
  list-style  : none;
}

.d-inline {
  display: inline !important;
}

.btn.btn-toolbar {
  color     : #fff;
  fill      : #fff;
  background: rgba(252, 84, 7, 0.4705882353);
  border    : none;
}

.flex-1 {
  flex: 1;
}

.media-body {
  flex: 1;
}

.flex-0 {
  flex: 0;
}

.text-nowrap {
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap !important;
}

.img-fluid {
  max-width: 100%;
  height   : auto;
}

.wp-caption {
  display: inline-block;
}

.wp-caption img {
  max-width    : 100%;
  height       : auto;
  margin-bottom: 0.5rem;
  line-height  : 1;
}

h1 {
  margin-top   : 0;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 2.5rem;
}

h2 {
  margin-top   : 0;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 2rem;
}

h3 {
  margin-top   : 0;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 1.75rem;
}

h5 {
  margin-top   : 0;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 1.25rem;
}

h6 {
  margin-top   : 0;
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 1rem;
}

:root {
  --blue         : #007bff;
  --indigo       : #6610f2;
  --purple       : #6f42c1;
  --pink         : #e83e8c;
  --red          : #dc3545;
  --orange       : #fd7e14;
  --yellow       : #ffc107;
  --green        : #28a745;
  --teal         : #20c997;
  --cyan         : #17a2b8;
  --white        : #fff;
  --gray         : #6c757d;
  --gray-dark    : #343a40;
  --primary      : #0B1120;
  --secondary    : #6c757d;
  --success      : #28a745;
  --info         : #17a2b8;
  --warning      : #ffc107;
  --danger       : #dc3545;
  --light        : #f8f9fa;
  --dark         : #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
    "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
  box-sizing: border-box;
}

*::after {
  box-sizing: border-box;
}

*::before {
  box-sizing: border-box;
}

html {
  font-family                : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height                : 1.15;
  -webkit-text-size-adjust   : 100%;
  -webkit-tap-highlight-color: transparent;
}

.alert-link {
  font-weight: 700;
}

dt {
  font-weight: 700;
}

kbd {
  font-family     : SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size       : 1em;
  font-size       : 87.5%;
  padding         : 0.2rem 0.4rem;
  color           : #fff;
  background-color: #212529;
  border-radius   : 0.2rem;
}

kbd kbd {
  font-weight: 700;
  padding    : 0;
  font-size  : 100%;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

abbr[data-original-title] {
  text-decoration                 : underline;
  -webkit-text-decoration         : underline dotted;
  text-decoration                 : underline dotted;
  cursor                          : help;
  border-bottom                   : 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink        : none;
}

abbr[title] {
  text-decoration                 : underline;
  -webkit-text-decoration         : underline dotted;
  text-decoration                 : underline dotted;
  cursor                          : help;
  border-bottom                   : 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink        : none;
}

[type=button] {
  -webkit-appearance: button;
}

[type=button]:not(:disabled) {
  cursor: pointer;
}

[type=button]::-moz-focus-inner {
  padding     : 0;
  border-style: none;
}

[type=reset] {
  -webkit-appearance: button;
}

[type=reset]:not(:disabled) {
  cursor: pointer;
}

[type=reset]::-moz-focus-inner {
  padding     : 0;
  border-style: none;
}

[type=submit] {
  -webkit-appearance: button;
}

[type=submit]:not(:disabled) {
  cursor: pointer;
}

[type=submit]::-moz-focus-inner {
  padding     : 0;
  border-style: none;
}

summary {
  cursor : pointer;
  display: list-item;
}

blockquote {
  margin: 0 0 1rem;
}

b {
  font-weight: bolder;
}

strong {
  font-weight: bolder;
}

.btn-group {
  vertical-align: middle;
  position      : relative;
  display       : inline-flex;
}

.btn-group>.btn {
  position: relative;
  flex    : 1 1 auto;
}

.btn-group>.btn:hover {
  z-index: 1;
}

.btn-group>.btn:active {
  z-index: 1;
}

.btn-group>.btn:focus {
  z-index: 1;
}

.btn-group>.btn:not(:first-child) {
  margin-left              : -1px;
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn.active {
  z-index: 1;
}

.btn-group>.btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group>.btn-group:not(:first-child)>.btn {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.btn-group>.btn-group:not(:last-child)>.btn {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

img {
  vertical-align: middle;
  text-indent   : -9999px;
  color         : transparent;
  border-style  : none;
}

svg {
  vertical-align: middle;
  overflow      : hidden;
}

a {
  color          : #000;
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color          : inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  color          : inherit;
  text-decoration: none;
  outline        : 0;
}

a:not([href]):not([tabindex]):hover {
  color          : inherit;
  text-decoration: none;
}

a>code {
  color: inherit;
}

a:hover {
  color          : #0B1120;
  text-decoration: none;
}

.custom-range {
  width             : 100%;
  height            : 1.4rem;
  padding           : 0;
  background-color  : transparent;
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width             : 1rem;
  height            : 1rem;
  margin-top        : -0.25rem;
  background-color  : #0B1120;
  border            : 0;
  border-radius     : 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition     : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance        : none;
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #67fea0;
}

.custom-range::-webkit-slider-runnable-track {
  width           : 100%;
  height          : 0.5rem;
  color           : transparent;
  cursor          : pointer;
  background-color: #dee2e6;
  border-color    : transparent;
  border-radius   : 1rem;
}

.custom-range::-moz-range-thumb {
  width           : 1rem;
  height          : 1rem;
  background-color: #0B1120;
  border          : 0;
  border-radius   : 1rem;
  -moz-transition : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition      : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition   : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance : none;
  appearance      : none;
}

.custom-range::-moz-range-thumb:active {
  background-color: #67fea0;
}

.custom-range::-moz-range-track {
  width           : 100%;
  height          : 0.5rem;
  color           : transparent;
  cursor          : pointer;
  background-color: #dee2e6;
  border-color    : transparent;
  border-radius   : 1rem;
}

.custom-range::-ms-thumb {
  width           : 1rem;
  height          : 1rem;
  margin-top      : 0;
  margin-right    : 0.2rem;
  margin-left     : 0.2rem;
  background-color: #0B1120;
  border          : 0;
  border-radius   : 1rem;
  -ms-transition  : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition      : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition   : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance      : none;
}

.custom-range::-ms-thumb:active {
  background-color: #67fea0;
}

.custom-range::-ms-track {
  width           : 100%;
  height          : 0.5rem;
  color           : transparent;
  cursor          : pointer;
  background-color: transparent;
  border-color    : transparent;
  border-width    : 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius   : 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right    : 15px;
  background-color: #dee2e6;
  border-radius   : 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size  : 1em;
  font-size  : 87.5%;
  color      : #e83e8c;
  word-break : break-word;
}

samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size  : 1em;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top   : 0.75rem;
  padding-bottom: 0.75rem;
  color         : #6c757d;
  text-align    : left;
  caption-side  : bottom;
}

th {
  text-align: inherit;
}

.accordion>.card {
  overflow: hidden;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion>.card:last-of-type {
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.accordion>.card .card-header {
  margin-bottom: -1px;
}

.accordion>.card:first-of-type {
  border-bottom             : 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius : 0;
}

optgroup {
  margin     : 0;
  font-family: inherit;
  font-size  : inherit;
  line-height: inherit;
}

select {
  margin        : 0;
  font-family   : inherit;
  font-size     : inherit;
  line-height   : inherit;
  text-transform: none;
  word-wrap     : normal;
}

input[type=checkbox] {
  box-sizing: border-box;
  padding   : 0;
}

input[type=radio] {
  box-sizing: border-box;
  padding   : 0;
}

input[type=date] {
  -webkit-appearance: listbox;
}

input[type=datetime-local] {
  -webkit-appearance: listbox;
}

input[type=month] {
  -webkit-appearance: listbox;
}

input[type=time] {
  -webkit-appearance: listbox;
}

fieldset {
  min-width: 0;
  padding  : 0;
  margin   : 0;
  border   : 0;
}

fieldset:disabled a.btn {
  pointer-events: none;
}

[type=number]::-webkit-inner-spin-button {
  height: auto;
}

[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset    : -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

[type=search]::-webkit-file-upload-button {
  font              : inherit;
  -webkit-appearance: button;
}

.display-1 {
  line-height: 1.2;
  font-weight: 300;
  font-size  : 6rem;
}

.display-2 {
  line-height: 1.2;
  font-weight: 300;
  font-size  : 5.5rem;
}

.display-3 {
  line-height: 1.2;
  font-weight: 300;
  font-size  : 4.5rem;
}

.display-4 {
  line-height: 1.2;
  font-weight: 300;
  font-size  : 3.5rem;
}

.figure {
  display: inline-block;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

output {
  display: inline-block;
}

.d-none {
  display: none !important;
}

[hidden] {
  display: none !important;
}

.h1 {
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 2.5rem;
}

.h2 {
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 2rem;
}

.h3 {
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 1.75rem;
}

.h5 {
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 1.25rem;
}

.h6 {
  margin-bottom: 0.5rem;
  font-weight  : 500;
  line-height  : 1.2;
  font-size    : 1rem;
}

.blockquote {
  margin-bottom: 1rem;
  font-size    : 1.25rem;
}

.lead {
  font-weight: 300;
  font-size  : 1.25rem;
}

h2.title_name {
  font-size: 1rem;
}

.small {
  font-size  : 80%;
  font-weight: 400;
}

small {
  font-size  : 80%;
  font-weight: 400;
}

.mark {
  padding         : 0.2em;
  background-color: #fcf8e3;
}

mark {
  padding         : 0.2em;
  background-color: #fcf8e3;
}

.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^=left]>.arrow {
  right : calc((0.5rem + 1px) * -1);
  width : 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=left]>.arrow::before {
  right            : 0;
  border-width     : 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=left]>.arrow::after {
  right            : 1px;
  border-width     : 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-left>.arrow {
  right : calc((0.5rem + 1px) * -1);
  width : 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left>.arrow::before {
  right            : 0;
  border-width     : 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left>.arrow::after {
  right            : 1px;
  border-width     : 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.initialism {
  font-size     : 90%;
  text-transform: uppercase;
}

.blockquote-footer {
  display  : block;
  font-size: 80%;
  color    : #6c757d;
}

.blockquote-footer::before {
  content: "— ";
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height  : 1;
}

.figure-caption {
  font-size: 90%;
  color    : #6c757d;
}

.wp-caption-text {
  font-size: 90%;
  color    : #6c757d;
}

.alert-heading {
  color: inherit;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  margin-right : auto;
  margin-left  : auto;
}

.container-fluid {
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  margin-right : auto;
  margin-left  : auto;
}

.col {
  max-width    : 100%;
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex-basis   : 0;
  flex-grow    : 1;
}

.col-auto {
  max-width    : 100%;
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 auto;
  width        : auto;
}

.popup {
  position       : fixed;
  top            : 0;
  left           : 0;
  z-index        : 1050;
  width          : 100%;
  height         : 100%;
  outline        : 0;
  display        : flex;
  align-items    : center;
  justify-content: center;
  transition     : 0.3s ease-out;
}

.popup.remove {
  opacity   : 0;
  visibility: hidden;
  transform : translateY(-30px);
}

.popup .overlay {
  position        : absolute;
  top             : 0;
  left            : 0;
  width           : 100%;
  height          : 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.popup .img_popup {
  max-width: 500px;
  margin   : auto;
  z-index  : 99;
  position : relative;
}

.popup-close {
  background-color: #fff;
  display         : flex;
  align-items     : center;
  justify-content : center;
  position        : absolute;
  top             : 5px;
  right           : 5px;
  width           : 30px;
  height          : 30px;
  border-radius   : 4px;
  cursor          : pointer;
  font-size       : 20px;
  font-weight     : 500;
  color           : #333;
}

.banner-fix {
  position: fixed;
  z-index : 1001;
  bottom  : 0;
  left    : 0;
  right   : 0;
}

.banner-fix--container {
  max-width: 1330px;
  margin   : 0 auto;
  position : relative;
}

.banner-fix .banner-remove {
  position       : absolute;
  z-index        : 999;
  top            : 0;
  right          : 0;
  width          : 45px;
  height         : 45px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  cursor         : pointer;
  text-shadow    : 0 0 10px #fff;
  background     : rgb(0 0 0 / 43%);
  color          : #fff;
}

#header {
  margin-bottom: 15px;
  background   : #0B1120;
  height       : 56px;
}

#header .nav-mobile .navbar-nav {
  display       : flex;
  flex-wrap     : wrap;
  margin-right  : -15px;
  margin-left   : -15px;
  flex-direction: row;
}

#header .nav-mobile .navbar-nav li {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 33.33333%;
  max-width    : 33.33333%;
}

#header .nav-mobile .navbar-nav li a {
  font-family    : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height    : 24px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
  font-style     : normal;
  font-weight    : 400;
  font-size      : 15px;
  text-align     : center;
  color          : #afb4ba;
  position       : relative;
  z-index        : 99;
}

#header .nav-mobile .navbar-nav li a i {
  display      : block;
  font-size    : 20px;
  margin-bottom: 8px;
}

#header .nav-mobile .navbar-nav li a span {
  display      : block;
  font-size    : 20px;
  margin-bottom: 8px;
}

#header .nav-mobile .navbar-nav li.active a {
  color: #2aab01;
}

#header .nav-mobile .navbar-toggler {
  position : absolute;
  z-index  : 999;
  right    : 19px;
  top      : 19px;
  padding  : 0;
  border   : 0;
  font-size: 18px;
  outline  : 0;
}

#header .nav-mobile .navbar-toggler .navbar-toggler-icon {
  width : auto;
  height: auto;
}

#header .nav-mobile .navbar-toggler .navbar-toggler-icon:before {
  font-family            : icomoon !important;
  speak                  : never;
  font-variant           : normal;
  text-transform         : none;
  line-height            : 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  content                : "\e90f";
  color                  : #0057ff;
  font-style             : normal;
  font-weight            : 400;
}

#header .nav-mobile button[aria-expanded=true] .navbar-toggler-icon:before {
  content: "\e910";
}

#header .nav-mobile .logo-cnt {
  position  : absolute;
  z-index   : 999;
  width     : 100%;
  left      : 0;
  height    : 56px;
  background: #1a1d23;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
  padding   : 11px 15px;
  top       : 0;
}

#header .nav-mobile .logo-cnt a {
  padding: 0;
}

#header .nav-mobile .logo-cnt img {
  width        : 170px;
  height       : 34px;
  -o-object-fit: contain;
  object-fit   : contain;
}

#header .nav-mobile .navbar-collapse.show {
  width     : 100%;
  background: #04060b;
  top       : 0;
  left      : 0;
  padding   : 56px 15px 15px;
  z-index   : 99;
}

#header .nav-mobile .navbar-collapse.show:after {
  content            : "";
  background-image   : url(../img/bg-menu-mb.png);
  background-repeat  : no-repeat;
  width              : 100%;
  height             : 290px;
  position           : absolute;
  bottom             : 0;
  left               : 0;
  background-position: center;
}

#header .nav-mobile .block-category>.navbar-nav .matches .grid-matches {
  margin: 0;
}

#header .nav-mobile .block-category>.navbar-nav .navbar-nav {
  margin: 0;
}

#header .nav-mobile .block-category>.navbar-nav .row {
  margin: 0;
}

#header .nav-mobile .block-category>.row .navbar-nav {
  margin: 0;
}

#header .nav-mobile .matches .block-category>.grid-matches .navbar-nav {
  margin: 0;
}

#header .main-menu {
  box-shadow: none;
  border    : 0;
  color     : #fff;
  padding   : 0;
  width     : 100%;
}

#header .main-menu ul.navbar-nav {
  padding: 0.5rem 0 0.5rem 1rem;
}

#header .main-menu ul.navbar-nav li.active a {
  color: #fff;
}

#header .main-menu ul.navbar-nav li .banner .nav a {
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height   : 24px;
  font-size     : 15px;
  text-transform: uppercase;
  margin        : 0 5px;
  color         : #fff;
  font-weight   : 600;
}

#header .main-menu ul.navbar-nav li a.nav-link {
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height   : 24px;
  font-size     : 15px;
  text-transform: uppercase;
  margin        : 0 5px;
  color         : #fff;
  font-weight   : 600;
}

#header .main-menu ul.navbar-nav li:first-child .banner .nav a {
  padding-left: 0;
}

#header .main-menu ul.navbar-nav li:first-child a.nav-link {
  padding-left: 0;
}

#header .sub-menu {
  background: #fff;
  width     : 100%;
  position  : relative;
}

#header .sub-menu ul {
  display   : -ms-flexbox;
  list-style: none;
  padding   : 0;
  margin    : 0;
  display   : flex;
}

#header .sub-menu ul li {
  padding: 4px;
}

#header .sub-menu ul li a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 24px;
  font-size  : 13px;
  font-weight: 500;
  padding    : 5px 10px;
  display    : block;
}

#header .sub-menu ul li.style-1 a {
  background: #28a745;
  color     : #fff;
}

#header .sub-menu ul li.style-2 a {
  background: #fc5407;
  color     : #fff;
}

#header .sub-menu ul li.style-3 a {
  background: #17a2b8;
  color     : #fff;
}

#header .sub-menu ul li.style-4 a {
  background: #dc3545;
  color     : #fff;
}

#header .sub-menu ul li.style-5 a {
  background: #032244;
  color     : #febc11;
}

#header .sub-menu ul li.style-6 a {
  background: #0f4cd9;
  color     : #fff;
}

#header .sub-menu ul li.style-7 a {
  background: #ffc107;
  color     : #000;
}

#header .sub-menu ul li.style-8 a {
  background: #ce171f;
  color     : #fff;
}

#header .sub-menu ul li.style-9 a {
  background-image: linear-gradient(to right, #e52d27 0%, #b31217 51%, #e52d27 100%);
  background-size : 200% auto;
  box-shadow      : 0 0 20px #eee;
  color           : #fff;
}

#header .sub-menu ul li.style-10 a {
  background: #4c9eea;
  color     : #fff;
}

#header .logo-sticky {
  display        : -ms-flexbox;
  z-index        : 99;
  left           : -20px;
  top            : 0;
  position       : absolute;
  height         : 60px;
  padding-right  : 7px;
  padding-left   : 35px;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

#header .logo-sticky img {
  -o-object-fit: contain;
  object-fit   : contain;
  filter       : drop-shadow(1px 2px 7px red);
  border-radius: 10px;
}

#header .section-menu .container {
  position    : relative;
  padding-left: 240px;
}

#header .tips {
  background    : #141417;
  font-style    : italic;
  font-weight   : 700;
  font-size     : 12px;
  line-height   : 28px;
  text-transform: uppercase;
  color         : #f9f9f9;
  padding       : 4px 12px;
  text-align    : center;
}

#header .tips strong {
  color: #2aab01;
}

#header .wrap-container {
  position    : relative;
  max-width   : 1140px;
  margin-right: auto;
  margin-left : auto;
}

#header p.mb-0 {
  margin-bottom: 5px !important;
}

.matches .grid-matches {
  display     : flex;
  flex-wrap   : wrap;
  margin-right: -15px;
  margin-left : -15px;
  margin-left : -10px;
  margin-right: -10px;
}

.matches__title {
  margin-bottom: 8px;
}

.matches .grid-matches__item {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 100%;
  max-width    : 100%;
  margin-bottom: 14px;
  padding-left : 7px;
  padding-right: 7px;
}

.matches .grid-matches__item .grid-match__status {
  display       : flex;
  align-items   : center;
  flex-direction: column;
  padding       : 0 5px;
}

.matches .grid-matches__item .grid-match__status .t_time.red {
  background: #e11d23;
}

.matches .grid-matches__item .grid-match__status .t_time {
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style    : normal;
  font-weight   : 700;
  text-align    : center;
  font-size     : 13px;
  line-height   : 20px;
  display       : inline-block;
  vertical-align: middle;
  color         : #0057ff;
}

.matches .grid-matches__item .grid-match__status .t_vs_num {
  border-radius: 2px;
  padding      : 2px 5px 0;
  display      : block;
}

.matches .grid-matches__item .grid-match__team {
  display        : flex;
  flex-direction : column;
  align-items    : center;
  justify-content: center;
  width          : 100%;
  flex           : 1 1 0;
}

.matches .grid-matches__item .grid-match__team img {
  width        : 60px;
  height       : 60px;
  -o-object-fit: contain;
  object-fit   : contain;
  margin-bottom: 8px;
  background   : #fff;
  border-radius: 50%;
  border       : 1px solid #414141;
  padding      : 2px;
}

.matches .grid-matches__item .grid-match__league {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size  : 13px;
  font-weight: 700;
  line-height: 20px;
  color      : #fff;
}

.matches .grid-matches__item .grid-match {
  background-image: linear-gradient(90deg, #0a0053 0%, #1d2289 50%, #000471 100%);
  border-radius   : 6px;
  padding         : 0.625rem;
  position        : relative;
}

.matches .grid-matches__item .grid-match .btn-detail {
  padding      : 6px 22px;
  font-weight  : 700;
  color        : #fff;
  border-radius: 2px;
  font-size    : 13px;
  line-height  : 18px;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  background   : #69707a;
  opacity      : 0.85;
  display      : inline-block;
}

.matches .grid-matches__item .grid-match .btn-odds {
  padding      : 6px 22px;
  font-weight  : 700;
  color        : #fff;
  border-radius: 2px;
  font-size    : 13px;
  line-height  : 18px;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  background   : #0057FF;
  position     : relative;
  white-space  : nowrap;
}

.matches .grid-matches__item .grid-match .btn-odds-detail {
  color     : #000;
  background: #00E5FF;
}

.matches .grid-matches__item .grid-match--is-hot {
  /* background-image: linear-gradient(51deg, #610b0b 0%, #891d3e 50%, #d75417 100%); */
  background: #1e3b60;
}

.matches .grid-matches__item .grid-match__header {
  display        : flex;
  justify-content: space-between;
  margin-bottom  : 8px;
}

.matches .grid-matches__item .grid-match__commentator {
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight  : 400;
  line-height  : 18px;
  border-radius: 2px;
  font-size    : 14px;
  color        : #fff;
  background   : #9b000f;
  padding      : 1px 4px;
  box-shadow   : 0 0 7px #ff5353;
}

.matches .grid-matches__item .grid-match__commentator span {
  margin-right: 10px;
  color       : #dee9e0;
}

.matches .grid-matches__item .grid-match__commentator span::after {
  content    : "-";
  margin-left: 10px;
}

.matches .grid-matches__item .grid-match__commentator span:first-child {
  color: #fca21f;
}

.matches .grid-matches__item .grid-match__commentator span:last-child {
  margin-right: 0;
}

.matches .grid-matches__item .grid-match__commentator span:last-child::after {
  display: none;
}

.matches .grid-matches__item .grid-match__date {
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight  : 400;
  line-height  : 18px;
  border-radius: 2px;
  font-size    : 11px;
  color        : #fff;
  background   : #232323;
  padding      : 1px 3px;
  margin-top   : 3px;
  white-space  : nowrap;
}

.matches .grid-matches__item .grid-match__vs {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  text-align : center;
  font-size  : 20px;
  line-height: 22px;
  color      : #fff;
}

.matches .grid-matches__item .grid-match__vs .away {
  font-size  : 18px;
  line-height: 24px;
}

.matches .grid-matches__item .grid-match__vs .home {
  font-size  : 18px;
  line-height: 24px;
}

.matches .grid-matches__item .grid-match__body {
  display        : flex;
  justify-content: space-between;
  flex-wrap      : nowrap;
  align-items    : center;
  flex-direction : row;
}

.matches .grid-matches__item .grid-match__footer {
  margin-top: 15px;
}

.matches .grid-matches__item .grid-match__team--name {
  color        : #fff;
  text-align   : center;
  text-align   : center;
  white-space  : nowrap;
  text-overflow: ellipsis;
  display      : block;
  overflow     : hidden;
  width        : 140px;
  font-size    : 14px;
}

.matches #header .nav-mobile .block-category>.navbar-nav .grid-matches {
  margin: 0;
}

.matches .block-category>.grid-matches #header .nav-mobile .navbar-nav {
  margin: 0;
}

.matches .block-category>.grid-matches .grid-matches {
  margin: 0;
}

.matches .block-category>.grid-matches .row {
  margin: 0;
}

.matches .block-category>.row .grid-matches {
  margin: 0;
}

.matches .boxgun {
  background   : #e11d23;
  width        : 35px;
  height       : 26px;
  text-align   : center;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-weight  : 700;
  font-size    : 15px;
  line-height  : 25px;
  color        : #fff;
  border-radius: 2px;
}

.matches .boxgun.w {
  background: #01af41;
}

.matches .boxgun.d {
  background: #0f4cd9;
}

.top-bet {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .top-bet {
    padding: 30px 0;
  }
}

.top-bet__title {
  margin-bottom: 15px;
}

.top-bet .host-list .item {
  display      : block;
  min-height   : 120px;
  margin-bottom: 1px;
  background   : #2f3137;
  padding      : 20px;
  position     : relative;
  padding-left : 140px;
  padding-right: 140px;
}

@media (max-width: 768px) {
  .top-bet .host-list .item {
    padding-right: 20px;
  }
}

.top-bet .host-list .item:hover {
  background: #11233A;
}

.top-bet .host-list .item .host-logo {
  position      : absolute;
  top           : 20px;
  left          : 20px;
  width         : 100px;
  padding-bottom: 80px;
  border-radius : 0.5rem;
  overflow      : hidden;
}

.top-bet .host-list .item .host-name {
  font-size    : 1.2em;
  font-weight  : 500;
  margin-bottom: 0.5rem;
}

.top-bet .host-list .item .description {
  color             : #888;
  font-size         : 13px;
  font-weight       : 400;
  line-height       : 1.3;
  margin-bottom     : 0.5rem;
  -webkit-line-clamp: 3;
}

.top-bet .host-list .item .special {
  font-weight: 400;
}

.top-bet .host-list .item .special span {
  font-weight: 500;
  color      : #25ff70;
}

.top-bet .host-list .item .bet-now {
  position: absolute;
  right   : 20px;
  top     : 43px;
}

@media (max-width: 768px) {
  .top-bet .host-list .item .bet-now {
    position: static;
  }
}

.top-bet .host-list .item .bet-now a {
  color: #fff;
}

.top-bet .host-list.host-list-min .item {
  padding-right: 20px;
}

.top-bet .host-list.host-list-min .item .host-name {
  margin-bottom: 5px;
}

.top-bet .host-list.host-list-min .item .description {
  display: none;
}

.top-bet .host-list.host-list-min .item .bet-now {
  position  : relative;
  top       : auto;
  right     : auto;
  margin-top: 15px;
}

.top-bet .host-logo img {
  -o-object-fit: contain !important;
  object-fit   : contain !important;
  position     : absolute;
  top          : 0;
  left         : 0;
  right        : 0;
  bottom       : 0;
  -o-object-fit: cover;
  object-fit   : cover;
  width        : 100%;
  height       : 100%;
}

.news {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .news {
    padding: 30px 0;
  }
}

.news__title {
  margin-bottom: 15px;
}

@keyframes marquee {
  0% {
    left: 100%;
  }

  100% {
    left     : 0;
    transform: translatex(-100%);
  }
}

.marquee-container {
  position     : relative;
  width        : 100%;
  height       : 24px;
  line-height  : 24px;
  font-size    : 14px;
  color        : #fc5407;
  text-align   : left;
  background   : #10223d;
  border-radius: 4px;
  overflow     : hidden;
  margin-bottom: 15px;
}

.marquee-container:hover .marquee-box {
  animation-play-state: paused;
}

.marquee-container .marquee-box {
  position   : absolute;
  display    : inline-block;
  white-space: nowrap;
  animation  : marquee 15s linear infinite;
}

.marquee-container div {
  display       : inline-block;
  margin-right  : 30px;
  vertical-align: middle;
}

.marquee-container div:last-child {
  margin-right: 0;
}

.marquee-container p {
  display       : inline-block;
  margin-right  : 30px;
  vertical-align: middle;
}

.marquee-container p:last-child {
  margin-right: 0;
}

.marquee-container a {
  color          : #fff;
  text-decoration: underline;
}

.marquee-container img {
  width         : 20px;
  height        : 20px;
  vertical-align: sub;
}

.embed-responsive-item {
  background-color: #fff;
  z-index         : 100;
}

.title-match {
  font-size: 22px;
}

.row {
  display     : flex;
  flex-wrap   : wrap;
  margin-right: -15px;
  margin-left : -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left : 0;
}

.no-gutters>.col {
  padding-right: 0;
  padding-left : 0;
}

.no-gutters>[class*=col-] {
  padding-right: 0;
  padding-left : 0;
}

.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left : 0;
}

.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left : 0;
}

.navbar-nav {
  display       : flex;
  flex-direction: column;
  padding-left  : 0;
  margin-bottom : 0;
  list-style    : none;
}

.navbar-nav .banner .nav a {
  padding-right: 0;
  padding-left : 0;
}

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

.navbar-nav .dropdown-menu {
  position: static;
  float   : none;
}

.block-category .post-item {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  padding      : 0;
}

.block-category .post-item .post-title {
  background: linear-gradient(90deg, #1a1d23 0, #141417 100%);
  min-height: 165px;
  padding   : 30px 20px;
  position  : relative;
}

.block-category .post-item .post-title h3 {
  margin: 0;
}

.block-category .post-item .post-title h3 a {
  line-height       : 30px;
  font-weight       : 400;
  color             : #f2f3f3;
  font-family       : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size         : 18px;
  display           : -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow          : hidden;
  text-overflow     : ellipsis;
}

.block-category .post-item .post-title:before {
  content   : "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMkAAAAECAYAAAAksBtvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAOOSURBVHgBjVY9chUxDPanvcA7QkrKdwQoOAAdJTkBNV3aVByDGRq4AEOOQENHkSOkhGFsYf1au+8xk828rG3J0id9srz4dDq/bK3ftLa13aNTatefKSTTHyPW6CC3d7/YS3NtTAmlbq/76lAEG13378/Y4aYLeT/aTb2R+r3It23i6VVqGEa3kMcFhqOvQx4ufB9xLN2reQi9gJxLrqNAzU5yMWU04xi9L1uSR5+u5S3TvHxS4liya5gO64JhmO8xd1HbHO6en360u21rsl1y2a/5Ko/xtLlr4yls9mOMz6gn5eE3Pdw/vnqMFXw5nU9/2t+PDfRO3KE15ob5atxkRoS5IBNRlz9mTDm7fP50rmPRkyF0Q47VauOlh3Ave9On+Al9dj2VgZC2fd/8sSuzr8OKCU3tFN+smvrm5hi44MgxDvP0FTnxMdQJuz/FrXlpKz5GKzYo85c/C8zdCTjPa/E5OYHuSxkKPzCbkj+21O25wMoXUOKgACW42LHu8ou2sQekOhaecdo0j//PVfU59QQObKy6Nvd9JhciiY1QsCpjcciBEy14YziepSNbKfDBc8El17aX4XbEn7iislbx4LH3cXv/6/WDen/z9OPp7dPP22n6TisZQMQZybOC8FI/PFzg2sExKmJD7IgCqDbY/3k0Vr9+oJA6QNuVGMKPD23ZYpujweHRYLNSyn5Q9HAnADtinA7YhaLLGkScP5RC2FfeIjMqbJ+kCDL3W7kwL6tuAjCUCa5szSQsPysTypMUB1rJscRl2kheTOZMaL0p40EXe2FZHoJUJGybak1eRBk2ow+tglvpjgPCZsfSv7wTHKr58t4sdhhpe3UKLwrzo+3Berz0LccdvwAQ46G4uOQlTPnCzbbR9w8vvt15Ptfz+XQ+j8bvtRuLcE5YbhJ9A34F8ioUeShKwDusm4XUqzRa8rAJe3cU+PScjfz0oBTxiINF3Ely4J8VZf/qyr7mRaEta0bdBRWRJ5UMr5IVH1TRQSRBmxei0ZwxD8m8n8L8vCn+m90ko+7NpgD1O5Qs82dbJ47hnFBe27v4rNgdrxcwRweU0h7eRBDnRogXRbOTdIySr4l9jIXBLgxeXTyimfO+aw4ZL8vXhZqd+KcPyGeeLAXuyGxw6pcSyu1fbi27gfMLpbXV0dly1+BxJ9564+YtrRzlJymVelJu3GRe0xtXDjmuY3jxWUGgA1//AZ989nvBGf02AAAAAElFTkSuQmCC) center no-repeat;
  height    : 3px;
  width     : 100%;
  display   : block;
  position  : absolute;
  top       : 0;
  left      : 0;
}

.block-category .post-item .post-thumbnail a {
  position: relative;
  display : block;
}

.block-category .post-item .post-thumbnail a:before {
  content : "";
  display : block;
  width   : 100%;
  height  : 100%;
  position: absolute;
  z-index : 2;
}

.block-category .post-item img {
  height       : 225px;
  width        : 100%;
  max-width    : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.block-category .post-item.post-featured {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 100%;
  max-width    : 100%;
  background   : 0 0;
  position     : relative;
  padding      : 0;
}

.block-category .post-item.post-featured .post-title {
  position  : absolute;
  background: 0 0;
  z-index   : 9;
  bottom    : 0;
  padding   : 20px 15px;
  min-height: auto;
  max-width : 330px;
}

.block-category .post-item.post-featured .post-title:before {
  margin: 0 !important;
}

.block-category .post-item.post-featured .post-title h3 a {
  font-size  : 20px;
  font-weight: 700;
  line-height: 30px;
}

.block-category .post-item.post-featured img {
  width        : 100%;
  height       : 390px;
  max-width    : 100%;
  -o-object-fit: cover;
  object-fit   : cover;
}

.block-category .post-item.post-featured:after {
  content      : "";
  position     : absolute;
  top          : 0;
  left         : 0;
  width        : 100%;
  height       : 100%;
  display      : block;
  z-index      : 1;
  background   : linear-gradient(244.41deg, rgba(20, 20, 23, 0) 8.64%, #141417 100%);
  opacity      : 0.5;
  border-radius: 2px;
}

.block-category>.row #header .nav-mobile .navbar-nav {
  margin: 0;
}

.block-category>.row .matches .grid-matches {
  margin: 0;
}

.block-category>.row .row {
  margin: 0;
}

.col-1 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 8.33333%;
  max-width    : 8.33333%;
}

.col-10 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 83.33333%;
  max-width    : 83.33333%;
}

.col-11 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 91.66667%;
  max-width    : 91.66667%;
}

.col-12 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 100%;
  max-width    : 100%;
}

.col-2 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 16.66667%;
  max-width    : 16.66667%;
}

.col-3 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 25%;
  max-width    : 25%;
}

.col-4 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 33.33333%;
  max-width    : 33.33333%;
}

.col-5 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 41.66667%;
  max-width    : 41.66667%;
}

.col-6 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 50%;
  max-width    : 50%;
}

.col-7 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 58.33333%;
  max-width    : 58.33333%;
}

.col-8 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 66.66667%;
  max-width    : 66.66667%;
}

.col-9 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
  flex         : 0 0 75%;
  max-width    : 75%;
}

.col-lg {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-1 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-10 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-11 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-12 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-2 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-3 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-4 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-5 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-6 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-7 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-8 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-9 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-lg-auto {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-1 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-10 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-11 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-12 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-2 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-3 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-4 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-5 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-6 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-7 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-8 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-9 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-md-auto {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-1 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-10 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-11 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-12 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-2 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-3 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-4 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-5 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-6 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-7 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-8 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-9 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-sm-auto {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-1 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-10 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-11 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-12 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-2 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-3 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-4 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-5 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-6 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-7 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-8 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-9 {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.col-xl-auto {
  position     : relative;
  width        : 100%;
  padding-right: 15px;
  padding-left : 15px;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.table-sm td {
  padding: 0.3rem;
}

.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-borderless tbody+tbody {
  border: 0;
}

.table-borderless td {
  border: 0;
}

.table-borderless th {
  border: 0;
}

.table-borderless thead th {
  border: 0;
}

.table-dark.table-bordered {
  border: 0;
}

.table-responsive {
  display                   : block;
  width                     : 100%;
  overflow-x                : auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive>.table-bordered {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color           : #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-primary:hover {
  background-color: #a5e3bb;
}

.table-hover .table-primary:hover>td {
  background-color: #a5e3bb;
}

.table-hover .table-primary:hover>th {
  background-color: #a5e3bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td {
  background-color: #abdde5;
}

.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td {
  background-color: #ececf6;
}

.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary {
  background-color: #b8e9ca;
}

.table-primary>td {
  background-color: #b8e9ca;
}

.table-primary>th {
  background-color: #b8e9ca;
}

.table-primary tbody+tbody {
  border-color: #7bd79d;
}

.table-primary td {
  border-color: #7bd79d;
}

.table-primary th {
  border-color: #7bd79d;
}

.table-primary thead th {
  border-color: #7bd79d;
}

.table-secondary {
  background-color: #d6d8db;
}

.table-secondary>td {
  background-color: #d6d8db;
}

.table-secondary>th {
  background-color: #d6d8db;
}

.table-secondary tbody+tbody {
  border-color: #b3b7bb;
}

.table-secondary td {
  border-color: #b3b7bb;
}

.table-secondary th {
  border-color: #b3b7bb;
}

.table-secondary thead th {
  border-color: #b3b7bb;
}

.table-success {
  background-color: #c3e6cb;
}

.table-success>td {
  background-color: #c3e6cb;
}

.table-success>th {
  background-color: #c3e6cb;
}

.table-success tbody+tbody {
  border-color: #8fd19e;
}

.table-success td {
  border-color: #8fd19e;
}

.table-success th {
  border-color: #8fd19e;
}

.table-success thead th {
  border-color: #8fd19e;
}

.table-info {
  background-color: #bee5eb;
}

.table-info>td {
  background-color: #bee5eb;
}

.table-info>th {
  background-color: #bee5eb;
}

.table-info tbody+tbody {
  border-color: #86cfda;
}

.table-info td {
  border-color: #86cfda;
}

.table-info th {
  border-color: #86cfda;
}

.table-info thead th {
  border-color: #86cfda;
}

.table-warning {
  background-color: #ffeeba;
}

.table-warning>td {
  background-color: #ffeeba;
}

.table-warning>th {
  background-color: #ffeeba;
}

.table-warning tbody+tbody {
  border-color: #ffdf7e;
}

.table-warning td {
  border-color: #ffdf7e;
}

.table-warning th {
  border-color: #ffdf7e;
}

.table-warning thead th {
  border-color: #ffdf7e;
}

.table-danger {
  background-color: #f5c6cb;
}

.table-danger>td {
  background-color: #f5c6cb;
}

.table-danger>th {
  background-color: #f5c6cb;
}

.table-danger tbody+tbody {
  border-color: #ed969e;
}

.table-danger td {
  border-color: #ed969e;
}

.table-danger th {
  border-color: #ed969e;
}

.table-danger thead th {
  border-color: #ed969e;
}

.table-light {
  background-color: #fdfdfe;
}

.table-light>td {
  background-color: #fdfdfe;
}

.table-light>th {
  background-color: #fdfdfe;
}

.table-light tbody+tbody {
  border-color: #fbfcfc;
}

.table-light td {
  border-color: #fbfcfc;
}

.table-light th {
  border-color: #fbfcfc;
}

.table-light thead th {
  border-color: #fbfcfc;
}

.table-dark {
  background-color: #c6c8ca;
  background-color: #343a40;
  color           : #fff;
}

.table-dark>td {
  background-color: #c6c8ca;
}

.table-dark>th {
  background-color: #c6c8ca;
}

.table-dark tbody+tbody {
  border-color: #95999c;
}

.table-dark td {
  border-color: #95999c;
  border-color: #454d55;
}

.table-dark th {
  border-color: #95999c;
  border-color: #454d55;
}

.table-dark thead th {
  border-color: #95999c;
  border-color: #454d55;
}

.table-active {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active>td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.badge-dark {
  background-color: #343a40;
  color           : #fff;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color           : #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

.collapsing {
  overflow  : hidden;
  position  : relative;
  height    : 0;
  transition: height 0.35s;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.progress {
  overflow        : hidden;
  display         : flex;
  height          : 1rem;
  font-size       : 0.75rem;
  background-color: #e9ecef;
  border-radius   : 0.25rem;
}

.toast {
  overflow               : hidden;
  background-clip        : padding-box;
  background-color       : rgba(255, 255, 255, 0.85);
  opacity                : 0;
  font-size              : 0.875rem;
  max-width              : 350px;
  border                 : 1px solid rgba(0, 0, 0, 0.1);
  box-shadow             : 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter        : blur(10px);
  border-radius          : 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.form-control {
  display         : block;
  width           : 100%;
  height          : calc(1.5em + 0.75rem + 2px);
  padding         : 0.375rem 0.75rem;
  font-size       : 1rem;
  font-weight     : 400;
  line-height     : 1.5;
  color           : #495057;
  background-color: #fff;
  background-clip : padding-box;
  border          : 1px solid #ced4da;
  border-radius   : 0.25rem;
  transition      : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition   : border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::-ms-expand {
  background-color: transparent;
  border          : 0;
}

.form-control:focus {
  color  : #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color  : #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color  : #6c757d;
  opacity: 1;
}

.form-control:disabled {
  background-color: #e9ecef;
  opacity         : 1;
}

.form-control[readonly] {
  background-color: #e9ecef;
  opacity         : 1;
}

select.form-control:focus::-ms-value {
  color           : #495057;
  background-color: #fff;
}

.btn-block {
  display: block;
  width  : 100%;
}

.form-control-file {
  display: block;
  width  : 100%;
}

.form-control-range {
  display: block;
  width  : 100%;
}

.col-form-label {
  padding-top   : calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom : 0;
  font-size     : inherit;
  line-height   : 1.5;
}

.col-form-label-lg {
  padding-top   : calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size     : 1.25rem;
  line-height   : 1.5;
}

.col-form-label-sm {
  padding-top   : calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size     : 0.875rem;
  line-height   : 1.5;
}

.form-control-plaintext {
  display         : block;
  width           : 100%;
  padding-top     : 0.375rem;
  padding-bottom  : 0.375rem;
  margin-bottom   : 0;
  line-height     : 1.5;
  color           : #212529;
  background-color: transparent;
  border          : solid transparent;
  border-width    : 1px 0;
}

.form-control-sm {
  height       : calc(1.5em + 0.5rem + 2px);
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height       : calc(1.5em + 1rem + 2px);
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

select.form-control[multiple] {
  height: auto;
}

select.form-control[size] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-text {
  display   : block;
  margin-top: 0.25rem;
}

.form-row {
  display     : flex;
  flex-wrap   : wrap;
  margin-right: -5px;
  margin-left : -5px;
}

.form-row>.col {
  padding-right: 5px;
  padding-left : 5px;
}

.form-row>[class*=col-] {
  padding-right: 5px;
  padding-left : 5px;
}

.form-check {
  position    : relative;
  display     : block;
  padding-left: 1.25rem;
}

.form-check-input {
  position   : absolute;
  margin-top : 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
  color: #6c757d;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.custom-control-input {
  position: absolute;
  z-index : -1;
  opacity : 0;
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-input:checked~.custom-control-label::before {
  color           : #fff;
  border-color    : #0B1120;
  background-color: #0B1120;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #35fe80;
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color           : #fff;
  background-color: #67fea0;
  border-color    : #67fea0;
}

.form-check-inline {
  display     : inline-flex;
  align-items : center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position    : static;
  margin-top  : 0;
  margin-right: 0.3125rem;
  margin-left : 0;
}

.invalid-tooltip {
  position        : absolute;
  z-index         : 5;
  display         : none;
  max-width       : 100%;
  padding         : 0.25rem 0.5rem;
  border-radius   : 0.25rem;
  line-height     : 1.5;
  top             : 100%;
  margin-top      : 0.1rem;
  font-size       : 0.875rem;
  color           : #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.valid-tooltip {
  position        : absolute;
  z-index         : 5;
  display         : none;
  max-width       : 100%;
  padding         : 0.25rem 0.5rem;
  border-radius   : 0.25rem;
  line-height     : 1.5;
  top             : 100%;
  margin-top      : 0.1rem;
  font-size       : 0.875rem;
  color           : #fff;
  background-color: rgba(40, 167, 69, 0.9);
}

.valid-feedback {
  display   : none;
  width     : 100%;
  margin-top: 0.25rem;
  font-size : 80%;
  color     : #28a745;
}

.form-control.is-valid {
  border-color       : #28a745;
  padding-right      : calc(1.5em + 0.75rem);
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat  : no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size    : calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow  : 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.form-control.is-valid~.valid-feedback {
  display: block;
}

.form-control.is-valid~.valid-tooltip {
  display: block;
}

textarea.form-control.is-valid {
  padding-right      : calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-valid {
  border-color : #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat #fff;
}

.custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow  : 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid~.valid-feedback {
  display: block;
}

.custom-select.is-valid~.valid-tooltip {
  display: block;
}

.form-check-input.is-valid~.form-check-label {
  color: #28a745;
}

.form-check-input.is-valid~.valid-feedback {
  display: block;
}

.form-check-input.is-valid~.valid-tooltip {
  display: block;
}

.custom-control-input.is-valid~.custom-control-label {
  color: #28a745;
}

.custom-control-input.is-valid~.custom-control-label::before {
  border-color: #28a745;
}

.custom-control-input.is-valid~.valid-feedback {
  display: block;
}

.custom-control-input.is-valid~.valid-tooltip {
  display: block;
}

.custom-control-input.is-valid:checked~.custom-control-label::before {
  border-color    : #34ce57;
  background-color: #34ce57;
}

.custom-control-input.is-valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-label {
  border-color: #28a745;
}

.custom-file-input.is-valid~.valid-feedback {
  display: block;
}

.custom-file-input.is-valid~.valid-tooltip {
  display: block;
}

.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow  : 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display   : none;
  width     : 100%;
  margin-top: 0.25rem;
  font-size : 80%;
  color     : #dc3545;
}

.carousel {
  position: relative;
}

.dropdown {
  position: relative;
}

.dropleft {
  position: relative;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  content       : "";
  border-top    : 0.3em solid transparent;
  border-bottom : 0.3em solid transparent;
  display       : inline-block;
  margin-right  : 0.255em;
  border-right  : 0.3em solid;
  vertical-align: 0;
}

.dropleft .dropdown-toggle::after {
  margin-left   : 0.255em;
  vertical-align: 0.255em;
  content       : "";
  display       : none;
}

.dropleft .dropdown-menu {
  top         : 0;
  right       : 100%;
  left        : auto;
  margin-top  : 0;
  margin-right: 0.125rem;
}

.dropright {
  position: relative;
}

.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  content       : "";
  border-top    : 0.3em solid transparent;
  border-bottom : 0.3em solid transparent;
  display       : inline-block;
  margin-left   : 0.255em;
  border-right  : 0;
  border-left   : 0.3em solid;
  vertical-align: 0;
}

.dropright .dropdown-menu {
  top        : 0;
  right      : auto;
  left       : 100%;
  margin-top : 0;
  margin-left: 0.125rem;
}

.dropup {
  position: relative;
}

.dropup .dropdown-toggle::after {
  vertical-align: 0.255em;
  content       : "";
  border-right  : 0.3em solid transparent;
  border-left   : 0.3em solid transparent;
  display       : inline-block;
  margin-left   : 0.255em;
  border-top    : 0;
  border-bottom : 0.3em solid;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  top          : auto;
  bottom       : 100%;
  margin-top   : 0;
  margin-bottom: 0.125rem;
}

.title_box {
  position: relative;
}

.title_box h1 {
  font-weight   : 700;
  font-size     : 1.5rem;
  line-height   : 2.25rem;
  color         : #fff;
  text-transform: uppercase;
  margin-bottom : 0;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title_box h1 a {
  color    : #fff;
  font-size: 1.5rem;
}

.title_box h2 {
  font-weight   : 700;
  font-size     : 1.5rem;
  line-height   : 2.25rem;
  color         : #fff;
  text-transform: uppercase;
  margin-bottom : 0;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title_box h2 a {
  color    : #fff;
  font-size: 1.5rem;
}

.title_box h3 {
  font-weight   : 700;
  font-size     : 1.5rem;
  line-height   : 2.25rem;
  color         : #fff;
  text-transform: uppercase;
  margin-bottom : 0;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title_box h3 a {
  color    : #fff;
  font-size: 1.5rem;
}

.title_box h4 {
  font-weight   : 700;
  font-size     : 1.5rem;
  line-height   : 2.25rem;
  color         : #fff;
  text-transform: uppercase;
  margin-bottom : 0;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title_box h4 a {
  color    : #fff;
  font-size: 1.5rem;
}

.title_box h5 {
  font-weight   : 700;
  font-size     : 1.5rem;
  line-height   : 2.25rem;
  color         : #fff;
  text-transform: uppercase;
  margin-bottom : 0;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title_box h5 a {
  color    : #fff;
  font-size: 1.5rem;
}

.title_box h6 {
  font-weight   : 700;
  font-size     : 1.5rem;
  line-height   : 2.25rem;
  color         : #fff;
  text-transform: uppercase;
  margin-bottom : 0;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title_box h6 a {
  color    : #fff;
  font-size: 1.5rem;
}

.title_box span {
  font-weight   : 700;
  font-size     : 1.5rem;
  line-height   : 2.25rem;
  color         : #fff;
  text-transform: uppercase;
  margin-bottom : 0;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.title_box span a {
  color    : #fff;
  font-size: 1.5rem;
}

.title_box strong {
  color: #0057ff;
}

.btn-toolbar {
  display        : flex;
  flex-wrap      : wrap;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.form-control.is-invalid {
  border-color       : #dc3545;
  padding-right      : calc(1.5em + 0.75rem);
  background-image   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat  : no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size    : calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow  : 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-control.is-invalid~.invalid-feedback {
  display: block;
}

.form-control.is-invalid~.invalid-tooltip {
  display: block;
}

textarea.form-control.is-invalid {
  padding-right      : calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.custom-select.is-invalid {
  border-color : #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background   : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat #fff;
}

.custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow  : 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid~.invalid-feedback {
  display: block;
}

.custom-select.is-invalid~.invalid-tooltip {
  display: block;
}

.form-control-file.is-invalid~.invalid-feedback {
  display: block;
}

.form-control-file.is-invalid~.invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid~.form-check-label {
  color: #dc3545;
}

.form-check-input.is-invalid~.invalid-feedback {
  display: block;
}

.form-check-input.is-invalid~.invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid~.custom-control-label {
  color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-label::before {
  border-color: #dc3545;
}

.custom-control-input.is-invalid~.invalid-feedback {
  display: block;
}

.custom-control-input.is-invalid~.invalid-tooltip {
  display: block;
}

.custom-control-input.is-invalid:checked~.custom-control-label::before {
  border-color    : #e4606d;
  background-color: #e4606d;
}

.custom-control-input.is-invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545;
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 178, 67, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(1, 178, 67, 0.5);
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color    : #0B1120;
  background-color: #0B1120;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 178, 67, 0.5);
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(1, 178, 67, 0.5);
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform       : translateX(0.75rem);
}

.custom-switch .custom-control-label::before {
  left          : -2.25rem;
  width         : 1.75rem;
  pointer-events: all;
  border-radius : 0.5rem;
}

.custom-switch .custom-control-label::after {
  top             : calc(0.25rem + 2px);
  left            : calc(-2.25rem + 2px);
  width           : calc(1rem - 4px);
  height          : calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius   : 0.5rem;
  transition      : transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition   : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}

.custom-file-input.is-invalid~.custom-file-label {
  border-color: #dc3545;
}

.custom-file-input.is-invalid~.invalid-feedback {
  display: block;
}

.custom-file-input.is-invalid~.invalid-tooltip {
  display: block;
}

.custom-file-input.is-invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow  : 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.btn {
  display            : inline-block;
  font-weight        : 400;
  color              : #212529;
  text-align         : center;
  vertical-align     : middle;
  -webkit-user-select: none;
  -moz-user-select   : none;
  user-select        : none;
  background-color   : transparent;
  border             : 1px solid transparent;
  padding            : 0.375rem 0.75rem;
  font-size          : 1rem;
  line-height        : 1.5;
  border-radius      : 0.25rem;
  transition         : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition      : color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn:hover {
  color          : #212529;
  text-decoration: none;
}

.btn .badge {
  position: relative;
  top     : -1px;
}

#toc_container {
  background   : #f9f9f9;
  border       : 1px solid #aaa;
  padding      : 10px;
  margin-bottom: 1em;
  width        : auto;
  display      : table;
  font-size    : 95%;
}

#toc_container a {
  text-shadow    : none;
  text-decoration: none;
}

#toc_container a:hover {
  text-decoration: underline;
}

#toc_container li {
  margin : 0;
  padding: 0;
}

#toc_container ul ul {
  margin-left: 1.5em;
}

#toc_container p.toc_title {
  text-align : center;
  font-weight: 700;
  margin     : 0;
  padding    : 0;
}

#toc_container span.toc_toggle {
  font-weight: 400;
  font-size  : 90%;
}

#toc_container p.toc_title+ul.toc_list {
  margin-top: 1em;
}

.btn.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.btn.disabled {
  opacity: 0.65;
}

a.btn.disabled {
  pointer-events: none;
}

a.close.disabled {
  pointer-events: none;
}

.btn-outline-primary {
  color       : #0B1120;
  border-color: #0B1120;
}

.btn-outline-primary:hover {
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.btn-outline-primary:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.5);
}

.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.5);
}

.btn-outline-primary:disabled {
  color           : #0B1120;
  background-color: transparent;
}

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

.btn-primary:disabled {
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.btn-primary:hover {
  color           : #fff;
  background-color: #018c35;
  border-color    : #017f30;
}

.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 190, 95, 0.5);
}

.btn-primary:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #017f30;
  border-color    : #01732b;
}

.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 190, 95, 0.5);
}

.btn-primary:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #017f30;
  border-color    : #01732b;
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 190, 95, 0.5);
}

.btn-primary.disabled {
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.show>.btn-outline-primary.dropdown-toggle {
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.5);
}

.show>.btn-primary.dropdown-toggle {
  color           : #fff;
  background-color: #017f30;
  border-color    : #01732b;
}

.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 190, 95, 0.5);
}

.show>.btn-secondary.dropdown-toggle {
  color           : #fff;
  background-color: #545b62;
  border-color    : #4e555b;
}

.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.show>.btn-outline-success.dropdown-toggle {
  color           : #fff;
  background-color: #28a745;
  border-color    : #28a745;
}

.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.show>.btn-success.dropdown-toggle {
  color           : #fff;
  background-color: #1e7e34;
  border-color    : #1c7430;
}

.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.show>.btn-outline-info.dropdown-toggle {
  color           : #fff;
  background-color: #17a2b8;
  border-color    : #17a2b8;
}

.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.show>.btn-info.dropdown-toggle {
  color           : #fff;
  background-color: #117a8b;
  border-color    : #10707f;
}

.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.show>.btn-outline-warning.dropdown-toggle {
  color           : #212529;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.show>.btn-warning.dropdown-toggle {
  color           : #212529;
  background-color: #d39e00;
  border-color    : #c69500;
}

.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.show>.btn-outline-danger.dropdown-toggle {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.show>.btn-danger.dropdown-toggle {
  color           : #fff;
  background-color: #bd2130;
  border-color    : #b21f2d;
}

.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.show>.btn-outline-light.dropdown-toggle {
  color           : #212529;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.show>.btn-light.dropdown-toggle {
  color           : #212529;
  background-color: #dae0e5;
  border-color    : #d3d9df;
}

.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.show>.btn-outline-dark.dropdown-toggle {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.show>.btn-dark.dropdown-toggle {
  color           : #fff;
  background-color: #1d2124;
  border-color    : #171a1d;
}

.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.show>.btn-outline-secondary.dropdown-toggle {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(39, 190, 95, 0.5);
}

.btn-secondary {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-secondary:hover {
  color           : #fff;
  background-color: #5a6268;
  border-color    : #545b62;
}

.btn-secondary:disabled {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #545b62;
  border-color    : #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #545b62;
  border-color    : #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-outline-success {
  color       : #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color           : #fff;
  background-color: #28a745;
  border-color    : #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #28a745;
  border-color    : #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #28a745;
  border-color    : #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success:disabled {
  color           : #28a745;
  background-color: transparent;
}

.btn-success {
  color           : #fff;
  background-color: #28a745;
  border-color    : #28a745;
}

.btn-success:disabled {
  color           : #fff;
  background-color: #28a745;
  border-color    : #28a745;
}

.btn-success:hover {
  color           : #fff;
  background-color: #218838;
  border-color    : #1e7e34;
}

.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #1e7e34;
  border-color    : #1c7430;
}

.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #1e7e34;
  border-color    : #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled {
  color           : #fff;
  background-color: #28a745;
  border-color    : #28a745;
}

.btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color           : #fff;
  background-color: #17a2b8;
  border-color    : #17a2b8;
}

.btn-info:disabled {
  color           : #fff;
  background-color: #17a2b8;
  border-color    : #17a2b8;
}

.btn-info:hover {
  color           : #fff;
  background-color: #138496;
  border-color    : #117a8b;
}

.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #117a8b;
  border-color    : #10707f;
}

.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #117a8b;
  border-color    : #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled {
  color           : #fff;
  background-color: #17a2b8;
  border-color    : #17a2b8;
}

.btn-outline-info {
  color       : #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color           : #fff;
  background-color: #17a2b8;
  border-color    : #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #17a2b8;
  border-color    : #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #17a2b8;
  border-color    : #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info:disabled {
  color           : #17a2b8;
  background-color: transparent;
}

.btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-outline-warning {
  color       : #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color           : #212529;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active {
  color           : #212529;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active {
  color           : #212529;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning:disabled {
  color           : #ffc107;
  background-color: transparent;
}

.btn-warning {
  color           : #212529;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-warning:disabled {
  color           : #212529;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-warning:hover {
  color           : #212529;
  background-color: #e0a800;
  border-color    : #d39e00;
}

.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning:not(:disabled):not(.disabled).active {
  color           : #212529;
  background-color: #d39e00;
  border-color    : #c69500;
}

.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active {
  color           : #212529;
  background-color: #d39e00;
  border-color    : #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled {
  color           : #212529;
  background-color: #ffc107;
  border-color    : #ffc107;
}

.btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-danger:disabled {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-danger:hover {
  color           : #fff;
  background-color: #c82333;
  border-color    : #bd2130;
}

.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #bd2130;
  border-color    : #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #bd2130;
  border-color    : #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-outline-danger {
  color       : #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #dc3545;
  border-color    : #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger:disabled {
  color           : #dc3545;
  background-color: transparent;
}

.btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color           : #212529;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-light:disabled {
  color           : #212529;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-light:hover {
  color           : #212529;
  background-color: #e2e6ea;
  border-color    : #dae0e5;
}

.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:not(:disabled):not(.disabled).active {
  color           : #212529;
  background-color: #dae0e5;
  border-color    : #d3d9df;
}

.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active {
  color           : #212529;
  background-color: #dae0e5;
  border-color    : #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled {
  color           : #212529;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-outline-light {
  color       : #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color           : #212529;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active {
  color           : #212529;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active {
  color           : #212529;
  background-color: #f8f9fa;
  border-color    : #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light:disabled {
  color           : #f8f9fa;
  background-color: transparent;
}

.btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-dark:disabled {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-dark:hover {
  color           : #fff;
  background-color: #23272b;
  border-color    : #1d2124;
}

.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #1d2124;
  border-color    : #171a1d;
}

.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #1d2124;
  border-color    : #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-outline-dark {
  color       : #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #343a40;
  border-color    : #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark:disabled {
  color           : #343a40;
  background-color: transparent;
}

.btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.5);
}

.btn-outline-primary.disabled {
  color           : #0B1120;
  background-color: transparent;
}

.btn-outline-secondary {
  color       : #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active {
  color           : #fff;
  background-color: #6c757d;
  border-color    : #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary:disabled {
  color           : #6c757d;
  background-color: transparent;
}

.btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled {
  color           : #6c757d;
  background-color: transparent;
}

.btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled {
  color           : #28a745;
  background-color: transparent;
}

.btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled {
  color           : #17a2b8;
  background-color: transparent;
}

.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled {
  color           : #ffc107;
  background-color: transparent;
}

.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled {
  color           : #dc3545;
  background-color: transparent;
}

.btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled {
  color           : #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled {
  color           : #343a40;
  background-color: transparent;
}

.btn-link.focus {
  text-decoration: underline;
  box-shadow     : none;
}

.btn-link.disabled {
  color         : #6c757d;
  pointer-events: none;
}

.btn-group-lg>.btn {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left : 0.75rem;
}

.btn-lg {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.input-group-lg>.custom-select {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
  height       : calc(1.5em + 1rem + 2px);
  padding-right: 1.75rem;
}

.input-group-lg>.form-control {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg>.input-group-append>.btn {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.input-group-lg>.input-group-append>.input-group-text {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.input-group-lg>.input-group-prepend>.btn {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.input-group-lg>.input-group-prepend>.input-group-text {
  padding      : 0.5rem 1rem;
  font-size    : 1.25rem;
  line-height  : 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm>.btn {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.btn-group-sm>.btn+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left : 0.375rem;
}

.btn-sm {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.input-group-sm>.custom-select {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
  height       : calc(1.5em + 0.5rem + 2px);
  padding-right: 1.75rem;
}

.input-group-sm>.form-control {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm>.input-group-append>.btn {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.input-group-sm>.input-group-append>.input-group-text {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.input-group-sm>.input-group-prepend>.btn {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.input-group-sm>.input-group-prepend>.input-group-text {
  padding      : 0.25rem 0.5rem;
  font-size    : 0.875rem;
  line-height  : 1.5;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}

.fade:not(.show) {
  opacity: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left : 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.dropdown-menu {
  position        : absolute;
  top             : 100%;
  left            : 0;
  z-index         : 1000;
  display         : none;
  float           : left;
  min-width       : 10rem;
  padding         : 0.5rem 0;
  margin          : 0.125rem 0 0;
  font-size       : 1rem;
  color           : #212529;
  text-align      : left;
  list-style      : none;
  background-color: #fff;
  background-clip : padding-box;
  border          : 1px solid rgba(0, 0, 0, 0.15);
  border-radius   : 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left : 0;
}

.dropdown-menu-right {
  right: 0;
  left : auto;
}

.dropdown-menu[x-placement^=bottom] {
  right : auto;
  bottom: auto;
}

.dropdown-menu[x-placement^=left] {
  right : auto;
  bottom: auto;
}

.dropdown-menu[x-placement^=right] {
  right : auto;
  bottom: auto;
}

.dropdown-menu[x-placement^=top] {
  right : auto;
  bottom: auto;
}

.dropdown-divider {
  height    : 0;
  margin    : 0.5rem 0;
  overflow  : hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item.active {
  color           : #fff;
  text-decoration : none;
  background-color: #0B1120;
}

.dropdown-item.disabled {
  color           : #6c757d;
  pointer-events  : none;
  background-color: transparent;
}

.carousel-item-next {
  display: block;
}

.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}

.carousel-item-prev {
  display: block;
}

.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

.carousel-item.active {
  display: block;
}

.dropdown-menu.show {
  display: block;
}

.tab-content>.active {
  display: block;
}

.tab-content>.tab-pane {
  display: none;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color  : #212529;
}

.input-group {
  display    : -ms-flexbox;
  position   : relative;
  display    : flex;
  flex-wrap  : wrap;
  align-items: stretch;
  width      : 100%;
}

.input-group>.custom-file {
  display      : -ms-flexbox;
  position     : relative;
  flex         : 1 1 auto;
  width        : 1%;
  margin-bottom: 0;
  display      : flex;
  align-items  : center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label {
  z-index: 3;
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group>.custom-file+.custom-file {
  margin-left: -1px;
}

.input-group>.custom-file+.custom-select {
  margin-left: -1px;
}

.input-group>.custom-file+.form-control {
  margin-left: -1px;
}

.input-group>.custom-select+.custom-file {
  margin-left: -1px;
}

.input-group>.custom-select+.custom-select {
  margin-left: -1px;
}

.input-group>.custom-select+.form-control {
  margin-left: -1px;
}

.input-group>.form-control+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control+.custom-select {
  margin-left: -1px;
}

.input-group>.form-control+.form-control {
  margin-left: -1px;
}

.input-group>.form-control-plaintext+.custom-file {
  margin-left: -1px;
}

.input-group>.form-control-plaintext+.custom-select {
  margin-left: -1px;
}

.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px;
}

.input-group>.custom-select {
  position     : relative;
  flex         : 1 1 auto;
  width        : 1%;
  margin-bottom: 0;
}

.input-group>.custom-select:not(:last-child) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child) {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-select:focus {
  z-index: 3;
}

.input-group>.form-control {
  position     : relative;
  flex         : 1 1 auto;
  width        : 1%;
  margin-bottom: 0;
}

.input-group>.form-control:not(:last-child) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.form-control:not(:first-child) {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.form-control:focus {
  z-index: 3;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append:last-child>.input-group-text:not(:last-child) {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append:not(:last-child)>.btn {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append:not(:last-child)>.input-group-text {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.input-group-append>.input-group-text {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.input-group-prepend>.btn {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius   : 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-prepend:first-child>.btn:not(:first-child) {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child) {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.input-group-prepend:not(:first-child)>.btn {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius   : 0;
  border-bottom-left-radius: 0;
}

.input-group>.form-control-plaintext {
  position     : relative;
  flex         : 1 1 auto;
  width        : 1%;
  margin-bottom: 0;
}

.input-group-append {
  margin-left: -1px;
  display    : flex;
}

.input-group-append .btn+.btn {
  margin-left: -1px;
}

.input-group-append .btn+.input-group-text {
  margin-left: -1px;
}

.input-group-append .input-group-text+.btn {
  margin-left: -1px;
}

.input-group-append .input-group-text+.input-group-text {
  margin-left: -1px;
}

.input-group-append .btn {
  position: relative;
  z-index : 2;
}

.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend {
  display     : flex;
  margin-right: -1px;
}

.input-group-prepend .btn+.btn {
  margin-left: -1px;
}

.input-group-prepend .btn+.input-group-text {
  margin-left: -1px;
}

.input-group-prepend .input-group-text+.btn {
  margin-left: -1px;
}

.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px;
}

.input-group-prepend .btn {
  position: relative;
  z-index : 2;
}

.input-group-prepend .btn:focus {
  z-index: 3;
}

.btn-sm+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left : 0.375rem;
}

.btn-lg+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left : 0.75rem;
}

.custom-select {
  font-size         : 1rem;
  line-height       : 1.5;
  border            : 1px solid #ced4da;
  color             : #495057;
  font-weight       : 400;
  display           : inline-block;
  width             : 100%;
  height            : calc(1.5em + 0.75rem + 2px);
  padding           : 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align    : middle;
  background        : url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat #fff;
  border-radius     : 0.25rem;
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
  transition        : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition     : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-select:focus {
  border-color: #35fe80;
  outline     : 0;
  box-shadow  : 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.custom-select:focus::-ms-value {
  color           : #495057;
  background-color: #fff;
}

.custom-select:disabled {
  color           : #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.news_content .content {
  background   : #1a1d23;
  border-radius: 2px;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-weight  : 400;
  color        : #f2f3f3;
  padding      : 20px;
}

.news_content .content .post-tags {
  border-top : 1px solid #2a3038;
  padding-top: 20px;
}

.news_content .content .post-tags .tag-list {
  display: flex;
}

.news_content .content .post-tags .tag-list li {
  margin-right: 8px;
}

.news_content .content .post-tags .tag-list li a {
  background   : #2a3038;
  border-radius: 2px;
  display      : block;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-weight  : 400;
  font-size    : 13px;
  line-height  : 20px;
  color        : #f2f3f3;
  padding      : 6px 12px;
}

.news_content .content .post-tags .tags-title {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 600;
  font-size  : 15px;
  line-height: 25px;
  color      : #f2f3f3;
}

.news_content .content .aligncenter .wp-caption-text {
  text-align: center;
}

.news_content .content figure {
  max-width: 100%;
}

.news_content .content h1 {
  font-weight: 400;
  line-height: 1.15;
  margin-top : 0;
  font-size  : 1.802em;
}

.news_content .content h2 {
  font-weight: 400;
  line-height: 1.15;
  font-size  : 1.602em;
}

.news_content .content h3 {
  font-weight: 400;
  line-height: 1.15;
  font-size  : 1.424em;
}

.news_content .content h4 {
  font-weight: 400;
  line-height: 1.15;
  font-size  : 1.266em;
}

.news_content .content h5 {
  font-weight: 400;
  line-height: 1.15;
  font-size  : 1.125em;
}

.news_content .content a {
  font-weight: 700;
  font-size  : 15px;
  line-height: 25px;
  color      : #0057ff;
}

.news_content .content ul {
  padding-left: 15px;
}

.news_content .content .text_small {
  font-size: 0.889em;
}

.news_content .content small {
  font-size: 0.889em;
}

.news_content #toc_container {
  background   : url(../img/bg-toc-container2.png) 0 0/cover no-repeat;
  border       : 0;
  box-sizing   : border-box;
  border-radius: 2px;
  width        : 100%;
  padding      : 20px;
}

.news_content #toc_container .toc_title {
  margin: 0 !important;
}

.news_content #toc_container ul.toc_list {
  margin: 0 !important;
}

.news_content #toc_container ul.toc_list li a {
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-weight  : 600;
  font-size    : 15px;
  line-height  : 25px;
  color        : #fa2;
  margin-bottom: 10px;
  display      : block;
}

.news_content h1.title {
  font-weight  : 700;
  color        : #f2f3f3;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-size    : 24px;
  line-height  : 36px;
  margin-bottom: 1.0625rem;
}

.news_content .summary {
  background   : #1a1d23;
  border-radius: 2px;
  padding      : 20px;
  font-style   : normal;
  font-weight  : 400;
  font-size    : 15px;
  line-height  : 25px;
  color        : #f2f3f3;
}

.news_content .box_comment .wrap-box {
  background   : #1a1d23;
  border-radius: 2px;
  padding      : 20px;
}

.news_content .box_comment .fb-comments {
  background: #fff;
  display   : inline-block;
}

.nav {
  -ms-flex-wrap: wrap;
  display      : flex;
  flex-wrap    : wrap;
  padding-left : 0;
  margin-bottom: 0;
  list-style   : none;
}

.navbar {
  -ms-flex-wrap  : wrap;
  position       : relative;
  display        : flex;
  flex-wrap      : wrap;
  align-items    : center;
  justify-content: space-between;
  padding        : 0.5rem 1rem;
}

.navbar>.container {
  display        : flex;
  flex-wrap      : wrap;
  align-items    : center;
  justify-content: space-between;
}

.navbar>.container-fluid {
  display        : flex;
  flex-wrap      : wrap;
  align-items    : center;
  justify-content: space-between;
}

.custom-control-label {
  position      : relative;
  margin-bottom : 0;
  vertical-align: top;
}

.custom-control-label::after {
  top       : 0.25rem;
  left      : -1.5rem;
  display   : block;
  height    : 1rem;
  content   : "";
  width     : 1rem;
  position  : absolute;
  background: 50%/50% 50% no-repeat;
}

.custom-control-label::before {
  top             : 0.25rem;
  left            : -1.5rem;
  display         : block;
  height          : 1rem;
  content         : "";
  width           : 1rem;
  position        : absolute;
  pointer-events  : none;
  background-color: #fff;
  border          : 1px solid #adb5bd;
  transition      : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition   : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-control {
  position    : relative;
  display     : block;
  min-height  : 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display     : inline-flex;
  margin-right: 1rem;
}

.custom-file {
  display      : inline-block;
  width        : 100%;
  height       : calc(1.5em + 0.75rem + 2px);
  position     : relative;
  margin-bottom: 0;
}

.custom-file-input {
  height  : calc(1.5em + 0.75rem + 2px);
  position: relative;
  z-index : 2;
  width   : 100%;
  margin  : 0;
  opacity : 0;
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #35fe80;
  box-shadow  : 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.nav-pills .banner .nav a {
  border-radius: 0.25rem;
}

.nav-pills .banner .nav .show>a {
  color           : #fff;
  background-color: #0B1120;
}

.nav-pills .banner .nav a.active {
  color           : #fff;
  background-color: #0B1120;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active {
  color           : #fff;
  background-color: #0B1120;
}

.nav-pills .show>.nav-link {
  color           : #fff;
  background-color: #0B1120;
}

.custom-select[multiple] {
  height          : auto;
  padding-right   : 0.75rem;
  background-image: none;
}

.custom-select[size]:not([size="1"]) {
  height          : auto;
  padding-right   : 0.75rem;
  background-image: none;
}

.custom-select-sm {
  height        : calc(1.5em + 0.5rem + 2px);
  padding-top   : 0.25rem;
  padding-bottom: 0.25rem;
  padding-left  : 0.5rem;
  font-size     : 0.875rem;
}

.custom-select-lg {
  height        : calc(1.5em + 1rem + 2px);
  padding-top   : 0.5rem;
  padding-bottom: 0.5rem;
  padding-left  : 1rem;
  font-size     : 1.25rem;
}

.custom-file-label {
  height          : calc(1.5em + 0.75rem + 2px);
  padding         : 0.375rem 0.75rem;
  color           : #495057;
  top             : 0;
  line-height     : 1.5;
  right           : 0;
  position        : absolute;
  left            : 0;
  z-index         : 1;
  font-weight     : 400;
  background-color: #fff;
  border          : 1px solid #ced4da;
  border-radius   : 0.25rem;
  transition      : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition   : background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-file-label::after {
  padding         : 0.375rem 0.75rem;
  color           : #495057;
  top             : 0;
  line-height     : 1.5;
  right           : 0;
  position        : absolute;
  bottom          : 0;
  z-index         : 3;
  display         : block;
  height          : calc(1.5em + 0.75rem);
  content         : "Browse";
  background-color: #e9ecef;
  border-left     : inherit;
  border-radius   : 0 0.25rem 0.25rem 0;
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.nav-link.disabled {
  color         : #6c757d;
  pointer-events: none;
  cursor        : default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .banner .nav li {
  margin-bottom: -1px;
}

.nav-tabs .banner .nav a {
  border                 : 1px solid transparent;
  border-top-left-radius : 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .banner .nav a:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .banner .nav a:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .banner .nav a.disabled {
  color           : #6c757d;
  background-color: transparent;
  border-color    : transparent;
}

.nav-tabs .banner .nav a.active {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.nav-tabs .banner .nav li.show .nav-link {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.nav-tabs .banner .nav li.show a {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border                 : 1px solid transparent;
  border-top-left-radius : 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color           : #6c757d;
  background-color: transparent;
  border-color    : transparent;
}

.nav-tabs .nav-item.show .banner .nav a {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-item.show .nav-link {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.nav-tabs .nav-link.active {
  color           : #495057;
  background-color: #fff;
  border-color    : #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top             : -1px;
  border-top-left-radius : 0;
  border-top-right-radius: 0;
}

.list-group-flush .list-group-item {
  border-right : 0;
  border-left  : 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.badge-primary {
  color           : #fff;
  background-color: #0B1120;
}

button.close {
  background-color  : transparent;
  padding           : 0;
  border            : 0;
  -webkit-appearance: none;
  -moz-appearance   : none;
  appearance        : none;
}

.nav-fill .banner .nav li {
  flex      : 1 1 auto;
  text-align: center;
}

.nav-fill .nav-item {
  flex      : 1 1 auto;
  text-align: center;
}

.nav-justified .banner .nav li {
  flex-basis: 0;
  flex-grow : 1;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow : 1;
  text-align: center;
}

.menu_bottom {
  background   : #0B1120;
  margin-bottom: 0;
  width        : 100%;
}

.menu_bottom ul {
  display        : flex;
  justify-content: space-around;
  overflow       : hidden;
  margin-bottom  : 0;
}

.menu_bottom ul li {
  position: relative;
  flex    : 1;
}

.menu_bottom ul li:last-child a:after {
  display: none;
}

.menu_bottom ul li a {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 400;
  font-size  : 13px;
  line-height: 20px;
  color      : #fff;
  padding    : 0.5625rem 0.75rem;
  display    : block;
  text-align : center;
}

.menu_bottom ul li a:after {
  content   : "";
  height    : 110%;
  width     : 1px;
  background: #e8e8e8;
  position  : absolute;
  transform : rotate(30deg);
  top       : 0;
  right     : 0;
  display   : block;
}

.navbar-expand {
  flex-flow      : row nowrap;
  justify-content: flex-start;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .navbar-nav {
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .banner .nav a {
  padding-right: 0.5rem;
  padding-left : 0.5rem;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left : 0.5rem;
}

.navbar-expand>.container {
  padding-right: 0;
  padding-left : 0;
  flex-wrap    : nowrap;
}

.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left : 0;
  flex-wrap    : nowrap;
}

.navbar-expand .navbar-collapse {
  display   : flex !important;
  flex-basis: auto;
}

.popover-header {
  padding                : 0.5rem 0.75rem;
  margin-bottom          : 0;
  font-size              : 1rem;
  background-color       : #f7f7f7;
  border-bottom          : 1px solid #ebebeb;
  border-top-left-radius : calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.toast.hide {
  display: none;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left : -0.625rem;
}

.card-header-tabs {
  margin-right : -0.625rem;
  margin-left  : -0.625rem;
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

.navbar-text {
  display       : inline-block;
  padding-top   : 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis : 100%;
  flex-grow  : 1;
  align-items: center;
}

.navbar-toggler-icon {
  display       : inline-block;
  width         : 1.5em;
  height        : 1.5em;
  vertical-align: middle;
  content       : "";
  background    : center center/100% 100% no-repeat;
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right : -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius   : 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius  : 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right              : 0;
  border-top-right-radius   : 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius : 0;
}

.card-deck {
  display       : -ms-flexbox;
  display       : flex;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

.card-group {
  display       : -ms-flexbox;
  display       : flex;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .active>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .banner .nav .active>a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .banner .nav .show>a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .banner .nav a.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .banner .nav a.show {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .banner .nav a {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .banner .nav a:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .banner .nav a:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .banner .nav a.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link.show {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color       : rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.grid-match--is-hot .grid-match__vs {
  color: #fff;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .active>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-nav .banner .nav .active>a {
  color: #fff;
}

.navbar-dark .navbar-nav .banner .nav .show>a {
  color: #fff;
}

.navbar-dark .navbar-nav .banner .nav a.active {
  color: #fff;
}

.navbar-dark .navbar-nav .banner .nav a.show {
  color: #fff;
}

.navbar-dark .navbar-nav .banner .nav a {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .banner .nav a:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .banner .nav a:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .banner .nav a.disabled {
  color: rgba(255, 255, 255, 0.25);
}

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color       : rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: none;
}

.modal-content {
  background-clip : padding-box;
  display         : -ms-flexbox;
  position        : relative;
  display         : flex;
  flex-direction  : column;
  width           : 100%;
  pointer-events  : auto;
  background-color: #fff;
  border          : 1px solid rgba(0, 0, 0, 0.2);
  border-radius   : 0.3rem;
  outline         : 0;
}

.toast-header {
  background-clip : padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  display         : flex;
  align-items     : center;
  padding         : 0.25rem 0.75rem;
  color           : #6c757d;
  border-bottom   : 1px solid rgba(0, 0, 0, 0.05);
}

.list-group-item {
  position        : relative;
  display         : block;
  padding         : 0.75rem 1.25rem;
  margin-bottom   : -1px;
  background-color: #fff;
  border          : 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius : 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom             : 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius : 0.25rem;
}

.list-group-item:disabled {
  color           : #6c757d;
  pointer-events  : none;
  background-color: #fff;
}

.card-footer {
  padding         : 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top      : 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header {
  padding         : 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  margin-bottom   : 0;
  border-bottom   : 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top   : -0.375rem;
  margin-bottom: 0;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-img-overlay {
  position: absolute;
  top     : 0;
  right   : 0;
  bottom  : 0;
  left    : 0;
  padding : 1.25rem;
}

.alert {
  position     : relative;
  padding      : 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border       : 1px solid transparent;
  border-radius: 0.25rem;
}

.page-link {
  position        : relative;
  display         : block;
  padding         : 0.5rem 0.75rem;
  margin-left     : -1px;
  line-height     : 1.25;
  color           : #0B1120;
  background-color: #fff;
  border          : 1px solid #dee2e6;
}

.page-link:hover {
  z-index         : 2;
  color           : #016626;
  text-decoration : none;
  background-color: #e9ecef;
  border-color    : #dee2e6;
}

.page-link:focus {
  z-index   : 2;
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.25);
}

.card-img {
  width        : 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width                  : 100%;
  border-top-left-radius : calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width                     : 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius : calc(0.25rem - 1px);
}

.breadcrumb {
  border-radius   : 0.25rem;
  list-style      : none;
  flex-wrap       : wrap;
  margin-bottom   : 1rem;
  display         : table-cell;
  background-color: transparent;
  color           : #888;
  padding         : 0;
  white-space     : nowrap;
  overflow        : hidden;
  text-overflow   : ellipsis;
  vertical-align  : middle;
}

.breadcrumb li {
  display: table-cell;
}

.pagination {
  border-radius: 0.25rem;
  list-style   : none;
  display      : flex;
  padding-left : 0;
}

.list-group {
  display       : flex;
  flex-direction: column;
  padding-left  : 0;
  margin-bottom : 0;
}

.close {
  line-height: 1;
  font-weight: 700;
  color      : #000;
  float      : right;
  font-size  : 1.5rem;
  text-shadow: 0 1px 0 #fff;
  opacity    : 0.5;
}

.close:hover {
  color          : #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

.page-item:first-child .page-link {
  margin-left              : 0;
  border-top-left-radius   : 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius   : 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index         : 1;
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.page-item.disabled .page-link {
  color           : #6c757d;
  pointer-events  : none;
  cursor          : auto;
  background-color: #fff;
  border-color    : #dee2e6;
}

.pagination-lg .page-link {
  padding    : 0.75rem 1.5rem;
  font-size  : 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius   : 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius   : 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding    : 0.25rem 0.5rem;
  font-size  : 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius   : 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius   : 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left : 0.6em;
  border-radius: 10rem;
}

a.badge-primary:focus {
  color           : #fff;
  background-color: #017f30;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(1, 178, 67, 0.5);
}

a.badge-primary:hover {
  color           : #fff;
  background-color: #017f30;
}

a.badge-primary.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(1, 178, 67, 0.5);
}

.badge-secondary {
  color           : #fff;
  background-color: #6c757d;
}

a.badge-secondary:focus {
  color           : #fff;
  background-color: #545b62;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

a.badge-secondary:hover {
  color           : #fff;
  background-color: #545b62;
}

a.badge-secondary.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color           : #fff;
  background-color: #28a745;
}

a.badge-success:focus {
  color           : #fff;
  background-color: #1e7e34;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

a.badge-success:hover {
  color           : #fff;
  background-color: #1e7e34;
}

a.badge-success.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color           : #fff;
  background-color: #17a2b8;
}

a.badge-info:focus {
  color           : #fff;
  background-color: #117a8b;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

a.badge-info:hover {
  color           : #fff;
  background-color: #117a8b;
}

a.badge-info.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color           : #212529;
  background-color: #ffc107;
}

a.badge-warning:focus {
  color           : #212529;
  background-color: #d39e00;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

a.badge-warning:hover {
  color           : #212529;
  background-color: #d39e00;
}

a.badge-warning.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color           : #fff;
  background-color: #dc3545;
}

a.badge-danger:focus {
  color           : #fff;
  background-color: #bd2130;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

a.badge-danger:hover {
  color           : #fff;
  background-color: #bd2130;
}

a.badge-danger.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color           : #212529;
  background-color: #f8f9fa;
}

a.badge-light:focus {
  color           : #212529;
  background-color: #dae0e5;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

a.badge-light:hover {
  color           : #212529;
  background-color: #dae0e5;
}

a.badge-light.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

a.badge-dark:focus {
  color           : #fff;
  background-color: #1d2124;
  outline         : 0;
  box-shadow      : 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

a.badge-dark:hover {
  color           : #fff;
  background-color: #1d2124;
}

a.badge-dark.focus {
  outline   : 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding         : 2rem 1rem;
  margin-bottom   : 2rem;
  background-color: #e9ecef;
  border-radius   : 0.3rem;
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left : 0;
  border-radius: 0;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top     : 0;
  right   : 0;
  padding : 0.75rem 1.25rem;
  color   : inherit;
}

.alert-primary {
  color           : #015d23;
  background-color: #ccf0d9;
  border-color    : #b8e9ca;
}

.alert-primary hr {
  border-top-color: #a5e3bb;
}

.alert-primary .alert-link {
  color: #002b10;
}

.alert-secondary {
  color           : #383d41;
  background-color: #e2e3e5;
  border-color    : #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color           : #155724;
  background-color: #d4edda;
  border-color    : #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color           : #0c5460;
  background-color: #d1ecf1;
  border-color    : #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color           : #856404;
  background-color: #fff3cd;
  border-color    : #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color           : #721c24;
  background-color: #f8d7da;
  border-color    : #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color           : #818182;
  background-color: #fefefe;
  border-color    : #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color           : #1b1e21;
  background-color: #d6d8d9;
  border-color    : #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

.media {
  display    : flex;
  align-items: flex-start;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size : 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

.list-group-item-action {
  width     : 100%;
  color     : #495057;
  text-align: inherit;
}

.list-group-item-action:focus {
  z-index         : 1;
  color           : #495057;
  text-decoration : none;
  background-color: #f8f9fa;
}

.list-group-item-action:hover {
  z-index         : 1;
  color           : #495057;
  text-decoration : none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color           : #212529;
  background-color: #e9ecef;
}

.list-group-item.disabled {
  color           : #6c757d;
  pointer-events  : none;
  background-color: #fff;
}

.list-group-item.active {
  z-index         : 2;
  color           : #fff;
  background-color: #0B1120;
  border-color    : #0B1120;
}

.list-group-item-primary {
  color           : #015d23;
  background-color: #b8e9ca;
}

.list-group-item-primary.list-group-item-action:focus {
  color           : #015d23;
  background-color: #a5e3bb;
}

.list-group-item-primary.list-group-item-action:hover {
  color           : #015d23;
  background-color: #a5e3bb;
}

.list-group-item-primary.list-group-item-action.active {
  color           : #fff;
  background-color: #015d23;
  border-color    : #015d23;
}

.list-group-item-secondary {
  color           : #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus {
  color           : #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action:hover {
  color           : #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color           : #fff;
  background-color: #383d41;
  border-color    : #383d41;
}

.list-group-item-success {
  color           : #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus {
  color           : #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action:hover {
  color           : #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color           : #fff;
  background-color: #155724;
  border-color    : #155724;
}

.list-group-item-info {
  color           : #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus {
  color           : #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action:hover {
  color           : #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color           : #fff;
  background-color: #0c5460;
  border-color    : #0c5460;
}

.list-group-item-warning {
  color           : #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus {
  color           : #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action:hover {
  color           : #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color           : #fff;
  background-color: #856404;
  border-color    : #856404;
}

.list-group-item-danger {
  color           : #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus {
  color           : #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action:hover {
  color           : #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color           : #fff;
  background-color: #721c24;
  border-color    : #721c24;
}

.list-group-item-light {
  color           : #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus {
  color           : #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action:hover {
  color           : #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color           : #fff;
  background-color: #818182;
  border-color    : #818182;
}

.list-group-item-dark {
  color           : #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus {
  color           : #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action:hover {
  color           : #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color           : #fff;
  background-color: #1b1e21;
  border-color    : #1b1e21;
}

.popover {
  font-family     : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style      : normal;
  font-weight     : 400;
  text-transform  : none;
  letter-spacing  : normal;
  word-break      : normal;
  word-spacing    : normal;
  line-break      : auto;
  word-wrap       : break-word;
  text-decoration : none;
  white-space     : normal;
  line-height     : 1.5;
  text-shadow     : none;
  text-align      : left;
  background-color: #fff;
  background-clip : padding-box;
  position        : absolute;
  top             : 0;
  left            : 0;
  z-index         : 1060;
  display         : block;
  max-width       : 276px;
  text-align      : start;
  font-size       : 0.875rem;
  border          : 1px solid rgba(0, 0, 0, 0.2);
  border-radius   : 0.3rem;
}

.popover .arrow {
  position: absolute;
  display : block;
  width   : 1rem;
  height  : 0.5rem;
  margin  : 0 0.3rem;
}

.popover .arrow::after {
  position    : absolute;
  display     : block;
  content     : "";
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  position    : absolute;
  display     : block;
  content     : "";
  border-color: transparent;
  border-style: solid;
}

.tooltip {
  font-family    : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style     : normal;
  font-weight    : 400;
  text-transform : none;
  letter-spacing : normal;
  word-break     : normal;
  word-spacing   : normal;
  line-break     : auto;
  word-wrap      : break-word;
  text-decoration: none;
  white-space    : normal;
  line-height    : 1.5;
  text-shadow    : none;
  opacity        : 0;
  font-size      : 0.875rem;
  position       : absolute;
  z-index        : 1070;
  display        : block;
  margin         : 0;
  text-align     : left;
  text-align     : start;
}

.tooltip .arrow {
  position: absolute;
  display : block;
  width   : 0.8rem;
  height  : 0.4rem;
}

.tooltip .arrow::before {
  position    : absolute;
  content     : "";
  border-color: transparent;
  border-style: solid;
}

.modal-title {
  line-height  : 1.5;
  margin-bottom: 0;
}

.text-hide {
  text-shadow     : none;
  font            : 0/0 a;
  color           : transparent;
  background-color: transparent;
  border          : 0;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast-body {
  padding: 0.75rem;
}

.modal {
  position: fixed;
  top     : 0;
  left    : 0;
  z-index : 1050;
  display : none;
  width   : 100%;
  height  : 100%;
  overflow: hidden;
  outline : 0;
}

.modal-dialog {
  position      : relative;
  width         : auto;
  margin        : 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform : translate(0, -50px);
}

.modal.show .modal-dialog {
  transform: none;
}

.modal-dialog-scrollable {
  display   : flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow  : hidden;
}

.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-header {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display    : flex;
  align-items: center;
  min-height : calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height : calc(100vh - 1rem);
  content: "";
}

.modal-header {
  display                : flex;
  align-items            : flex-start;
  justify-content        : space-between;
  padding                : 1rem;
  border-bottom          : 1px solid #dee2e6;
  border-top-left-radius : 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin : -1rem -1rem -1rem auto;
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction : column;
  justify-content: center;
  height         : 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row {
  flex-direction: row !important;
}

.modal-backdrop {
  position        : fixed;
  top             : 0;
  left            : 0;
  z-index         : 1040;
  width           : 100vw;
  height          : 100vh;
  background-color: #000;
}

.modal-backdrop.show {
  opacity: 0.7;
}

.modal-body {
  position: relative;
  flex    : 1 1 auto;
  padding : 1rem;
}

.modal-footer {
  display                   : flex;
  align-items               : center;
  justify-content           : flex-end;
  padding                   : 1rem;
  border-top                : 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius : 0.3rem;
}

.modal-footer:not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer:not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top     : -9999px;
  width   : 50px;
  height  : 50px;
  overflow: scroll;
}

.tooltip.show {
  opacity: 0.9;
}

.bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom             : 0;
  border-width       : 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow {
  top             : 0;
  border-width    : 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before {
  top             : 0;
  border-width    : 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before {
  bottom             : 0;
  border-width       : 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow {
  top             : 0;
  border-width    : 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-top .arrow::before {
  top             : 0;
  border-width    : 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow {
  right : 0;
  width : 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before {
  left             : 0;
  border-width     : 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow {
  left  : 0;
  width : 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before {
  right             : 0;
  border-width      : 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow {
  right : 0;
  width : 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before {
  left             : 0;
  border-width     : 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow {
  left  : 0;
  width : 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before {
  right             : 0;
  border-width      : 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.tooltip-inner {
  max-width       : 200px;
  padding         : 0.25rem 0.5rem;
  color           : #fff;
  text-align      : center;
  background-color: #000;
  border-radius   : 0.25rem;
}

.carousel-indicators {
  position       : absolute;
  right          : 0;
  bottom         : 0;
  left           : 0;
  z-index        : 15;
  display        : flex;
  justify-content: center;
  padding-left   : 0;
  margin-right   : 15%;
  margin-left    : 15%;
  list-style     : none;
}

.carousel-indicators li {
  background-color: #fff;
  background-clip : padding-box;
  box-sizing      : content-box;
  flex            : 0 1 auto;
  width           : 30px;
  height          : 3px;
  margin-right    : 3px;
  margin-left     : 3px;
  text-indent     : -999px;
  cursor          : pointer;
  border-top      : 10px solid transparent;
  border-bottom   : 10px solid transparent;
  opacity         : 0.5;
  transition      : opacity 0.6s;
}

.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^=right]>.arrow {
  left  : calc((0.5rem + 1px) * -1);
  width : 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^=right]>.arrow::before {
  left              : 0;
  border-width      : 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^=right]>.arrow::after {
  left              : 1px;
  border-width      : 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-right>.arrow {
  left  : calc((0.5rem + 1px) * -1);
  width : 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right>.arrow::before {
  left              : 0;
  border-width      : 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right>.arrow::after {
  left              : 1px;
  border-width      : 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color  : #212529;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width   : 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear  : both;
  content: "";
}

.clearfix::after {
  display: block;
  clear  : both;
  content: "";
}

.carousel-item {
  position           : relative;
  display            : none;
  float              : left;
  width              : 100%;
  margin-right       : -100%;
  backface-visibility: hidden;
  transition         : transform 0.6s ease-in-out;
}

.active.carousel-item-right {
  transform: translateX(100%);
}

.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity            : 0;
  transition-property: opacity;
  transform          : none;
}

.carousel-fade .carousel-item-next.carousel-item-left {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left {
  z-index   : 0;
  opacity   : 0;
  transition: opacity 0 0.6s;
}

.carousel-fade .active.carousel-item-right {
  z-index   : 0;
  opacity   : 0;
  transition: opacity 0 0.6s;
}

.carousel-control-next {
  position       : absolute;
  top            : 0;
  bottom         : 0;
  z-index        : 1;
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 15%;
  color          : #fff;
  text-align     : center;
  opacity        : 0.5;
  transition     : opacity 0.15s;
  right          : 0;
}

.carousel-control-next:focus {
  color          : #fff;
  text-decoration: none;
  outline        : 0;
  opacity        : 0.9;
}

.carousel-control-next:hover {
  color          : #fff;
  text-decoration: none;
  outline        : 0;
  opacity        : 0.9;
}

.carousel-control-prev {
  position       : absolute;
  top            : 0;
  bottom         : 0;
  z-index        : 1;
  display        : flex;
  align-items    : center;
  justify-content: center;
  width          : 15%;
  color          : #fff;
  text-align     : center;
  opacity        : 0.5;
  transition     : opacity 0.15s;
  left           : 0;
}

.carousel-control-prev:focus {
  color          : #fff;
  text-decoration: none;
  outline        : 0;
  opacity        : 0.9;
}

.carousel-control-prev:hover {
  color          : #fff;
  text-decoration: none;
  outline        : 0;
  opacity        : 0.9;
}

.carousel-control-next-icon {
  display         : inline-block;
  width           : 20px;
  height          : 20px;
  background      : 50%/100% 100% no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-control-prev-icon {
  display         : inline-block;
  width           : 20px;
  height          : 20px;
  background      : 50%/100% 100% no-repeat;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.spinner-border {
  display           : inline-block;
  vertical-align    : text-bottom;
  width             : 2rem;
  height            : 2rem;
  border            : 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius     : 50%;
  animation         : 0.75s linear infinite spinner-border;
}

.spinner-grow {
  display         : inline-block;
  vertical-align  : text-bottom;
  width           : 2rem;
  height          : 2rem;
  background-color: currentColor;
  border-radius   : 50%;
  opacity         : 0;
  animation       : 0.75s linear infinite spinner-grow;
}

.carousel-caption {
  position      : absolute;
  right         : 15%;
  bottom        : 20px;
  left          : 15%;
  z-index       : 10;
  padding-top   : 20px;
  padding-bottom: 20px;
  color         : #fff;
  text-align    : center;
}

.spinner-border-sm {
  width       : 1rem;
  height      : 1rem;
  border-width: 0.2em;
}

.spinner-grow-sm {
  width : 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #0B1120 !important;
}

a.bg-primary:focus {
  background-color: #017f30 !important;
}

a.bg-primary:hover {
  background-color: #017f30 !important;
}

button.bg-primary:focus {
  background-color: #017f30 !important;
}

button.bg-primary:hover {
  background-color: #017f30 !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:focus {
  background-color: #545b62 !important;
}

a.bg-secondary:hover {
  background-color: #545b62 !important;
}

button.bg-secondary:focus {
  background-color: #545b62 !important;
}

button.bg-secondary:hover {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus {
  background-color: #1e7e34 !important;
}

a.bg-success:hover {
  background-color: #1e7e34 !important;
}

button.bg-success:focus {
  background-color: #1e7e34 !important;
}

button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus {
  background-color: #117a8b !important;
}

a.bg-info:hover {
  background-color: #117a8b !important;
}

button.bg-info:focus {
  background-color: #117a8b !important;
}

button.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus {
  background-color: #d39e00 !important;
}

a.bg-warning:hover {
  background-color: #d39e00 !important;
}

button.bg-warning:focus {
  background-color: #d39e00 !important;
}

button.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus {
  background-color: #bd2130 !important;
}

a.bg-danger:hover {
  background-color: #bd2130 !important;
}

button.bg-danger:focus {
  background-color: #bd2130 !important;
}

button.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus {
  background-color: #dae0e5 !important;
}

a.bg-light:hover {
  background-color: #dae0e5 !important;
}

button.bg-light:focus {
  background-color: #dae0e5 !important;
}

button.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus {
  background-color: #1d2124 !important;
}

a.bg-dark:hover {
  background-color: #1d2124 !important;
}

button.bg-dark:focus {
  background-color: #1d2124 !important;
}

button.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0B1120 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-right {
  border-top-right-radius   : 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-top {
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius : 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius : 0.25rem !important;
}

.rounded-left {
  border-top-left-radius   : 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.embed-responsive {
  position: relative;
  display : block;
  width   : 100%;
  padding : 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item {
  position: absolute;
  top     : 0;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  border  : 0;
}

.embed-responsive embed {
  position: absolute;
  top     : 0;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  border  : 0;
}

.embed-responsive iframe {
  position: absolute;
  top     : 0;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  border  : 0;
}

.embed-responsive object {
  position: absolute;
  top     : 0;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  border  : 0;
}

.embed-responsive video {
  position: absolute;
  top     : 0;
  bottom  : 0;
  left    : 0;
  width   : 100%;
  height  : 100%;
  border  : 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.offer__col {
  display       : flex;
  flex          : 1 0 0;
  flex-direction: column;
}

.table-offer tbody .offer-score {
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
}

.table-offer tbody .offer-rating__site {
  display        : flex;
  align-items    : center;
  justify-content: flex-start;
}

.table-offer tbody .offer-rating td {
  color         : #fff;
  font-style    : normal;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight   : 400;
  font-size     : 13px;
  line-height   : 22px;
  vertical-align: middle;
  background    : #1a1d23;
  border-bottom : 1px solid #2a3038 !important;
}

.table-offer tbody .offer-rating td:last-child {
  text-align: right;
}

.table-offer tbody .offer-rating:nth-child(odd) {
  background: #282828;
}

.table-offer tbody .offer-rating:nth-child(2n) {
  background: #383838;
}

.table-offer tbody .offer-rating__btn {
  color         : #fff;
  font-style    : normal;
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background    : linear-gradient(84.97deg, #0057ff -15.81%, #0057ff 63.77%, #00bd47 108.87%);
  border-radius : 4px;
  text-transform: uppercase;
  border        : 0;
  padding       : 11px 15px;
  font-weight   : 700;
  font-size     : 13px;
  line-height   : 18px;
}

.table-offer tbody .offer-rating__logo {
  width          : 130px;
  height         : 80px;
  background     : #fff;
  margin-right   : 12px;
  align-items    : center;
  justify-content: center;
  display        : flex;
  border-radius  : 6px;
}

.table-offer tbody .offer-rating__logo img {
  -o-object-fit: contain;
  object-fit   : contain;
  border-radius: 2px;
}

.table-offer tbody .offer-score__number {
  margin-bottom: 6px;
}

.table-offer thead {
  background: #2a3038;
}

.table-offer thead th {
  color      : #fff;
  font-style : normal;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  font-size  : 13px;
  line-height: 18px;
}

.table-offer thead th:first-child {
  width: 13%;
}

.table-offer thead th:nth-child(2) {
  width: 30%;
}

.table-offer thead th:nth-child(3) {
  text-align: center;
}

.table-offer thead th:last-child {
  text-align: right;
}

.teambox__center {
  display        : flex;
  align-items    : center;
  justify-content: center;
  flex-direction : column;
}

.teambox__team {
  display        : flex;
  flex-direction : column;
  justify-content: center;
  align-items    : center;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-bottom {
  position: fixed;
  z-index : 1030;
  left    : 0;
  right   : 0;
  bottom  : 0;
}

.fixed-top {
  position: fixed;
  z-index : 1030;
  left    : 0;
  right   : 0;
  top     : 0;
}

.screen-reader-text {
  position   : absolute;
  width      : 1px;
  height     : 1px;
  padding    : 0;
  overflow   : hidden;
  clip       : rect(0, 0, 0, 0);
  white-space: nowrap;
  border     : 0;
}

.screen-reader-text:active {
  position   : static;
  width      : auto;
  height     : auto;
  overflow   : visible;
  clip       : auto;
  white-space: normal;
}

.screen-reader-text:focus {
  position   : static;
  width      : auto;
  height     : auto;
  overflow   : visible;
  clip       : auto;
  white-space: normal;
}

.sr-only {
  position   : absolute;
  width      : 1px;
  height     : 1px;
  padding    : 0;
  overflow   : hidden;
  clip       : rect(0, 0, 0, 0);
  white-space: nowrap;
  border     : 0;
}

.pr-0 {
  padding-right: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left : 0 !important;
}

.sr-only-focusable:active {
  position   : static;
  width      : auto;
  height     : auto;
  overflow   : visible;
  clip       : auto;
  white-space: normal;
}

.sr-only-focusable:focus {
  position   : static;
  width      : auto;
  height     : auto;
  overflow   : visible;
  clip       : auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position        : absolute;
  top             : 0;
  right           : 0;
  bottom          : 0;
  left            : 0;
  z-index         : 1;
  pointer-events  : auto;
  content         : "";
  background-color: rgba(0, 0, 0, 0);
}

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left : 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.my-1 {
  margin-top   : 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left : 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.my-2 {
  margin-top   : 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left : 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.my-3 {
  margin-top   : 1rem !important;
  margin-bottom: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left : 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.my-4 {
  margin-top   : 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left : 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.my-5 {
  margin-top   : 3rem !important;
  margin-bottom: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left : 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.py-0 {
  padding-top   : 0 !important;
  padding-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.py-1 {
  padding-top   : 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left : 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.py-2 {
  padding-top   : 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left : 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.py-3 {
  padding-top   : 1rem !important;
  padding-bottom: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left : 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.py-4 {
  padding-top   : 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left : 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.py-5 {
  padding-top   : 3rem !important;
  padding-bottom: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left : 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.my-n1 {
  margin-top   : -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.mr-n1 {
  margin-right: -0.25rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left : -0.25rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.my-n2 {
  margin-top   : -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.mr-n2 {
  margin-right: -0.5rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left : -0.5rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.my-n3 {
  margin-top   : -1rem !important;
  margin-bottom: -1rem !important;
}

.mr-n3 {
  margin-right: -1rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left : -1rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.my-n4 {
  margin-top   : -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.mr-n4 {
  margin-right: -1.5rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left : -1.5rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.my-n5 {
  margin-top   : -3rem !important;
  margin-bottom: -3rem !important;
}

.mr-n5 {
  margin-right: -3rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left : -3rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.my-auto {
  margin-top   : auto !important;
  margin-bottom: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left : auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-truncate {
  overflow     : hidden;
  text-overflow: ellipsis;
  white-space  : nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0B1120 !important;
}

a.text-primary:focus {
  color: #016626 !important;
}

a.text-primary:hover {
  color: #016626 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus {
  color: #494f54 !important;
}

a.text-secondary:hover {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus {
  color: #19692c !important;
}

a.text-success:hover {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus {
  color: #0f6674 !important;
}

a.text-info:hover {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus {
  color: #ba8b00 !important;
}

a.text-warning:hover {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus {
  color: #a71d2a !important;
}

a.text-danger:hover {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus {
  color: #cbd3da !important;
}

a.text-light:hover {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus {
  color: #121416 !important;
}

a.text-dark:hover {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

[class*=icon-] {
  font-family            : icomoon !important;
  speak                  : never;
  font-variant           : normal;
  text-transform         : none;
  line-height            : 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style             : normal;
  font-weight            : 400;
}

[class^=icon-] {
  font-family            : icomoon !important;
  speak                  : never;
  font-variant           : normal;
  text-transform         : none;
  line-height            : 1;
  -webkit-font-smoothing : antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style             : normal;
  font-weight            : 400;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break   : break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.title_head {
  position     : relative;
  margin-bottom: 5px;
  display      : flex;
  align-items  : center;
}

.title_right {
  text-align: center;
}

.page-breadcrumb {
  margin                    : 1rem 0;
  padding-left              : 0;
  overflow-x                : scroll;
  overflow-y                : hidden;
  -webkit-overflow-scrolling: touch;
  white-space               : nowrap;
  backface-visibility       : hidden;
}

.icon-search:before {
  content: "\e918";
}

.icon-pausevid:before {
  content: "\e916";
}

.icon-playvid:before {
  content: "\e917";
}

.icon-wikipedia:before {
  content: "\e915";
}

.icon-instagram:before {
  content: "\e911";
}

.icon-pinterest:before {
  content: "\e912";
}

.icon-twitter:before {
  content: "\e913";
}

.icon-facebook:before {
  content: "\e914";
}

.icon-bars:before {
  content: "\e90f";
}

.icon-close:before {
  content: "\e910";
}

.icon-ball:before {
  content: "\e900";
}

.icon-calendar:before {
  content: "\e901";
}

.icon-coin:before {
  content: "\e902";
}

.icon-football-game:before {
  content: "\e903";
}

.icon-streaming:before {
  content: "\e904";
}

.icon-journal:before {
  content: "\e905";
}

.icon-newspaper:before {
  content: "\e906";
}

.icon-play:before {
  content: "\e907";
}

.icon-referee:before {
  content: "\e908";
}

.icon-rounded-soccer:before {
  content: "\e909";
}

.icon-soccer-board:before {
  content: "\e90a";
}

.icon-timer-clock:before {
  content: "\e90b";
}

.icon-trophy:before {
  content: "\e90c";
}

.icon-soikeo:before {
  content: "\e90d";
}

.icon-home:before {
  content: "\e90e";
}

.alignnone {
  margin-left : 0;
  margin-right: 0;
  max-width   : 100%;
  height      : auto;
}

.aligncenter {
  display: block;
  margin : 0.5rem auto;
  height : auto;
}

.alignleft {
  margin-bottom: 0.5rem;
  height       : auto;
}

.alignright {
  margin-bottom: 0.5rem;
  height       : auto;
}

.wp-pagenavi {
  display        : flex;
  list-style     : none;
  align-items    : center;
  justify-content: center;
}

.wp-pagenavi a {
  background     : #fff;
  border-radius  : 4px;
  width          : 40px;
  height         : 40px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  font-family    : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style     : normal;
  font-weight    : 600;
  font-size      : 15px;
  line-height    : 25px;
  color          : #141417;
  margin         : 0 7px;
}

.wp-pagenavi a:hover {
  z-index        : 2;
  color          : #fff;
  background     : #0057ff;
  text-decoration: none;
}

.wp-pagenavi span {
  background     : #fff;
  border-radius  : 4px;
  width          : 40px;
  height         : 40px;
  display        : flex;
  align-items    : center;
  justify-content: center;
  font-family    : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style     : normal;
  font-weight    : 600;
  font-size      : 15px;
  line-height    : 25px;
  color          : #141417;
  margin         : 0 7px;
}

.wp-pagenavi span:hover {
  z-index        : 2;
  color          : #fff;
  background     : #0057ff;
  text-decoration: none;
}

.wp-pagenavi a.current {
  z-index         : 1;
  color           : #fff;
  background-color: #0057ff;
}

.wp-pagenavi span.current {
  z-index         : 1;
  color           : #fff;
  background-color: #0057ff;
}

.sticky {
  position: fixed;
  top     : 0;
  left    : 0;
  z-index : 9999;
}

footer.page-footer {
  background-image   : url(../../seo/wrap.jpg);
  background-position: center;
  background-repeat  : no-repeat;
  background-size    : cover;
  width              : 100%;
}

footer.page-footer .text-center {
  font-style : normal;
  font-weight: 400;
  font-size  : 13px;
  line-height: 22px;
  text-align : center;
  color      : #afb4ba;
}

footer.page-footer a {
  font-style : normal;
  font-weight: 400;
  font-size  : 13px;
  line-height: 22px;
  text-align : center;
  color      : #afb4ba;
}

footer.page-footer #menu-footer li a {
  font-style    : normal;
  font-weight   : 400;
  font-size     : 13px;
  line-height   : 18px;
  text-align    : center;
  text-transform: uppercase;
  color         : #0057ff;
}

.offer__logo {
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.offer__logo a {
  border-radius  : 6px;
  overflow       : hidden;
  display        : block;
  width          : 120px;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.offer__logo img {
  width: 100%;
}

.section__notify {
  border-radius: 6px;
  overflow     : hidden;
  background   : #1a1d23;
  margin-top   : 10px;
  margin-bottom: 10px;
  padding      : 0 15px;
  position     : relative;
}

.section__notify a {
  display        : -ms-flexbox;
  white-space    : nowrap;
  overflow       : hidden;
  text-decoration: none;
  height         : 42px;
  position       : relative;
  margin-left    : 30px;
  font-style     : normal;
  font-weight    : 700;
  font-size      : 15px;
  color          : #ffc107;
  display        : flex;
  align-items    : center;
}

.section__notify img {
  position : absolute;
  left     : 15px;
  top      : 50%;
  z-index  : 10;
  transform: translateY(-50%);
  animation: 0.5s ease-in-out infinite lightAnimation;
}

.section__notify .scroll {
  white-space : nowrap;
  overflow    : hidden;
  width       : -moz-max-content;
  width       : max-content;
  display     : block;
  padding-left: 100%;
  will-change : transform;
  animation   : 44s linear infinite marquee;
}

.section__notify .scroll:hover {
  animation-play-state: paused;
}

.offer__number {
  display        : -ms-flexbox;
  position       : absolute;
  left           : 0;
  top            : 0;
  background     : #0f4cd9;
  border-radius  : 2px;
  width          : 25px;
  height         : 25px;
  display        : flex;
  align-items    : center;
  justify-content: center;
}

.offer__number span {
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style    : normal;
  font-weight   : 600;
  font-size     : 15px;
  line-height   : 25px;
  text-transform: uppercase;
  color         : #fff;
}

.section__notify--inner::before {
  content   : "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAUCAYAAABiS3YzAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGlSURBVHgB7ZRPTsJAFMbfm5rokiNA+b/jCFXQtMTA3ABuAJ4APAHcALgB4AI0EPAGukMlhaXu3GlEeE47NBZNrMWw80vazry+79c30/Yp4NJRlhfD0Rg3H+7G7ngmy6tqJD5SY3H8ds/g5VAkEZ9NJ7dOjLmBjKgBhJWMfqq5jUBUkVesbAB1LvKohkjNtM4LTlyxTrrOgwQ0WgOqg/5FyzGp0XhDDIOOQY0mUmok+mRO7+fmdDJXI0kABA3FEQ4lL01z8mhXukQ3sHsul5VrgoxrsCkOqIxOjFzNmgz6bZFPdTEM0B7ZMbSXIMwEMB/2OiErmM7yOhKVwENMwK563TON88DeG82AIAC0PGTIyN4LAWnaQIPz3wAtrQDL1v6P2+1nWGFdrpblmagwZUORxutrAfyIFKeAa1k+amIFErp4UZxPQgM/YjL//QBu1pEgfs3JGHkCnxr0Orj5nB3oH7pjqNWNYAtlsrmqe65sAJ1u5FuoudviZ6VbAx0//s3vJfRKODZ4iWRrkwURFYf9busnj+fbX+xDS/y3bUmE8fKVdbw8Hz/8pwREIQTlAAAAAElFTkSuQmCC) center no-repeat, center no-repeat #1a1d23;
  height    : 42px;
  display   : block;
  width     : 45px;
  position  : absolute;
  left      : 0;
  z-index   : 9;
}

.section__desc .content h1 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 24px;
  line-height: 36px;
  color      : #f2f3f3;
}

.section__desc .content h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 24px;
  line-height: 36px;
  color      : #28a745;
}

.section__desc .content h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 24px;
  line-height: 36px;
  color      : #0B1120;
}

.section__desc .content h4 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 24px;
  line-height: 36px;
  color      : #f2f3f3;
}

.section__desc .content h5 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 24px;
  line-height: 36px;
  color      : #f2f3f3;
}

.section__desc .content h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 700;
  font-size  : 24px;
  line-height: 36px;
  color      : #f2f3f3;
}

.section__desc .content figure {
  max-width: 100%;
}

.section__desc .content iframe {
  max-width: 100%;
}

.section__desc .content img {
  max-width: 100%;
}

.section__desc .content a {
  color: #0057ff;
}

.section__desc .content ul {
  padding-left: 15px;
}

.section__desc .content ul li {
  list-style-type: disc;
}

.section__desc .content .wp-caption-text {
  text-align: center;
  font-style: italic;
}

.section__desc #toc_container {
  width     : 100%;
  background: #141417;
  padding   : 0;
  border    : none;
}

.section__desc #toc_container .toc_title {
  margin: 0 !important;
}

.section__desc #toc_container ul.toc_list {
  margin: 0 !important;
}

.section__desc #toc_container ul.toc_list>li a {
  font-style     : normal;
  font-weight    : 400;
  font-size      : 13px;
  line-height    : 18px;
  color          : #717983;
  display        : flex;
  align-items    : center;
  padding        : 12px 20px;
  min-height     : 50px;
  transition     : 0.4s;
  text-decoration: none;
}

.section__desc #toc_container ul.toc_list ul {
  margin: 0;
}

.offer__site {
  width       : 40%;
  padding-left: 34px;
}

.offer__rating {
  width  : 60%;
  padding: 0 10px;
}

.match_fact {
  display : block;
  position: relative;
  padding : 0;
}

.match_fact a {
  color: #fff;
}

.match_fact .item {
  display : block;
  position: relative;
  clear   : both;
  padding : 10px 0;
  overflow: hidden;
}

.match_fact .item.item-info {
  text-align   : left;
  background   : #1a1d23;
  margin-bottom: 10px;
  padding      : 15px 15px 5px;
  color        : #fff;
}

.match_fact .item.item-info div {
  margin-bottom: 3px;
}

.match_fact .item.item-info span.title {
  width      : 40%;
  display    : inline-block;
  font-weight: 700;
  font-size  : 0.95rem;
}

.teambox--result .teambox__date {
  color: #fff;
}

.teambox--result .teambox__league a {
  color: #0057ff;
}

.btn-load-fixtures {
  background   : #1a1d23;
  border-radius: 6px;
  width        : 100%;
  display      : block;
  font-weight  : 500;
  font-size    : 13px;
  line-height  : 18px;
  color        : #0057ff;
  padding      : 12px 20px;
  position     : relative;
}

.btn-load-fixtures:hover {
  color: #0057ff;
}

.btn-load-fixtures i.icon-loader {
  background : url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAQCAYAAAAvf+5AAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADFSURBVHgBxZFBCsIwEEX/hCpdeoTeQJdaBL1JLbhx5xG8gXsrtEfpStzpEfQGXQli2zElNk1swKUfEibzX/4QQmh1CCcg3sNUyTE251tTero5qAuUIrdAsK6ErmJ5k3G3lu8Xrd0lptMALyyswOfjIvfCTnRJMPUTSy8A1SsLpGEu9+vvRDP8f6CnfkSMwNUYRLbLVYBkvlQg8Raoox6kBu6kJ1+PTLnJLJOnyDlTQlif4i7GBX8gVZoyYQNyq4GPYfrdfgO6ZjuloQc+YQAAAABJRU5ErkJggg==) no-repeat;
  width      : 10px;
  height     : 16px;
  display    : inline-block;
  margin-left: 7px;
  position   : relative;
  top        : 3px;
}

.filter-tags__day {
  display  : flex;
  flex-flow: wrap;
}

.filter-tags__day a {
  font-size    : 13px;
  line-height  : 22px;
  font-style   : normal;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight  : 400;
  background   : #2a3038;
  border-radius: 2px;
  color        : #afb4ba;
  display      : block;
  padding      : 2px 8px;
  margin-right : 8px;
  transition   : 0.4s;
}

.filter-tags__day a:hover {
  background: #01af41;
  color     : #fff;
}

.filter-tags__day a.active {
  background: #01af41;
  color     : #fff;
}

.filter-tags__leagues {
  background             : #1a1d23;
  border-top-left-radius : 6px;
  border-top-right-radius: 6px;
  padding                : 15px 15px 0;
}

.filter-tags__leagues a {
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-weight  : 500;
  font-size    : 12px;
  line-height  : 18px;
  color        : #717983;
  display      : inline-block;
  margin-right : 20px;
  margin-bottom: 15px;
  transition   : 0.4s;
}

.filter-tags__leagues a:hover {
  color: #01af41;
}

.filter-tags__leagues a.active {
  color: #01af41;
}

.wd-related .item_post {
  background   : -o-linear-gradient(left, #1a1d23 0, #141417 100%);
  display      : flex;
  background   : linear-gradient(90deg, #1a1d23 0, #141417 100%);
  margin-bottom: 17px;
}

.wd-related .item_post img {
  width        : 100%;
  height       : 128px;
  -o-object-fit: cover;
  object-fit   : cover;
  border-radius: 2px;
}

.wd-related .item_post .thumbnail {
  display : block;
  position: relative;
}

.wd-related .item_post .thumbnail:after {
  content          : "";
  width            : 116.61px;
  height           : 3.27px;
  display          : block;
  left             : 50%;
  transform        : translateX(-50%);
  position         : absolute;
  top              : 100%;
  background-image : url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAADCAYAAACtf0BgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGLSURBVHgBhVPbTcRADLSdLSAlUEJ6QPQFSIhS+KSEo4yrBa1i/Fh7He4pRdnzY2bs2eDXuj0BdHkazF89+/9uL4n3SHtNB7iotadd4njrwLrLVzhLrifuFb47WI6zlNxtPtOnY3Y/R/lRyyPtrrW1VvZznTNq4ab20PB4Xx/nlx894fe6rb+wn3bEDQE1xIwoB2I5AyMhexz0jZaXGEsKyWIMJGHPex1lPaCf5cdeJz2s8ain5Iy4xgILBl/iDUwJWg+KTlbwgZ34MDlMt8WhYFWNwUVZDwftyiH6tI6HHtYy48NdN4WL6sCcSblzzsJVcMfurJutFVObxnU8m42p5Ba3oWjXvHEQvH+en19t22Ys8mkHMRZzoTYIlGWooWG0DmVAtiQYRruwGIxVvKrCahKNSzNNrYs1TONbTNvsLXWcFw+GoXnZQnfwyTysy7Vc6bUeW4hCqNa4VDQvr5tT5sFixvEiTKNofDle//+iTrOmIS6UDuaJF/rRmKkwTE5jFZP8YmdvfFBIb3+ETNDkK/KW2wAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
}

.wd-related .item_post h2.title_name {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style : normal;
  font-weight: 400;
  font-size  : 15px;
  line-height: 25px;
  color      : #f2f3f3;
}

.player .title_box {
  padding-left: 10px;
  flex        : 1 1 0;
}

.player .title_box:before {
  -webkit-transform: translateY(-50%);
  -o-transform     : translateY(-50%);
  top              : 50%;
  content          : "";
  width            : 5px;
  height           : 100%;
  display          : block;
  background       : #0057ff;
  position         : absolute;
  left             : 0;
  transform        : translateY(-50%);
}

.player .title_box .title {
  font-style    : normal;
  font-weight   : 700;
  font-size     : 15px;
  line-height   : 18px;
  color         : #f2f3f3;
  text-transform: inherit;
  display       : block;
  margin-bottom : 3px;
}

.player .title_box span {
  font-style    : italic;
  font-size     : 13px;
  line-height   : 18px;
  text-transform: inherit;
}

.player .fb-share {
  padding-left: 5px;
}

.player .btn-odds {
  background   : #0057ff;
  border-radius: 4px;
  font-style   : normal;
  font-weight  : 600;
  font-size    : 13px;
  line-height  : 18px;
  color        : #fff;
  padding      : 5px;
  position     : relative;
  border       : 0;
  margin-right : 5px;
}

#toc_container.toc_white {
  background: #fff;
}

.section__title {
  border-left  : 5px solid #4267b2;
  font-weight  : 500 !important;
  font-size    : 18px !important;
  padding      : 5px 6px;
  margin-bottom: 0;
}

.zone-league-season-rounds strong {
  color        : #fff;
  margin-bottom: 5px;
}

.zone-league-season-rounds a {
  padding      : 3px 10px;
  background   : #1a1d23;
  display      : inline-block;
  margin-bottom: 4px;
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-weight  : 500;
  font-size    : 12px;
  line-height  : 18px;
  color        : #717983;
  transition   : 0.4s;
}

.matches__filter--leagues select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size  : 13px;
  background : #1a1d23;
  border     : none;
  outline    : 0;
  color      : #dadbdb;
  height     : 42px;
  font-style : normal;
  font-weight: 500;
  line-height: 18px;
}

.matches__filter--leagues select:focus {
  outline: 0;
}

.emp {
  text-align: center;
  color     : #ccc;
  display   : block;
  width     : 100%;
  font-size : 16px;
}

.matches__filter {
  margin-bottom: 0;
}

.matches__filter li .btn_typez {
  display            : inline-block;
  min-width          : 60px;
  max-width          : 150px;
  height             : 32px;
  text-align         : center;
  line-height        : 32px;
  font-size          : 13px;
  background-color   : #f1f1f1;
  color              : #333;
  font-weight        : 500;
  border-radius      : 4px;
  cursor             : pointer;
  box-sizing         : border-box;
  padding            : 0 10px;
  margin-right       : 6px;
  margin-bottom      : 8px;
  -webkit-user-select: none;
  -moz-user-select   : none;
  user-select        : none;
}

.matches__filter li input {
  position: relative;
  opacity : 0;
  margin  : auto !important;
  padding : 0;
  width   : 0;
  height  : 0;
}

.matches__filter li input:checked+label {
  background-color: #c72a1d;
  color           : #fff;
}

.matches__filter li a {
  white-space: nowrap;
}

.teambox_w {
  background-image : url(../../seo/wrap.jpg);
  background-size  : cover;
  background-repeat: no-repeat;
  margin-bottom    : 10px;
}

.teambox_w .tour {
  text-align : center;
  color      : #fff;
  font-weight: 700;
  font-size  : 1rem;
  padding-top: 10px;
}

.teambox {
  display        : flex;
  justify-content: space-evenly;
  min-height     : 160px;
  position       : relative;
}

.teambox__ts {
  font-family   : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style    : normal;
  font-weight   : 700;
  font-size     : 30px;
  line-height   : 40px;
  text-transform: uppercase;
  color         : #fff;
  margin-bottom : 7px;
}

.teambox__status {
  font-family  : -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style   : normal;
  font-weight  : 600;
  font-size    : 13px;
  line-height  : 18px;
  color        : #0057ff;
  margin-bottom: 10px;
}

.teambox__team--logo {
  width        : 80px;
  height       : 80px;
  -o-object-fit: contain;
  object-fit   : contain;
  margin-bottom: 9px;
}

.teambox__team--name a {
  font-style : normal;
  font-weight: 700;
  font-size  : 18px;
  line-height: 24px;
  color      : #fff;
}

.toc_wrap_left {
  margin-right: 4px;
  float       : left;
}

.box_live {
  background   : #1a1d23;
  border-radius: 2px;
}

body#tinymce {
  margin: 12px !important;
}

#toc_containertoc_container ul {
  margin : 0;
  padding: 0;
}

#toc_container.no_bullets li {
  background: 0 0;
  list-style: none;
}

#toc_container.no_bullets ul {
  background: 0 0;
  list-style: none;
}

#toc_container.no_bullets ul li {
  background: 0 0;
  list-style: none;
}

.toc_widget_list.no_bullets {
  background: 0 0;
  list-style: none;
}

.toc_widget_list.no_bullets li {
  background: 0 0;
  list-style: none;
}

#toc_container.have_bullets li {
  padding-left: 12px;
}

#toc_container.toc_light_blue {
  background: #edf6ff;
}

#toc_container.toc_black {
  background: #000;
}

#toc_container.toc_black p.toc_title {
  color: #aaa;
}

#toc_container.toc_transparent {
  background: none;
}

.toc_wrap_right {
  float      : right;
  margin-left: 10px;
}

.toc_sitemap_posts_letter {
  font-size : 1.5em;
  font-style: italic;
}

.dot {
  width        : 6px;
  height       : 6px;
  border-radius: 50%;
  background   : #666;
  display      : inline-block;
  margin       : 2px 6px;
}

.badge-livem {
  padding       : 4px 6px;
  border-radius : 1rem;
  text-align    : center;
  line-height   : 1;
  background    : #f2152d;
  color         : #fff;
  text-transform: uppercase;
  box-shadow    : 0 0 20px red;
  border        : 1px solid #ff9393;
  display       : inline-flex;
  align-items   : center;
  flex-shrink   : 0;
  width         : 46px;
  font-size     : 10px;
  vertical-align: middle;
}

.badge-livem .dot {
  background: #fff;
  margin    : 2px 5px 2px 0;
  float     : left;
  animation : 0.5s linear infinite blind;
  opacity   : 0;
}

.time-loaded {
  font-size  : 15px;
  font-weight: 600;
  color      : #01912f;
  padding    : 0 2px;
}

.time-loaded.end {
  color: #eb3f30;
}

.close-chat:after {
  content: "Mở chat";
}

.close-chat.active:after {
  content: "Ẩn chat";
}

.chatbox_cover {
  left              : 0;
  top               : 0;
  right             : 0;
  bottom            : 0;
  position          : absolute;
  padding           : 0;
  -ms-overflow-style: none;
  scrollbar-width   : none;
  display           : block;
  z-index           : 100;
  overflow          : hidden;
}

.chatbox_cover:before {
  left               : 0;
  top                : 0;
  right              : 0;
  bottom             : 0;
  position           : absolute;
  content            : "";
  background-color   : #1d1e22;
  background-image   : url(../img/chat-hide.jpg);
  background-size    : contain;
  background-position: left center;
  background-repeat  : repeat-y;
  z-index            : 2;
}

.chatbox_cover .btn {
  position     : absolute;
  top          : 50%;
  left         : 50%;
  transform    : translate(-50%, -50%);
  z-index      : 4;
  background   : #dbae79 !important;
  color        : #000;
  border-radius: 20px;
  font-size    : 14px;
}

.vb-chatbox iframe {
  position: absolute;
  left    : 0;
  top     : 0;
  right   : 0;
  bottom  : 0;
  width   : 100% !important;
  height  : 100% !important;
}

.vb-countdown {
  position: absolute;
  left    : 0;
  top     : 0;
  right   : 0;
  bottom  : 0;
  width   : 100% !important;
  height  : 100% !important;
  overflow: hidden;
  z-index : 2;
}

.vb-countdown:before {
  content            : "";
  opacity            : 0.5;
  position           : absolute;
  top                : -20px;
  left               : -20px;
  right              : -20px;
  bottom             : -20px;
  background-color   : #000;
  background-image   : url(../img/countdown-bg.jpg);
  background-size    : cover;
  background-position: center center;
  filter             : blur(8px);
}

.vb-player #jw-container {
  position           : absolute;
  left               : 0;
  top                : 0;
  right              : 0;
  bottom             : 0;
  /* width           : 100% !important;
  height             : 100% !important; */
  background-color   : #222;
}

.vb-player iframe {
  position: absolute;
  left    : 0;
  top     : 0;
  right   : 0;
  bottom  : 0;
  width   : 100% !important;
  height  : 100% !important;
}

#show-countdown {
  position  : absolute;
  top       : 50%;
  left      : 50%;
  transform : translate(-50%, -50%);
  text-align: center;
  color     : #fff;
}

#show-countdown .sc-title {
  font-size    : 1.6em;
  line-height  : 1.4;
  font-weight  : 700;
  margin-bottom: 15px;
}

#show-countdown .sc-content>div {
  display      : inline-block;
  min-width    : 100px;
  font-size    : 1.2em;
  margin       : 5px;
  color        : #888;
  padding      : 1rem 0.5rem;
  border-radius: 25px;
  background   : #fff;
}

#show-countdown .sc-content>div>div {
  font-size    : 2.2em;
  line-height  : 1;
  height       : 1em;
  margin-bottom: 10px;
  font-weight  : 700;
  color        : #000;
}

.content-top * {
  color     : #fff;
  font-style: italic;
}

body.home #app:before {
  background: #141417;
}

.block-k p.mb-0 {
  margin-bottom: 5px !important;
}

.kickoff-time p {
  width           : 40px;
  height          : 35px;
  font-size       : 21px;
  color           : #333;
  background-color: #ffc107;
  border-radius   : 5px;
  display         : flex;
  align-items     : center;
  justify-content : center;
  margin-bottom   : 5px;
}

.kickoff-time span {
  color      : #fff;
  font-weight: 400;
  font-size  : 12px;
}

.is-livem .badge-live {
  display: inline-flex;
}

.fb-share {
  display        : flex;
  justify-content: right;
}

.list_link {
  justify-content: left;
}

.social_footer a {
  margin: 6px;
}

.social_right {
  color: #fff;
}

.social_right a {
  color: #fff;
}

.social_right div a {
  font-size  : 13px;
  position   : relative;
  display    : flex;
  align-items: center;
}

.social_right div a span {
  padding-left: 4px;
  display     : block;
  text-align  : left;
  font-size   : 12px;
  line-height : 15px;
}

.section-menu {
  position: relative;
}

.nav-right {
  position: absolute;
  right   : 15px;
  top     : 8px;
  z-index : 1000;
}

#menu-mb .nav-right {
  right: 60px;
}

#m-bet {
  height          : 40px;
  min-width       : 40px;
  text-align      : center;
  width           : auto;
  line-height     : 40px;
  padding         : 0 0.75rem;
  border-radius   : 0.4rem;
  background-color: #0057FF;
  color           : #fff;
  float           : left;
  display         : block;
  margin-left     : 10px;
  cursor          : pointer;
}

#m-bet:hover {
  background-color: #11233a !important;
}

#m-tele:hover {
  background-color: #11233a !important;
}

.mct_-bet-bot {
  display         : inline-block;
  height          : 32px;
  line-height     : 32px;
  padding         : 0 5px;
  font-weight     : 500;
  background-color: #fbb226 !important;
  color           : #000 !important;
  border-radius   : 0.25rem;
  float           : left;
}

.r-btn {
  height       : 40px;
  min-width    : 40px;
  text-align   : center;
  width        : auto;
  line-height  : 40px;
  padding      : 0 0.75rem;
  border-radius: 0.4rem;
  background   : #40434b;
  color        : #fff;
  float        : left;
  display      : block;
  margin-left  : 10px;
  cursor       : pointer;
}

.user-display {
  float      : left;
  margin-left: 10px;
  position   : relative;
}

.user-display .r-btn {
  margin-left: 0;
}

.user-display .dropdown-menu {
  background   : #11233A;
  border       : none;
  width        : 150px;
  min-width    : auto;
  transform    : none !important;
  top          : 100% !important;
  right        : 0 !important;
  left         : auto !important;
  z-index      : 90;
  box-shadow   : 0 2px 8px rgba(0, 0, 0, 0.45);
  border-radius: 6px;
}

.user-display .dropdown-menu .dropdown-item {
  color      : #aaa !important;
  line-height: 1.4em;
  background : none !important;
  padding    : 0.5rem 1rem;
  font-size  : 14px;
}

.user-display .dropdown-menu .dropdown-item i {
  width: 16px;
}

.user-display .dropdown-menu .dropdown-item:hover {
  color     : #fff !important;
  background: #2f3137 !important;
}

.user-display .dropdown-menu .dropdown-user {
  height       : 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.user-display .btn-avatar {
  width         : 40px;
  height        : 40px;
  cursor        : pointer;
  display       : block;
  position      : relative;
  background    : #40434b;
  border-radius : 50%;
  overflow      : hidden;
  pointer-events: none;
}

.user-display .for-member {
  cursor: pointer;
}

.btn-avatar img {
  position      : absolute;
  top           : 0;
  left          : 0;
  right         : 0;
  bottom        : 0;
  -o-object-fit : cover;
  object-fit    : cover;
  width         : 100%;
  height        : 100%;
  pointer-events: none;
}

.team-logo .team-logo-img {
  position      : absolute;
  top           : 0;
  left          : 0;
  right         : 0;
  bottom        : 0;
  -o-object-fit : cover;
  object-fit    : cover;
  width         : 100%;
  height        : 100%;
  pointer-events: none;
}

.user-avatar img {
  position      : absolute;
  top           : 0;
  left          : 0;
  right         : 0;
  bottom        : 0;
  -o-object-fit : cover;
  object-fit    : cover;
  width         : 100%;
  height        : 100%;
  pointer-events: none;
}

#modallogin .modal-content {
  border-radius: 1.5rem;
  color        : #111;
  border       : none !important;
  position     : relative;
}

#modallogin .modal-content .xclose {
  position     : absolute;
  z-index      : 9;
  cursor       : pointer;
  top          : 1rem;
  right        : 1rem;
  width        : 30px;
  height       : 30px;
  text-align   : center;
  line-height  : 30px;
  color        : #111;
  font-size    : 24px;
  background   : #fff;
  border-radius: 50%;
}

#modallogin .modal-content .modal-body {
  padding: 1.5rem;
}

#modallogin .modal-content .modal-body .modal-title {
  font-size    : 1.5em;
  font-weight  : 700;
  margin-bottom: 0.75rem;
}

#modallogin .modal-content .modal-body .description {
  margin-bottom: 1.25rem;
}

#modallogin .modal-title {
  margin     : 0;
  line-height: 1.42857143;
}

#modallogin .vbform .form-control {
  background : #f1f3f7;
  border     : none !important;
  box-shadow : none !important;
  height     : auto;
  padding    : 0.7rem 1.2rem;
  height     : 44px;
  font-size  : 1em;
  font-weight: 500;
}

#modallogin .vb-btn {
  padding      : 0.75rem 1.5rem;
  border-radius: 0.4rem;
}

#block-err-msg {
  display: none;
}

#block-err-msg.active {
  display: block;
}

#ld-login {
  display: none;
}

#ld-login.active {
  display: inline-block;
}

.sporttype {
  border-radius: 5px;
  border       : none;
  margin       : 0 auto;
  z-index      : 4 !important;
  position     : relative;
  background   : #16181a;
  background   : hsl(232, 18%, 8%);
  margin-top   : 6px;
}

.sporttype .sporttype_body {
  margin    : 0 auto;
  text-align: left;
  box-shadow: 0 2px 3px #0a0000 0 0 0 1px #1a0000;
  display   : block;
  padding   : 10px;
  z-index   : 2;
  border-top: 1px solid #3b3d3f;
  background: hsl(232, 16%, 15%);
  position  : relative;
}

.sporttype_ul {
  margin-bottom: 0;
}

.sporttype_ul li input {
  position: relative;
  opacity : 0;
  margin  : auto !important;
  padding : 0;
  width   : 0;
  height  : 0;
}

.sporttype_ul li input:checked+label {
  color: #6ab9ff;
}

.sporttype_ul li input:checked+label::after {
  content   : "";
  bottom    : -1px;
  left      : 0;
  width     : 100%;
  height    : 3px;
  position  : absolute;
  box-shadow: 0 0 8px 0 hsla(262, 100%, 70%, 0.7);
  background: linear-gradient(113deg, hsl(260, 100%, 64%) 0%, hsl(190, 100%, 55%) 100%);
  transition: all 0.3s;
  z-index   : 2;
}

.sporttype_ul li label {
  transition         : all 0.3s;
  text-align         : center;
  border             : none;
  border-bottom      : 0.5pt solid #1d1e22;
  color              : #e7e9f5;
  display            : inline-flex;
  -webkit-box-pack   : center;
  height             : 32px;
  line-height        : 32px;
  padding            : 0 8px;
  align-items        : center;
  vertical-align     : top;
  justify-content    : flex-start;
  box-shadow         : 1px 1px 2px 1px #231f20;
  text-transform     : uppercase;
  font-weight        : 300;
  font-size          : 8pt;
  margin             : 5px 0 0 3px;
  border-radius      : 7px 7px 0 0 !important;
  border-top         : 1px solid #3b3d3f;
  background         : #26292c;
  background         : hsl(232, 6%, 17%);
  cursor             : pointer;
  position           : relative;
  -webkit-user-select: none;
  -moz-user-select   : none;
  user-select        : none;
}

.sporttype_ul li label sup {
  color      : red;
  font-weight: 700;
  margin-left: 3px;
  background : #fff;
  font-size  : 11px;
}

.sporttype_ul li label img {
  height      : 20px;
  margin-right: 5px;
}

.glider {
  width        : 15%;
  padding      : 0 13px;
  height       : 4.5px;
  border-radius: 0 0 1px 1px;
  position     : absolute;
  box-shadow   : 0 0 8px 0 hsla(262, 100%, 70%, 0.7);
  background   : linear-gradient(113deg, hsl(260, 100%, 64%) 0%, hsl(190, 100%, 55%) 100%);
  transition   : all 0.3s;
  top          : 36px;
  z-index      : 2;
}

.chatbox_cover.hide {
  display: none;
}

@media (max-width: 991px) {
  .featured .thumb_big {
    height: 260px;
  }
}

@media (max-width: 575.98px) {
  .match_events .col-11.home-left {
    padding-left : 5px;
    padding-right: 10px;
  }

  .table-responsive-sm {
    display                   : block;
    width                     : 100%;
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }

  .navbar-expand-sm>.container {
    padding-right: 0;
    padding-left : 0;
  }

  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left : 0;
  }
}

@media (max-width: 768px) {
  .sub_featured {
    height: unset;
  }

  .featured .thumb_big {
    height: 260px;
  }

  .bot_featured {
    display: none;
  }

  .d-mobile-none {
    display: none;
  }

  .sidebar_right {
    display: none;
  }

  .d-mobile-block {
    display: block;
  }

  .item_post h2.title_name {
    margin-top: 10px;
  }

  .title_head {
    flex-direction: column;
    align-items   : unset;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }

  .col-sm {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-sm-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-sm-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left : auto;
  }

  .navbar-expand-sm {
    flex-flow      : row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .banner .nav a {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-sm>.container {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display   : flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .banner .nav .navbar-expand-sm .navbar-nav a {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .card-deck {
    flex-flow   : row wrap;
    margin-right: -15px;
    margin-left : -15px;
  }

  .card-deck .card {
    display       : flex;
    flex          : 1 0 0;
    flex-direction: column;
    margin-right  : 15px;
    margin-bottom : 0;
    margin-left   : 15px;
  }

  .card-group {
    flex-flow: row wrap;
  }

  .card-group>.card {
    flex         : 1 0 0;
    margin-bottom: 0;
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius   : 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius   : 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-columns {
    -moz-column-count: 3;
    column-count     : 3;
    -moz-column-gap  : 1.25rem;
    column-gap       : 1.25rem;
    orphans          : 1;
    widows           : 1;
  }

  .card-columns .card {
    display: inline-block;
    width  : 100%;
  }

  .jumbotron {
    padding: 4rem 2rem;
  }

  .list-group-horizontal-sm {
    flex-direction: row;
  }

  .list-group-horizontal-sm .list-group-item {
    margin-right : -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius   : 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right              : 0;
    border-top-right-radius   : 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius : 0;
  }

  .modal-dialog {
    max-width: 500px;
    margin   : 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .my-sm-0 {
    margin-top   : 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-sm-0 {
    margin-right: 0 !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left : 0 !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .my-sm-1 {
    margin-top   : 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left : 0.25rem !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .my-sm-2 {
    margin-top   : 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left : 0.5rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .my-sm-3 {
    margin-top   : 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-sm-3 {
    margin-right: 1rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left : 1rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top   : 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left : 1.5rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .my-sm-5 {
    margin-top   : 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-sm-5 {
    margin-right: 3rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left : 3rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .py-sm-0 {
    padding-top   : 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-sm-0 {
    padding-right: 0 !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left : 0 !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .py-sm-1 {
    padding-top   : 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left : 0.25rem !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .py-sm-2 {
    padding-top   : 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left : 0.5rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .py-sm-3 {
    padding-top   : 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-sm-3 {
    padding-right: 1rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left : 1rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top   : 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left : 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .py-sm-5 {
    padding-top   : 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-sm-5 {
    padding-right: 3rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left : 3rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .my-sm-n1 {
    margin-top   : -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left : -0.25rem !important;
  }

  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .my-sm-n2 {
    margin-top   : -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left : -0.5rem !important;
  }

  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3 {
    margin-top: -1rem !important;
  }

  .my-sm-n3 {
    margin-top   : -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-sm-n3 {
    margin-right: -1rem !important;
  }

  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left : -1rem !important;
  }

  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .my-sm-n4 {
    margin-top   : -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left : -1.5rem !important;
  }

  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5 {
    margin-top: -3rem !important;
  }

  .my-sm-n5 {
    margin-top   : -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-sm-n5 {
    margin-right: -3rem !important;
  }

  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left : -3rem !important;
  }

  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .my-sm-auto {
    margin-top   : auto !important;
    margin-bottom: auto !important;
  }

  .mr-sm-auto {
    margin-right: auto !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left : auto !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto {
    margin-left: auto !important;
  }

  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }

  .alignleft {
    float       : left;
    margin-right: 0.5rem;
  }

  .alignright {
    float      : right;
    margin-left: 0.5rem;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display                   : block;
    width                     : 100%;
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }

  .navbar-expand-md>.container {
    padding-right: 0;
    padding-left : 0;
  }

  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left : 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display                   : block;
    width                     : 100%;
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }

  .navbar-expand-lg>.container {
    padding-right: 0;
    padding-left : 0;
  }

  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left : 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display                   : block;
    width                     : 100%;
    overflow-x                : auto;
    -webkit-overflow-scrolling: touch;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }

  .navbar-expand-xl>.container {
    padding-right: 0;
    padding-left : 0;
  }

  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left : 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }

  .collapsing {
    transition: none;
  }

  .custom-switch .custom-control-label::after {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .form-control {
    transition: none;
  }

  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition        : none;
  }

  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition     : none;
  }

  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition    : none;
  }

  .badge {
    transition: none;
  }

  .carousel-control-next {
    transition: none;
  }

  .carousel-control-prev {
    transition: none;
  }

  .carousel-fade .active.carousel-item-left {
    transition: none;
  }

  .carousel-fade .active.carousel-item-right {
    transition: none;
  }

  .carousel-indicators li {
    transition: none;
  }

  .carousel-item {
    transition: none;
  }

  .custom-control-label::before {
    transition: none;
  }

  .custom-file-label {
    transition: none;
  }

  .custom-select {
    transition: none;
  }

  .modal.fade .modal-dialog {
    transition: none;
  }

  .progress-bar {
    transition: none;
  }

  .progress-bar-animated {
    animation: none;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }

  .col-md {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-md-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .matches .grid-matches__item {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-md-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left : auto;
  }

  .navbar-expand-md {
    flex-flow      : row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .banner .nav a {
    padding-right: 0.3rem;
    padding-left : 0.3rem;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left : 0.3rem;
  }

  .navbar-expand-md>.container {
    flex-wrap: nowrap;
  }

  .navbar-expand-md>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display   : flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .banner .nav .navbar-expand-md .navbar-nav a {
    padding-right: 0.3rem;
    padding-left : 0.3rem;
  }

  .list-group-horizontal-md {
    flex-direction: row;
  }

  .list-group-horizontal-md .list-group-item {
    margin-right : -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius   : 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-md .list-group-item:last-child {
    margin-right              : 0;
    border-top-right-radius   : 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius : 0;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .my-md-0 {
    margin-top   : 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-md-0 {
    margin-right: 0 !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left : 0 !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .my-md-1 {
    margin-top   : 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-md-1 {
    margin-right: 0.25rem !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left : 0.25rem !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .my-md-2 {
    margin-top   : 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-md-2 {
    margin-right: 0.5rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left : 0.5rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .my-md-3 {
    margin-top   : 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-md-3 {
    margin-right: 1rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left : 1rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .my-md-4 {
    margin-top   : 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-md-4 {
    margin-right: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left : 1.5rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .my-md-5 {
    margin-top   : 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-md-5 {
    margin-right: 3rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left : 3rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .py-md-0 {
    padding-top   : 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-md-0 {
    padding-right: 0 !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left : 0 !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .py-md-1 {
    padding-top   : 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-md-1 {
    padding-right: 0.25rem !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left : 0.25rem !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .py-md-2 {
    padding-top   : 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-md-2 {
    padding-right: 0.5rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left : 0.5rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .py-md-3 {
    padding-top   : 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-md-3 {
    padding-right: 1rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left : 1rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .py-md-4 {
    padding-top   : 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-md-4 {
    padding-right: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left : 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .py-md-5 {
    padding-top   : 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-md-5 {
    padding-right: 3rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left : 3rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }

  .my-md-n1 {
    margin-top   : -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left : -0.25rem !important;
  }

  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }

  .my-md-n2 {
    margin-top   : -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left : -0.5rem !important;
  }

  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3 {
    margin-top: -1rem !important;
  }

  .my-md-n3 {
    margin-top   : -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-md-n3 {
    margin-right: -1rem !important;
  }

  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left : -1rem !important;
  }

  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }

  .my-md-n4 {
    margin-top   : -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left : -1.5rem !important;
  }

  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5 {
    margin-top: -3rem !important;
  }

  .my-md-n5 {
    margin-top   : -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-md-n5 {
    margin-right: -3rem !important;
  }

  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left : -3rem !important;
  }

  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .my-md-auto {
    margin-top   : auto !important;
    margin-bottom: auto !important;
  }

  .mr-md-auto {
    margin-right: auto !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left : auto !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto {
    margin-left: auto !important;
  }

  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-lg-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .block-category .post-item {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .block-category .post-item.post-featured {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex     : 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .matches .grid-matches__item {
    flex     : 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-lg-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left : auto;
  }

  .navbar-expand-lg {
    flex-flow      : row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .banner .nav a {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-lg>.container {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display   : flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .banner .nav .navbar-expand-lg .navbar-nav a {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .list-group-horizontal-lg {
    flex-direction: row;
  }

  .list-group-horizontal-lg .list-group-item {
    margin-right : -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius   : 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right              : 0;
    border-top-right-radius   : 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius : 0;
  }

  .modal-lg {
    max-width: 800px;
  }

  .modal-xl {
    max-width: 800px;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .my-lg-0 {
    margin-top   : 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-lg-0 {
    margin-right: 0 !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left : 0 !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .my-lg-1 {
    margin-top   : 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left : 0.25rem !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .my-lg-2 {
    margin-top   : 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left : 0.5rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .my-lg-3 {
    margin-top   : 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-lg-3 {
    margin-right: 1rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left : 1rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top   : 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left : 1.5rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .my-lg-5 {
    margin-top   : 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-lg-5 {
    margin-right: 3rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left : 3rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .py-lg-0 {
    padding-top   : 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-lg-0 {
    padding-right: 0 !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left : 0 !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .py-lg-1 {
    padding-top   : 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left : 0.25rem !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .py-lg-2 {
    padding-top   : 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left : 0.5rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .py-lg-3 {
    padding-top   : 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-lg-3 {
    padding-right: 1rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left : 1rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top   : 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left : 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .py-lg-5 {
    padding-top   : 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-lg-5 {
    padding-right: 3rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left : 3rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .my-lg-n1 {
    margin-top   : -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left : -0.25rem !important;
  }

  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .my-lg-n2 {
    margin-top   : -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left : -0.5rem !important;
  }

  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3 {
    margin-top: -1rem !important;
  }

  .my-lg-n3 {
    margin-top   : -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-lg-n3 {
    margin-right: -1rem !important;
  }

  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left : -1rem !important;
  }

  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .my-lg-n4 {
    margin-top   : -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left : -1.5rem !important;
  }

  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5 {
    margin-top: -3rem !important;
  }

  .my-lg-n5 {
    margin-top   : -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-lg-n5 {
    margin-right: -3rem !important;
  }

  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left : -3rem !important;
  }

  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .my-lg-auto {
    margin-top   : auto !important;
    margin-bottom: auto !important;
  }

  .mr-lg-auto {
    margin-right: auto !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left : auto !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto {
    margin-left: auto !important;
  }

  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

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

  .modal-xl {
    max-width: 100%;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow : 1;
    max-width : 100%;
  }

  .col-xl-auto {
    flex     : 0 0 auto;
    width    : auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex     : 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex     : 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex     : 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex     : 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex     : 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex     : 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex     : 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex     : 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex     : 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex     : 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex     : 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .dropdown-menu-xl-left {
    right: auto;
    left : 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left : auto;
  }

  .navbar-expand-xl {
    flex-flow      : row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .banner .nav a {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .navbar-expand-xl>.container {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl>.container-fluid {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display   : flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .banner .nav .navbar-expand-xl .navbar-nav a {
    padding-right: 0.5rem;
    padding-left : 0.5rem;
  }

  .list-group-horizontal-xl {
    flex-direction: row;
  }

  .list-group-horizontal-xl .list-group-item {
    margin-right : -1px;
    margin-bottom: 0;
  }

  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius   : 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius  : 0;
  }

  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right              : 0;
    border-top-right-radius   : 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius : 0;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .my-xl-0 {
    margin-top   : 0 !important;
    margin-bottom: 0 !important;
  }

  .mr-xl-0 {
    margin-right: 0 !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left : 0 !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .my-xl-1 {
    margin-top   : 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left : 0.25rem !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .my-xl-2 {
    margin-top   : 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left : 0.5rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .my-xl-3 {
    margin-top   : 1rem !important;
    margin-bottom: 1rem !important;
  }

  .mr-xl-3 {
    margin-right: 1rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left : 1rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top   : 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left : 1.5rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .my-xl-5 {
    margin-top   : 3rem !important;
    margin-bottom: 3rem !important;
  }

  .mr-xl-5 {
    margin-right: 3rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left : 3rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .py-xl-0 {
    padding-top   : 0 !important;
    padding-bottom: 0 !important;
  }

  .pr-xl-0 {
    padding-right: 0 !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left : 0 !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .py-xl-1 {
    padding-top   : 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left : 0.25rem !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .py-xl-2 {
    padding-top   : 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left : 0.5rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .py-xl-3 {
    padding-top   : 1rem !important;
    padding-bottom: 1rem !important;
  }

  .pr-xl-3 {
    padding-right: 1rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left : 1rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top   : 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left : 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .py-xl-5 {
    padding-top   : 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pr-xl-5 {
    padding-right: 3rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left : 3rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .my-xl-n1 {
    margin-top   : -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .mr-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left : -0.25rem !important;
  }

  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .my-xl-n2 {
    margin-top   : -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .mr-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left : -0.5rem !important;
  }

  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3 {
    margin-top: -1rem !important;
  }

  .my-xl-n3 {
    margin-top   : -1rem !important;
    margin-bottom: -1rem !important;
  }

  .mr-xl-n3 {
    margin-right: -1rem !important;
  }

  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left : -1rem !important;
  }

  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .my-xl-n4 {
    margin-top   : -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .mr-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left : -1.5rem !important;
  }

  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5 {
    margin-top: -3rem !important;
  }

  .my-xl-n5 {
    margin-top   : -3rem !important;
    margin-bottom: -3rem !important;
  }

  .mr-xl-n5 {
    margin-right: -3rem !important;
  }

  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left : -3rem !important;
  }

  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .my-xl-auto {
    margin-top   : auto !important;
    margin-bottom: auto !important;
  }

  .mr-xl-auto {
    margin-right: auto !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left : auto !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto {
    margin-left: auto !important;
  }

  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  blockquote {
    page-break-inside: avoid;
    border           : 1px solid #adb5bd;
  }

  img {
    page-break-inside: avoid;
  }

  pre {
    page-break-inside: avoid;
    white-space      : pre-wrap !important;
    border           : 1px solid #adb5bd;
  }

  tr {
    page-break-inside: avoid;
  }

  * {
    text-shadow: none !important;
    box-shadow : none !important;
  }

  *::after {
    text-shadow: none !important;
    box-shadow : none !important;
  }

  *::before {
    text-shadow: none !important;
    box-shadow : none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " ("attr(title) ")";
  }

  thead {
    display: table-header-group;
  }

  h2 {
    orphans         : 3;
    widows          : 3;
    page-break-after: avoid;
  }

  h3 {
    orphans         : 3;
    widows          : 3;
    page-break-after: avoid;
  }

  p {
    orphans: 3;
    widows : 3;
  }

  @page {
    size: a3;
  }

  .container {
    min-width: 992px !important;
  }

  body {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td {
    background-color: #fff !important;
  }

  .table th {
    background-color: #fff !important;
  }

  .table .thead-dark th {
    color       : inherit;
    border-color: #dee2e6;
  }

  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }

  .table-dark tbody+tbody {
    border-color: #dee2e6;
  }

  .table-dark td {
    border-color: #dee2e6;
  }

  .table-dark th {
    border-color: #dee2e6;
  }

  .table-dark thead th {
    border-color: #dee2e6;
  }
}

#header {
  height: 90px;
}

@media only screen and (min-width: 992px) {
  #header {
    height: 56px;
  }

  .table-offer thead th {
    font-size: 16px;
  }

  .table-offer thead th:first-child {
    padding-left: 27px;
  }

  .table-offer thead th:last-child {
    padding-right: 26px;
  }

  .table-offer tbody .offer-rating td {
    padding: 9px;
  }

  .table-offer tbody .offer-rating td:first-child {
    padding-left: 27px;
  }

  .table-offer tbody .offer-rating td:last-child {
    padding-right: 26px;
  }

  .d-sm-none {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .title_box h1 {
    font-size  : 1.125rem;
    line-height: 26px;
  }

  .title_box h1 a {
    color    : #fff;
    font-size: 1.125rem;
  }

  .title_box h2 {
    font-size  : 1.125rem;
    line-height: 26px;
  }

  .title_box h2 a {
    color    : #fff;
    font-size: 1.125rem;
  }

  .title_box h3 {
    font-size  : 1.125rem;
    line-height: 26px;
  }

  .title_box h3 a {
    color    : #fff;
    font-size: 1.125rem;
  }

  .title_box h4 {
    font-size  : 1.125rem;
    line-height: 26px;
  }

  .title_box h4 a {
    color    : #fff;
    font-size: 1.125rem;
  }

  .title_box h5 {
    font-size  : 1.125rem;
    line-height: 26px;
  }

  .title_box h5 a {
    color    : #fff;
    font-size: 1.125rem;
  }

  .title_box h6 {
    font-size  : 1.125rem;
    line-height: 26px;
  }

  .title_box h6 a {
    color    : #fff;
    font-size: 1.125rem;
  }

  .title_box span {
    font-size  : 1.125rem;
    line-height: 26px;
  }

  .title_box span a {
    color    : #fff;
    font-size: 1.125rem;
  }

  .table-offer thead th {
    font-size  : 0;
    line-height: 1;
  }

  .table-offer thead th:first-child {
    font-size : 0;
    text-align: left;
  }

  .table-offer thead th:first-child:before {
    content  : "XH";
    font-size: 14px;
  }

  .table-offer thead th:nth-child(2) {
    width: auto;
  }

  .table-offer thead th:nth-child(2):before {
    content  : "Nhà  cái";
    font-size: 14px;
  }

  .table-offer thead th:nth-child(3) {
    width: auto;
  }

  .table-offer thead th:nth-child(3):before {
    content  : "Đánh giá";
    font-size: 14px;
  }

  .table-offer tbody .offer-rating__name {
    display: none;
  }

  .table-offer tbody .offer-rating__btn {
    padding: 5px;
  }
}

@media only screen and (max-width: 768px) {
  #ranks .tbl_bxh th {
    font-size: 0 !important;
  }

  #ranks .tbl_bxh th:before {
    content  : attr(data-title);
    font-size: 13px;
  }
}

@media only screen and (max-width: 992px) {
  .block-category .post-item.post-featured:after {
    display: none;
  }

  .block-category .post-item.post-featured img {
    height: 270px;
  }

  .block-category .post-item.post-featured .post-title {
    position  : static;
    padding   : 0;
    margin-top: 0.9375rem;
  }

  body.home #app:before {
    display: none;
  }

  #ranks .tbl_bxh td {
    font-size: 12px;
    padding  : 3px;
  }

  #ranks .tbl_bxh td img {
    width       : 24px;
    height      : 24px;
    margin-right: 4px;
  }

  #ranks .tbl_bxh th {
    font-size: 12px;
    padding  : 3px;
  }

  #ranks .tbl_bxh th img {
    width       : 24px;
    height      : 24px;
    margin-right: 4px;
  }

  .matches .grid-matches__item .grid-match__body {
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  footer.page-footer .container {
    padding: 0 120px;
  }

  #header .block-int img {
    height: 60px;
    width : 100%;
  }

  .main .block-int img {
    height: 60px;
    width : 100%;
  }

  .grid-matches .block-int {
    width: 100%;
  }

  .teambox__team {
    flex: 1;
  }
}

@media screen and (max-width: 992px) {
  .block-category .post-item {
    background   : -o-linear-gradient(left, #1a1d23 0, #141417 100%);
    margin-bottom: 0.9375rem;
    display      : flex;
    flex-wrap    : wrap;
    flex         : 0 0 100%;
    max-width    : 100%;
    background   : linear-gradient(90deg, #1a1d23 0, #141417 100%);
  }

  .block-category .post-item .post-thumbnail {
    flex     : 0 0 41.66667%;
    max-width: 41.66667%;
    position : relative;
  }

  .block-category .post-item .post-thumbnail img {
    height       : 128px;
    border-radius: 2px;
  }

  .block-category .post-item .post-thumbnail:after {
    content   : "";
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHUAAAADCAYAAACtf0BgAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGLSURBVHgBhVPbTcRADLSdLSAlUEJ6QPQFSIhS+KSEo4yrBa1i/Fh7He4pRdnzY2bs2eDXuj0BdHkazF89+/9uL4n3SHtNB7iotadd4njrwLrLVzhLrifuFb47WI6zlNxtPtOnY3Y/R/lRyyPtrrW1VvZznTNq4ab20PB4Xx/nlx894fe6rb+wn3bEDQE1xIwoB2I5AyMhexz0jZaXGEsKyWIMJGHPex1lPaCf5cdeJz2s8ain5Iy4xgILBl/iDUwJWg+KTlbwgZ34MDlMt8WhYFWNwUVZDwftyiH6tI6HHtYy48NdN4WL6sCcSblzzsJVcMfurJutFVObxnU8m42p5Ba3oWjXvHEQvH+en19t22Ys8mkHMRZzoTYIlGWooWG0DmVAtiQYRruwGIxVvKrCahKNSzNNrYs1TONbTNvsLXWcFw+GoXnZQnfwyTysy7Vc6bUeW4hCqNa4VDQvr5tT5sFixvEiTKNofDle//+iTrOmIS6UDuaJF/rRmKkwTE5jFZP8YmdvfFBIb3+ETNDkK/KW2wAAAABJRU5ErkJggg==) center no-repeat;
    height    : 3px;
    width     : 100%;
    display   : block;
    position  : absolute;
    bottom    : 0;
    left      : 0;
  }

  .block-category .post-item .post-title {
    flex      : 0 0 58.33333%;
    max-width : 58.33333%;
    min-height: inherit;
    padding   : 15px;
  }

  .block-category .post-item .post-title:before {
    display: none;
  }

  .block-category .post-item .post-title h3 a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style : normal;
    font-weight: 400;
    font-size  : 15px;
    line-height: 25px;
    color      : #f2f3f3;
  }

  .block-category .post-item.post-featured {
    background: linear-gradient(90deg, #1a1d23 0, #141417 100%);
  }

  .block-category .post-item.post-featured .post-title {
    margin-top: 0;
    padding   : 15px;
  }

  .block-category .post-item.post-featured .post-title h3 a {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-style : normal;
    font-weight: 400;
    font-size  : 15px;
    line-height: 25px;
    color      : #f2f3f3;
  }

  .teambox {
    margin-left    : -15px;
    margin-right   : -15px;
    justify-content: center;
    min-height     : 130px;
    align-items    : start;
    padding-top    : 10px;
  }

  .teambox .offqc {
    position   : absolute;
    font-style : normal;
    font-weight: 700;
    font-size  : 7.08139px;
    line-height: 9px;
    text-align : center;
    color      : #fff;
    left       : 15px;
    top        : 0;
  }

  .teambox__center {
    padding: 0 20px;
  }

  .teambox__ts {
    margin-bottom: 0;
  }

  .teambox__team {
    flex: 1;
  }

  .matches .grid-matches__item .grid-match {
    padding: 0.5rem;
  }

  .matches .grid-matches__item .grid-match__group {
    display        : flex;
    justify-content: space-between;
  }

  .matches .grid-matches__item .grid-match__commentator {
    font-size  : 14px;
    line-height: 18px;
  }

  .matches .grid-matches__item .grid-match__date {
    align-items    : center;
    display        : flex;
    vertical-align : middle;
    justify-content: center;
    align-self     : center;
    white-space    : nowrap;
  }

  .fb-share {
    justify-content: center;
    padding-left   : 0;
    margin-top     : 5px;
    margin-bottom  : 5px;
  }

  .social_right div {
    text-align: center;
  }
}

@media screen and (min-width: 991px) {
  .panel .matches__item .match__round {
    flex: 0 1 125px;
  }
}

@media screen and (max-width: 991px) {
  .breadcrumb-container {
    display: none;
  }

  .breadcrumb-container ul {
    overflow: hidden;
  }

  .item_post--normal .description {
    display: none;
  }

  .item_post--normal h2.title_name {
    font-size         : 0.875rem;
    line-height       : 1.375rem;
    margin-top        : 0;
    margin-bottom     : 5px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow          : hidden;
    display           : -webkit-box;
  }

  .filter-tags__day a {
    margin-bottom: 8px;
  }

  .panel__body.section-fixtures .matches__item .match__time {
    margin-bottom: 8px;
  }

  .panel__body.section-fixtures .matches__item .match {
    flex-direction: column;
  }

  .panel__body.section-fixtures .matches__item .match__team {
    min-width: 0;
  }

  .panel__body.section-fixtures .matches__item .match__team--home {
    padding-right: 10px;
  }

  .panel__body.section-fixtures .matches__item .match__team--away {
    padding-left: 10px;
  }

  .panel__body.section-fixtures .matches__item .match__team--name {
    white-space  : nowrap;
    display      : block;
    overflow     : hidden;
    text-overflow: ellipsis;
  }

  .filter-tags__leagues {
    background: 0 0;
    padding   : 0;
  }

  .filter-tags__leagues a {
    margin-right : 8px;
    margin-bottom: 8px;
    background   : #1a1d23;
    border-radius: 2px;
    padding      : 2px 5px;
  }

  .figure {
    width: auto !important;
  }

  .wp-caption {
    width: auto !important;
  }

  .matches .grid-matches__item {
    margin-bottom: 10px;
  }

  .matches .grid-matches__item p {
    margin-bottom: 0;
  }

  .matches .grid-matches__item .grid-match__team {
    width: 105px;
  }

  .matches .grid-matches__item .grid-match__team--name {
    text-align   : center;
    white-space  : nowrap;
    text-overflow: ellipsis;
    display      : block;
    overflow     : hidden;
    width        : 100%;
    font-size    : 14px;
  }

  .matches .grid-matches__item .grid-match .btn-detail {
    white-space: nowrap;
    width      : 100%;
  }

  .matches .grid-matches__item .grid-match .btn-odds {
    max-width: 33.3333%;
    margin   : 0 15px;
  }

  .teambox__center {
    white-space: nowrap;
  }

  .teambox__center .teambox__ts {
    font-size: 26px;
  }

  .teambox__team--logo {
    width        : 36px;
    height       : 36px;
    margin-bottom: 2px;
  }

  .teambox__team--name a {
    font-size  : 10px;
    line-height: 16px;
  }

  .player__right .chat-player iframe {
    height: 350px !important;
  }

  .player__right .wrap-heading-box {
    margin-top: 0;
  }

  .player__right .card-header {
    margin-left  : -6px;
    margin-right : -6px;
    margin-bottom: 5px;
  }

  .player__right .card-header a {
    margin: 0 6px;
    flex  : 1;
  }

  .versus .matches__item>div {
    flex-direction: column;
  }

  p.mb-0 img {
    height: 50px;
    width : 100%;
  }

  #header p a img {
    height: 315px !important;
  }

  #header .nav-mobile .logo-cnt img {
    width: 90px;
  }

  #mophong {
    height: 315px !important;
  }

  .block-catfish .block-ad {
    margin-bottom: 0 !important;
  }

  .sticky {
    width: 100%;
  }

  #menu-mb p {
    margin-bottom: 0 !important;
  }
}

@media screen and (min-width: 1280px) {
  .container {
    max-width: 1360px;
  }
}

@media (min-width: 1675px) {
  .container {
    max-width: 1360px;
  }
}

@media screen and (max-width: 520px) {
  #m-bet {
    width         : 45px;
    height        : 40px;
    line-height   : 1.1;
    padding       : 9px 5px;
    font-size     : 11px;
    text-transform: uppercase;
  }

  #m-bet i {
    display: none;
  }

  #m-tele {
    width         : 70px;
    height        : 40px;
    line-height   : 1.3;
    padding       : 7px 5px;
    font-size     : 11px;
    text-transform: uppercase;
  }

  #m-tele i {
    display: none;
  }
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-6 {
  width: 50%;
}

/*# sourceMappingURL=style.css.map */