#whatsapp-chat-box {
 
  bottom: 20px;
  right: 20px;
  background: #1c1c1c;
  border-radius: 30px;
  padding: 10px 0;
  align-items: center;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  z-index: 9999;
}

#whatsapp-chat-box .chat-input {
  display: flex;
  align-items: center;
}

#whatsapp-message {
     border: none;
    border-radius: 10px;
    padding: 10px 15px;
    resize: none;
    width: 100%;
    height: 36px;
    font-size: 14px;
    color: #44444F;
    background: #FFF;
}

#chat-send {
    background: #02A189;
    border: none;
    border-radius: 0 10px 10px 0;
    padding: 6px 15px;
    height: 36px;
    margin-left: -30px;
    cursor: pointer;
    font-size: 16px;
}
i.far.fa-comment-dots {
    font-size: 40px;
    color: #92929D;
    padding-right: 10px;
}

#chat-app {
  display: flex;
  height: 500px; /* adjust as needed */
  border: 0;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  background: #02a189;
  overflow: hidden;
  box-shadow: 0 0 10px 5px #ffffff38;
}
.chat-product-snippet span{color:#fff !important;text-align:left;}
.chat-product-snippet{border:0 !important;}
/* Sidebar */
#chat-sidebar {
  width: 250px;
  border-right:0;
 
  display: flex;
  flex-direction: column;
}

#chat-sidebar h3 {
  margin: 0;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  font-size: 18px;
  background: #02a189;
  color: #FFF;
}

#chat-rooms-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  flex-grow: 1;
}

#chat-rooms-list li {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-bottom: 1px solid #eeeeee2e;
  cursor: pointer;
  transition: background 0.2s ease;
  margin-bottom:0;
  color: #FFF;
	text-transform:capitalize;
}

#chat-rooms-list li:hover {
    background: #0000004a;
    
}

#chat-rooms-list li img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

/* Chat window */
#chat-window {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  background: whitesmoke;
}

#chat-messages {
  flex-grow: 1;
  padding: 15px;
  overflow-y: auto;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.chat-product-snippet a {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
#chat-messages br{display:none;}
#whatsapp-chat-box .chat-input input#whatsapp-message {
    background-color: #FFF !important;
    color: #000 !important;
}
#chat-messages {
    display: flex;
    flex-direction: column;
}

#chat-messages div {
    margin-bottom: 10px;
    max-width: 70%;
}

/* Admin / Left messages */
#chat-messages div[style*="text-align: left"] {
    background-color: #fff;
    width: fit-content;
    padding: 10px;
    border-radius: 0 20px 20px 20px;
    color: #000;
    align-self: flex-start;
	
}

/* User / Right messages */
#chat-messages div[style*="text-align: right"] {
    background-color: #02a189;
    width: fit-content;
    padding: 10px;
    border-radius: 20px 20px 0 20px;
    color: #fff;
    margin-left: auto; /* Push to the right */
    text-align: right;
    align-self: flex-end;
}



#chat-messages strong {
  color: #ffdb56;
	display:none;
  margin-right: 6px;
}

/* Input area */
#chat-window > div:last-child {
  display: flex;
  padding: 10px 15px;
  background: #f5f5f5;
}

#chat-message-input {
  flex-grow: 1;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.2s ease;
}

#chat-message-input:focus {
  border-color: #007bff;
}

#chat-send-btn {
  margin-left: 10px;
  background: #02a189;
  color: white;
  border: none;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s ease;
}

#chat-send-btn:hover {
  background: #0056b3;
}

/* notification screeen */
 .notification-screen {
        padding: 20px;
       
        margin: 0 auto;
        color: #fff;
    }
.notification-screen h2,h2.gift-card-title {
    color: #FFF;
    font-size: 24px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}


    .notification-container .notification-box {
        display: flex;
        background: #222;
        padding: 15px;
        margin-bottom: 10px;
        border-radius: 15px;
		border: 1px solid;
        align-items: center;
        transition: background 0.2s;
    }

    .notification-box:hover {
        background: #2a2a2a;
    }

    .notification-box img {
        width: 100%;
		max-width: 84px !important;
		height: 64px !important;
		border-radius: 10px !important;
		margin:0 10px;
		object-fit: cover;
    }

    .notification-box .text-content h3 {
        margin: 0 0 5px;
       	font-size: 14px;
		font-weight: 500;
		color: #FFF;
    }
	
    .notification-box .text-content p {
        margin: 0;
        font-size: 14px;
        color: #ccc;
    }

    .notification-box .text-content .time {
        font-size: 12px;
        color: #02a189;
        margin-top: 5px;
        display: block;
    }




/* new subscription css */
			.vsp-overlay {
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    justify-content: center;
    overflow-y: auto;         /* Allow vertical scroll */
    align-items: flex-start;  /* Start from top to allow natural flow */
    z-index: 9999;
    padding: 40px 20px;       /* Add padding so content isn't stuck at top */
    box-sizing: border-box;
}

