.status-main {
    display: block !important;
    padding: 10px 20px !important;
}

.interaction-panel {
    margin-bottom: 15px;
    margin-top: -10px;
    transition: transform 0.3s ease-in-out;
}

.interaction-panel.hidden {
    transform: translateY(-100%);
}

.main-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.container {
    background-color: var(--theme-bg);


    display: flex;
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    position: relative;
}

.main-container {
    display: flex;
    flex-direction: column;
    padding: 0 30px 30px;
    flex-grow: 1;
    overflow: auto;
    color: var(--body-color);
    font-family: var(--body-font);
}

.videos {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

@media screen and (max-width: 980px) {
    .videos {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 768px) {
    .videos {
        grid-template-columns: repeat(1, 1fr);
    }

    .btn {
        margin-top: 5px !important;
    }

    .search-menu .search-menu {
        margin-right: 0px !important;
    }
}

.video {
    position: relative;
    background-color: #272a3a;
    border-radius: 20px;
    overflow: hidden;
    transition: 0.4s;
}

.video-wrapper {
    position: relative;
}

.video-name {
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    padding: 12px 20px 0;
    overflow: hidden;
    background-color: var(--video-bg);
    z-index: 9;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video-view {
    font-size: 12px;
    padding: 12px 20px 20px;
    background-color: var(--video-bg);
    position: relative;
}

.video-by {
    transition: 0.3s;
    padding: 40px 20px 0px;
    display: inline-flex;
    position: relative;
}


.video-time {
    position: absolute;
    background: rgba(21, 13, 13, 0.44);
    color: rgba(255, 255, 255, 0.85);
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 6px;
    top: 10px;
    z-index: 1;
    right: 8px;
    display: flex;
    min-width: 30px;
}

.btn-private {
    background-color: #2a3a4b;
    border: 1px solid #4a5a6b;
    border-radius: 4px;
    color: #ccc;
    padding: 5px 20px;
    margin-top: 10px;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    width: -webkit-fill-available;
    transition: background-color 0.3s, border-color 0.3s;
}

.username {
    font-size: 14px !important;
}

.scrapbook-date {
    font-size: 14px !important;
}

.user-stories {
    padding-left: 15px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 10px !important;
    border-bottom: 0px solid #272a3a !important;
}

.quote-container {
    border-radius: 10px;

    padding: 10px;
    background-color: rgba(69, 69, 69, 0.05);
    box-shadow: 0 4px 8px rgba(17, 17, 17, 0.2);

    align-items: flex-start;
}

.quote-container:hover {
    background-color: rgba(108, 108, 108, 0.05);
}

.quote-container:active {
    transform: translateY(2px);
    transition: transform 0.3s;
}

.quote-container code {
    font-family: 'Georgia', serif;

    font-size: 14px;
    color: #fff;

    margin: 0;
}

.show-forum-button {
    width: 100px;
    margin-left: 20px;
    margin-top: 0px !important;
}

.panel-quote {
    margin-left: auto;
    display: flex;
    height: 22px;
    margin-top: auto;
    position: relative;
}

.container-like {

    background: rgb(21 13 13 / 20%);
    color: rgba(255, 255, 255, 0.85);
    padding: 3px 8px;
    font-size: 12px;
    border-radius: 6px;
    z-index: 1;
    display: flex;


}

#clickMenuInVote {
    cursor: pointer;
    visibility: hidden;

    opacity: 0
}

.quote-container:hover #clickMenuInVote {
    visibility: visible;

    opacity: 1;

    display: flex;

}

.container-like:hover {
    box-shadow: 0 4px 8px rgba(70, 70, 70, 0.2);
    background-color: rgba(0, 0, 0, 0.352);
    transition: 0.3s;
}

.user-img {
    width: 35px !important;
    height: 35px !important;
    align-self: flex-start !important;
}

.user-stories .user-img {
    border: 1px solid #e3b96a !important;
    min-width: 35px !important;
}

.btn-private:hover {
    background-color: #243240;
    border: 1px solid #455260;
    transition: background-color 0.3s, border-color 0.3s;
}

.btn-private:active {
    background-color: #2a3a4b;
    border: 1px solid #4a5a6b;
    transform: translateY(2px);

    transition: transform 0.1s;

}

.input-vote {
    background-color: #42424291;
    border: 2px solid #555;
    color: #ffffff;
    padding: 5px;
    margin: 0px 20px;
    width: calc(100% - 37px);
    box-sizing: border-box;
    transition: border-color 0.3s;
    overflow-y: auto;
    resize: none;
}

#createQuoteForm {
    background-color: rgba(69, 69, 69, 0.05);
    margin-top: 20px;
}

