/*ONLY THEME WOWONDER AND SUNSHINE IS DIFERENT*/
.lorem_icon svg {
    width: 22px;
    height: 22px;
    fill: currentColor; 
    display: inline-block;
    vertical-align: middle;
	margin: auto;
}
/*END***/

.amoura-header {
	position: relative;
    overflow: hidden;
    color: #642fff;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: -18px;
}

.amoura-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(180deg) scaleX(-1);
  z-index: 0;
}

.amoura-header-bg svg {
  width: 100%;
  height: 100%;
  display: block;
}

.amoura-header-inner {
  position: relative;
  z-index: 1;
}

.amoura-icon {
	background: rgb(255 255 255 / 59%);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 15px;
    color: #ff5353;
}

.amoura-title{
	margin-bottom: 15px;
    padding-bottom: 15px;
}
.amoura-title h2 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.amoura-subtitle {
  font-size: 16px;
  margin-top: 5px;
  opacity: 0.9;
}

.margin-left-10{
	margin-left:10px;
}
.mt-auto{
	margin-top:auto;
}
.mb-auto{
	margin-bottom:auto;
}
.ms-auto{
	margin-left:auto;
}
.me-auto{
	margin-right:auto;
}
.text-center{
	text-align:center;
}
.margin-auto{
	margin:auto;
}
.rounded{
	border-radius: max(0px, min(8px, calc((100vw - 4px - 100%) * 9999))) / 8px;
}
.bg-white{
	background-color:white;
}

.lorem_icon.heart svg {
    fill: #f44336;
}
.age-dating {
	font-weight: 600;
	font-size: 16px; 
}
.fw-dating {
	font-weight: 600;
    line-height: 1.1;
    margin-bottom: 15px;
    margin-top: 15px;
    font-size: 22px;
}

