#Other {
    position: relative;
    width: 90%;
    height: 100%;
    padding: 24px 8px 62px;
    box-sizing: border-box;
}

.mdui-theme-layout-dark .mc-appbar .toolbar {
    background-color: #595959;;
}

.mdui-theme-layout-dark .mc-appbar .toolbar .search-bar {
    display: flex;
    align-items: center;
    padding: 5px;
    width: 100%;
    max-width: 722px;
    height: 46px;
    margin-left: 30px;
    background-color: #434343;
    border-radius: 8px;
    transition-duration: .18s;
    transition-property: background-color, box-shadow;
}

.mc-drawer {
    display: flex;
    flex-direction: column;
}

.mc-drawer .mdui-list {
    flex: 1;
    overflow-y: auto;
    padding: 0;
    margin: 0;
}

.mc-drawer .mdui-list-item {
    padding-left: 20px;
    border-radius: 0 50px 50px 0;
}

.mc-drawer .copyright {
    box-sizing: border-box;
    width: 100%;
    padding: 20px 16px;
}

.mc-drawer .copyright p {
    margin: 0;
    overflow: hidden;
    color: hsla(0, 0%, 100%, .38);
    font-size: 13px;
    line-height: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.mc-appbar .toolbar .search-bar input {
    flex: 1;
    height: 46px;
    background-color: transparent;
    border: none;
    outline: none;
}

.mc-appbar .toolbar .headline, .mc-appbar .toolbar .title {
    overflow: visible;
    opacity: .87;
}
