.sidenav {
  height: 100%;
  width: 330px;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: -330px;
  /* background-color: rgb(182, 15, 15); */
  overflow-y: scroll;
  transition: 0.5s;
  padding-top: 5px;
  /* 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: rgb(255, 255, 255);
  padding-top: 10px;
}
.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: rgb(255, 255, 255);
  padding: 20px 10px;
  border: 0.5px solid rgb(255, 255, 255);
}
.sidenav-option ul li.active {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#810c14+0,8b0c15+17,be0e19+69,cc101e+86,d50f1c+100 */
  background: #810c14; /* Old browsers */
  background: -moz-linear-gradient(top,  #810c14 0%, #8b0c15 17%, #be0e19 69%, #cc101e 86%, #d50f1c 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #810c14 0%,#8b0c15 17%,#be0e19 69%,#cc101e 86%,#d50f1c 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #810c14 0%,#8b0c15 17%,#be0e19 69%,#cc101e 86%,#d50f1c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#810c14', endColorstr='#d50f1c',GradientType=0 ); /* IE6-9 */
}

.sidenav-option ul li.active,.sidenav-option ul li.active a {
  color: #fff;
}
.sidenav-option ul li:first-child{
  border-left: 0;
}
.sidenav-option ul li:last-child{
  border-right: 0;
}

.sidenav-option ul li a{
  color: rgb(255, 255, 255);
}

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

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

#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, 174, 13);
  text-decoration: none;
}

#accordion-wall .card .card-body {
  background: #000;
  padding: 0;
  color: rgb(0, 0, 0);
  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(255, 174, 13);;
}
#accordion-wall .card .btn-link[aria-expanded="true"] .fa-caret-up::before {
  content: "\f0d8";
}

.wallet-acc {}
.wallet-acc > div {
  font-size: 12px;
  display: flex;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 5px 0;
  font-style: italic;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.wallet-acc > div:last-child {
  /* border-bottom: 0; */
}
.wallet-acc > div > div {
  width: 100%;
  text-align: left;
}
.wallet-acc > div > 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: rgb(255, 255, 255);
  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/#810c14+0,8b0c15+17,be0e19+69,cc101e+86,d50f1c+100 */
  background: #cf9e59; /* Old browsers */
  background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',GradientType=0 ); /* IE6-9 */

   color: rgb(255, 255, 255) !important;

}
/* Sidenav Menu Icon */
.sidenav-menu-group ul li.active a span {
  color: white;
}
.sidenav-menu-group ul li.active a i {
  color: rgb(252, 224, 168);
}
.sidenav-menu-group ul li.active .sidenav-menu-icon-sports {
  background: url("../img/Icon-menu/icoactive/Sports.png") no-repeat;
}
.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: rgb(255, 255, 255);
  font-weight: bold;
  display: block;
}
.sidenav-menu-group ul li a i{
  color: rgb(252 224 168);;
}
.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: #ffff;
  text-align: center;
  font-size: 13px;
  margin-top: 1em;
  margin-bottom: 0px;
}
.sidenav-o-menu a {
  /* color: rgb(214,16,29); */
  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 rgb(252, 224, 168);;
  font-size: 14px;
}
.sidenav-footer-copy p{
 color:  rgb(252, 224, 168);;
}

.btn-d-desktop {
  background: #cf9e59; /* Old browsers */
			  background: -moz-linear-gradient(top,  #cf9e59 0%, #c69656 17%, #be9253 22%, #b88b52 31%, #b08550 36%, #a8804f 44%, #9d784b 53%, #9a734a 54%, #8a6845 69%, #7e5f40 78%, #74543f 93%, #6e4f3a 100%); /* FF3.6-15 */
			  background: -webkit-linear-gradient(top,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* Chrome10-25,Safari5.1-6 */
			  background: linear-gradient(to bottom,  #cf9e59 0%,#c69656 17%,#be9253 22%,#b88b52 31%,#b08550 36%,#a8804f 44%,#9d784b 53%,#9a734a 54%,#8a6845 69%,#7e5f40 78%,#74543f 93%,#6e4f3a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
			  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cf9e59', endColorstr='#6e4f3a',GradientType=0 ); /* IE6-9 */
    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%);
}