#mySidebar.expanded {
    width:320px;
}
#mySidebar {
    padding-top: 10px;
}
#mySidebar .container{
    padding: 15px 15px;
}
#mySidebar .container .profile-page {
    padding: 10px 30px 20px 30px;
}
#main.expanded.not-mobile {
    margin-left:300px;
    /* transition: margin-left .5s; */
}

.apod_logo {
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
    padding:10px 15px;
}
.click-refer {
    cursor: pointer;
}
.click-refer:hover {
    color: #564F4F!important;
}
.small-label {
    font-family: Helvetica;
    font-size: 12.8px;
    line-height: 15px;
    color: #9D9193;
}

.brand-name {
    color: black;
}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    border: 1px solid #E8E8E8;
    /* transition: 0.5s; */
}

.sidebar .small-title {
    font-family: Helvetica;
    font-size: 15px;
    line-height: 15px;
    /* identical to box height */
    color: #9D9193;
}

.sidebar hr {
    border-top: 1px solid #E0E0E0;
}

.sidebar a {
    padding: 15px 0px 15px 32px;
    text-decoration: none;
    color: #818181;
    display: block;
    transition: 0.3s;
    font-family: Helvetica;
    font-size: 16px;
    line-height: 21px;
    /* identical to box height */


    color: #564F4F;
}

.sidebar span {
    padding: 5px 0px 5px 32px;
}

.sidebar a.active img {
    filter: invert(83%) sepia(24%) saturate(1068%) hue-rotate(136deg) brightness(91%) contrast(85%);
}

.sidebar a.active {
    background: #D5F5F4;
    color: #56D0D8;
}

.sidebar a:hover {
    /* color: #f1f1f1; */
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.openbtn {
    font-size: 20px;
    cursor: pointer;
    /* background-color: #111; */
    color: black;
    padding: 10px 15px;
    border: none;
}

.openbtn:hover {
    /* background-color: #edf6f6; */
}

#main {
    /* transition: margin-left .5s; */
    /* padding: 16px; */
}

#sidebar-overlay {
    background-color: rgba(0,0,0,.1);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1037;
}

@media (max-width: 991.98px) {
    .sidebar-open #sidebar-overlay {
        display: block;
    }
}

  /* 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) {
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
}
