/*    multi game css  */
 .btn-multigame
 {
   padding: 0;
   background: transparent;
   width: 32px;
   position: absolute;
   right: 15px;
   top: 50%;
   border: solid 2px #fff;
   height: 32px;
   color: #fff;
   font-size: 21px;
   border-radius: 7px;
   transform: translate(0, -50%);
   display: flex;
   text-align: center;
   justify-content: center;
   align-items: center;
   display:none;
 }
 .multi-game-collection
 {
      width: 274px;
      background: #ffffff;
      border-radius: 12px;
      padding: 14px;
      font-family: Roboto-Regular;
      box-shadow: 0 2px 8px rgba(0,0,0,0.2);
      position:absolute;
      top: 100px;
      left:100px;
      height: 360px;
      z-index:9999;
      display:none;
 }
 .multi-game-collection h3
 {
     font-size: 16px;
     color: #000000;
     font-family: Roboto-Bold;
 }
 .multi-game-collection .collection-input
 {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
 }
 .multi-game-collection .multi-game-tabs
 {
    display: flex;
    gap: 5px;
 }
 .multi-game-collection .multi-game-tab
 {
   flex: 1 1 auto;
   font-size: 11px;
   font-family: Roboto-Medium;
   padding: 8px 12px;
   border: none;
   background: #e6e6e6;
   color: #000000;
   padding: 7px 6px;
   border-radius: 6px;
   cursor: pointer;
   max-width:55%;
 }
 .multi-game-collection .multi-game-game-list
 {
    padding-top: 15px;
 }
 .multi-game-collection .form-check-input:checked
 {
     background-color: red;
     border-color: red;
 }
 .multi-game-collection .form-check-input:focus
 {
    box-shadow:unset;
    outline:0;
 }
 .multi-game-collection .form-check .form-check-input,.multi-game-collection .form-check .form-check-label
 {
    cursor:pointer;
 }
 .multi-game-game-list .form-check-label
 {
   font-size: 13px;
   font-family: Roboto-Medium;
   color: #000;
   display: flex;
   align-items: flex-start;
   gap: 0px;
 }
 .multi-game-game-list .checkbox-wrapper-1 [type=checkbox].form-check-input-multi + label:before
 {
    flex: 0 0 18px;
 }
 .multi-game-collection .multi-game-game-list
 {
     height:190px;
     overflow:auto;
 }
 .multi-game-collection .multi-game-game-list::-webkit-scrollbar {
   height: 12px;
   width: 5px;
   -webkit-border-radius: 1ex;
   background: #535352;
 }

 .multi-game-collection .multi-game-game-list::-webkit-scrollbar-thumb {
   background: #f4676e;
   -webkit-border-radius: 1ex;
   -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
 }

 .multi-game-collection .multi-game-game-list::-webkit-scrollbar-corner {
   background: #535352;
 }
 #multi-game-scouts,#multi-game-practices
 {
    display:none;
 }
 .multi-game-collection .multi-game-tab.active
 {
    background:#e83d29;
    color:#fff;
 }
 .multi-game-collection .multigame-add-cancel,.multi-game-collection .multigame-add-submit
 {
    border: unset;
    padding: 3px 12px;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    font-family: Roboto-Medium;
    width:80px;
 }
.multi-game-collection .multigame-add-submit
{
 background :  #e83d29;
}
.multi-game-collection .multigame-add-cancel
{
   background:#000;
}
.multigame-button-block
{
   margin-top: 10px;
       float: right;
}   

.multigame-inputcontainer
{
   position: relative;
   margin-bottom: 10px;
}
.btn-search-multigame
{
   position: absolute;
   right: 0;
   top: 50%;
   transform: translate(0, -50%);
   border-left: solid 1px #e7e7e7;
   border-radius: unset;
   color: #000;
}
.btn-search-multigame:focus
{
    box-shadow:unset;
    outline:0;
}
.multi-game-collection .stat-overlay
{
    left: 0;
    right: 0;
    border-radius: 10px;
}
.multi-game-collection .form-check .form-check-input-multi
{
   width: 16px;
   height: 16px;
   margin-right: 6px;
   cursor: pointer;
   accent-color: #ff0000;
   border-radius: 8px;
   margin-left: -20px;
} 

.multi-game-collection .form-check .form-check-input-multi:checked {
    background-color: #ff0000;
    border-color: #ff0000;
    box-shadow:unset;
    outline:0;
}

