
*{
	margin			: 0px;
}*

body{
  	color			: #000;
    background      : #ff8fab;
  	font			: 400 16px/24px Roboto,sans-serif;
  	font-family		: 'Roboto','Helvetica Neue',Helvetica,sans-serif;
  	line-height		: 23px;
    padding-left    : calc(100vw - 100%);
}

#wrapper{
	width			: 1000px;
    background      : #ff8fab;
    margin-top      : 10px;
    margin-bottom   : 10px;
	margin-right	: auto;
	margin-left		: auto;
	height			: auto;
    padding-bottom	: 0px;
	padding-top		: 0px;
}

#top,#content,#container,#footer{
	width			: 1000px;
	margin			: auto;
}
#container2{
	width			: 996px;
	margin			: auto;
}

#top{
	height			: auto;
	background-color: #fb6f92;
	color			: #fff;
	border-radius	: 6px 6px 0px 0px;
	margin			: 0px auto;
    background-image: url(/images/header.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size	: 100% auto;
    border			: 2px solid #fb6f92;
	position		: relative;
    z-index			: 0;

}
#top img{
    width: 100%;
    height: auto;
    opacity:0;
}

#footer{
	height			: auto;
	border-radius	: 0px 0px 6px 6px;
	border-top		: 2px solid #fb6f92;
	border-right	: 2px solid #fb6f92;
    border-left	    : 2px solid #fb6f92;
	background-color: #fb6f92;
	margin			: auto;
}

#content{
	height			: auto;
	background		: #fff;
	margin			: auto;
}

#container{
	overflow		: hidden;
	background		: #ffe5ec;
	text-align		: left;
	position		: relative;
	z-index			: 1;
	border-top		: 2px solid #fb6f92;
	border-left		: 2px solid #fb6f92;
	border-right	: 2px solid #fb6f92;
}
#container2{
	overflow		: hidden;
	background		: #ffb3c6;
	text-align		: left;
	position		: relative;
	z-index			: 2;
	border-top		: 2px solid #ffe5ec;
	border-left		: 2px solid #ffe5ec;
	border-right	: 2px solid #ffe5ec;
}
#container3{
	overflow		: hidden;
	background		: #ffc2d1;
	text-align		: left;
	position		: relative;
	z-index			: 3;
	border-top		: 2px solid #ffc2d1;
	border-left		: 2px solid #ffc2d1;
	border-right	: 2px solid #ffc2d1;
}

#lcontain,#rcontain,#fourcontain{
	text-align		: center;
    padding-bottom	: 20px;
}

#lcontain{
	margin			: auto;
	width			: 300px;
	float			: left;
	background		: #eeeeee;
}

#rcontain{
	margin			: auto;
	width			: 550px;
	float			: right;
	background		: #eeeeee;
}

#fourcontain{
	margin			: auto;
	width			: 212px;
	float			: left;
	background		: rgba(0, 147, 214, 0.2);
}

#fourgroup{
	margin			: auto;
	width			: 850px;
	height			: 600px; /* this wasn't active */
	float			: left;
	background		: rgba(0, 147, 214, 0.2);
}

#buttonright button {
	float			: right;
}

#buttoncenter {
    display			: flex;
    justify-content	: center;
}

.nomargin{
	margin			: 1;
}

#message {
    display			: none;
    font-size		: 24px;
}

span.error {
	color			: red;
	background		: white;
}

img.displayed,#ul{
    display			: block;
    margin-left		: auto;
    margin-right	: auto;
	padding			: 10px;
}

img.left {
    	display			: block;
    	float			: left;
	padding				: 10px;
}

.button:active {
  	background-color	: lightBlue;
  	box-shadow			: 0 5px #666;
  	font-size			: 16px;
}

.remover:active {
    opacity			: 0.0;
  	box-shadow		: none;
}

.remover:focus {
	opacity			: 0.2;
  	box-shadow		: none;
}

.disabled {
	background-color	: lightgrey;
    cursor				: not-allowed;
    color				: black;
}

.disabled:hover {
	font-size				: 16px;
	border					: 1px solid black;
	background-color		: lightgrey;
	margin					: 8px 1px 0px 1px;
	color					: black;
	box-shadow				: none;
}

.table-container {
    text-align: center; /* This centers the table within the container horizontally */
}

