*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:focus {
	-webkit-tap-highlight-color: transparent;
	outline: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
input[type=text], input[type=email], input[type=email] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
html{
	overflow-x: hidden;
	overflow-y: overlay;
	scroll-behavior: smooth;
}
html::-webkit-scrollbar {
	width: 10px;
}
html::-webkit-scrollbar-track {
	background-color: #dbdbdb;
	border-radius: 1px;
}
html::-webkit-scrollbar-thumb {
	border-radius: 1px;
	background-color: #434343;
	/*background-color: #16304e;*/
}
body {
	font-family: Poppins, sans-serif;
	background-color: #f5f5f5;
	-webkit-user-select: none;      
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
	min-height: 100%;
	overflow-x: hidden;
	color: #333;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body.dark {
	background-color: #151515;
	color: #fff;
}
body.style1{
	padding: 0 15px;
}
.prevent-interaction * {
	pointer-events: none!important;
}
.center-text {
	text-align: center;
}
body.dark .center-text {
	font-weight: 300;
}
.mobile-container {
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}
.image-container {
	height: 360px;
	/*height: 280px;*/
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(#000)), url('../images/800x620-min.jpg');
	background-image: linear-gradient(180deg, transparent 55%, #000), url('../images/800x620-min.jpg');*/
	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, scroll;
}
body.style1 .image-container {
	position: relative;
	margin-top: 15px;
	border-radius: 20px;
}
body.style2 .image-container {
	position: relative;
	/*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), to(#000)), url('../images/800x620-min.jpg');
	background-image: linear-gradient(180deg, transparent 55%, #000), url('../images/800x620-min.jpg');*/
}
.artist-name {
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin-bottom: 0px;
	font-family: Oswald, sans-serif;
	color: #f0f0f0;
	font-size: 58px;
	line-height: 65px;
	text-align: center;
}
body.style2 .artist-name {
	bottom: 15px;
}
.tip-nudge-artist-section h2 span{
	color: #555;
}
body.dark .tip-nudge-artist-section h2 span {
	color: #bbb;
}
.tip-nudge-artist-section h2{
	line-height: 30px;
}
.tip-artist-section {
	width: 100%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.request-song-section {
	width: 100%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.request-song-section.hide-form {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}
body.dark .request-song-section.hide-form {
	border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.social-media-section {
	width: 100%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
.last-section {
	padding-bottom: 0!important;
	border: 0!important;
}
.sections-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 550px;
	margin: 10px auto 60px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
body.style2 .sections-container {
	position: relative;
	top: -40px;
	max-width: 600px;
	margin-bottom: 0px;
	margin-top: 25px;
	padding: 25px 60px 60px;
	background-color: #f5f5f5;
}
body.dark .sections-container {
	background-color: #151515;
}
.section-title {
	margin-top: 10px;
	margin-bottom: 15px;
	font-family: Poppins, sans-serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	text-align: center;
	color: #333;
}
body.dark .section-title {
	color: #f0f0f0;
	font-weight: 500;
}
.payment-methods-container {
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}
body.dark .payment-methods-container {
	border-bottom-color: hsla(0, 0%, 100%, 0.1);
}
.stripe-row, .venmo, .paypal, .cashapp {
	display: flex;
	justify-content: center;
}
.stripe-row {
	padding: 21px 18px;
	border-radius: 4px;
	background-color: #5433ff;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	text-align: center;
}
.stripe-row:hover {
	background-color: rgba(84, 51, 255, 0.92);
}
.other-methods-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 4px;
	overflow: hidden;
}
.venmo {
	padding: 18px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #3d95ce;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	text-align: center;
}
.venmo:hover {
	background-color: rgba(61, 149, 206, 0.92);
}
.paypal {
	padding: 18px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #003087;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	text-align: center;
}
.paypal:hover {
	background-color: rgba(0, 48, 135, 0.92);
}
.cashapp {
	padding: 18px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #24bb47;
	-webkit-transition: background-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out;
	text-align: center;
}
.cashapp:hover {
	background-color: rgba(36, 187, 71, 0.92);
}
.request-song-container {
	margin-top: 20px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}
body.dark .request-song-container {
	border-bottom-color: hsla(0, 0%, 100%, 0.1);
}

/*Button Styling*/
button {
	width: 100%;
	position: relative;
	display: block;
	background-color: #194c87;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
	-webkit-transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	transition: background-color 200ms ease-in-out, border-color 200ms ease-in-out;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: 300;
	color: #fff;
	border: 0;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	margin-top: 25px;
}
button:first-child {
	margin-top: 0;
}
.request-song-button {
	font-weight: 500;
	margin-top: 0;
	color: #fff;
}
button.secondary {
	background: #f5f5f5;
	color: #194c87;
	font-weight: 500;
	border: 2px solid #194c87;
	margin-top: 8px;
}
button:hover {
	background-color: rgba(25, 76, 135, 0.92);
	color: #fff;
}
button.secondary:hover {
	border-color: #194c87d6;
	color: #194c87fa;
	background-color: #194c870f;
}
body.dark button.secondary {
	background: #2a2a2a;
	color: #ffffff;
	font-weight: 300;
	border: 1px	solid #404040;
}
body.dark button.secondary:hover {
	border-color: #404040;
	color: #edededfa;
	background-color: #2a2a2a91;
}

.form-input-field, input[type=text], input[type=email], input[type=tel], select{
	height: 50px;
	/*height: 40px;*/
	padding-left: 10px;
	border-style: solid;
	border-width: 0px 0px 1px;
	border-color: rgba(21, 21, 21, 0.5);
	background-color: transparent;
	font-family: Poppins, sans-serif;
	font-size: 18px;
	width: 100%;
	margin-bottom: 20px;
	outline: none;
	color: #333;
	border-top: 0;
	padding-top: 0;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: rgba(21, 21, 21, 0.4);
	opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(21, 21, 21, 0.4);
}
::-ms-input-placeholder { /* Microsoft Edge */
	color: rgba(21, 21, 21, 0.4);
}
::-webkit-input-placeholder {
	color: rgba(21, 21, 21, 0.4);
}

body.dark ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: hsla(0, 0%, 100%, 0.7);
	opacity: 1; /* Firefox */
}
body.dark :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: hsla(0, 0%, 100%, 0.7);
}
body.dark ::-ms-input-placeholder { /* Microsoft Edge */
	color: hsla(0, 0%, 100%, 0.7);
}
body.dark ::-webkit-input-placeholder {
	color: hsla(0, 0%, 100%, 0.7);
}

body.dark .form-input-field,
body.dark input,
body.dark select,
body.dark .request-song-container input,
body.dark .request-song-container select {
	border-bottom-color: rgb(155 155 155 / 80%);
	color: hsla(0, 0%, 100%, 0.9);
	font-weight: 300;
}
body.dark .request-song-container select option {
	background-color: #1f1f1f;
	font-weight: 300;
}
input[type="text"], input[type="email"] {
	border-radius: 0!important;
}
.w-form-done {
	display: none;
	padding: 20px;
	text-align: center;
	background-color: #ddd;
	background-color: #caefd7;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #2f7447;
}
.w-form-fail {
	display: none;
	margin-top: 10px;
	padding: 10px;
	background-color: #ffdede;
	font-family: Poppins, sans-serif;
	font-weight: 500;
	font-size: 15px;
	color: #891a1a;
}
.social-media-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 22px;
	padding-bottom: 25px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	grid-column-gap: 12px;
	border-bottom: 1px solid rgba(21, 21, 21, 0.2);
}
.social-media-link {
	-webkit-transition: opacity 200ms ease-in-out;
	transition: opacity 200ms ease-in-out;
}
.social-media-link:hover {
	opacity: 0.85;
}
.main-footer {
	position: relative;
	z-index: 1;
	margin-top: -40px;
}
body.style2 .main-footer {
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	background-color: #f5f5f5;
}
body.dark .main-footer {
	background-color: #151515;
}
.footer-items-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 8px;
	padding-bottom: 8px;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer-divider {
	height: 1px;
	margin-right: -9999px;
	margin-left: -9999px;
	background-color: rgba(21, 21, 21, 0.2);
}
body.dark .footer-divider {
	background-color: #2C2C2C;
}
body.style2 .footer-divider {
	margin-right: 0px;
	margin-left: 0px;
}
.image-11 {
	margin-right: 36px;
	margin-left: 36px;
}
.text-block-19 {
	width: 33%;
	text-align: center;
}
.footer-item {
	width: 33%;
	font-family: Poppins, sans-serif;
	color: rgba(51, 51, 51, 0.8);
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s color ease-in-out;
}
.footer-item:hover {
	color: #3f98a2;
}
body.dark .footer-item:hover {
	color: #3d8e97;
}
body.dark .footer-item {
	color: hsla(0, 0%, 100%, 0.6);
	font-weight: 300;
}
.footer-item.disclaimer {
	margin-left: 25px;
	text-align: left;
}
.footer-item.privacy-policy {
	margin-right: 25px;
	text-align: right;
}
.payment-method-link {
	width: 100%;
}
.form-block-2 {
	margin-bottom: 0px;
}
body.dark .footer-logo-img {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}
.image-background {
	min-height: 420px;
	margin: -50px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: blur(6px);
	filter: blur(6px);
}
.desktop-blurry-background-container {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	display: none;
	min-height: 110vh;
	display: block;
}
body.style1 .desktop-blurry-background-container {
	display: none;
}
.desktop-background {
	height: 120%;
	margin: -50px;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-filter: blur(12px);
	filter: blur(12px);
}
.request-song-button {
	display: block;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 4px;
	background-color: #194c87;
	font-family: Poppins, sans-serif;
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	margin-top: 0;
	color: #fff!important;
}
.footer-logo {
	display: inline-flex;
	justify-content: center;
}
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
	border-top: 0;
}
.toggle-container, #songs-list-container {
	transition: height 0.35s ease-in-out;
	overflow: hidden;
}
.toggle-container:not(.active), #songs-list-container:not(.active) {
	display: none;
}

