/*
* demo.css
* File include item demo only specific css only
******************************************************************************/


.menu .app-brand.demo {
  height: 65px;
  margin-top: 5px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}
/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}
.cnt_blnc h3{
  font-family: "Wallpoet", monospace;
  color: #00db36;
  margin: 0;
}
.btn-ppl{
  color: #fff;
  background-color: #c84bcc;
  border-color: #c84bcc;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(200, 75, 204, 0.4);
}
.btn-ppl:hover {
  color: #fff;
  transform: translateY(-1px);
}
.dep_btn .btn{
  min-width: 150px;
    padding: 4px;
    font-size: 13px;
    margin-bottom: 15px;
    background: linear-gradient(90deg, #3E6FFB 0%, #043ACF 100%);
    color: #fff;
}
.dep_btn{
  text-align: center;
}
.avatar{
  background: rgba(255, 255, 255, 0.11);
  border-radius: 5px;
  text-align: center;
  line-height: 2.375rem;
}
.avatar i{
  font-size: 16px;
  color: #D3AF51;
}
body{
    background:linear-gradient(0deg, rgba(97, 164, 79, 0.63), rgba(79, 136, 176, 0.6)), url(../../assets/img/bd-bg.jpg); 
    background-size: cover;
    background-attachment: fixed;
    color: #fff !important;
    /*background: #070707;*/
}
.layout-navbar{
  background: #231F20 !important;
  margin: 0 !important;
}
.bg-footer-theme {
  background-color:#070707  !important;
  color: #697a8d;
}
.card {
    border: 0px solid #4bd36b;
    background-color: #231F20;
}
.offcanvas {
  /*background-color: #231F20;*/
  background: linear-gradient(0deg, rgba(97, 164, 79, 0.79), rgb(79, 136, 176)), url(../../assets/img/bd-bg.jpg);
  background-size: cover;
background-position: center;
}
.offcanvas-header {
  padding: 1rem 1.5rem;
  background: #231F20;
  box-shadow: 0 3px 5px -2px rgba(161, 172, 184, 0.15);
}
hr {
  color: #0E0E1A;
}
.offcanvas-body ul{
  padding: 0;
}
.offcanvas-body ul li{
  list-style: none;
  padding: 6px 0;
    font-size: 14px;
}
.offcanvas-body ul li span{
  float: right;
}
.offcanvas-body{
  margin-top: 5px !important;
}
.offcanvas-body .form-control{
  border-color: #566a7f;
}
.form-label {
  color: #fff;
}
.table{
  color: #fff;
}
.table:not(.table-dark) th {
  color: #fff;
}
.card-header p{
  margin: 0;
}
p.prtc span{
  color: #7AEF3A;
}
p.prtc{
    margin: 15px 15px 0;
}
#depositors table tr{
    border-color: #12121E;
}
.nav-item img{
    height: 45px;
}
.layout-without-menu .layout-navbar.navbar-detached {
  width: calc(100% - (1.625rem * 2));
    margin: 0 auto  !important;
    border-radius: 0.375rem;
    padding: 0 1.5rem;
}
span.d-block{
    color: #fff;
}
.plyr .card-title{
    float: left;
    width: 50px;
    margin: 0;
}
.plyr .card{
    padding: 3px;
}
.plyr .card-body .card-body{
  padding: 0;
}
.c_add li i{
    background: #3E6FFB;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 15px;
}
.c_add li{
    color: #fff;
    font-size: 14px;
}
.m_lvl li{
    font-size: 13px;
}
.m_lvl li span{
    color: #fff;
    padding-left: 20px;
}
.m_lvl li span i{
    font-size: 12px;
    color: #b0c6df;
}
.card .table {
  font-size: 13px;
}
.c_rwrd h5{
    margin: 0;
}
.menu-vertical .menu-icon {
  color: #91BDDD;
}
.menu-link {
  background: rgba(255, 255, 255, 0.05);
}
.top_btn{
    padding-bottom: 25px;
}
.top_btn button{
    border: none;
    padding: 10px 15px;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    min-width: 150px;
    color: #fff;
}
.modal {
  z-index: 9999 !important;
}
.modal-content {
  background: linear-gradient(0deg, rgb(178, 131, 46), rgb(211, 175, 81));
}
.modal-content .btn{
    background: linear-gradient(to right, #11998e, #38ef7d);
    border: none;
    text-transform: uppercase;
    border-radius: 25px;
}
.modal-header h4{
    text-transform: uppercase;
}
.modal-body {
  padding-bottom: 25px !important;
  text-align: center;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th{
    border-color: rgba(255, 255, 255, 0.07);
}
.swal2-popup {
  background: #231F20 !important;
  border: solid #D3AF51;
border-radius: 20px !important;
}
.app-brand .layout-menu-toggle {
  background-color: #D3AF51;
}


@media (min-width:320px) and (max-width:767px){
.layout_main{
  width: 100%;
}
.dep_btn .btn{
  width: 47%;
}
.card-body, .card-header{
  padding: 1.5rem 1rem;
}
.offcanvas-end {
  width: 100%;
}
p.prtc {
  font-size: 12px;
}
#depositors table tr td, #depositors table tr th{
    font-size: 12px;
    padding: 10px 0;
    border-color: #12121E;
}
.cnt_blnc{
    text-align: center;
}
.nav-item img{
    height: 35px;
}
.layout-navbar.navbar-detached {
  padding: 0 1rem;
}
.container {
    padding: 5px;
}
.plyr .card {
  padding: 10px;
  min-height: 86px;
}
.plyr .card-title {
  width: 45px;
}
.plyr .card h6{
  padding-left: 45px;
}
.top_btn button {
  padding: 10px 10px;
  font-size: 12px;
  width: 49%;
  margin: 5px 0;
}

}