table {
	overflow				: hidden; /* Ensure the rounded corners are visible */
    font-size				: 0.9em;
    font-family				: sans-serif;
    min-width				: 100%;
	max-width				: 100%;
    margin					: 0 auto; /* This centers the table within the div container horizontally */
}



thead tr {
    background-color		: #009879;
    text-align				: center;
}


th{
	background-color			: #ff8fab;
}

td:empty::before {
  content: "\00a0"; /* Non-breaking space (&nbsp;) */
}

th, td {
    padding					: 12px 15px;
    text-align				: center;
	border-radius			: 6px;
	box-shadow				: 	0 0 20px rgba(0, 0, 0, 0.15);
}

/* Style for the sorted column */
th.sortable.ascending::after {
content: ' ▲'; /* Up arrow for ascending order */
}

th.sortable.descending::after {
content: ' ▼'; /* Down arrow for descending order */
}

/* Style to indicate that columns are sortable */
th.sortable {
cursor: pointer;
}

table th:hover, td:hover{
	color						: #fb6f92;
	box-shadow					: inset 0 0 16px 0px rgba(0, 0, 0, 0.15)
}

tbody tr:nth-of-type(even) {
    background-color			: #ffe5ec;
}
tbody tr:nth-of-type(odd) {
    background-color			: #ffc2d1;
}

input[type="color"] {
   -webkit-appearance		: none;
    width					: 30px;
    height					: 30px;
    border					: 0;
    border-radius			: 50%;
    padding					: 0;
    overflow				: hidden;
    box-shadow				: 2px 2px 5px rgba(0,0,0,.1);
	margin-left				: 40px;
}
input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}
input[type="color"]::-webkit-color-swatch {
    border: none;
}

#top h1{
	padding-top		: 25px;
	padding-bottom	: 25px;
	color			: black;
	font-size		: 36px;
	text-align		: center;
}

#top h2{
	padding-top		: 20px;
	padding-bottom	: 20px;
	color			: black;
	font-size		: 26px;
	text-align		: center;
}

#top h3{
	padding-right		: 5px;
	padding-bottom		: 5px;
	color			: black;
	font-size		: 70%;
	text-align		: right;
}

#rcontain h1,#lcontain h1,#footer h1,#container h1,#fourcontain h1{
	padding-top		: 20px;
	padding-bottom	: 20px;
	color			: black;
	font-size		: 26px;
	text-align		: center;
}

p{
    text-align		: center;
}

#rcontain p,#lcontain p,#fourcontain p,#rcontain li,#lcontain li,#container p,#footer p{
	font-size		: 16px;
	color			: black;
	margin-left		: 20px;
	margin-right	: 20px;
}

#footer p{

	text-align		: center;
}

a {
    color           : black;
	text-align		: center;
    padding			: 10px
}

ul{
	list-style-type	: none;
	margin			: 0;
	padding			: 0;
	overflow		: hidden;
	background-color: #fb6f92;
}
#container2 ul{
	list-style-type	: none;
	margin			: 0;
	padding-top		: 4px;
	overflow		: hidden;
	background-color: #ffe5ec;
}

#container2 li a {
	display			: block;
    background      : #ffb3c6;
    color           : black;
	text-align		: center;
	font-weight		: bold;
	padding			: 10px 12px;
	text-decoration	: none;
	border-radius	: 8px 8px 0px 0px;

}

#container2 li a:hover{
	color			: #fb6f92;
	font-weight		: bold;
}
#container2 .active {
	background-color: #ffc2d1;
	color			: black;
	font-weight		: bold;
}

h2{
	padding-top		: 20px;
	padding-bottom	: 20px;
	color			: black;
	font-size		: 22px;
	text-align		: center;
}

li {
	float			: left;
}

li a {
	display			: block;
    background      : #ffb3c6;
    color           : black;
	text-align		: center;
	font-weight		: bold;
	padding			: 10px 12px;
	text-decoration	: none;
	border-radius	: 8px 8px 0px 0px;

}

li a:hover{
	color			: #fb6f92;
	font-weight		: bold;
}

.tab {
	margin-left		: 40px;
	margin-top		: 10px;
	margin-bottom	: 10px;
   	text-align		: left;
}

.tab2 {
	margin-left		: 80px;
	margin-top		: 10px;
	margin-bottom	: 10px;
   	text-align		: left;
}
.center{
   	text-align		: center;
}

