
@import url(../../../../base/text/template/css/main.css);

/*--- Snippet ---*/
div.ms-nsfwmark-unit-gallery-cnt {
	position: relative;
	width: 100%;
	overflow: hidden;
}
div.ms-nsfwmark-unit-info {
	position: relative;
}

/*+++ Item Author +++*/
div.ms-nsfwmark-unit-author {
    position: relative;
	text-align: left;
}
div.ms-nsfwmark-unit-author-avatar {
    position: absolute;
    top: 0px;
    left: 0px;
}
div.ms-nsfwmark-unit-author-info {
	display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;

	margin-right: 32px;
	margin-right: 2rem;
}
div.ms-nsfwmark-unit-author-name a.sys-author {
	padding-right: 10px;
	padding-right: 0.625rem;

    font-weight: 700;
}

/*+++ Item Actions +++*/
div.ms-nsfwmark-unit-actions {
	position: absolute;
	top: 0px;
	right: 0px;	
}

/*+++ Item Info +++*/
div.ms-nsfwmark-unit-cnt {
	text-align: left;
}
div.ms-nsfwmark-unit-icon {
    position: absolute;
    top: 0px;
    left: 0px;
}
div.ms-nsfwmark-unit-icon-empty {
    background-color: #ffffff;
    text-align: center;
    line-height: 3rem;
    font-size: 32px;
    font-size: 2rem;
}
div.ms-nsfwmark-unit-icon-empty .sys-icon {
    vertical-align: top;	
}
div.ms-nsfwmark-unit-cover {
	background-color: #ffffff;
}
div.ms-nsfwmark-unit-cover div.bx-base-text-unit-no-thumb {
	border-color: #f2f2f2;
}
div.ms-nsfwmark-unit-cnt div.ms-nsfwmark-unit-info {
	white-space: nowrap;
}
div.ms-nsfwmark-unit-title {
    /*
	padding-top: 0.125rem;
    text-overflow: ellipsis;
    overflow: hidden;
    */
}
div.ms-nsfwmark-unit-title .bx-def-font-h3{
    font-size: medium;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4rem;
}
.ms-nsfwmark-unit-title.bx-def-thumb-size-left-indent{
    margin-left: 0;
}
.notopspace{
    padding-top: 0;
}
.ms-nsfwmark-unit-icon{
    display:none;
}

div.ms-nsfwmark-unit-title-badges {
    display: flex;
}

.ms-nsfwmark-fcell {
	position: relative;
	display: block;
}
.ms-nsfwmark-fcell.fc-left {
	float: left;
}
.ms-nsfwmark-fcell.fc-right {
    float: right;
}
.ms-nsfwmark-fcell .bx-vote {
	margin: 0px;
}
	
/*--- Defaults ---*/
.ms-nsfwmark-thumb-size {
    width: 148px;
    width: 9.25rem;
    height: 148px;
    height: 9.25rem;
    line-height: 148px;
    line-height: 9.25rem;
}
.ms-nsfwmark-thumb-size-min-height {
    min-height: 148px;
    min-height: 9.25rem;
}
.ms-nsfwmark-thumb-size-left-indent {
	margin-left: 164px;
	margin-left: 10.25rem;
}
.ms-nsfwmark-screenshot-size {
    width: 200px;
    width: 12.5rem;
    height: 120px;
    height: 7.5rem;
    line-height: 120px;
    line-height: 7.5rem;
}
	
/*--- Attachments ---*/
div.ms-nsfwmark-attachment {
	position: relative;
	/*display: none;*/
    width: calc(25% - 1.2rem);
    min-width: 200pt;
}
div.ms-nsfwmark-attachment.ms-nsfwmark-attachment-main {
    display: block;
}
div.ms-nsfwmark-a-main {
	position: absolute;
	top: 0.25rem;
	right: 0.5rem;
}
div.ms-nsfwmark-a-text {
	overflow: hidden;
	text-overflow: ellipsis;
}
div.ms-nsfwmark-a-text i.sys-icon{
    font-size: 2.5rem;
    float: left;
    margin-right: 1rem;
}
div.ms-nsfwmark-attachment-separator{
    clear:both;
    width:100%;
}
div.ms-nsfwmark-attachment-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 2.7rem;
	width:calc(100% - 3rem);
}
div.ms-nsfwmark-attachment-info{
/*	white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    */
    word-break: break-word;
}


#ms_nsfwmark_project #bx-form-element-files .bx-form-input-files-result {
    max-height: fit-content;
}

