﻿body
{
    background-color: #121212;
    color: white;
}
.dark_post-background {
    background-color: #1e1e1e;
}
.post_username-button{
    text-decoration: none;
    color: white;
    font-weight: 100;
    vertical-align: middle;
    font-size: 30px;
}.post_username-button:hover{
    font-size: 32px;
}

.hidden {
    display: none;
}
.show {
    display: block;
}
.uploadimg {
    height: 300px;
    width: 300px;
    border: 3px black solid;
    background: #3c3c3c;
}
.tinyText{
    font-size: 10px;
}
.ClassicButton {
    background-color: #808080;
    border: none;
    color: black;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius:3px;
}
.ClassicButton:hover {
    background-color: #9c9c9c;
}
.ClassicButton:active {
    background-color: #b0b0b0;
}
.Post_DescriptionBox {
    width: 32%;
    height: 80px;
    padding: 12px 20px;
    box-sizing: border-box;
    border: 2px solid black;
    border-radius: 4px;
    resize: none;
    line-break: auto;
}

.postuser {
    font-size: 25px;
}

.postdate {
    font-size: 15px;
}

.postdesc {
    font-size: 18px;
}

.postlikes {
    font-size: 18px;
}

.postimg {
    width: 400px;
    height: 400px;
}
.profile_postimg {
    width: 200px;
    height: 200px;
}
.postcontainer {
    width: 400px;
    height: 600px;
    padding: 10px 0;
}
.postcontainer2 {
    width: 37%;
    display: block;
    float:left;
}

.Profile_Username {
    font-size: 200%;
    font-family: Verdana;
    vertical-align: middle;
}
.Profile_Bio{
    font-size: 100%;
    font-family: Verdana;
}
.badgeImg {
    width: 25px;
    height: 25px;
    vertical-align: top;
}
.ProfileImg {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    vertical-align: middle;
}
.req {
    color: red;
}
.greentext {
    color: green;
}
.post_buttons {
    display: inline-block;
    height: 27px;
    width: 27px;
    vertical-align: top;
    cursor: pointer;
}
.post_buttons:hover {
    height: 28px;
    width: 28px;
}
.UserInput {
    width: 200px;
    background-color: #3f3f3f;
    color: white;
    border: 2px solid #575757;
    border-radius: 3px;
    padding: 12px 20px;
}

.UserInput:focus {
    border: 3px solid #575757;
}
a {
    color: white;
    text-decoration: underline white 2px;
    cursor: pointer;
}


#progress_background {
    width: 300px;
    background-color: #9c9c9c;
}

#progress_bar {
    width: 0%;
    height: 30px;
    background-color: #005e03;
}
.MainPostConainer {
    display: flex;
    flex-direction: column;
    order: 3;
}
.loader {
    border: 16px solid #575757;
    border-top: 16px solid #282828;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.Profile_following {
    width: 100px;
    display: inline-block;
}
    .Profile_following > p {
        text-align: center;
        font-size: 120%;
    }
    .Profile_following > div {
        text-align: center;
        font-size: 120%;
    }
.Profile_following-f:hover {
    text-decoration: underline white 2px;
}
.ClassicCheckbox{
    width: 16px;
    height: 16px;
}