.vsp-popup {
    background: transparent;
    width: 100%;
    max-width: 900px;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-family: sans-serif;
    position: relative;
    box-sizing: border-box;
}

            .vsp-popup h2 {
                font-size: 28px;
                margin-bottom: 10px;
				color:#FFF
            }
            .vsp-popup .vsp-plans {
                display: flex;
                gap: 20px;
                justify-content: center;
               
                margin-top: 30px;
				font-family: "Roboto", sans-serif;
            }
            .vsp-plan {
                
				border-radius: 20px;
				padding: 30px 20px;
				flex: 1 1 300px;
				/*margin: 20px;*/
				background-image: url(https://marketplace.nightclubpool.com/wp-content/uploads/2025/05/card-1.png);
				background-repeat: no-repeat;
				background-size: cover;
background-position: top center;
            }
			  .vsp-popup p{color:#DCDCE0;}
			
            .vsp-plan h3 {
                color: #FFF;
				font-size: 32px;
				font-weight: 400;
				margin: 0;
				text-align: center;
            }
            .vsp-plan .vsp-price {
				font-size: 16px;
				font-weight: bold;
				color: #FFF;
				padding: 0 !important;
			}
.vsp-plans span.woocommerce-Price-amount.amount {
    font-size: 35px;
}
            .vsp-plan ul {
                text-align: left;
                margin-bottom: 0;
				padding: 50px 20px;
            }
            .vsp-plan ul li {
                margin: 8px 0;
                padding-left: 20px;
                position: relative;
				color: gray;
    			list-style: none;
            }
            .vsp-plan ul li:before {
                content: "✔";
                position: absolute;
                left: 0;
                color: gray;
            }
            .vsp-plan a.button {
    max-width: 100%;
    width: 100%;
    display: flex;
    background-color: #02a189 !important;
    color: #FFF !important;
    border: 1px solid #02a189 !important;
    font-size: 22px !important;
    font-weight: 400;
    border-radius: 10px !important;
    height: 50px;
    justify-content: center;
    align-items: center;
}
		 .vsp-close {
			position: absolute;
			top: 20px;
			right: -50px;
			background: #01C8A9;
			border-radius: 30px !important;
			 border: 0;
			color: white;
			font-size: 40px;
			font-weight: 100;
			cursor: pointer;
			width: 48px;
			height: 48px;
			margin: auto;
			display: flex;
			align-items: center;
			justify-content: center;
        }
        .vsp-skip-section {
            margin-top: 30px;
            text-align: center;
        }
        .vsp-skip-section p {
            color: #ccc;
            font-size: 14px;
            margin-bottom: 10px;
        }
        .vsp-skip-link {
            color: #fff;
            font-weight: 400;
            text-decoration: underline;
            font-size: 16px;
            cursor: pointer;
        }
@media (max-width: 1024px) {
 
	.vsp-popup .vsp-plans{
flex-direction: column;
}

}
@media (max-width: 768px) {
    .pricing-cards {
        flex-direction: column;
        align-items: center;
    }
	.vsp-popup .vsp-plans{
flex-direction: column;
}
/* 	chat css */
	#chat-app{flex-direction:column;}
	#chat-sidebar{width:100%;}
	#chat-window{overflow:scroll;}
	
/* 	subscription css */
	.vsp-popup{padding:0;}
	.vsp-plan{padding:15px 20px;padding-bottom: 30px;}
	.vsp-plan .vsp-price{font-size:20px;}
	.vsp-plan ul{padding:30px 0;margin-bottom: 0;}
	.vsp-plan a.button{padding:10px 40px !important;}
	.vsp-close {
		top: 0;
		right: 0;
		font-size: 27px;
		width: 35px;
		height: 35px;
		
	}

}
.marketplace-products span.woocommerce-Price-amount.amount {
    font-size: 16px;
    font-weight: 500;
    color: #02a189 !important;
    font-family: 'Roboto';
}


/* pagination css */
.notification-pagination {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}

.page-btn, .next-icon,.notification-pagination .page-num-btn {
	background-color: #44444F;
	border: 2px solid #ccc;
	color: white;
	padding: 5px 13px;
	border-radius: 7px;
	cursor: pointer;
	font-weight: bold;
	font-size: 16px;
	transition: all 0.3s ease;
}
button.next-icon,button.prev-icon {
    background: none;
    border: none;
}

.page-btn.active {
	background-color: #00a896;
	border: 2px solid #00a896;
	color: #fff;
	box-shadow: 0px 0px 8px rgba(0, 168, 150, 0.6);
}

.page-btn:hover:not(.active),
.next-icon:hover {
	border-color: #00a896;
}

.next-icon {
	background: none;
	border: none;
	color: #00a896;
	font-size: 24px;
	cursor: pointer;
}

.next-icon[disabled] {
	opacity: 0.4;
	cursor: not-allowed;
}
.notification-pagination {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: flex-start;
	margin-top: 20px;
}



.notification-pagination .page-num-btn:hover {
	border-color: #00a896;
	color: #00a896;
}

.notification-pagination .page-num-btn[style*="background"] {
	border: 2px solid #00a896;
	box-shadow: 0 0 8px rgba(0, 168, 150, 0.5);
}

.notification-pagination .next-page,.notification-pagination .prev-page {
	font-size: 22px;
	color: #00a896;
	text-decoration: none;
	display: flex;
	align-items: center;
}


/* gift cards */
.wps_wgm_added_wrapper label,.wps_wgm_section select, .wps_wgm_section input[type=text], .wps_wgm_section textarea,.woocommerce-cart .woocommerce table.shop_table td.product-name dl.variation dd,.woocommerce-cart .woocommerce .coupon label,.woocommerce-cart .woocommerce .coupon .input-text,.woocommerce-cart .woocommerce .coupon .button,.wps_wgm_wrapper_for_preview p,.wps_wgm_wrapper_for_preview h2 {
    color: #FFF !important;
    font-weight: 500 !important;
}
section.related.products ul.products li.product a img {

    width: 100% !important;
    max-width: 237px;
   
}

.footer-button a {
    display: flex !important;
    align-items: center;
    justify-content: center;
  
    padding: 20px !important;
   
}

a.button.wps_gc_button,.woocommerce div.product .mf-compare-button,.related-content .slick-dots li
 {
    display: none !important;
}
section.up-sells .related-title, section.related .related-title {
    margin: 0 !important;
}

.wpautoterms_page p,.wpautoterms_page ul li {
    color: #ffffffd4;
}