.video:hover {
    cursor: pointer;
}

.video:hover {
    transform: scale(0.99) translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: #222532;
    cursor: pointer;
}

.video-time:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    background-color: rgb(3 3 3 / 68%);
    transition: 0.3s;
}

.video-author {
    position: absolute;
    right: 10px;
    transition: 0.4s;
    bottom: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.video-author svg {
    background-color: #0aa0f7;
    color: #fff;
    border-color: var(--video-bg);
}

video {
    max-width: 100%;
    width: 100%;
    border-radius: 20px 20px 0 0;
    display: block;
    cursor: pointer;
}

.stream-area {
    display: none;
}

@media screen and (max-width: 940px) {
    .stream-area {
        flex-direction: column;
    }

    .stream-area .video-stream {
        width: 100%;
    }

    .stream-area .chat-stream {
        margin-left: 0;
        margin-top: 30px;
    }

    .stream-area .video-js.vjs-fluid {
        min-height: 250px;
    }

    .stream-area .msg__content {
        max-width: 100%;
    }
}

.show .stream-area {
    display: flex;
}

.show .main-header,
.show .main-blogs,
.show .small-header,
.show .videos {
    display: none;
}

.video-stream {
    width: 65%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: 0.3s;
}

.video-stream:hover .video-js .vjs-big-play-button {
    opacity: 1;
}

.video-p {
    margin-right: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: 0;
}

.author-img {
    margin-right: -10px;
}

.video-p .author-img {
    border: 0;
}

.video-p-wrapper {
    display: flex;
    align-items: center;
}

.video-p-wrapper .author-img {
    border: 0;
}

.video-p-wrapper svg {
    width: 20px;
    padding: 4px;
}

@media screen and (max-width: 650px) {
    .video-p-wrapper {
        flex-direction: column;
    }

    .video-p-wrapper .button-wrapper {
        margin: 20px auto 0;
    }

    .video-p-wrapper .video-p-detail {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .interaction-panel .status-share {
        float: inline-start !important;
        margin-left: 40px !important;
        margin-top: 15px !important;
    }

    .video-p-wrapper .video-p {
        margin-right: 0;
    }

    .interaction-panel-no-mobile {
        display: none;
    }

    .interaction-panel-mobile {
        display: block;
    }

    .pl12dq {
        margin-top: 0 !important;
    }

    #create-story-btn {
        margin-left: 20px !important;
    }

    .i0dcc2 {
        margin-left: -20px !important;
    }
}

@media screen and (min-width: 651px) {
    .interaction-panel-no-mobile {
        display: block;
    }

    .interaction-panel-mobile {
        display: none;
    }
}

@media screen and (max-width: 1210px) {
    .right-side-button {
        margin-top: 0px !important;
        margin-right: 0px !important;
    }
}

.video-p-sub {
    font-size: 12px;
}

.video-p-title {
    font-size: 24px;
    color: #fff;
    line-height: 1.4em;
    margin: 16px 0 20px;
}

.video-p-subtitle {
    font-size: 14px;
    line-height: 1.5em;
    max-width: 60ch;
}

.video-p-subtitle+.video-p-subtitle {
    margin-top: 16px;
}

.video-p-name {
    margin-bottom: 8px;
    color: #fff;
    display: flex;
    align-items: center;
}

.video-p-name:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #22b07d;
    border-radius: 50%;
    margin-left: 8px;
    display: inline-block;
}

.video-p-name.offline:after {
    background-color: #ff7551;
}

.video-content {
    width: 100%;
}

.button-wrapper {
    display: flex;
    align-items: center;
    margin-left: auto;
}

.like {
    display: flex;
    align-items: center;
    background-color: var(--button-bg);
    color: #fff;
    border: 0;
    font-family: var(--body-font);
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
}

.like.red {
    background-color: #ea5f5f;
}

.like svg {
    width: 18px;
    flex-shrink: 0;
    margin-right: 10px;
    padding: 0;
}

.like+.like {
    margin-left: 16px;
}

.video-stats {
    margin-left: 30px;
}

.video-detail {
    display: flex;
    margin-top: 30px;
    width: 100%;
}

.video-name {
    width: 95%;


    overflow: hidden;

    text-overflow: ellipsis;

}

.seperate.video-seperate {
    background-color: #808191;
}

.seperate {
    width: 3px;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 6px;
}

.btn {
    border-color: #2f2f2f;
}

.active {
    border-color: #666;
}

body {
    overflow: hidden;
}