body {
    margin: 0;
    padding: 0;
    font-family: 'Arial', sans-serif; /* Ã™Å Ã™â€¦Ã™Æ’Ã™â€  Ã˜ÂªÃ˜Â¹Ã˜Â¯Ã™Å Ã™â€ž Ã˜Â§Ã™â€žÃ˜Â®Ã˜Â· Ã™â€žÃ™Å Ã™â€ Ã˜Â§Ã˜Â³Ã˜Â¨ Ã˜Â§Ã™â€žÃ˜Â®Ã˜Â· Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â³Ã˜ÂªÃ˜Â®Ã˜Â¯Ã™â€¦ Ã™ÂÃ™Å  Ã˜Â§Ã™â€žÃ˜ÂªÃ˜ÂµÃ™â€¦Ã™Å Ã™â€¦ */
    direction: rtl; /* Ã™Å Ã˜Â¯Ã˜Â¹Ã™â€¦ Ã˜Â§Ã™â€žÃ™â€žÃ˜ÂºÃ˜Â© Ã˜Â§Ã™â€žÃ˜Â¹Ã˜Â±Ã˜Â¨Ã™Å Ã˜Â© Ã˜Â¨Ã˜Â´Ã™Æ’Ã™â€ž Ã˜ÂµÃ˜Â­Ã™Å Ã˜Â­ */
    background-color: white; /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â®Ã™â€žÃ™ÂÃ™Å Ã˜Â© Ã˜Â£Ã™ÂÃ˜ÂªÃ˜Â­ Ã™â€šÃ™â€žÃ™Å Ã™â€žÃ˜Â§Ã™â€¹ Ã™â€žÃ˜Â¥Ã˜Â¨Ã˜Â±Ã˜Â§Ã˜Â² Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â­Ã˜ÂªÃ™Ë†Ã™â€° */
    min-height: 100vh;
    overflow-x: hidden; /* Ã™Å Ã™â€¦Ã™â€ Ã˜Â¹ Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â£Ã™ÂÃ™â€šÃ™Å  Ã˜ÂºÃ™Å Ã˜Â± Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â±Ã˜ÂºÃ™Ë†Ã˜Â¨ Ã™ÂÃ™Å Ã™â€¡ */
    overflow-y: auto; /* Ã™Å Ã˜Â³Ã™â€¦Ã˜Â­ Ã˜Â¨Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€¦Ã™Ë†Ã˜Â¯Ã™Å  Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜Â­Ã˜Â§Ã˜Â¬Ã˜Â© */
}

/* Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€žÃ™Ë†Ã™Å  (Top Bar) */
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    background-color: white;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    height: 90px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); */ /* Ã˜Â¸Ã™â€ž Ã˜Â£Ã™Ë†Ã˜Â¶Ã˜Â­ Ã™â€šÃ™â€žÃ™Å Ã™â€žÃ˜Â§Ã™â€¹ */
}

