@font-face {
	font-family: 'FiraGO';
	src: url('/assets/fonts/FiraGO-Regular.eot');
	src: local('ÃƒÂ¢Ã‹Å“Ã‚Âº'), url('/assets/fonts/FiraGO-Regular.woff') format('woff'), url('/assets/fonts/FiraGO-Regular.ttf') format('truetype'), url('/assets/fonts/FiraGO-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
  font-family: 'FiraGO';
	background: #f5f5f5;
	overflow-y: scroll;
	overflow-x: hidden;
}
.bghs {
	min-height: 100vh;
	display: flex;
	align-items: center;
	background: url(/assets/img/login.jpg);
	background-size: cover;
	background-position: center;
}
h1, h2, h3, h4, h5, h6 {
  font-feature-settings: 'case' on;
}
li {
  list-style: none;
}
.sidebar {
  width: 270px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  color: #8a98ac;
  width: 270px;
  z-index: 99;
  background: #fff !important;
  -webkit-box-shadow: 0 8px 24px rgb(229 228 230 / 40%);
  box-shadow: 0 8px 24px rgb(229 228 230 / 40%);
  -webkit-transition: left 0.2s ease, width 0.2s ease;
  -o-transition: left 0.2s ease, width 0.2s ease;
  transition: left 0.2s ease, width 0.2s ease;
  border-right: 1px solid #eaedf1;
}
.content {
  width: calc(100% - 270px);
  margin-left: 270px;
	min-height: 100vh;
}
header {
  width: 100%;
  display: flex;
  z-index: 999 !important;
  border-bottom: 1px solid #eaedf1;
  background: #ffffff;
  transition: padding-left 0.3s ease;
  min-height: 75px;
}
.logo {
  height: 75px;
  border-bottom: 1px solid #eaedf1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.side-menu h3 {
  color: #76839a;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-size: 11px;
  margin-bottom: 0.5rem;
  margin-top: 1rem !important;
  font-weight: 500;
  padding: 5px 30px 5px;
  opacity: .7;
}
.side-menu {
  margin-bottom: 0;
  padding: 0 15px 0 0px;
  width: 100%;
}
.side-menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 30px;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  -o-transition: border-left-color 0.3s ease, background-color 0.3s ease;
  transition: border-left-color 0.3s ease, background-color 0.3s ease;
  color: #495584;
  border-radius: 0 60px 60px 0;
  text-decoration: none;
}

.mini-sdb {
  padding: 0;
  width: 50px;
  min-width: 50px;
  background: #093251;
  height: 100%;
}
.mini-sdb li a {
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 23px;
}
aside {
  height: 100%;
}
.side-menu li .side-menu__label {
  margin-left: 10px;
}
.side-menu li .lnr {
  font-size: 20px;
}
.logout {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
}
.daters {
  position: absolute;
  top: 0;
  font-size: 11px;
  margin-top: -5px;
  color: #001fff;
  font-weight: bold;
}
.h-maximize {
  height: 780px;
  overflow-y: scroll;
}
.h-maximize::-webkit-scrollbar {
  width: 3px;
}
.h-maximize::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.h-maximize::-webkit-scrollbar-thumb {
  background: #888;
}
.h-maximize::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.section-title {
  font-weight: bold;
  padding-left: 70px;
  font-size: 29px;
  position: relative;
}
.section-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  background: #ffc740;
  height: 10px;
  border-radius: 30px;
  margin-top: 10px;
}
.section-title::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  background: #0c2849;
  height: 10px;
  border-radius: 30px;
  margin-top: 10px;
  margin-left: 15px;
}
.fl-stat-box {
  background: #fff;
  box-shadow: 3px 3px 10px rgb(221 221 221 / 70%);
  padding: 20px 30px;
  border-radius: 15px;
  border: 1px solid rgb(221 221 221 / 21%);
}
.fl-stat-box h4 {
  font-size: 17px;
  text-align: center;
}
.num-stat {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color: #ff0000;
}

.tasklist {
	display: flex;
	align-items: center;
	justify-content: space-between;
  border: 1px solid #e2e2e2;
  border-left: 5px solid #0c2849;
	position: relative;
}

.taskcolumn {
	padding: 12px;
	min-width: 130px;
	text-align: center;
	position: relative;
}
.task-colaborate {
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 280px;
}