.active {
	background-color: #ffe5ec;
	color			: black;
	font-weight		: bold;
	position		: relative;
	z-index			: 2;
	box-shadow		: 0 0 20px rgba(0, 0, 0, 0.15);
}

/* The container */
.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2196F3}

/* Create a custom checkbox */
.checkmark.green {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #009688;
}

/* Create a custom checkbox */
.checkmark.purple {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #673ab7;
}

/* Create a custom checkbox */
.checkmark.blue{
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #2196F3;
}

/* Create a custom checkbox */
.checkmark.gold {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ba8442;
}

/* Create a custom checkbox */
.checkmark.rosegold {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #B76E79;
}

/* Create a custom checkbox */
.Xone {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0);
}

/* Create a custom checkbox */
.Xtwo {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: rgba(0, 0, 0, 0);
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #6ab8f7;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark.blue {
  background-color: #6ab8f7;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark.green {
  background-color: #00e3cd;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark.purple {
  background-color: #916dd1;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark.gold {
  background-color: #c79c67;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark.rosegold {
  background-color: #C68D95;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196F3}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark.blue {
  background-color: #2196F3}
/* When the checkbox is checked, add a purple background */
.container input:checked ~ .checkmark.purple {
  background-color: #673ab7}
/* When the checkbox is checked, add a green background */
.container input:checked ~ .checkmark.green {
  background-color: #009688}
/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark.gold {
  background-color: #ba8442}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark.rosegold {
  background-color: #B76E79}

/* On mouse-over, add a grey background color */
.container:hover input:checked ~ .checkmark {
  background-color: #6ab8f7;
}

/* On mouse-over, add a grey background color */
.container:hover input:checked ~ .checkmark.blue {
  background-color: #6ab8f7;
}

/* On mouse-over, add a grey background color */
.container:hover input:checked ~ .checkmark.green {
  background-color: #00e3cd;
}

/* On mouse-over, add a grey background color */
.container:hover input:checked ~ .checkmark.purple {
  background-color: #916dd1;
}

/* On mouse-over, add a grey background color */
.container:hover input:checked ~ .checkmark.gold {
  background-color: #c79c67;
}

/* On mouse-over, add a grey background color */
.container:hover input:checked ~ .checkmark.rosegold {
  background-color: #C68D95;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Xone::before {
  content: "";
  position: absolute;
  display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.Xtwo::before {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Show the stem of the checkmark when unchecked */
.container input:not(:checked):disabled ~ .Xone::before {
  display: block;
}

/* Show the tip of the checkmark when unchecked */
.container input:not(:checked):disabled ~ .Xtwo::before {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator stem */
.container .Xone::before {
  content: "";
  left: 4px;
  top: 11px;
  width: 18px;
  height: 3px;
  background: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* Style the checkmark/indicator tip */
.container .Xtwo::before {
	content: "";
	left: 4px;
    top: 11px;
    width: 18px;
    height: 3px;
	background: white;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}



input.intText, input.filterInput {
	text-align		: left;
	color			: black;
	margin-left		: 40px;
	border			: 1px solid black;
	border-radius	: 4px;
	height			: 25px;
	padding			: 6px;
	font-size		: 1em;
    min-width       : 60%;
    max-width       : 90%;
    width           : 600px;
}

input.html-duration-picker{
	text-align		: left;
	color			: black;
	margin-left		: 40px;
	border			: 1px solid black;
	border-radius	: 4px;
	height			: 40px;
	padding			: 6px;
	font-size		: 2em;
}
.controls button.scroll-btn:nth-child(1) {
  height: 18px !important;
  top: 1px !important;
}

.controls button.scroll-btn:nth-child(2) {
  height: 18px !important;
  top: 18px !important;
}

.html-duration-picker-input-controls-wrapper .html-duration-picker {
  text-align: right;
  padding-right: 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  cursor: text;
}

.html-duration-picker-input-controls-wrapper .scroll-btn {
  text-align: center;
  width: 16px;
  padding: 0 4px;
  border: none;
  cursor: default;
  position: absolute;
}

.html-duration-picker-input-controls-wrapper .caret {
  width: 0;
  height: 0;
  border-style: solid;
}

.html-duration-picker-input-controls-wrapper .caret.caret-up {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #000 transparent;
}

.html-duration-picker-input-controls-wrapper .caret.caret-down {
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
}

.html-duration-picker-input-controls-wrapper .controls {
  display: inline-block;
  position: absolute;
  top: 1px;
  padding: 2px 0;
}

.html-duration-picker-input-controls-wrapper {
  display: inline-block;
  position: relative;
  background: transparent;
  padding: 0;
  box-sizing: border-box;
}



input::placeholder {
  color: pink;
  font-style: italic;
}


.intSelect{

}

label{
	font-size:		0.9em;
	color:			black;
	font-weight:	bold;
	display:		inline;
	text-align:		left;
	margin-left:	40px;
}

fieldset{
	margin						: 20px;
	border						: 1px solid #fb6f92;
	border-radius				: 6px;
	box-shadow					: 0 0 20px rgba(0, 0, 0, 0.15);
	background					: #ffb3c6;
}

fieldset.alternate:nth-of-type(even) {
	border						: 1px solid #ffe5ec;
}

legend{
    font-size					: 1em;
    padding						: 5px 30px 5px 30px;
    border						: 0px solid #ffb3c6;
    border-radius				: 6px;
    color						: black;
    font-weight					: bold;
    background					: #fb6f92;
}

/* $green = "#009688";
$purple = "#673ab7";
$blue = "#2196F3";
$gold = "#ba8442";
$rosegold = "#B76E79"; */

fieldset.green{
	margin:			20px;
	border:			1px solid #009688;
	border-radius:	6px;
	box-shadow: 	0 0 20px rgba(0, 0, 0, 0.15);
	background:		#ffb3c6;
}

legend.green{
    font-size:      1em;
    padding:        5px 30px 5px 30px;
    border:         0px solid #ffb3c6;
    border-radius:  6px;
    color:          black;
    font-weight:    bold;
    background:     #009688;
}

fieldset.purple{
	margin:			20px;
	border:			1px solid #673ab7;
	border-radius:	6px;
	box-shadow: 	0 0 20px rgba(0, 0, 0, 0.15);
	background:		#ffb3c6;
}

legend.purple{
    font-size:      1em;
    padding:        5px 30px 5px 30px;
    border:         0px solid #ffb3c6;
    border-radius:  6px;
    color:          black;
    font-weight:    bold;
    background:     #673ab7;
}

fieldset.blue{
	margin:			20px;
	border:			1px solid #2196F3;
	border-radius:	6px;
	box-shadow: 	0 0 20px rgba(0, 0, 0, 0.15);
	background:		#ffb3c6;
}

legend.blue{
    font-size:      1em;
    padding:        5px 30px 5px 30px;
    border:         0px solid #ffb3c6;
    border-radius:  6px;
    color:          black;
    font-weight:    bold;
    background:     #2196F3;
}

fieldset.gold{
	margin:			20px;
	border:			1px solid #ba8442;
	border-radius:	6px;
	box-shadow: 	0 0 20px rgba(0, 0, 0, 0.15);
	background:		#ffb3c6;
}

legend.gold{
    font-size:      1em;
    padding:        5px 30px 5px 30px;
    border:         0px solid #ffb3c6;
    border-radius:  6px;
    color:          black;
    font-weight:    bold;
    background:     #ba8442;
}

fieldset.rosegold{
	margin:			20px;
	border:			1px solid #B76E79;
	border-radius:	6px;
	box-shadow: 	0 0 20px rgba(0, 0, 0, 0.15);
	background:		#ffb3c6;
}

legend.rosegold{
    font-size:      1em;
    padding:        5px 30px 5px 30px;
    border:         0px solid #ffb3c6;
    border-radius:  6px;
    color:          black;
    font-weight:    bold;
    background:     #B76E79;
}

input[type=file] {
    width: 100%; /* Adjust the width as needed */
    max-width: 600px; /* Set a max-width to prevent it from being too wide */
}

input[type=file]::file-selector-button {
	background-color:	#fb6f92;
    border			:	0px;
    border-radius	:	4px;
    color			:	black;
    font-weight		:	bold;
    padding			:	15px 32px;
    margin			:	6px 1px 6px 41px;
    text-align		:	center;
    position		:	relative;
    text-decoration	:	none;
    display			:	inline-block;
    font-size		:	16px;
    cursor			:	pointer;
    z-index			:	1;
}

input[type=file]::file-selector-button:hover {
	border			:	0px;
    border-radius	:	4px;
    background-color:	#ffe5ec;
    color			:	#fff;
    z-index			:	2;
}


.button
{
    background-color:	#fb6f92;
    border			:	0px;
    border-radius	:	4px;
    color			:	black;
    font-weight		:	bold;
    padding			:	15px 32px;
    margin			:	6px 1px 6px 41px;
    text-align		:	center;
    position		:	relative;
    text-decoration	:	none;
    display			:	inline-block;
    font-size		:	16px;
    cursor			:	pointer;
    z-index			:	1;
}
.button:hover
{
    border			:	0px;
    border-radius	:	4px;
    background-color:	#ffe5ec;
    color			:	#fff;
    z-index			:	2;
}

.helpText{
	margin-left		:	40px;
	font-size		:	80%;
}


.styled-select {
   height: 29px;
   overflow: hidden;
   width: 378px;
   margin-left: 40px;
   margin-top: 10px;
}

.styled-select select {
   background: transparent;
   border: none;
   font-size: 14px;
   color: black;
   height: 29px;
   padding: 5px; /* If you add too much padding here, the options won't show in IE */
   width: 378px;
}

.styled-select.slate {
   height: 34px;
   width: 378px;
}

.styled-select.slate select {
   border: 1px solid #ccc;
   font-size: 16px;
   height: 34px;
   width: 378px;
}

.rounded {
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
}

.semi-square {
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
}

/* -------------------- Colors: Background */
.slate   { background-color: #ddd; }
.green   { background-color: #779126; }
.blue    { background-color: #fb6f92; }
.yellow  { background-color: #eec111; }
.black   { background-color: #000; }

/* -------------------- Colors: Text */
.slate select   { color: #000; }
.green select   { color: #fff; }
.blue select    { color: #000; }
.yellow select  { color: #000; }
.black select   { color: #fff; }


#mainselection select {
   border: 0;
   color: #EEE;
   background: transparent;
   font-size: 20px;
   font-weight: bold;
   padding: 2px 10px;
   width: 378px;
   *width: 350px;
   *background: #58B14C;
   -webkit-appearance: none;
}

#mainselection {
   overflow:hidden;
   width:350px;
   -moz-border-radius: 9px 9px 9px 9px;
   -webkit-border-radius: 9px 9px 9px 9px;
   border-radius: 9px 9px 9px 9px;
   box-shadow: 1px 1px 11px #330033;
   background: #58B14C;
}


select#soflow, select#soflow-color {
   -webkit-appearance: button;
   -webkit-border-radius: 2px;
   -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
   -webkit-padding-end: 20px;
   -webkit-padding-start: 2px;
   -webkit-user-select: none;
   background-position: 97% center;
   background-repeat: no-repeat;
   border: 1px solid #AAA;
   color: #555;
   font-size: inherit;
   margin: 20px;
   overflow: hidden;
   padding: 5px 10px;
   text-overflow: ellipsis;
   white-space: nowrap;
   width: 300px;
}

select#soflow-color {
   color: #fff;
   background-color: #779126;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   padding-left: 15px;
}


/* Audio player css Variables */

audio {
    width: 100%;
	max-width: 600px;
	border-radius: 10px;
	margin-left: 40px;
    background-color: #ffe5ec; /* Background color of the control bar */
}

audio::-webkit-media-controls-panel {
	border-radius: 20px;
    background-color: #ffe5ec; /* Control bar background color */
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-pause-button,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-timeline {
	border-radius: 20px;
	margin-left: 5px;
    color: #fb6f92; /* Control buttons color */
    background-color: #ffc2d1; /* Control buttons background color */
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline-container {
    color: #fb6f92; /* Time display color */
}

audio::-webkit-media-controls-volume-slider {
	padding-left: 10px;
	padding-right: 10px;
    background-color: #ffb3c6; /* Volume slider background color */
}







/* Stripe css Variables */

#payment-form {
  width: 30vw;
  min-width: 500px;
  align-self: center;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 7px;
  padding: 40px;
}

.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
#submit {
  background: #5469d4;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
#submit:hover {
  filter: contrast(115%);
}
#submit:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
}