/* Ã˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€¦Ã˜Â±Ã™Å Ã˜Â± (Progress Bar) */
.progress-bar {
    position: fixed;
    top: 90px;
    right: 0;
    left: 0;
    height: 4px;
    background: linear-gradient(to right, #007BFF 0%, #5de0e6 100%); /* Ã˜Â£Ã˜Â²Ã˜Â±Ã™â€š Ã˜Â¯Ã˜Â§Ã™Æ’Ã™â€  Ã™â€žÃ˜Â£Ã˜Â²Ã˜Â±Ã™â€š Ã™ÂÃ˜Â§Ã˜ÂªÃ˜Â­ */
    width: 0%;
    z-index: 999;
    transition: width 0.1s ease-out;
}

/* Ã™ÂÃ˜Â§Ã˜ÂµÃ™â€ž Ã˜ÂªÃ˜Â­Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€žÃ™Ë†Ã™Å  */
.header-spacer {
    height: 90px;
}

/* Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â¹Ã˜Â§Ã˜Â± (Logo) */
.logo img {
    height: 70px;
    display: block;
}

/* Ã˜Â±Ã™Ë†Ã˜Â§Ã˜Â¨Ã˜Â· Ã˜Â§Ã™â€žÃ˜ÂªÃ™â€ Ã™â€šÃ™â€ž (Navigation Links) */
.nav-links {
  display: flex;
  gap: 50px;
  align-items: center;
  margin-top: 10px;
  
}


.nav-links a {
    text-decoration: none;
    color: #999;
    font-weight: bold;
    font-size: 17px;
    transition: color 0.3s ease;
    position: relative; /* Ã™â€žÃ˜Â¥Ã˜Â¶Ã˜Â§Ã™ÂÃ˜Â© Ã˜Â®Ã˜Â· Ã˜ÂªÃ˜Â­Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â±Ã˜Â§Ã˜Â¨Ã˜Â· Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â­Ã™Ë†Ã™Å Ã™â€¦ */
    margin-right: 50px;
}

.nav-links a:hover {
    color: #004aad; /* Ã˜Â£Ã˜Â²Ã˜Â±Ã™â€š Ã˜Â¯Ã˜Â§Ã™Æ’Ã™â€  Ã˜Â¹Ã™â€ Ã˜Â¯ Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â­Ã™Ë†Ã™Å Ã™â€¦ */
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    display: block;
    margin-top: 5px;
    right: 0; /* Ã™Å Ã˜Â¨Ã˜Â¯Ã˜Â£ Ã™â€¦Ã™â€  Ã˜Â§Ã™â€žÃ™Å Ã™â€¦Ã™Å Ã™â€  Ã˜Â¨Ã˜Â³Ã˜Â¨Ã˜Â¨ direction: rtl */
    background: #004aad;
    transition: width 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
}

/* Ã˜Â²Ã˜Â± Ã˜ÂªÃ˜Â³Ã˜Â¬Ã™Å Ã™â€ž Ã˜Â§Ã™â€žÃ˜Â¯Ã˜Â®Ã™Ë†Ã™â€ž (Login Button) */
.login-btn a {
    text-decoration: none;
    color: #004aad; /* Ã˜Â£Ã˜Â²Ã˜Â±Ã™â€š Ã˜Â¯Ã˜Â§Ã™Æ’Ã™â€  */
    border: 2px solid #004aad; /* Ã˜Â­Ã˜Â¯Ã™Ë†Ã˜Â¯ Ã˜Â²Ã˜Â±Ã™â€šÃ˜Â§Ã˜Â¡ Ã˜Â¯Ã˜Â§Ã™Æ’Ã™â€ Ã˜Â© */
    padding: 10px 22px;
    border-radius: 25px;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}

.login-btn a:hover {
    background-color: #004aad;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 5px 10px rgba(0, 74, 173, 0.2);
}
.box-login {
  position: absolute;
  top: 60%;
  right: 10%;
  transform: translateY(-50%);
  width: 500px;
  padding: 30px 20px;
  background-color: #f3f4f6;
  box-shadow: 0 0 10px rgb(28 28 28 / 28%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 600px;
  margin-top: 50px;
}

.box-login img {
  width: 60px;
  margin-bottom: 15px;
}

.box-login h1 {
  margin: 0 0 20px;
  font-size: 35px;
  color: #006aa7;
}

.mazen1 {
    width: 400px;
    height: 22px;
    padding: 15px;
    margin: 5px 0;
    border: none;
    border-radius: 10px;
    background-color: #d3d3d3;
    font-size: 20px;
    text-align: right;
    background-color: #00000012;
    position: relative;
    z-index: 10;
    position: relative;
    bottom: 50px;
}

.box-login a {
  text-decoration: none;
  color: #013cffee;
  margin-top: 10px;
  font-size: 20px;
  display: block;
  text-align: center;
  position: relative;
  bottom: 50px;
}

.box-login a:last-child {
  margin-top: 20px;
  background-color: #006aa7;
  color: white;
  padding: 12px 15px;
  border-radius: 100px;
  font-weight: bold;
}



/* Ã˜Â§Ã™â€žÃ˜ÂµÃ™Ë†Ã˜Â±Ã˜Â© Ã˜Â§Ã™â€žÃ˜Â¬Ã˜Â§Ã™â€ Ã˜Â¨Ã™Å Ã˜Â© */
.img {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

.img {
  position: absolute;
  top: 60%; /* Ã™â€ Ã˜Â²Ã™â€˜Ã™â€žÃ™â€¡Ã˜Â§ Ã˜ÂªÃ˜Â­Ã˜Âª Ã˜Â´Ã™Ë†Ã™Å Ã˜Â© */
  left: 3%;
  transform: translateY(-50%);
}

.img img {
  max-width: 600px; /* Ã™Æ’Ã˜Â¨Ã˜Â±Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â­Ã˜Â¬Ã™â€¦ Ã˜Â£Ã™Æ’Ã˜ÂªÃ˜Â± */
  border-radius: 15px; /* Ã˜Â®Ã™â€žÃ˜ÂªÃ™â€¡Ã˜Â§ Ã™â€¦Ã˜Â¯Ã™Ë†Ã˜Â±Ã˜Â© Ã˜Â£Ã™Æ’Ã˜ÂªÃ˜Â± Ã˜Â­Ã˜Â³Ã˜Â¨ Ã˜Â·Ã™â€žÃ˜Â¨Ã™Æ’ Ã˜Â§Ã™â€žÃ˜Â³Ã˜Â§Ã˜Â¨Ã™â€š */
}
/* Ã˜Â¯Ã˜Â¹Ã™â€¦ Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â§Ã˜Â´Ã˜Â§Ã˜Âª Ã˜Â§Ã™â€žÃ˜ÂµÃ˜ÂºÃ™Å Ã˜Â±Ã˜Â© */
@media (max-width: 768px) {


  .img {
    display: none;
  }

  .box-login {
    right: 50%;
    transform: translate(50%, -50%);
    width: 90%;
    height: 620px;
    position: relative;
  }
}
.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #004aad;
  position: absolute;
  top: 30px;
  left: 20px; /* Ã˜Â§Ã™â€žÃ˜Â²Ã˜Â± Ã˜Â¹Ã™â€žÃ™â€° Ã˜Â§Ã™â€žÃ˜Â´Ã™â€¦Ã˜Â§Ã™â€ž */
  z-index: 2001;
}

.side-menu {
  display: none;
}

@media (max-width: 768px) {
  .menu-icon {
    display: block;
  }
  .box-login input {
      width: 300px;
  }
  .nav-links {
    position: fixed;
    top: 0;
    right: -100%; /* Ã™â€¦Ã˜Â®Ã™ÂÃ™Å Ã˜Â© Ã™ÂÃ™Å  Ã˜Â§Ã™â€žÃ˜Â¨Ã˜Â¯Ã˜Â§Ã™Å Ã˜Â© Ã™â€¦Ã™â€  Ã˜Â¬Ã™â€¡Ã˜Â© Ã˜Â§Ã™â€žÃ™Å Ã™â€¦Ã™Å Ã™â€  */
    width: 70%;
    height: 100%;
    background-color: white;
    flex-direction: column;
    gap: 20px;
    padding: 100px 20px;
    box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 2000;
  }

  .nav-links.show {
    right: 0; /* Ã˜ÂªÃ˜Â¸Ã™â€¡Ã˜Â± Ã™â€¦Ã™â€  Ã˜Â§Ã™â€žÃ™Å Ã™â€¦Ã™Å Ã™â€  */
  }

  .top-bar {
    flex-direction: row-reverse; /* Ã˜Â¹Ã˜Â´Ã˜Â§Ã™â€  Ã˜Â§Ã™â€žÃ˜Â²Ã˜Â± Ã™Å Ã™Æ’Ã™Ë†Ã™â€  Ã™ÂÃ™Å  Ã˜Â§Ã™â€žÃ˜Â´Ã™â€¦Ã˜Â§Ã™â€ž */
    padding: 10px 20px;
  }

  .logo img {
    height: 50px;
  }

  .login-btn {
    display: none;
  }

 .nav-links .logo {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }

  .nav-links .logo img {
    height: 60px;
  }

  .top-bar .logo {
    display: none; /* Ã™â€ Ã˜Â®Ã™ÂÃ™Å  Ã˜Â§Ã™â€žÃ™â€žÃ™Ë†Ã˜Â¬Ã™Ë† Ã™â€¦Ã™â€  Ã™ÂÃ™Ë†Ã™â€š */
  }
  .me{
    position: relative;
    right: 150px;
  }
  #remember_me{
        height: 25px;
        width: 25px;
        position: relative;
        right: -250px;
  }
  #remember_me1 {
            height: 25px;
        width: 25px;
        position: relative;
        right: -280px;
  }

  
}
.log0in{
  position: relative;
  bottom: 20px;
}
.log00in{
  position: relative;
  bottom: 40px;
}
.email{
  font-size: 20px;
  position: relative;
  bottom: 40px;
}
.remember_me{
  height: 20px;
  width: 20px;
}
.password1{

  font-size: 20px;
  position: relative;
  bottom: 40px;
}
.me{
  -webkit-appearance: none; /* Ù„Ø¥Ø®ÙØ§Ø¡ Ø§Ù„Ø´ÙƒÙ„ Ø§Ù„Ø§ÙØªØ±Ø§Ø¶ÙŠ ÙÙŠ WebKit */
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 6px;
  border: 2px solid #d1d5db; /* Ù„ÙˆÙ† Ø§Ù„Ø­Ø¯ */
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  transition: all 0.12s ease;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0,0,0,0.04);
  position: relative;
  bottom: 50px;
  left: 330px;
}

