/* Teams & users */
.usersteams_tab-head {
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.usersteams_tab-head li {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 1px 0;
  cursor: pointer;
  padding: 0px 20px;
  height: 44px;
  line-height: 31px;
  color: #000000;
  border-bottom: 0px;
  overflow: hidden;
  background: #F0F0F0;
  position: relative; 
  display: flex;   
  justify-content: center;
  align-items: center;
}  
.usersteams_tab-head li:hover {
  color: #000;
  height: 45px !important;
}
.usersteams_tab-head li.active {
  background-color: #E93D29;
  color: #fff;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}   
.usersteams_tab-head .usersteams-tab_content {
  padding: 10px 20px;
  display: none;
}
.usersteams_tab-head .usersteams-tab_content > :first-child {
  margin-top: 0;
}
.teams , .players{
  width: 25%;
}
.teams li{
  border-top-left-radius: 9px;
}
.players li{
  border-top-right-radius: 9px;

}

.teamslist {  
  padding: 1.5rem 2.5rem 1.5rem 0;        
}

.v-tab_content > :first-child {
  margin-top: 0;
}

.v-tab_tab-head{
  height: 515px;
  -ms-overflow-style: none !important;
scrollbar-width: none;
overflow-y: scroll;
} 
.v-tab_tab-head::-webkit-scrollbar {
  display: none;
}
.groups_list th{
  background: #000;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  color: #fff;
  width: 95px;
  text-align: center;
  height: 47px;
  font-size: 24px;
}
.groups_list td{
  height: 47px;
  vertical-align: middle;
}
.create_teams i{
  display: flex;
}
.players_totallist .col-lg-6 {
  border-bottom: 1px solid #ccc;
}
.players_totallist .playername h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.team_membertable th{
  text-shadow: 0 0 #000000;
}
.team_membertable td:last-child{
  text-transform: capitalize;
  text-shadow: 0 0 #000000;
}
.groups_list td{
  background: #F0F0F0;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}
.groups_list td p{
  font-size: 18px;
  line-height: 38px;
  margin-bottom: 0;
  color: #000000;
  margin-left: 2rem;
}
.create_teams {   
  display: flex !important;
  align-items: center !important;        
  color: #000000 !important;
  font-size: 44px !important;
  justify-content: center !important;
  height: 45px;
  padding: 0 0.5rem;
}
.teams li, .players li{
  height: 45px;
}
.team_membertable th{        
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F0F0;
}
.team_membertable td {
  height: 47px; 
  border-right: 2px solid #E2E2E2;   
  border-left: 0;
  font-size: 16px;
}
.teamslistno{
  width: 65px;
}
.team_membertable{
  font-size: 18px;
  color: #000000;
}
.teammember_list h4{
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
}
.playername h6 {
  height: 65px;
  width: 65px;
  background: #e1261c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 9px;
  margin-top: 0.5rem;
}
.players_totallist h6{
  font-size: 17px;
  font-weight:700;
  text-transform: capitalize;
}
.players_totallist p{
  font-size: 15px;
}
.players_content{
  padding: 0;
}
.groupmember_list h4{
  padding:1rem 0;
}
.userplayer_admincheck{
  padding: 1rem 0;
}

.userplayer_admincheck h6{
  font-size: 14px;
  font-weight: bold;    
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.player_data p{
  font-size: 15px;
  color: #000000;
}
.h-tab_content .players_totallist{
  height: 495px;
  -ms-overflow-style: none !important;
  scrollbar-width: none;
  overflow-y: scroll;
}
.teammember_list .players_totallist{
  height: 415px;
  -ms-overflow-style: none !important;
  scrollbar-width: none;
  overflow-y: scroll;
}

.players_totallist::-webkit-scrollbar {
  display: none;
}

.teamslistno{
  width: 95px;
}
/* H and V tab */
.h-tab {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.h-tab_tab-head {
  display: flex;
  justify-content: center;
  flex-direction: row;
  padding: 0;
  list-style: none;
  width: 100%;
}
.h-tab_tab-head li {
  font-size: 16px;
  margin: 0;
  cursor: pointer;
  padding: 0px 20px;
  height: 45px;
  line-height: 31px;
  color: #333;
  border-bottom: 0px;
  overflow: hidden;
  position: relative;
}
.h-tab_tab-head li:hover {
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-color: #e6e6e6;
  color: #000000; */
 
}
.teamlistname{
  padding-left: 2.5rem !important;
}
  .v-tab_tab-head tr.active td{
    background-color: #E93D29;
    color: #FFFFFF;
    vertical-align: middle;
  }
  
  .v-tab_tab-head td.active {
    color: #FFFFFF !important;
  }
  .v-tab_content {
    padding-left: 30px;    
  }
  .v-tab_content > :first-child {
    margin-top: 0;
  }
 .player_list .grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-column-gap: 280px;
    grid-row-gap: 10px;
   
  }  
.h-tab_tab-head .h-tab_container {
  width: 500px;
  min-height: 200px;
}
.h-tab_tab-head .h-tab_content {
  padding: 10px 20px;
  display: none;
}
.h-tab_tab-head .h-tab_content > :first-child {
  margin-top: 0;
}
.teamtab_content label, .userplayer_select label{
  color: #000;
  font-size: 14px;
}
.v-tab_tab-head tr {
  border: 0;
  cursor: pointer;
  line-height: 31px;
  border-bottom: 0px;    
}
.v-tab_tab-head td.active {
  color: #FFFFFF !important;
}
/* .v-tab_content {
  padding: 10px 20px;    
} */
/* .v-tab_content > :first-child {
  margin-top: 0;
} */
.player_list .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 280px;
  grid-row-gap: 0px;
 
}  
/* table */
td:first-child,
th:first-child {
 border-radius: 10px 0 0 10px;
 vertical-align: middle;
}

.fs-12{
   font-size: 12px;
}
.fs-18{
   font-size: 18px;
}
td:last-child,
th:last-child {
 border-radius: 0 10px 10px 0;
}

.create_newuser h6{
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.create_newuser .modal-header{
  border: 0;
}
#createNewuser .modal-content, #addUserdetails .modal-content{
  padding: 1rem;
  height: 800px;
  border-radius:10px;
}
.create_newuser label, .create_newuser p{
  font-size: 16px;
  color: #000000;
}

 .create_newuser h6{
    font-size: 25px;
    font-weight: 700;
    color: #000000;
 }
 .create_newuser .modal-header{
    border: 0;
 }
 #createNewuser .modal-content{
    padding: 1rem;
    height: 700px;
    border-radius:10px;
 }
 .create_newuser label, .create_newuser p{
    font-size: 15px;
    color: #000000;
 }

.create_newuser input{
  background: #E2E2E2;
  border: 0;
  height: 45px;
  border-radius: 8px;
}
.create_newuser .btn-danger, .create_newuser .btn-success, .create_newuser .bg-secondary{
  height: 45px;
  width: 45px;
  border: 0;
  border-radius: 8px;
}
.create_newuser i{
  font-size: 32px;
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
}
.popclose i{
  font-size: 22px;
}
.create_newuser .form-check-input[type=radio] {
  border-radius: 10px;
  height: 19px;
  width: 19px;
}
.user_role h6{
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 1px;
}
.user_role span{
  font-size: 16px;
  display: flex;
  height: 50px;
  justify-content: center;
  text-align: center;
  align-items: center;
}
.user_role select{
  background: #E2E2E2;
  height: 50px;
}
.user_role .bg-grey{
  width: 105px;
  height: 50px;
  background: #E2E2E2;
  color: #000000;
}
#addPlayerdetails .create_newuser {
  padding: 1rem;
  min-height: 680px;
  border-radius: 10px;
}

#loading {
  position: fixed;
  left: 45%;
  top: 45%;
  width: 10%;
}

#players_totallist_loading {
  position: fixed;
  left: 58%;
  top: 48%;
  width: 10%;
}
.snipback_users_teams {
  /* height:68vh; */
  position: relative;
  min-height: calc(96vh - 186px);
  }

  #createUserBtnModal{
    height: 55px;
  }
  .h-tab_content .players_totallist.list{
    height: auto !important;
    max-height: 495px !important;
  }

  /* Teams user edit pop up */
  .playler-details-block .btn-cover {
    text-align: center;
  }
  #update_team_user_loading {
    position: absolute;
    width: 64px;
    top: 226px;
    left: 421px;
  }
  #update_team_user_loading img {
    height: auto;
  }
  #teamuserName {
    float: left;
  }
  #teamuserEmail {
    float: left;
    margin-top: 3px;
    margin-left: 8px;
  }
  .playler-details-block .btn-cover .btn {
    opacity: 1;
    color: #fff;
  }
  .avatar-cover {
    float: left;
    text-align: center;
  }
  #ed_avatar {
    border-radius: 20px;
  }
  #user-detail .form-select {
    height: 97%;
  }
  .form-control.active{
    background: #fff;
    border: 1px solid #ccc;
  }
  .team-class, .player_data_class {
    cursor: pointer;
  }
  
  /** snip collections **/
  .snip-more-block {
    position: absolute;
    top: -4px;
    right: 46px;
    background: #fff;
    border-radius: 5px;
    width: 207px;
    min-height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
  }
  .snip-more-block .snip-moreitem {
    cursor: pointer;
    float: left;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    margin: 3px;
    width: 100%;
  }
  .snip-more-block:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: rotate(46deg);
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
  }
  .snipback_taglisttab_content .table {
    color: #000;
  }
  .snip-more-block li {
    list-style: none;
    border-bottom: 1px solid #ccc;
  }
  .collection_lists_tab
  [type=radio] {
    display: none;
  }
  .snip-options-btn {
    width: 30px;
  }
  .skin-collection-wrap .add-menu {
    cursor: pointer;
  }
  .summer-highlights p {
    margin-bottom: 0px;
  }
  .userplayer_select .form-check {
    padding-left: 0PX !important;
  }

  /* scrollbar for user/players section */
  .players_totallist::-webkit-scrollbar {
    height: 12px;
    width: 5px;
    -webkit-border-radius: 1ex;
    background: #535352;
  }

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

  .players_totallist::-webkit-scrollbar-corner {
      background: #535352;
  }

  /* css for global user search in create new user in user tab */
  #addPlayerdetails #search-email.search-result {
    max-height: 350px !important; 
    overflow-x: hidden; 
    overflow-y: auto;
  }

  #addPlayerdetails .processing-image {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.7;
    /* background-color: #fff; */
    z-index: 99;
    align-items: center;
    opacity: 0.5;
  }

  #addPlayerdetails .processing-image img {
    width:10%;
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 100;
  }

  .create_newuser i.bi-check2{
    font-size: 30px;
    padding-top: 4px;
  }

  .li__select {
    position: absolute;
    width: 95%;
    margin-top: 5px;
    overflow: hidden;
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    padding: 0;
  }

  .li__select-option {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: 0.3s;
    cursor: pointer;
  }

  .li__select-option:last-of-type {
    border-bottom: 0;
  }

  .li__select-option:hover {
    background-color: #f9f9f9;
  }

  #teamtab .groupmember_list h4 {
    float: left !important;
  }
  #teamtab .groupmember_list .auto-stat-enabled {
    float: right;
    padding: 0.5rem 0;
  }
  .avatar-cover
  {
    float: unset;
    width: 200px;
    height: 200px;
    margin: auto;
  }
  .avatar-cover img
  {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .highlights-btn .download-global img {
    width: 39px;
    margin-top: 2px;
  }

  .input-search {
    width: 100%;
    padding: 10px;
  }

  #addPlayerdetails .create_newuser i.bi-search {
    padding: 5px;
    font-size: 20px;
    position: absolute;
    margin-left: 75%;
  }
  
  .search-position {
    position: relative!important;
    width: 100%;
}
  .new-usericon-position {
    font-size: 14px !important;
    display: unset !important;
    position: absolute !important;
    right: 14px !important;
    top: 12px !important;
  }
  .new-usericon-position1 {
    font-size: 14px !important;
    display: unset !important;
    position: absolute !important;
    right: 14px !important;
    top: 9px !important;
  }
  .search-position input {
    padding-right: 2.75rem;
}
.search i {
  position: absolute;
  top: 15px!important;
  right: 14px!important;
  height: auto!important;
  font-size: 16px!important;
}

.p-relative a.back-btn {
  display: none!important;
}
.snipback_users_teams .teamslist {
  padding: unset!important;
}
.players_totallist .remove-player {
  margin-top: 0px;
  margin-right: 2px;
}
.f-modal-alert p {
  text-align: center!important;
}
  @media only screen and (max-width: 768px) {
    .create_newuser h6 {
      font-size: 19px;
      text-align: left;
  }
  .v-tab_content {
    padding-left: 10px;
  }
  .userplayer_admincheck {
    padding: 1rem 0 1rem 1rem;
  }
}

#playerEmailInput .commonValidationErr {
  display: block !important;
  position: absolute !important;
  width: 222px !important;
}

/* Playbook styles start */
.section-column {
  float: left;
  border-right: 1px solid #ccc;
  margin-top: 15px;
  min-height: 400px;
  padding: 0px 0px 0px 15px;
}
#listPlaybookTags td {
  background-color: #000;
  overflow: hidden;
  cursor: pointer;
}
.customtag-tab-btn, .customtag-tab-btn-connect {
  color: #000;
  cursor: pointer;
  border-radius: 8px;
  margin-left: 5px;
  padding: 11px 6px;
  border: 1px solid #000;
}
.customtag-tab-btn.active {
  background: #e1261c;
  color: #FFF;
  border: none;
}
.unlink-playbook {
border: 1px solid #e1261c;
}
.unlink-playbook img {
float: left;
}
.customtag-tab-btn h4, .customtag-tab-btn-connect h4 {
  font-size: 17px;
  font-weight: 400 !important;
}
#playbookTable td label {
  cursor: pointer;
}
#playbookTable li, li.section-list {
  float: left;
  cursor: pointer;
  width: 100%;
  list-style: none;
  margin-bottom: 5px;
  padding: 4px 5px;
  border-bottom: 1px solid #ccc;
}
#playbookTable li a, li.section-list a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}
.section-column ul {
  width: 200px;
  padding: 0px 0px 0px 15px;
  margin-bottom: 0px !important;
}
#playbook_tag_loading {
  position: absolute;
}
.section-column li .icon {
  width: 15px;
  margin: 0px;
}
.section-wrap {
  margin-bottom: 1rem;
}
.gallery-item {
display: inline-block;
margin: 10px 0px 0px 19px;
padding: 0;
}
.gallery-item img {
  max-width: 178px;
  height: auto;
}
.section-column li.active a {
  color: #e1261c !important;
}
#playbook_list {
  display: flex;
  flex-direction: row;
  overflow-x: auto;
  width: 100%;
}
.grid-list .icon {
  width: 13px !important;
  margin-bottom: 2px !important;
}
.no-record {
  font-size: 14px;
  min-width: 100px;
}
.preview-cover {
  float: left;
  width: 100%;
}
.dummy-col {
  border-right: none;
}
.no-click {
  pointer-events: none;
}
.playbook-options-wrap {
  position: absolute;
  top: 162px;
  left: 288px;
  width: 130px;
}
.playbook-options-wrap .unlink-playbook {
  text-decoration: none;
  color: #e1261c;
  font-size: 13px;
}
.swal-check-wrap {
width: 154px;
margin-left: 130px;
}
.section-column .right-arrow {
  float: right;
  color: #e1261c;
  font-size: 25px !important;
  height: 28px;
  width: 20px;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-column .right-arrow .bi-play-fill {
  display: none;
}
.save-playbook-email {
  background: #e1261c;
  color: #fff;
  margin-top: 12px;
  padding: 5px 28px;
}
.save-playbook-email:hover {
  color: #fff;
}
.pl-email-err {
  float: left;
  width: 100%;
  margin-top: 5px;
  color: #e1261c;
  font-size: 14px;
}
#playbook_list .no-data {
  width: 100%;
  margin: 30px 0px 0px 184px;
}
/* Playbook styles end */

.dropdown-wrap-cover {
  display: none; 
}
.dropdown-wrap-cover.open {
  display: block;
}
.dropdown-wrap-cover1 {
  display: none;
}
.dropdown-wrap-cover1.open {
  display: block;
}
.dropdown-wrap-cover.open,.dropdown-wrap-cover1.open{
  background: white;
  position: absolute;
  overflow-x: clip;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  z-index: 999999;
  margin-right: 9px;
  padding: 0.75rem;
}
.dropdown-arrow-custom,.dropdown-arrow-custom1{
  cursor:pointer;
}
.userplayer_select .form-check {
  padding-left: 25px !important;
  
}
@media only screen and (max-width: 768px) {
  .userplayer_select .form-check {
    max-width: 100%!important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .userplayer_admincheck, .userplayer_select {
    display: unset!important;
  }
  .dropdown-wrap-cover1 .form-check-inline{
    display: block!important;
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .dropdown-wrap-cover.open {
    margin-right: 145px;
  }
  .search {
    left: -7px!important;
  }
  .userplayer_admincheck{
    padding: unset!important;
  }
  .userplayer_select .me-lg-5 {
    margin-left: 16px;
  }
  .form-check.form-check-inline.me-lg-5.option {
    margin-left: unset !important;
  }
}

.follower .followerstyle span{
  font-size: 16px;
  display: flex;
  height:0px !important;
  justify-content: center;
  text-align: center;
}
.followermultiselect{
  max-width: 547px;
}

.addDetails .jersey-div {
  display: flex;
  align-items: baseline;
  margin-left: .5rem;
}

.create_newuser .bg-secondary {
  height: 50px;
  width: 50px;
}

@media only screen and (max-width: 768px) {
  .teams.mob-view, .players.mob-view {
      width: 40% !important;
  }
  .h-tab_tab-head li {
    font-size: 11px;
    line-height: 15px;
  
  }
  #createUserBtnModal span {
    font-size: 11px;
    width: 100%;
  }
  #createUserBtnModal {
    font-size: 11px;
  }
  .addDetails {
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid #e2e2e2;
  }
  .addDetails .teams-select-div {
    margin-bottom: 10px;
  }
  .addDetails .jersey-div {
    /* margin-right: .5rem !important;
    margin-left: .5rem !important;
    width: 40px !important; */
    display: flex;
  }
}
.snipback_users_teams .singleuser {
  margin-top: 0px!important;
  margin-bottom: 0px!important;
}
.snipback_users_teams hr {
  margin: 0 0 0 0!important;
}
.snipback_users_teams {
  padding-top: 13px !important;
}
.snipback_users_teams .create_tag i {
  display: flex;
  justify-content: center;
}

