.content-header {
    border-bottom: 0;
    padding-bottom: 0;
    margin: 0;
}

.news  ul{
  display: flex;  
}


.news li {
    color: #fff;
    margin-right: 40px;
}

.navbar {
    /* background: linear-gradient(to right, #3d2a90, #770467); */
    background-color: #2d2d2d;
    box-shadow: 0 1px 5px rgb(0 0 0 / 25%);
    background-size: cover;
    padding: 0px 0 0px 0px;
    min-height: unset;
    border-bottom: 1px solid #000;
}

.navbar-profile-avatar {
    width: 20px;
}

.sitelogo {
    width: 100%;
    margin-top: 8px;
    margin-left: 20px;
}

.navbar-brand {
    width: 100%;
}


.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 12px;
}


.row-stat {
    padding: 15px 13px 15px;
    margin-bottom: 1.25em;
    border-radius: 1rem;
    text-align: center;
    border: 1px solid #333;
    background-color: #121833;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    transition: all 0.5s ease 0s;
   /* background-color: rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.2);
    background-clip: border-box;
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);*/
}

.row-stat-label-bottom {
    color: #f458e7;
}


.cstm_stick {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}


.content {
    background: transparent;
    margin:0;
   /* box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 0px 0px, rgba(0, 0, 0, 0.3) 0px 5px 25px 0px;*/
}


#put_help, #get_help {
    color: #416AA3;
    cursor: pointer;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 2px 3px #FFFFFF;
}


.portlet {
    background-color: rgb(0 0 0 / 75%);
    border: 1px solid rgba(0,0,0,0.2);
    background-clip: border-box;
    box-shadow: 0 3px 3px 0 rgb(0 0 0 / 20%);
    border-radius: 1rem;
}


.portlet-content {
   background: none;
}


.portlet .portlet-header {
   background: none;
   padding: 0.5rem 1.5rem;
}



.ordin, .ordin_button {
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 8px;
    font-size: 14px;
    color: #050505;
    padding: 14px 15px;
    background: -moz-linear-gradient(top,#ffffff 0%,#ebebeb 50%,#dbdbdb 50%,#b5b5b5);
    background: rgb(197,253,98);
    background: -moz-linear-gradient(top,rgba(197,253,98,1) 0%,rgba(201,253,119,1) 47%,rgba(168,234,63,1) 63%,rgba(164,228,50,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(197,253,98,1)),color-stop(47%,rgba(201,253,119,1)),color-stop(63%,rgba(168,234,63,1)),color-stop(100%,rgba(164,228,50,1)));
    background: -webkit-linear-gradient(top,rgba(197,253,98,1) 0%,rgba(201,253,119,1) 47%,rgba(168,234,63,1) 63%,rgba(164,228,50,1) 100%);
    background: -o-linear-gradient(top,rgba(197,253,98,1) 0%,rgba(201,253,119,1) 47%,rgba(168,234,63,1) 63%,rgba(204,255,50,1) 100%);
    background: -ms-linear-gradient(top,rgba(197,253,98,1) 0%,rgba(201,253,119,1) 47%,rgba(168,234,63,1) 63%,rgba(164,228,50,1) 100%);
    background: linear-gradient(to bottom,rgba(197,253,98,1) 0%,rgba(201,253,119,1) 47%,rgba(168,234,63,1) 63%,rgba(164,228,50,1) 100%);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid #949494;
    -moz-box-shadow: 0px 1px 3px rgba(153,070,153,0.5),inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(153,070,153,0.5), inset 0px 0px 2px rgba(255,255,255,1);
}

#put_help .translate {
    margin: -4px 0px -5px 0px;
}

#put_help .translate1, #get_help .translate1 {
    font-size: 12px;
    font-style: normal;
}


