/*
* ==========================================================
*     GENERAL STYLES
* ==========================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Orbitron&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

:root{
    --mc:#d9ac4f;
   /* --mcbg:linear-gradient(180deg, #49C755 0%, #0F9957 100%);*/
    --mcbg2:linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
    --mcbg:linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    --bg:#242424;
    --tx-lt:#fff;
    --tx-md:#a5a5a5;
    --tx-dk:#000;
    --bg2:#333332;
    --bg3:#4c4c4c;
    --bgmain:#242424; 
    
}
.ccc{
    color:#fff;
    width: 1.3rem;
  border-radius: 999px;
  font-size: 14px;
}
  .toast-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1050;
}
.bg_main{
    background:var(--bgmain) !important;
}
.bg-green{
  background: #17B15E !important;
}
.bg{
    background:var(--bg) !important;
}
.bg2{
    background:var(--bg2) !important;
}
.bg3{
    background:var(--bg3) !important;
}
.mbg{
    background:var(--mcbg) !important;
}
.mbg2{
    background:var(--mcbg2) !important;
}
.bg-r{
    background:#FB5B5B !important;
}
.mcbg{
    background:var(--mc) !important;
}
.mc{
    color:var(--mc) !important;
}
.rounded-pill{
    border-radius:999px !important;
}
.tmr {
  padding: 5px 0;
  min-width: 1.25rem;
  text-align: center;
  min-height: 1.7rem;
  vertical-align: middle;
  border-radius: 3px;
  font-family: 'Inter';
  font-weight:bold;
}
.tmr:nth-child(3){
    min-width: 0.7rem;
}
a:hover{
    color:unset;
}
.time_r h6.my-1 {

  font-weight:bold;
  font-size: 0.9rem;
}

.bg-depo-img{
    background: url('../img/TotalAssetsBg.png') no-repeat !important;
    min-height: 9rem; 
    background-size: 100% 100% !important;
}
.bal-icon{
    width:1.3rem !important;
}
.inv-bg{
 background:url(../img/invitation_bg.png) no-repeat center / cover, linear-gradient(94deg, #f99937 2.72%, #ff6922 43.54%, #ff8039 98.54%); 
padding: 10px 10px 30px;
   
}
.inv-bg.inv {
  width: 100%;
  aspect-ratio: 3;
}
.rrr2{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 0.513rem;
  margin-bottom: .82667rem;
}

.rrr2 .col-md-4.col-xs-4.actv{
  background: var(--mcbg2) !important;
  color: #fff !important;
}
.rrr2 .col-md-4.col-xs-4.actv .item > small{
    color:#fff !important;
}
.rrr2 .col-md-4.col-xs-4{
    font-family: Inter;
    white-space: nowrap;
    text-overflow: ellipsis;
    background:var(--bg2);
    padding:10px;
    color:#768096;
    border-radius:5px;
    width: 100%;
    max-width: 100%;
    place-items: center;
    display: grid;
    min-height: 80px;
    font-weight: 700;
}
.item > small{
    font-family: Inter;
    font-weight: 400;
    color:#B6BCC8 !important;
}


body {
    overflow-x: hidden;
    font-family: Inter;
    color: #fff;
    background: #9195a3;
    /*background: linear-gradient(0deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../../../assets/img/02.jpg);*/
    background-size: cover;
    width: 400px;
    margin: 0 auto;
}
.text-brown {
  color: #dd9138;
}
.bg-dark1{ 
    background: #242424 !important;
}
.bg-dark2{ 
    background: var(--bg2) !important;
    color: var(--tx-lt); !important;
}
.bg-dark3{ 
    background: var(--bg3) !important;
}
.dds{
  padding: 10px 16px 35px;
}
.dds h6{
    font-weight:bold;
    margin:0 0 15px;
}
.dds p{
    margin:0;
    line-height: 1;
    font-size: smaller;
}
.bor-mc{
    border:1px solid var(--mc) !important;
}
.rounded-2{
    border-radius:0.75rem !important;
}

.r-box{
    
}

.active a p{
    color: #fff;
}
.upcom{
  position: absolute;
  color: #040404;
  background: linear-gradient(180deg, #F6E3A3 0%, #fdcf74 100%);
  font-size: 14px;
  padding: 3px 5px;
  border-radius: 50px;
  left: 19px;
  bottom: -13px;
}
.upc{
    animation:upc 1s ease infinite;
}
@keyframes upc {
    50%{
        filter:brightness(1.5);
    }
}
.b-b{
    border-bottom: 1px solid #42414c;
}
a,
i,
span {
    display: inline-block;
    text-decoration: none;
    transition: all 0.3s;
}

a:hover,
a:focus,
i:hover,
i:focus,
span:hover,
span:focus {
    text-decoration: none;
}

ul {
    margin: 0;
    padding: 0;
} 

canvas {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.container-fluid {
    padding: 0 30px;
}

@media (max-width: 576px) {
    .container-fluid {
        padding: 0 15px;
    }
}

header.page-header {
    padding: 20px 0;
}

table {
    font-size: 0.9em;
    color: var(--tx-lt);
    border-color:var(--tx-md) !important;
}

.card-close {
    position: absolute;
    top: 23px;
    right: 15px;
}

.card-close .dropdown-toggle {
    color: #999;
    background: none;
    border: none;
}

.card-close .dropdown-toggle:after {
    display: none;
}

.card-close .dropdown-menu {
    border: none;
    min-width: auto;
    font-size: 0.9em;
    border-radius: 0;
    transform: translateX(calc(-100% + 5px));
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1), -2px -2px 3px rgba(0, 0, 0, 0.1);
}

.card-close .dropdown-menu a {
    color: #999 !important;
}

.card-close .dropdown-menu a:hover {
    background: #2196F3;
    color: #fff !important;
}

.card-close .dropdown-menu a i {
    margin-right: 10px;
    transition: none;
}

.fa-ellipsis-v.men {
    font-size: 22px;
    color:#888;
}

.menu-sett-card {
    position: absolute; 
    right:0; 
    top: 5px;
}

.menu-sett-card ul.dropdown-menu.show {
    margin-top: -10px;
}

.menu-sett-card ul.dropdown-menu a.dropdown-item{
    color:#666;
}

.content-inner {
    padding: 0;
    /*width: calc(100% - 250px);*/
    width: 100%;
    /*background: #fff;*/
    padding-bottom: 50px;
}

.content-inner.active {
    width: calc(100% - 90px);
}

.page-header {
    background: #fff;
    padding: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 99;
}

*[class*="icon-"] {
    transform: translateY(3px);
}

button,
input {
    outline: none !important;
}

.btn-general {
    background-color: transparent;
    text-align: center;
    border-width: 1px;
    border-radius: 0px;
    margin-top: 10px;
    font-size: 17px;
    padding: 10px 15px;
    font-weight: bold;
    text-transform: uppercase;
} 

.btn-blue {
background: #3bb100;
color: #fff;
padding: 5px 10px;
text-transform: capitalize;

cursor: pointer;
}

.btn-blue:hover,
.btn-blue:focus {
    
}

.btn-white {
    border-color: #B5033F;
    background-color: #B5033F;
    color: #fff;
}

.btn-white:hover,
.btn-white:focus {
    background-color:transparent;
    color: #2196f3;
    border-color: #2196f3;
    cursor: pointer;
}
 .form-group input,
 .form-group select{
    border-radius: 30px;
 }

.card {
    border: none;
    margin-bottom: 15px;
    //box-shadow: 0 0 6px -3px #333;
}

.card-header {
    //background: #605c3c;
    //padding: 10px 15px;
    //border-radius: 10px 10px 0px 0px !important;
}

.card-header h1,
.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5,
.card-header h6 {
    //margin-bottom: 0;
    /*color: #fff;*/
    text-transform: capitalize;
    font-size: 22px;
}

.card-body {
    padding: 10px;
}

.breadcrumb {
    background: #fff;
    position: relative;
    z-index: 50;
    border-radius: 0;
    padding: 15px 0;
    margin-bottom: 0;
}

.breadcrumb li.breadcrumb-item {
    color: #aaa;
    font-weight: 300;
}

#style-switch-button {
    z-index: 9999 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.page {
    overflow-x: hidden;
}

.has-shadow {
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 0 2px rgba(0, 0, 0, 0.05);
}

.badge {
    font-weight: 400;
}

.badge-rounded {
    border-radius: 50px;
}


/*
* ==========================================================
*     SIDEBAR
* ==========================================================
*/

nav.side-navbar {
    /*background: url("../../img/bg.png");*/
    //background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../../../assets/img/bg_1.jpg);
    min-width: 260px;
    max-width: 260px;
    color: #fff;
    z-index: 999;
    border-right: solid #e53637;
    /*==== Sidebar Header ====*/
    /*==== Sidebar Menu ====*/
    /*==== Shrinked Sidebar ====*/
}

nav.side-navbar a {
    color: inherit;
    position: relative;
    font-size: 0.9em;
}

nav.side-navbar a[data-toggle="collapse"]::before {
    content: '\f104';
    display: inline-block;
    transform: translateY(-50%);
    font-family: 'FontAwesome';
    position: absolute;
    top: 50%;
    right: 20px;
}

nav.side-navbar a[aria-expanded="true"] {
    //background: #3bb100;
    color: #ffc107;
}
nav.side-navbar a[aria-expanded="true"] .fa{
    color: #ffc107;
}

nav.side-navbar a[aria-expanded="true"]::before {
    content: '\f107';
}

nav.side-navbar a i {
    /*color: #2196f3;*/
    margin-right: 15px;
    transition: none;
    border-radius: 0;
}

nav.side-navbar .sidebar-header {
    padding: 20px 15px 10px;
}

nav.side-navbar .avatar {
    width: 55px;
    height: 55px;
    //display: none;
}

nav.side-navbar .title {
    margin-left: 10px;
}

nav.side-navbar .title h1 {
    color: #333;
}

nav.side-navbar .title p {
    font-size: 0.9em;
    font-weight: 200;
    margin-bottom: 0;
    color: #aaa;
}

nav.side-navbar span.heading {
    text-transform: uppercase;
    font-weight: 400;
    margin-left: 20px;
    color: #ccc;
    font-size: 0.8em;
}

nav.side-navbar ul {
    padding: 0px 0 15px;
}

nav.side-navbar ul a {
    padding: 0;
    text-decoration: none;
    display: block;
    font-weight: 400;
    margin: 0;
    background: none;
    border-radius: 0;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    letter-spacing: 0;
    padding: 10px 15px;
    border-top: #000 0px solid;
}
nav.side-navbar ul a .fa{
    font-size: 14px;
}

nav.side-navbar ul a:hover {
    //background: #3bb100;
    border-left: 0px solid #7b4397;
    color: #ffc107;
}

nav.side-navbar ul a:hover i{
    
}
nav.side-navbar a[aria-expanded="true"] i{
    //background: #ffc107;
}

nav.side-navbar ul li.active a {
  
}

nav.side-navbar ul li.active a:hover {
    //background: linear-gradient(to left, #F0EDA4, #F59111);
}

nav.side-navbar ul ul {
    padding: 0;
}

nav.side-navbar ul ul a {
    padding-left: 44px;
    background: transparent;
    padding-top: 0;
    padding-bottom: 10px;
    margin: 0;
    font-size: 15px;
    border: none;
}

nav.side-navbar ul ul li.active a {
    padding-left: 50px;
    background: #d7ecf9;
}

nav.side-navbar.shrinked {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
}

nav.side-navbar.shrinked span.heading {
    margin: 0;
}

nav.side-navbar.shrinked a {
    padding: 10px 10px;
    border: none;
    font-size: 0.8em;
    transition: color 0.3s, background 0.3s;
    
}

nav.side-navbar.shrinked a[data-toggle="collapse"]::before {
    content: '\f107';
    transform: translateX(50%);
    position: absolute;
    top: auto;
    right: 50%;
    bottom: 0;
    left: auto;
}

nav.side-navbar.shrinked a[data-toggle="collapse"][aria-expanded="true"]::before {
    content: '\f106';
}

nav.side-navbar.shrinked a:hover {
    border: none;
}

nav.side-navbar.shrinked a:hover i {
    //color: #fff;
    background: none;
}

nav.side-navbar.shrinked a i {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 0;
    display: block;
    font-size: 14px;
transition: color 0.3s;
width: auto;
height: auto;
padding: 0;
background: none;
line-height: 24px;
}

nav.side-navbar.shrinked .sidebar-header .title {
    display: none;
}


/* SIDBAR MEDIAQUERIES ----------------------------------- */

@media (max-width: 1200px) {
    nav.side-navbar {
        margin-left: -90px;
        min-width: 90px;
        max-width: 90px;
        text-align: center;
    }
    nav.side-navbar span.heading {
        margin: 0;
    }
    nav.side-navbar ul a {
        padding: 15px 10px;
        border: none;
        font-size: 0.8em;
        color: #fff;
        transition: color 0.3s, background 0.3s;
    }
    nav.side-navbar ul a[data-toggle="collapse"]::before {
        content: '\f107';
        transform: translateX(50%);
        position: absolute;
        top: auto;
        right: 50%;
        bottom: 0;
        left: auto;
    }
    nav.side-navbar ul a[data-toggle="collapse"][aria-expanded="true"]::before {
        content: '\f106';
    }
    nav.side-navbar ul a:hover {
        color: #fff;
        border: none;
    }
    nav.side-navbar ul a:hover i {
        color: #fff;
    }
    nav.side-navbar ul a i {
        margin-right: 0;
        margin-bottom: 5px;
        display: block;
        font-size: 1.6em;
        color: #fff;
        transition: color 0.3s;
    }
    nav.side-navbar .sidebar-header .title {
        display: none;
    }
    nav.side-navbar.shrinked {
        margin-left: 0;
    }
    .content-inner {
        width: 100%;
    }
    .content-inner.active {
        width: calc(100% - 90px);
    }
}


/* ==========================================================
                     RIGHT SIDE NAVBAR
 ============================================================*/

#sidebar-wrapper {
    position: fixed;
    z-index: 1000;
    right: 0;
    top: 78px;
    overflow-y: auto;
    width: 250px;
    height: 100%;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    transform: translateX(250px);
    background: #fff;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
}

#menu-toggle-right {
    z-index: 1;
    right: 0;
}

