/* @import url("OpenSans/OpenSans-Regular.ttf"); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,500;0,700;0,900;1,100&display=swap');

body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    color: #1F292E;
    position: relative;
}

html,
body {
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    font-size: 12px;
	background-color: #F2F3F7;
}
.pointer-crsr{
    cursor:pointer;
}
.personal-info #DataTables_Table_0_info, .personal-info .pagination{
    display:none;
}
.display-none {
    display: none;
}
.personal-info .modal-footer {
    border-top: none !important;
}
.personal-info .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6 !important;
}
.overflow-hide {
    overflow-y: hidden;
}
#dash-tbltransaction tfoot, #tbltransaction  tfoot{
    display: none;
}
form#logoutForm {
    padding: 0;
}
    form#logoutForm button#logout{
        padding: 0.25rem 1rem;
    }
    a {
        text-decoration: none;
    }
table{
	background-color: #fff;
}
button.btn {
    transition: 0.3s ease-out;
}

.btn-check:focus+.btn,
.btn:focus,
.form-control:focus,
.btn-close:focus {
    outline: 0;
    box-shadow: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style-type: none;
}
/* admin css */
body.navigation-open::before {
    background-color: transparent;
    transition: none;
}

#Description::placeholder {
     color: #dbdbdb;
   
}
select {
    cursor: pointer;
}
.main-navbar {
    left: 0;
    width: 275px;
    height: 100%;
}

.main-content {
    padding-left: 275px;
}

aside.main-navbar .logo {
    margin-top: 1.5rem;
    margin-left: 33px;
}

.navigation-open .main-navbar {
    left: -275px
}

.navigation-open .main-content,
.navigation-open header {
    padding-left: 0;
}
.drop-zone-edit img {
    position: absolute;
    max-width: -webkit-fill-available;
    height: 100%;
    object-fit: cover;
}
.drop-zone-edit{
    position: relative;
    height:320px;
}
/* header css */
header {
    height: auto;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    padding: 0.625rem 0;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
}

.home-search input {
    padding: 0.5rem 1rem;
    border-radius: 50px;
    border: 1px solid #d3d3d3;
    min-width: 22rem;
    margin-left: 3rem;
}

/* sidebar css */
.main-navbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 2rem);
    background-color: #000312;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 9;
    height: calc(100vh - 7rem);
}

.nav.nav-sidebar {
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    margin-top: 3rem;
}
.nav.nav-sidebar svg{
    height: 18px;
    width: 18px;
}
.menu-link {
    text-decoration: none;
    padding: 0.625rem 1.5rem;
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 0.35rem;
    display: block;
    font-weight: 400;
    transition: .3s ease-in-out;
}

.menu-link:hover,
.menu-link.active {
    background-color: #00D5FF;
    color: #000312;
}

.menu-link:hover path ,.menu-link.active path {
    fill: #000;
  }
.nav-link-sub.active, .nav-link-sub:hover{
    background-color: #00D5FF;
    color: #000312;
}
.menu-link span {
    margin-left: .5rem;
}

.main-nav {
    transition: .3s ease-in-out;
    padding-left: 2.5rem;
}

.user-dropdown .menu-link {
    position: relative;
}

.user-dropdown .menu-link.collapsed::before {
    content: "\f107";
}

.user-dropdown .menu-link::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f106";
    position: absolute;
    color: #fff;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%);
}

.nav-link-sub a {
    font-size: 1rem;
    color: #ffffff;
    text-decoration: none;
    padding: 0.5rem 1rem;
    display: inline-block;
}
.nav-link-sub.active a{
    color:#000;
}

footer{
    background: #fff;
    padding: 1rem;
    position: sticky;
}

