/* Copyright (C) SV Edusports Private Limited - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 */
.activesportitem
{
  background-color: #01d390;
  div{
    color:#fff;
  }
}

.header-sports {
  padding: 20px;
  background-color: #20283d;
  font-size: 18px;
  color: #fff;
  .fa-arrow-left {
    float: left;
    padding-top: 5px;
  }
}
.class-page{
  .tab-class {
    border-bottom: none;
    .activeLesson{
      a{
        background-color: #01d390 !important ;
        color: #fff !important;
        border-radius: 2px !important;
      }
    }
    #tab0{
      margin-left: 10px;
    }
  }
  .sports-shadow{
    padding: 10px 0 !important;
  }
  .sports-item {
    margin-right: 10px;
    min-width:145px;
  }
  .sports-item a {
    text-align: center;
    margin: 0;
    font-size: 16px;
    color: #20283d;
    border: none;
    &:hover{
    }
  }
}

.sport-content{
  padding: 20px 30px;

  .sport-cal {
    padding: 10px 20px;
    color:black;
    .sport-item {
      float: left;
      width: 60px;
      border-radius: 80%;
      cursor: pointer;
      .sport-day {
        padding: 20px 10px;
        text-align: center;
        width: 60px;
        height: 60px;
      }
      p.sport-day{
        margin : 0px;
      }
    }
    .activesportitemeventprep{
      width: initial;
      border-radius: initial;
      background-color: #01d390;
      p{
        width: initial;
        color: #ffffff;
      }
    }
  }
}
