.dotted{
  text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.master-nav{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
  }
  .master-nav .nav-item{
    height: 100%;
    align-content: center;
    padding: 10px;
    border-radius: 5px 20px 20px 5px;
    transition: all 0.2s;
  }
  .master-nav .nav-item.active,.master-nav .nav-item:hover{
    background: #ffc108;
    color: #000;
  
  }
  
  .three-layout
  {
    flex-basis: 32.5%;
  flex-shrink: 0;
  min-width: 380px;
  }

  
  
  .match-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: start;
    justify-content: start;
    gap: 12px;
  }
  .match-grid .three-layout:hover{
    background: #fbfbfb;
  }
  
  .navbar-aside li a{
    color: #0a0a0a;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px dotted #5e5a5a;
    line-height: 35px;
  }
  .navbar-aside li a:hover,  .navbar-aside li a.active{
    color: #ffc108;
  }
  .customPlayerTable{
      border:0 !important;
      padding:0
  }
  .customPlayerTable .js-no1{
      height: 40px;
      width: 40px;
  }


/*Ground Css */

  .skyblue{
    --ground_bg: #000;
    --ground_header_bg: #ff5a60;
    --ground_header_tag_bg: #fff;
    --ground_header_tag_color: #000;
    --ground_header_title_color: #fff;
    --ground_header_title_shadow: #000;
    --ground_header_subtitle_bg: #f4df06;
    --ground_header_subtitle_color: #000;
    --ground_header_subtitle_shadow: transparent;
    --ground_hastag_color: #fff;
    --ground_hastag_bg: #031c1b;
    --ground_footer_team1_bg: #f4df06;
    --ground_footer_team1_shadow: #0000;
    --ground_footer_team1_color: #000;
    --ground_footer_team2_bg: #000;
    --ground_footer_team2_shadow: none;
    --ground_footer_team2_color: #fff;
    --ground_footer_point_bg: #fff;
    --ground_footer_point_shadow: transparent;
    --ground_footer_point_color: #201b1b;
    --player_image_border: #fff;
    --player_image_bg: #fff;
    --player_name_team1_color: #000;
    --player_name_team1_bg: #f4df06;
    --player_name_team1_shadow: #00000069;
    --player_name_team2_color: #fff;
    --player_name_team2_bg: #000;
    --player_name_team2_shadow: transparent;
    --player_point_color: #fff;
    --player_point_bg: #ff5a60;
    --player_type_title_color: #fff;
    --player_type_title_shadow: #0000;
    --player_captain_bg: #000;
    --player_captain_outline: #fff;
    --player_captain_border: #000;
    --player_captain_color: #fff;
  }


