[ng\:cloak], [ng-cloak], .ng-cloak {
  display: none !important;
}
.ng-form-input {
  display:none; 
}
.setting-text { 
  height: 46px;
  font-size: 18px;
  line-height: 1.3333333;
  cursor: pointer; 
}
label {
  text-transform: uppercase; 
  font-size: small; 
  margin-bottom: 3px !important; 
  /* margin-top: 20px;  */
}
.big-label {
  text-transform: none; 
}
.fas {
  margin-right: 10px !important;
}
.well {
  margin-top: 5px !important; 
  margin-bottom: 5px !important; 
}
.container {
  margin-bottom: 50px; 
}
.setup-head {
  font-weight: bold; 
  text-transform: none; 
  font-size: 16px;
  margin-bottom: 5px;
}
.setup-blurb {
  text-transform: none; 
  padding-left: 20px; 
  font-weight: normal;
}
.setup-section {
  padding-left: 10px;
  margin-bottom: 10px !important; 
}
.scoring-section {
  padding-left: 15px; 
}
.scoring-dropdowns {
  padding:  6px;
  margin-top: 5px; 
  font-size: 16px; 
  width: 100%; 
}
.scoring-label {
  display: inline-block;
  /* padding: .2em .6em .3em; */
  padding: 6px 12px; 
  font-size: 14px;
  /* font-weight: 700;
  line-height: 1;
  color: #777; */
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  /* color: #555; */
  border: 1px solid #ccc;
  margin-bottom: 5px;
  /* background-color: #fff; */
      /* padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555; */
}
.selected-score {
  border: 1px solid green; 
}
.setup-label {
  margin-top: 5px; 
  cursor: pointer; 
}
.info-question {
  cursor: pointer;  
}
.radio {
  margin-top: 0px; 
  margin-bottom: 0px;
  padding-left: 10px;  
}
.setup-bullet {
  width: 10px; 
  margin-right: 10px; 
}
.selected-setup {
    /* color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; */
    /* border: 1px solid #777;  */
    border-radius: .25em;
    margin-top:5px; 
    margin-bottom:5px; 
    padding: 10px; 
    color: #555;
    /* border: 1px solid #ccc; */
    border: 1px solid green; 
}
.featured-pool-well {
    background-color: white;
    border: dashed green 2px;
}
.featured-pool-label {
    display: inline-block; 
    background-color: green; 
    margin-top: 6px;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
/* .pool-date-label {
    display: inline-block; 
    background-color: #f5f5f5; 
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
    border: solid 1px #e3e3e3;
} */
.info-cards {
    overflow-x: auto; 
    white-space: nowrap; 
    /* width: 30em;  */
}
.info-cards div {
    vertical-align: top; 
    display: inline-block; 
    width: 200px; 
    white-space: initial; 
    border: 1px solid green; 
    border-radius: 3px; 
    padding: 15px; 
    height: 100%; 
}
.game { position: relative; padding:6px; margin-top: 4px; border: 1px solid #ccc; border-radius: 3px; cursor: pointer; font-size: 12px; display: inline-block; margin-right: 6px; text-align: center; }
.gameSelected { border: 1px solid green; }
.check { display: none; visibility: hidden; }
.displayed { display: inline-block; visibility: visible;}
.homeAtAway { font-weight: 600; margin-left: 2px; }
.gameTime { font-size: 80%; color: #777; }
.bi-check-circle-fill { color: green; }