.ccen {
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 1%;
}

.title_desktop {
  color: #e9e9e9;
  font-size: 22px;
  padding-top: 1%;
  text-transform: uppercase;
  display: block;
  text-align: left;
  opacity: 1;
  font-weight: 700;
  text-shadow: 0.5px 0.5px 0.5px #b6b3b3;
  filter: alpha(opacity=20);
}

.sub_title_desktop {
  color: #e9e9e9;
  font-size: 17px;
  font-family: "din-bold";
  text-transform: uppercase;
  text-align: left;
  display: block;
  opacity: 1;
  font-weight: 50;
  text-shadow: 0.3px 0.3px 0.3px #a9a8a8;
  margin-bottom: 10px;
  filter: alpha(opacity=20);
}

.timer_off {
  color: #FF3F3F;
}

.third_title_desktop {
  color: #a9a8a8;
  font-size: 18px;
  font-family: "din-bold";
  text-transform: uppercase;
  text-align: center;
  display: block;
  opacity: 1;
  font-weight: 100;
  text-shadow: 1px 1px 1px #b6b3b3;
  margin-bottom: 10px;
  filter: alpha(opacity=20);
}

.sub_kategori {
  color: #fed601;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  opacity: 1;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: -10px;
  font-weight: 800;
  text-shadow: 1px 1px 1px #0000;
  filter: alpha(opacity=20);
}

.numberCircle {
  font: 18px Arial, sans-serif;
  display: inline-block;
  margin-top: -0.4rem;
  min-width: 32px;
  min-height: 32px;
  box-sizing: initial;
  background: #0c0c0c;
  border: 0.1em solid #515151;
  color: #f8f8f8;
  text-align: center;
  border-radius: 50%;
  line-height: 1.8em;
  box-sizing: content-box;
}

.bg-txt_desktop {
  background-color: rgba(81, 81, 81, 0.8);
  /* Green */
  border: 1px #7a4102;
  color: #462501;
  padding: 0 0 0 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

.t5 {
  width: 5%;
  font-size: 15px;
}
.t8 {
  width: 8%;
  font-size: 15px;
}
.t10 {
  width: 10%;
  font-size: 15px;
}

.t15 {
  width: 15%;
  font-size: 15px;
}

.t50 {
  width: 50%;
  font-size: 15px;
}

.t35 {
  width: 35%;
  font-size: 15px;
}

.t33 {
  width: 33%;
  font-size: 15px;
}

.t25 {
  width: 25%;
  font-size: 15px;
}

.t20 {
  width: 20%;
  font-size: 15px;
}

.t7 {
  width: 7%;
  font-size: 15px;
}

.t13 {
  width: 13%;
  font-size: 15px;
}

.t29 {
  width: 29%;
  font-size: 15px;
}

table {
  border-collapse: collapse;
  margin: 0 auto;
  table-layout: fixed;
  width: 100%;
}

thead {
  background-color: #232323;
  position: relative;
  display: block;
  text-align: left;
}

.tabhead {
  background-color: #181818;
  width: 100% !important;
  margin-top: 0.5rem;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: auto;
  margin-bottom: 15px;
}

thead tr {
  display: block;
  display: flex;
}

tr {
  display: flex;
}

th,
td {
  padding: 5px;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  font-size: 16px;
  color: #e9e9e9;
}

tbody {
  display: block;
  width: 100%;
}

tbody tr:nth-child(odd) {
  background-color: #181818;
}
tbody tr:nth-child(even) {
  background-color: #232323;
}

::-webkit-scrollbar {
  width: 8px;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.336);
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #353535;
  box-shadow: inset 0 0 6px #050505;
  border-radius: 8px;
  background-color: #363636;
}

::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #fed601;
}

.footer {
  position: fixed;
  left: 0;
  width: 100%;
  color: #1b3a62;
  background-color: #0b0b0b !important;
  text-align: center;
  height: 90px !important;
}

.result {
  position: sticky;
  bottom: 0;
  top: 0;
  max-height: 90vh;
  overflow-y: scroll;
}

.btn-black {
  --bs-btn-color: hsl(0, 2%, 65%);
  --bs-btn-bg: ##313131;
  --bs-btn-border-color: #939393;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #494848;
  --bs-btn-hover-border-color: #6f6e6e;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6f6e6e;
  --bs-btn-active-border-color: #6f6e6e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #939393;
  --bs-btn-disabled-border-color: #939393;
  width: 200px;
  --bs-btn-font-size: 1.5rem;
  --bs-btn-font-weight: 700;
  padding: 6px !important;
}
a {
  color: #fff;
  font-weight: 700 !important;
  font-size: 1.2rem !important;
}
a:hover {
  color: #939393;
}

/*
Styling
*/
body {
  font: 16px/1.5em "Overpass", "Open Sans", Helvetica, sans-serif;
  color: #333;
  font-weight: 300;
}

/*
  CSS for the main interaction
  */

.tabset {
  width: 100%;
}
.tabset > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

.tabset .tab-panel {
  display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6),
.tabset > input:nth-child(13):checked ~ .tab-panels > .tab-panel:nth-child(7),
.tabset > input:nth-child(15):checked ~ .tab-panels > .tab-panel:nth-child(8),
.tabset > input:nth-child(17):checked ~ .tab-panels > .tab-panel:nth-child(9),
.tabset > input:nth-child(19):checked ~ .tab-panels > .tab-panel:nth-child(10) {
  display: block;
}

