/* ////////////////////////////////  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;
}






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



#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;
}

.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-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);
}


.post-author-avatar {
    border-radius: 52px !important;
    min-width: 40px;
    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-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-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;
}

