/*
* ==========================================================
*     GENERAL STYLES
* ==========================================================
*/

@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Handjet&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
    overflow-x: hidden;
  font-family: 'Prompt', sans-serif;
    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: 360px;
    margin: 0 auto;
    background: #ddd;
    /*border:1px solid  #cbcbd2 ;*/
    font-size:14px;
    color: #333;
}

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;
    color: #3726FF;
}

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;
}
.card-close {
    float: right;
}

.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: 10px;
    /*width: calc(100% - 250px);*/
    width: 100%;
    background: #f6f6f6;
    padding-top: 0;
}

.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:#11a1e4;
color: #fff;
padding: 7px 10px;
border-radius:50px;
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;
}
.card {
    border: none;
    margin-bottom: 15px;
}

.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: 15px;
}

.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: 0;
    /*color: #fff;*/
    position: relative;
    border-radius: 0;
    box-shadow: 0px 5px 7px -7px rgba(0, 0, 0, 0.2);
    z-index: 99;
    background: #fff;
    /*==== 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: #0E0F1B;
    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 {
    color: #fff;
    background: #3726FF;
    margin-top: -5px;
    border-radius: 20px;
}
.form-control:focus {
    border: none;
    border: solid #007bff 2px;
}
@media (min-width: 900px) {
  .content-inner {
    min-height: 90vh;
  }
}
.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;
}
.btn{
    cursor: pointer;
}
#profile{
    color: #121212;
}
.dashli li:last-child{
    border-radius: 0 0 0 0;
    border: none;
}
.dashli{
    
}
.navbar-brand img{
    max-width: 40px;
}
.navbar-brand {
    margin-right: 0;
    padding: 0;
}
.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{
    width: 100%;
    border-radius: 5px;
    background: #6cd280;
    height: 40px;
    color: #fff !important;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

/* 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{
    background: #c7984a !important;
    box-shadow: 0px 0px 10px -2px #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;
}
.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: #000;
}

.form-group .btn{
    background: #007bff;
    border: solid #0034ff 1px;
    text-transform: uppercase;
    border-radius: 20px;
    width: 100%;
    color: #fff !important;
    padding: 10px;
}
.btn:hover{
    
}
.form-group .fa{
    position: absolute;
    right: 21px;
    margin-top: 14px;
    color: #D1E7F5;
}
.card-header{
    background: #fff;
    padding: 12px;
    border-radius: 0 !important;
    text-align: center;
}
.card-header h4{
    margin: 0;
    font-weight: 600;
    font-size: 18px;
}
.pagination {
    font-size: 14px;
}
.page-link{
    color: #ffaa05;
}
.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: #6cd280;
    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: 18%;
}
.pg h2 small{
    color: #222;
text-transform: capitalize;
}
.pg img{
    width: 50px;
}
.table td, .table th {
  border-color: rgba(255, 255, 255, 0.07);
}
.crp .nav-tabs > li > a{
    background-color: #fff;
    color: #333;
    text-transform: capitalize;
    /*box-shadow: rgba(0, 0, 0, 0.3) 5px -5px 7px -6px;*/
    text-decoration: none;
    font-size: 18px;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-bottom: solid #fff;
}
.crp .nav-tabs > li{
    width: 25%;
}
.crp .nav-tabs > li > a:focus, .crp .nav-tabs > li > a.active{
  border-bottom: solid #c7984a;
    /*font-weight: 600;*/
}
.crp .nav-tabs > li > a:hover {
  border-bottom: solid #c7984a;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover{
    border-bottom: solid #c7984a;
    /*background: none;*/
    /*font-weight: 600;*/
}
.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: scroll;
    overflow-y: hidden;
}
.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: 24%;
  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: #333;
    border-bottom: solid rgb(199, 152, 74);
}
.table td p{
    color: #666;
    margin: 0;
}
.container-fluid {
  padding: 0 10px;
}
.table td a{
    text-decoration: none;
}
.cnt_dwn td h5{
    font-size: 15px;
    margin: 0;
    color: #fd0a0a;
}
.cnt_dwn td h5 span{
    /*background: #f7f7f7;*/
    /*color: rgb(0, 147, 255);*/
    /*padding: 5px 10px;*/
    /*border-radius: 4px;*/
}
.table td a img{
    width: 45px;
    margin-right: 5px;
}
.card-header a{
    text-decoration: none;
    color: #777;
    font-size: 15px;
}
.rechrg p{
    margin: 0;
}

