body{
    font-size: 13px;
    font-weight: 300;
    font-family: Poppins,Helvetica,sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #eff2f5;
}
:root{ 
    /* Background Color */
    --bg-orange:#F63715;

    /* Text Colors */ 
    --text-white:#fff;
    --text-black:#000;
    --text-dark-gray:#a1a5b7;
    --text-orange:#F63715;
}


/* Custom Classes */
.badge-orange{
    background:var(--bg-orange);
    color:var(--text-white);
}
.bg-table-row{
    background:rgba(245, 248, 250, 0.4); 
} 
.bg-table-row-transparent{
    border-color:transparent !important;
}
.bg-table-row-1{
    border-bottom: 1px solid #efefef !important;
}
.bg-table-row-2{
    border-bottom: 2px solid #efefef !important;
}
.btn-light-white{
    background:#f5f8fa !important;
}
.btn-orange{
    background:var(--bg-orange);
    color:var(--text-white);
}
.btn-orange:hover{
    color:var(--text-white);
}
.main-content{
    padding-top:70px;
    background-color: #000;
}
.font-system{
    font-family: system-ui !important;
}
.shadow-xs {
    box-shadow: 0 0.1rem 0.75rem 0.25rem rgba(0, 0, 0, 0.05) !important;
}
.custom_padding{
    padding: 0.3rem 1rem !important;
}
.mb-30{
    margin-bottom:8rem;
}
.pe-35{
    padding-right: 10rem !important;
}
.object-fit-cover{
    object-fit:cover !important;
}
.object-fit-contain{
    object-fit:contain !important;
}
/* Landing Page Header */
.header_wrapper .landing-header{
    height:70px;
}
.header_wrapper .svg-icon svg [fill]:not(.permanent):not(g){
    fill:var(--text-white);
}
.header_wrapper .menu-state-title-primary .menu-item .menu-link:hover:not(.disabled):not(.active), 
.header_wrapper.menu-state-title-primary .menu-item.hover>.menu-link:not(.disabled):not(.active){
    color:var(--text-orange);
} 
/* .header_wrapper .menu-title-gray-500 .menu-item .menu-link{
    color:var(--text-white);
}
.header_wrapper .menu-state-title-primary .menu-item .menu-link.active{
    color:var(--text-white);
} */

/* Landing Page Banner */
.hero_banner{
    background-image:url('../images/hero-banner.png');
    background-repeat: no-repeat;
    background-position:center center;
    background-size: cover;
    min-height: 100vh;
    position:relative;
} 

/* Account Pages */
.account_pages{
    min-height: calc(100vh - 70px); 
    align-items: center;
    justify-content: center;  
    box-sizing: border-box;
    background-image: url('../images/bg_cage.png');
    background-size: cover;
    /* background-image: url('../images/development-hd.png');  */
} 
.account_pages .container{
    padding:3rem 2rem;
}
.table_wrapper .table td, 
.table_wrapper .table th{
    text-align: center;
} 
.table_wrapper .table td{
    color:#000;
}
.table_wrapper .custom_table .table th{
    vertical-align: top;
}
.table_wrapper .custom_table table.dataTable>thead .sorting:after, 
.table_wrapper .custom_table table.dataTable>thead .sorting:before, 
.table_wrapper .custom_table table.dataTable>thead .sorting_asc:after, 
.table_wrapper .custom_table table.dataTable>thead .sorting_asc:before, 
.table_wrapper .custom_table table.dataTable>thead .sorting_desc:after, 
.table_wrapper .custom_table table.dataTable>thead .sorting_desc:before{
    top:35%;
}
table.dataTable>thead>tr>td:not(.sorting_disabled), 
table.dataTable>thead>tr>th:not(.sorting_disabled){
    padding-right:10px;
}
.table_wrapper .total_number{
    background:#000;
}
.table_wrapper .total_number td{
    color:#fff !important;
}
.table_wrapper .table td, 
.table_wrapper .table th{
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}
.table_wrapper .form-control{
    padding: .2rem .5rem;
} 