.section-title {
	margin-top: 30px;
}
.task-title {
	width: 100%;
	text-align: left;
}
.task-status {
	cursor: pointer;
}
.status-list {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	margin-top: 64px;
	background: #fff;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
	z-index: 1;
}
.status-list span {
	display: block;
  padding: 7px;
	cursor: pointer;
	font-size: 14px;
}
.status-list.active {
	visibility: visible;
	opacity: 1;
	margin-top: 48px;
	transition-duration: 0.3s;
}
.add-new-item {
	position: relative;
}
.add-new-item input {
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-left: 5px solid #0c2849;
  width: 100%;
  height: 55px;
  outline: none !important;
	padding: 10px;
}
.add-task, .add-task-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 37px;
	background: #0c2849;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 35px;
	color: #fff;
	margin-top: 8px;
	margin-right: 8px;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
}
.add-task.active, .add-task-sub.active {
	animation: bounce 0.3s linear;
	visibility: visible;
	opacity: 1;
}
@keyframes bounce {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1);
	}
}
.colaborant {
	display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  background: #ffc740;
  border-radius: 30px;
  margin-left: -10px;
  border: 3px solid #fff;
	cursor: pointer;
	color: #0c2849;
	font-feature-settings: 'case' on;
}
.colaborant-all {
	color: #fff;
	background: #0c2849;
}
.colaborant .lnr::before {
	font-weight: bold;
}
.colaborant-add {
	font-size: 30px;
}
.attached {
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 15px;
	margin-right: 10px;
	transform: rotate(45deg);
	cursor: pointer;
}
.comment {
	font-size: 24px;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 12px;
	margin-right: 45px;
	cursor: pointer;
}
.task-date {
	padding: 3px 10px;
	min-width: 170px;
}
.noinp {
	border: 0 !important;
	box-shadow: none !important;
}
.task-date input {
	font-size: 13px;
	padding: 0;
	cursor: pointer;
}
.txt-container {
	font-size: 14px;
}
.colaborant-list {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
	margin-top: 64px;
	background: #fff;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition-duration: 0.3s;
	z-index: 9;
	padding: 7px 0;
}
.colaborant-list span {
	display: block;
  padding: 7px;
	cursor: pointer;
	font-size: 14px;
}
.colaborant-list.active {
	visibility: visible;
	opacity: 1;
	margin-top: 48px;
	transition-duration: 0.3s;
}
.col-list {
	padding: 1px 5px;
	font-size: 13px;
}
.popup, .asignment-colab-pop {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(12 40 73 / 60%);
  backdrop-filter: blur(5px);
  z-index: 99;
	display: none;
}
.fix-outer-box {
	height: calc(100% - 165px);
  overflow-y: scroll;
  margin-bottom: 25px;
}
.colaborant-popup > .colaborant-list-cut {
  overflow-y: auto;
	max-height: calc(100vh - 240px);
}
.colaborant-list-cut {
	padding: 0;
}
.colaborant-list-cut li {
	padding: 5px 0;
	cursor: pointer;
	position: relative;
}
.live-search-box {
	height: 50px;
  margin: 20px 0;
}
.colaborant-list-cut::-webkit-scrollbar {
  width: 5px;
}

.colaborant-list-cut::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.colaborant-list-cut::-webkit-scrollbar-thumb {
  background: #888;
}

.colaborant-list-cut::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.innerprp h4 {
	font-size: 18px;
	font-weight: bold;
	position: relative;
}
.custom-btn {
	border-radius: 15px;
	padding: 5px 20px;
}
.custom-btn.btn-success {
	background: rgb(21 115 71 / 20%);
  color: #157347;
}
.custom-btn.btn-danger {
	color: #dc3545;
	background-color: rgb(220 53 69 / 20%);
}
.hideinput {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	pointer-events: none;
}
.colaborant-list-cut li label {
	position: relative;
	padding-left:35px;
	cursor: pointer;
}
.colaborant-list-cut li label::before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  border: 1px solid #ccc;
  background: #fff;
}
.colaborant-list-cut li label::after {
	content: '\2713';
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 6px;
  color: #047540;
	display: none;
}
.hideinput:checked + label::after {
	display: block;
}