.form-control { 
  color: #0582ff;
  background-color: #eee; 
  border: 4px double rgb(45, 27, 255);
  border-radius: .25rem; 
}

.amnt .form-group .form-control{
    /*border-top: none;*/
    /*border-left: none;*/
    /*border-right: none;*/
}
.amnt label{
    font-size: 16px;
    font-weight: 600;
}
.amnt .form-group{
    padding-top: 15px;
}
.prfl_mn a{
    text-decoration: none;
    display: block;
    padding: 10px;
    text-transform: capitalize;
}
.prfl_mn a .fa{
    width: 30px;
}
.prfl_mn a .fa-angle-right{
    width: auto;
}
.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;
}
.hdr_tp{
border-bottom: solid #eee 1px;
}
.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:hover a{
    /*box-shadow: 0px 0 10px 1px #07005f;*/
    color: #3726FF ;
}
.ftr_menu ul li{
    list-style: none;
    text-align: center;
    width: 20%;
    float: left;
}
.ftr_menu ul li a{
    text-decoration: none;
}
.ftr_menu .fa{
    font-size: 20px;
}
.ftr_menu {
    background: #007bff;
    position: fixed;
    bottom: 0;
    width: 360px;
    padding: 5px 0;
  z-index: 999;
  border-radius: 20px 20px 0 0;
  border-top: solid #f6f6f6 2px;
}
.footer{
    padding-top: 75px;
    background: #f6f6f6;
}
.ftr_menu ul li a.active{
    color: #3726FF;
}
.cnt_dwn td{
    border: none;
    padding: 0 15px;
}
.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: #6cd280;
}
.cp_btn .btn{
    background: #eee;
    color: #555 !important;
    font-size: 16px;
    padding: 10px;
    border: none;
    margin: 7px;
    border-radius: 5px;
    margin-bottom:10px;
}
.cp_btn .btn:focus {
  box-shadow: none;
    background: #6DC600;
    color: #fff !important;
}
h4.prt_h4{
    text-align: center;
    font-weight: 600;
    margin: 0 auto;
}
.rechrg h6{
   text-align: center; 
}
.rechrg h6 .fa{
    color: #6cd280;
    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{
    background: rgb(241, 243, 255);
    color: #333;
    border-color: rgb(241, 243, 255);
    text-decoration: none;
    padding: 5px 10px;
    margin: 0 0 10px;
}
.rchr_btn{
    text-align: center;
    padding: 0 15px;
}

.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: 10px;
}
.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 0;
    margin: 0;
}
.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;
}
.card .table td{
  padding: 7px 10px;
}
.prfl_mn a .fa-plus-circle{
    
}
.lg_btn{
    width: 100%;
    margin-top: 15px;
    background: #3726FF;
    color: #fff;
    border: none;
    padding: 12px;
    text-decoration: none;
    border-radius: 12px;
    box-shadow: 2px 2px 6px -2px #333;
}
.dash_hdr{
  background: #051725;
    border-bottom: solid #BF9626 2px;
    padding: 10px;
}
.dash_bnr {
  padding: 30px 15px 1px;
  text-align: center;
  background: transparent;
}
.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: contain;
    color: #333;
    padding-bottom: 5px;
}
.bns_start span{
    color: #1c0e07 ;
    font-size: 22px;
    position: relative;
    top: -30px;
}
.bns_start marquee{
    position: relative;
    top: -25px;
    padding: 6px 10px 0;
    color: white;
}
.strt{
      text-align: center;
}
.dash_game{
    background: url(../../../assets/associate/img/brdr.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    margin: 30px 15px;
    padding: 10px;
}
.dash_game h5{
    color: #BF9626;
    font-size: 14px;
    text-align: center;
    position: relative;
    top: -15px;
    margin: 0;
}
.gm_card{
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
    padding: 10px;
    /*border-radius: 10px;*/
    margin-bottom: 10px;
}
.gm_card a{
    text-decoration: none;
}
.gm_card h4{
  color: #ecb94e;
  text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 5px;
}

.gm_cd h4 {
  color: #f5f2ec;
  text-transform: uppercase;
  font-size: 20px;
  margin: 0 0 5px;
  text-align: center;
}

.gm_cd  {
    background: #090978;
    border-radius: 2px;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 5px;
}

.price  {
    background: #f0f0f6;
    border-radius: 2px;
    padding: 2px;
}

.price h4 {
  color: #514e4e;
  text-transform: lowercase;
  font-size: 18px;
  margin: 0 0 5px;
  text-align: center;
}

.gm_card p{
    margin: 0;
    color: #000;
    font-size: 14px;
    line-height: 18px;
}
.gm_card img{
    /*float: right;*/
    /*margin-top: 15px;*/
}
.in_tbl {
    padding: 15px;
}
.incr input{
    border: solid 1px #ddd;
    text-align: center;
    height: 35px;
    width: 35px;
    margin-left: -4px;
}
.incr span{
    margin-right: 15px;
}
.incr{
    padding-top: 15px;
}
.incr_ftr{
    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;
}
.carousel {
  padding-top: 10px;
  padding-bottom: 10px;
}
.carousel img{
  /*border-radius: 10px;*/
  height: 150px;
}
.al_game{
    padding-top: 5px !important;
    padding: 15px;
}
.al_game .table thead td {
  border: none;
    /*background: #6cd280;*/
    color: #6cd280;
    padding: 5px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
}
.cnt_dwn{
    background: #fff;
    /*box-shadow: 0px 0px 10px #777;*/
    border-radius: 50px;
    border: 1px solid #cbcbd2;
    margin-bottom: 20px;
    /*background: linear-gradient(0deg, rgba(14, 14, 26, 0.7), rgba(14, 14, 26, 0.7)), url(../../../../assets/images/02.jpg);*/
    /*background-size: cover;*/
    /*color: #fff;*/
}
.cnt_dwn1 td{
    text-align: center;
    width: 20%;
    border: none;
    padding: 0;
    font-size: 11px;
}
.al_game .table tfoot td{
    background: #F1F6FF;
    text-align: center;
    padding: 5px;
    border-radius: 0 0 5px 5px;
}
.al_game .table tbody td{
    padding: 5px 15px;
    font-size: 16px;
}
.al_game .table tbody td:nth-child(2){
    /*padding: 10px 0;*/
}
.al_game .table button{
    width: 95%;
}
.al_game .table form{
    width: 50%;
    float: left;
}
.cnt_dwn .btn{
    border-radius: 20px;
    margin-bottom: 10px;
}
.al_game h4{
    text-align: center;
    color: #B57A00;
}
.trd_nmbr label span{
    border-radius: 50%;
    height: 45px;
    width: 45px;
    font-size: 36px;
    font-weight: 600;
    line-height: 45px;
    text-shadow: 1px 1px 4px #000;
    box-shadow: inset 4px 0 5px 0 #000;
}
.al_game .table tbody td img{
    border-radius: 5px;
}
.navbar .fa{
    font-size: 24px;
}
.dash_bnr p{
    margin: 0;
    color: #fff;
}
.assets{
    text-align: center;
}
.assets p{
    margin: 0 0 5px;
}
.assets .table td{
  border: none;
  padding: 10px 0;
}
.teamcard{
    background: url(../../images/banner/about.png);
    background-size: cover;
    border-radius:10px;
    border:0px;
}
.levelcard{
    border-radius:10px;
    border:0px;
}
.levelcard .teamheader{
    background:#4cb7eb;
    border:0px;
}
.levelcard .teambody{
    background:#79d2ed;
    border:0px;
}
.join_tel{
    text-align: center;
    padding-top: 10px;
}
.join_tel .btn{
    padding: 5px;
    background: #028CFC;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
.join_tel .fa{
    font-size: 28px;
    float: left;
}
.join_tel span{
    padding: 4px;
}
.header{
    background: #fff;
    padding: 10px 0;
    border-bottom: 2px solid #007bff;
    margin-bottom: 10px;
}
.card-header{
    padding: 0 0 15px;
    border: none;
    text-align: right;
}
.modal-header h6{
    margin: 0;
}
.modal-body p{
  margin: 0 0 5px;
  font-size: 13px;
}
.modal-header {
  padding: 10px;
}
.table td a img {
  height: 20px !important;
  width: 20px !important;
}
.cp_btn button.btn{
    display: none !important;
}
.cnt_dwn1 .fa{
    color: #fff;
    background: #3726FF;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 20px;
    margin-bottom: 5px;
}
.cnt_dwn1{
    margin: 15px 0;
}
p.rwrd{
    border: solid 1px #1A1B27;
    padding: 5px;
    border-radius: 15px;
    color: #c1c1ca;
}
p.rwrd span{
    width: 86%;
}
.ftr_menu ul li i{
    font-size: 22px;
}
.hbell{
    float: right;
  background: #007bff;
  color: #eee;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 10px;
  font-size: 18px;
}
.avalue{
    background: #fff;
      padding: 15px;
      border-radius: 15px;
      height: 110px;
  overflow: hidden;
}
.avalue p{
    color: #777;
  margin: 0 0 5px;
}
.avalue i{
    font-size: 7em;
  float: right;
  opacity: 0.1;
  margin-top: -15px;
}
.cnt_dwn1 td i{
    background: #D2CEFC;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  color: #3726FF;
  font-size: 16px;
  margin-bottom: 5px;
}
.l_evnt i{
    color: #F99401;
  font-size: 22px;
  float: left;
  margin-right: 15px;
  margin-top: 8px;
}
.port_slide .item{
    background: #fff;
  padding: 15px;
  border-radius: 15px;
}
.port_slide img{
  width: 45px !important;
  margin-bottom: 5px;
}
.port_slide .item p span{
    background: #31BC79;
  color: #fff;
  font-size: 12px;
  border-radius: 10px;
  padding: 0 5px;
}
.invt_f img{
    width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #E9E8FC;
  border-radius: 30px 0 0 0;
}
.invt_f{
    border: solid #E9E8FC 1px;
}
.row.xs_row{
  margin-right: -5px;
  margin-left: -5px;
}
.xs_row .col-md-6{
  padding: 0 5px;
}
.p_market .item{
  margin-bottom: 10px;
  padding: 15px 10px;
  border-radius: 10px;
  background: #b5c1ff;
  
  width: 46.5%;
  float: left;
  margin: 0 4px 8px;
  /*min-height: 123px;*/
}
.p_market img{
  width: 35px !important;
  float: left;
  margin-right: 5px;
  height: 35px;
}
.p_market .item h5{
    padding-top: 10px;
    margin: 0;
}
.p_market .item h5 span{
    float: right;
  color: #31BC79;
  font-size: 14px;
  padding-top: 5px;
}
.header h5{
    margin: 10px 0;
    display: flex;
  align-items: center;
  justify-content: space-between;
}
.header h5 span{
    padding-left: 15px;
}
.profile .item{
background: #007bff;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 15px;
  color: #fff;
}
.profile{
  padding-top: 20px;
}
.prflt_img{
   margin-bottom: 20px; 
}
.prflt_img img{
   width: 40px;
  float: left;
  margin-right: 15px;
}
.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{
    background: #1B67F7;
    color: #fff;
}
.e_bonus .card-body{
    padding: 10px 15px;
}
.e_bonus .bi-chevron-right{
    float: right;
    margin-top: 10px; 
}
.pmenu_top td i{
  background: #CFCEFC;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 10px;
  color: #1B67F7;
  font-size: 16px;
  margin-bottom: 5px;
}
.card .pmenu_top td{
  text-align: center;
  width: 25%;
  border: none;
  padding: 0;
  font-size: 11px;
}
.pmenu_btm td i{
    background: none;
  font-size: 24px;
  color: #555;
}
.card .pmenu_btm td{
  padding: 5px;
  width: 33.33%;
}
.header h5 a{
  background: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.p_market tr td{
    padding: 5px 0;
}
.p_market h4{
    margin: 5px 0;
}
.cnt_dwn1 .btn{
    background: #23262f;
      border: none;
      border-radius: 21px;
      width: 90%;
      padding: 10px;
      margin-top: 30px;
}
.cp_btn .form-control{
    background: transparent;
}
.incr_ftr .btn{
    width: 100%;
      border-radius: 25px;
      border: none;
      padding: 10px;
}
.qut_mdl{
    border-radius: 15px 15px 0 0 !important;
    padding: 10px 0;
}
.text_green{
    color: #31BC79;
}
.text_red{
    color: #F20128;
}
.bg_green{
    background: #31BC79;
}
.bg_red{
    background: #F20128;
}
.header h4{
    padding-top: 5px;
}
.l_evnt marquee{
    width: 85%;
}
.p_market .item p{
    margin: 5px 0 0;
}
.p_market .item a{
    font-size: 13px;
}
.dash_market img{
  float: none;
  display: block;
  margin: 0 auto 5px;
}
.dash_market .item{
  width: 30.5%;
  text-align: center;
  padding: 10px 8px;
}
.dash_market .item a{
  font-size: 11px;
}
.dash_market .item:nth-child(7), .dash_market .item:nth-child(8), .dash_market .item:nth-child(9), .dash_market .item:nth-child(10), .dash_market .item:nth-child(11), .dash_market .item:nth-child(12), .dash_market .item:nth-child(13), .dash_market .item:nth-child(14){
  /*display: none;*/
}


@media (min-width: 320px) and (max-width: 767px){
.modal-content{
    width: 100%;
    margin-left: 0;
}
.dashli li {
    font-size: 14px;
    border-right: solid 0px #555;
    padding: 5px 0;
    display: block;
}
.trd_nmbr a {
    margin: 6px 7px;
}
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: 60%;
margin: 0;
}
.crp .nav-tabs > li > a {
  font-size: 14px;
}
.grv .progress {
  width: 70%;
}
.ftr_menu {
  width: 100%;
  box-shadow: 0px -5px 7px -7px rgba(0, 0, 0, 0.2);
}
.trd_nmbr label {
  width: 17%;
}
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: 30%;
}
.amnt .form-group {
  padding-top: 10px;
}
.table td a img {
  width: 25px !important;
  height: 25px !important;
  margin-right: 5px;
}
.table td h5 {
  font-size: 15px;
}
.col-xs-6{
   width: 50%; 
}
.cp_btn .btn {
  width: 18%;
  margin: 3px;
}
.prt_nm input {
  width: 75px;
}
.trd {
  border-radius: 5px;
  background-color: #fff;
  color: #000;
  margin: 15px;
  padding: 15px;
  height: 116px;
  text-align: center;
}
.dataTables_wrapper .col-md-6{
    width: 50%;
}
.al_game1 img{
    height: auto;
}
html, body{
    background: #f6f6f6;
}

}

