/* profile.css */
                      .profile-photo-wrapper {
    position: relative;
    width: 150px;
    height: 150px;
}

.profile-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.progress-ring {
    transform: rotate(-90deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.progress-ring__circle {
    transition: stroke-dashoffset 0.3s;
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}
.progress-ring {
    display: none;
}

        input[type="file"] {
            display: none;
        }













.profile-section {
    font-family: Arial, sans-serif;
}
.iiiiasodfjksdzjxbfcsxv{
    display: flex
;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}
.notification-itemm{
    display: flex
;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.profile-image-edit{
    position: absolute;
    width: 26px;
    bottom: 12px;
    left: 38%;
    /* BACKGROUND: #ffffffe8; */
    BORDER-RADIUS: 8px;
    /* border: 1px solid #25262a; */
}

.list-container {
    gap: 10px;
    max-width: 1000px;
    margin-inline: auto;
    padding: 10px;
    padding-top: 50px;
}
.profile-details-section{
    margin: 20px 0;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.iiiiiiiiiiiaskjdhsdd{
    display: flex;
    align-items: center;
    gap: 10px;
}
.profile-header h1 {
    font-size: 24px;
    font-weight: bold;
}


.profile-picture-section{

    height: 140px;
}



.profile-update-section,
.profile-picture-section,
.password-change-section,
.notification-settings-section,
.account-deletion-section, .profile-update-section, .profile-details-section {
      border-radius: 8px;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    margin-top: 20px;
    border-radius: 8px;
    color: black;
    border-top-left-radius: 5px;
    width: 100%;
    gap: 20px;
    align-items: flex-start;
    padding: 20px 0;
    gap: 10px;
    padding: 10px;
    background: #dfdfdf17;
    border-left: 4px solid #2c3e50;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.ooooooooooooaskhjds{
    display: flex;
    align-items: center;
    gap: 5px;
}
.profile-picture-icon,
.notification-icon,
.account-delete-icon {
    width: 30px;
    height: 30px;
}

.profile-details-section img#profileImage {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: block;
    /* margin: 10px auto; */
}

.profile-heading {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #2c3e50;
    margin: 10px 0;
}

.password-change-container input[type="password"],
.profile-update-section input[type="text"] {
    width: 100%;
    padding: 8px;
    margin: 10px 0;
    border: 1px solid #ccc;
}

button {
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
}


.switch {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 20px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 14px;
    width: 14px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: 0.4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #007bff;
}

input:checked + .slider:before {
    transform: translateX(14px);
}

.oiweuroiweuhfhffff{
    display: flex
;
    align-items: center;
    justify-content: center;
    gap: 10px;
}











#profileDetails{
    display: flex
;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}










.notification-bell{
    width: 20px;
}

















#passwordChangeContainer{
    display: flex;
    flex-direction: column;

}
.iwueyriweyruiewuryiweuryieee{
gap: 50px;
align-items: center;
/* justify-content: space-between; */
/* width: 100%; */
}
.klasjfhksdjhfkdjhjjjjj{
    width: 30px;
}
.alkshdkjashdkjashkdhjjjj{
    text-align: center;
    font-size: 16px;
    color: #2c3e50;
}
.oiuoiuoiuouoiuo{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 50px;
}
#passwordChangeContainer div{
    margin-bottom: 15px;
}
.iuksadsadjufgsdjddd{
    /* max-width: 350px;
    margin: 0 auto;
    border-radius: 8px;
    height: 320px;
    min-height: 320px;
    padding: 10px; */
}
#currentPassword, #newPassword{
    padding: 8px;
    border-radius: 8px;
    border: none;
    border: 1px solid #25262a;
    box-sizing: border-box;
    background: #ecf0f1;
}
#updatePasswordButton{
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    min-width: 190px;
    border: 1px solid #25262a;
    background-color: #25262a;
}

#passwordChangeContainer label{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    /* font-size: 14px; */
}












#deleteAccountButton, .Valdyti_paslaugas {
    margin-bottom: 10px;
    border: 1px solid #25262a;
    background-color: #25262a;
    padding: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    min-width: 190px;
    margin-top: 15px;
}

.new_windowsadfds{
    width: 35px;
    height: 35px;
}
.osdfhksadhfjkhasd{
    display: flex;
    align-items: center;
}
.ksduayfasydf{
    text-decoration: none;
}
#profileUpdateContainer div {
    margin-bottom: 15px;
}
.sasdfsdagzdfvcxv{
    margin-top: 70px;
    padding: 10px;
    padding-bottom: 100px;
}
#profileUpdateContainer label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 14px;
    /* font-size: 14px; */
}