.tabset > label {
  position: relative;
  display: inline-block;
  padding: 5px 5px 20px;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 800;
  margin-right: 25px;
  font-size: 1rem !important;
  min-width: 80px;
  color: #dfdfdf;
}

.tabset > label::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 12px;
  width: 64px;
  height: 4px;
  border-radius: 8px;
  background: #dfdfdf;
}

.tabset > label:hover,
.tabset > input:focus + label {
  color: #fed017;
}

.tabset > label:hover::after,
.tabset > input:focus + label::after,
.tabset > input:checked + label::after {
  background: #fed017;
}

.tabset > input:checked + label {
  margin-bottom: -1px;
}

[class^="tabset-"] {
  width: 100%;
}
[class^="tabset-"] > input[type="radio"] {
  position: absolute;
  left: -200vw;
}

[class^="tabset-"] .tab-panel {
  display: none;
}

[class^="tabset-"]
  > input:first-child:checked
  ~ .tab-panels
  > .tab-panel:first-child,
[class^="tabset-"]
  > input:nth-child(3):checked
  ~ .tab-panels
  > .tab-panel:nth-child(2),
[class^="tabset-"]
  > input:nth-child(5):checked
  ~ .tab-panels
  > .tab-panel:nth-child(3),
[class^="tabset-"]
  > input:nth-child(7):checked
  ~ .tab-panels
  > .tab-panel:nth-child(4),
[class^="tabset-"]
  > input:nth-child(9):checked
  ~ .tab-panels
  > .tab-panel:nth-child(5),
[class^="tabset-"]
  > input:nth-child(11):checked
  ~ .tab-panels
  > .tab-panel:nth-child(6),
[class^="tabset-"]
  > input:nth-child(13):checked
  ~ .tab-panels
  > .tab-panel:nth-child(7),
[class^="tabset-"]
  > input:nth-child(15):checked
  ~ .tab-panels
  > .tab-panel:nth-child(8),
[class^="tabset-"]
  > input:nth-child(17):checked
  ~ .tab-panels
  > .tab-panel:nth-child(9),
[class^="tabset-"]
  > input:nth-child(19):checked
  ~ .tab-panels
  > .tab-panel:nth-child(10) {
  display: block;
}

[class^="tabset-"] > label {
  position: relative;
  display: inline-block;
  padding: 0px 5px 19px;
  border-bottom: 0;
  cursor: pointer;
  font-weight: 800;
  margin-right: 15px;
  font-size: 0.8rem !important;
  min-width: 55px;
  border-radius: 8px;
  color: #a9a8a8;
}

[class^="tabset-"] > label::after {
  content: "";
  position: absolute;
  left: 5px;
  bottom: 15px;
  width: 25px;
  border-radius: 8px;
  height: 4px;
  background: #8d8d8d;
}

[class^="tabset-"] > label:hover,
[class^="tabset-"] > input:focus + label {
  color: #fed017;
}

[class^="tabset-"] > label:hover::after,
[class^="tabset-"] > input:focus + label::after,
[class^="tabset-"] > input:checked + label::after {
  background: #fed017;
}

[class^="tabset-"] > input:checked + label {
  margin-bottom: -1px;
}

.lb-ttl {
  color: #e9e9e9;
  font-size: 14px;
  text-transform: uppercase;
  opacity: 1;
  font-weight: 30;
  filter: alpha(opacity=20);
}

.lb-addrs {
  color: #aaa;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
  opacity: 1;
  filter: alpha(opacity=5);
}

.left-b {
  position: sticky;
  bottom: 0;
  top: 0;
  max-height: 90vh !important;
  overflow-y: auto;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 10px;
  width: 100%;
  background-color: #111;
}
.right-b {
  background-color: #111;
  border: 1px solid #222;
  border-radius: 8px;
  padding: 15px;
  width: 100%;
}

.a_bl {
  text-decoration: none;
  position: relative;
  display: inline-block;
  width: 100%;
}

.li_bl {
  padding: 8px;
  background-color: #181818 !important;
  border-radius: 8px;
  list-style-type: none;
  margin-bottom: 12px;
}

.li_bl.active > .a_bl .rstrip {
  background-color: #fed017 !important;
}

.uleft {
  margin: 0px !important;
  padding: 0px !important;
}

.rstrip {
  background-color: #a9a8a8 !important;
  float: right;
  display: block;
  padding: 2px;
  height: 56px;
  border-radius: 8px;
  margin-right: -5px;
  margin-top: -5px;
  margin-bottom: -5px;
}

.rstrip.active {
  background-color: #fed017 !important;
}

.align-center-container {
  text-align: center;
}

.align-center-items {
  display: inline-block;
}

.imgdown26px {
  padding-top: 8px;
  vertical-align: baseline !important;
}

.txtrider {
  color: #e9e9e9;
}

.detail_view {
  position: absolute;
  cursor: pointer;
  right: 1rem;
  margin-top: 1rem;
  padding: 0.5rem;
  border-radius: 25%;
  display: none;
}
.detail_view:hover {
  background-color: #181818;
}
