:root {
    --nav-height: 50px;
    --avatar-nav-width: 40px;
    --avatar-nav-height: 40px;
    
} 
/*
body:has(.drawer-popup.open.drawer-popup--ham-menu) #nav-ham-icon {
  pointer-events: none;
  cursor: pointer;
  background-color: var(--neutral-hover);
      border-radius: 30px 30px 30px 30px;
    padding: 2px 1px 2px 1px;
}
body:has(.drawer-popup.open.drawer-popup--notis) #notis-button {
  pointer-events: none;
  cursor: pointer;
}
body:has(.drawer-popup.open.drawer-popup--notis) .drawer-popup-close {
  display: none;
}
body:has(.drawer-popup.open.drawer-popup--avatar-menu) .drawer-trigger.nav-avatar-button {
  pointer-events: none;
  cursor: pointer;
}
body:has(.drawer-popup.open.drawer-popup--avatar-menu) .drawer-trigger.nav-avatar-button {
  pointer-events: none;
  cursor: pointer;
}
body:has(.drawer-popup.open.drawer-popup--avatar-menu) #nav-avatar-wrapper{
    cursor: pointer;
    background-color: var(--neutral-hover);
}
body:has(.drawer-popup.open.drawer-popup--avatar-menu) .drawer-popup-close{
    display: none;
}

body:has(.drawer.open.drawer--avatar-menu) #nav-avatar-wrapper{
 pointer-events: none;
  touch-action: none;      
}


body.drawer-open .notis-button-li { 
    cursor:pointer; 
}   
*/
body.drawer-open .notis-button-li:hover { 
    background-color: var(--neutral-hover);
    border-radius: 999px;
}   
.notis-button-li{
        margin-right: 15px;

}

.nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2; 
  }
  
  #logo-img{
    width: 6rem;
    margin-top: 5px;
  }
#logo-img .st0 { transition: fill .15s ease; }

#logo-img:hover .st0 { fill: #F5AD2E; }

.nav-login, .nav-vip {
    background-color: var(--dark-pink);
    border-radius: var(--border-radius-999);
    padding: 10px 14px 9px 14px;
    font-size: 14px;
    font-weight: 600;
    margin-right: 20px;
    LETTER-SPACING: 0.5px;
    border: none;
    -webkit-text-fill-color: #ffffff;
}
.nav-login:hover{
    background-color: var(--dark-pink-hover);
    color: white;
    cursor: pointer;
}
.nav-login:active{
    background-color: var(--dark-pink-click);
    color: white;
    cursor: pointer;
}
  
.nav-top{
    height: var(--nav-height);
    background: #931149;
    /* background-color: white; */
    position: fixed;
    width: 100%;
    display: flex;
    align-items: center;
    top: 0;
    z-index: 10000;
    justify-content: space-between;
    border-bottom: .145rem #CCCCCC solid;
    overflow-y: hidden;
}
.nav-left, .nav-right{
    display: flex;
    align-items: center;
    width: 100%;
    
    
}
.nav-left{
    gap: 1rem;
    margin-left: 12px;
}
.nav-right{
    justify-content: flex-end;
}
.nav-top-user-logged-out{
    display: flex;
}

.nav-top-user-logged-in i {
    font-size: 1.5rem;

}
 #nav-ham-icon i {
    font-size: 1.2rem;

}
.nav-top-user-logged-in , #nav-ham-icon  {
    font-size: 1rem;
}
/*------DROP DOWN------*/
#nav-ham-icon{
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    border-radius: 30px 30px 30px 30px;
    border: none;
    padding: 2px 1px 2px 1px;
    color: var(--black);
}
.drawer-trigger.nav-avatar-button {
  position: absolute;
  width: 50px;
  height: 3.3rem;
  right: 17px;
  z-index: 999;
}
#nav-ham-icon i{
    padding: 0.5rem 0.7rem 0.5rem 0.7rem;
}
#nav-ham-icon:hover {
    background-color: var(--neutral-hover);
  }
#nav-plus-icon:active,
#nav-plus-icon-clicked,
.fa-regular.fa-bell:active,
.fa-regular.fa-bell-clicked,
#nav-ham-icon:active,
#nav-ham-icon-clicked
{
  background-color: var(--flash-clr); 
}
.nav-drop-down {
    margin-top: var(--nav-height);
    width: 65%;
    background-color: rgb(255, 255, 255);
    position: fixed;
    top: 0;
    z-index: 99;
}
.nav-list{
    margin: 1rem;

}
.nav-list li{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
padding-left: 1.25rem;

}
.heading-first{
    color: var(--font-clr);
}
.nav-top-user-logged-in li a{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#nav-plus-icon{
    border-radius: var(--border-radius-999);
    margin-right: 10px;
}
.nav-plus-icon-text{
   color: var(--black);
    font-weight: 600;
    font-size: 15px;
    padding-right: 15px;
}
#notis-item-dropdown .menu-item .fa-regular.fa-trash-can{
  font-size: 18px;
  margin: 0 !important;
}
#notis-item-dropdown .menu-item{
    gap: 15px;
}
.avatar-list li:hover{
    background-color: var(--post-bg-hover-new);
    color: black;
}

