p.client-title {
    padding-top: 8px;
    padding-top: 8px;
    position: relative;
    left: 2%;
    top: 5%;
    font-size: 18px;
    color: #ffffffcc;
    cursor: pointer;
}
p.client-title-hidden {
    padding-top: 8px;
    padding-top: 8px;
    position: relative;
    left: 2%;
    top: 5%;
    font-size: 18px;
    color: #ffffffcc;
    cursor: pointer;
    background-color: #592d2d;
}
p.auth-login, p.auth-signup {
    border-bottom: 5px solid white;
    margin-bottom: -1px;
}
p.auth-forgot-password {
    bottom: -40px;
    margin-left: 88px;
    margin-top: 15px;
}
p.auth-forgot-password a {
    font-size: 14px;
    font-style: italic;
}
.content a {
    font-size: unset;
}
.authsections p {
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: -2px;
}
p.auth-welcome {
    font-family: 'Great Vibes', cursive;
    font-size: 26px;
}
p.items-count{
    padding: 5px 0px 0px 10px;
}
p.title-rename, p.move-location {
    font-weight: 400;
    font-size: 14px;
}
p.move-location{height: 0;}
p.client-form-text-b {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 10px;
}
p.comment-name {
    font-weight: 500;
    margin-bottom: 8px;
}
p.comment-time {
    width: fit-content;
    float: left;
    margin-right: 10px;
}
p.comment-time {
    width: fit-content;
    float: left;
    margin-right: 5px;
    color: #00fff3;
    text-decoration: none;
}
p.video-information-title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    width: auto;
    float: left;
}
p.guest-comment {
    width: fit-content;
    float: left;
}
p.archive-text {
    float: left;
    font-weight: 400;
    margin-left: 15px;
    font-size: 15px;
    margin-bottom: 10px;
    font-size: 13px!important;
    margin-right: 7px;
}
p.sidebar-projects-text {
    position: absolute;
    top: 20px;
    font-weight: 500;
    left: 40px;
}
.video-title p {
    color: white;
    font-size: 40px;
    padding: 20px;
}
.folder-text {
    z-index: 1;
}
span.folder-created {
    color: #ffffff9e;
}
.folder-hidden .folder-text {
    opacity: 0;
}
.folder-hidden .folder-info {
    opacity: 0;
}
.folder-hidden .folder-info {
    visibility: hidden;
    display: none;
}
.title-change {
    width: 85%;
    margin: 0 auto;
    margin-top: 10px;
}
.folder-title a {
    font-size: 13px;
    /* padding-left: 10px; */
    transition-duration: .5s;
}
.folder-date p {
    font-size: 11px;
    padding: 5px 26px 10px 10px;
    transition-duration: .5s;
}
.folder-title {
    padding-top: 5px;
    font-size: 14px;
    margin-left: 10px;
    transition-duration: .5s;
    width: 95%;
    word-wrap: break-word;
}
.folder-info {
    background-color: #373b46;
    position: absolute;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
    transition-duration: .5s;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
}
.folder-options a {
    display: flex;
    float: left;
    margin-right: 30px;
}
.folder-options p {
    margin-left: 16px;
    margin-top: 3px;
    font-weight: 500;
    font-size: 15px;
}

.breadcrumb {
    /* width: fit-content; */
    font-weight: 400;
    font-size: 19px;
    /* position: absolute; */
}
.breadcrumb a {
    font-size: 19px;
    color: white;
}
span.breadcrumb-bold {
    font-weight: 500;
}
#progress p
{
    display: block;
    width: 240px;
    padding: 2px 5px;
    margin: 2px 0;
    border: 1px inset #446;
    border-radius: 5px;
    background: #eee 100% 0 repeat-y;
}
.edit-projects a, .right_toggles a, .folders-button-container a{
    float: right;
    margin: 10px;
    background-color: white;
    border: 0;
    padding: 10px;
    font-size: 15px;
    text-decoration: none;
    color: black;
    cursor: context-menu;
}
.edit-projects a:hover, .folders-button-container a:hover{
    background-color: grey;
}
.wait {
    background: grey;
    height: 40px;
    width: 0;
}
.wait.done {
    background-color: green;
}
.comment-container p {
    margin: 0px;
}

.comment-time {
    cursor: pointer;
    text-decoration-line: underline;
}
.comment-time:hover {
    color: black;
    background-color: white;
}
.archived-folders .folder-info, .archived-projects .folder-info {
    background: #592d2d;
}
.archive-container {
    position: absolute;
    float: right;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 10px;
    bottom: 15%;
    width: 100%;
    right: 2%;
}
.archive-container .archive {
    /* position: absolute; */
    right: 10px;
    top: -11px;
    width: initial;
}
.active-class {
    background-color: #373b46;
}
.comment-container.deleted{
    background-color:#592d2d;
    margin-bottom: 0;
}
.reply-comment-container.deleted{
    background-color:#592d2d;
    margin-bottom: 0;
}
.share-section {
    padding-left: 22px;
}
textarea.share-box {
    text-align-last: center;
}