.cricketGround {
    /* opacity: 0; */
    min-height: 800px;
    width: 500px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    position: relative;
    background-image: url(./../images/ground.png);
    background-size: 100% 100%;
    background-color: var(--ground_bg);
  }
  
  .instagram.cricketGround {
    min-height: 675px;
    width: 540px;
    margin: 2px;
    border: 2px solid #000;
    min-height: initial;
  }
  
  .ground_top,.ground_bottom {

    flex-grow: 1;
    display: none;
  }
  
  .ground_top {
    transform: rotateX(180deg);
  }
  
  .inner_ground {
    display: flex;
    height: 100%;
    flex-direction: column;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    flex-grow: 1;
  }
  
  .instagram .instagram {
    height: 675px;
  }
  
  .ground_header,.ground_footer {
    flex-shrink: 0;
    height: 70px;
    background-color:var(--ground_header_bg);
  }
  
  .instagram .ground_header,.instagram .ground_footer {
    height: 52px;
  }
  
  .ground_header {
    display: flex;
    flex-direction: row;
  }
  
  .g_h_left,.g_h_right {
    flex-shrink: 0;
    position: relative;
    text-transform: uppercase;
  }
  
  .g_h_left span,.g_h_right span {
    position: absolute;
    top: 50%;
    background-color: var(--ground_header_tag_bg);
    color: var(--ground_header_tag_color);
    border-radius: 10px;
    display: block;
    white-space: nowrap;
    padding: 5px 10px;
    transform: translateY(-50%);
    font-weight: bold;
    font-size: 12px;
  }
  
  .g_h_left span {
    left: 10px
  }
  
  .g_h_right span {
    right: 10px
  }
  
  .g_h_center {
    flex-grow: 1;
    position: relative;
    text-align: center;
  }
  
  .g_h_c_title {
    color: var(--ground_header_title_color);
    font-size: 23px;
    margin: 8px 0 5px;
    text-shadow: 1px 1px 1px var(--ground_header_title_shadow);
    font-weight: bold;
  }
  
  .instagram .g_h_c_title {
    font-size: 18px;
    margin: 2px 0 2px;
  }
  .prediction .g_h_c_title{
    line-height: 45px;
    color: #fff;
    text-shadow: none;
    font-size: 30px;
  }
  
  .g_h_counter{
    position: absolute;
    top: 11px;
    left: 20px;
    width: 30px;
    display: inline-block;
    height: 30px;
    background-color: #f26d0c;
    border-radius: 50%;
    color: #fff;
    line-height: 28px;
    font-weight: bold;
  }
  
  .g_h_c_subtitle {
    position: absolute;
    bottom: 0;
    left: 50%;
    background: var(--ground_header_subtitle_bg);
    color: var(--ground_header_subtitle_color);
    padding: 3px 15px;
    border-radius: 10px 10px 0 0;
    transform: translateX(-50%);
    text-shadow: 1px 1px 0px var(--ground_header_subtitle_shadow);
    white-space: nowrap;
  }
  
  .instagram .g_h_c_subtitle {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 230px;
  }
  .team_role_group{

  }
  .ground_content {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .ground_content::after, .ground_content::before {
    content: ''
  }
  /* 
  .ground_content::before {
    content: '';
    position: absolute;
    top: 10%;
    width: 80%;
    border: 2px solid rgb(255 255 255 / 60%);
    height: 80%;
    left: 10%;
    border-radius: 164px/211px;
  } */
  
  .ground_content::after {
    width: 70px;
    height: 140px;
    background: rgb(51 163 65 / 85%);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
  }
  
  .ground_footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin-top: 5px;
  }
  
  .ground_footer .team1,.ground_footer .team2 {
    padding: 5px 10px;
    background: var(--ground_footer_team1_bg);
    color: var(--ground_footer_team1_color);
    font-weight: bold;
    border-radius: 15px;
    font-size: 15px;
    text-transform: uppercase;
    box-shadow: 1px 1px 5px var(--ground_footer_team1_shadow);
  }
  
  .instagram .ground_footer .team1,.instagram .ground_footer .team2 {
    font-size: 14px;
  }
  
  .ground_footer .team2 {
    background: var(--ground_footer_team2_bg);
    color: var(--ground_footer_team2_color);
    box-shadow: var(--ground_footer_team2_shadow);
  }
  
  .ground_footer .total_point {
    /* position: absolute; */
    top: 50%;
    padding: 2px 15px;
    background-color: var(--ground_footer_point_bg);
    color: var(--ground_footer_point_color);
    font-weight: bold;
    border-radius: 3px;
    font-size: 14px;
    text-shadow: 1px 1px 1px var(--ground_footer_point_shadow);
    /* transform: translateY(-50%); */
  }
  
  .ground_content .player_type_title {
    text-align: center;
    text-transform: uppercase;
    color: var(--player_type_title_color);
    font-weight: bold;
    text-shadow: 2px 2px 1px var(--player_type_title_shadow);
    font-size: 13px;
    z-index: 1;
    position: relative;
    outline: 1px solid #fff !important;
    border-radius: 5px 5px;
    background: rgba(255, 255, 255, 0.1);
    width: 50%;
    margin: 10px auto 3px !important;
  }
  
  .instagram .ground_content .player_type_title {
    margin: 12px 0 3px;
  }
  
  .player_set {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;
    /* background-color: rgb(0 0 0 / 11%); */
    row-gap: 20px;
  }
  
  .instagram .player_set {
    row-gap: 6px;
  }
  
  .player_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    width: 33%;
    position: relative;
    padding: 3px 2px;
  }
  
  .instagram .player_card {
    width: 24%;
  }
  
  .player_image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid var(--player_image_border);
    background-color: var(--player_image_bg);
    position: relative;
  }
  
  .player_image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .player_name {
    background-color:  var(--player_name_team2_bg);
    padding: 1px 12px;
    border-radius: 5px;
    color:  var(--player_name_team2_color);
    font-size: 13px;
    margin-top: 1px;
    text-transform: uppercase;
    word-break: break-all;
    text-align: center;
    max-width: 150px;
    box-shadow: 1px 1px 5px var(--player_name_team2_shadow);
  }
  
  .instagram .player_name {
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
  }
  
  .player_card.team1 .player_name {
    background-color: var(--player_name_team1_bg);
    color: var(--player_name_team1_color);
    box-shadow: 1px 1px 5px var(--player_name_team1_shadow);
  }
  
  .player_point {
    background-color: var(--player_point_bg);
    padding: 1px 12px;
    border-radius: 0 0 5px 5px;
    color: var(--player_point_color);
    font-size: 12px;
    margin-top: 1px;
    font-weight: bold;
  }
  .player_lineupnumber{
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 20px;
    top: 15px;
    left: 30px;
    font-size: 12px;
  }
  
  .instagram .player_point {
    font-size: 11px;
  }
  
  .player_card .captain,.player_card .vcaptain {
    position: absolute;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--player_captain_bg);
    z-index: 2;
    font-size: 10px;
    text-align: center;
    line-height: 19px;
    color: var(--player_captain_color);
    top: 7px;
    right: -30px;
    border: 1px solid var(--player_captain_border);
    outline: 1px solid var(--player_captain_outline) !important;
    outline-offset: 2px;
  }
  
  .gound_left_logo,.gound_right_logo {
    position: absolute;
    top: 10px;
    width: 55px;
  }
  
  .gound_left_logo {
    left: 20px;
  }
  
  .gound_right_logo {
    right: 20px;
  }
  
  .gound_center_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    z-index: 0;
    transform: translate(-50%,-50%);
    opacity: 0.05;
  }
  
  .hastag{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 3px 10px 3px 3px;
    font-size: 9px;
    color: var(--ground_hastag_color);
    background-color: var(--ground_hastag_bg);
    border-radius: 0 5px 0 0;
  }

  .customize.cricketGround{
width:410px;
border-radius: 10px;
  }
  .customize .g_h_c_title
  {
    font-size: 14px;
  }
  .customize .g_h_c_subtitle {
    font-size: 10px;
  }
  .customize .g_h_left span, .customize .g_h_right span{
font-size: 10px;
  }
  .customize .player_name
  {
    font-size: 10px;
  }
  .customize .player_card{
    transition: all 0.2s;
  }
  .customize .player_card:hover{
    transform: scale(2);
    z-index: 999;
    background-color: #141414;
  border-radius: 10px;
  outline: 1px solid #f4df06 !important;
  }
  .customize .ground_header
  {
    border-radius: 10px 10px 0 0;
  }
  .customize .ground_footer
  {
    border-radius: 0 0 10px 10px ;
  }
  .ground_container{
    gap:10px 0
  }



