<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,700');*/

.nav-tabs-simple li {
	margin: 0 20px 0 0;
}

.nav-tabs-simple li a {
	text-transform: inherit;
	text-align: left;
	padding: 12px 0;
	color: var(--main-brand-secondary-color);
	font-family: 'Roboto', sans-serif;
	min-width: inherit;
}

.nav-tabs-simple li a i {
	margin-right: 2px;
}

.nav-tabs-simple li.active a {
	color: var(--main-brand-label-color);
}

.nav-tabs-simple li:after {
	background-color: var(--main-brand-color);
}

.nav-tabs-simple:after {
	z-index: 1;
}

.status-box .nav-tabs-simple li {
	margin: 0 20px 0 0;
}

.status-box textarea.main-updates,
.status-box .main-updates {
	border: none;
	text-transform: inherit;
	font-weight: 300;
	font-family: 'Roboto', sans-serif;
	white-space: pre-wrap;
	padding: 15px 0;
	font-size: 15px;
	min-height: 76px;
	line-height: 1.3;
	/*transition: height .3s ease-out;*/
	overflow: auto !important;
	max-height: 370px;
	margin: 0 !important;
	min-height: 70px
}

.status-box textarea.main-updates:focus,
.status-box .main-updates:focus {
	background-color: white;
}

.status-box .statusAddImg {
	width: 100px;
	height: 100px;
	overflow: hidden;
	border: dotted 1px #ccc;
	margin: 15px;
	position: relative;
	cursor: pointer;
}

.status-box .statusAddImg .upload-img-add,
.status-box .statusAddImg .upload-img-rm {
	font-size: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #c2c4c7;
	transform: translate(-50%, -50%);
}

.status-box .statusAddImg:hover:after {
	color: #1578FC;
}

.status-box .statusAddImg input[type="file"] {
	width: 100px;
	height: 100px;
	opacity: 0;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.status-box .statusAddImg .kr-status-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.status-box .statusAddImg .kr-status-img&gt;img {
	width: 100%;
	height: 100%;
}

.status-box .token-input-list-facebook {
	position: relative;
	height: auto;
	overflow: auto;
	padding-left: 50px;
	width: 100%;
	margin: 0 0 10px;
	min-height: auto;
	display: block;
}

.status-box .token-input-list-facebook:before {
	content: "With";
	position: absolute;
	height: 100%;
	width: 49px;
	background: rgba(24, 117, 187, 0.13);
	padding: 11px 10px;
	left: 0px;
}

.status-box .token-input-list-facebook li.token-input-token-facebook {
	background: #e9ebee;
	border: 1px solid #9cb4d8;
	border-radius: 2px;
	color: #162643;
	cursor: default;
	float: left;
	height: 2.1em;
	margin: 3px 2px;
	padding: 0 10px 0 5px;
	position: relative;
	white-space: nowrap;
}

.status-box .token-input-list-facebook li.token-input-token-facebook p,
.status-box .token-input-list-facebook li.token-input-token-facebook span {
	position: relative;
	top: -2px;
}

.status-box div.token-input-dropdown-facebook {
	width: 444px;
}

.status-box div.token-input-dropdown-facebook .token-input-dropdown-item2-facebook:hover {
	background-color: #1578FC;
}

.status-box div.token-input-dropdown-facebook .token-input-dropdown-item2-facebook&gt;img {
	border-radius: 50px;
}

.status-box .statusControls .btn-tags {
	border-color: var(--main-brand-color);
	border-radius: 6px;
	height: 40px;
	display: flex;
	align-items: center;
	width: auto !important;
	padding-left: 10px;
	padding-right: 15px;
	font-weight: 700;
	justify-content: center;
}

.btn-ress-cl {
	width: 100%;
	margin-top: 1px;
}

.status-box .statusControls .check-compNews {
	margin-left: 0;
	color: #8d9196;
}

.status-box .statusControls .check-compNews input[type=checkbox]:checked+label:before {
	border-width: 6.5px;
}

.status-box .statusControls .check-compNews&gt;label {
	padding-left: 20px !important;
}

.status-box .statusControls .check-compNews&gt;label:before {
	width: 12px;
	height: 12px;
	border-radius: 0px;
	border-color: #8d9196;
	top: 4px;
}

.status-box .statusControls .check-compNews&gt;label:after {
	left: 1.2px;
	top: 1px;
}

.status-box .statusControls .cs-select-custom {
	width: 100%;
	min-width: 220px;
}

.status-box .nav-tabs-simple {
	flex-direction: row;
	flex-wrap: wrap;
	width: 100%;
}

.statusControls .btn-status.btn-width {
	min-width: 80px;
}

.zindx {
	z-index: 999999 !important;
}

.status-box .statusControls .cs-select-custom .cs-skin-border .cs-options ul li span {
	font-size: 12px;
}

.status-box .aq-loader {
	width: 50px;
	margin: 10px auto 30px;
}

div.cs-skin-border {
	background: transparent;
	height: 40px;
	border: solid 1px #e9f2f9;
	background: #f8fbfd;
	border-radius: 6px;
	z-index: 99;
}

.cs-skin-border&gt;span {
	transition: background 0.2s, border-color 0.2s;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	z-index: 1;
}

.cs-skin-border&gt;span::after,
.cs-skin-border .cs-selected span::after {
	font-family: 'fontawesome';
	content: "\f078";
}

.cs-skin-border ul span::after {
	content: '';
	opacity: 0;
}

.cs-skin-border .cs-selected span::after {
	content: "\f00c";
	color: #ddd9c9;
	opacity: 1;
	transition: opacity 0.2s;
}

.cs-skin-border .cs-selected {
	background-color: #e9f2f9;
}

.cs-skin-border .cs-options {
	color: #2980b9;
	opacity: 0;
	transition: opacity 0.2s, visibility 0s 0.2s;
}

.cs-skin-border.cs-active .cs-options {
	opacity: 1;
	transition: opacity 0.2s;
	z-index: 100;
	box-shadow: 0px 3px 4px #c2c4c7;
	min-width: 280px;
}

#sok_select div.cs-skin-border {
	background: transparent;
	height: 40px;
	border: none !important;
	background: #f8fbfd;
	border-radius: 6px;
	z-index: 99;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#sok_select .cs-skin-border&gt;span {
	transition: background 0.2s, border-color 0.2s;
	height: 40px;
	padding: 0px 15px;
	line-height: 20px;
	z-index: 1;
	border: solid 1px #e9f2f9;
	border-radius: 6px;
	line-height: 40px;
}