/* Ø­Ø§Ù„Ø© Ø§Ù„Ù…Ø±ÙˆØ± ÙˆØ§Ù„ÙÙˆÙƒØ³ Ù„ØªØ­Ø³ÙŠÙ† Ø§Ù„ÙˆØµÙˆÙ„ÙŠØ© */
.me:hover{ transform: translateY(-1px); }
.me:focus{ outline: 3px solid rgba(99,102,241,0.18); outline-offset: 3px; }

/* Ù„Ù…Ø§ ÙŠÙƒÙˆÙ† Ù…ÙØ¹Ù„Ù‘Ù… (checked) Ù†Ø¹Ø±Ø¶ Ø¹Ù„Ø§Ù…Ø© Ø¯Ø§Ø®Ù„ÙŠØ© */
.me:checked{
  background-color: #0004ff; /* Ù„ÙˆÙ† Ø§Ù„Ø®Ù„ÙÙŠØ© Ø¹Ù†Ø¯ Ø§Ù„Ø§Ø®ØªÙŠØ§Ø± */
  border-color: #6366f1;
}

/* Ø¹Ù„Ø§Ù…Ø© ØµØ­ Ø¨Ø§Ø³ØªØ®Ø¯Ø§Ù… pseudo-element */
.me:checked::after{
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Ø­Ø¬Ù… Ø£ÙƒØ¨Ø± Ù„Ù„Ø­Ø³Ø§Ø³ÙŠØ§Øª Ø§Ù„Ù„Ù…Ø³ÙŠØ© (Ù…Ù‡Ù… Ø¹Ù„Ù‰ Ø§Ù„Ù…ÙˆØ¨Ø§ÙŠÙ„) */
@media (pointer: coarse){
  .me{ width: 26px; height: 26px; }
  .me:checked::after{ left: 7px; top: 4px; width: 8px; height: 14px; border-width: 0 3px 3px 0; }
}
.box-login1 {
  top: 312px;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  padding: 0; /* Ø¹Ø´Ø§Ù† Ø§Ù„ØµÙˆØ±Ø© ØªÙ…Ù„Ù‰ Ø§Ù„Ø¨ÙˆÙƒØ³ Ø¨Ø¯ÙˆÙ† ÙØ±Ø§ØºØ§Øª */
  background-color: #f3f4f6;
  box-shadow: 0 0 10px rgb(28 28 28 / 28%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  right: 700px;
  overflow: hidden; /* Ù…Ù‡Ù… Ø¹Ø´Ø§Ù† Ø§Ù„ØµÙˆØ±Ø© Ù…Ø§ØªØ·Ù„Ø¹Ø´ Ø¨Ø±Ø§ */
  bottom: 150px;
  margin-top: 60px;
}

.img1 img {
  width: 600px;
  height: 600px;
  object-fit: cover; /* ØªÙ…Ù„Ù‰ Ø§Ù„Ø¨ÙˆÙƒØ³ ÙˆØªØ­Ø§ÙØ¸ Ø¹Ù„Ù‰ Ø§Ù„Ø´ÙƒÙ„ */
}

@media (max-width: 600px) {
  .box-login1 {
    display: none;
  }
  .img1 img{
    display: none;
  }
}
/* Ø§Ù„ÙˆØ¶Ø¹ Ø§Ù„Ø¯Ø§ÙƒÙ† */
body.dark-mode {
  background-color: #1a1a1a;
  color: #eaeaea;
}

/* Ø§Ù„Ø´Ø±ÙŠØ· Ø§Ù„Ø¹Ù„ÙˆÙŠ */
body.dark-theme .top-bar {
  background-color: #222;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

body.dark-theme .nav-links a {
  color: #bbb;
}
body.dark-theme .nav-links a:hover {
  color: #5dafff;
}
body.dark-theme .nav-links a::after {
  background: #5dafff;
}

/* Ø²Ø± ØªØ³Ø¬ÙŠÙ„ Ø§Ù„Ø¯Ø®ÙˆÙ„ */
body.dark-theme .login-btn a {
  color: #5dafff;
  border-color: #5dafff;
}
body.dark-theme .login-btn a:hover {
  background-color: #5dafff;
  color: #111;
}

/* ØµÙ†Ø¯ÙˆÙ‚ ØªØ³Ø¬ÙŠÙ„ Ø§Ù„Ø¯Ø®ÙˆÙ„ */
body.dark-theme .box-login {
  background-color: #2a2a2a;
  box-shadow: 0 0 15px rgba(0,0,0,0.8);
}
body.dark-theme .box-login h1 {
  color: #5dafff;
}
body.dark-theme .box-login a {
  color: #5dafff;
}
body.dark-theme .box-login a:last-child {
  background-color: #5dafff;
  color: #111;
}

/* Ø§Ù„Ù…Ø¯Ø®Ù„Ø§Øª */
body.dark-theme .mazen1 {
  background-color: #333;
  color: #eee;
}

/* Ø§Ù„Ù†ØµÙˆØµ ÙÙˆÙ‚ Ø§Ù„Ø­Ù‚ÙˆÙ„ */
body.dark-theme .email,
body.dark-theme .password1 {
  color: #ccc;
}

/* Ø§Ù„ØªØ´ÙŠÙƒ Ø¨ÙˆÙƒØ³ */
body.dark-theme .me {
  border: 2px solid #555;
  background-color: #222;
}
body.dark-theme .me:checked {
  background-color: #5dafff;
  border-color: #5dafff;
}

/* Ø§Ù„Ù‚Ø§Ø¦Ù…Ø© Ø§Ù„Ø¬Ø§Ù†Ø¨ÙŠØ© ÙÙŠ Ø§Ù„Ù…ÙˆØ¨Ø§ÙŠÙ„ */
body.dark-theme .nav-links {
  background-color: #222;
}
body.dark-theme .menu-icon {
  color: #5dafff;
}
/* Ø§Ù„ÙˆØ¶Ø¹ Ø§Ù„Ø¯Ø§ÙƒÙ† */
body.dark-theme {
  background-color: #1a1a1a;
  color: #eaeaea;
}
body.dark-mode {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    transition: background-color 0.3s, color 0.3s;
}

body.dark-mode .box-login {
    background-color: #1e1e1e !important;
    color: #f1f1f1 !important;
    border: 1px solid #333;
}

body.dark-mode input.mazen1 {
    background-color: #2a2a2a !important;
    color: #fff !important;
    border: 1px solid #444 !important;
}

body.dark-mode .login-button {
    background-image: linear-gradient(to right, #0f2027, #203a43, #2c5364);
}

body.dark-mode .message-modal {
    background-color: #2a2a2a;
    color: #f1f1f1;
}

body.dark-mode .message-modal button {
    background-color: #444;
    color: #fff;
}

body.dark-mode .topparr {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
}

body.dark-mode a {
    color: #9ecbff;
}
.wallet {
  background: #0f1a2d; /* Ã™â€ Ã™ÂÃ˜Â³ Ã˜Â§Ã™â€žÃ™â€žÃ™Ë†Ã™â€  Ã˜Â§Ã™â€žÃ™â€žÃ™Å  Ã˜Â¸Ã˜Â§Ã™â€¡Ã˜Â± */
  color: #fff;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  position: relative;
  left: 510px;
}

.wallet i {
  margin-left: 6px;
  color: #9ca3af; /* Ã™â€žÃ™Ë†Ã™â€  Ã˜Â§Ã™â€žÃ˜Â£Ã™Å Ã™â€šÃ™Ë†Ã™â€ Ã˜Â© */
}

/* Ã˜Â§Ã™â€žÃ˜Â¥Ã˜Â´Ã˜Â¹Ã˜Â§Ã˜Â±Ã˜Â§Ã˜Âª */
.icon i {
  font-size: 24px;
  color: #000;
  cursor: pointer;
  position: relative;
  left: 250px;
}

.icon .badge {
  position: absolute;
  top: -6px;
  right: -10px;
  background: red;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  padding: 2px 6px;
}

/* Ã˜ÂµÃ™Ë†Ã˜Â±Ã˜Â© Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â³Ã˜ÂªÃ˜Â®Ã˜Â¯Ã™â€¦ */
.user-menu {
  position: relative;
  display: inline-block;
}

.user-menu img.user {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
}

/* Ã˜Â²Ã˜Â±Ã˜Â§Ã˜Â± Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â­Ã™ÂÃ˜Â¸Ã˜Â© */
.wallet button {
  background: #0f1a2d;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 6px 14px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: background 0.3s;
}
.wallet button:hover {
  background: #1e2a45;
}

/* Ã™â€šÃ˜Â§Ã˜Â¦Ã™â€¦Ã˜Â© Ã˜Â§Ã™â€žÃ˜Â¥Ã˜Â´Ã˜Â¹Ã˜Â§Ã˜Â±Ã˜Â§Ã˜Âª */
.notification-menu {
  position: relative;
  display: inline-block;
}

/* Ã™â€šÃ˜Â§Ã˜Â¦Ã™â€¦Ã˜Â© Ã˜Â§Ã™â€žÃ˜Â¥Ã˜Â´Ã˜Â¹Ã˜Â§Ã˜Â±Ã˜Â§Ã˜Âª */
.notification-dropdown {
  display: none;
  position: fixed;   /* Ã˜Â¨Ã˜Â¯Ã™â€ž absolute */
  top: 60px;         /* Ã˜ÂªÃ˜Â­Ã˜Âª Ã˜Â§Ã™â€žÃ˜Â´Ã˜Â±Ã™Å Ã˜Â· */
  right: 70px;       /* Ã˜ÂªÃ˜Â²Ã˜Â­Ã™â€žÃ™â€šÃ™â€¡Ã˜Â§ Ã™Å Ã™â€¦Ã™Å Ã™â€ /Ã˜Â´Ã™â€¦Ã˜Â§Ã™â€ž Ã˜Â­Ã˜Â³Ã˜Â¨ Ã™â€¦Ã™Æ’Ã˜Â§Ã™â€  Ã˜Â§Ã™â€žÃ˜Â¬Ã˜Â±Ã˜Â³ */
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.15);
  width: 280px;
  max-height: 300px;
  overflow-y: auto;
  z-index: 1000;
}

.notification-menu:hover .notification-dropdown {
  display: block;
}

.notif-item {
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  color: #333;
}

.notif-item.unread {
  background: #f9f9f9;
  font-weight: bold;
  border-right: 3px solid #007bff; /* Ã˜Â®Ã˜Â· Ã˜Â£Ã˜Â²Ã˜Â±Ã™â€š Ã™Å Ã™Ë†Ã˜Â¶Ã˜Â­ Ã˜Â£Ã™â€ Ã™â€¡Ã˜Â§ Ã˜Â¬Ã˜Â¯Ã™Å Ã˜Â¯Ã˜Â© */
}

.notif-item .time {
  display: block;
  font-size: 12px;
  color: #888;
  margin-top: 4px;
}

.notif-item.empty {
  text-align: center;
  color: #777;
  font-style: italic;
}

/* Ã˜Â§Ã™â€žÃ˜Â¹Ã™â€ Ã˜ÂµÃ˜Â± Ã˜Â§Ã™â€žÃ˜ÂªÃ˜Â±Ã˜Â­Ã™Å Ã˜Â¨Ã™Å  Ã™ÂÃ™Å  Ã™â€šÃ˜Â§Ã˜Â¦Ã™â€¦Ã˜Â© Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â³Ã˜ÂªÃ˜Â®Ã˜Â¯Ã™â€¦ */
.user-dropdown a.hello {
  padding: 12px;
  font-weight: bold;
  background: #f7f7f7;
  color: #333;
  border-bottom: 1px solid #eee;
  cursor: default;
  pointer-events: none;
}
.my{
    background: #002fffff;
    color: white;
    text-decoration: none;
    padding: 12px 25px;
    border: none;
    border-radius: 30px;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    top: 20px;
}