.avatar-list li button{
    display: block;
    background: none;
    border: none;
    cursor: pointer;
    padding: 13px 21px 13px 17px;
    margin-left: 2px;
    width: 100%;
    color: var(--font-clr) !important;
}

/* Style <a> only if it does NOT contain a button */
.avatar-list li a:not(:has(button)) {
  text-decoration: none;
  color: var(--font-clr);
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  display: block;
  padding: 13px 21px 13px 25px;
}

.avatar-list li button .icon-title-wrap{
    gap: 0.9rem;
}
.avatar-list .hr-divider{
    color: #E6E6E6;
}

.avatar-list li:last-child:hover{
    background-color: var(--post-bg-hover-new);
    border-radius: 0px 0px 12px 12px;
}
.avatar-list li:hover{
    background-color: var(--post-bg-hover-new);
}
.avatar-list li:hover,
.avatar-list li:hover * {
  color: black;
}
.drawer-inner .avatar-list-wr{
    width: auto;
}
.avatar-list-wr{
    width: 255px;
    border-radius: var(--border-radius-12);
    padding-top: 20px;
    width: 100%;
    padding-bottom: 10px;
}
.drawer-popup-content .avatar-list-wr{
        width: 250px !important;

}
.drawer-trigger.feedback {
    text-decoration: none;
    color: var(--font-clr);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    width: 100p;
    display: block;
    width: 100%;
    padding: 13px 21px 13px 25px;
}
.avatar-list li form {
    text-decoration: none;
    color: var(--font-clr);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    width: 100%;
    align-items: center;
    margin-left: 25px;
}
.nav-list li:hover{
    background-color: var(--hover-color);

}
.icon-title-wrap{
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.heading-first{
    font-size: 0.85rem;
    font-weight: 400;
}
.heading-secondary{
    font-size: 0.8rem;
    color: #576f76;
}
.nav-list-icon i{
    font-size: 1.25rem;
}

.nav-list hr {
    color: #E6E6E6;
}
  
#mydiv2{
    border: 1px solid black;
    width: 60px;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;

}

#four{

z-index: 10;
}
.image-container {
position: relative;
width: 100%;
height: 100%;
overflow: hidden;
display: flex; /* Set display to flex */
justify-content: center; /* Center horizontally */
align-items: center; /* Center vertically */
}
.image-container img {
    position: absolute;
   image-rendering: pixelated;
   transform: scale(1.5);
   margin-top: 45px;
   margin-left: -35px;
}


.nav-top-ul{
    list-style: none;    
    padding: 0;
   
    margin: 0;
}
.nav-top-user-logged-in {
    display: flex;
    align-items: center;
    margin-right: 14px;
}
.nav-top-user-logged-in i {
    padding: 8px 10px 8px 10px;
    border-radius: 50%;
}
.nav-top-user-logged-in i:hover,#nav-plus-icon:hover {
    background-color: var(--dark-pink-hover);
}

.nav img{
    width: 100px;
    border-radius: 50%;
    border: 1px solid black;
    top: -50px;
    position: relative;
}

.popup2 {
    display: none; 
    position: fixed; /* Position the popup */
    top: 50%; /* Position from the top */
    left: 50%; /* Position from the left */
    transform: translate(-50%, -50%); /* Center the popup */
    background-color: rgb(255, 255, 255); /* Background color */
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 2px solid #333; /* Border */
    border-radius: 5px; /* Border radius */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0); /* Box shadow */
    z-index: 9999; /* Set z-index to make sure it appears above other content */
    font-size: 14px;
}

#popup h1, #popup2 h1{
    text-align: center;
    font-family: 'Nunito';
}
/* Styling for the overlay */
.overlay2 {
    display: none; /* Hide the overlay by default */
    position: fixed; /* Position the overlay */
    top: 0; /* Position from the top */
    left: 0; /* Position from the left */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(0, 0, 0, 0.138); /* Semi-transparent black background */
    z-index: 999; /* Set z-index to make sure it appears above other content */
}

.input-box input {
    border-radius: 10px;
    font-size: 14px;
    padding: 10px;
    margin: 5px;
    border: 1px solid black;

}
.avatar-wrapper.flip-horizontal {
  transform: scaleX(1);
}

