body{
    color: rgb(108,107,107);
    font-family: 'Open Sans', sans-serif;

}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,strong{
    color: white !important;
} 
.no-padding{
    padding:0px !important;
}
.btn-rounded {
    -webkit-border-radius: 10em;
    border-radius: 10em;
}
.top-nav-collapse {
    background-color: black;
}
.main-title{
    color:#212529; 
}

.main_bgcolor{
    background-color: #F0F0F0;
}
.main_bgcolor.home_bgcolor{
	background-color: #FFFFFF;
}
.home_bgcolor .card{
	box-shadow: inherit;
}
form label.error{
    top: inherit !important;
    color:#DF3A62; font-size: 14px;
}
label#dateOfBirth-error{
    width: 140px;
}
.dropdown.bootstrap-select label.error {
    top: 60px !important;
}
form label.error.active{
    transform:inherit !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){
    width: 100%;margin-left: -6px;
}

.list-group-grey .list-group-item{
    background-color: #FAFAFA;
}
/* Navbar css */
.navbar-nav a{
    text-transform: uppercase; 
    font-size: 13px;
    font-weight: bold;
}
.navbar-nav  .dropdown-menu a{
	text-transform: inherit; 
}
.navbar .nav-item.avatar .dropdown-toggle img {
    height: 25px;
    position: relative;
    top: -5px;
}
.navbar-expand-lg .navbar-nav .nav-link{
	
    padding-right: 0;
    padding-left: 1rem;
}
li p i.minwidth{
    min-width: 40px;
    text-align: center;
}
/* Footer */

.page-footer{
    background-color:#444141;
}
footer.page-footer h4{
    color:#333333; font-size: 17px;
}
footer.page-footer p{
    color:#ffffff;
}
footer.page-footer a{
    color:#ffffff; font-size:13px;
}
footer.page-footer .footer-copyright{
    background-color: inherit;color: #fff;
}
footer.page-footer .btn{
    background-color: #AEACAD;
}

/* Home Page */ 

.app_stories{
    background-color: #F6F6F6;
}
.success_stories{
    background-color: #F3F3F3;
}
.success_stories img{
    border:6px solid #CCCCCC;
}

.slider_form{
    background-color: #E5E6E8;    margin-top: 90px;    border-radius: 4px;    max-height: 510px;    overflow-y: auto;    width: 100%;    overflow-x: hidden;
}
.slider_form label{
    font-size: 0.8rem;
}
.slider_form .form-group{
    margin-bottom: 0.5rem;
}

/* Register Page */
.register_container sup{
    color:#DF3A62;
}

#files_preview img, #files_uploaded img{
    width: 200px; height: 170px;
}
span.removimage,span.uploaded_removimage {
	cursor: pointer;
    position: absolute;
    right: 22px;
    background: #373737;
    min-width: 26px;
    min-height: 26px;
    border-radius: 50%;
}

/* Chat Page */
 
.basic-textarea textarea {
    height: auto;
}
.card.chat-room .members-panel-1,
.card.chat-room .chat-1 {
  position: relative;
  overflow-y: scroll; }

.card.chat-room .members-panel-1 {
  height: 570px; }

.card.chat-room .chat-1 {
  height: 495px; }

.card.chat-room .friend-list li {
  border-bottom: 1px solid #e0e0e0; }
  .card.chat-room .friend-list li:last-of-type {
    border-bottom: none; }

.card.chat-room img.rounded-circle {
  border-radius: 50%; }

.card.chat-room img.avatar {
  height: 3rem;
  width: 3rem; }

.card.chat-room .text-small {
  font-size: 0.95rem; }

.card.chat-room .text-smaller {
  font-size: 0.75rem; }

.scrollbar-light-blue::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 10px; }

.scrollbar-light-blue::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5; }

.scrollbar-light-blue::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #82B1FF; }