#profileUpdateContainer input[type="text"] {
    width: 100%;
    border: none;
    outline: none;
    padding: 8px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    background: #ecf0f1;
    padding: 8px;
    border-radius: 8px;
    border: none;
    border: 1px solid #25262a;
    box-sizing: border-box;
    background: #ecf0f1;
}

#profileUpdateContainer select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.notification_get_ne_post p {
    flex-grow: 1;
    margin: 0;
    /* font-size: 14px; */
}

#updateProfileButton {
     /* margin-top: 20px; */
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    font-size: 16px;
    /* font-size: 14px; */
    min-width: 190px;
    /* border: 1px solid #2c3e50; */
    background-color: #25262a;
}



#profileName{
    font-size: 18px;
    /* color: #25262a; */
    font-size: 14px;
    margin: 10px 0px 10px 0px;
    font-size: 18px;
    text-align: center;
}



























.asdlfihjsdiufhiduuuusdyr{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}


#userName {
    display: block;
}
#userProfileContainer {
    text-align: center;
    /* padding: 20px; */
    height: 154px;
}

#profileImage {
    width: 130px;
    object-fit: cover;
    height: 130px;
    border-radius: 50%;
    /* border: 2px solid #ccc; */
}
#progressContainer {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: none;
}

#uploadProgress {
    width: 100%;
    height: 20px;

    justify-content: center;
background-color: #363636;
transition: width 0.2s ease;
}
#profileImageContainer{
    /* position: relative; */
} 
#profileImage {
    cursor: pointer;

}

.list-container {
    margin-top: 50px;
    padding-bottom: 100px;
}

.category_list {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.category_header {
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    padding: 15px;
    display: flex;
    gap: 20px;
    cursor: pointer;
    margin: 1px;
}

.category_header h4 {
    flex: 1;

}
.category_header h4 {
    font-weight: 700;
    font-size: 16px;
}
.category_header img.checksofj {
    margin-right: 10px;
}

.toggle-button {
    transition: transform 0.3s ease;
}

.feature-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    padding: 0px;
}
#userId{
    font-size: 12px;
    letter-spacing: 1px;
}

.feature-content.open {
    height: 500px;
    padding: 0;
}

.feature-content p {
    margin: 0;
}


.centered_div {
    text-align: center;
    margin-top: 50px;
}

.arrow_next_down {
    width: 12px;
    height: 12px;
}

#userDetails{
    min-height: 150px;
}

#profileImageContainer {
    position: relative;
    display: inline-block;
}

#profileImage {
    object-fit: cover;
    border-radius: 50%;
    cursor: pointer;
}

.prifeleimg {
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 9px;
    border-radius: 50px;
    background: #bbbbbb;
    right: 56px;
}

#loadingSpinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid transparent;
    border-top: 5px solid transparent;
    background: conic-gradient(#154fbcea, #048a3aee, #154fbcf1); 
    animation: spin 1s linear infinite;
    z-index: 10; 
    display: none;


}
.user_profile_alert_notification{
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-direction: column;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.category_list {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}



.category_header h4 {
    flex: 1;

}

.toggle-button {
    transition: transform 0.3s ease;
}

.feature-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
    /* padding: 10px; */
}
.oiiouyuiuyiuuusssss{
 border-bottom: 1px solid;
    color: blue;
}
.iiisdifudifddcvxccvv{
    font-size: 12px;
}

.feature-content.open {
    height: 800px;
    max-height: 0;
    /* margin-bottom: 20px;
    padding-bottom: 20px; */
  
}

.feature-content p {
    margin: 0;
    color: #2c3e50;
    line-height: 1.6;
}

.subcategory_div {
    /* padding-top: 20px; */
    /* margin-bottom: 20px; */
    /* padding-left: 10px; */
    padding: 30px;
    /* padding-right: 10px; */
}

.centered_div {
    text-align: center;
    margin-top: 50px;
}

.arrow_next_down {
    width: 12px;
    height: 12px;
    display: none;
}

@media (max-width: 600px) {
    .list-container {
        /* width: 95%;
        margin: 10% auto; */
    }
    .iwueyriweyruiewuryiweuryieee{
        flex-direction: column;
        gap: 5px;
        align-items: start;
    }
}


@media (max-width: 450px) {
 #updateProfileButton,  #updatePasswordButton {
    width: 100%;
}
#deleteAccountButton, .Valdyti_paslaugas{
    margin-top: 20px;
    width: 100%;

}
}