#sidebar-wrapper.active {
    right: 250px;
    width: 280px;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
    z-index: 999;
}

.sidebar-nav .toggle {
    font-size: 1em;
    margin: 5px 5px 0 0;
    padding: 15px 20px;
}

.sidebar-nav .tab {
    text-align: center;
}

.sidebar-nav .tab .nav-tabs {
    position: relative;
    border-bottom: none;
}

.sidebar-nav .tab .nav-tabs li {
    margin: 0;
    width: 50%;
    height: 40px;
    line-height: 40px;
}

.sidebar-nav .tab .nav-tabs li a {
    display: block;
    padding: 5px 0;
    background: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #999;
    text-align: center;
    border-radius: 0;
    border: none;
    margin-right: 0;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    border-bottom: 2px solid #ddd;
}

.tab .nav-tabs li a.active,
.tab .nav-tabs li a:hover {
    color: #2196f3;
    border: none;
    border-bottom: 2px solid #ddd;
}

.sidebar-nav .tab .nav-tabs li a.active {
    border-bottom: 2px solid #2196f3;
}

.sidebar-nav .tab .tab-content {
    padding: 20px;
    margin-top: -2px;
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
    border-top: 2px solid #ddd;
}

.sidebar-nav .tab .tab-content h3 {
    font-size: 24px;
    margin-top: 0;
}

.sidebar-nav .tab .tab-content h6.msg-nav-h6 {
    font-size: 16px;
    line-height: 0px;
    margin-top: 15px;
}

@media only screen and (max-width: 479px) {
    .sidebar-nav .tab .nav-tabs li {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }

    .sidebar-nav .tab .nav-tabs li:last-child {
        margin-bottom: 0;
    }
}

.newsf-list ul {
    padding-bottom: 20px;
}

.newsf-list ul li{
    padding:10px 0;
}

.newsf-list ul li img{
    width: 50px;
    height: 50px;
    margin:0 8px 0 8px;
}

.newsf-list ul li h3{
    color:#555;
    font-size: 18px;
    margin:0;
    padding:0;    
}

.newsf-list ul li small{
    color:#888;
    margin:0;
    padding:0;
}

/*
* ==========================================================
*     MAIN NAVBAR
* ==========================================================
*/

nav.navbar {
    padding: 5px 0;
    color: #fff;
    position: relative;
    border-radius: 0;
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2);
    z-index: 99;
    /*==== Toggle Sidebar Btn ====*/
    /*==== Navbar Items ====*/
    /*==== Search Box ====*/
    /*==== Dropdowns ====*/
}

nav.navbar .badge {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    padding: 0;
    border-radius: 50%;
}

nav.navbar .navbar-brand .brand-small {
    display: none;
}

nav.navbar a {
    color: inherit;
}

.nav-link {
    display: block;
    padding: .5em 10px;
}

nav.navbar .container-fluid {
    width: 100%;
}

nav.navbar .menu-btn.active {
    margin-right: 20px;
    font-size: 1.2em;
    height: 13px;
    transition: all 0.7s;
}

nav.navbar .menu-btn span {
    width: 20px;
    height: 2px;
    background: #ffc107;
    display: block;
    margin: 4px auto 0;
    transition: all 0.3s cubic-bezier(0.81, -0.33, 0.345, 1.375);
}



nav.navbar .menu-btn.active span:first-of-type {
    transform: translateY(12px);
}

nav.navbar .menu-btn.active span:last-of-type {
    transform: translateY(-12px);
}

nav.navbar .nav-item> a {
    position: relative;
    color: #fff;
    font-size: 18px;
}

nav.navbar .nav-item>a span {
    position: absolute;
    top: 0; 
    height: 23px;
    width: 23px;
    line-height: 23px;
    font-weight: 400;
    font-size: 0.6em;
}