.toggle-container.active, #songs-list-container.active {
	display: block;
}
.tip-nudge-artist-section {
	margin-bottom: 10px;
}
#tip-nudge-footer {
	text-align: center;
	margin-top: 20px;
}
#skip-nudge {
	font-size: 15px;
	color: #333333d9;
	transition: 0.3s color ease-in-out;
}
#skip-nudge:hover {
	color: #3f98a2;
}

/* Saved Card */
#use-saved-card-container label, #use-new-card-container label {
	cursor: pointer;
	width: 100%;
	font-size: 15px;
	color: #333;
	padding: 10px 16px;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	background: #f1f1f1;
	margin-bottom: 10px;
}
#use-saved-card-container {
	margin-top: 8px;
}
.card-brand-number {
	display: flex;
	align-items: center;
}
.card-brand {
	width: 30px;
	margin-right: 6px;
}
#use-another-card {
	width: auto;
	margin: 0;
	line-height: normal;
	font-size: 14px;
	padding: 5px 14px;
	background: #bf7324;
}
#use-another-card:hover {
	background: #c97b26;
}
.saved-card-radio {
	margin: 0;
	margin-right: 15px;
}
#card-form-container {
	margin-bottom: 20px;
}

/* Error Box */
.error-box {
	display: none;
	text-align: center;
	border: 1px solid #f5c6cb;
	border-radius: 4px;
	color: #721c24;
	background-color: #f8d7da;
	font-weight: 300;
	padding: 10px 20px;
	margin-bottom: 10px;
	font-size: 15px;
}
.error-box.show {
	display: block;
}

/*Form Styling*/
form {
	margin-bottom: 0!important;
}
.frm_screen_reader, .frm_primary_label{
	display: none;
}
fieldset{
	border: 0;
	padding: 0;
}
.frm_combo_inputs_container>*, .frm_fields_container .frm_form_field, .frm_fields_container>*, .frm_grid_container>*, .frm_section_heading>* {
	grid-column: span 12/span 12;
}
.frm_verify, form input.frm_verify {
	position: absolute;
	left: -3000px;
}
select{
	width: 100%;
	height: 100%;
	background: transparent;
	outline: 0;
	min-height: 50px;
	/*min-height: 40px;*/
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
	background-position: 100%;
	background-repeat: no-repeat;
}
.frm_error_style, .frm_error{
	font-family: Poppins, sans-serif;
	background-color: #fac7c7;
	padding: 10px 20px;
	border-radius: 4px;
	color: #aa4242;
	font-size: 15px;
	margin-bottom: 10px;
	border: 1px solid #e6bcbc;
	font-size: 15px;
}
.frm_error_style {
	text-align: center;
}
.frm_error {
	background: transparent;
	color: #b72f2f;
	padding: 0 10px 10px 0;
	margin-bottom: 5px;
	border: 0;
}
.frm_message {
	text-align: center;
	border: 1px solid #c3e6cb;
	border-radius: 4px;
	color: #721c24;
	background-color: #d4edda;
	font-weight: 300;
	padding: 10px 20px;
	margin-bottom: 10px;
	color: #155724;
	font-size: 15px;
}
.frm_checkbox label {
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	color: #444;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 25px;
	line-height: 28px;
	color: #707070;
	font-size: 15px;
}