.table_wrapper .btn-check:active+.btn.btn-active-light-primary, 
.table_wrapper .btn-check:checked+.btn.btn-active-light-primary, 
.table_wrapper .btn.btn-active-light-primary.active, 
.table_wrapper .btn.btn-active-light-primary.show, 
.table_wrapper .btn.btn-active-light-primary:active:not(.btn-active), 
.table_wrapper .btn.btn-active-light-primary:focus:not(.btn-active), 
.table_wrapper .btn.btn-active-light-primary:hover:not(.btn-active), 
.table_wrapper .show>.btn.btn-active-light-primary{
    background:#000 !important;
    padding: 0.5rem 1rem !important;
    color:#fff !important;
}

/* Leader board Page */
.leaderboard_tabs .btn-check:active+.btn.btn-active-light-primary, 
.leaderboard_tabs .btn-check:checked+.btn.btn-active-light-primary, 
.leaderboard_tabs .btn.btn-active-light-primary.active, 
.leaderboard_tabs .btn.btn-active-light-primary.show, 
.leaderboard_tabs .btn.btn-active-light-primary:active:not(.btn-active), 
.leaderboard_tabs .btn.btn-active-light-primary:focus:not(.btn-active), 
.leaderboard_tabs .btn.btn-active-light-primary:hover:not(.btn-active), 
.leaderboard_tabs .show>.btn.btn-active-light-primary{
    background-color:var(--bg-orange) !important;
    color:var(--text-white) !important;
    padding:0.6rem 1rem !important;  
}
.leaderboard_table_wrapper .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon){
    padding-top: 0.6rem !important;
    padding-bottom: 0.6rem !important;
}
.leaderboard_table_wrapper .btn-check:active+.btn.btn-active-light-primary, 
.leaderboard_table_wrapper .btn-check:checked+.btn.btn-active-light-primary, 
.leaderboard_table_wrapper .btn.btn-active-light-primary.active, 
.leaderboard_table_wrapper .btn.btn-active-light-primary.show, 
.leaderboard_table_wrapper .btn.btn-active-light-primary:active:not(.btn-active), 
.leaderboard_table_wrapper .btn.btn-active-light-primary:focus:not(.btn-active), 
.leaderboard_table_wrapper .btn.btn-active-light-primary:hover:not(.btn-active), 
.leaderboard_table_wrapper .show>.btn.btn-active-light-primary{
    background:#000 !important;
    padding: 0.5rem 1rem;
    color:#fff !important;
} 
.leaderboard_table_wrapper .right_tabs .btn-check:active+.btn.btn-active-light-primary, 
.leaderboard_table_wrapper .right_tabs .btn-check:checked+.btn.btn-active-light-primary, 
.leaderboard_table_wrapper .right_tabs .btn.btn-active-light-primary.active, 
.leaderboard_table_wrapper .right_tabs .btn.btn-active-light-primary.show, 
.leaderboard_table_wrapper .right_tabs .btn.btn-active-light-primary:active:not(.btn-active), 
.leaderboard_table_wrapper .right_tabs .btn.btn-active-light-primary:focus:not(.btn-active), 
.leaderboard_table_wrapper .right_tabs .btn.btn-active-light-primary:hover:not(.btn-active), 
.leaderboard_table_wrapper .right_tabs .show>.btn.btn-active-light-primary{
    background:var(--bg-orange) !important;
    padding: 0.5rem 1rem !important;
    color:#fff !important;
} 
.right_side{
    position:absolute;
    right:40px;
    top:50%;
    transform: translateY(-50%);
}

.left_right{
    margin-right: 20px;
}
 .left_right_buttons{
     color: #F63715;
 }
