#backdrop {
  height: 100%; /* 100% Full-height */
  width: 100%; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1071; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #dadee6; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  /* transition: 0.5s;  */
  /* 0.5 second transition effect to slide in the sidenav */
  /* opacity: 0; */
  /* background-image: url("../images/bg-menu2.png");
  background-repeat: repeat; */

}


.bg-play{
  background-color: #dadee6 !important;
}

.bg-primary {

  background-color: #9F5DCC !important;

}

 /* The side navigation menu */
 .sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1072; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #FF0259; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 1.1rem;
  color: #fff;
  display: block;
  transition: 0.3s;
  white-space: nowrap;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav #sidenav_close_btn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

.navbar-light .navbar-toggler {

  color:#333;
  border-color: rgba(0,0,0,0);
  padding: 0;
  position: absolute;

}

.navbar-brand {

  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  /* margin-right: auto; */
  /* margin-left: auto; */
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  padding-left:50px;

}

.navbar-light .navbar-toggler-icon {

  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");

}



.bg-light {
  /* background-image: url("../images/bg-menubar.png");
  background-repeat: repeat-x;
  background-color: #fe2a30 !important;
  background-position: bottom; */
  background-color: #FF0259 !important;
  margin-bottom: 20px;
  /* border-bottom: solid 1px #ddd; */

}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  line-height: none;
  background-color: #FF0259 !important;
  /* background-image: url("../images/footer-bg.png");
  background-repeat: repeat-x;
  background-position: top; */
  color:#fff;
  padding-top:0px;
  flex-shrink: none;
  margin-top:20px;

  -webkit-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);
box-shadow: 0px 0px 10px 0px rgba(153,153,153,1);

  
}

.navbar-light .navbar-brand {

  color: #fff;

}

.main-content{
  padding-top:20px;
}

.btn-warning{
  background-color: #FEDB67;
  border-radius:30px;
  color:#111;
  padding:10px;
  border-color: #FEDB67;
}

.btn-warning.disabled, .btn-warning:disabled{

  background-color: #FEDB67;
  border-color: #FEDB67;
  color:#333;

}

.btn-secondary{
  border-radius:30px;
  padding:10px;
}


.btn-primary{
  background-color: #FF0259 !important;
  color:#fff;
  padding:10px;
  border-color: #FF0259 !important;
  border-radius:30px;
}


.btn-primary:hover, .btn-primary-lg:hover{
  background-color: #ee1e3a !important;
  border-color: #ee1e3a !important;
  color:#fff !important;
}


.btn-primary-lg{
  background-color: #FF0259;
  color:#fff;
  padding:10px 50px;
  font-size: 1.25rem;
  min-width: 250px;
  border-radius:30px;
  border-color:#FF0259;
}

.btn-warning-lg:hover{
  background-color:rgb(211, 106, 50);
  color:#fff;
}

.card-home{
  border-color: #fe076d !important;
  border-radius: 10px;
  border-style: dotted;
  border-width: 2px;
  padding-top:10px;
  padding-bottom:10px;
}

.card-body-home{
 padding: 0px;
}

a, a:active, a:focus { 
  outline: none; 
 }

img.menu{
  height: 42px;
  padding-top:13px;
  padding-bottom: 5px;
}

img.menu.inactive, .menu-text.inactive{
  opacity: 0.6;
}

.navbar {
  padding: .25rem 1rem;
}


/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}

} 
