.accordion-item{
	margin-bottom: 1.5rem;
	border-bottom: none !important;
	padding-left: 0;
	padding-right: 0;
}
.accordion-header{
	background: #2323ff;
	border-radius: 5px;
}
.accordion-body{
	padding: 0;
	padding-top: 10px;
}
.accordion-button{
	color: #fff !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
}

.avatar-user{
	width: 140px;
	height: 140px;
	margin: 0 auto;
	display: block;
}

#change-avatar{
	position: relative;
	display: inline-block;
	width: 140px;
	padding: 0;
}
.dataTables_filter > label{
	text-align: left;
}
.dataTables_filter{
	text-align: right;
}
/*
#change-avatar:hover img.avatar-user{
	opacity: .2;
	transition: all .4s;
}

#change-avatar:hover:before{
	content: '';
	transition: all .4s;
	background-image: url(/assets/img/avatar-upload.png);
	position: absolute;
	background-repeat: no-repeat;
	background-size: cover;
	width: 120px;
	height: 120px;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
*/
.info-message.success{
	background: #2ebd59 !important;
}
.info-message.error{
	background: red !important;
}
.info-message{
	display: none;
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	min-width: 280px;
	max-width: 360px;
	padding: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	color: #fff;
	z-index: 9999;
	background: #5e72e4;
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	padding: 7px 10px;
	transition: all .4s;
	-webkit-animation: slide-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
			animation: slide-bottom 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

@-webkit-keyframes slide-bottom {
  0% {
	-webkit-transform: translateY(0) translateX(-50%);
			transform: translateY(0) translateX(-50%);
  }
  100% {
	-webkit-transform: translateY(30px) translateX(-50%);
			transform: translateY(100px) translateX(-50%);
  }
}
@keyframes slide-bottom {
  0% {
	-webkit-transform: translateY(0) translateX(-50%);
			transform: translateY(0) translateX(-50%);
  }
  100% {
	-webkit-transform: translateY(30px) translateX(-50%);
			transform: translateY(30px) translateX(-50%);
  }
}

.parent-find{
	position: relative;
}
.btn-view > svg{
	margin-right: 0 !important;
}
.btn-view{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 37px;
	padding-left: 0px;
	padding-right: 0px;
	border: none;
	padding-top: 8px;
}
table, table th, table td{
	white-space: normal !important;
}
.bi::before, [class^="bi-"]::before, [class*=" bi-"]::before{
	position: relative;
	top: -3px;
}
#finances_all_filter > label{
	text-align: left;
}
#finances_all_filter{
	text-align: right;
}