/* Group Chat */
.chat_height{
    height: calc(100vh - 130px);
    position: fixed; 
    max-width: 20vw;
} 
.new_message{
    position:relative
}
.new_message::after{
    content:'';
    position:absolute;
    top:0;
    right:-13px;
    width:8px;
    height:8px;
    background-color: var(--bg-orange);
    border-radius: 100%;
}
.show-dropdown-header{
    z-index: 1031;
    position: fixed;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(1272px, 56px);
}
/* How To Play CSS */
.how_to_play_banner{
    background-image:url('../images/how_to_play.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
    min-height:350px;
    display:flex;
    align-items:center;
    justify-content:center;
} 
.news_feeds_banner{
    background-image:url('../images/how_to_play.jpg');
    background-repeat:no-repeat;
    background-position:center center;
    background-size: cover;
    min-height:150px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.newsCard {
    transition: transform .2s;
}
.newsCard:hover {
    transform: scale(1.1);
}
.number_steps{
    font-size: 20px;
    margin-right:4px;
}

/* shilpi */
.text-font{
    font-size: xx-large;
}

.club-confirm{
   cursor: pointer;
}

.ReactModal__Overlay.ReactModal__Overlay--after-open {
    background-color: rgb(117 114 114 / 75%) !important;
    z-index: 2;
}

.not-allowed {cursor: not-allowed !important;}


/* accordian css */

.accordion-button-cu.accordion-button:after {
    display: none;
}

.accordion-button-cu.accordion-button .accordion-button {
    position: absolute;
    width: auto;
    right: 0;
    background: transparent;
    box-shadow: none;
    cursor: pointer;
}

.accordion-button-cu.accordion-button {
    position: relative;
    cursor: default;
    z-index: 1
}

.cu-react-select-size-small {
    transform: scale(0.82);
}

.cu-react-select-size-small {
    /* overflow: hidden; */
    max-height: 40px;
}

#kt_header_user_menu_toggle {
    position: relative;
}

.show-dropdown-header {
    position: absolute;
    transform: unset;
    top: 100%;
    right: 0;
    left: unset;
}


ul.pagination li {
    padding: 10px;
    cursor: pointer;
  }
  .pagination{
    justify-content: center;
  }
  .pagination a{
    color: black;
  }
  .pagination .active{
    border-bottom:1px solid #f63715;
  }
  .pagination .disabled a{
    color: gray;
  }

  .no-data-found {
    border: 1px solid rgb(0 0 0 / 20%);
    border-radius: 4px;
    padding: 40px;
}

.w-50.w.Win {
    background-color: #50cd89;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.3rem 0 !important;
}
.w-100.w.Win {
    background-color: #50cd89;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.3rem 0 !important;
}

.w-50.r.Lose {
    background-color: #f63715;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.3rem 0 !important;
}
.w-100.r.Lose {
    background-color: #f63715;
    color: #fff !important;
    border-radius: 6px;
    padding: 0.3rem 0 !important;
}


.btn.bg-success,.btn.bg-danger {
    color: #ffffff;
}

ul.pagination li {
    padding: 0;
}

ul.pagination li a {
    padding: 10px;
    display:inline-block;
}

	
.bg-danger.apni-class {
    background-color: #f63715!important;
}

.pos-risk{
    background-color: #50cd89;
    color: #fff !important;
}
.neg-risk{
    background-color: #f63715!important;  
    color: #fff !important;
}
.default-risk{
    background-color: #e4e6ef!important;  
    color: #181c32 !important;
}

.textLeft {
    text-align: left !important;
}

.buttonMarginPadding {
    padding: 10px 30px !important;
    margin-left: .2rem;
}

/* Scroll Sticky CSS */
.scroll_sticky_white{
    position:sticky;
    left: 0;
    background-color:#fff !important;
    z-index:1; 
}
.scroll_sticky_white_second{
    position:sticky;
    left:200px;
    background-color:#fff !important;
    z-index:1; 
}
.scroll_sticky_white_third{
    position:sticky;
    left:200px;
    background-color:#fff !important;
    z-index:1; 
}
.scroll_sticky_white_fourth{
    position:sticky;
    left:290px;
    background-color:#fff !important;
    z-index:1; 
}
.scroll_sticky_black{
    position:sticky;
    left: 0;
    background-color:#000 !important;
    z-index:1; 
}
.scroll_sticky_black_second{
    position:sticky;
    left: 200px;
    background-color:#000 !important;
    z-index:1; 
} 
.scroll_sticky_black_third{
    position:sticky;
    left: 200px;
    background-color:#000 !important;
    z-index:1; 
} 
.scroll_sticky_black_fourth{
    position:sticky;
    left: 290px;
    background-color:#000 !important;
    z-index:1; 
} 
.cursor-pointer.symbol.symbol-30px.symbol-md-40px.show.menu-dropdown img,
.cursor-pointer.symbol.symbol-30px.symbol-md-40px img{
    object-fit:cover;
}
.menu-item .menu-content .symbol.symbol-50px img,
.symbol.symbol-100px.symbol-circle.mb-5 img{
    object-fit:cover;
}

.event-countdown{
    font-size: 11px;
    position: absolute;
    top: 16px;
    color: gray;
    font-weight: normal;
    right: 10px;
}

.badgeImg {
    width: 40%;
}

.badgeCount {
    border-radius: 20px;
    display: flex;
    background: var(--bg-orange);
    color: white;
    font-weight: bold;
    align-items: center;
    justify-content: center;
    width: min-content;
    padding: 0rem 0.5rem;
    top:38px;
}

.alertBox {
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translate(-50%,-50%);
    position: fixed;
    z-index:2;
}

.inputBoxDollarsign {
    left: -15px;
    top: -3px;
}

.chatFloatingIcon {
    font-size: 2rem;
    color: #F63715;
    background: #181c32;
    position: fixed;
    padding: 1rem;
    bottom: 10px;
    left: 10px;
    z-index:3;
}
 .table-column:nth-child(odd) {
    background:rgb(255, 255, 255) !important;
  }
  
.table-column:nth-child(even) {
    background:rgb(247, 247, 247) !important;
  }
  
.h-500{
    max-height:70vh !important;
} 

.opacity-1{
    opacity: 1 !important;
}

.shareModalWidth{
    width: 30vw;
}

.banner-ufc {
    background: unset;
    width:100%;
    padding:10px 0px;
    margin:0 auto;
    white-space: nowrap;
    font-family: 'Museo';
    font-weight: 300;
    background: var(--bg-orange);
}

.texts-sliding{
    color: white;
    font-size: 30px;
}

.marquee-container {
    background-color:var(--bg-orange);
}

.ufc-276{
    color: var(--bg-orange);
    font-weight: bold;
}

.overlay{
    position:unset !important;
}
.linktag{
    color:grey;
}

@media only screen and (max-width:575px) {
    .min-w-250px.cu-12 {
        min-width: 140px!important;
    }
    .shareModalWidth{
        width: 80vw;
    }
}

.cursorPointer {
    cursor: pointer;
}

.fbButton {
    background-color: #1877f2;
    color: white;
}


.cu-447 {
    color: #005f95!important;
    text-decoration: underline!important;
}

.cu-table-01 > tr > td:first-child {
    white-space: nowrap;
}

.cu-table-01>tr>td:nth-child(2) {
    min-width: 150px;
}
.image-avatar-wrapper{
    cursor: pointer;
}

@media only screen and (max-width:991px) {
    .header-container{
        position: relative;
    }
    .searchBox{
        position:absolute;
        right:50px;
        
    }
}

@media only screen and (max-width:450px) {
    .searchBox{
        width: 100px;
    }
}
.search-items-list {
    position: absolute;
    top: 100%;
    background: #ffffff;
    border-radius: 5px!important;
    width: 300px;
    max-height: 350px;
    overflow-y: scroll;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.search-items-list .list-item{
    padding: 8px 15px;
    cursor:pointer
}

.search-items-list .list-item:not(:last-child) {
    border-bottom: 1px solid #0000001f;
}

.search-items-list .list-item:hover {
    background-color: #e1e1e1;
}
.bg-light.list-item > div {white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (max-width:991px) {
    .header-container{
        position: relative;
    }
    .searchBox{
        position:absolute;
        right:50px;
    }
}
    
@media only screen and (max-width:450px) {
    .searchBox{
        width: 125px;
    }
}

/* .cu-image-layout img {filter: brightness(0.4)} */

@media only screen and (max-width:575px) {
    .min-w-250px.cu-12 {
        min-width: unset!important;
    }
    .shareModalWidth{
        width: 80vw;
    }
    .headerMargin{
        margin-top:7rem;
    }
    iframe{
        height: 50vh;
    }
    .video_custom3{
        height: 50vh;
    }
    
}

.checkBoxColor {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23FFFFFF'/%3e%3c/svg%3e") !important;
    background-color: var(--bg-orange);
}

.checkBoxColor:checked {
    background-color: #52b352 !important;
    border-color: #52b352 !important;
}

.w-14 {
    width: 14% !important;
}

.btn-quater{
    padding: calc(0.2rem + 1px) calc(1.5rem + 1px)!important;
    border-radius: 4px!important;
    border: 1px solid #F63715!important;
    color: #fff!important;
    font-weight: 600;
    font-size: 14px;
    background-color: #F63715;
    min-width: 9rem;

    
}
.leader_custom {
    z-index: 4000!important;
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%);
    min-width: 9rem!important;
    cursor: pointer;
    height: auto;
    max-height: 18vh;
    overflow: scroll;
}
.custm_drop{
    /* z-index: 4000!important; */
    box-shadow: 0 0 50px 0 rgb(82 63 105 / 10%);
    min-width: 9rem!important;
    cursor: pointer;
    height: auto;
    max-height: 13vh;
    overflow: scroll; 
}
.dropdown-item.active, .dropdown-item:active .dd:active {
    color: #fff;
    text-decoration: none;
    background-color: #F63715;
}

.ropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: var(--bg-orange)!important;
}

.custm_scrollbar::-webkit-scrollbar-thumb {
    border-radius:0.375rem;

    background-color: #a1a5b7!important;
}

.custm_scrollbar::-webkit-scrollbar {
    width: 0.3rem;
}
.custm_scrollbar::-webkit-scrollbar-track {
    background-color: transparent;
}
.table.dataTable{
    margin-top: 0px!important;
}
.video_custom3{
    height: 50vh;
}
/*V2 more branding*/
.landing-header.bg-dark {
    background-color: #212121 !important;
}
.card-header
{
    background-color: #f8f9fc !important;
    border-bottom: 1px solid #e3e6f0 !important;
}
.menu-item
{
    font-weight: bold !important;
}
.club-page
{
    min-height:800px;
}
.dark-card-bg
{
    background-color: #212121 !important;
}
.modern-login-form-input
{
    border: none !important;
    border-bottom: 1px solid #fff !important;
    padding: 5px 10px;
    outline: none;
    background-color: transparent !important;
    border-radius: 0 !important;
}
.modern-login-form-input [placeholder]:focus::-webkit-input-placeholder {
    transition: text-indent 0.4s 0.4s ease; 
    text-indent: -100%;
    opacity: 1;
 }
 .modern-login-or {
    width: 100%; 
    text-align: center; 
    border-bottom: 1px solid #000; 
    line-height: 0.1em;
    margin: 10px 0 20px; 
 } 
 
 .modern-login-or  span { 
     background:#fff; 
     padding:0 10px; 
 }
 .text-orange
 {
    color: var(--text-orange);
 }
 /* .home-button
 {
    visibility: hidden;
 }