.frm_prev_page .button-text {
	display: flex;
	justify-content: center;
	align-items: center;
}
.frm_prev_page .button-text span.left-arrow {
	font-size: 36px;
	line-height: 18px;
	margin-bottom: 5px;
	margin-right: 7px;
	display: inline-block;
}
body.dark .frm_checkbox label {
	color: #d8d8d8;
}
input[type=checkbox] {
	width: 1.4rem;
	height: 1.4rem;
	/*color: dodgerblue;*/
	vertical-align: middle;
	-webkit-appearance: none;
	background: none;
	border: 0;
	outline: 0;
	flex-grow: 0;
	border-radius: 50%;
	background-color: #e4e4e4;
	transition: background 300ms;
	cursor: pointer;
	margin-right: 8px;
}
body.dark input[type=checkbox] {
	background-color: #777777;
}
input[type=checkbox]::before {
	content: "";
	color: transparent;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	border: 0;
	background-color: transparent;
	background-size: contain;
	box-shadow: inset 0 0 0 1px #d7d7d7;
}
body.dark input[type=checkbox]::before {
	box-shadow: none;
}
input[type=checkbox]:checked {
	/*background-color: #CCD3D8;*/
	background-color: #549bce;
}
body.dark input[type=checkbox]:checked {
	background-color: #549bce;
}
input[type=checkbox]:checked::before {
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
input[type=checkbox]:disabled {
	background-color: #549bce;
	opacity: 0.84;
	cursor: not-allowed;
}
input[type=checkbox]::-ms-check {
	content: "";
	color: transparent;
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	border: 0;
	background-color: transparent;
	background-size: contain;
	box-shadow: inset 0 0 0 1px #549bce;
}
input[type=checkbox]:checked::-ms-check {
	box-shadow: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}
#selected-song {
	color: rgba(21, 21, 21, 0.4);
}
#frm_field_780_container .frm_inline_box {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: -10px;
	display: block;
	font-weight: 100;
	font-size: 12px;
	opacity: 0.4;
}

/*Modal Popup*/
html.modal-open {
	overflow: hidden!important;
	pointer-events: none;
	position: fixed;
	left: 0;
	right: 0;
}
.modal {
	position: fixed;
	background-color: rgb(6 6 6 / 60%);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all 0.3s;
}
body.dark .modal {
	background-color: rgb(0 0 0 / 90%);
}
.modal.open {
	visibility: visible!important;
	opacity: 1!important;
	pointer-events: auto!important;
}
.modal h2 {
	margin-bottom: 35px;
}
.modal > div {
	width: 95%;
	max-width: 550px;
	max-height: 95vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px 30px;
	background: #f5f5f5;
	border-radius: 8px;
}
body.dark .modal > div {
	background: #151515;
}
.modal div:not(:last-of-type) {
	/*margin-bottom: 15px;*/
}
.modal-content {
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 10px;
	padding-right: 12px;
	margin-right: 18px;
	padding-left: 18px;
}
.modal-content::-webkit-scrollbar {
	width: 6px;
}
.modal-content::-webkit-scrollbar-track {
	background-color: #eee;
	border-radius: 4px;
	margin: 25px 0;
}
.modal-content::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background-color: #ababab; 
}
body.dark .modal-content::-webkit-scrollbar-track {
	background-color: #373737;
}
body.dark .modal-content::-webkit-scrollbar-thumb {
	background-color: #ffffff; 
}
.modal-wrapper {
	display: flex;
	flex-direction: column;
}
.x-btn {
	color: #aaa;
	line-height: 50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 5px;
	width: 60px;
	text-decoration: none;
	font-weight: 600;
	font-size: 20px;
}
.cancel-button {
	display: none;
}
.x-btn:hover {
	color: #000;
}
body.dark .x-btn:hover {
	color: #fff;
}
.modal input[type=text]:not(#amount), .modal input[type=email] {
	height: 40px;
	margin-bottom: 20px;
}
#payment-successful .modal-content {
	text-align: center;
	background: #F5F5F5;
	padding: 0;
	margin: 0;
}
#payment-successful .modal-wrapper {
	padding: 0;
	overflow: hidden;
}
#payment-successful button {
	margin-top: 20px;
	background-color: #8bc34a;
}
#payment-successful .x-btn {
	display: none;
}
#payment-successful .top-part {
	background-color: #8bc34a;
	color: #fff;
	font-family: sans-serif;
	font-size: 18px;
	padding-bottom: 20px;
}
#payment-successful .bottom-part {
	padding: 20px 20px;
}
#payment-successful .lottie-animation {
	margin-top: -50px;
	margin-bottom: -20px;
	height: 300px;
}
#payment-successful .lottie-container {
	margin-bottom: -15px;
	padding-top: 10px;
	display: flex;
	justify-content: center;
}
#payment-successful .top-part div {
	font-size: 22px;
	font-weight: 600;
}
#payment-successful .bottom-part div {
	font-size: 18px;
	color: #444;
}
body.dark #payment-successful .modal-content {
	background: #202020;
}
body.dark #payment-successful .bottom-part div {
	color: #f5f5f5;
	font-weight: 300;
}
body.dark #payment-successful button,
body.dark #payment-successful .top-part {
	background-color: hsl(88deg 50% 40%);
	color: #f5f5f5;
}


/*Button Loading Animation*/
.loading .button-text {
	visibility: hidden;
	opacity: 0;
}
.loading::after {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 4px solid transparent;
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: button-loading-spinner 1s ease infinite;
}
@keyframes button-loading-spinner {
	from {
		transform: rotate(0turn);
	}
	to {
		transform: rotate(1turn);
	}
}

/*Pay Per Song Dropdown Field*/
#paid-songs-list {
	position: relative;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAMAAACtdX32AAAAdVBMVEUAAAD///8AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAhMdQaAAAAJ3RSTlMAAAECAwQGBwsOFBwkJTg5RUZ4eYCHkJefpaytrsXGy8zW3+Do8vNn0bsyAAAAYElEQVR42tXROwJDQAAA0Ymw1p9kiT+L5P5HVEi3qJn2lcPjtIuzUIJ/rhIGy762N3XaThqMN1ZPALsZPEzG1x8LrFL77DHBnEMxBewz0fJ6LyFHTPL7xhwzWYrJ9z22AqmQBV757MHfAAAAAElFTkSuQmCC);
	background-position: 100%;
	background-repeat: no-repeat;
	display: none;
	place-content: center space-between;
	padding-left: 10px;
	border-style: solid;
	border-width: 0px 0px 1px;
	border-color: rgba(21, 21, 21, 0.8);
	border-radius: 0;
	cursor: pointer;
}
#selected-song {
	display: flex;
	align-items: center;
	font-size: 18px;
	height: 50px;
	overflow: hidden;
	max-width: 415px;
	white-space: nowrap;
}
#paid-songs-list span.price {
	display: inline-block;
	color: #FFF;
	background-color: #3e953d;
	padding: 1px 5px;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 12px;
	font-size: 14px;
}
#songs-list-container {
	background-color: #f5f5f5;
	box-shadow: rgb(0 0 0 / 25%) 0px 8px 15px;
	border-radius: 6px;
	position: absolute;
	display: none;
	border: 1px solid #cdc2c2;
	width: 100%;
	max-height: 300px;
	overflow: auto;
	z-index: 100;
	margin-top: 50px;
	padding-left: 0;
	margin-left: -10px;
}
#songs-list-container li {
	padding: 9px 0px;
	border-bottom: 1px solid #ededed;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	align-items: center;
}
#songs-list-container li:hover {
	background-color: #ececec;
}
#songs-list-container li:last-child {
	border-bottom: none;
}
#songs-list-container::-webkit-scrollbar {
	width: 10px;
}
#songs-list-container::-webkit-scrollbar-track {
	background-color: #dbdbdb;
	border-radius: 4px;
}
#songs-list-container::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #494848;
}
body.dark #paid-songs-list, body.dark select {
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAUCAYAAACaq43EAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC9SURBVHgB7ZAhDsJAEEVntw0IEhSSg0CCLWfgODgsDonCAZcgYEBjQXABQDbd5Y0gQUCzCS2C7Et+Opn/Oz+tSCTy13jvG0VRjPUZkG2GZkOKW865HVoyJyW5lMwabfUdqQIOtTl44GsWzPaNn+Cv0F6zUiUc7FB8RDNm87I37ObqaUbqgMNdCs5o8twxT9FJPfmS9JNhjLlQkPFLN5RddYVG1tqBelI3lPcpvqMbc09+CYXDPM8ziUQiJTwArHiaiPmhpQkAAAAASUVORK5CYII=');
	border-color: rgb(155 155 155 / 80%)!important;
}
body.dark #selected-song {
	color: #f0f0f0!important;
	font-weight: 300;
}
body.dark #songs-list-container {
	background-color: #262626;
	border-color: #363636;
}
body.dark #songs-list-container li {
	border-color: #343434;
}
body.dark #songs-list-container li {
	font-weight: 300;
}
body.dark #paid-songs-list .price {
	font-weight: 500!important;
}
body.dark #songs-list-container li:hover {
	background-color: #202020;
}

