/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 10 2024 | 19:09:11 */
#jmSendToFriendCustomPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    background-color: rgba(68, 103, 179, 0.8); /* semi-transparent background */
	text-align: center;
}

#jmSendToFriendCustomPopup .popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#jmSendToFriendCustomPopup #jmSendToFriendCustomPopupContent {
    position: relative;
	top: 100px;
	margin-left: auto;
	margin-right: auto;
    background: #ffffff;
    width: 90%;
    max-width: 720px;
    border-radius: 30px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
	text-align: left;
}

.jmSendToFriendCustomPopupContentRow1 {
	padding: 30px 50px 20px 50px;
	background: #f3f7ff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;	
}

#jmSendToFriendCustomPopup .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
}

#jmSendToFriendCustomPopup .popup-logo {
	margin-left: auto;
	margin-right: auto;
    width: 250px; /* Adjust size as needed */
	margin-bottom: 30px;
}

.popup-close-btn {
	background: #FFFFFF;
	border-radius: 16px;
	padding: 0 20px;
    font-size: 20px;
	font-weight: 300;
	line-height: 0;
    border: none;
    cursor: pointer;
	top: 60px;
	right: 30px;
	position: fixed;
}

#jmSendToFriendCustomPopup h2 {
    color: #333;
    font-size: 30px;
	line-height: 39px;
	text-align: left;
	font-family: 'Roboto';
	font-weight: 400;
	margin-bottom: 0;
	padding-bottom: 14px;
	
}

#jmSendToFriendCustomPopup p {
    color: #666;
	font-family: 'Roboto';
    font-size: 16px;
	font-weight: 400;
	text-align: left;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: -0.2px;
}

.jmSendToFriendForm {
	padding: 20px 50px;
}

.jm-send-to-friend-form-row {
	margin-top: 14px;
}

.jm-send-to-friend-form-row-hidden {
	display: none;
}

#jmSendToFriendCustomPopup input[type="text"], input[type="email"] {
    /*width: calc(100% - 40px);*/
	width: 100%;
	height: 60px;
    padding: 10px;
    margin: 2px 0;
    border: 2px solid #4467B3;
    border-radius: 6px;
}

/* Style the placeholders */
#jmSendToFriendCustomPopup input[type="text"]::placeholder, 
#jmSendToFriendCustomPopup input[type="email"]::placeholder {
    color: #868686; /* sets the placeholder text color to gray */
    opacity: 0.8; /* ensures the color is partially transparent */
}

.jm-send-to-friend-form-row-submit {
	margin-top: 10px;
}

.jm-send-to-friend-form-row-submit p {
	text-align: center !important;
}

#jmSendToFriendCustomPopup input[type="submit"] {
    border: none;
	background: linear-gradient(100deg, rgb(249, 171, 0) 0%, rgb(255, 211, 114) 100%);
    color: #414141;
    font-size: 18px;
    padding: 16px 60px;
	border-radius: 99px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
	text-transform: capitalize;
}


@media screen and (max-width: 549px) {
	.popup-close-btn {
		top: 10px;
		right: 5px;
	}
	
	.jmSendToFriendForm {
		padding: 20px 30px 0 30px;
	}
	
	.jmSendToFriendCustomPopupContentRow1 {
		padding: 20px 30px 20px 30px;
	}	
	
	#jmSendToFriendCustomPopup h2 {
		text-align: center;
		font-size: 24px;
	}

	#jmSendToFriendCustomPopup p {
		color: #666;
		font-family: 'Roboto';
		font-size: 16px;
		font-weight: 400;
		text-align: center;
		margin-top: 0;
		margin-bottom: 0;
		letter-spacing: -0.2px;
	}	
	
	.jm-send-to-friend-form-label p {
		text-align: left !important;
	}
	
	#jmSendToFriendCustomPopup input[type="submit"] {
		font-size: 16px;
		padding: 12px 40px;
		width: 100%;
	}	
}