.nav-tabs-simple {
	display: inline-flex;
	flex-direction: column;
}


.cs-skin-border ul span {
	padding: 0px;
	backface-visibility: hidden;
}

.cs-skin-border li {
	position: relative;
	padding: 3px 3px 10px 45px;
	border: 1px solid #f3f6f8;
	cursor: pointer;
	transition: background-color 0.2s;
}

.cs-skin-border li:hover {
	background-color: #1578FC;
}

.cs-skin-border li:hover:before {
	color: #fff;
}

.cs-skin-border li:hover span,
.cs-skin-border li:hover p {
	color: #fff;
}

.cs-skin-border li span {
	font-family: 'Roboto', sans-serif;
	;
	color: #343b45;
}

.cs-skin-border li p {
	margin: 0;
	padding: 0;
	line-height: 1.3;
	color: #8f9399;
	font-size: 11px;
}

.cs-skin-border [class*="icon-"]:before {
	position: absolute;
	font-family: 'fontawesome';
	top: 13px;
	left: 10px;
	font-size: 18px;
	z-index: 1;
	color: #8d9196;
}

.icon-public-show {
	display: block !important;
}

.cs-skin-border .icon-public:before {
	content: "\f0ac";
}

.cs-skin-border .icon-public-show:before {
	content: "\f0ac";
}

.cs-skin-border .icon-comEmp:before {
	content: "\f2ba";
}

.cs-skin-border .icon-connection:before {
	content: "\f0c0";
}

.cs-skin-border .icon-private:before {
	content: "\f070";
}

.cs-skin-border .icon-connection-new:before {
	content: "\f0c0";
}

.cs-skin-border .icon-comConn:before {
	content: "\f0b1";
}

.cs-skin-border .icon-netGrp:before {
	content: "\f1b3";
}

.cs-skin-border .icon-dealGrp:before {
	content: "\f2b5";
}

.cs-skin-border .icon-net:before {
	content: "\f0e8";
}

.dropdown-mask,
.cs-backdrop {
	display: none !important;
	z-index: 0;
}

.btn-post {
	padding-left: 0px;
	padding-right: 0px;
}

.status-box .nav-tabs-simple li a span span {
	display: none;
}

.status-box .nav-tabs-simple li a {
	/* white-space: pre; */
}

.status-box .nav-tabs-simple li.active a span span {
	display: inline-block;
}

#pca {
	opacity: 0;
}

.pcomp {
	display: none;
}

#dt_status {
	transition: all 1.5s;
}

#attach_content .clearfix {
    display: flex;
}

#attach_content .col-sm-5 {
    padding: 0;
}

#attach_content .col-sm-5#plimg .dynmcftch {
    height: 200px;
}

#attach_content .col-sm-5#plimg .dynmcftch img.a-qFtchSize {
	height: 100%;
    width: 100% !important;
}


@media (max-width: 991px) {
	.status-box .statusControls .btn-tags {
		border-color: #1578FC;
		border-radius: 6px;
		height: 40px;
		align-items: center;
		width: auto !important;
		text-align: center;
		display: block;
		line-height: 38px;
		padding: 0 15px;
	}
}

@media (max-width: 767px) {
	.status-box .nav-tabs-simple li a {
		min-height: 62px;
	}

	.status-box .nav-tabs-simple li {
		max-width: 25%;
	}

	.status-box .statusControls .check-compNews input[type="checkbox"]:checked+label::before {
		border-width: 7.5px;
	}

	.status-box .statusControls .btn-tags {
		border-color: #1578FC;
		border-radius: 6px;
		height: 40px;
		display: inherit !important;
		/* align-items: center; */
		width: 100% !important;
		padding-left: 10px;
		padding-right: 15px;
		text-align: center;
		float: left;
		line-height: 38px;
		padding: 0 15px;
	}

	.cs-skin-border.cs-active .cs-options {
		min-width: 258px;
	}

	.nav-tabs-simple li a i {
		margin-right: 0px;
	}

	.status-box .statusControls .cs-select-custom {
		min-width: 188px;
	}
}

@media (max-width: 575px) {
	.status-box .nav-tabs-simple li {
		max-width: initial;
	}

	.status-box .nav-tabs-simple li a {
		min-height: auto;
	}
}</pre></body></html>