
.buharagroup-main {
  max-width: 500px;
  margin: 40px auto;
  padding: 25px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 18px rgba(0,0,0,0.08);
  font-family: 'Segoe UI', sans-serif;
}

.buharagroup-switch-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.buharagroup-switch-buttons button {
  padding: 10px 20px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  background: #f2f2f2;
  cursor: pointer;
  transition: 0.3s;
}

.buharagroup-switch-buttons button.active {
  background: #58c1a3;
  color: #fff;
}

.buharagroup-switch-buttons button:hover {
  background: #ddd;
}

.buharagroup-login-box,
.buharagroup-register-box {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}

#loginBox { display: block; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.buharagroup-form-group {
  margin-bottom: 15px;
}

.buharagroup-form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
}

.buharagroup-form-group input,
.buharagroup-form-group select {
  width: 100%;
  padding: 9px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.captcha-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-row img {
  height: 40px;
  border-radius: 4px;
}

.buharagroup-login-btn,
.buharagroup-register-btn {
  width: 100%;
  padding: 12px;
  background: #58c1a3;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 10px;
}

.buharagroup-login-btn:hover,
.buharagroup-register-btn:hover {
  background: #45a58a;
}

.buharagroup-error {
  color: red;
  font-weight: bold;
  margin-bottom: 15px;
}

.buharagroup-password-strength {
  height: 6px;
  margin-top: 6px;
  border-radius: 3px;
  background: #eee;
}

.buharagroup-password-strength.weak { background: #e74c3c; }
.buharagroup-password-strength.medium { background: #f1c40f; }
.buharagroup-password-strength.strong { background: #2ecc71; }

.login-social-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 20px;
}

.login-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  color: #fff;
}

.login-google { background-color: #db4437; }
.login-btn i { margin-right: 8px; font-size: 18px; }
.login-btn:hover { opacity: 0.85; }

.hesabim-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
	
	
	
}

.buharagroup-avatar-account {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}


.buharagroup-avatar-header {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}