.btn.btn-red {
	background-color: red;
	color: #fff;
}

.intrested-serach_title.title-with-btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding-bottom: 0;
	font-size: 24px;
}
.cus-card {
	background-color: #fff;
	box-shadow: 0 0 5px #ccc;
	border-radius: 12px;
	padding: 15px;
}
.cus-card.pa-0 {
	padding: 0;
}
.profile-media {
	overflow: hidden;
}
.profile-media__slider-single {
	aspect-ratio: 1/1;
	overflow: hidden;
	text-align: center;
	border-radius: 12px;
	background-color: #fff;
}
.no-blocked-members {
    padding: 10px;
    font-size: 17px;
}
.profile-media__slider-single img {
	width: auto;
	border-radius: 0;
	max-height: 100%;
	display: inline-block !important;
}
.profile-media__slider-nav {
	padding: 15px 5px 10px 5px;
}
.profile-media__slider-nav button.slick-arrow.slick-prev {
	left: 15px;
}
.profile-media__slider-nav button.slick-arrow.slick-next {
	right: 15px;
}
.profile-media__slider-nav button.slick-arrow {
	opacity: 1;
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgb(0 0 0 / 60%);
	border-radius: 50px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	z-index: 99;
}
.profile-media__slider-nav button.slick-arrow.slick-prev::before {
	content: "\f104";
	font-family: 'Font Awesome 5 Free';
}
.profile-media__slider-nav button.slick-arrow.slick-next::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
}
.profile-media__slider-nav li.slick-slide {
	height: 180px;
	padding: 0 5px;
}
.profile-media__slider-nav li img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	object-position: 50% 0;
	border-radius: 6px;
	cursor: pointer;
	transition: .3s;
}
.profile-detail__actions {
	margin-top: 20px;
}
.cus-card + .cus-card {
	margin-top: 30px;
}
.profile-info__row {
	padding: 8px 15px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
}
.cus-row-width .col-sm-4 {
	flex: 0 0 auto;
	width: 33.33333333% !important;
	padding-left: 0px;
}
.cus-row-width .col-sm-8 {
	flex: 0 0 auto;
	width: 66.66666667% !important;
}
.profile-info.cus-card .profile-info__title {
	/* font-weight: bold; */
	color: #ba8b5d;
}
.profile-info__text {
	font-size: 14px;
}
.profile-detail__actions .btn {
	padding: 6px 20px;
	font-size: 18px;
}
.profile-detail__actions .btn-secondary {
	background: #0246cd;
	transition: .5s;
	border: 0;
}
.profile-detail__actions .btn-secondary:hover {
	background: var(--secondaryColor);
	color: var(--white);
	transition: .5s;
}
.profile-detail__actions .btn i {
	margin-left: 5px;
}
.profile-detail__actions .btn + .btn {
	margin-left: 10px;
}
.match-wrap {
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 10px #dcdcdc;
	border-radius: 12px;
	position: relative;
}
.match-show-interest-name{
	font-size: 31px;
}
.mathc-question {
	font-size: 20px;
	margin-top: 8px;
	margin-bottom: 0;
}
.match-content {
	height: 100%;
	padding-left: 30px;
}
.match-media {
	height: 100%;
	overflow: hidden;
	border-radius: 12px;
}
/* .match-media img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	object-position: 50% 0;
} */
.match-content .profile-detail__actions .btn {
	width: 200px;
	max-width: 47%;
	padding: 8px;
	font-size: 20px;
}
.btn.btn-green {
	background-color: green;
	color: #fff;
}
.chat-loader {
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.95);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.chat-loader img {
	width: 60px;
}
.match-wrap .profile-media__slider-nav {
	display: none;
}
.match-wrap .match-images .profile-media__slider-nav {
	display: block;
}
.match-wrap .match-images .profile-media__slider-nav li.slick-slide {
	height: auto;
}
.match-wrap .match-images .profile-media__slider-nav .slick-next.slick-arrow {
	right: 5px;
}
.match-wrap .match-images .profile-media__slider-nav .slick-prev.slick-arrow {
	left: 5px;
}
.match-cust__msg {
	margin-top: 20px;
}
.match-cust__msg h5 {
	margin-bottom: 0;
}
.match-cust__msg .ta-checkbox {
	margin-top: 8px;
}
.match-content .profile-detail__actions {
	margin-top: 8px;
}
.quick-match__text {
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
}
.quick-match__text  p {
	margin-bottom: 0;
}
.quick-match__text p + p {
	margin-top: 10px;
}
.quick-match label {
	color: #000;
	margin-bottom: 10px;
}
.quick-match__help {
	font-size: 14px;
	color: #666;
	margin-top: 5px;
}
.char-counter {
	color: green;
}
.quick-match textarea.form-control {
	min-height: 120px;
	max-height: 120px;
	height: 120px;
	max-width: 100%;
	min-width: 100%;
	width: 100%;
}
.modal.fade.quick-match .modal-dialog {
	transform: none !important;
}
.quick-match .report-user__modal-btns {
	justify-content: flex-end;
}
.profile-detail__age-area {
	font-size: 18px;
}
.match-cust__msg .ta-checkbox [type="checkbox"]:checked + label, .match-cust__msg .ta-checkbox [type="checkbox"]:not(:checked) + label {
	padding-right: 0;
	padding-left: 30px;
	font-size: 16px;
}
.match-cust__msg .ta-checkbox [type="checkbox"]:checked + label::before, .match-cust__msg .ta-checkbox [type="checkbox"]:not(:checked) + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	border: 1px solid blue;
	border-radius: 4px;
	background: #fff;
}
.match-cust__msg .ta-checkbox [type="checkbox"]:checked + label::after {
	content: '\f00c';
	width: 20px;
	height: 20px;
	background: blue;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	color: #fff;
	font-family: Font Awesome\ 5 Free;
	font-weight: 900;
	font-size: 12px;
	text-align: center;
}
.match-images ul {
	list-style: none;
	margin-bottom: 0;
	margin-top: 20px;
	padding: 0;
	margin-left: -5px;
	margin-right: -5px;
	display: flex;
	flex-wrap: wrap;
}
.match-images ul li {
	width: 33.33%;
	padding: 10px 5px;
	overflow: hidden;
	aspect-ratio: 1/1;
}
.profile-media__slider-nav li.slick-slide {
	height: 180px;
	padding: 0 5px;
}
.match-images ul li img {
	object-fit: cover;
	height: 100%;
	width: 100%;
	border-radius: 6px;
}
.show-md {
	display: none;
}
.members-list {
	padding-top: 10px;
	padding-bottom: 50px;
}