.innerprp {
	background: #fff;
  width: 100%;
	padding: 20px 10px;
}
.attached-container {
	padding: 0;
  height: calc(100% - 200px);
  overflow-y: auto;
	overflow-x: hidden;
}
.comment-container {
	padding: 0;
  height: calc(100% - 68px);
  overflow-y: auto;
}
.uploadfile {
	width: 100%;
	height: 86px;
	background: #0c2849;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	margin: 16px 0;
	color: #ffc740;
	border-radius: 0.25rem;
}
.attached-file-ls {
	width: 100%;
	display: block;
	background: #fff;
	margin-bottom: 10px;
	padding: 10px;
	color: #0c2849 !important;
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #eee;
	border-radius: 5px;
}
.attached-file-ls .lnr {
	font-size: 20px;
	vertical-align: middle;
}
.dts {
	resize: none;
	height: 400px;
}
.archive-blocks a {
	display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-left: 5px solid #0c2849;
  margin-bottom: 10px;
  color: #333;
  text-decoration: none;
  padding: 0 0 0 10px;
  border-right: 5px solid rgb(106 180 255 / 47%);
}
.onarchivedate {
	width: 185px;
  position: absolute;
  padding: 10px 20px 10px 45px;
  background: #0c2849;
  color: #fff;
  left: 0;
  top: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

.filter-box {
	background: #fff;
  box-shadow: 5px 5px 8px 0 #ddd;
  padding: 20px 20px 0 20px;
  position: relative;
  border-bottom: 2px solid #0c2849;
}
.filter-box::before {
	content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20%;
  height: 2px;
  background: #0c2849;
  margin-bottom: -2px;
}
.filter-box::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20%;
	height: 2px;
  background: #0c2849;
  margin-bottom: -2px;
}
.addtable {
	cursor: pointer;
}

.my-cs-btn {
	width: 100%;
  background: #0c2849 !important;
	border: 0;
}
.side-menu li {
	position: relative;
}
.side-menu.h-maximize li span.lnr {
	position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  color: #004182;
	z-index: 1;
	cursor: pointer;
}
.manipul-in {
	display: none;
}
.accordion-item {
	margin-bottom: 10px;
}
.accordion-header {
	border-left: 5px solid #0c2849;
	overflow: hidden;
}
.padder {
	padding: 30px;
}
.accordion-button {
	padding: 0.5rem 1.25rem;
	padding-left: 420px;
	min-height: 54px;
}
.accordion-button:not(.collapsed) {
	background: inherit;
	outline: none !important;
	box-shadow: none !important;
}
.noinp {
	background: none;
}
.actions {
	background: #fff;
  height: 100%;
  padding: 16px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.del-sub-action {
	cursor: pointer;
}
.ops-ttl {
	background: #fff;
	width: calc(100% - 110px);
	box-shadow: none !important;
}
.ops-ttl:read-only {
	border: 0;
  background: none;
  outline: none !important;
  box-shadow: none !important;
}
.task-title {
	padding: 5px 12px;
}
.helpcenter {
	position: absolute !important;
	bottom: 0;
}
.main-action {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	font-size: 1rem;
}
.main-action span {
	cursor: pointer;
}
.custom-button {
	background: #ffc740 !important;
  color: #0c2849 !important;
  width: 100%;
  height: 100%;
  border-color: #ffc740 !important;
	box-shadow: none !important;
	font-weight: bold;
	letter-spacing: 1px;
}
.mmn-ttl:read-only {
	border: 0;
	background: none;
	outline: none !important;
	box-shadow: none !important;
}
.mmn-ttl {
	background: #fff;
  width: calc(100% - 80px);
  box-shadow: none !important;
	cursor: pointer;
}
.form-control:focus {
	border-color: #e0e0e0;
}
.goarchive {
	background: #0c2849;
	color: #fff;
	padding: 10px 20px;
	margin-left: auto;
	margin-right: 0;
	width: fit-content;
	height: fit-content;
	display: flex;
	margin-top: 25px;
	position: relative;
	border: 5px solid #ffc740;
	border-top: 0;
	border-bottom: 0;
}
/* .goarchive::after {
	content: '\2713';
  position: relative;
  color: #ffc740;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  margin-left: 20px;
} */
.loader-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
	background: rgb(0 0 0 / 20%);
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: blur(5px);
	display: none;
}

