.full-page[data-image]:after, .full-page.has-image:after {
    opacity: .0;
}
  body {
    /* background: url(../img/background/background-1.png) no-repeat center center fixed;
    background-size: cover; */
    color:#39393D;
  }
  .public-bg {
    background: url(../img/background/background-1.png) no-repeat center center fixed;
    background-size: cover;
    color:#39393D;
    height: 100vh;
    overflow: hidden;
  }
  .wrapper,
  .main-panel,
  .navbar-default {
    background-color: rgb(247, 246, 248);
    /* background: transparent; */
    /* background: url(../img/background/background-0.png) no-repeat bottom right fixed;
    background-size: cover; */
  }
  .sidebar .logo, .off-canvas-sidebar .logo {
    /* background-color: white; */
    /* height:180px; */
  }
  .sidebar,
  .sidebar:after, 
  .sidebar:before, 
  .sidebar[data-background-color="transparent"]:after,
  .sidebar[data-background-color="transparent"]:before {
  /* .off-canvas-sidebar,
  .off-canvas-sidebar:after, 
  .off-canvas-sidebar:before,  */
  /* .off-canvas-sidebar[data-background-color="transparent"]:after,
  .off-canvas-sidebar[data-background-color="transparent"]:before { */
    background: rgb(215,139,219);
    background: linear-gradient(180deg, rgba(215,139,219,1) 0%, rgba(186,131,189,1) 25%, rgba(118,71,139,1) 75%);
  }
  .off-canvas-sidebar,
  .off-canvas-sidebar:after, 
  .off-canvas-sidebar:before, 
  .off-canvas-sidebar[data-background-color="transparent"]:after,
  .off-canvas-sidebar[data-background-color="transparent"]:before {
    /* background: linear-gradient(0deg, rgba(0,210,255,1) 0%, rgba(37,122,229,1) 50%, rgba(58,71,213,1) 100%); */
  }
  .sidebar .user .info a,
  .sidebar[data-background-color="white"] .user .info a,
  .off-canvas-sidebar .user .info a,
  .off-canvas-sidebar[data-background-color="white"] .user .info a {
    color: #fff; /*info-profile font color*/
  }
  .sidebar[data-active-color="info"] .nav li.active > a, 
  .off-canvas-sidebar[data-active-color="info"] .nav li.active > a {
    color: #fff;
    font-weight: bold;
    opacity: 1;
    background-color: rgba(104, 46, 143, 0.35);
}
  .sidebar .user .info a:hover,
  .sidebar .user .info a:visited,
  .off-canvas-sidebar .user .info a:hover,
  .off-canvas-sidebar .user .info a:visited {
    opacity: 1;
    color: #fff;
    background: rgba(104, 46, 143, 0.2);
  }
  #info-profile{
    background: transparent;
    color:#fff
  }
  .sidebar .nav li:not(.active) > a,
  .sidebar[data-background-color="white"] .nav li:not(.active) > a {
    color: #fff;/*sidebar font color*/
    /* font-weight: bold !important; */
  } 
  .off-canvas-sidebar .nav li:not(.active) > a,
  .off-canvas-sidebar[data-background-color="white"] .nav li:not(.active) > a {
    color: #76478b;/*sidebar font color*/
    /* font-weight: bold !important; */
  } 
  .sidebar .sidebar-wrapper > .nav li:hover > a,
  .off-canvas-sidebar .sidebar-wrapper > .nav li:hover > a {
    opacity: 1;
    background: rgba(116, 46, 143,0.12);
  }
  .sidebar .sidebar-wrapper > .nav li:hover .caret, .off-canvas-sidebar .sidebar-wrapper > .nav .caret {
      margin-top: 12px;
      position: absolute;
      right: 1px;
      color:#fff;
  }
  .sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after {
    border-right: 17px solid #f9f9fb;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    opacity: 1;
    top: 3px;
    transition: opacity 150ms ease-in;
  }
  .sidebar .logo:before,
  .sidebar .user:after {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .nav-open .sidebar .sidebar-wrapper li.active > a:not([data-toggle="collapse"]):after {
    /* border-right: 17px solid #f9f9fb; */
    border-right: 17px solid transparent;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: -1px;
    opacity: 1;
    top: 3px;
    transition: opacity 150ms ease-in;
  }
  .sidebar .sidebar-wrapper > .nav [data-toggle="collapse"] ~ div > ul > li > a i{
    font-size: 10px;
    line-height: 20px;
    width: 26px;
    padding-left: 5px;
  }
  .navbar-default {
    /* background: linear-gradient(-45deg, rgba(0,210,255,1) 0%, rgba(37,122,229,1) 50%, rgba(58,71,213,1) 100%); */
  }
  .dropdown-menu {
    background-color: #fff;
    color: #39393D;
    box-shadow: 0 8px 16px 0 rgba(196, 162, 204, 0.24);
  }
  .nav-open .dropdown-menu {
    background:  rgba(162, 169, 204,.24) !important;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204,.24);
  }
  .dropdown-menu > li > a {
    color: #39393D;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
  color: #39393D !important;
    background: rgb(242, 223, 250) !important;
  }
  .dropup .dropdown-menu > .active > a{
    background-color:rgb(250, 240, 252) !important;
  }
  .open > .btn.dropdown-toggle{
    background-color: #cc3c30 !important;
    border-color: #cc3c30 !important;
  }
  .layui-layer{
    /* border: 1px solid #8893b9; */
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204,.24);
  }
  .layui-layer-content {
      background-color: #fff;
  }
  .layui-layer-content .control-label,
  .layui-layer-content div{
      color: #39393D;
  }
  .card {
    border-radius: 6px;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204,.24);
    color: #39393D;
    margin-bottom: 20px;
    position: relative;
    background: rgb(255, 255, 255, 1) !important;
  }
  /* .card p {
    color:#A2A3A8;
  } */
  .bootstrap-datetimepicker-widget {
    background-color: #fff !important;
    color: #39393D;
  }
  .card .card-title {
    margin: 0;
    color: #39393D;
    font-weight: 300;
  }
  .card .category {
    color: #39393D;
  }
  .category.note {
    margin-top: -15px;
    margin-bottom: 10px;
  }
  .input-group-addon {
    background-color: #fff;
    border: 1px solid #e8e7e3;
    border-radius: 4px;
    color: #39393D;
  }
  .form-control {
    background-color: #fff;
    border: 1px solid #e1eeff;
    border-radius: 4px;
    color: #A2A3A8;
  }
  .form-control:focus,
  .form-control:focus-within,
  .form-control:active {
    background-color: #fff;
    border: 1px solid #ba83bd;
    color: #39393D;
  }
  .control-label-preview {
    background: rgba(136, 147, 185, 0.1) !important;
    /* background: rgba(0, 0, 0, 0.1) !important; */
    border: 1px solid #e1eeff;
    color: #A2A3A8;
  }
  .mlp {
    display: inline-table;
    padding-bottom: 10px;
    word-break:break-word;
  }
  .input-group-focus .input-group-addon {
    background-color: #fff;
    border: 1px solid #ba83bd;
    border-right: transparent;
    color: #39393D;
  }
  .layui-layer-content .input-group:focus {
    background-color: #fff;
    border: 1px solid #ba83bd;
    border-right: transparent;
    color: #39393D;
  }
  strong {
    color: #cc3c30;
  }
  .btn {
    /* background-color: #ba83bd; */
    border: none;
    background: #cc3c30;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;

  }
  .btn:hover {
    /* background-color: #031b4e; */
    color: #fff;
    /* border-color: rgba(58,71,213,1); */
    border: none;
    background: #ee4809c2;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
  }
  .btn:focus,
  .btn:active,
  .btn:visited {
    background: #cc3c30 !important;
  }
  .btn-custom,
  .btn-custom:focus,
  .btn-custom:visited{
    background: #029971 !important;
  }
  .btn-custom:hover{
    background: #03C895 !important;
  }
  .btn-xs{
    padding: 2px 10px;
  }
  /* select {
    background-color: #284295;
    color: #fff;
  } */
  .table-hover > tbody > tr:hover {
    /* background: rgba(136, 147, 185, 0.1) !important; */
    background: #F0F7FC;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    /* cursor: pointer; */
  }
  .fixed-table-container .no-records-found {
    background: #fff !important;
  }
  .table-hover > tbody > tr.no-records-found:hover{
    background-color: #fff !important;
  }
  .alert-info,
  .help-block {
    background-color: #EDF1F7;
    color: #01B8FF !important;
    border: 1px solid #01B8FF;
    background: rgb(246, 250, 255, 0.5);
  }
  .alert-warning {
    background-color: #EDF1F7;
    color: #8760FB !important;
    border: 1px solid #8760FB;
    background: rgb(246, 250, 255, 0.5);
  }
  .alert-danger,
  .help-block-red,
  .help-block.red {
    background-color: #EDF1F7;
    color: #EB6F33 !important;
    border: 1px solid #EB6F33;
    background: rgb(246, 250, 255, 0.5);
  }
  .alert-success,
  .help-block-bold,
  .help-block.bold {
    background-color: #EDF1F7;
    color: #03C895 !important;
    border: 1px solid #03C895;
    background: rgb(246, 250, 255, 0.5);
  }
  .login-box .alert-success{
    background-color: #EDF1F7;
    color: #029971 !important;
    border: 1px solid #03C895;
    background: rgb(246, 250, 255, 0.5);
  }
  .help-block,
  .help-block-red,
  .help-block.red,
  .help-block-bold,
  .help-block.bold {
    padding-left: 5px;
    margin-top: 5px;
    display: block;
  }
  .left {
    text-align: left !important;
  }
  .center {
    text-align: center;
  }
  .right {
    text-align: right !important;
  }
  .red {
    color: red !important;
  }
  .bold {
    font-weight: bold;
  }
  .left_side {
    float: left;
  }
  .right_side {
    float: right;
  }
  .applogo{
      width: 200px;
      margin-left: -40px;
      margin-top: -33px;
  }
  @media (max-width: 736px) {
      /* .all-in {
          margin-top: 25px;
      } */
      .applogo{
          width: 150px;
          margin-top: -30px;
      }
  }
  @media (max-width: 568px) {
    #form_login{
      margin-top: 50px;
    }
  }
  .nav-open .applogo{
    margin-left: 0px;
    width: 180px;
    margin-top: -25px;
  }
  .navbar-brand .applogo{
      margin-left: 0px;
  }
  
  .navbar-default .navbar-brand {
      color: #39393D !important;
  }
  .nav-tabs-navigation {
      /* background: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C) !important;  */
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #39393D;
  }
  .nav-tabs > li.active :before {
      border-bottom: 11px solid #fff;
  }
  .nav-tabs > li.active :after {
      border-bottom: 11px solid #cc3c30;
  }
  a{
      color:#3163c2;
  }
  .navbar-default .navbar-nav > li > a:not(.btn) {
      color: #39393D;
  }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:not(.btn):hover, .navbar-default .navbar-nav > .active > a:not(.btn):focus, .navbar-default .navbar-nav > li > a:not(.btn):hover, .navbar-default .navbar-nav > li > a:not(.btn):focus {
      color: #39393D;
      opacity: 1;
      filter: alpha(opacity=100);
  }
  .nav-tabs > li > a {
      border: 0 none;
      color: #A2A3A8;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
  }
  .nav-tabs > li > a:hover {
      border: 0 none;
      color: #39393D;
      /* background: linear-gradient(45deg, rgba(0,210,255,1) 0%, rgba(37,122,229,1) 50%, rgba(58,71,213,1) 100%); */
      background: #f2dffa;
      transition: all 0.5s ease;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
  }