@media(max-width:991px) {
	.match-wrap {
		max-width: 600px;
		margin: 0 auto;
		width: 100%;
		padding: 15px;
	}
	.match-content {
		padding-left: 0;
		padding-top: 0;
	}
	.match-content .profile-detail__head {
		text-align: left;
	}
	.match-content .profile-detail__age-area {
		margin-top: 10px;
	}
	.mathc-question {
		font-size: 20px;
		margin-top: 20px;
		text-align: left;
	}
	.match-content .profile-detail__actions .btn {
		width: 47%;
	}
	.match-content .profile-detail__actions {
		margin-bottom: 20px;
	}
	.match-wrap .profile-media__slider-nav {
		display: block;
	}
	.match-wrap .match-images .profile-media__slider-nav {
		display: none;
	}
	.match-show-interest-name{
		font-size: 25px;
	}
	.show-md {
		display: block;
	}
	.container-left .container {
		margin: 0 auto;
		width: 100%;
	}
	.hide-md {
		display: none;
	}
}
@media(max-width:767px) {
	.match-page-class .intrested-serach {
		margin-top: 0;
		margin-bottom: 0;
	}
	.home-success.profile_fixed_header_v2.match-page-class {
		padding-top: 135px;
	}
	.profile-media__slider-nav li.slick-slide {
		height: 150px;
	}
}
@media(max-width:575px) {
	.cus-no-pad-mob{
		padding-top: 0px!important;
		padding-bottom: 0px!important;
		margin-top: -10px!important;
	}
	.match-wrap{
		padding-top: 6px;
		box-shadow: unset;
	}
	.intrested-serach_title.title-with-btn{
		margin-bottom: 0;
	}
	.match-content .profile-detail__actions{
		margin-bottom: 5px;
	}
	.match-cust__msg{
		margin-top: 5px;
	}
	.match-show-interest-name{
		font-size: 18px;		
		margin: 0;
        padding: 0;
		text-align: center;
	}
	.profile-media__slider-nav {
		padding-bottom: 0;
		margin-bottom: 0;
		padding-top: 2px;
	}
	.intrested-serach.mt-10.mb-20 {
		margin-bottom: 0;
		margin-top: 0;
	}
	.intrested-serach .intrested-serach_title.title-with-btn {
		justify-content: center;
		padding-top: 10px;
	}
}

@media(max-width:400px) {
	.match-show-interest-name{
		font-size: 15px;		
		margin: 0;
        padding: 0;
		text-align: center;
	}

}