.bold-text {
    font-weight: bold;
}

.league-btn {
    min-width:95px !important;
    max-width:95px !important;
    margin-right: 5px;
    height: 30px !important;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leagues-div {
    max-height: 35px !important;
    overflow-x: auto;
    overflow-y: hidden;
    
}

.scroll-league-list {
    width:50px;
    height:0px;
    justify-content: center;
    display:flex;
    align-items: center;
    cursor:pointer;
    color: black;
    margin-top: -10px !important;
}

.league-list-container {
    width:100%;
    height:50px;
    display:flex;
    flex-direction:row;
    overflow-x:hidden;
    justify-content: flex-start;
}

.sub-header-1 {
    width:100%;
    height:50px;
    color:white !important;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 2px;
    padding-right: 2px;
}

.pos-inputs { 
    height: 30px !important;
    border-radius: 0px !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px !important;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.bet-input-controlls {
    /*background: #ebebeb;*/
}
.bet-types {
    height:25px;
    display:flex; 
    flex-direction: row;
    justify-content: flex-start;
}

.teams-container {
    width: 25%; 
    padding-left: 5px;
    padding-top: 5px;
    font-family: "Roboto", sans-serif;
    display: flex;
    flex-direction: column; !important;
}

.plays-container {
    width: 75%; 
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
    flex-wrap: wrap;
}
@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto+Mono:wght@600&display=swap');
.event-container {
    height:50px;
    display:flex; 
    flex-direction: row;
    justify-content: flex-start;
    font-family: 'Roboto Mono', monospace;
    font-size: 13px !important;

}

.play {
    width: 12%;
    text-align: center;
    height: 23.5px;
}

.team {
    width: 100%;
    height: 22.5px;
}
.event-time {
    width: 25%;
    margin-left:7px;
    margin-top: 5px;
}
.btn-controlls {
    font-size: 11px !important;
    width: 100% !important;
    cursor: pointer;
}

.team:hover {
    font-weight: bold;
    cursor: pointer;
    color: #ee335e;
}

.play-title:hover {
    font-weight: bold;
    cursor: pointer;
    color: #ee335e;
}

.no-padding-form-group input {
    height: 20px !important;
}

#betPlay {
    text-align: center;
}

.current-plays-table {
    font-size: 11px !important;
}

.badge {
    font-size: 12px !important;
    font-weight: bold;
}

.redc {
    color: #ee335e !important;
}

.buy-sell-select {
    border: 0px  !important;
    background: transparent;
    font-weight: bold;
    font-size: 10px;
    width: 40px !important;
}

.bg-teal-gradient .selected-play-muted {
    color: black   !important;
}

.teaser-btn {
    cursor: pointer;
    margin-right: 2px;
}

.selected {
    color: black !important;

}

.remove-selected-play {
    cursor: pointer;
    font-size: 12px;
}

.remove-selected-play:hover {
    color: #ee335e !important;
}

.league-center-list > .card-header {
    border-bottom: 4px solid  #ee335e !important;
}

.selected-play-buy, .selected-play-sell {
    font-size: 10px;
}

.autocomplete-suggestions {
    border: 1px solid #bcbcbc !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    width: 239px !important;
}
.autocomplete-suggestion {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #444;
    padding-left: 5px !important;

}

.autocomplete-suggestion:hover {
    background: #fff8ed;
    cursor: pointer;
    font-weight: bold;
    color: #ee335e;

}

.bg-teal-gradient .selected-play-header .selected-play-team-info {
    color: white !important;
    text-shadow: 0px 0px 1px black;
}

select:disabled {
    opacity: 1 !important;
    color: #ccc !important;
}

.dark-theme select:disabled {
    opacity: 1 !important;
    color: #bbb !important;
}

.dark-theme .autocomplete-suggestion {
    color: white !important;
    background: #222;
}


.dark-theme .autocomplete-suggestion .text-muted {
    color: #999 !important;
}


.dark-theme .selected-play-muted .text-muted {
    color: white !important;
}

.theme-switcher, .calculator {
    height: 35px !important;
    padding: 0px;
    width: 35px;
    margin-top: 10px;
    margin-left: 7px;
    padding: 8px;
    font-size: 18px;
    color: #5e708a;
}

.theme-switcher:hover, .calculator:hover {
    color: #5e708a !important;
}

.dark-theme .theme-switcher {
    color: white !important;
}


.dark-theme .calculator {
    color: white !important;
}

.dark-theme .autocomplete-suggestions {
  border: 1px solid #333 !important;
  font-size: 11px !important;
  text-transform: uppercase !important;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  width: 239px !important;

}

.list-play:hover {
    cursor: pointer;
    color: #ee335e !important;
    font-weight: bold;
}

.dark-theme .daterangepicker  {
    background: #333 !important;
}

.dark-theme .calendar-table {
    background: #333 !important;
}

.dark-theme .off {
    background: #666 !important;
}

.dark-theme .daterangepicker .active {
    background: #ee335e !important;
}

.dark-theme .in-range {
    background: #222 !important;
    color: white !important;
}

.dark-theme .available:hover{
    background: #ee335e !important;

}

.dark-theme .ranges ul li:hover {
    background: #ee335e !important;
}

.dark-theme .prev {
    color: white !important;
}

.pos-buttons {
    display: none;
}

.dark-theme .btn-dark{
    background: #444 !important;
}
.dark-theme .shadow-text {
    text-shadow: 0px 0px 2px black;
    color: white !important ;
}

.opInputs {
    height: 30px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.ticket-actions-input {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    height: 35px;
}

.btn-warning {
    text-shadow:  0px 0px 2px black !important;
}

.fast-menu {
    font-size: 12px !important;
}

.fast-menu li {
    margin-right: 10px !important;
    padding:5px 10px 5px 10px;
    border-radius: 10px;   
}

.fast-menu li:hover {
    cursor: pointer;
    color: #ee335e;
}

.fast-menu li i {
    margin-top: 3px;
    margin-right: 5px;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {

  z-index: 999999999 !important;
}

.dark-theme .cancelBtn {
    color: white !important;
}

.cancelBtn:active {
    color: red !important;
}

.dark-theme .drp-buttons .applyBtn  {
    background: #ee335e !important;
}

.event-disabled {
  color: #777 !important;
  cursor: not-allowed !important;
}

.event-disabled div {
    cursor: not-allowed !important;
}

.dark-theme .event-disabled {
  color: #777 !important;
  cursor: not-allowed !important;
}

.blink_me {
  animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
}
}

@font-face {
    font-family: 'Inconsolata';
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    font-display: swap;
    src: url('https://roversport.net/pos/assets/fonts/Inconsolata/Inconsolata.ttf') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#printDiv {
    font-family: 'Inconsolata', monospace !important;
}

.modal-dialog {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 85%;
}

.swal2-input {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
}

.pitcher {
    color: orange;
    font-style: italic;
}