:root {
  --primary: #0CCA85;
}

html * {
  font-family: "Segoe UI", sans-serif;
}

body {
    font-family: "Roboto", sans-serif;
    background-color: #fff;
    color: #000;
}

.header {
--  background-color: #000000;
--  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

.hcenter {
    justify-content: center;
}

.gridvalue {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    height:100%;
}

  .respitem {
    box-shadow: 5px 5px 10px grey;
    border-radius: 5px;
}

.respgrid{
    padding:10px;
}

.tabulator {
    font-size: 14px !important; // change font size
}

.slottable {
    width: 100%;
    height: 100%;
}

.disabledslot {
  background-color: #FDEDEC;
}

.tableSchedule {
}

.tableSchedule td {
    height: 60px;
}

.matchHeader {
    display: flex;
    font-family: "Segoe UI", sans-serif;
    font-size: 13px !important;
    color: white;
}

.matchText {
    font-family: "Segoe UI", sans-serif;
    font-size: 12px !important;
    padding-top: 5px;
    color: white;
}

.matchTextBlack {
    font-family: "Segoe UI", sans-serif;
    font-size: 12px !important;
    padding-top: 5px;
    color: black;
}

.tableText {
    font-family: "Segoe UI", sans-serif;
    font-size: 14px !important;
    margin: auto;
    text-align: center;
}

.tableHeaderText {
    font-family: "Segoe UI", sans-serif;
    font-size: 16px !important; // change font size
    margin: auto;
    text-align: center;
    font-weight: bold;
}

.mornround {
  width: 99%;
  height: 99%;
  display: table;
  border-radius: 5px;
  margin: 5px;
  background-color: green;
  text-align: center;
  color: white;
}

.aftround {
  width: 99%;
  height: 99%;
  display: table;
  border-radius: 5px;
  margin: 5px;
  background-color: red;
  text-align: center;
  color: white;
}

.tournament {
  width: 99%;
  height: 99%;
  display: table;
  border-radius: 5px;
  margin: 5px;
  background-color: blue;
  text-align: center;
  color: white;
}

.plusminusholder {
  display: flex;
  justify-content: space-between;
}

.minus, .plus{
    cursor:pointer;
    width: 34px;
    height: 34px;
    background:#000000;
    color:#FFFFFF;
    border-radius:4px;
    margin: 2px 1px 2px 1px;
    border:1px solid #ddd;
    text-align: center;
    font-size: 20px;
}

.inputscore {
    height:34px;
    width: 50px;
    text-align: center;
    font-size: 24px;
    margin-top: 2px;
    border:1px solid #ddd;
    border-radius:4px;
}

.minusstrokes, .plusstrokes{
    cursor:pointer;
    width: 24px;
    height: 24px;
    background:#000000;
    color:#FFFFFF;
    border-radius:4px;
    padding:0px 0px 0px 0px;
    margin: 2px 1px 2px 1px;
    border:1px solid #ddd;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.inputstrokes {
    height: 24px;
    width: 38px;
    text-align: center;
    margin-top: 2px;
    font-size: 20px;
    border:1px solid #ddd;
    border-radius:4px;
}

.badge_eagle {
  width: 24px;
  height: 24px;
  background-color: green;
  color: white;
  text-align: center;
  border-radius: 50%;
  border: 2px solid green;
  margin-left: 8px;
}

.badge_birdie {
  width: 24px;
  height: 24px;
  background-color: white;
  color: green;
  text-align: center;
  border-radius: 50%;
  border: 2px solid green;
  margin-left: 8px;
}

.badge_bogey {
  width: 24px;
  height: 24px;
  background-color: white;
  color: red;
  text-align: center;
  border-radius: 5px;
  margin-left: 8px;
  margin-top: 1px;
  border: 2px solid red;
}

.badge_dblbogey {
  width: 24px;
  height: 24px;
  background-color: red;
  color: white;
  text-align: center;
  border-radius: 5px;
  margin-left: 8px;
  border: 2px solid red;
}

.profitbadge {
  width: 60px;
  height: 30px;
  background-color: green;
  color: white;
  text-align: center;
  border-radius: 5px;
  float: right;
  margin-right: 4px;
  padding: 4px;
}

.lossbadge {
  width: 60px;
  height: 30px;
  background-color: red;
  color: white;
  text-align: center;
  border-radius: 5px;
  float: right;
  margin-right: 4px;
  padding: 4px;
}

.profitbadge1 {
  background-color: green;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
}

.lossbadge1 {
  background-color: red;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
}

.profitbadge2 {
  background-color: white;
  color: black;
  border: 2px solid green;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
}

.lossbadge2 {
  background-color: white;
  color: black;
  border: 2px solid red;
  text-align: center;
  border-radius: 5px;
  padding: 4px;
}


.matchdesctext {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.byepresscontainer {
  display: flex;
  justify-content: space-between;
  width: 124px;
  height: 34px;
}

.buttonbye {
  width: 60px;
  height: 30px;
  background-color: green;
  color: white;
  text-align: center;
  border-radius: 5px;
  float: right;
  margin: 2px 4px;
  padding: 4px;
}

.buttonpress {
  width: 60px;
  height: 30px;
  background-color: red;
  color: white;
  text-align: center;
  border-radius: 5px;
  float: right;
  margin: 2px 4px;
  padding: 4px;
}

.greenscorebadge {
  width: 22px;
  height: 22px;
  background-color: green;
  color: white;
  text-align: center;
  border-radius: 4px;
  margin: 1px 1px 1px 1px;
  padding-top: 2px;
}

.blackscorebadge {
  width: 22px;
  height: 22px;
  background-color: white;
  color: black;
  text-align: center;
  margin: 1px 1px 1px 1px;
  padding-top: 2px;
}

.greenscore {
  width: 22px;
  height: 22px;
  background-color: green;
  color: white;
  text-align: center;
  border-radius: 4px;
  padding-top: 2px;
  display: table;
  margin: 0 auto;
}

.blackscore {
  width: 22px;
  height: 22px;
  background-color: white;
  color: black;
  text-align: center;
  padding-top: 2px;
  display: table;
  margin: 0 auto;
}

.teamscore {
  width: 30px;
  height: 24px;
  text-align: center;
  margin: 0 auto;
}

.scoreText {
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  margin: auto;
  text-align: center;
}

.shortname {
  width: 28px;
  height: 30px;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  text-align: center;
  border-radius: 2px;
  padding-top: 5px;
}

.halflabel {
    width: 50%;
}

.shortname1 {
  width: 28px;
  height: 28px;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  text-align: center;
  border-radius: 2px;
  margin: 3px 1px 3px 1px;
  padding-top: 3px;
}

.plbadge {
  text-align: center;
  border-radius: 4px;
  margin-left: auto;
  margin-top: 2px;
  padding-top: 5px;
  margin-bottom: 2px;
  margin-right: 2px;
}

.team1 {
  background-color: #FFD700;
  color: black;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  text-align: center;
  border-radius: 2px;
  padding-top: 5px;
}

.team2 {
  background-color: #00FFFF;
  color: black;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  text-align: center;
  border-radius: 2px;
  padding-top: 5px;
}

.matchformat {
  width: 30px;
  height: 30px;
  background-color: blue;
  color: white;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  text-align: center;
  border-radius: 2px;
  padding-top: 5px;
}

.matchformat1 {
  background-color: blue;
  color: white;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  text-align: center;
  border-radius: 2px;
  padding-top: 5px;
}

.defbtn {
  background-color: #4B49AC;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border-color: #4B49AC;
  border-width: 1px;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: bold;
}

defbtn:disabled,
.defbtn[disabled]{
  background-color: #cccccc;
  color: #666666;
}

.defredbtn {
  background-color: red;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border-color: #4B49AC;
  border-width: 1px;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: bold;
}

.defgreenbtn {
  background-color: green;
  color: #ffffff;
  text-align: center;
  border-radius: 6px;
  border-color: #4B49AC;
  border-width: 1px;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: bold;
}

.defgreenbtn:disabled,
.defgreenbtn[disabled]{
  background-color: #cccccc;
  color: #666666;
}

.tabbtn {
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  border-color: black;
  border-width: 1px;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: bold;
}

.tabbtnsel {
  background-color: black;
  color: white;
  text-align: center;
  border-radius: 6px;
  border-color: black;
  border-width: 1px;
  font-family: "Segoe UI", sans-serif;
  font-size: 12px !important;
  font-weight: bold;
}

.plusbtn {
  background-color: red;
  color: #fff;
  text-align: center;
  border-color: red;
  border-radius: 6px;
  font-family: "Segoe UI", sans-serif;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 2px;
}

.minusbtn {
  background-color: green;
  color: #ffffff;
  text-align: center;
  border-color: green;
  border-radius: 6px;
  font-family: "Segoe UI", sans-serif;
  font-size: 24px !important;
  font-weight: bold;
  line-height: 2px;
}

.scrollable-container {
  overscroll-behavior: contain;
}
