.rainbow-badge {
    height: 2px;
    display: block;
    border-radius: 2px;
    overflow: hidden;
    margin: 3px 4px;
    background: linear-gradient(to right, #ff6868, #ffb061, #ffff53, #6fff6f, #6a6aff, #bf71ff);
}



.stat-card{
    font-family: 'Albert Sans', sans-serif;
    text-align: center;
    border: 1px solid #cccccc;
    box-shadow: 0px -1px 2px #0000003d inset;
    border-radius: 6px;
    padding: 10px 10px;
    margin: 6px 0px;
    font-size: 12px;
    width: 100%;
}

.stat-lgdig{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 13px;
}

.stat-lab{
    padding: 2px 0px;
    font-size: 9px;
    font-weight: bold;
    text-transform: uppercase;
}












/* Readdout reporting stats */

.stat-title-section{
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    color: #6b6b6b;
    margin: 20px 0px;
}

.stat-line-readout{
    background-color: #f1f3f4;
    border-radius: 6px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 6px 9px;
    /* margin: 3px 0px; */
    font-family: 'Albert Sans', sans-serif;
    font-size: 13px;
}

.stat-line-readout .stat-label{
    color: #262626;        
}

.stat-line-readout .stat-value{    
    font-weight: bold;
    color: #000000;
}
.stat-line-readout .stat-value.grand{    
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}

.stat-line-readout .stat-value.minus{    
    font-weight: bold;
    color: #d94a4a;
}




















.dash-nav-btn{
    margin: 0px 2px;
    padding: 1px 6px;
    border: 1px solid #a3a3a3;
    border-radius: 4px; 
    font-size: 11px;
}




/* ////////////////////////////////  DASHBOARD INDEX STYLES  ///////////////////////////////////// */

.dash-out-container {
    height: 100%;
    padding-top: 0px;
    background: #ffffff;
}

.dash-out-container .container {
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

.dash-part-inject {
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}






/* ////////////////////////////////  DASHBOARD INNER CONTENT STYLES  ///////////////////////////////////// */

.dash-in-container {
    height: 100%;
    padding-top: 10px;
    padding-bottom: 0px;
}

.dash-in-container .container-xxl {
    padding-right: 0px;
    padding-left: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 1035px;
}

.col-main {
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.primary-col {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
    box-shadow: 0px 0px;
    padding-right: 5px;
}

.inbod-col {
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 20px;
    margin-top: 20px;
}


.mv-metadata-bar {
    display: flex;
    flex-direction: row;
    display: none;
}

.mv-comments-embed {
    height: auto;
    overflow-y: auto;
}



.mv-message-compose-lower textarea {
    font-size: 13px;
    border: 1px solid #bfbfbf;
    border-radius: 6px;
    padding: 6px;
    width: 100%;
    margin: 4px 0px;
}



.mv-media-placeholder{
    margin-top: 20px; 
    min-height: 500px; 
    transition: 1s;
}


#mediaimg {
    cursor: pointer;
}


.med-ctl-btn {
    background-color: #ffffffeb;
    color: #000;
    height: 25px;
    width: 17px;
    margin-right: 9px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: 0.5s;
}

.med-ctl-btn:hover {
    transition: 0.5s;
}





.video-container {
    position: relative;
    max-width: 100%;
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    max-height: 700px;
}

.video-container video {
    height: 100%;
    object-fit: cover;
    z-index: 0;
    border-radius: 5px;
}

/* Just styling the content of the div, the *magic* in the previous rules */
.video-container .caption {
    z-index: 1;
    position: relative;
    text-align: center;
    color: #dc0000;
    padding: 10px;
}



.play-button-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.123);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    cursor: pointer;
}

.play-button-overlay i {
    font-size: 50px;
    color: white;
}

.play-button-overlay.playing {
    display: none;
}



.spec-close-button {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #b1b1b1;
    border-radius: 69px;
    pointer-events: all;
    fill: #fff;
    margin: 0px 0px 0px 0px;
    transition: 0.5s;
}

.spec-close-button:hover {
    background: #434343;
}





.TLC-section-clock {
    font-family: 'Albert Sans', sans-serif;
    position: relative;
    padding-bottom: 3px;
    /* z-index: 1; */
}


