.membernav.login_toggle{
	width: 70px;
    height: 70px;
    margin: 10px 25px 0 0;
}
.membernav.login_toggle:hover{
	cursor: pointer;
}


/*------------------------------ */

/* Follow me for more pens like this! */


/* Center the planet
body {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #222229;
} 
 */


/* Dropdown styles */
.membernav.dropdown {
  padding: 0;
  margin-right: 1em;
  border: none;
	background: #fff;
}


/*.membernav.dropdown nav::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent var(--dropdown-background) transparent;
}
*/


.membernav.dropdown {
   /*
    position: absolute;
    top: 0px;
	height: 900px;
	*/
	
	overflow: hidden;
    width: 300px;
    z-index: 999;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-right: 0px;
	
 	 /*  
	max-height: calc(-70px + 80dvh);
    max-width: calc(-10px + 100vw);
	*/
	
    border-radius: 20px;
    box-shadow: 0 4px 8px 3px rgba(0,0,0,.15), 0 1px 3px rgba(0,0,0,.3);
}



.membernav_wrapper {
	background-color: rgb(127 127 127 / 5%);
	text-align: center;
    /*border: none;
    height: 100%;
    overflow-x: hidden;
    position: relative;
    width: 100%;*/
}


.membernav_wrapper .nav_interior  {
	padding: 0px 15px 0px 0px;
    margin: 50px 0px 5px 10px;
}




.membernav.dropdown .nav_heading {
	background: #fff;
    left: 0;
    right: 0;
    /*pointer-events: none;*/
    position: absolute;
    text-align: center;
    transition: opacity .15s cubic-bezier(.4,0,.2,1);
    z-index: 1;
	z-index: 999;
}
.membernav.dropdown .nav_heading:hover {
	cursor:default;
}
.membernav.dropdown .nav_closer:hover {
	cursor: pointer;
}
.membernav.dropdown .nav_heading_wrapper {
	background-color: rgb(127 127 127 / 10%);
}

.membernav.dropdown:hover .nav_heading_wrapper::after {
    background-color: rgb(127 127 127 / 5%);
    inset: 0px;
    display: block;
	
}
.membernav.dropdown .nav_heading_wrapper::after {
    content: "";
    position: absolute;
    border-radius: 6px;
    z-index: -1;
    transition: all 300ms ease;
    inset: 8px 12px;
}


.membernav.dropdown .nav_heading .account_id {
	display: inline-block;
    margin: 13px 0;
    overflow: visible;
    position: relative;
}


.membernav.dropdown .nav_closer {
	border: none; margin: 0 10px 0 0;
}

.membernav.dropdown .nav_closer:hover {
	background:rgba(0,0,0,0.05); cursor: pointer;
}


/*
.nav_element{
	position: relative;
    background: none;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #444746;
    cursor: pointer;
    height: 40px;
    width: 40px;
    outline: 0;
    padding: 8px;
    position: absolute;
    right: 20px;
    top: 16px;
    z-index: 2;
}*/