.multi-game-collection .form-check .form-check-input-multi:focus {
    border-color: #ff0000;
    box-shadow: 0 0 0 .2rem rgba(255, 0, 0, .25);
    box-shadow:unset;
    outline:0;
}
/* checkbox custom */
.checkbox-wrapper-1 *,
.checkbox-wrapper-1 ::after,
.checkbox-wrapper-1 ::before {
  box-sizing: border-box;
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi {
  margin: 0;
  width: 0;
  height: 0;
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi + label:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  height: 18px;
  width: 18px;
  margin-right: 0.6em;
  color: rgba(0, 0, 0, 0.275);
  border: solid 0.06em;
  border-radius: 0.2em;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="white" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>') no-repeat center, white;
  background-size: 0;
  will-change: color, border, background, background-size, box-shadow;
  transform: translate3d(0, 0, 0);
  transition: color 0.1s, border 0.1s, background 0.15s, box-shadow 0.1s;
  cursor:pointer;
  margin-top: 1px;
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:enabled + label:active:before {
  background-color: #f0f0f0;
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:checked + label:before {
  background-color: red;
  background-size: 0.75em;
  color: rgba(0, 0, 0, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:checked:enabled + label:active:before {
  background-color: red;
  color: rgba(0, 0, 0, 0.275);
}
/*.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:focus + label:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}*/
/*.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:focus:active + label:before,
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:focus + label:active:before {
  box-shadow: 0 0 0.04em, 0 0.06em 0.16em -0.03em transparent inset, 0 0 0 0.07em rgba(0, 0, 0, 0.1) inset, 0 0 0 3.3px rgba(65, 159, 255, 0.55), 0 0 0 5px rgba(65, 159, 255, 0.3);
}*/
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:disabled + label:before {
  opacity: 0.5;
}

.checkbox-wrapper-1 [type=checkbox].form-check-input-multi.dark + label:before {
  color: rgba(255, 255, 255, 0.275);
  background-color: #222;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" xml:space="preserve" fill="rgba(34, 34, 34, 0.999)" viewBox="0 0 9 9"><rect x="0" y="4.3" transform="matrix(-0.707 -0.7072 0.7072 -0.707 0.5891 10.4702)" width="4.3" height="1.6" /><rect x="2.2" y="2.9" transform="matrix(-0.7071 0.7071 -0.7071 -0.7071 12.1877 2.9833)" width="6.1" height="1.7" /></svg>');
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi.dark:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi.dark:enabled + label:active:before {
  background-color: #444;
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi.dark:checked + label:before {
  background-color: #a97035;
  color: rgba(255, 255, 255, 0.075);
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi.dark:checked:enabled:active + label:before,
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi.dark:checked:enabled + label:active:before {
  background-color: #c68035;
  color: rgba(0, 0, 0, 0.275);
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi + label {
  -webkit-user-select: none;
  user-select: none;
}
.checkbox-wrapper-1 [type=checkbox].form-check-input-multi:focus
{
   box-shadow:unset;
}
.checkbox-wrapper-1
{
    margin-bottom:3px;
    position:relative;
}
.multigame-spinner
{
   position: absolute;
   left: 0;
   top: -2px;
   z-index: 99;
   background: #fff;
   width: 23px;
   height: 23px;
   color: red;
}
.multigame-spinner i
{
   animation: rotation 1s linear infinite;
}
.multigame-loadmore-spinner
{
   text-align: center;
   padding: 8px 0;
   color: red;
}
.multigame-loadmore-spinner i
{
   animation: rotation 1s linear infinite;
}
#multi-game-selected
{
    display:none;
}
.multi-game-selected-parent
{
   width: 200px;
   height: 218px;
   position: absolute;
   top: 54px;
   left: 5px;
   background: #000;
   border-radius: 8px;
   padding: 8px;
   display:none;
}
.multi-game-selected-parent h3
{
   font-size: 15px;
   font-family: 'Roboto-Medium';
   color: #fff;
}
.multi-game-selected-parent .checkbox-wrapper-1 [type=checkbox].form-check-input-multi + label
{
   color: #fff;
   font-size: 11px;
   display: flex;
   align-items: flex-start;
   gap: 0px;
   padding-right: 10px;
}
.multi-game-selected-parent .checkbox-wrapper-1 [type=checkbox].form-check-input-multi + label:before
{
   height: 14px;
   width: 14px;
   flex: 0 0 14px;
}
.multi-game-selected-parent .multi-added-game
{
    width: 14px;
    height: 14px;
    position: absolute;
    top: 2px;
    right: 0;
    border-radius: 4px;
}
.loadFrames-multi
{
    display:none;
}
.multi-game-parent.main-video-section-p1
{
   grid-template-rows :calc(86vh - 229px) 46px 337px 0px !important;
}
.multi-game-parent #my-player
{
   height : calc(86vh - 181px) !important;
}
.multi-game-parent .shots-flex
{
   padding-bottom: 15px !important;
}
.multi-game-parent .bk-yardline-data
{
     bottom:206px;
}
.pointer-event-disable
{
    pointer-events:none !important;
}
.hidden-snip
{
   display:none !important;
}

.entire-game-video-dropdown {
    background-color: #494949;      /* match toolbar bg */
    color: #ffffff;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;       /* removes default arrow styling in Chrome/Safari */
    -moz-appearance: none;
    appearance: none;
    text-align: center;
    text-align-last: center;        /* centers selected option text */
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 89px;
    width: 50%;
    top: 50%;
    transform: translate(0%, -50%);
    height: 43px;
    font-family:Roboto-Medium;
    font-size:13px;
}

.entire-game-video-dropdown:focus {
    background-color: #494949;      /* slightly lighter on focus, optional */
    color: #ffffff;
    box-shadow:unset;
    outline:0;
}

/* dropdown options list (won't always be stylable cross-browser) */
.entire-game-video-dropdown option {
    background-color: #333333;
    color: #ffffff;
}
.entire-game-hgt 
{
    height:42px;
}
.multi-game-disable-button
{
   opacity: .5;
   pointer-events: none;
}
#stat-snipcollection-update
{
    z-index:99999;
}