/*Stripe Form*/
.stripe-field-container {
	position: relative;
}
.stripe-field-container-wrapper {
	display: flex;
	column-gap: 20px;
}
.stripe-field-container-wrapper .stripe-field-container {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.stripe-form-container label {
	font-size: 13px;
	margin-bottom: 5px;
	display: block;
	color: #707070;
	line-height: 28px;
}
.checkbox-label {
	font-size: 15px!important;
	display: flex!important;
	cursor: pointer;
	align-items: flex-end;
	justify-content: flex-start;
	line-height: 28px;
	margin-bottom: 20px!important;
}
.ccicon {
	height: 40px;
	position: absolute;
	right: 10px;
	top: 24px;
	width: 40px;
}
.stripe-tip {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background: #f0f0f0;
	padding-top: 10px;
	border-radius: 4px;
	border: 1px solid #e8e8e8;
	margin-bottom: 15px;
}
.stripe-tip-fee {
	font-weight: 300;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
	margin-top: -5px;
	color: #474747;
}
body.dark .stripe-tip-fee {
	color: #a1a1a1;
}
.amount-wrapper {
	display: flex;
	align-items: center;
}
.stripe-tip input {
	border: 0;
	margin-bottom: 0;
	color: rgb(71, 71, 71);
	position: absolute;
	left: 0;
	width: 100%;
}
.dollar-sign{
	color: rgb(71, 71, 71);
	/*padding-top: 1px;*/
	margin-right: 5px;
	/*margin-bottom: 0!important;*/
	margin-bottom: -7px!important;
}
.dollar-sign svg {
	height: 50px;
	width: 14px;
	margin-bottom: 2px;
	cursor: text;
}
.amount-input-container {
	position: relative;
	min-width: 1em;
	width: min-content;
	line-height: 50px;
	display: flex;
	align-items: center;
}
.amount-size-calibration {
	visibility: hidden;
	white-space: pre;
}
.amount-size-calibration, .stripe-tip input {
	font-size: 28px;
	color: rgb(71, 71, 71);
	padding: 0;
}
.zero-amount {
	color: #a0a0a0!important;
}
#card-element {
	padding: 14px 4px 14px 12px;
	border: 1px solid #e2e2e2;
	border-radius: 4px;
	margin-bottom: 25px;
}
.card-error {
	border: 1px solid #eb1c26!important;
}

#card-payment-container {
	padding: 15px 35px 22px 35px;
	border: 1px solid #e8e5e5;
	border-radius: 4px;
}
#payment-request-button {
	padding: 0 35px;
}
.stripe-field-container input::placeholder {
	color: rgba(21, 21, 21, 0.4);
}
.stripe-field-container input[type=text]:not(#amount),
.stripe-field-container input[type=email],
.stripe-field-container input[type=tel] {
	height: 44px;
	margin-bottom: 20px;
	font-size: 15px;
}
.stripe-field-container:not(.stripe-tip), input[type=text], input[type=email], input[type=tel] {
	border-color: rgba(21, 21, 21, 0.5);
}
.song-price {
	font-size: 24px;
	color: rgb(71, 71, 71);
}
.stripe-pay-per-song {
	display: flex;
	flex-direction: row;
	padding: 15px 35px;
	margin-right: 0;
	margin-left: 0;
}
.song-display b {
	min-width: 55px;
	display: inline-block;
}
.song-separator {
	width: 1px;
	height: 65px;
	background: #e0e0e0;
	margin-right: 35px;
	margin-left: 35px
}
.stripe-form-pay-per-song {
	margin: 15px 35px;
}
.stripe-form-pay-per-song .frm_final_submit {
	display: none;
}
.stripe-pay-per-song .dollar-sign svg {
	height: 30px;
	width: 12px;
	margin-bottom: 0px;
	cursor: text;
}
body.dark .stripe-tip {
	background: #202020;
	border: 1px solid #282828;
}
body.dark #card-payment-container {
	border: 1px solid #282828;
}
body.dark #or {
	color: #bbb;
}
body.dark #amount {
	color: #ddd!important;
}
body.dark .dollar-sign{
	color: rgb(126 126 126);
}
body.dark .stripe-form-container label {
	color: #c5c2c2;
}
body.dark #use-saved-card-container label,
body.dark #use-new-card-container label {
	border: 1px solid #282828;
	background: #202020;
}
body.dark #card-payment-container * {
	color: #ddd;
	font-weight: 300;
}
body.dark #card-element {
	border: 1px solid #646464;
}
body.dark .stripe-field-container input::placeholder {
	color: #f5f5f5a6;
}
body.dark .song-display span {
	font-weight: 300;
}
body.dark .song-separator {
	background: #444;
}
body.dark .song-price {
	color: #ddd;
}