.lds-default {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-default div {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  animation: lds-default 1.2s linear infinite;
}
.lds-default div:nth-child(1) {
  animation-delay: 0s;
  top: 37px;
  left: 66px;
}
.lds-default div:nth-child(2) {
  animation-delay: -0.1s;
  top: 22px;
  left: 62px;
}
.lds-default div:nth-child(3) {
  animation-delay: -0.2s;
  top: 11px;
  left: 52px;
}
.lds-default div:nth-child(4) {
  animation-delay: -0.3s;
  top: 7px;
  left: 37px;
}
.lds-default div:nth-child(5) {
  animation-delay: -0.4s;
  top: 11px;
  left: 22px;
}
.lds-default div:nth-child(6) {
  animation-delay: -0.5s;
  top: 22px;
  left: 11px;
}
.lds-default div:nth-child(7) {
  animation-delay: -0.6s;
  top: 37px;
  left: 7px;
}
.lds-default div:nth-child(8) {
  animation-delay: -0.7s;
  top: 52px;
  left: 11px;
}
.lds-default div:nth-child(9) {
  animation-delay: -0.8s;
  top: 62px;
  left: 22px;
}
.lds-default div:nth-child(10) {
  animation-delay: -0.9s;
  top: 66px;
  left: 37px;
}
.lds-default div:nth-child(11) {
  animation-delay: -1s;
  top: 62px;
  left: 52px;
}
.lds-default div:nth-child(12) {
  animation-delay: -1.1s;
  top: 52px;
  left: 62px;
}
@keyframes lds-default {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
.sub_s__title {
	margin: 10px 30px 10px 85px;
	font-size: 15px;
	font-weight: bold;
	color: #0a3251;
	position: relative;
}
.sub_s__title::before {
	content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 1px;
  background: #ffc740;
  border-radius: 0;
  margin-left: -50px;
  margin-top: 8px;
	animation: changecolor 6s infinite;
}
.sub_s__title::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 1px;
	background: #0c2849;
	border-radius: 0;
	margin-left: -35px;
	margin-top: 8px;
	animation: changecolor2 6s infinite;
}
/* @keyframes changecolor {
	25% {background: #0c2849;}
	50% {background: #0c2849;}
	75% {background: #000;}
	100% {background: #000;}
}
@-webkit-keyframes changecolor {
	25% {background: #0c2849;}
	50% {background: #0c2849;}
	75% {background: #000;}
	100% {background: #000;}
}
@keyframes changecolor2 {
	25% {background: #000;}
	50% {background: #000;}
	75% {background: #0c2849;}
	100% {background: #0c2849;}
}
@-webkit-keyframes changecolor2 {
	25% {background: #000;}
	50% {background: #000;}
	75% {background: #0c2849;}
	100% {background: #0c2849;}
} */
.fullscreen .sidebar {
	display: none;
}
.fullscreen .content {
	margin-left: 0;
	width: 90%;
	margin-left: 5%;
}
.fullscreen .container {
	max-width: 100%;
}
.fullscreen .inner-popup {
	max-width: fit-content;
}
.file-form {
	height: 100%;
}

@media only screen and (max-width: 768px) {
	.sidebar {
		width: 100%;
		height: 50px;
		top: auto;
	}
	.content {
		width: 100%;
		margin-left: 0;
	}
}
.bghs .card-header {
	background: #fff;
	border: 0;
}
.bghs .card {
	box-shadow: 5px 5px 30px 0 #cbcbcb;
	border-radius: 12px;
	overflow: hidden;
}
.minimize-nav {
	position: absolute;
	top: 50%;
	right: 0;
	background: #fff;
	width: 40px;
	height: 50px;
	margin-top: -25px;
	margin-right: -20px;
	border-radius: 50%;
	border-right: 1px solid #ddd;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-right: 4px;
}
.minimize-nav::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 100%;
	background: #fff;
}
.minimize-nav .lnr {
	position: relative;
  z-index: 1;
}
.minimize-nav .lnr.rotated {
	transform: rotate(180deg);
}
.arch-ttl {
	display: flex;
	align-items: center;
	height: 36px;
}
.archive-container {
	height: calc(100% - 68px);
}
.hidden-input {
	opacity: 0;
	position: absolute;
	pointer-events: none;
}
.hidden-input:checked + label {
	background: #0d6efd;
	color: #fff;
}
.choose-all-colab {
	position: absolute;
	top: 0;
	left: 0;
	height: 46px;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffc740;
	padding: 0 15px;
	color: #fff;
	cursor: pointer;
	margin-left: 180px;
	z-index: 9;
	border-radius: 50%;
	font-size: 15px;
	margin-top: 4px;
	transition-duration: 0.3s;
}
.choose-all-colab span {
	background: #ffc740;
	padding: 0 15px;
	color: #fff;
	border-radius: 50%;
	font-size: 15px;
	width: 46px;
	height: 46px;
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	transition-duration: 0.2s;
}
.choose-all-colab::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: 2px solid #fff;
	z-index: 11;
	margin-top: 1px;
	margin-left: 1px;
	opacity: 0;
	transition-duration: 0.3s;
}
.choose-all-colab:hover::before {
	opacity: 1;
	transition-duration: 0.3s;
}
.choose-all-colab::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
	margin-top: -7px;
	margin-left: -7px;
}
.inner-popup {
	height: 100%;
	background: #fff;
}
.comments-container {
	display: inherit;
}
.alm-list:first-child {
	display: none;
}
.alm-list {
	border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 2px dashed #0c2849;
  width: 100%;
  box-shadow: 3px 3px 10px 0 #c7c7c7;
}
.alm-list .text {
	display: block;
	width: 100%;
}
.alm-list .author, .alm-list .date {
	font-size: 12px;
}
.alm-list .author::after {
	content: '●';
  margin-left: 5px;
  font-size: 6px;
  vertical-align: middle;
}