/* main content */
.main-content {
    padding-left: 0px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.manage-roles .col-md-6{
    font-size: 13px;
    display: flex;
    align-items: center;
}
.modal .col-md-6, .modal .col-md-12{
    font-size: 13px;
}
.manage-roles input[type="checkbox"]{
    width: 15px; /*Desired width*/
    height: 15px; /*Desired height*/
  }
  
.welcome-back {
    background-color: #000312;
    color: #fff;
    padding: 4rem 2rem 6rem 2rem;

}

.info-boxes {
    background: #fff;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 20%);
    border-radius: 0.8rem;
    border: 1px solid transparent;
    padding: 1.25rem;
    height:10em;
}
.mb-10{
    margin-bottom: 10rem;
}
.player-box {
    margin-top: -3rem;
}
button#sidebar-nav:focus-visible{
    outline:none !important;
}
.box-bet h4 {
    font-size: 1rem;
}
.bets-color{
    height: 60px;
    width: 60px;
    border-radius: 10px;
    background-color: #C9C906
}
form#account i {
    color: #fff;
}
.showdiv{
    display:none;
}
.total-color {
    background-color: #009D1F;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}
.bets-color svg, .total-color svg, .total-revenue img, .active-color svg{
    height: 28px;
}
.total-revenue{
    background-color: #053676;
    height: 60px;
    width: 60px;
    border-radius: 10px;
}
.active-color{
    height: 60px;
    width: 60px;
    border-radius: 10px;
    background-color: #DC1C24;
}
.welcome-back h3{
    font-weight: 400 !important;
}
.box-bet h5 {
    font-size: 1.5rem;
}

.bet-color {
    color: #c9c906;
}

.player-color {
    color: #009d1f;
}

.revenue-color {
    color: #053676;
}

.rplayer-color {
    color: #dc1c24;
}
.box-subheading{
	margin-bottom:0;
}
.match-box {
    background-color: #e1e1e1;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border: 1px solid rgb(221, 221, 221);
}
.table-head{
    background-color: #e1e1e1;
    border: 1px solid rgb(221, 221, 221);
    padding: 14px 17px;
}
.team-logo{
    height: 22px;
    width: 22px;
    border-radius: 50%;
}
.show-custom{
    display:block!important;
}
.box-subheading {
    font-size: 1.125rem;
    color: #000;
       padding: 0.825rem;
}
button.btn.btn-dark {
    height: 34px;
    font-size: 14px;
}
.table>:not(caption)>*>* {
    padding: 0.825rem 1rem;
}

table#transaction-history tbody{
    padding: 14px 10px;
}
.logo-red-bg{
    background-color: #dc1c24;
    color:#fff;
}
.text-vs{
    color: #DC1C24;
    font-weight: 600;
}
table tbody tr, table span, table thead tr {
    vertical-align: middle;
    white-space: nowrap;
}
/* login CSS */
:root{
    --main-bg:#00D5FF;
  }
  
  .main-bg1 {
    background-image: url('../images/login-bg.png');
    height: 100vh;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-position-x: center;
    background-size: cover;
  }
  
  .card-transparent input:focus,.card-transparent button:focus {
    border: 1px solid var(--main-bg) !important;
    box-shadow: none !important;
  }
  
  .form-check-input:checked {
    background-color: var(--main-bg) !important;
    border-color: var(--main-bg) !important;
  }
    
  .b-50{
    border-radius: 50px;
    border-color: #00D5FF;
}
.b50{
    border-radius: 50px !important;
}
.card-transparent{
    background: rgba(0, 0, 0, 0.5);
}
 .text-neon{
    color: #00D5FF;
 }
 .common-btn{
    width: 130px;
    border-radius: 50px;
    height: 36px;
 }
 .btn-neon{
    background-color: #00D5FF;
    color: #000;
    border-radius: 50px;
    width: 130px;
    padding: 0 22px;
    height: 36px;
    font-size: 14px;
 }
 .btn-neon-auto{
    background-color: #00D5FF;
    color: #000;
    border-radius: 50px;
    width: auto;
    padding: 0 22px;
    height: 36px;
    font-size: 14px;
 }
 .btn-neon-auto a{
     color: #000312;
 }
 .btn-neon a{
    color: #000312;
}
 .d-grid{
     background-color: #00D5FF;
     border-radius: 50px;
     color: #000;
 }
 .d-grid button{
     height: 44px;
 }
 .d-grid a{
     color: #000;
 }
  .footer-txt{
      font-size: 0.825rem;
      bottom: 3%;
  }
  .card-body .form-control{
    background: rgba(0, 0, 0, 0.5);
    color: #F2F3F7;
    height: 44px;
    padding: 0.475em 1em;
  }
  .border-0{
      border-radius: 0 !important;
  }
  .remember-me{
    font-size: 0.825rem;
    margin-left: 8px;
  }
  .card-transparent input::placeholder{
    color: #F2F3F7;
  }
  .email-enve{
      position: relative;
  }
  .email-enve i {
    position: absolute;
    color: #000;
    right: 18px;
    top: 14px;
}
.pass-fa{
    position: relative;
}
.pass-fa i {
    position: absolute;
    color: #000;
    right: 18px;
    top: 14px;
}
.home-search{
    position: relative;
}
.home-search img{
    position: absolute;
    top: 11px;
    right: 13px;
    height: 18px;
}
.home-search i{
    position: absolute;
    top: 14px;
    right: 13px;
}
.card-custom {
    width: 100%;
    max-width: 450px;
}
/* Datatable CSS */
div#example_wrapper .row:nth-child(2) .col-sm-12, div#upcoming-matches .row:nth-child(2) .col-sm-12 {
    overflow: auto;
}
    .admin-css {
        background-color: #00000021;
        z-index: 9999;
    }