/*Not subscribed*/
body.style2.not-subscribed {
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 20px;
}
body.style2.not-subscribed .not-subscribed-logo {
	margin-bottom: 35px;
	z-index: 1;
}
body.style2.not-subscribed .desktop-background {
	background-image: linear-gradient(to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}
body.style2.not-subscribed .image-container{
	display: none;
}
body.style2.not-subscribed .mobile-container{
	padding-left: 20px;
	padding-right: 20px;
}
body.style2.not-subscribed .section-title {
	line-height: 38px!important;
}
body.style2.not-subscribed .sections-container {
	background-color: #f5f5f5d1!important;
	border-radius: 4px;
	padding: 25px 30px 50px!important;
}
body.style2.not-subscribed .not-subscribed-section {
	font-size: 14px;
	text-align: center;
}
body.style2.not-subscribed .not-subscribed-section .section-title {
	max-width: 380px;
	margin: 15px auto;
}
body.style2.not-subscribed .not-subscribed-section div span:first-child {
	display: block;
	margin-top: 25px;
	margin-bottom: 20px;
}
body.style2.not-subscribed .not-subscribed-section div span:nth-child(2) {
	color: #444;
	font-weight: 300;
}

@media screen and (max-width: 991px) {
	body.style2 .footer-divider {
		margin-right: -9999px;
		margin-left: -9999px;
	}
	.image-background {
		min-height: 420px;
		margin: -50px;
		background-position: 50% 50%;
		background-size: cover;
		-webkit-filter: blur(8px);
		filter: blur(8px);
	}
	.desktop-blurry-background-container {
		display: block;
	}
	body.style2 .desktop-blurry-background-container {
		display: block;
	}
	body.style2.not-subscribed .footer-divider {
		margin-right: 0;
		margin-left: 0;
	}
}

@media screen and (max-width: 767px) {
	.image-container {
		height: 280px;
	}
	body.style2 .image-container {
		max-width: 767px;
	}
	body.style2 .artist-name {
		bottom: 0px;
	}
	.sections-container {
		padding-right: 15px;
		padding-left: 15px;
	}
	body.style2 .sections-container {
		margin-top: 40px;
		padding-right: 20px;
		padding-left: 20px;
	}
	.stripe-row {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	body.style2 .desktop-blurry-background-container{
		display: none;
	}
	body.style2 .desktop-background{
		background-image: none;
	}

	body.style2.not-subscribed .desktop-blurry-background-container {
		display: block!important;
	}
	.modal > div {
		max-width: 100vw;
		max-height: 100vh;
		top: 0;
		left: 0;
		transform: none;
		border-radius: 0;
		width: 100%;
		padding: 50px 30px;
	}
	.modal-content {
		padding-bottom: 90px;
	}
	.x-btn {
		top: 18px;
		position: fixed;
	}
	.modal-content {
		margin: 10px 0 10px 0;
		padding: 20px 60px 80px 60px;
	}
	.modal-content::-webkit-scrollbar,
	.modal-content::-webkit-scrollbar-track,
	.modal-content::-webkit-scrollbar-thumb {
		display: none;
	}
}

@media screen and (max-width: 479px) {
	body.style1 .image-container {
		height: 280px;
	}
	body.style2 .image-container {
		margin-right: -15px;
		margin-left: -15px;
	}
	.artist-name {
		font-size: 45px;
		line-height: 55px;
	}
	body.style2 .artist-name {
		bottom: 20px;
	}
	body.style2 .sections-container {
		margin-top: 25px;
		padding-top: 20px;
		padding-right: 30px;
		padding-left: 30px;
		border-top-left-radius: 20px;
		border-top-right-radius: 20px;
		top: -45px;
	}
	.section-title {
		margin-top: 0px;
	}
	.stripe-row {
		padding-top: 18px;
		padding-bottom: 18px;
	}
	.venmo {
		height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.paypal {
		height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.cashapp {
		height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.social-media-container {
		grid-column-gap: 8px;
	}
	.payment-method-link {
		-webkit-align-self: stretch;
		-ms-flex-item-align: stretch;
		-ms-grid-row-align: stretch;
		align-self: stretch;
	}
	.main-footer {
		margin-top: -45px;
	}

	/* Form Styling */
	.modal {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 999;
	}
	#stripe-form .modal > div {
		width: 100%;
		max-height: 100vh;
		height: auto;
		position: fixed;
		bottom: 64px;
		top: inherit;
		left: inherit;
		z-index: 2;
		padding: 0;
		display: flex;
		justify-content: center;
		border-radius: 0 0 10px 10px;
	}	
	.modal-content {
		padding: 10px 12px;
	}	
	#card-payment-container {
		padding: 15px 20px 22px 20px;
	}
	#payment-request-button {
		padding: 0 20px;
	}
	.cancel-button {
		display: block;
		position: fixed;
		bottom: 0;
		border-radius: 0;
		z-index: 1;
		background: #27a584;
		padding-top: 22px;
		padding-bottom: 12px;
		outline: 0;
	}
	.cancel-button:focus, .cancel-button:hover {
		background: #27a584;
	}

	#stripe-form .modal-wrapper {
		box-shadow: 0px 5px 6px #1f9576b8;
	}
	#stripe-form .modal.open {
		max-height: 100vh;
		min-height: 100vh;
		min-height: -webkit-fill-available;
	}
	#payment-successful .modal > div {
		border-radius: 8px;
		width: 95vw;
	}
	#payment-successful .modal-wrapper {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	.stripe-tip {
		margin: 0 -15px 10px -15px;
	}
	.amount-size-calibration {
		visibility: visible;
		cursor: text;
	}
	.stripe-tip input {
		opacity: 0;
	}
	.stripe-field-container input[type=text]:not(#amount), .stripe-field-container input[type=email] {
		height: 36px;
	}
	.stripe-pay-per-song {
		padding: 15px 25px;
		margin-left: 0;
		margin-right: 0;
	}
	.song-display b {
		min-width: 50px;
	}
	.song-separator {
		margin-right: 25px;
		margin-left: 25px
	}
	.stripe-pay-per-song .dollar-sign svg {
		height: 30px;
		width: 12px;
		margin-bottom: 0px;
		cursor: text;
	}
	body.style2.not-subscribed .not-subscribed-section .section-title {
		font-size: 20px;
	}
	#card-form-container {
		margin-bottom: 0;
	}
}

.main-body {
	display: flex;
	justify-content: center;
	background-color: #1F2937;
}
.desktop-blurry-background-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: none;
	min-height: 110vh;
	display: block;
	z-index: -1;
}
.new-mobile-container {
	width: 100%;
	max-width: 400px;
	min-height: 100vh;
}

.artist-name {
	font-family: astra, roboto, sans-serif;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	margin-bottom: 0;
	margin-top: 0;
	color: #f0f0f0;
	font-size: 64px;
	font-weight: 700;
	line-height: 75px;
	text-align: left;
	padding: 0 18px;
	word-wrap: break-word;
}
.artist-name span {
	font-family: astra, roboto, sans-serif;
	color: #FBB03B;
}
.sections-container {
	background-color: #F1F1F1;
	margin: -15px auto 0;
	position: relative;
	z-index: 2;
	border-radius: 15px 15px 0 0;
	min-height: calc(100vh - 345px);
}
.welcome {
	font-size: 24px;
	font-weight: 700;
	margin-top: 8px;
	text-align: center;
	color: #1F2937;
}
.welcome span {
	color: #FBB03B;
}
.request-song, .tip-artist {
	margin: 15px 32px 0 32px;
	padding: 13px 0;
	width: auto;
	font-weight: 700;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	border-radius: 10px;
	box-shadow: 0 0 40px 0 rgba(31, 41, 55, 0.05);
	border: 3px solid #FBB03B;
}

.request-song {
	color: #1F2937;
	background-color: #fff;
}
.request-song:hover {
	color: #1F2937;
	background-color: #fff7ea;
}

