label.error{
	color: red;
}
body .form-control:disabled, 
body .form-select:disabled{
	background-color: #e9ecef;
}
.login-wrapper .login-img img {
	object-fit: cover;
}

.login-user-info .card-body p.card-text {
	font-size: 0.688rem;
}
.login-user-info .card-subtitle.form-check {
	display: flex;
    align-items: baseline;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 0.5rem;
}
.login-user-info .card-subtitle.form-check .form-check-input {
	top: 4px;
    position: relative;
}
.chat .slimscroll {
	overflow: visible !important;
}
.chat-body {
	height: 90%;
}
.chat-body .messages {
	padding-right: 1.5rem;
}
/*
.chat .slimScrollDiv {
	height: 93% !important;
	padding-right: 24px !important;
}*/

.table tbody tr td .contacts-action .action-drops .dropdown-toggle {
	font-size: 12px;
	line-height: 1;
}
.table tbody tr td .contacts-action .action-drops .dropdown-toggle span {
	padding: 4px 8px;
}
.table tbody tr td .contacts-action .action-drops .dropdown-toggle span span {
	padding: 0;
}

.top-nav-search ul li.px-2 {
	padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
}
.top-nav-search ul li.px-2 a {
	font-size: 15px;
    line-height: 26px;
    color: #262A2A;
    font-weight: 500;
}
.header .header-user .user-menu > li:first-child {
	margin-left: auto;
}

.add-property .files:before {
	left: -32% !important;
	top: 36% !important;
}

/*.add-property .files input:before {
	margin-right: 0 !important;
}*/

.listofphotos {
	position: relative;
	width: auto !important;
}

.listofphotos .btn-close {
	width: 23px;
    height: 23px;
    background: #45DFA3;
    position: absolute;
    right: -5px;
    top: -8px;
    opacity: 1;
    border-radius: 50%;
} 
.listofphotos .btn-close:hover {
	opacity: 0.9;
}
.listofphotos .btn-close:after {
	content: 'x';
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
}
.listofphotos .image-popup-desc img {
	width: 124px !important;
	height: 132px !important;
	border-radius: 6px;
}
.add-property .files input {
	padding: 2% 0px 4% 37.5% !important;
}

.dataTables_filter {
	margin-bottom: 1.5rem;
}
div.dataTables_wrapper div.dataTables_filter input.form-control {
	width: 100%;
}
.dataTables_filter label {
	width: 100%;
	max-width: 50%;
    margin-right: 6px;
}
.member-details ul li span {
	word-break: break-all;
}
.sidebar .user-list li .users-list-body .last-chat-time .new-message-count {
	width: 20px;
	height: 20px;
}
.custom-p-eq-horz{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5rem;
}

.near-text {
    font-size: 11px;
    margin-bottom: 9px;
    line-height: 13px;
    color: #515151;
}
.near-text-li {
    font-size: 11px;
    white-space: nowrap;
}

.icon-circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #0ec6d5;
    border-radius: 50%; 
    text-align: center;
    line-height: 11px;
    color: #fff;
    margin-bottom: -1px;
}

.icon-circle::before {
    content: ''; /* Add content for icons if necessary */
    display: inline-block;
    width: 12px; /* Adjust size as needed */
    height: 12px; /* Adjust size as needed */
    background: url(../img/Vector.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(1);
    background-size: 70%;
    margin-top: 2px;
}
.c-listing-properties {
	height: 100%;
}
.c-listing-properties .card-body a + p {
	display: none;
}