.profile-banner-upload {
    position: relative;
    width: 100%;
    height: 300px;
}

.prof-ban-over-upl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    background:  linear-gradient(180deg, rgba(22, 22, 22, 0.7), rgba(22, 22, 22, 0.69) 3.248%, rgba(22, 22, 22, 0.68) 6.495%, rgba(22, 22, 22, 0.64) 9.743%, rgba(22, 22, 22, 0.6) 12.99%, rgba(22, 22, 22, 0.54) 16.238%, rgba(22, 22, 22, 0.47) 19.486%, rgba(22, 22, 22, 0.39) 22.733%, rgba(22, 22, 22, 0.31) 25.981%, rgba(22, 22, 22, 0.23) 29.229%, rgba(22, 22, 22, 0.16) 32.476%, rgba(22, 22, 22, 0.1) 35.724%, rgba(22, 22, 22, 0.06) 38.971%, rgba(22, 22, 22, 0.02) 42.219%, rgba(22, 22, 22, 0.01) 45.467%, rgba(22, 22, 22, 0) 48.714%), 
        radial-gradient(313% 78% at 0% 50%, rgba(22, 22, 22, 0.5) 46.05%, rgba(22, 22, 22, 0) 100%);

    }

.profile-banner-btn {
    position: absolute;
    width: 196px;
    height: 54px;
    right: 64px;
    top: 214px;
    background: #fff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    cursor: pointer;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 600;
}

.profile-banner-btn img {
    width: 24px;
    height: 24px;
}

.profile-avatar-upload {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    width: 142px;
    height: 142px;
    left: 50%;
    top: 66%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6); /* Затемнение сверху */
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-avatar-upload::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
    opacity: 0; /* Скрываем фон по умолчанию */
    transition: opacity 0.3s ease; /* Плавное появление фона */
}

.profile-avatar-upload img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.hidden {
    display: none;
}

.avatar-upload-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: white;
    border-radius: 50%;
    display: none; /* Скрываем по умолчанию */
    align-items: center;
    justify-content: center;
}

.avatar-upload-icon img {
    width: 24px;
    height: 24px;
}

/* Показываем фон и иконку при наведении */
.profile-avatar-upload:hover::before {
    opacity: 1; /* Появляется фон при наведении */
}

.profile-avatar-upload:hover .avatar-upload-icon {
    display: flex; /* Показываем иконку при наведении */
    opacity: 1; /* Убедимся, что она не полупрозрачная */
    transition: opacity 0.3s ease; /* Плавное появление иконки */
}

/* Для начального состояния, скрываем иконку */
.profile-avatar-upload .avatar-upload-icon {
    opacity: 0;
}

.profile-settings {
    position: relative;
    width: 320px;
    left: 50%; /* Центрируем по горизонтали */
    transform: translateX(-50%); /* Центрируем по горизонтали с помощью translate */
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 0px 75px;
}

.profile-settings h2 {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: -1.5px;
    text-align: left;
    text-transform: capitalize;
    margin: 50px 0px; 
}

.input-group3 label {
    color: rgb(192, 192, 199);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
  }

.input-group3 {
    width: 100%;
    margin-bottom: 19px;
    position: relative;
}


.input-group3 input {
    color: rgb(192, 192, 199);
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
    display: block;
}

.save-btn {
    width: 320px;
    height: 54px;
    margin: 8px 0;
    cursor: pointer;
    background-color: white;
    border-radius: 12px;
    padding: 14px 24px 16px 24px;
    font-size: 16px;
    font-weight: 600;
    color: rgb(18, 18, 18);
    border: none;
}

.delete-account-btn {
    width: 320px;
    height: 54px;
    background-color: transparent;
    color: rgb(186, 82, 78);
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    margin-top: 8px;
    cursor: pointer;
}

.button-with-icon-set {
    width: 16%;
    height: 50px;
    border: none;
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-with-icon-set img {
    position: absolute;
    width: 25px;
    height: 27px;
    display: flex;
    justify-content: center;
}

.telegram-bind-btn {
  text-decoration: none;
  color: #000;
}

.telegram-bound {
  background-color: #4CAF50; /* Зеленый цвет для привязанного аккаунта */
  color: #fff;
}

.dis-button-icon {
    width: 36px !important;
    height: 45px !important;
}

span[id^="dle-social-list-"] {
    width: 16%;
    height: 50px;
    border: none;
    padding: 0;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}

span[id^="dle-social-list-"] img {
     position: absolute;
    width: 25px;
    height: 24px;
    display: flex;
    justify-content: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 13px;  
}

button.btn.tgme_widget_login_button {
    background-color: #ffffff !important;
}


img.disbutton-icon {
    width: 38px !important;
    height: 38px !important;
    padding: 7px !important;
}

img.tegbutton-icon {
   width: 32px !important;
    height: 32px !important;
    padding: 10px !important;
}

img.xbutton-icon {
    width: 31px !important;
    height: 30px !important;
    padding: 11px !important;
}

img.gbutton-icon {
    width: 26px !important;
    height: 26px !important;
    padding: 13px !important;
}

img.vbutton-icon {
    width: 33px !important;
    height: 32px !important;
    padding: 10px !important;
}

.auth-soc-set .button-with-icon-set {
  padding: 10px;
  background: white;
  border-radius: 12px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.auth-soc-set .button-with-icon-set img {
  width: 28px;
  height: 28px;
}
.telegram-wrapper { position: relative; }
.telegram-overlay {
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 2;
}