.menu-log{
    
    border-radius: 5px;
    font-size: 27px;
    margin: 0;
    padding: 0px;
    margin-right: 15px;
    color: white !important;
}

.menu-icon{
    height: 16px !important;
    width: auto;
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 4px !important;
    padding-top: 3px !important;
    display: inline-block;
}

.menu-panel {
    background-color: rgba(255, 255, 255, 0.96);
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 100000 !important;
    top: 0;
    right: 0;
    margin-right: 0;
    color: black;
    float: left;
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-top: 40px;
    -webkit-box-shadow: 0 .01rem 1rem rgb(150, 150, 150);
    box-shadow: 0 .01rem 1rem rgb(150, 150, 150);

}

.menu-panel a {
    padding: 5px 5px 5px 18px;
    text-decoration: none;
    font-size: 14px;
    color: rgb(0, 0, 0);
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: bolder;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.menu-panel a .count{
    padding: 2px;
    padding-right: 3px;
    margin-left: 4px;
    border-radius: 13px;
    margin-top: 0;
    text-decoration: none;
    font-size: 8px;
    color: rgb(0, 0, 0);
    display: inline-block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;    
    background-color: rgb(222, 222, 222);
    -webkit-box-shadow: 0 .001rem .1rem rgb(150, 150, 150);
    box-shadow: 0 .001rem .1rem rgb(150, 150, 150);
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.menu-panel .trash-panel {
    height: 100px;
    margin: 12px;
    -webkit-box-shadow: 0 .00001rem .1rem rgb(255, 255, 255);
    box-shadow: 0 .00001rem .1rem rgb(255, 255, 255);
    position: relative;
    background-color: rgba(0, 0, 0, 0.1);
}
.menu-panel .btn{
    background-color: rgb(0, 0, 0);
    color: white;
}
.menu-panel .trash-panel button {
    padding: 8px;
    text-decoration: none;
    font-size: 12px;
    color: white;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 0;
    background-color: #000;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.menu-panel .trash-panel a {
    padding: 8px;
    text-decoration: none;
    font-size: 16px;
    color: black;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
}

.menu-panel a:hover {
   opacity: 0.6;
}

.menu-panel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 35px;
    color: rgb(24, 24, 24);
    margin-right: 0px;
    margin-top: 10px;
}

@media screen and (max-height: 450px) {
    .menu-panel {
        padding-top: 15px;
    }
    .menu-panel a {
        font-size: 18px;
    }
}

.menu-panel .title{
    width: 100%; padding: 15px; 
}

.menu-panel .title .site{
    padding:0; font-size: 15px; margin:0;
    padding-top: 5px;
    padding-bottom: 5px;
}


.menu-panel .socials{
    padding:0; font-size: 10px; margin:0;
    display: block !important;
    margin-top: 24px;
    text-align: center;
    width: 100% !important;
}
.menu-panel .socials a{
    font-size: 24px !important;
    text-align: center;
    padding: 3px !important;
    bottom: 0 !important;
    display: inline-block !important;
}

.menu-panel .socials a.author-name{
    
    font-size: 10px !important;
    text-align: center;
    padding: 3px !important;
    padding-top: 10px !important;
    bottom: 0 !important;
    display: block !important;
}

#cssmenu {
    border: none;
    border: 0px;
    margin: 0px;
    padding: 0px;
    font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    width: auto;
}

#cssmenu ul {
    background: rgb(255, 255, 255);
    list-style: none;
    margin: 0;
    padding: 0;
}

#cssmenu li {
    float: left;
    padding: 0px;
    display: block;
    font-weight: normal;
    line-height: 30px;
    margin: 0px;
    color: rgb(0, 0, 0);
    text-align: left;
    text-decoration: none;
    cursor: pointer;
    position: relative;
}

#cssmenu li a {
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}

#cssmenu li.active {
      -webkit-box-shadow: 0 .00001rem .1rem rgb(150, 150, 150);
      box-shadow: 0 .00001rem .1rem rgb(150, 150, 150);

    display: block;
    font-weight: normal;
    line-height: 35px;
    color: black;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
}

#cssmenu li.active:hover {
    background-color: rgb(245, 245, 245);
    display: block;
    font-weight: normal;
    line-height: 35px;
    color: black;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
}

#cssmenu>ul>li>a {
    color: rgb(255, 255, 255);
}

#cssmenu ul ul a {
    color: rgb(128, 79, 0);
}

#cssmenu li>.active:hover,
#cssmenu ul li:hover>.active {
    background: #c27400;
    text-decoration: none;
}

#cssmenu li ul {
    background: #fff;
    display: none;
    height: auto;
    color: rgb(128, 0, 0);
    padding: 0;
    margin: 0px;
    border: 0px;
    position: absolute;
    width: 270px;
    z-index: 200;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.09);
    left: 0;
    /*top:1em;
	/*left:0;*/
}

#cssmenu li:hover ul {
    display: block;
}

#cssmenu li li {
    float: none;
    margin: 0px;
    padding: 0px 0px 0px 12px;
    width: 270px;
}

#cssmenu li:hover li a {
    background: none;
}

#cssmenu li ul a {
    height: 30px;
    font-size: 12px;
    font-style: normal;
    margin: 0px;
    padding: 0px 5px 0px 10px;
    text-align: left;
}

#cssmenu li ul a:hover,
#cssmenu li ul li:hover>a {
    border: 0px;
    color: rgb(128, 79, 0);
    background-color: #ececec;
    text-decoration: none;
}

#cssmenu p {
    clear: left;
}

#cssmenu ul ul li {
    position: relative;
}

#cssmenu ul ul ul {
    left: -9999px;
    top: 0;
}

#cssmenu ul ul li:hover>ul {
    left: 100%;
}

#cssmenu.align-center>ul>li {
    float: none;
}

#cssmenu.align-center>ul {
    text-align: center;
}

#cssmenu>ul>li {
    position: relative;
}

#cssmenu.align-right>ul>li {
    float: right;
}

#cssmenu.align-right>ul>li:hover>ul {
    right: 0;
    left: auto;
    text-align: right;
}

#cssmenu.align-right ul ul li a {
    text-align: right;
}

#cssmenu.align-right ul ul li:hover>ul {
    left: auto;
    right: 100%;
}

.search-container {
    float: right;
}

.search-container input[type=text] {
    line-height: 35px;
    margin: 0px;
    padding: 0px 25px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 .00001rem .1rem rgb(150, 150, 150);
    box-shadow: 0 .00001rem .1rem rgb(150, 150, 150);
    background-color: white;
    color: black;
    border: none;
}

.search-container button {
    float: right;
    font-weight: normal;
    line-height: 35px;
    margin: 0px;
    padding: 0px 12px;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: 0 .00001rem .1rem rgb(150, 150, 150);
    box-shadow: 0 .00001rem .1rem rgb(150, 150, 150);
    background-color: white;
    color: black;
    border: none;
    cursor: pointer;
}

@media (max-width: 650px) {
    #cssmenu .active {
        width: calc(100%/2);
    }

    .search-container {
        width: 100%;
    }

    .search-container input[type=text] {
        width: calc(100% - 44.66px);
    }
}

ul>li>ul span {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    width: calc(100% - 50px);
}