.tip-artist {
	color: #fff;
	background-color: #FBB03B;
	font-weight: 500;
}
.tip-artist:hover {
	background-color: #f3a62b;
	border-color: #f3a62b;
}
.save-time {
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	color: #1F2937;
	margin-top: 16px;
}
.save-time a {
	color: #1F2937;
}
.follow-artist-section {
	margin: 0 auto;
	margin-top: 30px;
}
.follow-artist-title {
	font-family: astra, roboto, sans-serif;
	color: #FBB03B;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
	text-align: center;
}
.follow-artist-title span {
	font-family: astra, roboto, sans-serif;
	color: #1F2937;
}
.follow-artist-separator {
	margin: 0 auto;
	width: 125px;
	height: 1px;
	background-color: #1F2937;
	margin-bottom: 12px;
}
.artist-social-media-container {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 22px;
}
.social-media-item {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #1F2937;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 200ms ease-in-out; 
}
.social-media-item:hover {
	background-color: #3b4a5e;
}
.social-media-item.facebook img {
	margin-left: -1px;
	height: 18px;
}
.social-media-item.instagram img {
	margin-right: -1px;
	height: 16px;
}
.social-media-item.x img {
	margin-right: -1px;
	height: 14px;
}
.social-media-item.custom-link img {
	height: 16px;
}
.powered-by {
	font-weight: 700;
	font-size: 12px;
	color: #000;
	margin: 26px auto 16px auto;
	display: flex;
	flex-grow: 1;
	align-items: flex-end;
	column-gap: 5px;
}
.powered-by a {
	height: 13px;
}










.new-mobile-container .image-container {
	height: 290px;
/*	background-image: none; */
	background-color: #1F2937;
}
.new-mobile-container .artist-name {
	bottom: 30px;
}
.new-mobile-container .sections-container {
	min-height: calc(100vh - 275px);
	padding: 25px 20px 0 20px;
}
.feeling-tipsy {
	font-weight: 700;
	font-size: 24px;
	color: #1F2937;
}
.feeling-tipsy span {
	color: #FBB03B;
}
.tip-options-container {
	margin-top: 10px;
}
.tip-options-container .first-row {
	display: flex;
	flex-direction: row;
	column-gap: 10px;
	margin-bottom: 8px;
}
.tip-options-container .first-row > div {
	width: calc(25% - 7.5px);
}

.tip-button {
	display: inline-block;
	font-size: 16px;
	padding: 8px 0;
	font-weight: 700;
	border: 2px solid #FBB03B;
	border-radius: 5px;
	background-color: #fff;
	cursor: pointer;
	min-width: 65px;
	width: 100%;
	text-align: center;
	color: #1F2937;
	transform: scale(1);
	transition: transform 200ms ease-in-out, background-color 200ms ease-in-out;
}
.tip-button:hover {
	background-color: #fff7ea;
}
.tip50 .tip-button {
	font-size: 22px;
	box-shadow: 2px 2px 0px 0px #1F2937;
}
.tip50 .tip-button span {
	color: #FBB03B;
}
.tip-options-container input[type="checkbox"] {
	display: none;
}
.tip-options-container input[type="checkbox"]:checked + .tip-button:not(.tip-large) {
	background-color: #FBB03B;
	color: #fff;
	font-size: 21px;
	max-height: 38px;
	padding-top: 5px;
	transform: scale(1.08);
	font-weight: 500;
}
.tip-options-container input[type="checkbox"]:checked + .tip-button.tip-large {
	font-size: 22px;
	background-color: #FBB03B;
	transform: scale(1.03);
}
.tip-options-container input[type="checkbox"]:checked + .tip-button.tip-large span {
	color: #fff;
}
.customtip {
	/*padding: 13px 4px 13px 16px!important;*/
	padding: 13px 3px!important;
	font-style: italic;
	font-size: 11px!important;
	font-weight: 500;
	text-align: center;
	height: 38px!important;
	background-color: #fff!important;
	border: 0!important;
	border-radius: 6px!important;
	margin-bottom: 0!important;
	color: #1F2937!important;
	/*min-width: 90px;
	width: 25%!important;*/
	max-width: 100%;
}
.customtip::placeholder {
	color: #949CA8;
}
.customtip::-ms-input-placeholder {
	color: #949CA8;
}
.customtip {
	-moz-appearance: textfield;
}
.customtip::-webkit-outer-spin-button,
.customtip::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.stripe-container {
	margin-top: 20px;
}
.stripe-container input, .shipping-fields-container input {
	border: 0;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	border-radius: 5px!important;
	background-color: #fff;
	font-family: roboto, sans-serif;
}
.stripe-container input::placeholder {
	font-weight: 400;
}
.stripe-label {
	font-size: 24px;
	font-weight: 700;
	color: #1F2937;
	margin-bottom: 8px;
}
.stripe-form {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 10px;
}
.shipping-fields-container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 7px;
	column-gap: 7px;
}
.shipping-fields-container > div {
	flex-basis: 100%;
}
.stripe-form input, .shipping-fields-container input {
	margin-bottom: 0!important;
}
#card-number, #card-name, #card-email {
	flex-basis: 100%;
}
#card-expiry {
	flex-basis: calc(60% - 5px);
}
#card-cvc {
	flex-basis: calc(40% - 5px);
}
#card-number, #card-name, #card-expiry, #card-cvc, #card-email {
	padding: 15px 10px;
	background-color: #fff;
	border-radius: 6px!important;
	min-height: 50px;
}
.stripe-container input[type=text]::placeholder {
	color: #949CA8;
}
.stripe-container input[type=text]::-ms-input-placeholder {
	color: #949CA8;
}
.stripe-container input[type=email]::placeholder {
	color: #949CA8;
}
.stripe-container input[type=email]::-ms-input-placeholder {
	color: #949CA8;
}
#submit-payment, #accept-oto, #confirm-purchase {
	margin: 0 12px;
	border-radius: 10px;
	background-color: #FBB03B;
	font-size: 24px;
	font-weight: 500;
	font-family: roboto, sans-serif;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	transition: background-color 300ms ease-in-out;
}
#submit-payment:hover, #accept-oto:hover, #confirm-purchase:hover {
	background-color: #f3a62b;
}
#accept-oto {
	line-height: 92.3%;
	font-size: 18px;
	border-radius: 3px;
	width: calc(100% - 24px);
	margin-top: 10px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#confirm-purchase {
	font-size: 20px;
	width: calc(100% - 24px);
	margin-top: 20px;
	padding-top: 16px;
	padding-bottom: 16px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
#no-thanks {
	font-family: "roboto flex", roboto, sans-serif;
	font-weight: 600;
	font-size: 14px;
	color: #1F2937;
	text-align: center;
	margin-top: 12px;
	cursor: pointer;
	padding: 15px;
}
#no-thanks:hover {
	color: #4f5863;
}
.other-payment-methods-container {
	display: flex;
	flex-direction: row;
	column-gap: 11px;
	padding: 0 26px;
	margin-top: 16px;
	justify-content: center;
}
.payment-method {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	border-radius: 5px;
	background-color: #fff;
	height: 34px;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
	transition: background-color 200ms ease-in-out;
	flex-basis: 33.33334%;
}
.payment-method:hover {
	background-color: #fff7ea;
}
#tip-error, #tipAmount-error {
	padding: 15px 20px;
	margin: 10px 0 20px 0;
	background-color: #ff5e49;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	display: none;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	word-break: break-word;
}
.oto-header {
	font-family: astra, roboto, sans-serif;
	font-size: 42px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: relative;
	top: 60px;
	max-width: 365px;
	padding: 0 20px;
	margin: 0 auto;
}
.oto-header span {
	font-family: astra, roboto, sans-serif;
	font-size: 102px;
	font-weight: 700;
	color: #FBB03B;
	text-align: center;
}