.rare-wind-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a8edea), to(#fed6e3));
  background-image: -webkit-linear-gradient(bottom, #a8edea 0%, #fed6e3 100%);
  background-image: linear-gradient(to top, #a8edea 0%, #fed6e3 100%); }
 
 
 
 
 
 
.updates img{
    width: 52px;
    height: 52px;
} 
.avatar img{
    -webkit-border-radius:50%;border-radius:50%;
} 
.testimonial-card .card-up{overflow:hidden;height:120px;-webkit-border-top-left-radius:.25rem;border-top-left-radius:.25rem;-webkit-border-top-right-radius:.25rem;border-top-right-radius:.25rem}.testimonial-card .avatar{-webkit-border-radius:50%;border-radius:50%;width:120px;margin-top:-60px;overflow:hidden;border:5px solid #fff}.testimonial-card .avatar img{width:100%}.testimonial-card .card-body{text-align:center} 

section.team-section .avatar img {
    max-width: 200px;
    height: auto;
    border-radius: inherit;
}.rounded-circle {
    border-radius: 50%!important;
}

.carousel-multi-item {
    margin-bottom: 2rem;
}
.carousel-multi-item .carousel-indicators li{height:1.25rem;width:1.25rem;max-width:1.25rem;background-color:#4285f4;margin-bottom:-3.75rem}.carousel-multi-item .carousel-indicators .active{height:1.56rem;width:1.56rem;max-width:1.56rem;background-color:#4285f4;-webkit-border-radius:50%;border-radius:50%}.carousel-multi-item .controls-top{text-align:center;margin-bottom:1.88rem}.carousel-multi-item .controls-top .btn-floating{background:#4285f4}.carousel-multi-item .carousel-indicators{margin-bottom:-2em}.carousel-multi-item .card-cascade.narrower{margin-top:1.25rem;margin-bottom:.3rem}@media (min-width:768px){.carousel-multi-item .col-md-4{float:left;width:33.333333%;max-width:100%}}@media only screen and (max-width:992px){.carousel-multi-item .carousel-indicators li{margin-bottom:-1.88rem}}.carousel-thumbnails{margin-bottom:5rem}.carousel-thumbnails .carousel-indicators{margin-bottom:-4.69rem;position:absolute}

.btn-floating{-webkit-box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);box-shadow:0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);width:47px;height:47px;position:relative;z-index:1;vertical-align:middle;display:inline-block;overflow:hidden;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;margin:10px;-webkit-border-radius:50%;border-radius:50%;padding:0;cursor:pointer}.btn-floating i{font-size:1.25rem;line-height:47px}.btn-floating i{display:inline-block;width:inherit;text-align:center;color:#fff}.btn-floating:hover{-webkit-box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);box-shadow:0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19)}.btn-floating:before{-webkit-border-radius:0;border-radius:0}

.carousel-ctrl-fixed .controls-top{
    position: absolute;
    right: 0;
    top: 50px;
    margin-bottom: 0px;
} 

.carousel-ctrl-fixed .carousel-inner, .carousel-ctrl-fixed .carousel-inner .active, .carousel-ctrl-fixed .carousel-inner .carousel-item{
    height: inherit;
    min-height: 410px;
}
.carousel-ctrl-fixed .controls-top .btn-floating{
    background-color: #FFF;
}
.carousel-ctrl-fixed .btn-floating i{
    color: #212529;
}

.dropdown:hover .dropdown-menu {
  display: block;
}
.list-group-item{
	border: none;
	border-bottom: 1px solid rgba(0,0,0,.125);
	margin-bottom: 0px;
}
.home-tab.nav-tabs {
	border-bottom: inherit;
}
.home-tab.nav-tabs .nav-item{
	line-height: 3;
}
.home-tab.nav-tabs .nav-item span{
	display: block;
	line-height: 14px;
	text-align: center;
}
.home-tab.nav-tabs  .nav-item .nav-link{ 
}
.home-tab.nav-tabs .nav-item .nav-link.active{
    background-color: #bc5f4b;
    color:#fff !important;

}

.bg-gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fcfff4+0,fcfcfc+100 */
background: rgb(252,255,244); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,255,244,1) 0%, rgba(252,252,252,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(252,255,244,1) 0%,rgba(252,252,252,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(252,255,244,1) 0%,rgba(252,252,252,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
}
.bg-gradient-white{ 
background: rgb(249,252,247); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,252,247,1) 0%, rgba(245,249,240,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,252,247,1) 0%,rgba(245,249,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fcf7', endColorstr='#f5f9f0',GradientType=0 ); /* IE6-9 */
}
.prof_editlabel{
	display: inline-block;
	cursor: pointer;
}

.removeicon.dropdown-toggle::after, .dropup .removeicon.dropdown-toggle::after{
	content: inherit;
	display: none;
}
.minwdropdown{
	min-width: 460px;
}
.dropdown-menu::after{
     width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    display: inline-block;
    margin-left: .255em;
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-bottom: 0;
    border-left: .4em solid transparent;
    position: absolute;
    top: -6px;
    color: white;
    left: 20px;
	    transform: rotate(180deg);
}
.dropdown-menu.dropdown-menu-right::after{
	left: inherit;
	right: 20px;
}

.drop-tdhead{
	padding-left: 12px;
	padding-bottom: 10px;
	font-weight: bold;
}
.navbar .dropdown-menu a{
	padding: 0 10px;
}
.dropdown-header{
	padding: .5rem;
    font-weight: bold;
    color: black;
}

.navbar-nav .nav-link span{
	border-right: 1px solid #D7D7D7;
	padding-right: 1rem;
	color:#222 !important;
}
.navbar-nav .nav-link .noborder {
	border-right: inherit;
}
.navbar .dwithheader  .dropdown-item{
	padding-left: 20px;
}
.dbright {
	border-right: 1px solid #D7D7D7;
}

.font-bold td, .font-bold th{
	font-weight: bold;
}
.custom-control.custom-radio{
	cursor: pointer;
}
.custom-control-label::before{
	border: 1px solid #858585;
	background-color: #f7f7f7;
}
.table td.blue .custom-control-label{
	color: #FFF;
}
.custom-control-input:checked~.custom-control-label::before{
	border: 1px solid #FFF;
}
table.table td, table.table th{
	padding-top: 1.5rem;
    padding-bottom: 1.2rem;
}
table.table-smallpadd td,table.table-smallpadd th{
	padding-top: .3rem;
    padding-bottom: .2rem;
}
.benefits{
	display: none;
} 
.cardshadow{
	box-shadow: inset 1px -2px 13px 8px #eee !important; 
}
#personal .card{
	transition: all .2s ease-in-out;
}
#personal h5{
	font-size: 15px;
}
#personal p{
	font-size: 12px;
}
.personal_selected .btn{
	border: 2px solid #FFF;
}
.personal_selected{
	transform: scale(1.1);
}
.personal_selected h5,.personal_selected .custom-control-label{
	color: #FFF;
}

 .font-small .list-group-item{
	font-size: .8rem;
	padding: 10px 1px;
}
.dropdown-menu .font-small .list-group-item a{
	font-size: .9rem;
	padding: 0px;
}
.dropdown-menu .font-small .list-group-item {
	padding: 3px 1px;
	border: none;
}
.c100.small {
    font-size: 40px;
}
.c100 > span{
	font-weight: bold;
	color: #2E2E2E;
}
/*.benefits_list::after{
	width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    display: inline-block;
    margin-left: .255em;
    border-top: .5em solid;
    border-right: .5em solid transparent;
    border-bottom: 0;
    border-left: .5em solid transparent;
    position: absolute;
    top: 304px;
    color: rgb(212,46,2);
    left: -16px;
    transform: rotate(90deg);
}*/
.accountsection{
	display: none; 

}
.accountsection.active{
    
	display: block;

}


.gallerycontainer{
	position: relative;
}
.gallerycontainer span{
	position: absolute;
    right: 0;
    top: 0;
    background: #858585;
    color: #F7F7F7;
    padding: 5px 6px;
    border-radius: 0px 0 0 10px;
    box-shadow: 0px 1px 4px #2e2e2e;
}
.toastcontainer .toastsuccess, .toastcontainer .toasterror{
	display: none;border: 2px solid #f7f7f7;
}
.toastcontainer{
	position: fixed;
    right: 0;
    top: 0;
	width: 380px;
	z-index: 9999;
	display: none;
}


.preloader{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	z-index: 9999;
	top: 0;
	display: none;
}
#loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
} 
#loader .dot {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 87.5px;
}
#loader .dot::before {
    border-radius: 100%;
    content: "";
    height: 87.5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scale(0);
    width: 87.5px;
}
#loader .dot:nth-child(7n+1) {
    transform: rotate(45deg);
}
#loader .dot:nth-child(7n+1)::before {
    animation: 0.8s linear 0.1s normal none infinite running load;
    background: #00ff80 none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+2) {
    transform: rotate(90deg);
}
#loader .dot:nth-child(7n+2)::before {
    animation: 0.8s linear 0.2s normal none infinite running load;
    background: #00ffea none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+3) {
    transform: rotate(135deg);
}
#loader .dot:nth-child(7n+3)::before {
    animation: 0.8s linear 0.3s normal none infinite running load;
    background: #00aaff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+4) {
    transform: rotate(180deg);
}
#loader .dot:nth-child(7n+4)::before {
    animation: 0.8s linear 0.4s normal none infinite running load;
    background: #0040ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+5) {
    transform: rotate(225deg);
}
#loader .dot:nth-child(7n+5)::before {
    animation: 0.8s linear 0.5s normal none infinite running load;
    background: #2a00ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+6) {
    transform: rotate(270deg);
}
#loader .dot:nth-child(7n+6)::before {
    animation: 0.8s linear 0.6s normal none infinite running load;
    background: #9500ff none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+7) {
    transform: rotate(315deg);
}
#loader .dot:nth-child(7n+7)::before {
    animation: 0.8s linear 0.7s normal none infinite running load;
    background: magenta none repeat scroll 0 0;
}
#loader .dot:nth-child(7n+8) {
    transform: rotate(360deg);
}
#loader .dot:nth-child(7n+8)::before {
    animation: 0.8s linear 0.8s normal none infinite running load;
    background: #ff0095 none repeat scroll 0 0;
}
#loader .lading {
 
    background-position: 50% 50%;
    background-repeat: no-repeat;
    bottom: -40px;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    width: 180px;
}
@keyframes load {
100% {
    opacity: 0;
    transform: scale(1);
}
}
@keyframes load {
100% {
    opacity: 0;
    transform: scale(1);
}
}