@media (min-width: 768px) and (max-width: 992px){
    .form-horizontal .control-label {
        padding-top: 7px;
        margin-bottom: 0;
        text-align: left;
    }
}
.pagination > li > a{
  background-color: transparent;
  border: 2px solid #cc3c30;
  color: #cc3c30;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagination > li > a:hover{
  background-color: #ee4809c2;
  border-color: #ee4809c2;
  color: #FFFFFF;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.pagination > li.active > a,
.pagination > li.active > a:hover{
  background-color: #cc3c30;
  border-color: #cc3c30;
  color: #FFFFFF;
}
.node-info .wrap{
  color: #39393D !important;
  font-weight: normal;
}
.mt-10{
  margin-top: 10px;
}
.rank-icon{
  border-radius: 50%;
  border: 1px solid #ffffff;
}
.table > thead > tr > th,
.fixed-table-body .card-view .title,
.redeem-title {
  font-size: 14px;
  font-weight: bold;
  color:#A2A3A8;
}
.icon-purple{
  color: #8760FB !important;
}
.icon-orange{
  color: #EB6F33 !important;
}
.icon-green, .green{
  color: #03C895 !important;
}
.icon-blue{
  color: #01B8FF !important;
}

[class^="ti-"]{
  font-weight: normal !important;
}
.wrapper-full-page{
  /* background: linear-gradient(0deg, rgba(0,210,255,1) 0%, rgba(37,122,229,1) 50%, rgba(58,71,213,1) 100%); */
  background: transparent;
}
.login-box {
  max-width: 480px;
  margin: 0 auto;
  background: transparent !important; /* rgba(255,255,255,0.23) !important;*/
  box-shadow: none; /*0 8px 16px 0 rgba(0,0,0,0.05);*/
  padding: 35px 50px;
}
/* .login-box .card-content, */
.footer-transparent .copyright {
  /* color:#fff !important; */
  color:#76478b !important;;
}
@media (max-width: 823px){
  .login-box {
    padding: 5px 6px 9px;
  }
}
.login-box .card-title{
  color: #76478b;
}
.login-page .forgot {
  margin-top: -20px;
  margin-bottom: 20px;
  float: right;
}
.mt-1{
  margin-top: 10px;
}
.mb1{
  margin-bottom: 10px;
}
.mb-35{
  margin-bottom: -35px;
}
.login-page .forgot a,
.login-page .signup a,
.footer-transparent .copyright a{
  color: #76478b !important;
}
.login-page .forgot a:hover,
.login-page .signup a:hover,
.footer-transparent .copyright a:hover{
  color: #76478b;
  text-decoration: underline;
}

.code1{
  position: relative;
  margin-top: -36px;
  z-index: 999;
  float: right;
  width: 100px;
  margin-right:2px;
}
.login-box .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0 4px 4px 0 !important;
  border-right: 1px solid #E1EEFF !important;
}
.login-box .input-group-focus .form-control:not(:first-child):not(:last-child) {
  border-right: 1px solid #ba83bd !important;
}
.bootstrap-table .table {
  /* border-top: 1px solid #E9ECF2; */
  border-bottom: 1px solid #E9ECF2;
}
.table tbody tr > td {
  border-top: 1px solid #E9ECF2;
  /* border-bottom: 1px solid #E9ECF2; */
}
.removeattr{
  cursor: pointer;
  color: red;
}
.table-responsive{
  border:none;
}
.card-view .value{
  display: inline-table;
  display: -webkit-inline-box;
}
.btn-primary:disabled, .btn-primary:disabled:hover{
  background-color: #337ab7 !important;
  cursor: unset;
}
.renew{
  display: inline;
  margin-right:5px;
}
.withdrawal{
  display: inline;
}
.yellow-cap{
  background: transparent;
  box-shadow: 0px 0px 20px 3px rgb(233, 198, 2);
  border-radius: 20px;
}
.green-cap{
  background: transparent;
  box-shadow: 0px 0px 20px 3px rgb(11, 243, 3);
  border-radius: 20px;
}
.red-cap{
  box-shadow: 0px 0px 20px 0px rgba(208, 21, 61, 0.54);
}
.applogo1{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 230px;
  margin-bottom: -30px;
  margin-top: -30px;
}
.navbar-transparent .navbar-nav > li > a:not(.btn) {
  color: #76478b;
  border-color: #76478b;
  opacity: 0.7;
  filter: alpha(opacity=80);
}
.navbar-transparent .navbar-nav > li > a:hover:not(.btn){
  background-color: transparent;
  border-radius: 3px;
  color: #76478b;
  opacity: 1;
}
.navbar-toggle .icon-bar {
  background-color: #76478b;
}
.dash{
  background: transparent !important;
}
.dash .card-content{
  color: #76478b;
  min-height: 310px;
  text-align: center;
  margin-bottom: 15px;
  /* min-height: 100px; */
}
.fcb {
  background: url(../img/website/fcb.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.fc {
  /* background: url(../img/website/fc.png) no-repeat center center !important;
  background-size: 30% 100% !important; */
  height: 100px !important;
  margin-top: 10px;
}
.fpb {
  background: url(../img/website/fpb.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.fp {
  /* background: url(../img/website/fp.png) no-repeat center center !important;
  background-size: 30% 100% !important; */
  height: 100px !important;
  margin-top: 10px;
}
.fwb {
  background: url(../img/website/fwb.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.fw {
  /* background: url(../img/website/fw.png) no-repeat center center !important;
  background-size: 30% 100% !important; */
  height: 100px !important;
  margin-top: 10px;
}
.bcb {
  background: url(../img/website/bcb.png) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.bc {
  /* background: url(../img/website/bc.png) no-repeat center center !important;
  background-size: 30% 100% !important; */
  height: 100px !important;
  margin-top: 10px;
}
.dash .pull-right{
  margin-top:25px;
}
.dash p{
  margin-top: 10px;
  text-align: center;
  color: #000;
  font-size: 20pt;
  font-weight: bold;
}
.dash .amt{
  margin-top: 65px;
  font-size: 20pt;
}
.verify-form{
  margin-top:40px;
}