.oto-product-container {
	padding: 25px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
}
.oto-product-image {
	width: 100%;
	padding-top: 100%;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	margin: 0 auto 20px auto;
}
.oto-product-price {
	font-family: astra, roboto, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #1F2937;
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 8px;
}
.oto-product-price span {
	font-family: astra, roboto, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #D31638;
	text-decoration: line-through;
}
.confirmation-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #00000052;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 99;
	opacity: 0;
	transition: opacity 500ms ease-in-out;
	pointer-events: none;
}
.confirmation-modal-overlay.show {
	opacity: 1;
	pointer-events: auto;
}
.confirmation-modal {
	max-width: 345px;
	width: 100%;
	background-color: #fff;
	padding: 50px 12px 35px 12px;
	border-radius: 10px;
	position: relative;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
	overflow: auto;
	max-height: 90vh;
}
.modal-close {
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	height: 26px;
	width: 26px;
	background-color: #1F2937;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}
.shipping-details-label {
	color: #1F2937;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 12px;
}
.shipping-details-label span {
	color: #FBB03B;
}
.shipping-fields-container input {
	background-color: #f1f1f1!important;
	height: 26px!important;
	color: #1F2937;
	font-weight: 400!important;
	font-size: 12px!important;
	font-style: italic!important;
	border-radius: 5px!important;
	padding: 7px;
}
.shipping-fields-container input::placeholder {
	color: #949CA8;
	font-weight: 400!important;
}
.address-state, .address-zipcode {
	flex-basis: calc(50% - 3.5px)!important;
}
.product-preview-container {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
	margin-top: 30px;
	display: flex;
	column-gap: 10px;
	align-items: flex-start;
	justify-content: flex-start;
}
.product-preview-image {
	border-radius: 5px;
	min-width: 92px;
	padding-top: 92px;
	background-size: cover;
	background-position: center;
}
.product-preview-name {
	font-family: astra, roboto, sans-serif;
	color: #1F2937;
	font-size: 16px;
}
.product-preview-price {
	font-family: astra, roboto, sans-serif;
	color: #1F2937;
	font-size: 10px;
}
.product-preview-details {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	row-gap: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.error-message {
	color: #cd6153;
	display: none;
	font-size: 11px;
	margin-top: 4px;
	margin-left: 8px;
}
.payment-request-button-container {
	position: relative;
}
#payment-request-button{
	padding: 0;
	margin: 10px 12px 0 12px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	position: relative;
}
#payment-request-button-overlay {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	cursor: pointer;
	margin: 0 12px;
	border-radius: 10px;
	transition: background-color 200ms ease-in-out;
}
#payment-request-button-overlay:hover {
	background-color: #ffbb4c0d;
}
.or {
	position: relative;
	margin: 10px 12px;
	color: #949CA8;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}
.or[data-stripe="true"]{
	display: none;
}
.or:after {
	display: block;
	content: " ";
	height: 1px;
	width: calc(50% - 35px);
	background-color: #c9ccd1;
	margin: 0 auto;
	position: absolute;
	top: 9px;
	right: 10px;
}
.or:before {
	display: block;
	content: " ";
	height: 1px;
	width: calc(50% - 35px);
	background-color: #c9ccd1;
	margin: 0 auto;
	position: absolute;
	top: 9px;
	left: 10px;
}
#processing-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffcc53; /* TipTree brand yellow */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s ease;
}

#processing-overlay.show {
    opacity: 1;
    visibility: visible;
}

.record-container {
    width: 180px;
    height: 180px;
    margin-bottom: 20px;
}

.record-spin {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: spinRecord 1.4s linear infinite;
}

@keyframes spinRecord {
    from { transform: rotate(0deg) scale(1.0); }
    to   { transform: rotate(360deg) scale(1.0); }
}

.processing-message {
    font-family: 'astra', sans-serif;
    font-size: 26px;
    font-weight: 900;
    color: #000;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    max-width: 80%;
    line-height: 1.3;
    animation: fadeUp .6s ease forwards;
    opacity: 0;
}

@keyframes fadeUp {
    from { transform: translateY(10px); opacity: 0; }
    to   { transform: translateY(0); opacity: 1; }
}

.processing-logo img {
    width: 150px;
    opacity: 0;
    animation: fadeLogo .8s ease forwards .3s;
}

@keyframes fadeLogo {
    from { opacity: 0; transform: translateY(8px); }
    to   { opacity: 1; transform: translateY(0); }
}

/* RECORD BOUNCE ENTRANCE */
#processing-overlay.show .record-container {
    animation: recordPop .5s ease-out both;
}

@keyframes recordPop {
    0%   { transform: scale(0.6) rotate(-15deg); opacity: 0; }
    60%  { transform: scale(1.1) rotate(5deg); opacity: 1; }
    100% { transform: scale(1.0) rotate(0deg); opacity: 1; }
}



.image-container {
	height: 360px;
	max-width: 500px;
	margin-right: auto;
	margin-left: auto;

	background-position: 0px 0px, 50% 50%;
	background-size: auto, cover;
	background-repeat: repeat, no-repeat;
	background-attachment: scroll, scroll;
	position: relative;
}

.request-form {
	margin-top: 10px;
}
.request-form fieldset {
	margin: 0;
}

.request-form input, .request-form select {
	background-color: #fff;
	padding: 15px 10px;
	border-radius: 6px !important;
	min-height: 50px;
	border: 0;
	font-family: roboto, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}
.request-form input::placeholder {
	font-weight: 400;
	color: #949CA8;
}
#frm_field_780_container > .frm_with_box > .frm_inline_box {
	display: none;
}

.request_form_submit_btn, .make-another-request-btn {
	margin: 0 12px;
	border-radius: 10px;
	background-color: #fbb03b;
	font-size: 24px;
	font-weight: 500;
	font-family: roboto, sans-serif;
	box-shadow: 0 0 40px 0 rgba(0, 0, 0, .05);
	transition: background-color 300ms ease-in-out;
	width: calc(100% - 24px);
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 17px;
}
.request_form_submit_btn:hover, .make-another-request-btn:hover {
	background-color: #f3a62b;
}

.frm_button_submit {
	display: none;
}

.privacy-policy-info {
	font-family: roboto, sans-serif;
	margin-top: 10px;
	color: #949CA8;
	font-size: 12px;
	font-weight: 400;
	margin: 10px 20px 0 20px;
}
.privacy-policy-info a {
	font-family: roboto, sans-serif;
	text-decoration: underline;
	color: #1F2937;
	font-weight: 600;
}

.new-mobile-container .feeling-tipsy.label  {
	font-size: 16px;
	font-weight: 600;
}
.error-message-request {
	display: block;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 13px;
	font-weight: 500;
	color: #cd6153;
}
#tip-error.error-modal {
	margin: 0;
	padding: 10px;
	width: 100%;
}

