/* ================= SIDEBAR ================= */
.agent-sidebar {
	background: #1f1f5a;
	border-radius: 25px;
	color: #fff;
}

/* ================= PROFILE ================= */
.sidebar-profile {
	padding: 50px 0px 10px 0px;
}

.profile-img {
	width: 150px;
	height: 150px;
	margin: auto;
	position: relative;
}

.profile-img img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
}

/* EDIT ICON */
.edit-badge {
	position: absolute;
	top: 15px;
	right: 5px;
	background: red;
	color: #fff;
	padding: 6px;
	border-radius: 50%;
	cursor: pointer;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* TEXT */
.sidebar-profile h5 {
	margin: 10px 0 5px;
	font-size: 23px;
	font-weight: 800;
}

.sidebar-profile p {
	font-size: 14px;
	opacity: 0.7;
}

/* ================= MENU ================= */
.sidebar-menu {
	list-style: none;
	padding: 0;
}

.sidebar-menu a {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 22px 25px;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	font-size: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-family: "inter_28pt-medium";
}

.border-none-last {
	border-bottom: none !important;
}

/* ICON */
.sidebar-menu i {
	width: 20px;
}

li.logout {
	padding: 9px 0;
}

/* HOVER */
.sidebar-menu a:hover {
	background: rgba(255, 255, 255, 0.1);
}

/* ACTIVE (RED) */
.sidebar-menu a.active {
	background: #ff1e2d;
}

/* LOGOUT */
.sidebar-menu .logout a {
	border: 1px solid rgba(255, 255, 255, 0.3);
	justify-content: center;
	margin-top: 10px;
	margin: 16px 30px;
}

.my-profile-wrapper {
	padding: 40px;
	background: #f7f7f4;
	border-radius: 20px;
}

.icon-box {
	width: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 55px;
	border-radius: 10px !important;
}

.card-wrapper {
	border-radius: 14px;
}

/* upload css */
.custom-input {
	height: 48px;
	border-radius: 8px;
	border: 1px solid #ddd;
	font-size: 15px;
	padding: 10px 15px;
	box-shadow: none !important;
	color: #1a222b !important;
	font-family: "outfit-regular";
}

.custom-input::placeholder {
	color: #1a222b !important;
	font-family: "outfit-regular";
	font-size: 15px;
}

.textarea-box {
	height: 130px !important;
	resize: none;
}

.upload-box {
	width: 100%;
	min-height: 110px;
	border: 2px dashed #d4d4d4;
	border-radius: 12px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	text-align: center;
	transition: 0.3s;
}

.upload-box:hover {
	border-color: #dc3545;
	background: #fff5f5;
}

.upload-box i {
	font-size: 20px;
	color: #777;
}

.upload-box h6 {
	font-size: 14px;
	color: #333;
}

.upload-box small {
	color: #999;
}

.preview-area {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.preview-area img {
	width: 90px;
	height: 90px;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid #ddd;
}

.preview-area video {
	width: 180px;
	border-radius: 10px;
}

select.form-select.custom-input {
	padding: 12px;
	border-radius: 10px;
}

/* query css */
/* Card Wrapper */
.query-card-custom {
	background: #f5f5f5;
	padding: 15px;
	border-radius: 15px;
	gap: 15px;
}

/* Image Box */
.query-img-box {
	width: 200px;
	height: 170px;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
}

.query-img-box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* No Image (Red Box) */
.query-img-box.no-image {
	background: #ef3b2d;
}

/* Reply Button */
.reply-btn-custom {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 25px;
	padding: 8px 0;
	font-size: 14px;
	transition: 0.3s;
}

.reply-btn-custom:hover {
	background: #333;
}

/* Content */
.query-content {
	padding-left: 10px;
}

/* Title */
.query-title {
	color: #052a4e;
	font-family: "outfit-medium";
	font-size: 19px;
}

/* Date */
.query-date {
	background: #e9e9e9;
	padding: 5px 10px;
	border-radius: 8px;
	font-size: 12px;
	color: #777;
}

/* Meta */
.query-meta {
	font-size: 14px;
	color: #052a4e;
	font-family: "inter_28pt-regular";
}

/* Message Box */
.query-message {
	background: #f7f7f4;
	padding: 10px 15px;
	border-radius: 10px;
	font-size: 17px;
	color: #052a4e;
	font-family: "inter_28pt-regular";
}

/* plan css */
/* Plan Card */
.plan-card-custom {
	background: #f3f3f3;
	padding: 25px 30px;
	border-radius: 20px;
	gap: 20px;
}

/* Labels */
.plan-label {
	font-size: 14px;
	color: #8a8a8a;
}

/* Title */
.plan-title {
	font-weight: 600;
	color: #2c3e50;
}

/* Price */
.plan-price {
	font-weight: 700;
	color: #1f2d3d;
}

.plan-price span {
	font-size: 13px;
	font-weight: 400;
	color: #777;
}

/* Features */
.plan-features li {
	font-size: 14px;
	margin-bottom: 6px;
	color: #2c3e50;
}

/* Button */
.change-plan-btn {
	background: #1f3b5c;
	color: #fff;
	border: none;
	padding: 10px 25px;
	border-radius: 10px;
	font-size: 14px;
	transition: 0.3s;
}

.change-plan-btn:hover {
	background: #162c45;
}

/* eye css */

.password-wrapper {
	position: relative;
}

.password-wrapper input {
	padding-right: 45px;
	height: 52px;
}

.toggle-password {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	cursor: pointer;
	color: #666;
	font-size: 18px;
	z-index: 10;
}

.toggle-password:hover {
	color: #000;
}

.query-message1 {
	font-size: 17px;
	color: #052a4e;
	font-family: "inter-italic";
}
.wrapper-icon-bg {
    background: #E2E2E3;
    padding: 6px;
    border-radius: 4px;
    font-size: 12px;
}
.query-date1 {
	font-size: 12px;
	color: #777;
	font-family: "inter_28pt-regular";
}

.query-date-danger {
	font-size: 12px;
	color: #dc3545;
	font-family: "inter_28pt-regular";
	background-color: #fac6c3;
	padding: 5px 10px;
	border-radius: 8px;
}



/* Modal Background */
.custom-modalwrappersubcription .modal-content{
    border: none;
    border-radius: 20px;
    overflow: hidden;
}

/* Main Box */
.custom-modalwrappersubcription  .cancel-modal-box{
    box-shadow: 0 15px 45px rgba(0,0,0,0.15);
}

/* Icon */
.custom-modalwrappersubcription  .cancel-icon{
    width: 85px;
    height: 85px;
    margin: auto;
    border-radius: 50%;
    background: #ffe8e8;
    color: #ff3b3b;
    font-size: 34px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Heading */
.custom-modalwrappersubcription  .cancel-modal-box h3{
    font-size: 30px;
    font-weight: 700;
}

/* Text */
.custom-modalwrappersubcription  .cancel-modal-box p{
    font-size: 16px;
    line-height: 28px;
}

/* Buttons */
.custom-modalwrappersubcription  .keep-btn{
    background: #f1f1f1;
    color: #111;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
}

.custom-modalwrappersubcription  .keep-btn:hover{
    background: #ddd;
}

.custom-modalwrappersubcription  .cancel-btn{
    background: #ff3b3b;
    color: #fff;
    padding: 12px 28px;
    border-radius: 10px;
    font-weight: 600;
}

.custom-modalwrappersubcription  .cancel-btn:hover{
    background: #d92d2d;
    color: #fff;
}

.custom-modalwrappersubcription  .modal-header {
    border: none !important;
    position: absolute;
    right: 0;
    top: 0;
}

/* Modal Box */
.logout-modal-box{
    border: none;
    border-radius: 22px;

    box-shadow: 0 25px 60px rgba(0,0,0,0.14);
}

/* Icon Circle */
.logout-icon-box{
    width: 95px;
    height: 95px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg,#ffe8d9,#fff2ea);
    color: #ff6b00;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Heading */
.logout-modal-box h3{
    font-size: 30px;
    font-weight: 700;
}

/* Paragraph */
.logout-modal-box p{
    font-size: 15px;
    line-height: 27px;
    max-width: 420px;
    margin: auto;
}

/* Buttons */
.stay-btn{
    min-width: 170px;
    background: #f2f2f2;
    color: #111;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 600;
    border: none;
}

.stay-btn:hover{
    background: #dfdfdf;
}

.logout-confirm-btn{
    min-width: 170px;
    background: linear-gradient(135deg,#ff0800,#ff1100);
    color: #fff;
    padding: 13px 22px;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
}

.logout-confirm-btn:hover{
    color: #000;
    transform: translateY(-2px);
}

.logout-icon-box {
    position: absolute;
    top: -41px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 43%;
    background: red;
    color: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 35px;
}

/* --------------- */



.listed-detail-wrapper .info-box{
    text-align:center;
    padding:12px;
    border-radius:12px;
    background:#f7f7f7;
    font-size:14px;
}

.listed-detail-wrapper .info-box i{
    font-size:18px;
    margin-bottom:5px;
    color:#333;
}

.listed-detail-wrapper .amenity-badge{
    background:#eef6ff;
    padding:8px 14px;
    border-radius:20px;
    font-size:14px;
    color:#0d6efd;
}