.redTitle {
  color: red !important;
}

    * {
      box-sizing: border-box;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
      margin-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-touch-callout: none;
      -webkit-tap-highlight-color: rgba(0,0,0,0);
      -webkit-text-size-adjust: none;
      text-size-adjust: none;
      font-family: -apple-system,"Helvetica Neue",Helvetica,"Segoe UI",Roboto,"Droid Sans",Arial,sans-serif;
      vertical-align: top;
      /* font-family: 'Montserrat', sans-serif; */
    }

    /* * ::-webkit-scrollbar {
      width: 10px;
      background-color: #333;
        height: 3px;
    }

    * ::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.4);
    }

    * ::-webkit-scrollbar-thumb {
      background-color: #c6c6c6;
      outline: 1px solid slategrey;
      border-radius: 5px;
    } */

    .m-b-3 {
      margin-bottom: 3px;
    }

    .m-t-6 {
        margin-top: 6px;
    }
    .m-t-12 {
        margin-top: 12px;
    }
    .m-t-20 {
        margin-top: 20px;
    }


    .m-t-50 {
        margin-top: 50px;
    }

    a,
    a:hover {
        text-decoration: none;
    }

    body {
      float: left;
      width: 100%;
      -webkit-font-smoothing: antialiased;
      background: #444;
      background-color: var(--BodyBackColor);
    }

    a {
      cursor: pointer;
    }

    section {
      float: left;
      width: 100%;
    }

    .container {
      float: left;
      width: 100%;
      padding: 0 15px;
      height: 100%;
    }

.view-all-row {
  float: left;
  box-sizing: border-box;
  height: 55px;
  width: 100%;
  padding: 0 6pt;
  line-height: 55px;
  background-color: #666;
  color: #ddd;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  text-decoration: none;
}

.view-all-row span:last-child {
  font-size: 12px;
}

/* :root[MainTheme='red'] #todayAccordion {
  display: none;
} */

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-left: 1px solid #333;
}
::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 0;
  background-color: rgba(156,156,156,.5);
  /* border-left: 4px solid transparent;
  border-right: 4px solid transparent; */
  /* border-top: 3px solid transparent; */
  /* border-bottom: 3px solid transparent; */
  background-clip: content-box;
}
::-webkit-scrollbar-track {
  background-color: #585858;
  /* background-color: var(--BodyBackColor); */
  border-left: 1px solid #333;
  box-shadow: none;
}


/* PAGE TABLE - START */
table.page-table {
  margin-bottom: 15px;
  width: 100%;
  border: 1px solid var(--TitleBackColor);
  border-spacing: 0;
}

table.page-table td, table.page-table th {
  padding: 5px;
  height: 36px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
}

table.page-table thead th {
  background-color: var(--NavigationBack);
  color: var(--BodyColor);
  font-weight: normal;
  font-size: 12px;
}

table.page-table .table-title td, table.page-table .table-title th {
  background-color: var(--TitleBackColor);
  color: var(--BodyColor);
}

table.page-table tbody tr:nth-child(even) td {
  background-color: var(--EkipetColor);
}
table.page-table tbody tr:nth-child(odd) td {
  background-color: var(--BodyColor);
}
table.page-table .text-right {
  text-align: right;
}
table.page-table .text-center {
  text-align: center;
}
table.page-table .table-filter td {
  background-color: var(--NavigationBack);
  padding: 0;
  border-bottom: 1px solid var(--BorderSeparator);
}
table.page-table .table-filter-button {
  height: 42px;
  padding-inline: 5px;
  border: none;
  box-sizing: content-box;
  background-color: transparent;
  color: var(--BodyColor);
}

table.page-table .table-filter-button.active {
  border-bottom: 2px solid var(--JPLightColor);
}

.title-red-light, .title-green-light {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  top: 50%;
  margin-top: -6px;
  display: inline-block;
}

.title-red-light {
  left: 10px;
  background-color: red;
}

.title-green-light {
  right: 10px;
  background-color: limegreen;
}

/* PAGE TABLE - END */

