/*Player Tab*/
.playerTab{
   .btn{
      &.closeModule{
         display: none;
      }
      &.compare{
         display: none;
      }
   }
   .boxWrapper{
      margin:20px auto 0;
      .boxContent{
         .boxCards{
            margin-top: 40px;
         }
      }
   }
   .tooltipShotsMobile{
      display: none;
   }
   &.hidePasses{
      .accuracyContent{
         display: none;
      }
      .boxShots{
         width: 60%;
         min-height: 175px;
      }
      .cardsContent{
         width: 40%;
      }
   }
}
.moduleCtn .reboot .playerTab, .playerTab{
   &.maxSize-991{
      .boxShots {
         .boxComparing{
            float: right;
         }
      }
      &.hidePasses{
         .boxShots{
            width: 100%;
         }
         .cardsContent{
            width: 100%;
         }
      }
   }
   &.maxSize-479{
      .boxWrapper{
         .boxContent{
            .boxCards{
               margin-top: 0;
            }
            .boxData{
               .text{
                  text-align: center;
               }
               .link{
                  text-align: center;
                  margin: 0 auto;
                  float: none;
               }
            }
            .boxElements{
               .flag{
                  margin: 0 auto;
               }
            }
         }
      }
      .cardsContent{
         margin-bottom: 15px;
      }
      .boxShots {
         margin-bottom: 15px;
         .tooltipShotsMobile{
            top:30px;
            left: 8px;
            margin: 0;
            display: block;
            div{
               &:before{
                  border: none;
               }
            }
         }
         .boxArc{
            .boxElements{
               &:first-child{
                  margin-top: 0;
               }
               > div{
                  float: right;
               }
            }
         }
         .boxComparing{
            margin:36px 0 0;
         }
      }
   }
}
/* Fin Player Tab*/