.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #23282d;
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    font-size: 36px;
    margin: 0;
	float: right;
}

.sidenav-ctrl {
    display: inline-grid;
	width: 100%;
}

.sidenav-positions label {
    color: #eeeeee;
}

.sidenav-ctrl-fields {
    padding: 5px 5px 5px 0px;
}

.sidenav-ctrl-fields input {
    float: right;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: center;
    text-transform: uppercase;
    width: 50%;
    box-shadow: none;
    border: solid 0;
    background: #32373c;
    color: #949494;
}

.sidenav-ctrl h2 {
    background: #32373c;
    color: #eeeeee;
	    margin: 5px 0 0 0!important;
}

.sidenav-img input {
    text-transform: unset!important;
}

.sidenav-bgclrfl input {
    text-transform: unset!important;
}

#mySidenav .cp_h2nav {
	text-align: unset;
    color: #eeeeee;
    background: none;
    float: left;
    padding: 20px 0px 10px 5px;
}

.sidenav-footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #eeeeee;
    text-align: center;
}

.sidenav-footer img {
    width: 65px;
}

.sidenav-footer h2 {
    background: unset;
    color: unset;
    margin: unset!important;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}