.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-button {
  border: none;
  cursor: pointer;
  font-size: 13px;
  text-align: center;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1px solid #ddd;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  min-width: 220px;
  z-index: 1;
  padding: 0;
  margin: 0;
  list-style: none;
  display: none;
  width: 100%;
}

.dropdown-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.dropdown-menu li {
  padding: 12px 16px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  font-size: 16px;
}

.dropdown-menu li:hover {
  background-color: #f0f0f0;
}
.withd:hover,
.depo:hover {
  color: #000 !important;
}
.signout {
  background-color: #ff9800;
  color: white;
  text-align: center;
  padding: 12px 16px;
  border-bottom: none;
}

.signout:hover {
  background-color: #f57c00;
}

.sidebar-menu img {
  width: 20px;
}

.sidebar-menu a {
  padding: 0px 10px;
}
/* yyy */

.dropdown-item {
  font-size: 12px;
  padding: 6px 15px !important;
  transition: 0.3s;
  text-transform: capitalize;
  border-bottom: 1px solid #f9f9f9;
}
.dropdown-item img {
  width: 7.5%;
  margin-right: 7px;
  line-height: 0;
}
.deposit-icon img,
.with-icon img {
  filter: invert(1);
}

.profile li:last-child {
  margin-bottom: -20px;
}
.profile li:last-child button {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  display: block !important;
  font-weight: 700;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fa7e29 0%, #f6682f 80%, #f6682f 100%);
  box-shadow: inset 0px -10px 20px 0px #9f0101;
  font-size: 15px;
}
.dropdown-button.open::after {
  border-bottom: 0.3em solid !important;
  border-top: 0 !important;
}

/* 
  
  */

.sidebar {
  width: 240px;
  background-color: #f5f5f5;
  position: absolute;
  right: -2px;
  top: 40px;
  z-index: 1000;
}
@media (max-width: 991px) {
  .sidebar {
    right: 0 !important;
  }
}
.sidebar-header {
  background-color: var(--primary-color) !important;
  text-align: center;
  font-size: 15px;
  padding: 10px 25px;
}
.sidebar-header h6 {
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
  color: #fff !important;
  text-transform: uppercase;
}

.sidebar-header h3 {
  color: #fff;
  font-size: 15px;
}

.sidebar-menu {
  list-style-type: none;
  padding: 0;
}

.sidebar-menu li {
  padding: 5px 0;
  font-size: 16px;
}

.sidebar-menu li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  gap: 5px;
}
.sidebar-menu img {
  width: 20px;
}
.sidebar-menu li:hover {
  background-color: #fff6ee;
  padding: 5px 0;
}

.sign-out {
  background: linear-gradient(180deg, #fa7e29 0%, #f6682f 80%, #f6682f 100%);
  color: white;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 20px;
  border-radius: 5px;
  box-shadow: inset 0px -10px 20px 0px #9f0101;
  border: none;
  outline: none;
}

.sign-out:hover {
  background-color: #e64a19;
}

.sign-out {
  width: 100%;
  margin-right: 5px;
}

.deposit-icon {
  background-color: #006400;
}

.with-icon {
  background-color: #910c0c;
}
.deposit-icon,
.with-icon a {
  color: #fff !important;
}

@media (max-width: 991px) {
  .dropdown-button {
    color: #fff !important;
  }
}
@media (max-width: 768px) {
  .dropdown-button {
    color: #fff !important;
  }
}

.dropdown-menu-arrow::before {
  display: none;
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  right: 20px;
  transform: rotate(45deg);
  border-top: 1px solid #eaedf1;
  border-left: 1px solid #eaedf1;
}
.send-otp-btn {
  background: var(--secondary-color) !important;
  color: #fff !important;
}
.deposit-icon {
  border-bottom: 1px solid #fff6ee;
}
.depo {
  color: #fff !important;
}
