/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

#campaign-id-value {
	display: none;
}
.btn-enter-campaign {
	cursor: pointer;
}
.cursor-pointer {
	cursor: pointer;
}

.backdropShareWin {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      display: none;
      z-index: 999;
    }

.backdropShareWin.open {
	display: block;
}

.share-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 520px;
	background: #fff;
	display: none;
	z-index: 1000;
	font-family: "Poppins", Sans-serif;
	background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 11px 15px -7px, rgba(0, 0, 0, 0.14) 0px 24px 38px 3px, rgba(0, 0, 0, 0.12) 0px 9px 46px 8px;
    border-radius: 8px;
}

.share-modal.open {
	display: block;
}

.share-modal .modal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	border-bottom: 1px solid #ddd;
}

.share-modal .modal-header h4 {
	margin: 0;
	font-family: "Poppins", Sans-serif;
}

.share-modal .modal-header .close-icon {
	cursor: pointer;
	font-size: 16px;
	fill: #000;
	width: 20px;
	height: 20px;
}

.share-modal .modal-body {
	padding: 24px;
}

.share-modal .share-options {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
	
	margin-bottom: 24px;
}

.share-modal .share-option {
	text-align: center;
	cursor: pointer;
}

.share-modal .share-option div:hover {
	background-color: #9d9d9d2f;
}

.share-modal .share-option div {
	background: #9d9d9d0a;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 8px;
}

.share-modal .share-option span {
	font-size: 12px;
	color: #3D5A80;
}

.share-modal .divider {
	text-align: center;
	margin: 24px 0;
	position: relative;
}

.share-modal .divider span {
	background: #fff;
	padding: 0 8px;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #000;
}

.share-modal .divider:before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 0;
}



.share-modal .svg-icon {
	width: 20px;
	height: 20px;
	fill: #000;
	/* Facebook brand color */
}

.share-modal .copy-container {
	background: rgba(0, 0, 0, 0.05);
	border: 1px solid #ddd;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 36px;
	padding: 0 12px;
}

.share-modal .copy-text {
	flex: 1;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: 8px;
	color: #000;
	line-height: 24px;
}

.share-modal .copy-button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 14px;
	display: flex;
	align-items: center;
}

.share-modal .copy-message {
	font-size: 12px;
	color: #2d862d;
	margin-top: 4px;
}

.share-modal .icon {
	width: 16px;
	height: 16px;
	fill: #3D5A80;
}

.share-modal .title {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}


.soundcloud-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 520px;
	width: 100%;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    z-index: 9999;
	font-family: "Poppins", Sans-serif;
	display: block;
}

.hidden-sound-cloud-modal {
	top: 50000px;
	position: fixed;
}

#mini-player {
    position: fixed;
    bottom: 16px;
    right: 16px;
    width: 375px;
    height: 60px;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
	display: none;
    align-items: center;
    justify-content: space-between;
	z-index: 9999;
	padding-right: 16px;
}

#soundcloud-custom button {
    border: none;
    background: none;
    cursor: pointer;
    font-size: 16px;
}


@media only screen and (max-width: 560px) {
	#mini-player {
		position: fixed;
		bottom: 60px;
		right: 0;
		width: 100%;
		height: 60px;
		background: #fff;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		display: none;
		align-items: center;
		justify-content: space-between;
		z-index: 9999;
		padding-right: 16px;
	}
	.soundcloud-modal {
		position: fixed;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		max-width: 520px;
		width: 90%;
		background: #fff;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
		border-radius: 8px;
		z-index: 9999;
		font-family: "Poppins", Sans-serif;
	}
}