/* FORM GROUP - START */
.form-group {
  margin-bottom: 24px;
  clear: both;
}
.form-group input, .form-group select {
  color: var(--X12Color);
  background-color: white;
  border: none;
  float: unset;
  margin: 0;
  border-bottom: 1px solid var(--BodyBackColor);
}

.form-group > *:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.form-group > *:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
/* FORM GROUP - END */

/* FORM LIST VIEW - START */
.form-list-view {
  display: block;
  border: 1px solid var(--BorderSeparator);
  border-radius: 5px;
  background-color: var(--NavigationBack);
  margin-bottom: 15px;
}

.form-list-item {
  display: flex;
  flex-direction: row;
  text-align: left;
  color: var(--KamionatColor);
  padding: 10px 6px;
  border-bottom: 1px solid var(--BorderSeparator);
  font-size: 14px;
}

.form-list-item:last-child {
  border-bottom: none;
}

.form-list-label {
  flex: 1;
}

.form-list-value {
  color: white;
}

.form-list-modal-wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100dvh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99;
}

.form-list-modal-wrapper.open {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form-list-modal {
  display: block;
  position: relative;
  width: 90dvw;
  max-width: 450px;
  height: auto;
  background-color: var(--BodyBackColor);
  border-radius: 5px;
  border: 1px solid white;
  overflow: hidden;
  text-align: center;
}

.form-list-modal-header {
  padding: 10px 15px;
  background-color: var(--TitleBackColor);
  color: var(--InTitleColor);
  border-bottom: 1px solid white;
}

.form-list-modal-header .closeModalBtn {
  top: 9px;
  right: 9px;
  transform: scale(0.8);
}

.form-list-modal-body {
  padding: 15px;
}

.form-list-modal input {
  width: 200px;
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  color: var(--BodyBackColor);
  margin-bottom: 15px;
  text-align: center;
}

.form-list-modal input:last-child {
  margin-bottom: 0;
}

.form-list-modal-footer {
  padding: 10px 15px;
  border-top: 1px solid white;
}

.form-list-modal-footer button {
  width: 200px;
  background-color: var(--TitleBackColor);
  color: var(--InTitleColor);
  border: none;
  border-radius: 3px;
  padding: 7px 10px;
  font-size: 14px;
}

.blockUnblockUserButton {
  display: inline-block;
  padding: 15px;
  padding-right: 20px;
  color: var(--InTitleColor);
  background: transparent;
  border: none;
  position: absolute;
  right: 0;
  font-weight: bold;
}

.blockUnblockUserButton::after {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  top: 18px;
  right: 3px;
  background-color: limegreen;
}

.blockUnblockUserButton[data-state="1"]::after {
  background-color: red;
}
/* FORM LIST VIEW - END */

.mybets-user-item {
  display: flex;
  width: 100%;
  text-decoration: none;
  color: var(--InTitleColor);
  background-color: var(--TitleBackColor);
  border-bottom: 1px solid var(--BorderSeparator);
  line-height: 43px;
  padding: 0 15px;
  font-size: 14px;
}

.mybets-user-item span:first-child {
  flex-grow: 1;
}

.mybets-user-item span:last-child {
  font-size: 12px;
}

/* PingPong InPlay Modifications - Start */
.match-container[sport-id="20"] .singleMatchBetModule .singleMatchBetModuleGroup .singleMatchBetModuleGroupContent .singleColumnModule,
.match-container[sport-id="5"] .singleMatchBetModule .singleMatchBetModuleGroup .singleMatchBetModuleGroupContent .singleColumnModule,
.match-container[sport-id="2"] .singleMatchBetModule .singleMatchBetModuleGroup .singleMatchBetModuleGroupContent .singleColumnModule {
  width: 100% !important;
  text-align: left;
  padding-left: 10px;
}

.match-container[sport-id="20"] .fieldStaticHolder {
  height: 50px !important;
}

.match-container[sport-id="20"] .singleMatchBetModule {
  padding-top: 51px !important;
}
/* PingPong InPlay Modifications - End */