.sort-size{
    min-width: 130px;
    width: 100%;
}

  .pagination a {
    color: black;
    float: left;
    height: 25px;
    width: 25px;
    border: 1px solid #000312;
    border-radius: 50%;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  
  }
    .pagination .paginate_button a:first-child, .pagination .paginate_button a:last-child, .pagination a:first-child, .pagination a:last-child {
        border: none;
        z-index: auto;
    }
    .pagination a.active {
        background-color: #000312;
        color: white;
        z-index: auto;
    }
  
  .pagination a:hover:not(.active) {background-color: #ddd;}

  .pending-text{
      color: #9D5E00;
  }
  .success-text{
    color: #009D00;
}
table{
    font-size: 13px;
}
.player-report input::placeholder{
    color: #d3d3d3;
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    padding: 0 0.25em;
}
.manageuser-dt tfoot, .Picks-view-dtb tfoot, .ManageFights-dt tfoot, .articlenews-dt tfoot, .managecontest-dtb tfoot, .entrants-view-dtb tfoot, .Prize-dtb tfoot, .player-reports tfoot, .manageodds-dt tfoot, .thistory-report tfoot {
    display: none;
}
.manage-tbl div#example_length, .manage-tbl div#example_filter, div#DataTables_Table_0_length, div#DataTables_Table_0_filter{
    display: none;
}
.dataTables_wrapper .dataTables_filter{
    display: block;
}
#editor1::placeholder, #editor2::placeholder {
    color: #ced4da;
}
    .dataTables_wrapper .dataTables_filter input {
        padding: 0.5rem 0.5rem;
        border-radius: 50px;
        border: 1px solid #d3d3d3;
        min-width: 14rem;
        margin-left: 1rem;
    }
    .manage-tbl h5 {
        margin: 1em 0 0 0;
    }
.dataTables_filter label {
    display: flex;
    align-items: center;
    margin: 1em 0.2em;
}
table.dataTable > tbody > tr.odd {
    background-color: #fff;
}
table.dataTable>tbody>tr.even{
    background-color: #F6F6F6;
}
.edit-btn{
    background-color: #54A327;
    color: #fff;
}
.view-btn, .view-btn:hover, .view-btn a{
    background-color: #0A427B;
    color: #fff;
}
.view-heading{
    background-color: #00d5ff;
    padding: 10px 0;
}
.edit-btn:hover{
    background-color: #54A327;
    color: #fff;
}
.breadcrumb{
    font-size: 14px;
    margin-bottom: .5rem;
}
.action-btn{
    height: auto;
    width: auto;
    padding: 2px 12px 0px 12px;
    font-size: 12px;
    border-radius: 25px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 14px 17px;
    
}
#frmdetl table.dataTable tbody td {
    border-bottom: none;
}
table.dataTable thead th, table.dataTable thead td {
    border-bottom: none;
    padding: 14px 17px;
    vertical-align: middle;
}
 input::placeholder{
    font-size:12px;
    color:#cccccc;
}
.modal-header{
    background-color:#F0F0F0 ;
}
.page-item.active .page-link{
    background-color: #000312;
}
select#inputState , input#inputPassword4{
    font-size: 12px;
    padding: 0.563rem 0.75rem;
}
/* .contest-radio .input {
    font-size:1em;
    height: 15px;
    margin: 0;
    padding: 5px;
    border: 0;
    color:#333;
  }
  
  .contest-radio ul{
    list-style:none;
  }
  
  .email,
  .phone {
    display:none;
  }
  
  .rb-email:checked ~ .email {
    display:inline;
  }
  
  .rb-phone:checked ~ .phone {
    display:inline;
  } */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgb(216, 215, 215);
    border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #c6c6c6;
    border-radius: 10px;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #c6c6c6;
    }
  .my-toggle-btn-wrapper{
    text-align: center;
  }
  .my-toggle-btn{
    cursor: pointer;
    display: inline-block;
  }
  .my-toggle-btn input[type=checkbox]{
    display: none;
  }
  .my-toggle-btn label{
    background: #f44336;
    color: #fff;
    width: 60px;
    height: 24px;
    font-family: 'Roboto Slab', serif;
    display: inline-block;
    border-radius: 12px;
    position: relative;
    text-align: center;
    transition: all .4s ease;
    cursor: pointer;
  }
  .my-toggle-btn label:before{
    content: '';
    position: absolute;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    left: 2px;
    top: 1px;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
  }
  .my-toggle-btn input[type=checkbox]:checked + label:before{
    left: 37px;
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding 0.3s ease, margin 0.3s ease;
  }
  .my-toggle-btn input[type=checkbox]:checked + label span.off{
    display: none;
  }
  .my-toggle-btn input[type=checkbox]:checked + label span.on{
    display: inline;
    position: absolute;
    left: 10px;
    top: 3px;
  }
  .my-toggle-btn input[type=checkbox] + label span.on{
    display: none;
  }
  .my-toggle-btn input[type=checkbox] + label span.off{
    display: inline;
    position: absolute;
    top: 2px;
  }
  
  .my-toggle-btn input[type=checkbox]:checked + label{
    background: #4caf50;
  }


  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000312;
    background-color: #00d5ff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-link, .nav-link:hover {
    color: #000312;
}
.name-art {
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 0.75rem;
    border: 1px solid #ced4da;
    outline: none;
}
.drop-zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: 2px dotted #00D5FF;
    padding:1rem;
}