.nav-top-user-logged-in .avatar-wrapper {
  display: inline-block;
  width: var(--avatar-nav-width);
  height: var(--avatar-nav-height);
  border-radius: 50%;
  margin-right: 5px;
}
.nav-top-user-logged-in .avatar-wrapper .avatar-container {
  position: absolute;
  width: var(--avatar-nav-width);
  height: var(--avatar-nav-height);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.nav-top-user-logged-in .avatar-wrapper .hair-svg{
  position: absolute;
  width: var(--avatar-nav-width);
  height: var(--avatar-nav-height);
  top: 0;
  left: 0;
  transform: scale(1.6) translateY(5%);
  transform-origin: center center;
  z-index: 2;
  pointer-events: none;
  
}
.nav-top-user-logged-in .avatar-wrapper .hide-hands-overlay{
    position: absolute;
    width: var(--avatar-nav-width);
    height: var(--avatar-nav-height);
    transform: var(--transform-avatar);
    transform-origin: center center;
    z-index: 30;
    pointer-events: none;
}
.nav-top .hide-hands-clr{
    fill: var(--neutral);
}
.avatar-wrapper #nav-avatar {
  position: absolute;
  width: var(--avatar-nav-width);
  height: var(--avatar-nav-height);
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}


#nav-avatar-wrapper svg {
  position: absolute;
  width: var(--avatar-nav-width);
  height: var(--avatar-nav-height);
  border-radius: 50%;
  transform: scale(1.6) translateY(5%);
  transform-origin: center center;
}
.avatar-wrapper-clicked{
    background-color: var(--neutral-click);

}
.avatar-dropdown {
    display: none;
    background: rgb(255, 255, 255);
    list-style: none;
    margin: 0;
    z-index: 100;
    box-shadow:
    -5px -5px 8px -8px #d8d8d8, /* left shadow */
    -5px 6px 6px -4px #d8d8d8bd; /* bottom shadow */
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    border-radius: 10px;
    margin-top: calc(var(--nav-height) + 0.2rem);
    right: 10px;
    width: 55%;
    position: fixed;
    top: 0;
    padding-top: 0.5rem;
    padding-left: 0.25rem;
  }
.drawer-popup.open.drawer-popup--ham-menu .avatar-list{
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    height: 100vh;
}
.drawer-popup.open.drawer-popup--ham-menu .avatar-list li{
   padding-left: 20px;
}
.drawer-popup.open.drawer-popup--avatar-menu .avatar-list{
    display: flex;
    flex-direction: column;
}
  .avatar-dropdown.open {
    display: block;
  }
  
  .avatar-dropdown li {
    cursor: pointer;
  }
  
.nav-avatar-button{
    border: none;
    background: none;
}
#notis-button{
    background-color: rgba(255, 255, 255, 0);
    border: none;
    padding: 0;
}
#notis-button i{
    color: var(--black);
}
.drawer-trigger.has-unseen::after {
    content: attr(data-unseen);
    position: absolute;
    top: 6px;
    background-color: var(--pink);
    color: rgb(0, 0, 0);
    font-size: 10px;
    padding: 5px 7px;
    border-radius: 50%;
    font-weight: bold;
    z-index: 100;
    margin-left: -13px;
}
.drawer-popup.open.drawer-popup--avatar-menu,
.drawer-popup.open.drawer-popup--notis{
    right: 10px;
    top: 55px;
    position: fixed;
}

body:has(.drawer-popup.drawer-popup--login.open) .drawer-overlay.visible,
body:has(.drawer-popup.drawer-popup--facecard.open) .drawer-overlay.visible {
  display: block !important;
      background-color: rgba(45, 45, 45, 0.298);
}


.drawer-popup.open.drawer-popup--notis{
    width: 360px;
}
.drawer-popup.open.drawer-popup--notis .drawer-popup-close, 
.drawer-popup.drawer-popup--avatar-menu.open .drawer-popup-close{
    display: none !important; 
}
.drawer-popup.open.drawer-popup--ham-menu
{
    background-color: white;
    left: 0px;
    top: 51px;
    position: fixed;
     height: 94vh;
    max-height: 94vh;
    border-radius: 0px;
    max-width: 300px;
    width: 300px;
    box-shadow: 0 0px 0px rgba(255, 255, 255, 0);
    border-right: 1px solid #ccc;
    z-index: 9999;
}
.drawer-popup.open.drawer-popup--ham-menu .drawer-popup-close
{
    display: none;
}
@media (max-width: 400px){
    .nav-login {
        padding: 10px 10px 10px 10px;
    }
}