
@media (max-width: 830px) {

    .profile-container {
        padding-left: 2%;
        padding-right: 2%;
        min-width: 96% !important;
        display: flex !important;
        flex-direction: column !important;
    }


}

.message-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 200px !important;
    max-width: 100%;
    max-height: inherit;
    background: none;
}

.message-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 15px;
    margin-top: 150px;
    max-width: 80%;
    max-height: inherit;
    background: none;

}

.message-form input {
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: white;
}

.message-form label {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.message-form button {
    background-color: rgba(130, 140, 166, 0.49);
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.message-form textarea {
    border-radius: 5px;
    border: 1px solid #ddd;
    color: white;
    background: none;

}


.comments-table {
    text-decoration: none;
    border-collapse: collapse;
    margin-top: 20px;
    min-width: 100%;
    color: white;

}

.votes-table
{
    border-collapse: collapse;
    margin-top: 20px;
    min-width: 100%;
    max-height: inherit;
    color: white;
    text-decoration: none;

}

.activity-navigation {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    min-width: 100%;
    align-content: space-around;
    gap: 5px;

}

.activity-navigation button {
    background: none;
    color:white;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    width: 30%;
}

.profile-comment-content {
    min-width: inherit;
    word-wrap: break-word;
    padding-top: 10px;
    padding-bottom: 10px;

}
.comments-table th {
    background-color: #f2f2f2;
    color: black;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border-top: 1px solid rgba(221, 221, 221, 0.51);
    border-bottom: 1px solid rgba(221, 221, 221, 0.51);
}
.comments-table a {
    color: inherit; /* Inherit the text color from the parent */
    text-decoration: none; /* Remove the underline */
    font-weight: bold;
    font-size: 14px;
    color: #1685c9;
}

.comments-table a:hover {
    text-decoration: underline;
}

.profile-comment-date {
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
}

.comments-table td {
    text-decoration: none;
    padding: 10px;
    border-top: 1px solid rgba(221, 221, 221, 0.51);
    border-bottom: 1px solid rgba(221, 221, 221, 0.51);
    max-width: 500px;
}

.comment-content {
    max-width: 500px;
    word-wrap: break-word;
}


.userVotingResults {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    min-width: 100%;
    max-height: inherit;
}

.votes-table th {
    background-color: #f2f2f2;
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    border-top: 1px solid rgba(221, 221, 221, 0.51);


}

.votes-table td {
    padding: 10px;
    border-top: 1px solid rgba(221, 221, 221, 0.55);
    border-bottom: 1px solid rgba(221, 221, 221, 0.55);
}

.votes-table a {
    color: inherit; /* Inherit the text color from the parent */
    text-decoration: none; /* Remove the underline */
    font-weight: bold;
    font-size: 14px;
    color: #1685c9;
}

.votes-table a:hover {
    text-decoration: underline;
}

.settings-container {
    margin-bottom: 20px;
    min-height: 1000px;
    min-width: 100%;
    max-width: 100%;

}
.settings {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
    width: 100%;
}
.setting-buttons {
    flex-direction: column;
    gap: 10px;

}

.setting-buttons button {
    background-color: rgba(130,140,166,0.49);
    border: none;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: white;
    min-width: 100%;
}

.image-container {
    flex-direction: column;
    gap: 10px;
}
.image-container button {
    background-color: rgb(80, 80, 80);
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: white;
    margin-left: 10px;

}

.password-change {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.password-change input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #333;
}


#alertMessage {
    text-align: center;
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}

.image-container input {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 16px;
    color: white;
}
.image-container label {
    font-size: 16px;
    font-weight: bold;
    color: white;
}

.profile-navigation img:hover {
    width: 27px;
    height: 27px;
}

.profile-container {

    text-decoration: none !important;
    margin-bottom: 20px;
    min-height: 1000px;
    margin-top: 50px;
    min-width: 45%;
    max-width: 45%;
    justify-items: start;
    justify-content: start;
    align-items: start;
    align-content: start;


}
.profile-info {
    color: white;
    padding-left: 5%;
}
.profile-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.profile-navigation button {
    background: none;
    border: none;
    padding: 30px;
    border-radius: 30px;
    cursor: pointer;

}
.profile-navigation a {
    background: none;
    border: none;
    padding: 30px;
    border-radius: 30px;
    cursor: pointer;
    text-decoration: none;

}

.box {
    justify-content: start;
}

.filler {
    width: 30%;
    height: 100%;
    background-color: #f2f2f2;
    border-radius: 50%;
}

.userComments {
    min-height: 1000px;
    min-width: 100%;
}

.deleteModal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);

}

.delete-modal-content {
    background-color: #f2f2f2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 33%;
    border-radius: 5px;
    gap: 20px;
    justify-content: space-around;
    justify-items: center;
    align-content: center;
    align-items: center;

}
#options {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    align-content: center;
    justify-items: center;
}
.delete-modal-content button {
    background-color: rgb(80, 80, 80);
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: white;


}
.delete-modal-content a {
    background-color: rgb(87, 87, 87);
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    color: white;
    text-decoration: none;
}

.delete-modal-content button:hover {
    background-color: rgba(0, 0, 0, 0.44);
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#profile-picture-container {
    display:flex; flex-direction: column; gap: 10px;
    margin-left:20px; align-items: center;
    justify-items: center;
}