div.ms-nsfwmark-timeline-event {
    width: 100%;
    height: auto;
    min-height: 200px;
    background-size: cover;
    background-position: center;
}

.ms_nsfwmark_marked_tag{
    color: red;
    border-radius: 2pt;
    font-size: small;
    vertical-align: middle;
    padding: 1pt 4pt 1pt 4pt;
    border: 1px solid #ff0000;
    font-weight: lighter;
    margin-right: 2pt;
}

.ms_nsfwmark_photoentry > div > div{
    background: unset;
    border: unset;
}
.ms_nsfwmark_photoentry{
    cursor: pointer;
    cursor: hand;
}
.ms_nsfwmark_photoentry > div{
    border-radius: 2pt;
    font-size: large;
    padding: 1pt 4pt 1pt 4pt;
    font-weight: lighter;
    display: flex;
    height: fit-content;
    margin: auto;
    place-self: center;
    background-color: rgb(0 0 0 / 23%) !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}





.ms_nsfwmark_timelinepreview > div > div{
    background: unset;
    border: unset;
    color: white;
}
.ms_nsfwmark_timelinepreview{
    cursor: pointer;
    cursor: hand;
    color: white;
}
.ms_nsfwmark_photoentry > div,
.ms_nsfwmark_timelinepreview > div,
.ms_nsfwmark_entry_imagealert_timeline_text {
    border-radius: 2pt;
    font-size: large;
    padding: 1pt 4pt 1pt 4pt;
    font-weight: lighter;
    display: flex;
    height: fit-content;
    margin: auto;
    place-self: center;
    background-color: rgb(0 0 0 / 23%) !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}
.ms_nsfwmark_photoentry,
.ms_nsfwmark_timelineview,
.ms_nsfwmark_timelinepreview {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    display: flex;
}

.ms_nsfwmark_entry_imagealert {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ms_nsfwmark_entry_imagealert_text{
    cursor: pointer;
    cursor: hand;
}
.ms_nsfwmark_entry_imagealert_text, .ms_nsfwmark_entry_imagealert_text > div{
    height: 100%;
}
.ms_nsfwmark_entry_imagealert_text > div{
    display:flex;
}


.ms_nsfwmark_entry_imagealert_text > div > div{
    height: fit-content;
    place-self: center;
    background-color: rgb(0 0 0 / 23%) !important;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.bx-menu-item-notifications-nsfwmark a{
    width: fit-content !important;
    padding-left: 1pt !important;
    padding-right: 2pt !important;
}
.bx-media-phone ul.bx-menu-toolbar li.bx-menu-item-notifications-nsfwmark a span.bx-menu-toolbar-item-title, 
.bx-media-phone #bx-menu-toolbar-2-container ul.bx-menu-toolbar li.bx-menu-item-notifications-nsfwmark a span.bx-menu-toolbar-item-title {
	font-size: small;
	font-weight: bold;
	display: block;
}

.ms_nsfwmark_marked_tag{
    cursor: pointer;
    cursor: hand;
}



.ms_nsfwmark_tiktak_overmessage {
    position: absolute;
    z-index: 9999;
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    pointer-events: none; 
}
.ms_nsfwmark_tiktak_overmessage > div{
    pointer-events: auto;
}

.ms_nsfwmark_tiktak_overmessage .bx-msg-box-container{

    border-radius: 2pt;
    font-size: large;
    padding: 1pt 4pt 1pt 4pt;
    font-weight: lighter;
    display: flex;
    height: fit-content;
    margin: auto;
    place-self: center;
    background-color: rgb(0 0 0 / 23%) !important;
    border: 1px solid #ffffff;
    color: #ffffff;
    width: fit-content;
    margin-top: 150pt;
    cursor: pointer;
    cursor: hand;
}
.ms_nsfwmark_tiktak_overmessage .bx-msg-box-container .bx-msg-box {
    background: unset;
    border: unset;
    color: white;

}

.ms_nsfwmark_hide{
    display:none!important;
}
    
.ms_nsfwmark_locktiktakmobile{
    position: absolute;
    z-index: 999;
    right: 0;
    margin: 10pt;
    border-radius: 11pt;
    height: 30pt;
    width: 30pt;
    padding: 0;
    display: flex;
    place-content: center;
    align-items: center;
}

.ms-tiktak-entity-tiktak-switcher.desktop .ms_nsfwmark_locktiktakmobile{
    top: 0;
}
    


.ms_nsfwmark_locktiktakmobile i.fa,
.ms_nsfwmark_locktiktakmobile, i.fas,
.ms_nsfwmark_locktiktakmobile i.sys-icon {
    font-size: large;
}


