.profile-header {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: #272A3E; 
}

.profile-title {
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
}

.profile-controls {
    display: flex;
    align-items: center;
    gap: 15px;
}

.profile-avatar {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    opacity: 1;
	border-top:1px solid #555555;
}

.profile-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.profile-badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(32, 33, 49, 1);
    width: 73px;
    height: 30px;
    border-radius: 20px;
    margin-right: 12px;
    opacity: 1;
}

.badge-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.badge-icon svg {
    width: 18px;
    height: 15px;
}

.badge-text {
    font-size: 14px;
    color: white;
    font-weight: 500;
}

.custom-links-section {
  background-color: #34374B;
  margin: 15px 20px;
  padding: 20px;
  border-radius: 20px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.custom-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Прижимаем к левому краю */
  gap: 20px; /* Расстояние между элементами */
}

.custom-links li {
  width: 100%;
}

.custom-links a {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #FFFFFF;
  text-decoration: none;
  border: 1px solid #555555;
  border-radius: 10px;
  padding: 10px 15px;
  box-sizing: border-box;
  transition: background-color 0.3s ease;
}

.custom-links a:hover {
  background-color: #3f4257;
}


.bonus-row {
  display: flex;
  justify-content: flex-start;
}



.bonus-button {
  background-color: #34374B;
  border: none;
  border-radius: 16px;
  padding: 12px 8px;
  color: white;
  font-family: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  width: 174px;
  margin:20px;
}

.bonus-icon-line {
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
  font-size: 16px;
}

.bonus-coin {
  width: 16px;
  height: 16px;
}

.bonus-text {
  font-size: 14px;
}

.bonus-case{
	
	  width: 28px;
  height: 28px;
}