.colaborant-asignment-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	max-width: 500px;
	height: 100%;
}
.manipul-height {
	min-height: calc(100vh - 55px);
	position: relative;
}
.manipul-height::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 100%;
	background: #eee;
	margin-left: -13px;
}
.smallcolab {
	min-width: 170px;
  font-size: 12px;
  font-feature-settings: 'case' off;
	padding: 0 15px;
}
.colaborant-name {
	width: 185px;
	position: absolute;
	padding: 10px 5px 10px 5px;
	background: #0c2849;
	color: #fff;
	left: 0;
	top: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 13px;
	margin-left: 221px;
	z-index: 5;
	font-feature-settings: 'case' off;
	cursor: pointer;
}

.attached-file-prevew {
	font-size: 12px;
	background: #ffc740;
	margin-top: -19px;
	border-radius: 0 0 0.25rem 0.25rem;
	color: #000;
	text-align: center;
	font-weight: normal;
	padding: 2px;
	display: none;
	margin-bottom: 16px;
}
.colaborant-name img {
	position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 0;
  margin-right: 5px;
}
.clbr-sp {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 17px;
	padding-right: 20px;
}
.nowrap {
	white-space: nowrap;
}
.showmorefilter {
	width: 35px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 10px;
	cursor: pointer;
}
.manipulateShow {
	display: none;
}
.change-detection {
	position: relative;
}
.change-detection::after {
	content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background: #ff0000;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-top: -4px;
  margin-right: -4px;
	animation: flip 2s infinite
}
.accordion-header.change-detection::after {
	top: 0;
	width: 8px;
	margin-top: 4px;
	margin-right: 4px;
}
@keyframes flip {
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
-webkit-@keyframes flip {
	33% {
		opacity: 1;
	}
	66% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.tooltip-inner {
	max-width: 300px !important;
}
.authorTsk {
	font-size: 22px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 14px;
  margin-right: 85px;
  cursor: pointer;
}
.bordered-bottom {
	background: #f3f3f3;
  border: 1px solid #efefef;
  border-radius: 5px;
}

.accordion-hd {
	border-radius: 5px;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #d1d1d1;
  width: 100%;
}
.accordion-hd .text {
	display: block;
	width: 100%;
}
.accordion-hd .author, .accordion-hd .date {
	font-size: 12px;
}
.accordion-hd .author::after {
	content: '●';
  margin-left: 5px;
  font-size: 6px;
  vertical-align: middle;
}

.accordion-cnt {
	display: none;
}
.accordion-button:hover {
	z-index: 0 !important;
}
