.btn-primary{
	background-color:#556ee6;
	border-color:#556ee6;
	color:#fff;
}
.btn-primary:hover{
	background-color:#485ec4;
	border-color:#485ec4;
	color:#fff;
}
.bg-primary-subtle {
  background-color: rgba(85, 110, 230, 0.25) !important;
}
body[data-sidebar="dark"] .navbar-brand-box {
	border-bottom:1px solid #fff;
}
.breadcrumb-item+.breadcrumb-item::before{
	float:left;padding-right:var(--bs-breadcrumb-item-padding-x);
	color:var(--bs-breadcrumb-divider-color);
	content:var(--bs-breadcrumb-divider, "/")
}
.vertical-collpsed .navbar-brand-box{
	width: 70px !important;
	padding: 0;
}
.light{
	width:80%;
	height:auto;
}
.bg-yellow{
	background-color:#fff112;
}
.card .card-header{
	background-color:#fff;
	border-bottom:1px solid #ddd;
}
.card .card-header .card-title{
	margin-bottom:0px;
}
.btn-dark{
	background:#000;
}
.btn-dark:hover{
	background:#556ee6;
	color:#fff;
	border:1px solid #556ee6;
}
#example thead tr{
	border-bottom-width:3px;
}
#example thead tr th:first-child{
	width:8% !important;
}
#example thead tr th:last-child{
	width:8% !important;
}
.btn-outline-dark{
	border-color:#000;
}
.btn-outline-dark:hover{
	border-color:#000;
	background-color:#000;
}
.active > .page-link, .page-link.active{
	background-color:#000;
	border-color:#c7c7c7;
}
.page-item .page-link{
	border-color:#c7c7c7;
}
.page-link:focus{
	box-shadow:none;
}
.vertical-menu{
	overflow-y:auto;
	scrollbar-width: thin;
	scrollbar-color:  rgba(111, 133, 147, 0.1) #fff0;
}
#example thead tr th.image{
	width:10% !important;
}
#example tbody tr td img{
	width:80px !important;
	height:80px !important;
}
.car-list #example tbody tr td img.image{
	width:50px !important;
	height:50px;
}
.car-list #example thead tr th.image{
	width:10% !important;
}
.ads-list #example tbody tr td img{
	height:60px !important;
}
.property #example tbody tr td img{
	height:50px !important;
	width:50px !important;
}
.property #example thead tr th:last-child{
	width:10% !important;
}
.ck.ck-editor__main > .ck-editor__editable:not(.ck-focused){
	min-height:150px;
}
.ck.ck-editor__main > .ck-editor__editable {
	min-height: 150px;
  }
  .badge
  {
	--bs-badge-font-size: 95%;
	line-height: 2;
  }
  .btn-sm
  {
	--bs-btn-padding-y: 0.40rem;
  --bs-btn-padding-x: 0.70rem;
  --bs-btn-font-size: 15px;
  }
  .btn-primary {
  background-color: #18c0db;
  border-color: #18c0db;
  color: #fff;
}
.btn-primary:hover {
  background-color: #0f7685;
  border-color: #0f7685;
  color: #fff;
}