nav.navbar .nav-item>a span.noti-numb-bg {
    height: 23px;
    width: 23px;
    line-height: 23px;
    border:4px solid rgba(36, 148, 241, 0.74);
    border-radius: 50%;
    -webkit-animation: heart-beats 1s infinite;
    animation: heart-beats 1s infinite;
}

@keyframes heart-beats {
    0%   { transform: scale(0.0);}
    100%   { transform: scale(1.0); }
}  

@-webkit-keyframes heart-beats {
    0%   { transform: scale(0.0);}
    100%   { transform: scale(1.0); }    
}

nav.navbar .nav-item>a.logout i {
    margin-left: 10px;
}

nav.navbar .search-box {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    background: #fff;
    z-index: 9999;
    border-radius: 0;
    display: none;
}

nav.navbar .search-box .dismiss {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    font-size: 1.5em;
    color: #999;
}

nav.navbar .search-box form {
    height: 100%;
}

nav.navbar .search-box form input {
    height: 100%;
    border: none;
    padding: 20px;
}

nav.navbar .dropdown-menu {
    right: 0;
    min-width: 250px;
    left: auto;
    margin-top: 18px;
    padding: 15px 0;
    max-width: 400px;
    border-radius: 0;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}

nav.navbar .dropdown-menu.profile {
    right: 0;
    min-width: 200px;
    left: auto;
    margin-top: 10px;
    padding: 0 0;
    max-width: 400px;
    border-radius: 0;
    border: none;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), -2px 0 2px rgba(0, 0, 0, 0.1);
}

nav.navbar .dropdown-menu a {
    background: #fff;
    padding: 5px 20px;
    font-size: 0.8em;
    color: #777;
    width: 100%;
}

nav.navbar .dropdown-menu a:hover {
    background: #f5f5f5;
}

nav.navbar .dropdown-menu a i {
    line-height: 30px;
    text-align: center;
    color: #ffc107;
    border-radius: 50%;
    margin-right: 10px;
}

nav.navbar .dropdown-menu a i.bg-red {
    background: #F44336;
}

nav.navbar .dropdown-menu a i.bg-skyblue {
    background: #2196F3;
}

nav.navbar .dropdown-menu a i.bg-blue {
    background: #78459a;
}

nav.navbar .dropdown-menu a small {
    margin-left: 40px;
}

nav.navbar .dropdown-menu span {
    position: static;
    font-size: 0.9em;
    color: #999;
}

nav.navbar .dropdown-menu strong {
    font-weight: 700;
}

nav.navbar .dropdown-menu .msg-profile {
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

nav.navbar .dropdown-menu h3 {
    font-weight: 500;
}

nav.navbar .dropdown-menu h3.msg-nav-h3 {
    font-weight: 300;
    font-size: 17px;
}


/* MAIN NAVBAR MEDIAQUERIES ----------------------------------- */

@media (max-width: 1200px) {
    nav.navbar {
        /*==== Toggle Sidebar Btn ====*/
    }
    
    nav.navbar .menu-btn {
        margin-right: 20px;
        font-size: 1.2em;
        transition: all 0.7s;
    }
    nav.navbar .menu-btn span:first-of-type {
        transform: translateY(12px);
    }
    nav.navbar .menu-btn span:nth-of-type(2) {
        transform: none;
    }
    nav.navbar .menu-btn span:nth-of-type(2)::before,
    nav.navbar .menu-btn span:nth-of-type(2)::after {
        transform: rotate(45deg);
    }
    nav.navbar .menu-btn span:nth-of-type(2)::after {
        transform: rotate(145deg);
        position: absolute;
        top: -2px;
        left: 0;
    }
    nav.navbar .menu-btn span:last-of-type {
        transform: translateY(-12px);
    }
    nav.navbar .menu-btn.active span:first-of-type {
        transform: none;
    }
    nav.navbar .menu-btn.active span:nth-of-type(2) {
        transform: rotateY(180deg);
    }
    nav.navbar .menu-btn.active span:last-of-type {
        transform: none;
    }
}

@media (max-width: 991px) {
    .header .navbar .nav-menu .full_scr_exp a{
        display: none;
    }

    nav.navbar .navbar-brand .brand-big {
        display: none;
    }

    nav.navbar .navbar-brand .brand-small {
        display: block !important;
    }    
}

@media (max-width: 576px) {
    nav.navbar {
        font-size: 14px;
    }
    nav.navbar .badge {
        width: 19px;
        height: 19px;
    }
    nav.navbar .dropdown-menu {
        right: auto;
        left: -50%;
        transform: translateX(-50%);
    }
}
 

/*
* ==========================================================
*     DASHBOARD COUNTS SECTION
* ==========================================================
*/

section.dashboard-counts .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    min-width: 40px;
    max-width: 40px;
    border-radius: 50%;
}

section.dashboard-counts .title {
    font-size: 1.1em;
    font-weight: 300;
    color: #777;
    margin: 0 20px;
}

section.dashboard-counts .progress {
    margin-top: 10px;
}

section.dashboard-counts .number {
    font-size: 1.8em;
    font-weight: 300;
}

section.dashboard-counts .number strong {
    font-weight: 700;
}

section.dashboard-counts .row {
    padding: 30px 15px;
    margin: 0;
}

section.dashboard-counts div[class*='col-'] .item {
    border-right: 1px solid #eee;
    padding: 15px 0;
}

section.dashboard-counts div[class*='col-']:last-of-type .item {
    border-right: none;
}


/*  DASHBOARD COUNTS MEDIAQUERIES ------------------------ */

@media (max-width: 1200px) {
    section.dashboard-counts div[class*='col-']:nth-of-type(2) .item {
        border-right: none;
    }
}

@media (max-width: 575px) {
    section.dashboard-counts div[class*='col-'] .item {
        border-right: none;
    }
}

/*=========================================
                FOOTER
===========================================*/
 
.social-bottom.sb-fb {
    background: #43609c;
}

.social-bottom.sb-tw {
    background: #1da1f2;
}

.social-bottom.sb-gp {
    background: #db4437;
}

.social-bottom.sb-in {
    background: #3f729b;
}

.social-bottom i {
    margin:10px auto 20px auto;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border-radius: 50%;
}

.social-bottom i.fa-facebook {
    border:2px solid #43609c;
    color:#43609c;
    background: #fff;
}

.social-bottom:hover i.fa-facebook {
    border:2px solid #fff;
    color:#fff;
    background: #43609c;
}

.social-bottom i.fa-twitter {
    border:2px solid #1da1f2;
    color:#1da1f2;
    background: #fff;
}

.social-bottom:hover i.fa-twitter {
    border:2px solid #fff;
    color:#fff;
    background: #1da1f2;
}

.social-bottom i.fa-google-plus {
    border:2px solid #db4437;
    color:#db4437;
    background: #fff;
}

.social-bottom:hover i.fa-google-plus {
    border:2px solid #fff;
    color:#fff;
    background: #db4437;
}

.social-bottom i.fa-instagram {
    border:2px solid #3f729b;
    color:#3f729b;
    background: #fff;
}

.social-bottom:hover i.fa-instagram {
    border:2px solid #fff;
    color:#fff;
    background: #3f729b;
}

.social-bottom  div {
    font-size: 20px;
    color:#fff;
}