/*Search */
.search {
  width: 100%;
  position: relative;
  display: flex;
}

.searchTerm {
  width: 100%;
  border: 3px solid #000;
  border-right: none;
  padding: 5px;
  height: 45px;
  border-radius: 5px 0 0 5px;
  outline: none;
  color: #898989;
}

.searchTerm:focus{
  color: #000;
}

.searchButton {
  width: 40px;
  height: 45px;
  border: 1px solid #000;
  background: #000;
  text-align: center;
  color: #fff;
  border-radius: 0 5px 5px 0;
  cursor: pointer;
  font-size: 20px;
}


/** Empty State **/

.empty-state {
  max-width: 750px;
  margin: 0px auto;
  background: #fff;
  /* box-shadow: 1px 2px 10px #e1e3ec; */
  border-radius: 4px;
  width:100%;
  border: 1px solid #e1e3ec;
}
.empty-state__content {
  padding: 48px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.empty-state__content .empty-state__icon {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  border-radius: 200px;
  justify-content: center;
  background-color: #f7fafc;
  box-shadow: 0px 2px 1px #e1e3ec;
}
.empty-state__content .empty-state__icon img {
  width: 170px;
}
.empty-state__content .empty-state__message {
  color: #040505;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0.85rem;
}
.empty-state__content .empty-state__help {
  color: #a2a5b9;
  font-size: 0.875rem;
}

/*======================
    404 page
=======================*/


.page_404{ 
  padding:50px 0;
  background:#fff;
}

.page_404  img{ width:100%;}

.four_zero_four_bg{
 background-image: url("./../images/404.gif");
 height: 400px;
  background-position: center;
  background-repeat: no-repeat;
 }

 .four_zero_four_bg h1{
 font-size:80px;
 }
 
.four_zero_four_bg h3{
font-size:80px;
}
			 
.link_404{			 
	color: #000;
    padding: 10px 20px;
    background: #ffc108;
    margin: 20px 0;
    display: inline-block;
}
.contant_box_404{ margin-top:-50px;}



/* Contact */

/*-- Contact us css --*/
.contact-us-head{
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-direction: column;
  margin-top:30px
}
.contact-us-right-section{

  padding: 50px 0;
  margin-bottom: 0px;
}
.contact-us-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact-us-left-section{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contact-us-title{
  color: #212121;
  font-size: 73px;
  letter-spacing: -0.97px;
  line-height: 80px; 
  padding-bottom: 20px;     
}
.contact-us-des{
  color: #212121;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 40px;
}
.contact-us-left-section{padding: 20px 0;} 
.contact-us-right-section > ul{display: flex;flex-wrap: wrap;}
.contact-us-options{
  color: #999999;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;   
}
.contact-us-number{
  color: #212121;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 29px;
}
.contact-us-right-section ul li{
  display: flex;
  padding-bottom: 50px;
  flex-grow: 1;
  width: 50%;
  flex-shrink: 0;
}
.contact-details{
  margin-left: 15px;
}
.contact-us-number a{
  text-decoration: underline;
}    
.contact-us-number a:hover {
  color: #FA274E;
}    

/*Loader*/



.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.61);
}
.loadersvg {
  width: 80px;
}