.ordout, .ordout_button {
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 8px;
    font-size: 14px;
    color: #050505;
    padding: 6px 15px;
    background: -moz-linear-gradient(top,#ffffff 0%,#ebebeb 50%,#dbdbdb 50%,#b5b5b5);
    background: rgb(251,202,67);
    background: -moz-linear-gradient(top,rgba(252,234,187,1) 0%,rgba(252,205,77,1) 46%,rgba(248,181,0,1) 60%,rgba(251,223,147,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(252,234,187,1)),color-stop(46%,rgba(252,205,77,1)),color-stop(60%,rgba(248,181,0,1)),color-stop(100%,rgba(251,223,147,1)));
    background: -webkit-linear-gradient(top,rgba(252,234,187,1) 0%,rgba(252,205,77,1) 46%,rgba(248,181,0,1) 60%,rgba(251,223,147,1) 100%);
    background: -o-linear-gradient(top,rgba(252,234,187,1) 0%,rgba(252,205,77,1) 46%,rgba(248,181,0,1) 60%,rgba(251,223,147,1) 100%);
    background: -ms-linear-gradient(top,rgba(252,234,187,1) 0%,rgba(252,205,77,1) 46%,rgba(248,181,0,1) 60%,rgba(251,223,147,1) 100%);
    background: linear-gradient(to bottom,rgba(252,234,187,1) 0%,rgba(252,205,77,1) 46%,rgba(248,181,0,1) 60%,rgba(251,223,147,1) 100%);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid #949494;
    -moz-box-shadow: 0px 1px 3px rgba(153,070,153,0.5),inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(153,070,153,0.5), inset 0px 0px 2px rgba(255,255,255,1);
}

.ord_title {
    font-size: 14px;
    font-weight: bold;
}

.ord_body {
    font-size: 11px;
}

.close-reveal-modal{
    padding: 2px 6px 1px;
    background: #fff;
    border: 1px solid #999;
    border-radius: 6px;
    cursor: pointer;
    font-size: 10px;
    text-decoration: none;
    color: #0645AD;
    float:right
}

.phclass{
    background:linear-gradient(to bottom,rgba(197,253,98,1) 0%,rgba(201,253,119,1) 47%,rgba(168,234,63,1) 63%,rgba(164,228,50,1) 100%);
}


.arrg {
    font-family: Arial,Helvetica,sans-serif;
    margin-top: 1px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #050505;
    padding: 4px 10px;
    background: -moz-linear-gradient(top,#ffffff 0%,#ebebeb 50%,#dbdbdb 50%,#b5b5b5);
    background: rgb(234,239,242);
    background: -moz-linear-gradient(top,rgba(234,239,242,1) 0%,rgba(218,227,232,1) 50%,rgba(204,213,220,1) 51%,rgba(232,237,242,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(234,239,242,1)),color-stop(50%,rgba(218,227,232,1)),color-stop(51%,rgba(204,213,220,1)),color-stop(100%,rgba(232,237,242,1)));
    background: -webkit-linear-gradient(top,rgba(234,239,242,1) 0%,rgba(218,227,232,1) 50%,rgba(204,213,220,1) 51%,rgba(232,237,242,1) 100%);
    background: -o-linear-gradient(top,rgba(234,239,242,1) 0%,rgba(218,227,232,1) 50%,rgba(204,213,220,1) 51%,rgba(232,237,242,1) 100%);
    background: -ms-linear-gradient(top,rgba(234,239,242,1) 0%,rgba(218,227,232,1) 50%,rgba(204,213,220,1) 51%,rgba(232,237,242,1) 100%);
    background: linear-gradient(to bottom,rgba(234,239,242,1) 0%,rgba(218,227,232,1) 50%,rgba(204,213,220,1) 51%,rgba(232,237,242,1) 100%);
    border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border: 1px solid #949494;
    -moz-box-shadow: 0px 1px 3px rgba(153,070,153,0.5),inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow: 0px 1px 3px rgba(153,070,153,0.5), inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow: 0px -1px 0px rgba(000,000,000,0.2), 0px 1px 0px rgba(255,255,255,1);
}

.arrg_out, .arrg_rout {
    background: #f9f1db;
    background: -moz-linear-gradient(top,#f9f1db 0%,#f9ca52 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f9f1db),color-stop(100%,#f9ca52));
    background: -webkit-linear-gradient(top,#f9f1db 0%,#f9ca52 100%);
    background: -o-linear-gradient(top,#f9f1db 0%,#f9ca52 100%);
    background: -ms-linear-gradient(top,#f9f1db 0%,#f9ca52 100%);
    background: linear-gradient(to bottom,#f9f1db 0%,#f9ca52 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f1db',endColorstr='#f9ca52',GradientType=0);
}

.arrg_status_name {
    font-size: 10px;
}

.arrg_sm10 {
    font-size: 10px;
}

.arrg_num {
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    width: 70px;
}
.arrg_amt {
    font-size: 16px;
    color: #0238d9;
    font-weight: bold;
    text-align: center;
    width: 160px;
}
.arrg_bank_out {
    font-size: 9px;
    text-align: right;
}
.arrg_name1 {
    font-size: 14px;
    font-weight: bold;
    text-align: right;
}

.arrg_msg span {
    padding: 2px 6px 1px;
    background: #E2E2E2;
    border: 1px solid #999;
    border-radius: 6px;
    cursor: pointer;
    font-size: 10px;
    color: #666;
}

.Isnull {
    background-image: url(https://alibabahelp.com/upnl/images/play.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 36px;
    width: 36px;
}




.arrg_in, .arrg_rin {
    background: #e0f7bb;
    background: -moz-linear-gradient(top,#e0f7bb 1%,#b7f751 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#e0f7bb),color-stop(100%,#b7f751));
    background: -webkit-linear-gradient(top,#e0f7bb 1%,#b7f751 100%);
    background: -o-linear-gradient(top,#e0f7bb 1%,#b7f751 100%);
    background: -ms-linear-gradient(top,#e0f7bb 1%,#b7f751 100%);
    background: linear-gradient(to bottom,#e0f7bb 1%,#b7f751 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0f7bb',endColorstr='#b7f751',GradientType=0);
}


.modal-content {
    top: 50px;
    z-index: 999999999999999999999999999999 !important;
}

.content-container {
    position: initial;
    z-index: 101;
}

.modal-header.model_cstm {
   padding: 6px;
    line-height: 15px;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    background: url(../images/ui-bg_gloss-wave_45_817865_500x100.png) repeat-x 50% 50%;
    position: relative;
    border: 1px solid #795548;
}


.model_body_cstm{
    background: #FEEEBD url(../images/ui-bg_highlight-soft_100_feeebd_1x100.png) repeat-x;
    border: 1px solid #8E846B;
    border-top-width: 0px;
}

.linkclass{
    font-weight: bold;
    color: red;
}


.row-stat-value {
    color: #fff;
}

.row-stat-label {
    color: #fff;
}

.navbar .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
}

.breadcrumb>.active {
    color: #fff;
}

.white-text{
    color: #f1f1f1;
}


.input-name{
    background: rgba(229, 244, 255, 0.051);
    border-radius: 0;
    border: 1px solid rgba(74, 116, 151, 0.4);
    outline: none;
    margin-bottom: 15px;
    color: #e5f4ff;
    max-width: 100%;
    box-shadow: none;
}


.dashbtn {
  
    margin-bottom: 10px;
    padding: 20px 5px 40px 5px;
    border-radius: 50px;
}


.diposite-box {
    margin: 0 auto;
    background: #0000007a;
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    border: 2px dashed #fff;
}

.deposite-content {
    position: relative;
}

         .diposite-box h3 {
    display: inline-block;
    font-size: 30px;
    margin-bottom: 25px;
    border-radius: 3px;
    color: #f458e7;
}

         .deposite-content table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
.deposite-content td, .deposite-content th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 8px;
    color: #fff;
}
.deposite-content tr:nth-child(even) {
    background-color: #b47923;
}

.btn-primary {
    color: #ffffff;
    background-color: #f458e7;
    border-color: #df2e1b;
}

img.img-responsive.sidebar-img {
    margin: 0px auto;
}

.breadcrumb>li>a{
     color: #ffffff;
}


.form-control {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 4px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


tr.even td {
    color: #fff;
}

tr.odd td {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff;
}

.table-bordered.table-highlight thead tr:first-child th {
    background-color: #363636;
    border: 1px solid #888 !important;
}

.table-hover>tbody>tr:hover>td, .table-hover>tbody>tr:hover>th{
    background-color: #363636;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #888;
}

.dataTables_info {
    padding-top: 6px;
    color: #fff;
}


.text-secondary-1 {
    color: #fbbc60 !important;
}


.text-primary-1 {
    color: #ff69c9    !important;
}


.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}


.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925;
}


.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}


.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439;
}


select.form-control {
   /* background: #5d2971;*/
    color:#888;
}


.content {
    padding: 10px;
}



.a-stat{
    text-decoration:none !important;
}


.news {
    background: #000a10;
    border: 1px solid #333;
    border-radius: 2px;
    padding: 10px 5px 5px 5px;
}


section.section.social-link-user {
    margin-bottom: 90px;
}

h3.text-center.social-link-head {
    color: #fff;
}

.btn-list {
    margin-bottom: 20px;
}

.social-link-user a {
    margin: 25px;
    font-size: 40px;
    height: 70px;
    width: 70px;
    border-radius: 50%;
}

.counts__item.counts__item_mob.text-right {
    padding-top: 10px;
    padding-bottom: 10px;
}

.counts__title {
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    color:#fff;
}

.counts__list .counts__text {
    white-space: nowrap;
}
.counts__text {
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ffe100;
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    color: #ff69c9;
}

@-webkit-keyframes blinker {
         from {opacity: 1.0;}
         to {opacity: 0.0;}
         }





.eth__list {
    width: 100%;
    padding-left: 15px;
    z-index: 3;
    margin-left: auto;
}

.eth__item {
    font-size: 36px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 17px;
    text-align: right;
}

.eth__btn-wrap {
    z-index: 5;
    position: relative;
    margin-top: 34px;
}

.btn_text_orange {
     background-color:#feaf08;
    color: #000;
    padding: 10px;
    font-size: 20px;
    font-weight: bold;
    border-radius:10px;
}


.btn_text_pink {
    background-color:#f458e7;
    color: #fff;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    border-radius:10px;
}

.eth__item:last-of-type {
    margin-bottom: 0;
}

.eth__icon img {
    filter: brightness(.75);
    height: 75px;
    position: absolute;
    margin-top: 35px;
    margin-left: 30px;
}

.icon-partners-blue.icon_md, .icon-partners-gray.icon_md {
    width: 34px;
    height: 34px;
}
.icon-partners-blue {
    background-image: url(../images/partners-blue.svg);
    background-size: contain;
}
.icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.subtitle a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    text-align: center;
}


.subtitle {
    text-align: left;
    margin-bottom: 5px;
}


.ref-input-design {
    border: 2px solid #656375;
    background: #1e1c2f !important;
    border-radius: 0;
    padding: 20px 10px;
    color: #6d678f;
}

.pointer_cursor{
    cursor:pointer;
}


aside.page__aside.aside {
    margin-top: 105px;
    padding-right: 20px;
}

.border-right-aside{
    border-right:1px dashed #888;
}

.ref-container {
    margin-top: 35px;
}



.btn-stack {
    background: #ff00f8;
    color: #fff;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 24px;
    text-transform: uppercase;
}

.btn-stack:hover {
    background-position: right center;
     color: #fff;
}



.logout_dashboard{
    color:#fff;
    text-decoration:none;
}


.color-white{
    color:#f1f1f1;
}







@media (min-width: 768px) {
  .navbar-header {
    width: 15%;
}
}


@media (max-width: 480px) {
  body {
   /*background:linear-gradient(to right, #3d2a90, #770467)*/
   background-color:#000a10;
  }
  
  
  .navbar-brand.navbar-brand-image {
    width: 65%;
   }
   
   .sitelogo {
    margin-top: 0px;
    margin-left: 15px;
}
  
  aside.page__aside.aside {
    margin-top: 20px;
    padding-right: 0;
    border: 0;
  }
  
  .social-link-user a {
    margin: 5px;
    font-size: 16px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
  }
  .counts__text {
    font-size: 28px;
    }
    
    h3, .h3 {
    font-size: 18px;
}

.navbar-collapse {
    max-height: none;
}
.counts__item_mob{
    text-align:center;
}

.eth__icon img{
    position: relative;
}
  
  /* .eth__wrap {
    display: none;
}*/
}