.dating-avatar {
    width: 133px;
    height: 133px;
    border-radius: 50%;
    object-fit: cover;
    box-shadow: 0px 1px 16px 6px rgb(85 85 85 / 15%);
    margin-top: -49px;
    border: 4px #e1e1e13d solid;
}
.dating-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.dating_card_btn {
    width: 58px;
    height: 58px;
    border-radius: 50%;
    border: none;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dating_card_btn:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.dating_post_count {
	font-size: 13px;
	font-weight: 600;
	color: #444;
	margin-top: 6px;
	transition: all 0.3s ease;
}
.dating_list_count {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    margin-top: 2px;
    transition: all 0.3s ease;
}

span:hover .dating_post_count {
	color: #000;
	transform: scale(1.05);
}

.dating_post_reac {
	font-size: 15px;
	color: #777;
	margin-top: 2px;
	text-transform: capitalize;
	transition: all 0.3s ease;
}

span:hover .dating_post_reac {
	color: #000;
	letter-spacing: 0.3px;
}

.card_like.active {background: #1cb57d;color:white;}
.card_love.active {background: #ff4d6d;color:white;}
.card_star.active {background: #ff8901;color:white;}

.card_like {border: 1px #1cb57d solid;}
.card_love {border: 1px #ff4d6d solid;}
.card_star {border: 1px #ff8901 solid;}

.card_like{ color: #1cb57d; }
.card_love{ color: #ff4d6d; }
.card_star{ color: #ff8901; }

.inner-dating-card{
	background: white;
    box-shadow: 0px 7px 16px 8px rgb(85 85 85 / 15%);
    border-radius: 30px;
    margin-top: 31px;
	padding-bottom: 25px;
}
.swipe-card {
    position: absolute; 
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 350px;
	height: 470px;
    transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
    z-index: 1;
}

.dating-card a {
    text-decoration: none;
	color: inherit;
}

.dating-card {
    max-width: 100%;
    margin: 20px auto;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0px 7px 16px 8px rgb(85 85 85 / 15%);
    text-align: center;
    background-color: #fff;
	padding-top: 33px;
	padding-bottom: 33px;
}

#dating_card_container {
    position: relative;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    height: 500px;
    overflow: visible; 
    padding: 0 10px;
    padding-bottom: 50px;
	margin-bottom: 28px;
}

.dating-card:nth-child(1) {
  transform: translateX(-50%) scale(1) translateY(0px);
  z-index: 5;
}
.dating-card:nth-child(2) {
  transform: translateX(-50%) scale(0.95) translateY(-25px);
  z-index: 4;
}
.dating-card:nth-child(3) {
  transform: translateX(-50%) scale(0.9) translateY(-50px);
  z-index: 3;
}
.dating-card:nth-child(4) {
  transform: translateX(-50%) scale(0.85) translateY(-75px);
  z-index: 2;
}
.dating-card:nth-child(5) {
  transform: translateX(-50%) scale(0.8) translateY(-100px);
  z-index: 1;
}


.swipe-card.swipe-up {
    transform: translateY(-150%) rotate(-5deg);
    opacity: 0;
}

.swipe-card.swipe-down {
    transform: translateY(150%) rotate(5deg);
    opacity: 0;
}

.avatar_dating_nearby{
	text-align:center;
}
.avatar_dating_nearby img{
	width:110px;
	height:110px;
	border-radius:100%;
}
.user_age {
	font-size: 14px;
}

.user_features {
	align-items: center;
    font-size: 13px;
    color: #666666;
    margin-top: 5px;
    cursor: pointer;
}

.user_features svg {
	color: #2196f3;
}

.nearby_actions {
	display: flex;
	justify-content: space-evenly;
	margin-top: 10px;
}
.nearby_card{
	background: white;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
    border-radius: 22px;
    padding: 15px;
	margin-bottom: 20px;
}
.am_user_wrapper_link{
	font-size: 16px;
	font-weight: bold;
}
.am_user_wrapper_link a {
	color: #3a3a3a !important;
	text-decoration: none;
}

.am_user_wrapper_link a:hover {
	text-decoration: underline;
}
.dating-btn-love, .dating-btn-like, .dating-btn-star, .dating-btn-chat {
	width: 46px;
    height: 46px;
    padding: 5px 0;
    font-size: 16px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    font-weight: bold;
    transition: 0.3s;
	margin: 3px;
}

.dating-btn-love.active {
	background: #ff4d6d;
    color: white;
}
.dating-btn-love {
	background: #ffe7ebcf;
    color: #ff4d6d;
	border: 1px #ff4d6d solid;
}

.dating-btn-love:hover {
	background: #ff4d6d;
    color: #fff;
}

.dating-btn-like {
	background: #e4fff5d9;
    color: #1cb57d;
	border: 1px #1cb57d solid;
}

.dating-btn-like:hover {
	background: #1cb57d;
	color:white;
}
.dating-btn-like.active {
	background: #1cb57d;
	color:white;
}

.dating-btn-star {
	background: #fff1dfd1;
    color: #ff8901;
	border: 1px #ff8901 solid;
}

.dating-btn-star:hover {
	background: #ff8901;
	color:white;
}
.dating-btn-star.active {
	background: #ff8901;
	color:white;
}

.dating-btn-chat {
    background: #9b4dff;
    color: #fff;
}

.dating-btn-chat:hover {
	background: #ecddffc9;
    color: #9b4dff;
	border: 1px #9b4dff solid;
}

.dating-search-form {
  margin-top: 20px;
  margin-bottom: 20px;
}

.dating-search-input {
  position: relative;
  display: flex;
  align-items: center;
  background: rgba(255,255,255,0.95);
  border-radius: 50px;
  padding: 8px 15px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.dating-search-icon {
  margin-right: 8px;
  color: #888;
  display: flex;
  align-items: center;
}

.dating-search-input input {
  border: none;
  background: transparent;
  flex: 1;
  outline: none;
  font-size: 14px;
  color: #333;
}
.dating-list-card {
	display: flex;
    align-items: center;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 15px;
    background: #f9f9f9;
    box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
}

.dating-list-card .avatar-wrapper {
	margin:9px;
}
.button_dating_wrapper{
	margin-top:7px;
	display: flex;
	align-items: center;
	text-align:center;
}
.dating-list-wrapper {
	height: 374px;
    overflow: auto;
    padding: 10px;
}
.dating-list-card img.avatar {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  object-fit: cover;
  margin: auto;
}

.dating-list-card .info {
  flex: 1;
  margin:9px;
}

.dating-list-card .info h4 {
	margin: 0;
    font-weight: bold;
    color: #3a3a3a !important;
    font-size: 16px;
}

.dating-list-card .info p {
  margin: 2px 0;
  font-size: 13px;
  color: #666;
}

.dating-list-card .actions {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.dating-header{
	border-left: 12px #ff6c86 solid;
    padding: 10px;
    margin-bottom: 30px;
    border-bottom: 3px #c7c7c7 solid;
}

.dating-tabs {
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
}

.main-tabs {
  display: flex;
  background: #f7f7f7;
  border-bottom: 1px solid #ddd;
}

.main-tabs .tab-btn {
  flex: 1;
  padding: 10px;
  font-weight: bold;
  cursor: pointer;
  border: none;
  background: transparent;
}

.main-tabs .tab-btn.active {
  background: #fff;
  border-bottom: 2px solid #1cbb81bf;
  color: #03754bbf;
}

.subtab-header {
  display: none;
  background: #fff;
  border-bottom: 1px solid #eee;
  justify-content: center;
}

.subtab-btn {
  padding: 8px 12px;
  font-size: 13px;
  border: none;
  background: transparent;
  cursor: pointer;
  color: #555;
}

.subtab-btn.active {
  border-bottom: 2px solid #1cbb81bf;
  color: #03754bbf;
  font-weight: bold;
}

.tab-content {
  display: none;
  padding: 10px;
}

.tab-content.active {
  display: block;
}
.matches-info {
  text-align: center;
  color: #555;
  padding: 10px 0 20px;
}

.matches-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #e83f5b;
}

.matches-subtitle {
  font-size: 13px;
  opacity: 0.8;
  margin-top: 4px;
  font-style: italic;
}


.user-status-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-left: 6px;
  vertical-align: middle;
}

.user-status-dot.online {
  background-color: #4CAF50; 
  box-shadow: 0 0 6px #4CAF50;
}

.user-status-dot.offline {
  background-color: #bbb; 
}
.position-relative{position:relative;}
.btn_close_dating {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    color: #4742ff;
    border: 1px solid #4742ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.btn_close_dating:hover {
    color: white; 
    background: #4742ff; 
}
.amoura_nearby_user{
	margin:10px;
}
@media (max-width:990px) {
	.amoura_nearby_user{
		margin-right: -15px;
        margin-left: -15px;
	}
}