a:link, a:visited {
    
    color: #313131;
    text-decoration: none;
    
  }

  a:hover, a:active {
    color: #868686;
  }

  /*header{
    background-color: #06532f;
}*/


.overflow-hidden{ overflow: hidden !important;}
.dismisal{
    max-width: 240px;
}

.batsman{
    max-width: 180px;
}
.cwc_color{ background-color: #ff1e50 !important;}

/* Live animation */
.live_animation {
    letter-spacing: 0.1em;
    -webkit-animation-name: live_ani; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 4s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; /* Safari 4.0 - 8.0 */
    animation-name: live_ani;
    animation-duration: 4s;
    animation-iteration-count: infinite;
  }
  
  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes live_ani {
    0%   {color: #fff;}
    25%  {color: #dc3545;}
    50%  { color: #fff;}
    75%  { color: #dc3545;}
    100% {  color: #fff;}
  }
  
  /* Standard syntax */
  @keyframes live_ani {
    0%   {color: #fff;}
    25%  {color: #dc3545;}
    50%  { color: #fff;}
    75%  { color: #dc3545;}
    100% {  color: #fff;}
  }

  /* ........../live animation..............*/


  /* rounded button*/

  .btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}
/* btn rounded*/


.txt-primary{
    color: #10044a;
}
.txt-secondary{
    color: #7729ee;
}
.primary-bg-color{
    /* background-color: #10044a; */
    background-color: #06532f;
}
.secondary-bg-color{
    /* background-color: #7729ee; */
    background-color: #8f7223;
}
.grey-bg-color{
    background-color: #313131;
}
.main-title{
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}
.all-matches{
    font-size: 1.4rem !important;
}
.vs{
    display: flex;
    justify-content: space-around;
}
.page-footer{
    bottom: 0;
    left: 0;
}
.btn-live .btn {
    padding: 0.25rem 0.75rem;
    background-color: #cf0000 !important;
}

.btn-live .btn-success{
    padding: 0.25rem 0.75rem;
    /* background-color: #006228!important; */
     background-color: #7729ee !important; 
}
.country-name{
    font-size: 1rem;
    
}
/* // Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) {
    .dismisal, .batsman {
        max-width: 130px;
    }
    .bowler{
        max-width: 110px;
    }
    .first_col {
        display: none;
    }
    .fours{
        display: none;
    }
    .sixes{
        display: none;
    }
    /* .dismisal{
        font-size: 0.7em;
    }
    .batsman{
        font-size: 0.7em;
    } */
    /* .s_rate{
        display: none;
    } */
    /* .b_m_table{
        font-size: 0.9rem;
    } */
}

/* // Small devices (landscape phones, 576px and up) */

@media (min-width: 576px){
    .main-title{
        font-size: 1.8rem;
    }

    .country-name{
        font-size: 2rem;
        font-weight: bold;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .dismisal, .batsman {
        max-width: 130px;
    }
    .bowler{
        max-width: 160px;
    }
    .first_col {
        display: none;
    }
    .fours{
        display: none;
    }
    .sixes{
        display: none;
    }
}

/* // Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
    .dismisal, .batsman {
        max-width: 160px;
    }
    .first_col {
        display: none;
    }
    .fours{
        display: none;
    }
    .sixes{
        display: none;
    }
}




/* // Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {}

/* // Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {}