.logo-wapper{
    max-width: 500px;
    border: 1px dashed #777;
    padding: 20px;
    border-radius: 5px;
    background-color:#f1f2f3
}
.logo-wapper img{
  margin-bottom:10px
}
.table-responsive audio{
  height:25px;
  width: 300px !important;
  margin-left: -10px;
}

/* .logo-wapper input[type=file]::file-selector-button{
  background-color:#321fdb;
  border: 1px solid #321fdb;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  color:#ffffffde
} */

input[type=file]::file-selector-button:hover {
  background-color: #81ecec;
  border: 2px solid #00cec9;
}
.table-striped > tbody > tr:nth-of-type(even)  audio::-webkit-media-controls-panel{
  background-color: #fff;
  padding:0
}
.table-striped > tbody > tr audio::-webkit-media-controls-panel{
  padding:0
}
.card-tm-detail .card-header{
  width:100%
}
.card{
  justify-content: space-between;
}
.card-footer{
  padding-top:0
}
.card-footer a, .card-footer button{
  margin-top:0.5rem
}
.nav-tabs .nav-link.active{
  color:#3c4b64
}
.nav-tabs .nav-link{
  color:#3c4b64
}
.card-tm-detail .team-logo{
  max-width:150px;
  height:220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-tm-detail .team-logo img{
    max-height: 85px;
    object-fit: contain;
}
.Create-game{
  max-width: 850px;
}
.create-game-logo{
  max-width: 600px;
  border: 1px dashed #777;
  padding: 20px;
  border-radius: 5px;
  background-color: #f1f2f3;
  column-gap: 20px;
  display: flex;
  width: fit-content;
}
.create-game-logo .logo-wapper {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: transparent;
  margin-bottom: 0 !important;
}




/*User page css*/

.user_form_wrap {
    background: #fff;
    margin: -16px;
    border-radius: 3px;
    margin-bottom: -32px;
    padding: 40px 50px 20px;
}
.top_bar_head{
  display: flex;
  align-items: center; 
  margin-bottom: 30px;
}
.top_bar_head label , .user_form_wrap label{
  min-width: 120px;
  font-size: 15px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.6);
}
.top_bar_head select.form-select , .user_form_wrap .form-control {
  background-color: #fff;
  border: 1px solid #ccc;
  /*text-transform: capitalize;*/
  box-shadow: none;
  height: 45px;
}
.height20 {
    height: 20px;
    background-color: #ebedef;
    margin: 0;
    padding: 0;
    display: block;
    margin: 20px -17px 0;
    position: relative;
    z-index: 1;
    border: 1px solid #dfdfe2;
    border-left-color:#ebedef ;
    border-right-color:#ebedef ;
}
.custom-radios_pallet {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    background: #faf9f9;
    margin: 20px 10px;
    border: 1px solid #e3e2e2;
    border-radius: 3px;
    margin: 0;
}
.user_form_wrap h5{
  font-size: 16px;
  font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}
.user_form_wrap .custom-radios_pallet  label{
   min-width: auto;
}
.user_form_wrap .custom-radios_pallet > .d-flex{
  justify-content: space-around;
}
.user_form_wrap .custom-radios input[type=radio] + label span{
    width: 50px;
    height: 50px;
}
.user_form_wrap  .custom-radios input[type=radio]:checked + label span img {
    opacity: 1;
    margin-top: 0px;
}
.user_form_wrap  .create-game-logo {
    max-width: 100%;
    border: 1px dashed #bfbebe;
    padding: 20px;
    border-radius: 5px;
    background-color: #f2f2f2;
    column-gap: 0;
    display: flex;
    width: 100%;
}
.user_form_wrap  .preview_section{
  display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.user_form_wrap  .preview_section .form-control {
  display: none;
}
.user_form_wrap  .preview_section .drop_logo_section input{
  display: none;
}
.user_form_wrap .preview_section .drop_logo_section svg {
    border: 1px solid #bfbebe;
    width: 50px;
    height: 50px;
    padding: 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 4px;
}

.user_form_wrap .preview_section .drop_logo_section svg path{
  stroke: #a8a7a7;
}

.screen_preview_section {
    background-color: #eee;
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    padding: 60px 0px 70px 40px;
    border-radius: 4px;
}
.screen_preview_section .screen_frame{
    width: 364px;
    height: 705px;
    background-color: #272F42;
    position: relative;
    padding: 20px;
    border-radius: 35px;
}
.screen_preview_section .screen_frame .inside_frame{
  height: 625px;
  width: 100%;
  overflow-x: hidden;
  overflow-y:auto;
}
.screen_preview_section .screen_frame:before{
    position: absolute;
    top: -35px;
    left: -7px;
    width: 375px;
    height: 760px;
    background: url(../../phone.png);
    background-repeat: no-repeat;
    content: '';
    background-size: 100% 100%;
    z-index: 3;
    pointer-events: none;
}
.screen_preview_section .top-header{
    display: flex;
    align-items: center;
    padding: 40px 20px 10px;
    background-color: #485C7A;
    border-radius: 0 0 25px 25px;
}

.screen_preview_section .top-header.logo_head {
    position: absolute;
    top: 0;
    background: #273043;
    z-index: 2;
    padding: 11px 20px;
    width: calc(100% - 40px);
}
.screen_preview_section .head_details{
  display: flex;
  align-items: center;
  flex: 1;
}
.screen_preview_section .head_details figure img{
  /*min-width: 40px;*/
  width: 30px;
  height: 30px;
  border-radius: 50%;
  object-fit: cover;
}
.screen_preview_section .top-header.logo_head figure img{
  width: 110px;
  border-radius: 0px;
  height: 30px;
  object-fit: contain;
  padding-top: 5px;
}
.screen_preview_section .head_details figure{
  margin: 0;
  margin-right: 10px;
}
.screen_preview_section .head_details p{
  margin: 0;
  color: #fff;
  font-size: 12px;
}
.screen_preview_section .head_details h3{
  margin: 0;
  color: #DFC761;
  font-size: 13px;
  font-weight: 500;
}
.screen_preview_section .top-header button {
    border: 1px solid #DFC761;
    padding: 5px 10px;
    background: transparent;
    border-radius: 25px;
    height: 25px;
    line-height: 24px;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DFC761;
    min-width: 100px;
}
.screen_preview_section .total_match_card{
  padding: 0 20px;
  margin: 15px -10px 10px;
  display: flex;
  align-items: center;
}
.screen_preview_section .total_match_card .card_wrap{
    text-align: center;
    box-shadow: 0px 0px 3px #DFC761;
    margin: 0 10px;
    flex: 1;
    padding: 10px;
    width: 33.33%;
    border-radius: 6px;
}
.screen_preview_section .total_match_card .card_wrap h2{
  font-size: 30px;
  color: #fff;
  margin-bottom: 4px;
}

.screen_preview_section .total_match_card .card_wrap h5{
  font-size: 10px;
  color: #ccc;
  margin: 0;
}

.live_match_card{
 padding: 0 20px;
 margin: 20px 0; 
}
.inside_grass_section{
    width: 100%;
    min-height: 160px;
    background: url(../../grass.png);
    border-radius: 12px;
    position: relative;
    padding: 12px;
    background-size: 135% 300px;
    background-position: center center;
}
.inside_grass_section .first_half_tag {
    position: absolute;
    top: 0;
    background: #DFC761;
    left: calc(50% - 55px);
    min-width: 110px;
    display: flex;
    align-items: center;
    font-size: 11px;
    color: #222;
    padding: 8px;
    border-radius: 0 0 6px 6px;
    text-align: center;
    justify-content: center;
}
.inside_grass_section .live_section{
  font-size: 12px;
  display: flex;
  align-items: center;
}
.inside_grass_section .live_section svg{
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
.inside_grass_section .live_section svg path{
  stroke: #DFC761;
}
.inside_grass_section .live_section span{
  font-size: 12px;
  color: #DFC761;
  font-weight: 500;
}
.inside_grass_section .team_inside_wrap{
  display: flex;
  align-items: flex-start;
  /* padding-top: 20px; */
  padding: 15px 0px 0;
  position: relative;
  bottom: 10px;
}
.inside_grass_section .team_inside_wrap figure img{
  width: 80px;
  height: 80px;
}
.inside_grass_section .team_inside_wrap figure{
  margin: 0;
}
.inside_grass_section .team_inside_wrap > div{
  flex: 1;
  text-align: center;
}
#step2 .inside_grass_section .team_inside_wrap > div:nth-child(2){
  flex:0.3;
}
#step2 .inside_grass_section .team_inside_wrap{
  padding: 15px 0px 0;
}
.inside_grass_section .team_inside_wrap p {
    font-size: 11px;
    color: #fff;
    line-height: 15px;
    margin: 0;
    position: relative;
    bottom: 8px;
}
.inside_grass_section .team_inside_wrap h3{
    font-size: 30px;
    color: #DFC761;
    line-height: 15px;
    margin: 0;
    position: relative;
    top: 30px;
}
.team_match_card_wrap {
    padding: 0 20px;
    margin: 0 -10px 20px;
    display: flex;
    max-width: 100%;
    overflow-x: hidden;
}
.team_match_card_wrap .inner_card {
    padding: 0 10px;
    margin: 0 10px;
    width: 48%;
    min-width: 42%;
    border-radius: 10px;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding-bottom: 30px;
    position: relative;
    background: linear-gradient(to bottom, #DFC761 50%, #ffffff 100%);
}
.team_match_card_wrap .inner_card.bottom_card{
  background: linear-gradient(to bottom, #7BCB9A 50%, #ffffff 100%);
}
.team_match_card_wrap .inner_card .bottom_tag_slde {
    position: absolute;
    width: 80px;
    padding: 5px;
    background: #5f6164;
    font-size: 10px;
    white-space: nowrap;
    text-align: center;
    bottom: 0px;
    border-radius: 5px 5px 0 0;
    color: #fff;
    left: calc(50% - 40px);
}
.team_match_card_wrap .inner_card figure img{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}
.team_match_card_wrap .inner_card figure{
  margin-right: 10px;
  margin-bottom: 0;
}
.team_match_card .card_details{
  display: flex;
  padding: 5px 0;
}
.team_match_card.right_align figure{
  margin: 0;
}
.team_match_card.right_align figure img{
  margin-right: 0;
  margin-left: 10px;
}
.team_match_card .card_details p{
  margin: 0;
  color: #222;
  font-size: 10px;
  line-height: 15px;
}
.team_match_card .card_details h3{
  margin: 0;
  color: #222;
  font-size: 10px;
  font-weight: 300;
}
.vs_devider {
    position: relative;
    width: 100%;
    text-align: center;
}
.vs_devider span{
    background: #e0c864;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding: 5px;
}
.team_match_card_wrap .inner_card.bottom_card .vs_devider span{
  background-color: #7BCB9A;
}
.vs_devider:before{
  position: absolute;
  top: calc(50% - 1px);
  background: #222;
  content: '';
  height: 1px;
  width: 100%;
  left: 0;
}
.bottom_navigation_bar {
  position: absolute;
  left: 20px;
  bottom: 6px;
  color: #fff;
  width: calc(100% - 40px);
  background: #273043;
  padding: 10px;
  border-radius: 25px;
}
.bottom_navigation_bar ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  align-items: flex-end;
  justify-content: space-between;
}
.bottom_navigation_bar ul li{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  flex:1
}
.bottom_navigation_bar ul li img{
  display: none;
}
.screen_frame .next_screen {
  position: absolute;
  top: calc(50% - 15px);
  width: 60px;
  height: 60px;
  left: calc(100% + 30px);
  z-index: 1;
  border: none;
  outline: none;
  box-shadow: none;
  cursor: pointer;
  transition: transform 180ms ease-in-out;
  transform-origin: center;
}
.screen_frame .next_screen.active_btn{
  transform: rotate(-180deg);
  transform-origin:center;
}
.screen_frame .next_screen svg path{
  fill: #333;
}
#step2 .live_match_card{
  padding: 0;
}
#step2 .live_match_card .inside_grass_section{
  border-radius: 0 0 25px 25px;
  margin-top: -10px;
  background:url(../../Grass_Background.png);
  padding: 20px 0 10px;
  background-size: 100% 100%;
}
#step2 .inside_grass_section .team_inside_wrap h3{
  font-size: 18px;
  color: #fff;
  top: 37px;
}
.bottom_side_part{
  margin-top: -25px;
}
.bottom_side_part img{
    max-width: 100%;
}
.filter_show{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  margin-bottom: 10px;
}
.filter_show p{
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #ccc;
  margin-bottom: 0;
}
.filter_show button{
  font-size: 12px;
  border: 1px solid #dfc761;
  background: transparent;
  border-radius: 25px;
  height: 25px;
  min-width: 80px;
  color: #dfc761;
  font-weight: 400;
  padding-right: 20px;
  position: relative;
}
.filter_show button:before{
  position: absolute;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  border: 2px solid #e0c762;
  content: '';
  right: 10px;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(-45deg);
}
 .screen_preview_section #step2 .inside_grass_section .total_match_card .card_wrap{
  background-color: #272F42;
  max-width: 90px;
  position: relative;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.screen_preview_section #step2 .total_match_card{
  justify-content: space-around;
  padding-top: 20px;
}
.screen_preview_section #step2 .plus_btn , .screen_preview_section #step2 .minus_btn{
  position: absolute;
  left: -15px;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
}
.screen_preview_section #step2 .plus_btn{
  left: calc(100% - 15px);
}
.screen_preview_section .bottom_side_part {
  margin-top: 20px;
  padding-left: 30px;
  margin-bottom: 0px;
}
.screen_preview_section .dropdown_sec {
  padding: 0 20px;
  background: #dfc761;
  margin: 0 30px;
  border-radius: 25px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  top: 22px;
}
.screen_preview_section .dropdown_sec p{
  font-size: 13px;
  margin: 0;
  color: #000;
  font-weight: 500;
}
.screen_preview_section .dropdown_sec .dropdown_icon{
  position: relative;
}
.screen_preview_section .dropdown_sec .dropdown_icon:before{
  position: absolute;
  top: -8px;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border: 2px solid #000;
  content: '';
  right: 0px;
  border-left-color: transparent;
  border-top-color: transparent;
  transform: rotate(45deg);
}
.wisle_action_btns{
  padding: 0 10px;
  margin-top: 30px;
}
.wisle_action_btns .total_match_card{
  padding-top: 0 !important;
}
.wisle_action_btns .total_match_card .card_wrap{
  padding: 10px;
  min-height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#step1.active_step{
    display: none;
}
#step2{
  display: none;
}
#step1.active_step ~ #step2{
  display: block;
}
.multi_select_dropdown {
    margin-left: auto;
}
.multi_select_dropdown select{
  max-width: 70px;
}

.multi_select_dropdown .multi-select-button{
  min-width: 160px;
  max-width: 160px;
  height: 30px;
  border: 1px solid #eee;
  font-size: 13px;
  color: #333;
}
.multi_select_dropdown .multi-select-button:after{
    float: right;
    position: relative;
    top: 10px;
}
.multi_select_dropdown .multi-select-menu{
  left: initial;
  right: 0;
}
.card-body p{
  font-size: 14px;
}
.multi-select-container{
    float: right;
    position: relative;
    bottom: 42px;
}
.team_head_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.card-tm-detail .team-logo .badge{
    font-size: 0.65em;
    min-width: 95px;
}
.sidebar-nav .nav-icon{
  max-width: 52px;
}

.webview_section{
    overflow-x: hidden;
    overflow-y: hidden;
    max-height: 675px;
    position: relative;
}
.webview_section iframe{
    transform: scale(0.50);
    transform-origin: 0 0;
    pointer-events: none;
}
.sidebar.sidebar-fixed .overlay_set{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    opacity: 0.7;
}
.sidebar.sidebar-fixed .sidebar-toggler , 
.sidebar.sidebar-fixed .sidebar-brand{
  z-index: 1;
}
.sidebar.sidebar-fixed.color_set .sidebar-nav .nav-link{
  color: #fff ;
}
.webview_section .top_head_logo figure img{
    width: 100px;
    max-height: 20px;
    object-fit: contain;
    transform: scale(0.8);
}
.webview_section .top_head_logo{
  position: absolute;
  z-index: 11;
  left: 150px;
  top: 5px;
}


@media screen and (max-width: 1600px) {
  .webview_section iframe{
      transform: scale(0.40);
      transform-origin: 0 0;
  }
  .webview_section .top_head_logo{
    left: 120px;
    top: 0px;
  }
  .webview_section .top_head_logo figure img{
    width: 80px;
  }
  .inside_grass_section .team_inside_wrap h3{
    font-size: 22px;
  }
  .screen_preview_section .screen_frame{
    width: 350px;
  }
  .screen_preview_section .screen_frame:before{
    width: 362px;
  }
  .screen_frame .next_screen{
    width: 45px;
    height: 45px;
    left: calc(100% + 10px);
  }
}
@media screen and (max-width: 1399px) {
  .webview_section iframe{
      transform: scale(0.35);
      transform-origin: 0 0;
  }
  .webview_section .top_head_logo{
    left: 105px;
  }
}
.copyButton {
cursor: pointer;
background: #d7bb48;
}
.copyButton ~ input {
  border-left: none;
  width: 120px;
  overflow: hidden;
  font-size: 12px;
}
.copied {
opacity: 1;
position: absolute;
left: 55px;
}
th input[type=checkbox] {
  display: none;
}

.forgot_pass_wrap{
  display: flex;
  align-items: center;
  justify-content: center;
}
.forgot_pass_wrap form{
  width: 100%;
}
.forgot_pass_wrap form button.btn-flat{
  margin-top: 10px;
}
.forgot_pass_wrap .btn-primary,
.login_wrap .btn-primary {
  background: #d7bb48;
  border-color: #d7bb48;
}
.forgot_pass_wrap a,
.login_wrap a{
  color: #d7bb48;
}
.login_wrap_bg{
  background: url(../../footbal_pattern.png),#fff;
  background-position: bottom right;
  background-size: 250px;
}
.login_wrap_bg .card-group{
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

 body .login_wrap_bg{
  min-height: calc(100vh - 50px) !important;
}
.custom_select_days{
  position: relative;
}
.custom_select_days .multi_select_days{
  display: block;
  margin: 0;
  width: 100%;
}
.custom_select_days .multi-select-container{
  float: none;
  width: 100%;
  display: block !important;
  top: 0px;
}
.custom_select_days span.multi-select-button{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 38px;
  line-height: 31px;
}
.custom_select_days span.multi-select-button::after{
  float: right;
  position: relative;
  top: 12px;
}
.bg-purple{
  background-color: #7256B3;
}
.select_row_del {
  position: relative;
}
.checkbox_wrap_del {
  position: relative;
  margin-right: 10px;
  z-index: 91;
  cursor: pointer;
  top: 1px;
  opacity: 0;
  /* top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  cursor: pointer;
  opacity: 0; */
}
.checkbox_wrap_del:checked ~ .checkbox_cust_sec{
  position: absolute;
  top: 0;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 19;
  background: linear-gradient(#ffffff4d,#d7bb4859);
  border-radius: 3px;
  cursor: not-allowed;
  box-shadow: 0px 0px 8px rgba(252, 130, 130, 0.294);
}
.checkbox_wrap_del ~ .checkbox_cust_sec::before{
  position: absolute;
  top: 10px;
  left: 14px;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #000;
  content: '';
  z-index: 99;
  pointer-events: none;
}
.checkbox_wrap_del:checked ~ .checkbox_cust_sec::after{
  position: absolute;
  width: 12px;
  height: 7px;
  content: '';
  transform: rotate(-45deg);
  border: 2px solid;
  border-color: transparent transparent #000 #000;
  top: 13px;
  left: 17px;
}
.game_delete_filter_bar{
   align-items: center;
    padding: 0 0 10px;
    border-radius: 0;
    justify-content: space-between;
    display: flex;
    margin-top: 10px;
    width: 100%;
    border-bottom: 1px solid #d2caca;

}
.checkboxes_wrap{
  display: flex;
  align-items: center;
  gap: 20px;
}
.game_delete_filter_bar .apply_ctabtn{
  position: relative;
  z-index: 2;
  outline: none;
  background: #d7bb48;
  padding: 5px 15px;
  height: 35px;
  border-radius: 6px;
  font-size: 14px;
  color: #313d54;
  border: 1px solid #d7bb48;
  font-weight: 500;
  letter-spacing: .5008px;
  text-decoration: none;
  min-width: 100px;
}
.game_delete_filter_bar .checkboxes_label span{
  font-size: 14px;
}
.game_delete_filter_bar .checkboxes_label{
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.admin_panel_wrap .table_layout_page .table-responsive table.table tr td:first-letter {
  text-transform: uppercase;
}
select {
  text-transform: capitalize;
}
.disabled {
  pointer-events:none;
  opacity:0.6;
}
body .multi-select-menu{
  z-index: 999;
}
.static_page_content h3{
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #222;
}
.static_page_content p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 28px;
  margin-bottom: 15px;
}
.space-2{
  margin-right: 20px;
}
.static_page_content ol,
.static_page_content ul{
  list-style-type: none;
  margin-left: 30px;
  margin-bottom: 20px;
}

.static_page_content ol li,
.static_page_content ul li{
  margin-bottom: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 23px;
  position: relative;
  padding-left: 22px;
}
.static_page_content ol li:before,
.static_page_content ul li:before{
  content:'';
  position: absolute;
  background: #d7bb48;
  width: 6px;
  height: 6px;
  padding-left: 0;
  left: 0;
  top: 8px;
  border-radius: 50%;
}
.model_close_modal{
  border: none;
  color:#000;
  font-size: 26px;
  outline: none;
  background: transparent;
  padding: 0;
  margin: 0;
}

.model_close_modal:hover{
  color:#979797;
}