.object-cover{ 
    object-fit: cover
}
.object-cover{
	height: 120px;
    width: 97px;
}

.selectSwapper{
	min-width: 210px;
	margin-left: 5px;
}

.side_menu h3{
	color: #4a4a4a;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.side_more_btn{
	padding: 7px 15px;
    background: #cc3060;
    font-size: 10px;
    color: #fff !important;
    float: right;
    margin: 5px 0px 0px 0px; 
}
.side_menu .card .card-header{ padding: 5px 15px; background: #cc3060; border-bottom-color: #9c113c; }
.side_menu .card .card-header h5 button{ padding:0px; margin:0px; color:#FFF !important; width: 100%; text-align:left; }
.side_menu .card .card-header h5 button i{ float:right; font-size:18px; }
.side_menu .card .card-header h5 button i:after{ content: "\f106"; }
.side_menu .card .card-header h5 button.collapsed i:after{ content: "\f107"; }
.side_menu .card .card-body{ padding: 0px; }
.side_menu .card .card-body nav.nav a.nav-link{ color: #8e8e8e; font-size: 14px; font-weight: 500; }
.side_menu .card .card-body nav.nav a.nav-link .badge{ background-color: #cc3060 !important; float: right; margin-top: 2px; font-weight: 100 !important; font-size: 9px; padding: 3px 5px; }
.side_menu .card .card-body nav.nav a.nav-link:hover,
.side_menu .card .card-body nav.nav a.nav-link.active{ background: rgba(204, 48, 96, 0.09); color: #000; font-weight: 600; } 

.kapu_taber .nav.nav-tabs{ padding: 0px 5px; border-radius: 0px; height: auto; min-height: 20px; max-height: 35px; position:relative; }
.kapu_taber .nav.nav-tabs a.nav_abs_right{
	float: right;
	font-size: 11px;
	position: absolute;
	right: 0;
	bottom: 3px;
	color: #cc3060;
}
.kapu_taber .nav.nav-tabs .nav-item{ height:fit-content; margin-right: 5px; }
.kapu_taber .nav.nav-tabs .nav-item .nav-link{ background: #ffffff; border: 1px solid #dee2e6; border-bottom: none; color: #000; padding: 8px 50px; border-radius: 0px; font-size: 12px; text-transform:uppercase; }
.kapu_taber .nav.nav-tabs .nav-item .nav-link.active{ color: #FFF; background: #cc3060; }
.kapu_taber .card{ margin: 15px 10px; border: 1px solid #e2e2e2; border-radius: 1px; }
.kapu_taber .card { margin: 15px 10px; border: 1px solid #e2e2e2; border-radius: 1px; }
.kapu_taber .card .card-body ul.list-unstyled{ border-bottom: 1px dashed #e2e2e2; padding-bottom: 15px; margin-bottom:0px; }
.kapu_taber .card .media .media-body h5{ color: #cc3060; font-size: 14px; font-weight: 600; }
.kapu_taber .card .media .media-body h5 span{ color: #c3c3c3; }
.kapu_taber .card .media .media-body .details_top{ font-size: 11px; font-weight: 500; color: #afafaf; }
.kapu_taber .card .media .media-body .details_bottom{ font-size: 11px; font-weight: 500; color: #cc3060; }
.kapu_taber .card .media .media-body .details_bottom span{ float:right; }
.kapu_taber .card .profile_img{ max-width: 80px; border-radius: 500px; }

.kapu_taber .card .card-body{ padding-bottom:0px; } 
.kapu_taber .card .card-footer{ border: none; }
.kapu_taber .card .card-footer .footer_date{ color: #797979; font-size: 13px; font-weight: 500; }
.kapu_taber .card .card-footer .footer_date span{ color: #5a5a5a; font-weight: 600; }
.kapu_taber .card .card-footer .footer_message {
    margin: 0px;
    padding: 10px 15px;
    background: #cc306017;
    font-size: 12px;
    color: #292929;
    font-weight: 600;
    border-left: 5px solid #cc3060;
	margin-bottom:10px;
}
.kapu_taber .card .card-footer .btn_yes {
    padding: 5px 20px;
    box-shadow: none;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    background: #cc3060;
    line-height: initial;
}
.kapu_taber .card .card-footer .btn_no {
    padding: 5px 20px;
    box-shadow: none;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
	background: #f3f3f3;
    line-height: initial;
    color: #cc3060;
}
.kapu_taber .paging{
	margin: 0px;
	font-size: 11px;
	color: #cc3060;
	font-weight: 600;
}
.kapu_taber .card .close{ position: absolute; top: 8px; right: 8px; font-size: 18px; }
.kapu_taber .paging .paging_count{ text-align:right; }

.matches_side_menu{ margin-bottom:20px; padding-bottom: 10px; border-bottom: 2px solid #ccc; }
.matches_side_menu h3{
	color: #cc3060;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 5px;
}
.matches_side_menu hr{
	margin: 5px 0px 10px 0px;
}
.matches_side_menu .form-check{
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #b1b1b1;
}
.matches_block .matches_block_h{
	color: #4a4a4a !important;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 15px;
}
.matches_block .matches_block_h span{ color:#cc3060; }
.matches_block .note{ font-size:10px; color:#000; }
.matches_block .note span{ font-size:8px; color:#cc3060; }
.matches_block .tab-pane{ padding:15px; }
.headbar_btn{
	margin: 0px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: initial;
    box-shadow: none;
    background: #FFF;
    border: 2px solid #e2e2e2;
    color: #cc3060 !important;
    text-transform: capitalize;
}
.matches_card_top_row input[type=radio]{ width:12px; height:12px; }
.matches_card_top_row .profile_id{
	color: #cc3060;
	font-size: 12px;
	font-weight: 600;
}
.matches_card_top_row .profile_by{
	color: #a0a0a0;
	font-size: 12px;
	font-weight: 500;
}
.matches_card_top_row .profile_by .dark{ color:#000; }
.matches_card_top_row .right_menu{
	font-size: 11px;
    font-weight: 500;
    color: #cc3060;
	text-align:right;
}
.matches_card .card-body{ border: 1px solid #e2e2e2; padding:10px !important; }
.matches_card .card-body .gallery img{ width:100%; border-radius:500px; }
.matches_card .card-body .mc_title{
	font-weight: 600;
	color: #cc3060;
	letter-spacing: .2px;
	font-size: 16px;
	margin-bottom:15px;
}
.matches_card .card-body .mc_addr,
.matches_card .card-body .mc_details{
	font-size: 12px;
	margin-bottom: 5px;
	color: #bbbbbb;
}
.matches_card .card-body .mc_details span{
	color: #000;
	margin-left:15px;
}
.matches_card .card-body .last_online{
    box-shadow: none;
    border-radius: 500px;
    font-size: 10px;
    padding: 3px 20px;
    background: #FFF;
    border: 1px solid #bbb;
    color: #bbb;
    line-height: initial;
    text-transform: capitalize;
	float:right;
}
.matches_card .card-body .last_online .left_icon{
	float: left;
    padding-top: 4px;
    padding-right: 5px;
    color: green;
}
.matches_card .card-body .last_online .left_icon i{
    font-size: 21px;
    font-weight: 100;
}
.matches_card .card-body .last_online .right_text{ float: right; }
.matches_card .card-body .question{
	text-align: center;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 5px;
}
.matches_card .card-body .btn_yes{
	box-shadow: none;
    background: #cc3060;
    color: #FFF;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: .5px;
}
.matches_card .card-body .btn_no{
	box-shadow: none;
    background: #dedede;
    color: #FFF;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: .5px;
}
.matches_card .card-body .row_bottom{
	border-top: 1px dashed #EEE;
	margin:0px;
}
.matches_card .card-body .row_bottom .col-12{ padding:0px; padding-top:5px; }
.matches_card .card-body .row_bottom p{
	font-size: 12px;
	margin-bottom: 5px;
	color: #bbbbbb;
}
.matches_card .card-body .row_bottom p a{
	font-weight: 600;
	color: #cc3060;
}
.paging_count .nav-item .nav-link{
    background: #EEE;
    padding: 5px 10px;
    color: #cc3060;
	margin-left:5px;
}
.paging_count .nav-item .nav-link.active{
	background:#cc3060;
	color:#FFF;
}
.why_kapu h6{
	margin-top: 15px;
    color: #FFF;
    background: #cc3060;
    padding: 10px;
    font-size: 15px;
	margin-bottom: 15px;
}
.why_kapu ul{ list-style:none; }
.why_kapu ul li{ font-size: 13px; margin: 10px 0px; }
.why_kapu ul li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color: #cc3060;
}
.profiles_filter_hr p{ font-size: 13px; color: #2b2b2b; margin-bottom:0px; }
.profiles_filter_hr label{
	color: #cc3060;
    margin: 0px 5px;
    line-height: initial;
    font-size: 11px; }
.profiles_filter_hr input[type=radio], input[type=checkbox]{ widows:10px; height:10px; line-height:inherit; }
.profiles_filter_hr p button{
	background: #fff;
    border: 1px solid #cc3060;
    font-size: 12px;
    border-radius: 2px;
    color: #cc3060;
}
.borderl_style{
	margin: 0px;
    padding: 10px 15px;
    background: #cc306017;
    font-size: 12px;
    color: #292929;
    font-weight: 600;
    border-left: 5px solid #cc3060;
    margin-bottom: 10px;
}
.borderl_style a{ color: #cc3060 !important; }
.side_tab .nav-link{
	color: #484848 !important;
	font-size: 11px !important;
	padding: 7px 10px;
}
.side_tab .nav-link span{
	padding:0px 3px;
	background: #cc3060;
	color:#FFF;
}
.side_list_group{
	padding: 10px 15px;
	font-size: 11px;
}
.side_list_group .list-group-item{ padding: 6px 10px; }
.side_list_group span{
	padding:0px 3px;
	background: #cc3060;
	color:#FFF;
	float:right;
}
.row.boxes{ margin:0px; }
.boxes .col{ text-align:center; padding: 10px; border: 1px solid #CCC; margin-bottom:15px; }
.boxes .col h6{
	font-size:24px;
	font-weight:600;
	color:#BBBBBB;
}
.boxes .col p{
	margin-bottom: 0px;
	font-size: 12px;
	color: #3a3a3a;
}
.load_more{
	width: 100%;
	text-align: center;
	background: #EEE;
	color:#cc3060;
}
.search_form .nav.nav-tabs{ max-height:32px; }
.search_form .nav.nav-tabs .nav-item{ height: fit-content; margin-bottom:3px; }
.search_form .nav.nav-tabs .nav-item .nav-link{
	background: #ffffff;
    border: 1px solid #dee2e6;
    border-bottom: none;
    color: #6b6b6b !important;
    padding: 6px 25px;
    border-radius: 0px;
    font-size: 12px;
    text-transform: capitalize;
	margin-right:5px;
}
.search_form .nav.nav-tabs .nav-item .nav-link.active{
	padding-bottom:7px;
	color: #FFF !important;
    background: #cc3060;
}
.search_form .tab-pane .card-title{
	font-weight: 600;
    font-size: 16px;
    color: #cc3060;
    padding-bottom: 10px;
    border-bottom: 1px dashed #CCC;
}
.search_form label{ font-weight: 600; }
.search_form .btn.search{
    box-shadow: none;
    background: #cc3060;
    color: #FFF;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: .5px;
	float:right;
}
.search_form .btn.save_search{
	box-shadow: none;
    background: #dedede;
    color: #FFF;
    padding: 5px 15px;
    font-size: 11px;
    letter-spacing: .5px;
	float:right;
}

ul.assisted_service_list{ list-style: none; padding: 0px !important; }
ul.assisted_service_list li{
	border-radius:2px;
	max-width: 180px;
	float: left;
	margin: 10px;
	background: rgba(255, 255, 255, 0.20);
	padding: 20px 10px;
}
ul.assisted_service_list li img{
	border: 1px solid #FFF;
	border-radius: 500px;
	padding: 15px;
	margin-bottom: 15px;
	width: 75px;
}
ul.assisted_service_list li p{
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	margin-bottom:0px
}

#navbarSupportedContent li.nav-item a{ color:#222222; }