#add_new_user_woemail .create_newuser input[type="checkbox"].add_woemail_login_checkbox {
  width: 20px;
  height: 20px;
  position: relative;
  margin-top: unset;
  margin-left: 1em;
  margin-right: 2px;
  margin-right: 35px;
}

#add_new_user_woemail .create_newuser .add_woemail_fields .form-label {
  margin-left: .3rem;
}

/* #add_new_user_woemail .create_newuser .add_woemail_fields:nth-child(3) {
  width: 16%;
} */

/* #add_new_user_woemail .create_newuser .add_woemail_fields:nth-child(5) {
  width: 13%;
  height: 95px;
} */

#add_new_user_woemail .create_newuser .add_woemail_checkbox_field { 
  display: flex;
  justify-content: end;
}

#add_new_user_woemail .create_newuser .add_woemail_checkbox_field label.allow-lgn { 
  font-size: 16px;
  margin-left: unset;
  margin-bottom: unset;
}

#addUserdetails .modal-header h6,
#add_new_user_woemai .modal-header h6,
#create_and_add_new_user .modal-header h6 {
  display: flex;
}

span.currorg-name {
  font-size: 8px;
  font-weight: 100;
  padding-left: 15px;
  padding-top: 15px;
}

span.header-orgname {
  padding-left: 106px;
  padding-top: 0px;
}