.beta{
  display: inline-block;
    padding: 5px 10px;
    background: #fec133;
    margin-right: 10px;
    color: #000;
    position: relative;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.beta::after{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  border: 15px solid transparent;
  left: -15px;
  border-color: #fec133 #fec133 #fec133 transparent;
  border-right-width: 0;
}
.goto_shop_button{
  color: #fff;
  background: #ffc108;
  padding: 9px 10px;
  border-radius: 4px;
  margin-right: 10px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.goto_shop_button:hover{
  background: #000;
  color: #ffc108;
}


/*Refer Friend*/

.rf_container  .container {
  display: flex;
      align-items: center;
      gap: 15px;
      background-color: #1a1a1a;
      flex-direction: row;
      padding: 10px 50px;
      border-radius: 50px 50px 0 0;
      justify-content: center;
      border-bottom: 2px dotted #777;
}
.rf_content {
  color: #fff;
  font-size: 15px;
}
.rf_share-buttons {
  display: flex;
  gap: 10px;
}
.rf_share-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  text-decoration: none;
  font-size: 20px;
  cursor: pointer;
}
.rf_facebook { background: #1877F2; }
.rf_copy { background: #E4405F; }
.rf_x { background: #000000; }
.rf_whatsapp { background: #25D366; }

.rf_share-button:hover{
  color:#fff;
  transform:scale(1.1)
}
.height_reset{
  height: initial !important;
}

.contact_card{
  position: relative;
  padding: 20px;
  border: 1px solid #101014;
  border-radius: 5px;
}