.nav.nav-sidebar svg:hover {
    fill: rgba(0, 0, 0)
}

.entrants-view-dtb table tr td:nth-child(3), .entrants-view-dtb table tr th:nth-child(3){
    text-align: right;
}

header {
    position: fixed;
    top: 0px;
    width: calc(100% - 275px);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;

}
.navigation-open header{
    position: fixed;
    top: 0px;
    width: 100%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.main-content {
    padding-left: 275px;
    padding-top: 5rem;
}
.navigation-open .main-navbar {
    left: -275px;
}
.main-navbar {
    left: 0;
    width: 275px;
    height: 100%;
    overflow:auto;
}
.navigation-open .main-content, .navigation-open header {
    padding-left: 0;
}
article{
    background: #ccc;
    height: 200px;
    display: none;
  }
  article.on{
    display: block;
  }
  
  .pagination li:first-child a{
    width: auto;
  }
  .menu-link:hover path#Path_277, .menu-link.active  path#Path_277{
    fill: #00d5ff;
    stroke: #00d5ff;;
}
.menu-link:hover circle#Ellipse_24,.menu-link.active circle#Ellipse_24 {
    fill: #000312;
}
.menu-link:hover g#Ellipse_23, .menu-link.active g#Ellipse_23{
    stroke: #000312;
}
.menu-link:hover path#Path_304, .menu-link.active path#Path_304, .menu-link:hover path#Path_305, .menu-link.active path#Path_305, .menu-link:hover path#Path_306, .menu-link.active path#Path_306{
    fill: #000312;
}
select#Role, select#Gender {
    font-size: 12px;
}
.modal-backdrop.show{
 
    opacity: .5;
    z-index: inherit;
}
#guarnteed-checkbox, .guarnteed-checkbox {
    height: 20px;
    width: 30px;
}
.create-contest #registerForm #Matches {
    border: 1px solid #ced4da;
    padding: 0 1.5rem;
    height: 5rem;
    overflow-y: scroll;
/*    border-radius: 20px;*/
}
.act-inact {
    height: 20px;
    width: 20px;
    margin-top: 0.5em;
}
#Guaranteed_Prizepool {
    height: 18px;
    width: 16px;
}

.summarylabel {
    position: relative;
    top: -5px;
}
#mang-fght-dt_length  label{
    display: none !important;
}

.text-yellow {
    color: #ffa500;
    font-weight: 700;
}
.reject-request {
    width:auto;
}
#playerTable_length{

    display:none;
}

.fs-13{
    font-size:16px;
}
#tblPicks_wrapper.buttons-html5 {
    border-radius:5px;
}
.dt-button.buttons-print, .dt-button.buttons-excel, .dt-button.buttons-pdf {
    color: #000312;
    background-color: #00d5ff;
    border-color: #dee2e6 #dee2e6 #fff;
    border-radius:6px;

}
.dt-button.buttons-print:hover, dt-button.buttons-excel:hover.dt-button.buttons-pdf:hover {

        color: #000312;
        background-color: #00d5ff;
        border-color: #dee2e6 #dee2e6 #fff;
        border-radius: 6px;
    }
/*.times {
    position: absolute;
    margin-top: 20px;
}*/