.TLC-section-slim {
    font-family: 'Albert Sans', sans-serif;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    position: absolute;
    bottom: 0;
    padding-bottom: 3px;
    /* z-index: 1; */
}

.TLC-section .mdat-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.TLC-section-slim .mdat-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    user-select: none;
}

.mdat-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 6px;
    font-size: 11px;
    line-height: 12px;
    color: #ffffff;
    background: #00000056;
    border-radius: 11px;
    margin: 0px 1px 5px 1px;
    backdrop-filter: blur(5px);
}

.mdat-tag-admin {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1px 4px;
    font-size: 10px;
    color: #ffffff;
    background: #00000056;
    border-radius: 4px;
    backdrop-filter: blur(5px);
}








/* Guts */
.msg-model-featured-sm{
    font-family: 'Albert Sans', sans-serif;
    letter-spacing: 1px;
    margin: 5px 0px;
    color: #898989;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}
.post-author-avatar {
    border-radius: 52px !important;
    width: 40px;
    height: 40px;
    margin-right: 8px;
}
.post-author-avatar-sub {
    border-radius: 52px !important;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    margin-left: -16px;
    border: 2px solid #fff;
}
.post-author-avatar-sub-messages {
    border-radius: 52px !important;
    width: 30px;
    height: 30px;
    margin-right: 3px;
    margin-left: 0px;
    border: 2px solid #fff;
}

@media screen and (max-width: 575.2px) {
   .post-author-avatar-sub {
        margin-left: 0px;
        margin-top: -8px;
    }
    
}

.post-collabs-container{
    justify-content: start;
    padding: 0px 0px;    
}

.collab-feat-title{
    font-family: 'Albert Sans', sans-serif;
    color: #727272;
    font-size: 12px;    
    /* font-weight: bold; */
}

.post-collabs-container .collab-username{
    font-family: 'Albert Sans', sans-serif;
    font-size: 12px; 
}

.post-collabs-avatar {
    border-radius: 52px !important;
    width: 23px;
    height: 23px;
    margin-right: 3px;
}

.post-author-title {
    margin-bottom: 2px;
    font-weight: bold;
    font-family: 'Albert Sans', sans-serif;
}

.post-author-meta {
    font-family: 'Albert Sans', sans-serif;
    color: rgb(84, 86, 88);
    font-size: 12px;
    text-transform: lowercase;
}


.tl-post-tags{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    margin: 5px 0px;
    gap: 4px;
}

.tl-post-tag-item{
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: end;
    align-items: center;
    left: 0px;
    text-transform: capitalize;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #83848b;
    font-family: 'Albert Sans', sans-serif;
    padding: 1px 4px;
    border-radius: 4px;
    background: #f2f3f7;
    white-space: nowrap;
    overflow: auto;     
}

.tl-tag-gray{
    color: #ffffff !important;
    background: #9b9b9c !important; /* Darkened gray for better contrast */
}
.tl-tag-green{
    color: #ffffff !important; /* Darker green for text to increase contrast */
    background: #6fb677 !important; /* Darker background for better readability */
}
.tl-tag-purple{
    color: #ffffff !important;
    background: #7a77d8 !important; /* Slightly muted purple for comfort */
}
.tl-tag-blue{
    color: #ffffff !important;
    background: #60aad3 !important; /* Deeper blue for aesthetic balance */
}
.tl-tag-red{
    color: #ffffff !important;
    background: #e56971 !important; /* Slightly muted red to reduce glare */
}








/* //Metadata for media manager */
.mm-metadata-sect {
    position: relative;
    bottom: 0;
    color: #000;
    padding: 3px 0px;
    font-size: 13px;
}

.mm-metadata-row {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    gap: 3px;
}

.mm-metadata-tags {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
    margin: 4px 0px;
    gap: 4px;
}

.mm-metadata-text {
    margin: 6px 0px;
}

.mm-metadata-text-admin {
    margin: 0px 0px;
}

.mm-metadata-price {
    color: #22a340;
    font-weight: bold;
}

.mm-metadata-tag {

}

.mm-metadata-item {

}





.clickable-link{
    color:#0090ff;
}

.clickable-link:hover{
    color:#6bbfff;
}