
:root{
    --dim : rgb(223, 222, 222) ;
    --light : rgb(84, 82, 82) ;
}



.menupage{
    width: 100%;
    height: 100vh;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.829);
    right: 0;
    top: 0;
    z-index: 1200;
    bottom: 0;
    display: none;  
}
.menu-pager{
    width: 100%;
    height: fit-content;
    padding-bottom: 50px;
    background-color: var(--lock);
}
.menu-insider{
    width: 400px;
    height: 100vh;
    position: fixed;
    background-color: var(--lock);
    overflow-y: scroll;
    right: 0;
    top: 0;
    bottom: 0;
   
}
.menu-insider::-webkit-scrollbar{
    display: none;
}
.menu-close{
    width: 100%;
    height: 50px;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.menu-close .material-symbols-outlined{
    background-color: var(--myColor);
    cursor: pointer;
    color: white;
    width: 90px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 50px;
}
.menu-header button{
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-weight: 900;
}
.menu-header .material-symbols-outlined{
    margin-right: 10px;
    font-variation-settings:
    'FILL' 0,
    'wght' 500,
    'GRAD' 0,
    'opsz' 48;
}
.menu-header{
    width: 100%;
    height: 50px;
    margin-top: 30px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.menu-header a{
    width: 40%;
    height: 90%;
    outline: none;
    border: none;
    display: flex;
    align-items: center;
    background-color: white;
    color: var(--myColor);
    font-family: var(--font1);
    transition: ease-in-out 0.1s;
    font-size: 10px;
    border-radius: 5px;
    border: 1px solid var(--openup);
}
.menu-header a:hover{
    border-left: 3px solid var(--myColor);
}

.menu-header .credentials svg{
    fill: var(--myColor);
    margin-left: 5px;
}
.menu-context2{
    width: 87%;
    height: 400px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
}
.button-rows{
    width: 100%;
    height: 18%;
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.button-rows svg{
    fill: var(--myColor);
    margin-right: 10px;
}


.menu-toggle1{
    width: 59%;
    height: 100%;
}

.menu-toggle2{
    width: 39%;
    height: 100%;
}
.menu-toggle1, .menu-toggle2{
    border: none;
    outline: none;
    font-family: var(--font8); 
    text-transform: capitalize;
    display: flex;
    align-items: center;
    padding-left: 10px;
    color: var(--myColor);
    transition: ease-in-out 0.1s;
    border-radius: 5px;
    background-color: var(--lock);
    font-size: 13px;
    border: 1px solid var(--openup);
}

.menu-toggle1:hover{
    border-left: 5px solid var(--myColor);
}
.menu-toggle2:hover{
    border-left: 5px solid var(--myColor);
}



.menu-toggle1 .material-symbols-outlined{
   margin-left: 10px;
   margin-right: 10px;
   font-variation-settings:
   'FILL' 0,
   'wght' 400,
   'GRAD' 0,
   'opsz' 48;
}
.menu-toggle2 .material-symbols-outlined{
   margin-left: 10px;
   margin-right: 10px;
   font-variation-settings:
   'FILL' 0,
   'wght' 500,
   'GRAD' 0,
   'opsz' 48;
}
.menu-context1{
    width: 87%;
    height: 200px;
    margin: auto;
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background-color: var(--textcolor2);
}
.credentials svg{
    fill:  var(--textcolor1);
    margin-right: 8px;
}
.menu-close svg{
    background-color: var(--myColor);
    padding: 10px;
    fill: var(--textcolor2);
    width: 70px;
    height: 50px;
}