.social-bottom  p {
    font-size: 23px;
    /*font-weight: 700;*/
    color:#fff;
    text-transform: uppercase;
}
.brand-text h2{
    color:#ffc107;
    font-size: 22px;
    
}
.dash_img h4{
    text-align: center;
    width: 100%;
    background: #fff;
    font-size: 17px;
    padding: 6px;
    letter-spacing: .5px;
    
}
.dash_img img{
    height: 120px;
    width: 100%;
}
.dash_img h3{
    background: linear-gradient(to left, #F0EDA4, #F59111);
    font-size: 20px;
    text-align: center;
    padding: 8px;
    
    color: #000;
}
.card_ul{
    color: #fff;
padding: 15px 30px;
}
.card_ul li{
    list-style: none;
}
.card-close .dropdown-item {
    background: linear-gradient(180deg,#FFE89B 0%,#ECB954 100%);
    color: #333;
    margin-top: -10px;
    border-radius: 20px;
}
.form-control:focus {
    border: none;
    border: solid #d9ac4f 1px;
}
.form-control,
.form-control:focus{
    color: var(--tx-lt);
  background-color: var(--bg);
}
span.input-group-addon{
    background:var(--bg);
    color:var(--tx-lt);
}

    
span.input-group-addon > i{
    position:relative !important ;
    left:unset !important;
    right:unset !important;
    margin-top: 0px !important;
    
}
.card-block .fa{
    font-size: 30px;
    color: #555;
}
.report1-cont span a{
    color: #333;
}
.dashli li {
    list-style: none;
  font-size: 15px;
display: initial;
border-right: solid 1px #555;
padding: 0 15px;
}
.dashli li span{
    color: #28a745;
}
.dashli li .fa {
    padding-right: 10px;
    display: none;
}
.dashli li span {
    //float: right;
}
.form-group::before{
    clear: both;
}
.dataTables_wrapper .dataTables_length{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.dataTables_wrapper .dataTables_filter{
    width: 50%;
    float: left;
    margin-bottom: 15px;
}
.btn{
    cursor: pointer;
    background: var(--mcbg);
    color: #fff;
    border: none;
}
.round-pill{
    border-radius:99px;
}
.bg-tb{
    background:#f4f3f3db;
    border-radius:10px;
}
#profile{
    color: #121212;
}
.dashli li:last-child{
    border-radius: 0 0 0 0;
    border: none;
}
.dashli{
    
}
.navbar-brand img{
    width: 100px;
    color: #333;
}
.navbar-brand {
    margin-right: 5px;
}
.card-block hr {
    margin-bottom: 0;
    border-top: 2px solid #000;
}
.report1-cont span{
    background: #111;
    color: #fff;
    padding: 4px 16px;
    border-radius: 20px;
}
.report1-cont span a{
    color: #fff;
}
.report1-cont{
    margin-top: -15px;
}
.report1-cont h2{
    font-size: 20px;
    margin: 10px 0 0;
}
footer p{
    margin: 10px 0;
    font-size: 14px;
}

.trd_clr{
    text-align: center;
    background: #fff;
margin-bottom: 10px;
}
.trd_clr a.btn{
    text-transform: capitalize;
    padding: 10px;
    width: 100%;
    border-radius: 5px;
    border: none;
    color: #fff;
}
.trd_clr a.btn .fa{
    font-size: 26px;
    margin: 5px 0;
}
.trd_clr label{
    width: 32%;
}
.trd_nmbr span{
    background: #00ae52;
    height: 55px;
    width: 55px;
    color: #fff !important;
    font-size: 30px;
    text-align: center;
    cursor: pointer;
    border: dashed 3px;
    border-radius: 50%;
    font-family: 'Inter', sans-serif;
}

/* HIDE RADIO */
[type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
[type=radio] + span {
  cursor: pointer;
}

/* CHECKED STYLES */
[type=radio]:checked + span, [type=radio]:checked + a{
    box-shadow: 0 0 10px -5px #000 !important;
}

.trd_nmbr{
    text-align: center;
}
.rprt .fa {
    background: #0080f0;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 40px;
    border-radius: 10px;
    margin-bottom: 5px;
}
.ftr_menu td {
    padding: 10px 0;
    border-top: 0px solid #e9ecef;
    color: #fff;
    width: 20%;
    font-size: 13px;
}
.ftr_menu td .fa{
    color: #333;
font-size: 26px;
}
nav.navbar .menu-btn.active {
    display: none;
}
.ftr_menu td a{
    color: #444;
    text-transform: uppercase;
    text-decoration: none;
}
.ftr_menu li .bi-gem {
  color: #fff;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 50px;
  font-size: 32px;
  background: var(--mcbg);
  border: 4px solid #fff;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    background-color: #ffc107;
    //border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    /*border-radius: 4px 4px 0 0;*/
    padding: 10px 15px;
    background-color: #111;
    color: #fff;
    text-transform: uppercase;
}
.nav-tabs > li > a:focus, .nav-tabs > li > a:hover {
    text-decoration: none;
    background-color: #ffc107;
}
.nav-tabs {
    border: none;
}
a{
    color: #fff;
}

.form-group .btn{
   background: transparent;
  color: var(--mc);
  text-transform: uppercase;
  width: 100%;
  border-radius: 20px;
  border: 2px solid var(--mc);
}
.btn:hover{
    
}
.form-group .fa{
    position: absolute;
    right: 21px;
    margin-top: 14px;
    color: #333;
}
.term{
    color:#333;
}
.card-header{
    background: var(--mcbg2);
    color: #fff;
    padding: 12px 15px;
    border-radius: 0 !important;
    text-align: center;
}
.card-header i{
    font-size: 24px;
  color: #fff;
}
.card-header h4{
    margin: 0;
    font-size: 20px;
}
.pagination {
    font-size: 14px;
}
.page-link{
    color: #FF6913;
}
.pg img {
    box-shadow: 0px 0 10px -2px #fff;
    border-radius: 5px;
}
.pg img:hover{
    box-shadow: 0px 0 10px -2px #e53637;
}
.pg h2{
    text-transform: uppercase;
    font-size: 22px;
    color: #fd490c;
    text-align: center;
    padding-top: 5px;
}
.pg .col-md-3:hover h2{
    color: #e53637;
}
.dsh_mnu a {
    min-width: 140px;
    margin-top: 8px;
    text-transform: capitalize;
    font-size: 14px;
    text-decoration: none;
    color: #fff !important;
    padding: 8px;
    border-radius: 25px;
    background: linear-gradient(to right, rgb(52, 117, 245), rgb(11, 197, 244));
    text-align: center;
}
.card .nav li .btn{
    text-transform: uppercase;
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 10px;
    margin: 0 8px;
    color: #fff;
}
.trd_nmbr label{
    width: 19%;
}
.pg h2 small{
    color: #222;
text-transform: capitalize;
}
.pg img{
    margin-bottom: 15px;
}
.crp .nav-tabs > li > a{
    background-color: var(--bg2);
    color: #b0b0b0;
    text-transform: capitalize;
    /*box-shadow: rgba(0, 0, 0, 0.3) 5px -5px 7px -6px;*/
    text-decoration: none;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    font-size: 13px;
    
    /*border: 1px solid #eee00d;*/
}
.crp .nav-tabs > li > a.active{
   background: var(--mcbg2);
   font-weight: bold;
  color: #fff
}
.crp .nav-tabs > li{
    width: 30%;
    margin: 0 auto 5px;
}
.crp .nav-tabs > li > a:focus, .crp .nav-tabs > li > a.active{
  box-shadow: 0 0 10px -5px #000;
}
.crp .nav-tabs > li > a:hover {
  box-shadow: 0 0 10px -5px #000;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    box-shadow: 0 0 10px -5px #000;
}
.crp .tab-content td p{
    box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 5px;
    background: #00C282;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}
.crp .tab-content .table_r{
    width: 100%;
    overflow: auto;
    overflow-y: hidden;
    margin-top: 10px;
    border-radius: 7px
}
.crp .tab-content td h6{
    text-align: center;
    font-size: 14px;
}
.crp .tab-content .table-bordered td p{
    background: #777;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 auto;
    box-shadow: none;
}
.crp .tab-content .table-bordered td{
  border: 1px solid rgb(201, 219, 255);
  padding: 5px;
  text-align: center;
}
.crp .tab-content .grv td p{
    width: 25px;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-right: 5px;
}
.grv .progress{
    width: 75%;
    margin-top: 2px;
}
.grv .progress-bar{
    height: 20px;
    line-height: 20px;
    background-color: #00C282;
}
.grv{
    padding-top: 15px;
}
.dchart{
    background: rgb(201, 219, 255);
    padding: 10px 10px 1px;
}
.dchart td{
    font-size: 12px;
}
.trd_cryp label {
  width: 94%;
  margin: 0;
}
.trd_cryp a.btn {
  border-radius: 0;
  background: #fff;
    color: #333;
}
.trd_cryp [type="radio"]:checked + span, .trd_cryp [type="radio"]:checked + a {
  background: #fff !important;
  box-shadow: none !important;
    color: #FF6913;
  padding: 0;
  text-transform: uppercase;
}
.table td p{
    margin: 0;
}
.container-fluid {
  padding: 0 10px;
}
.table td a{
    color: #bcbfbf;
    text-decoration: none;
}
.cnt_dwn td h5{
    font-size: 18px;
}
.cnt_dwn td h5 span{
    /*background: #f7f7f7;*/
    /*color: rgb(0, 147, 255);*/
    /*padding: 5px 10px;*/
    /*border-radius: 4px;*/
}
.card-header a{
    text-decoration: none;
    color: #777;
    font-size: 15px;
}
.rechrg p{
    margin: 0;
color: #666;
text-align: center;
}
.rechrg h4{
text-align: center;
}

.prfl_mn a{
    color: var(--tx-lt);
    text-decoration: none;
    display: block;
    padding: 8px 0
}

.prfl_mn a .fa{
    width: 20px;
}
.prfl_mn a span{
    float: right;
    text-align: right;
}
.rule h4{
    color: #FF420B;
    text-align: center;
    font-weight: 600;
    padding-bottom: 15px;
}
.rule p{
    font-weight: 600;
}
.rule ul li span{
    background: rgb(0, 147, 255);
    color: #fff;
    width: 32px;
    border-radius: 10px;
    margin-right: 5px;
    text-align: center;
}
.modal-lg {
  max-width: 95%;
}
.rule ul li{
    list-style: none;
    padding: 5px 0;
}
.rule thead{
    background: rgb(241, 243, 255);
}
.rule .table{
    text-align: center;
    margin-top: 15px;
}
.wnr_nws{
    padding: 10px 0;
}
.wnr_nws span{
    color: #00C282;
}
.wnr_nws marquee{
    font-size: 14px;
    color: #555;
}
.wnr_nws img{
    margin-right: 5px;
}
.ftr_menu ul li{
    list-style: none;
    text-align: center;
    width: 25%;
    float: left;
    font-size: 14px;
}
.ftr_menu ul li a{
    color: #79c6d8;
    text-decoration: none;
}
.ftr_menu {
    background: var(--bg2);
    background:#fff;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  width: 360px;
  padding: 10px 0 5px;
  box-shadow: none;
  z-index: 999;
}
.footer{
    background: #292929;
}
.ftr_menu ul li a.active{
    /*color: #d9b38c;*/
}
.cnt_dwn{
    background: linear-gradient(to right, #ff4b1f, #ff9068);
    padding: 15px;
    border-radius: 15px;
}
.cnt_dwn td{
    border: none;
    color: #fff;
    padding: 10px 8px 5px;
}
.cnt_dwn img{
    width: 75px;
}
.bid_gm_dwn{
    margin-top: 5px;
    padding: 10px;
}
.rle .fa{
    font-size: 24px;
}
.bck .fa{
    font-size: 36px;
    color: #555;
}
.bck{
    text-align: left;
    float: left;
    padding: 0 10px;
}
.prt_mdl{
    box-shadow: 0 0 5px 0 #ddd;
    border-radius: 15px;
}
.prt_mdl td{
    padding: 7px 10px;
    border: none;
}
.prt_mdl td a{
    margin: 0;
}
.prt_mdl h4{
    margin: 5px 0 0;
}
.prt_mdl h4 small{
    font-size: 16px;
}
.prt_nm td a{
    border: solid 1px #999;
    width: 30px;
    text-align: center;
    border-radius: 5px;
}
.prt_nm td{
    padding: 0;
    border: none;
    text-align: center;
}
.prt_nm input{
    text-align: center;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #fd490c;
}

    .cp_btn .btn {
      background: #eee;
      font-size: 14px;
      padding: 5px;
      border: none;
      margin: 0 1px 0 0;
      border-radius: 5px;
      width: 13%;
    }

.cp_btn .btn:focus {
  box-shadow: none;
    background: #6DC600;
    color: #fff !important;
}
h4.prt_h4{
    text-align: center;
    margin: 0 auto;
    color: #fff;
}
.rechrg h6{
   text-align: center; 
}
.rechrg h6 .fa{
    color: #fd490c;
    font-size: 20px;
    margin-left: 5px;
}
.in_tbl .table td a img {
  width: 100%;
  margin-right: 0;
}
.invt_scl{
    text-align: center; 
}
.invt_scl .fa{
    width: 50px;
    height: 50px;
    background: #4EC45A;
    color: #fff;
    border-radius: 50%;
    line-height: 50px;
    font-size: 24px;
    box-shadow: 2px 2px 8px -4px #333;
    margin: 10px 5px;
}
.rchr_btn .btn{
 
  border-radius: 8px;
  margin-bottom: 0px;
  padding: 8px 0;
  font-size: 15px;
  background: #0000;
  color: var(--mc);
  border: 1.5px solid #c8c8c8;
  flex: 1 0 6rem;
}
.rchr_btn{
    text-align: center;
    width: 100%;
}
.trd {
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  /*margin: 12px 12px 16px;*/
  padding: 20px;
  height: 116px;
  text-align: center;
  margin-top: 15px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  /*border: 1px solid rgba(0,0,0,.125);*/
  border-radius: .25rem;
  background: var(--bg2);
}
.bg_card{
    background-color: #fff;
}
.bg_card .table thead th {
  padding: 10px !important;
  border-bottom: 1px solid #e9ecef;
  border-top: 2px solid #e9ecef;
}
.bg_card .table td {
  padding: 5px 10px !important;
}
.bg_card .table td span{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 2px;
}
.bg_card .table td span.red{
    background: #FA3C09;
}
.bg_card .table td span.grn{
    background: #4C8A00;
}
.bg_card .table td span.ppl{
    background: #9d209d;
}
.bg_card h4{
    padding: 10px;
text-align: center;
margin: 0;
font-size: 20px;
font-weight: 600;
}
.bg_card .card-body{
    padding: 15px;
}
.bg_card p{
    margin: 0;
}
.bg_card p span{
    font-size: 18px;
    font-weight: 600;
    padding-left: 15px;
}
.bg_white{
    background: #fff;
}
.prfl_mn a .fa-plus-circle{
    /*color: #333;*/
}
.prfl_mn .panel-body a{
    padding: 0px 0 10px;
    padding-left: 25px;
    font-size: 14px;
}
.lg_btn{
    width: 100%;
    margin-top: 15px;
    background: #fff;
    border: none;
    padding: 12px;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 2px 2px 6px -2px #333;
}
.dash_hdr{
    text-align: center;
}
.dash_bnr{
    padding: 30px;
    text-align: center;
    background: url(../../../assets/associate/img/bg_1.jpg) no-repeat;
    background-size: 100% 100%;
}
.dash_bnr h3{
    color: #F6D693;
font-size: 23px;
font-weight: 600;
padding-top: 20px;
padding-bottom: 350px;
}
.bns_start{
    background: url(../../../assets/associate/img/brdr2.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-bottom: 5px;
    text-shadow: 1px 1px 4px #000;
}
.bns_start span{
    color: #F6D693;
    font-weight: 600;
    font-size: 28px;
    position: relative;
    top: -18px;
}
.bns_start p{
    margin: -25px 0 0;
    font-size: 20px;
}
.strt{
      text-align: center;
}
.dash_game h5{
    font-size: 16px;
}
.gm_card{
    /*background: linear-gradient(180deg,#2B3384 0%,#22275B 100%);*/
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cardg {
  /*box-shadow:0 -.05333rem .13333rem #4cd4f0 inset, 0 .05667rem .01333rem .05333rem #22275b;*/
  padding: 5px 15px;
  border-radius: 15px;
  margin-bottom: 15px;
  position: relative;
  background: var(--mcbg2);
  color: #000;
}
.gm_card a{
    text-decoration: none;
}
.gm_card h4{
  color: #8f5206;
  text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px;
    font-weight: bold;
   /*margin-top: -55px;*/
}
.gm_card img {
  height: 72px;
  padding-left: 200px;
 /*margin-top: 25px;*/
}
.gm_card p{
    margin: 0;
    color: #8f5206;
    font-size: 14px;
    line-height: 18px;
}

.in_tbl {
    padding: 15px;
    height: 330px; 
    background-image: url(../img/promotionbg.png),var(--mcbg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover,100% 100%;
}
.incr input{
    border: solid 1px #ddd;
    text-align: center;
    height: 35px;
    width: 35px;
    margin-left: -4px;
}
.incr span{
    margin-right: 15px;
}
.incr_ftr{
    padding-top: 0;
    border: none;
}
.incr_ftr a{
    width: 50%;
    text-align: center;
    padding: 15px;
}
.trd_nmbr label:hover img{
    cursor: pointer;
    box-shadow: 0 0 15px 0px #000;
}
.text{
    padding:10px;
}
.table-game{
    background:grey;
}
.dash_game .col-md-6 p{
    position: absolute;
    right: 18px;
    top: 3px;
    background: #fff;
    font-size: 12px;
    border-radius: 5px;
    padding: 0 4px;
}
.dash_hdr .btn{
    border-radius: 10px;
    padding: 7px;
    min-width: 90px;
    margin-top: 5px;
    background: linear-gradient(90deg,#3F1800 0%,#773D00 100%);
  border: none;
}
.dash_hdr td{
    border: none;
}
p.rwrd {
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 14px;
  background: #FFFBE8;
  margin: 15px 0;
  color: #FF6964;
}
p.rwrd span {
  width: 90%;
}
p.rwrd i{
  color: #F23F39;
  font-size: 22px;
}
.dash_hdr .table td{
    padding: 0;
}
.dash_game td img {
  margin-bottom: 0;
  box-shadow: none;
  width: 60px;
}
.dash_game .table td{
  border: none;
    padding: 6px 0;
    text-align: center;
}
.wingo_inr{
    /*background: linear-gradient(90deg,#3F1800 0%,#773D00 100%);*/
    background: linear-gradient(to right, #F3F9A7, #CAC531);
    background-size: cover;
    padding: 15px 15px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 .05333rem .10667rem #c5c5da42;
    margin-bottom: 20px;
}
.wingo h5{
    background: #F4F5F8;
  border-radius: 0 0 10px 10px;
  color: #333;
  text-align: left;
  padding: 10px;
}
.wingo h5 span{
  float: right;
}
.wingo a{
    color: #fff;
}
.wingo_inr p{
    font-size: 14px;
    margin: 0;
}
.wingo .table td{
    padding: 10px;
    text-align: left;
    font-size: 14px;
}
.wingo_inr img{
    box-shadow: none;
    position: absolute;
    right: 0;
    width: 100px;
    top: -10px;
    opacity: 0.5;
}
.win_info img{
    height: auto;
    margin-top: -34px;
}
.win_info .table td{
    padding: 7px 0;
}
.win_info h4{
    /*font-size: 18px;*/
    /*text-align: center;*/
}
.earn_chart td .btn{
    background: linear-gradient(90deg, rgb(206, 2, 4) 0%, #FF6913 100%);
    color: #fff;
    margin-top: 5px;
    border-radius: 22px;
    border: none;
    width: 100%;
    padding: 5px;
}
.earn_chart .table td{
    text-align: center;
}
.earn_chart .table h4{
    margin: 7px 0 0;
}
.frst{
    background: url(../../../assets/associate/img/1top.png);
    background-size: 100%;
    /*margin-bottom: 50px;*/
}
.earn_chart .frst td{
    padding: 12px 10px 3px;
}
.earn_chart .frst td p{
    padding-top: 25px;
    color: #000;
}
.earn_chart .frst td h5{
  color: #8f5206;
  background: #fff;
  font-size: 0.9rem;
  padding: 5px 0 4px;
  border-radius: 15px;
  width: 100%;
  margin: 7px auto 0px;
  text-wrap: nowrap;
  min-width: 6rem;
}

.frt{
    background: var(--bg2);
}
.frt tr{
    border-bottom: 8px solid var(--bg);
}
.frt  td img{
    width: 40px;
    margin-top: 0px;
}
.frt td {
  padding: 4px 5px;
  color: var(--tx-lt);
}
.frt p{
    font-weight: bold;
    padding: 5px;
}
.earn_chart .frt td h5 {
  color: #fff;
  background: var(--mcbg2);
  font-size: 16px;
  padding: 5px 0 4px;
  border-radius: 15px;
  width: 100%;
  margin: 7px auto 0px;
  text-wrap: nowrap;
}

.ftr_menu li .bi-recycle{
    background: linear-gradient(90deg,#3F1800 0%,#773D00 100%);
    color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 32px;
}
.prfl{
    background: linear-gradient(90deg, rgb(206, 2, 4) 0%, #FF6913 100%);
    padding-bottom: 100px;
    border-radius: 0 0 0 30%;
    color: #fff;
}
.prfl .table{
    margin: 0;
}
.prfl .table td{
    border: none;
}
.prfl p span{
    background: #FF595A;
    padding: 0 8px;
    border-radius: 10px;
}
.prfl h5{
    font-weight: 600;
}
.prfl td p {
  margin: 0 0 2px;
}
.tbal{
    margin-top: -100px;
    border-radius: 15px 30% 15px 15px;
}
.tbal p{
    margin-bottom: 5px;
}
.tbal .table{
    margin: 0;
    text-align: center;
}
.tbal .table i{
    font-size: 22px;
    color: #FF595A;
}
.tbal hr{
    margin: 10px 0;
}
.bid_gm{
  /*background:#1d1e22 url(../img/headerBg.png) no-repeat 50%;*/
  background: var(--bg3);
  background-size: cover;
  padding: 5px 15px 15px;
  border-radius: 0 0 30px 30px;
}
.bid_gm table{
    margin: 0;
}
.bid_gm table td{
    border: none;
    padding: 5px;
    width: 50%;
}
.content-box{
    height:145px;
}
.bid_gm_inr{
    padding: 10px;
      background: rgba(0, 0, 0, 0.17);
      border-radius: 15px;
      color: #333;
}
.bid_gm_inr .btn{
  width: 100%;
  border-radius: 25px;
  border: solid var(--bg2) 2px;
  background: linear-gradient(90deg,#C4933F 0%,#FAE59F 100%);
  color: #fff;
}
.bid_gm_inr img{
    width: 40px;
  position: relative;
  top: -3px;
}
#timer{
    font-size: 22px;
}
.table_r .table td{
  padding: .5rem;
  text-align: center;
}
.g_v_r label{
    width: 32%;
}
.g_v_r label .btn{
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}
.crp{
    padding: 0 10px;
}
.crp .table thead th{
    text-align: center;
    border: none;
    padding: 10px 5px;
}
.crp .table td{
    text-align: center;
    border: none;
    padding: 1px;
    font-size: .9em;
    vertical-align: middle;
    font-family:'Roboto', 'Inter', sans-serif;
}
.crp .table{
    border-radius: 15px;
}
.crp .table thead{
    background: var(--mc);
  color: #fff;
}
.table_r .prd_dtls tr td{
    padding: 5px;
}
.table_r td .fa-circle:nth-child(2){
    font-size: 13px;
    margin-left:8px;
}
.table_r td .fa-circle{
    font-size: 13px;
}
.top_card{
    background: var(--bg2);
    padding: 15px;
    border-radius: 15px;
}
.cstm_hdr {
  padding:   0;
}
.cstm_hdr .table td a img {
  /*width: 55px;*/
  width: 4rem;
}
.cstm_hdr .table{
  margin: 0;
}
.cstm_hdr .table i{
    color: #f8dc93;
  font-size: 22px;
  margin-left: 10px;
  margin-top: 10px;
}
.cstm_hdr .table td{
  padding-top: 0;
  padding-bottom: 0;
  border: none;
}
.wingo_inr .btn{
    background: linear-gradient(90deg,#3F1800 0%,#773D00 100%);
  padding: 2px 6px;
  font-size: 14px;
  border: none;
  border-radius: 10px;
  box-shadow: none;
}
.cstm_hdr h2{
    margin: 0;
  color: #fff;
  font-weight: 900;
  padding-top: 15px;
  float: left;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, .btn{
    font-family: 'Inter', sans-serif;
    text-transform: capitalize;
}
.bid_gm .bid_top td {
  width: 33.33%;
}
.bid_gm .bid_top td a{
  color: #fff;
}
.bid_gm .bid_top td i{
  font-size: 24px;
}
.yellow-box{
    background:#eee00d;
    padding-left: 10px;
  
}
.play-text{
    font-weight:800;
    color:#000;
    text-align:center;
}
.mt--4 {
    margin-top: -4rem;
}
.bid_bg{
  /*width: calc(100% - .69333rem);*/
  width: 100%;
  height: 100px;
  margin: .48rem auto 0;
  background-image: url(../../../assets/associate/img/bid_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: .01333rem center;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  color: #fff;
}
.bid_bg table{
    margin: 0;
    color: #fff;
}
.bid_bg table p{
  border: solid 1px #eee00d;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 15px;

}
.bid_bg table p a{
    color: #fff;
}
.bid_bg .table td{
  border: none;
}

.slide_card{
  text-align: center;
  background: #f0f0f5;
  border-radius: 10px;
  padding: 15px 10px !important;
  border-right: solid #fff 10px;
  border-top: none !important;
}
.slide_card p{
  margin: 0;
}
.slide_card h5{
    margin: 10px 0 0;
  color: #b1835a;
}
.win_info .col-md-4{
    padding: 0 5px;
}
.trd_nmbr label{
    background-image: url(../../../assets/associate/img/0.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 55px;
    width: 55px;
    cursor: pointer;
    margin: 0 6px;
}
.g_v_r{
    text-align: center;
    display: flex;
    justify-content: space-between;
}
.prfl_tp td p span{
  background: #feaa57;
  padding: 0 7px;
  border-radius: 20px;
}
.prfl_tp td h5{
    font-size: 16px;
}
.bid_gm .prfl_tp{
    margin: 15px 0;
}
.bid_top td h4{
    color: #fff;
}
.page-content{
    background:var(--bgmain)!important;
}
.table_ct .table td {
  padding: 3px 0px;
  border: none;
  text-align: left;
  font-size: 13px;
}
.table_ct .table td span{
    color: #773D00;
  border: solid 1px;
  text-align: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.table_cb .table td span{
    border: solid 1px;
  text-align: center;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 18px;
  position: relative;
}
.win_pop{
  text-align: center;
      color: #fff;
      background-size: 100%;
      border: none;
      padding-top: 125px;
      background-color:transparent;
}
.l_result a{
    font-size: 12px;
}
.l_result .btn{
    background: linear-gradient(135deg, #fd565c 50%,#b659fe 50%);
    color: #fff;
    border: none;
    box-shadow: 1px 1px 4px -2px #fff;
}
.l_result{
    padding-top: 25px;
}
.c_bonus{
    padding: 40px 0 30px;
}
.c_bonus h6, .c_bonus h4{
    color: #F35947;
    margin: 0 0 5px;
}
.c_bonus p{
    color: #333;
}
.table_cb .table td{
    font-size: 13px;
    padding: 20px 0px 5px;
    color: #aaa;
}
.table_cb canvas {
  margin: -12px 0 -24px;
}
.dash .card{
    padding: 10px;
    background: transparent;
    margin: 0;
}
.rlink{
    background: rgb(63, 63, 63);
  padding: 10px;
  border-radius: 15px;
}
.rlink p{
    font-size: 13px;
  margin: 0;
}
.rlink h5 span{
    float: right;
}
.rlink h5 span a{
    color: #bcbfbf;
}
.dash_game .cgame td
{
  padding: 0 5px;
}
.cgame_inr h6{
    font-size: 14px;
    margin: 2px 0 0;
    color: #000;
}
.cgame_inr p{
    font-size: 10px;
    padding-top: 2px;
}
.cgame_inr .btn{
    font-size: 11px;
    padding: 2px 10px;
    color: #333;
}
.dash_game .cgame_inr img{
  width: 100%;
  margin-top: -20px;
}
.table td .cgame_inr a{
  color: #333;
}
.dash_game .ugame .cgame_inr img{
  width: auto;
  height: 65px;
}
.cgame_inr{
    background: linear-gradient(180deg, #F6E3A3 0%, #fdcf74 100%);
      /*background: #2b3270;*/
      padding: 10px 5px;
      border-radius: 10px;
      color: #333;
      /*box-shadow: 0 -.05333rem .13333rem #050f7b inset,0 .10667rem .21333rem .05333rem #22275b;*/
}
.bid_gm_inr .table td{
    border: none;
    padding: 5px;
}
.notf{
    padding: 5px;
  background: rgb(63, 63, 63);
  border-radius: 8px;
  margin-bottom: 15px;
}
.bid_gm_inr .table{
    margin: 0;
}
.notf p{
    margin: 0;
  font-size: 12px;
  line-height: 14px;
  font-weight: 600;
}
.notf i{
    float: left;
      font-size: 20px;
      padding-right: 10px;
}
.min_gm{
    padding: 0px;
  background: var(--bg2);
  border-radius: 10px;
  margin-bottom: 15px;
}
.min_gm .table td{
  padding:  0px;
  border-top: none;
  text-align:center;
}
.min_gm .table td img{
  width: 45px;
  position: relative;
  top: -5px;
  /*margin-right: 5px;*/
  float: left;
}
.min_gm .table td p{
    line-height: 14px;
}
.min_gm .table td a{
    padding: 0.4rem 0px;
}
.min_gm .table td.active{
    /*background: linear-gradient(180deg, #F6E3A3 0%, #fdcf74 100%);*/
    /*color: var(--mc);*/
    border-radius: 5px;
}
.min_gm .table td.active a {
  color: #fff;
  background: var(--mc);
  padding: 6px 0px ;
  border-radius: 10px;
}
.min_gm .table td.active a > img{
    /*filter: sepia(0) saturate(1) hue-rotate(72deg);*/
}
.min_gm .table td.active a{
    color: #fff;
}

.time_r{
    padding: 7px 10px;
    background: url(../img/1timer-bg.png) no-repeat;
    background-size: 100%;
  border-radius: 10px;
  margin-bottom: .5rem  ;
  min-height: 6rem;

}
.time_r .table td{
  padding: 0 5px;
  border: none;
    color:#fff;
}
.time_r p{
    text-align: center;
  margin: 0;
}
.time_r h5, .time_r h6{
  margin: 0;
}
.time_r p a{
    color: #fff;
  border: solid #fff 1px;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 5px;
}
.cstm_hdr .table td .btn{
  background: #073187;
  color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  border: none;
  margin-top: 6px;
}
.top_card h4{
    font-size: 18px;
}
.ftr_menu
{
  background: url(../../../assets/associate/img/ftr.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  width: 400px;
  padding: 10px 0 8px;
  box-shadow: none;
  z-index: 999;
  background: var(--bg2);
  border-radius: 15px 15px 0 0;
}
.ftr_menu ul li{
  list-style: none;
  text-align: center;
  width: 20%;
  float: left;
  font-size: 14px;
}
.ftr_menu ul li a{
  color: var(--tx-md);
  text-decoration: none;
}
.ftr_menu ul li a.active{
  color: #ffe6b3;
}
.ftr_menu li i{
  font-size: 2rem;
  line-height: .6;
}
.table_bs .table tr td{
    
}
.table_bs .table tr td h6{
    text-align: left;
    margin: 0 0 4px;
}
.table_bs .table tr td:first-child a{
    background: #FEC512;
      color: #fff;
      width: 40px;
      height: 40px;
      line-height: 40px;
      border-radius: 10px;
      text-align: center;
}
.table_bs .table tr td:last-child{
     color: #40ad72;
}
.table_bs .table tr td label{
    margin: 0 0 2px;
  border: solid 1px;
  padding: 0 8px;
  border-radius: 6px;
  font-size: 12px;
}
.table_bs .table tr td h5{
    margin: 0;
    font-size: 18px;
}
.anoc p{
    background: linear-gradient(180deg,#FFE89B 0%,#ECB954 100%);
  color: #333;
  font-size: 10px;
  padding: 5px 6px;
  border-radius: 15px 2px 2px 15px;
  margin: 0;
}
.anoc .bi-megaphone-fill{
    color: var(--mc);
  font-size: 25px;
  padding-right: 5px;
}
.anoc marquee{
    font-size: 14px;
}
.anoc{
    padding-bottom: 10px;
}
.dash_game .bonus-bg{
  width: 100%;
  height: 100%;
  background: url(../img/bonus.png) no-repeat 50%;
  background-size: cover;
  height: 150px;
}
.dash_game .bonus{
  padding: 0 15px 25px;
}
.bonus h4{
    color: #d37116;
  text-align: center;
  padding-top: 40px;
}
.dash_game .web-info{
  background: #3a3a3a url(../img/info-bg.png) no-repeat 50%;
  background-size: cover;
  padding: .3rem;
  margin-bottom: 10px;
}
.web-info .table td{
    color: #d2a753;
}
.web-info .table td p{
  color: #41caf5;
  font-size: 13px;
}
.web-info .table{
  margin: 0;
}
.web-info .table td i{
    font-size: 32px;
  color: #f7d870;
}
.withdr .twid{
  line-height: 40px;
  color: #9b6a12;
  text-align: center;
  height: 50px;
  background: url(../img/withdraw-top.png) no-repeat 50%;
  background-size: 100%;
  margin-bottom: .25rem;
}
.withdr{
    padding: 15px;
}
.withdr table img{
   width: 32px;
  border-radius: 50%;
}
.withdr .table td{
  padding: 4px 10px;
  vertical-align: middle;
  border: none;
}
.twid_data{
    background: #3A3A3A;
    border-radius: 10px;
    padding: 10px 0;
}
.withdr .table tr td:last-child{
  text-align: right;
}
.withdr .table {
  margin: 0;
}
.textTimer {
  text-transform: uppercase;
  font-size: 12px;
  padding: 0 30px;
}
.textTimer .table td{
  width: 25%;
}
.wrun{
    text-align: center;
}
.wrun h4{
    color: #41caf5;
      font-size: 18px;
      padding-bottom: 10px;
}
.ugame .cgame_inr{
  margin: 10px 0;
}
.profile {
  padding: 20px 10px;
}
.prflt_img {
  margin-bottom: 20px;
  position: relative;
}
.prflt_img img {
  width: 40px;
  /*margin-right: 15px;*/
}
/*.prflt_img a {*/
/*  float: left;*/
/*}*/
.row.xs_row {
  margin-right: -5px;
  margin-left: -5px;
}
.xs_row .col-md-6, .xs_row .col-md-4 {
  padding: 0 2px;
}
.profile .item {
  background:#1d1e22;
  padding: 15px 5px;
  border-radius: 10px;
  margin-bottom: 5px;
}
.profile .item a{
  color: #bcbfbf;
}
.profile .item .bi-box-arrow-up-right{
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 10px;
}
.profile .item p{
  font-size: 12px;
}
.profile .item h5{
  font-size: 16px;
  margin: 0 0 5px;
}
.e_bonus {
  background: #F7931B;
  color: #fff;
}
.e_bonus .bi-gift-fill {
  float: left;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.24);
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  color: #fff;
  margin-right: 10px;
}
.e_bonus .bi-chevron-right {
  float: right;
  margin-top: 10px;
}
.card .pmenu_top td {
  text-align: center;
  width: 25%;
  border: none;
  padding: 0;
  font-size: 13px;
}
.pmenu_top td i {
  background: linear-gradient(180deg,#FFE89B 0%,#ECB954 100%);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  color: #333;
  font-size: 16px;
  margin-bottom: 5px;
}
.pmenu_btm td i {
  background: none;
  font-size: 24px;
  color: #bcbfbf;
  margin: 0;
}
.prfl_mn{
    padding: 10px;
}
.prflt_img a.lgt{
  font-size: 26px;
  position: absolute;
  right: 0;
  top: 0;
}
.dice_move{
    text-align: center;
}
.dice_dash{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/dicebg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.dice_dash .bid_gm {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/dice01.jpg) no-repeat 50%;
  background-size: cover;
}
.dice_dash .time_r {
  background: linear-gradient(to right, #4776e6, #8e54e9);
}
.dice_dash .bid_gm_inr .btn {
  border: solid #804a08 2px;
  background: linear-gradient(90deg,#C4933F 0%,#FAE59F 100%);
  color: #804a08;
}
.dice_dash .time_r p a {
  color: #eee;
  border: solid rgba(255, 255, 255, 0.31) 1px;
}
.dice_dash .crp .tab-content .table_r {
  background: #020304;
  border-radius: 10px;
  padding: 0;
}
.dice_dash .crp .table thead {
  background: rgba(63, 63, 63, 0.12);
}
.dice_dash .crp .nav-tabs > li {
  width: 49%;
}
.dice_dash .crp .nav-tabs > li > a {
  font-size: 15px;
}
.dice_dash .crp .nav-tabs > li > a.active {
 background: linear-gradient(180deg, #FFE89B 0%, #ECB954 100%);
    color: #8f5206;

}
.dice_dash .crp .table td td {
  font-size: 13px;
  text-align: left;
}
.dice_dash .bid_gm_inr label{
    background: #20c811;
  color: #fff;
  font-size: 12px;
  width: 15px;
  border-radius: 3px;
  margin-bottom: 5px;
}
.dice_dash .bid_gm_inr{
  text-align: center;
}
.qut_mdl {
  border-radius: 15px 15px 0 0 !important;
  color: #333;
}
.incr_ftr .btn{
    background: #42b721;
    color: #fff;
    padding: 10px;
}
.dice_dash .trd_nmbr label {
  height: 75px;
  width: 75px;
  margin: 5px 10px;
}
.dice_move{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
}
.dice_dash .twid_data {
  background: rgba(3, 3, 3, 0.52);
  padding: 0;
}
.dice_dash .twid_data th{
  border: none;
}
.dice_ht .trd_nmbr label {
  height: 100px;
  width: 100px;
  margin: 5px 10px;
}
.dice_ht{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/HeadsTails.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.dice_ht .bid_gm {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/ht.jpg) no-repeat 50%;
  background-size: cover;
}
.dice_ht .bid_gm_inr label {
  background: #EC9716;
}
.dice_dash .bid_gm_inr h5{
    text-align: left;
    padding: 10px;
    color: #fff;
    margin: 0;
}
.ab_dash .bid_gm {
  background: none;
  padding: 5px 15px 0;
}
.ab_dash .progrs_time{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.c_glow{
    filter: drop-shadow(0 0 0.75rem rgb(23, 204, 17));
    border: solid 1px rgb(23, 204, 17);
}
.dice_dragon{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../../dragon/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 75px;
}
.drgn_t{
    background: url(../../dragon/frame.png);
    background-color: #0a6a0a;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.drgn_t{
  padding: 15px;
  margin: 15px;
}
.dice_dragon .bid_gm {
  padding: 5px 15px 0;
  background: #292929;
  border-radius: 0;
}
.dice_dragon .andar img, .dice_dragon .bahar img{
  top: 0;
  height: 100px;
  width: 70px;
  border-radius: 5px;
  transition: .5s;
  box-shadow: 0 3px 8px -6px #333;
}
.dice_dragon .andar img {
  right: 0;
  left: auto;
}
.dice_dragon .bahar img {
  left: 0;
}
.dice_dragon h5 {
  padding: 15px 30px;
  color: #fff;
  margin: 0;
}
.dice_dragon .bid_gm_inr {
  padding: 0;
  background: none;
}
.dice_dragon .g_v_r label {
  width: 31%;
}
.dice_dragon .g_v_r label .btn {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.37);
  border: solid 1px rgba(0, 0, 0, 0.47);
  color: rgba(255, 255, 255, 0.9);
  padding: 5px;
}
.dice_dragon .g_v_r img{
    height: 75px;
    width: auto;
}
.upd_dash{
    background: url(../../7up_down/game_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 650px;
}
.upd_dash .bid_gm{
    background: none;
    padding: 0 15px;
    border-radius: 0;
    border-bottom: solid #736A4D 1px;
}
.up_down7{
    background: url(../../7up_down/g_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%; 
    margin: 0 10px;
    padding-bottom: 18px;
}
.upd_dash .bid_gm_inr {
  background: none;
}
.bid_gm_inr .rslt_back{
  background: rgba(0, 0, 0, 0.35);
  border-radius: 5px;
  padding: 0 5px;
  border: solid rgba(255, 255, 255, 0.35) 2px;
  margin-top: 20px;
}
.upd_dash .trd_nmbr label {
  height: 90px;
  width: 29.5%;
  margin: 0;
  font-size: 36px;
  background: rgba(0, 0, 0, 0.15);
  border: solid #1e50e6 1px;
  border-radius: 5px;
  font-family: "Rubik Doodle Shadow", system-ui;
  position: relative;
  line-height: 65px;
}
.upd_dash .trd_nmbr label p{
    font-size: 16px;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}
.cls0{
    background: -webkit-linear-gradient(top,#fd565c 50.96%,#b659fe 50.97%);
    background: linear-gradient(180deg,#fd565c 50.96%,#b659fe 50.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cls5{
    background: -webkit-linear-gradient(top,#40ad72 51.48%,#b659fe 51.49%);
    background: linear-gradient(180deg,#40ad72 51.48%,#b659fe 51.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
.cln0,.btn-cln0{
    background: -webkit-linear-gradient(top,#fd565c 50.96%,#b659fe 50.97%);
    background: linear-gradient(180deg,#fd565c 50.96%,#b659fe 50.97%);
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
}
.cln5,.btn-cln5{
    background: -webkit-linear-gradient(top,#40ad72 51.48%,#b659fe 51.49%);
    background: linear-gradient(180deg,#40ad72 51.48%,#b659fe 51.49%);
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
    /*background-clip: text;*/
}


@media (min-width: 320px) and (max-width: 767px){
    .ftr_menu
{
  background: url(../../../assets/associate/img/ftr.png) no-repeat;
  background-size: 100% 100%;
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 10px 0 8px;
  box-shadow: none;
  z-index: 999;
  background:#252323;
  border-radius: 15px 15px 0 0;
}

.dashli li {
    font-size: 14px;
    border-right: solid 0px #555;
    padding: 5px 0;
    display: block;
}
.trd_nmbr a {
    margin: 6px 7px;
}
.navbar-brand img {
    width: 75px;
}
nav.navbar {
    padding: 5px 10px;
}
.trd_clr label {
    width: 24%;
}
.nav-tabs > li > a {
    padding: 6px 10px;
    font-size: 14px;
}
.panel-title{
    font-size: 20px;
}
.pg .col-md-3{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.pg h2{
    top: 20px;
    left: 20px;
    text-transform: capitalize;
    letter-spacing: 0;
    font-weight: 600;
    font-size: 20px;
}
.dsh_mnu a {
    padding: 5px;
}
.pg a{
    width: 100%;
}
.pg img{
    width: 100%;
}
.crp .nav-tabs > li > a {
  font-size: 14px;
  text-wrap: nowrap;
}
.grv .progress {
  width: 70%;
}
body{
    width: 100%;
}
.crp .tab-content .table-bordered td p{
  width: 22px;
  height: 22px;
  line-height: 22px;
}

.dchart td {
  font-size: 10px;
  padding: 2px !important;
}
.dchart {
  padding: 5px 5px 1px;
}
.col-xs-8{
    width: 70%;
}
.col-xs-4{
    width: 33.33%;
}
.amnt .form-group {
  padding-top: 10px;
}
.table td h5 {
  font-size: 16px;
}
.col-xs-6{
   width: 50%; 
}
.prt_nm input {
  width: 75px;
}
.trd {
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  margin: 15px;
  padding: 15px;
  height: 116px;
  text-align: center;
}
.dash_bnr {
  padding: 15px;
}
.dash_hdr .btn {
  min-width: 80px;
  font-size: 14px;
}
.bid_gm_inr {
  padding: 10px 15px;
}
.cnt_dwn img {
  width: 55px;
}
.cnt_dwn td {
  padding: 10px 8px 5px;
}
#timer {
  font-size: 20px;
}
body {
  background: #292929;
  font-family: Inter,sans-serif !important;
}
.table td, .table th {
    padding: 0.25rem;
}
}


.table td, .table th {
    padding: 0.25rem;
}



/*deposite page css 2025*/
.rechargeTypes_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.rechargeTypes_list .other {
  background: var(--bg);
  padding: 0.4rem 0.5rem;
  border-radius: 0.4rem;
}
.rechargeTypes_list .other p{
    font-size: 100% !important;
}

.other.mcbg{
    background:var(--mcbg2) !important;
    color:var(--bg2) !important;
}

.sticky-t{
    position: sticky;
    top: 3.1rem;
    z-index:99;
}
.btn-big{
    background: #FEC512 !important;
}
.btn-small{
    background: #6EA6F4 !important;
}
.btn-red{
    background: #fd565c !important;
}
.btn-green{
    background: #40ad72 !important;
}
.btn-violet{
    background: #b659fe !important;
}
.ball{
    width:2rem;
}

.rr .col a{
    min-width:7rem;
    min-height:80px;
}

.new-modal {
    max-width: 412px !important;
    width: 100% !important;
    position: relative !important;
}
.delo-cont {
    height: 5rem;
    max-height: 310px;
    overflow-y: scroll;
    gap: 0.4rem;
    color: var(--tx-md);
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    position:relative;
}
.year-ele,
.month-ele,
.day-ele{
      position:relative;
}
.year-ele.active,
.month-ele.active,
.day-ele.active{
    color:var(--tx-lt) !important;
}
.of-x{
    overflow-x:auto;
    flex-wrap: nowrap;
    gap: 5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}