.mobile-view {
    display: block;
}

.desktop-view {
    display: none;
}

#thoxt-logo a {
    font-size: 1.2rem;
}

.search-input {
    max-width: 35vw;
}

.profile-top-container {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    overflow-x: hidden;
}

.pic-following-container {
    display: flex;
    width: 100%;
    height: fit-content;
    margin-bottom: 10px;
    margin: 0 auto;
    padding: 10px 0;
    align-items: center;
}

.name-following-container {
    width: 90vw;
    display: flex;
    flex-direction: column;
}

.name-settings-container {
    display: flex;
    position: relative;
    justify-content: space-between;
    width: 90%;
}

.more-button, .more-options-btn {
    background-color: transparent;
    border: none;
    color: #888;
    font-size: 1.5em;
    padding: 0;
    cursor: pointer;
}

.more-button {
    position: absolute;
    margin: 0;
    padding: 5px;
    right: 9px;
    line-height: .5em;
    text-align: center;
}

.more-button:hover {
    color: white;
    cursor: pointer;
}

.more-options-btn {
    font-size: .9em;
    line-height: 1.8em;
    padding: 10px 15px;
}

.follow-btn-container {
    display: flex;
    width: 55%;
    margin: 10px 0;
}

.name-following-container h1 {
    font-size: 1.25em;
    margin: 5px 0;
    line-height: 1.5;
    color: rgb(149, 149, 149);
}

.name-following-container h3 {
    font-size: 1.4em;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 10px;
}

.profile-count-btn, .article-nav-item {
    width: 150px;
    margin: 5px;
    background-color: #333;
    padding: 5px;
    border: none;
    border-radius: 7px;
    font-size: .8em;
    color: #fff;
}

.followers-container {
    display: flex;
    width: 90%;
    justify-content: space-between;
}

.pp-container {
    position: relative;
    width: 25vw;
    z-index: 1;
    margin-right: 5px;
}

.profile-pp {
    height: 22vw;
    width: 22vw;
    display: block;
    margin: auto;
    object-fit: cover;
    background-color: transparent;
}

.change-pp-text {
    position: absolute;
    width: 101%;
    height: 50%;
    bottom: 1%;
    left: 0;
    text-align: center;
    color: #ccc;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    z-index: 5;
}

.pp-container:hover .change-pp-text {
    opacity: 1;
}

.follow-friend-btn {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    border: none;
    border-radius: 20px;
    padding: 5px 10px;
    margin: 5px 5px 0 0;
    font-size: 0.8em;
    width: fit-content;
    white-space: nowrap;
}

.bio {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: .9em;
}

.bio p {
    margin: 0;
    margin-bottom: .5em;
}

.bio a {
    color: #ff0
}

.bio-website-divs {
    display: flex;
    align-items: center;
    gap: 10px;
}

.stats-ideate-div {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 90%;
    margin-top: 10px;
}

.stats-ideate-btn {
    display: flex;
    gap: 3px;
    height: 35px;
    line-height: 35px;
    align-items: center;
    width: fit-content;
}

.stats-ideate-btn a {
    color: white;
}

.stats-ideate-btn svg, .profile-svg {
    width: 20px;
    height: 20px;
    fill: #ff0;
}

.profile-svg {
    fill: grey;
}

.profile-nav-icons {
    display: flex;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto 10px auto;
    border-bottom: 1px solid #222;
}

.profile-nav-icon {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 50px;
    height: 55px;
    opacity: .6;
}

.profile-nav-icon.active-section {
    border-bottom: 3px solid #ff0;
    opacity: 1;
}

.profile-nav-icon svg {
    position: absolute;
    width: 28px;
    color: grey;
    left: 12px;
    bottom: 6px;
}

.nav-icon-label {
    text-align: center;
    font-size: .65em;
    color: #a1a1a1;
    text-transform: uppercase;
}

.article-nav-item.active-section {
    background-color: #ccc;
    color: black;
}

.hOwls-icon {
    width: 50px;
    height: 20px;
    margin: 0 auto;
}

.settings-form {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: fit-content;
    right: 20px;
    background-color: rgba(0, 0, 0, .9);
    border: 1px solid #222;
    border-radius: 15px;
    z-index: 2;
}

.settings-form a {
    color: #999;
    text-decoration: none;
    padding: 10px 15px;
    line-height: 1.8em;
}

.top-settings-item {
    border-bottom: 1px solid #333;
}

.settings-form a:hover, .more-options-btn:hover {
    color: white;
    text-decoration: none;
    border-bottom: 1px solid #FF0;
}

.hidden {
    display: none;
}

.close-settings {
    position: absolute;
    fill: #818181;
    float: right;
    width: 20px;
    right: 5px;
    top: 5px;
}

.close-settings:hover {
    fill: #c4c4c4;
    cursor: pointer;
    transform: scale(1.1);
}

.web-link-icon {
    height: 20px;
    opacity: .5;
    vertical-align: sub;
}

.section-content-container {
    box-sizing: border-box;
}

.section-content {
    display: none;
    width: 100%;
}

.section-content.active-section {
    display: block;
    box-sizing: border-box;
}

.article-nav-btns {
    display: flex;
    justify-content: space-evenly;
    width: fit-content;
    margin: 10px auto;
    gap: 10px;
    width: 850px;
    max-width: 100%;
}

.search-item-title, .meta-description {
    cursor: pointer;
    overflow: hidden;
}

.search-item-title:hover, .meta-description:hover {
    text-decoration: none;
}

.search-item-title {
    line-height: 1.2em;
}

.meta-description {
    margin: 5%;
    line-height: 1em;
}

.profile-howls-container {
    width: 50%;
    min-width: 450px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color: #222;
    box-sizing: border-box;
    padding: 10px;
    border-radius: 15px;
}

.user-list-outer-container {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 5;
}

.report-btn {
    margin: 10px auto;
}

.pages-button {
    width: 180px;
}

.pages-list {
    width: 180px;
    right: unset;
}

.thoxt-row {
    justify-content: flex-start;
}

.thoxt-rows-div {
    width: 100%;
}

.thoxt-row-content {
    gap: 20px;
    justify-content: flex-start;
}

.thoxt-row-word-count {
    padding: 10px;
    color: #666;
}

.feed-item-container {
    padding-right: 10px;
}