.confirmation-modal-overlay.checkout .shipping-details-label  {
	text-align: center;
	font-size: 42px;
}

.confirmation-modal-overlay.checkout .confirmation-modal  {
	background-color: #F1F1F1;
}
.artist-name a {
	text-decoration: none;
	color: #fff;
	font-family: astra, roboto, sans-serif;
}
.thank-you-title {
	font-family: astra, roboto, sans-serif;
	font-size: 64px;
	font-weight: 700;
	margin-bottom: 8px;
	text-align: center;
	color: #fff;
	margin-top: 0;
}
.make-another-request-btn {
	margin: 0 25px;
	width: calc(100% - 50px);
}
.new-mobile-container.thankyou .request_form_submit_btn  {
	margin: 0 5px;
	width: calc(100% - 10px);
	margin-top: 20px;
}
.new-mobile-container.thankyou .image-container  {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 30px;
}
.new-mobile-container.thankyou.receipt-page .image-container  {
	padding-bottom: 50px;
}

.new-mobile-container.thankyou:not(.receipt-page) .sections-container {
	background-color: #1f2937;
	padding: 25px 15px 0 15px;
}
.new-mobile-container.thankyou:not(.receipt-page) .sections-wrapper {
	background-color: #fff;
	padding: 25px 10px;
	border-radius: 14px;
}
.new-mobile-container.thankyou .feeling-tipsy {
	font-size: 30px;
	text-align: center;
}
.new-mobile-container.thankyou .feeling-tipsy.label {
	font-size: 24px;
	font-weight: 600;
	padding: 0 40px;
	margin-bottom: 30px;
}
.new-mobile-container.thankyou .customtip {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
.new-mobile-container.thankyou:not(.receipt-page) .powered-by {
	color: #fff;
	font-weight: 500;
}
.receipt-title {
	font-family: astra, roboto, sans-serif;
	font-weight: 700; 
	font-size: 20px;
	color: #FBB03B;
	margin-bottom: 10px;
}
.tip-receipt-title {
	font-family: astra, roboto, sans-serif;
	font-weight: 700; 
	font-size: 16px;
	color: #1F2937;
	margin-bottom: 10px;
	margin-top: 1px;
}
.tip-receipt-title span {
	color: #FBB03B;
}
.oto-receipt-container {
	display: flex;
	justify-content: space-between;
	column-gap: 5px;
}
.oto-container {
	display: flex;
	column-gap: 8px;
}
.oto-name {
	margin-top: 4px;
}
.oto-image {
	min-width: 52px;
	min-height: 52px;
	width: 52px;
	height: 52px;
	border-radius: 5px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.oto-name, .oto-price {
	font-family: astra, roboto, sans-serif;
	font-weight: 700; 
	font-size: 16px;
	margin-bottom: 5px;
	color: #1F2937;
}
.oto-receipt-details {
	display: flex;
	flex-direction: column;
	row-gap: 2px;
	margin-top: 4px;
}
.oto-price-details > div:first-child {
	flex-grow: 1;
}
.oto-price-details > div {
	text-align: right;
	color: #1F2937;
}
.oto-price-label, .oto-small-price {
	font-size: 10px;
	font-weight: 400;
	color: #1F2937;
}
.oto-price-label {
	margin-right: 5px;
}
.oto-price-total-label {
	font-family: 'roboto flex', roboto, sans-serif;
	font-weight: 700; 
	font-size: 20px; 
	color: #1F2937;
}
.oto-price-total {
	font-family: astra, roboto, sans-serif;
	font-weight: 700; 
	font-size: 18px;
	color: #FBB03B;
}
.price-line.total {
	margin-top: 6px;
}
.price-line {
	display: flex;
	justify-content: flex-end;
	column-gap: 15px;
	align-items: flex-end;
}
.price-amount {
	min-width: 55px;
}
.tip-receipt {
	margin-top: 25px;
}
.follow-box {
	padding: 30px;
	box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.10);
	background-color: #fff;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
	border-radius: 6px;
	margin-top: 25px;
}
.follow-text {
	font-family: astra, roboto, sans-serif;
	font-size: 42px;
	color: #FBB03B;
	text-align: center;
}
.follow-text span {
	font-family: astra, roboto, sans-serif;
	font-size: 42px;
	color: #1F2937;
}
.artist-social-media-container.follow {
	flex-wrap: wrap;
	row-gap: 16px;
	justify-content: space-evenly;
	column-gap: 10px;
}
.artist-social-media-container.follow > a {
	width: 50px;
	height: 50px;
}
.artist-social-media-container.follow .social-media-item.facebook img {
	height: 28px;
}
.artist-social-media-container.follow .social-media-item.instagram img {
	margin-right: -3px;
	height: 29px;
}
.artist-social-media-container.follow .social-media-item.youtube img {
	height: 18px;
}
.artist-social-media-container.follow .social-media-item.x img {
	margin-right: -3px;
	height: 24px;
}
.other-payment-methods-container.no-stripe {
	padding: 0;
	margin-top: 25px;
	flex-direction: column;
	row-gap: 12px;
}
.other-payment-methods-container.no-stripe .payment-method {
	height: 100%;
	flex-basis: 100%;
	padding: 19px 6px;
}
.other-payment-methods-container.no-stripe .payment-method img {
	height: 28px;
}
.feeling-tipsy.show-form {
	margin-top: 28px;
	margin-bottom: 6px;
	text-align: center;
}
.request_form_submit_btn.tip-showing {
	margin-top: 18px;
}
.request_form_submit_btn.tip-not-showing {
	margin-top: 6px;
}
.tip-artist.show-form {
	margin: 0 12px;
}
.or.show-form {
	display: block;
	margin: 14px 12px;
}
.no-sub-text, .no-sub-title {
	color: #1f2937;
	margin-top: 20px;
	text-align: center;
	line-height: 25px;
}
.no-sub-title {
	font-size: 24px;
	font-weight: 700;
	margin-top: 8px;
	text-align: center;
	color: #1f2937;
}
#paid-songs-list {
	background-color: #fff;
	padding: 0px 35px 0 10px;
	border-radius: 6px !important;
	min-height: 50px;
	border: 0;
	font-family: roboto, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	margin-bottom: 10px;
}
.additional-fee {
	background-color: #e1e1e1;
	padding: 15px 11px;
	font-size: 13px;
	text-align: center;
	border-radius: 6px;
	margin-bottom: -10px;
	color: #1f2937;
}

.request-cost {
	background-color: #e1e1e1;
	padding: 15px 11px;
	font-size: 13px;
	text-align: center;
	border-radius: 6px;
	margin-top: 10px;
	color: #1f2937;
}

/* Fix Formidable login / request checkboxes */
.request-form input[type="checkbox"],
.frm_forms input[type="checkbox"] {
    width: auto;
    height: auto;
    margin-right: 6px;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #ccc;
    vertical-align: middle;

    /* force browser default checkbox look */
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}
/* Only style our custom toggles, not all checkboxes */
.custom-toggle input[type="checkbox"],
.tipnudge-toggle input[type="checkbox"] {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: 50%;
    /* etc */
}
