.sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -330px;
  /* background-color: rgb(182, 15, 15); */
  -webkit-box-shadow: 3px 0px 5px -2px #000 ;
  overflow-y: scroll;
  transition: 0.5s;
  padding-top: 20px;
  /* padding-bottom: 50px; */
}
.sidenav-close {}
.sidenav-close {
  position: relative;
  height: 50px;
}
.closebtn {
  position: absolute;
  right: 0;
  width: 2.5vh;
  font-size: 4vh;
  margin-right: 2vh;
  /* float: right; */
  color: white;
}
.sidenav-option {}
.sidenav-option ul {
  width: 100%;
  list-style: none;
  display: flex;
  padding: 0 20px;
}
.sidenav-option ul li{
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  color: white;
  padding: 5px 10px;
  border: 0.5px solid white;
}
.sidenav-option ul li:first-child{
  border-left: 0;
}
.sidenav-option ul li:last-child{
  border-right: 0;
}

.sidenav-option ul li a{
  color: white;
}

.sidenav-accordion {
  padding: 0 20px;
}

#accordion-wall .card {
   border: none;
   background: none;
}

#accordion-wall .card .card-header {
  background: rgb(0, 0, 0);
  padding: 0 5px;
  border: 0;
}

#accordion-wall .card .btn-link {
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-decoration: none;
}

#accordion-wall .card .card-body {
  background: #000000;
  padding: 0;
  color: white;
  padding-left: 20px;
  padding-bottom: 20px;
}

#accordion-wall .card button {
  font-size: 16px;
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 3px;
}

#accordion-wall .card .btn-link {
  position: relative;
}
#accordion-wall .card .btn-link span {
  margin-left: 10px;
}

#accordion-wall .card .btn-link .fa-caret-up::before {
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
}

#accordion-wall .card .btn-link[aria-expanded="true"]{
  color: rgb(27,171,230);
}
#accordion-wall .card .btn-link[aria-expanded="true"] .fa-caret-up::before {
  content: "\f0d8";
}

.wallet-detail {
  font-size: 12px;
  display: flex;
  border-bottom: 1px solid white;
  padding: 5px 0;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
}
.wallet-detail:last-child {
  border-bottom: 0;
}
.wallet-detail>div {
  width: 100%;
  text-align: left;
}
.wallet-detail>div:last-child {
  text-align: right;
}

.sidenav-menu-group {
  padding: 0 10px;
}
.sidenav-menu-group ul {
  width: 100%;
  list-style: none;
  padding: 0 10px;
}
.sidenav-menu-group ul li{
  width: 100%;
  display: block;
  text-align: left;
  color: white;
  padding: 10px;
  border-bottom: 0.3px solid rgba(122, 122, 122, 0.5);
}
.sidenav-menu-group ul li.active {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#078b74+0,048984+31,04888d+43,048693+46,048694+51,0182a1+69,0279a3+91,0076a0+100 */
background: #078b74; /* Old browsers */
background: -moz-linear-gradient(top,  #078b74 0%, #048984 31%, #04888d 43%, #048693 46%, #048694 51%, #0182a1 69%, #0279a3 91%, #0076a0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #078b74 0%,#048984 31%,#04888d 43%,#048693 46%,#048694 51%,#0182a1 69%,#0279a3 91%,#0076a0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #078b74 0%,#048984 31%,#04888d 43%,#048693 46%,#048694 51%,#0182a1 69%,#0279a3 91%,#0076a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#078b74', endColorstr='#0076a0',GradientType=0 ); /* IE6-9 */
}
.sidenav-menu-group ul li:first-child{
  border-top: 0.3px solid rgba(122, 122, 122, 0.5);
}
.sidenav-menu-group ul li:last-child{
  border-bottom: 0;
}

.sidenav-menu-group ul li a{
  color: white;
  display: block;
}
.sidenav-menu-group ul li a span{
  margin-left: 10px;
}
.sidenav-btn-group {}
.sidenav-btn-group ul {
  width: 100%;
  list-style: none;
  display: flex;
  padding: 0 20px;
  flex-wrap: wrap;
}
.sidenav-btn-group ul li{
  float: left;
  width: 50%;
  display: block;
  text-align: center;
  color: white;
  padding-top: 15px;
  /* padding: 10px 20px; */
}
.sidenav-btn-group ul li:first-child{
  width: 100%;
}
.sidenav-btn-group ul li .btn {
  border-radius: 10px !important;
  border: transparent;
  min-width: 130px;
}

.sidenav-btn-group ul li a{
  color: white;
}
.sidenav-o-menu {}
.sidenav-o-menu p {
  color: #ffffff;
  text-align: center;
  font-size: 13px;
  margin-top: 1em;
  margin-bottom: 0px;
}
.sidenav-o-menu a {
  color: #26c6ff;
  text-decoration: underline;
}

.sidenav-footer-copy {}
.sidenav-footer-copy {
  text-align: center;
  padding: 0 20px;
  margin: 0 20px;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #212529;
  font-size: 14px;
}

.btn-d-desktop {
  background: #078b74;
    background: -moz-linear-gradient(top, #078b74 0%, #048984 31%, #04888d 43%, #048693 46%, #048694 51%, #0182a1 69%, #0279a3 91%, #0076a0 100%);
    background: -webkit-linear-gradient(top, #078b74 0%,#048984 31%,#04888d 43%,#048693 46%,#048694 51%,#0182a1 69%,#0279a3 91%,#0076a0 100%);
    background: linear-gradient(to bottom, #078b74 0%,#048984 31%,#04888d 43%,#048693 46%,#048694 51%,#0182a1 69%,#0279a3 91%,#0076a0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#078b74', endColorstr='#0076a0',GradientType=0 );
    border-radius: 7px;
    padding: 10px 25px!important;
}
.btn-d-green {
    background: #95d602;
    background: -moz-linear-gradient(top, #95d602 0%, #4e7101 100%);
    background: -webkit-linear-gradient(top, #95d602 0%, #4e7101 100%);
    background: linear-gradient(to bottom, #95d602 0%, #4e7101 100%);
}
.btn-d-blue {
    background: #19ade9;
    background: -moz-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
    background: -webkit-linear-gradient(top, #19ade9 0%, #0d5a7a 100%);
    background: linear-gradient(to bottom, #19ade9 0%, #0d5a7a 100%);
}
