

/*general*/
@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900");
@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Berkshire+Swash&display=swap');


* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 15px;
/*   line-height: 1.7; */
  color: white;
    overflow-x: hidden;
  background-image:url("https://cdn.glitch.me/d46d1a29-1ba4-422f-a9bb-a471e044afe8/bgkernev.png?v=1720094749201");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
}

a {
    color: white;
  cursor: pointer;
  transition: all 200ms linear;
}
a:hover {
  text-decoration: none;
}
.link {
  color: white;
}
.link:hover {
   color: white;
}
p {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
}
/* 

h1 {
   padding: 0 20px;
  font-weight: 700;
  max-width: calc(100% - 5rem);
  display: table;
  width:100vw;
  white-space: nowrap;
  display: table;
  white-space: nowrap;
  margin-top: 30px;
  text-align: center;
  text-transform: uppercase;
  float:center;

}

h1:before,
h1:after {
  border-top: 3px solid #ffeba7;
  content: '';
  display: table-cell;
  position: relative;
  top: 0.7em;
  width: 100vw;
}
h1:before {
  right: 1.5%;
left:-1em;
}
h1:after {
  left: 1.5%;
} */

/*form {
  background-color: #eee;
  display: grid;
  grid-gap: 1em;
  padding: 1em;
  max-width: 40ch;
}

input {
  border: 1px solid silver;
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding: 5px;
  width: 100%;
}

form button {
  background-color: #bbbbf2;
  border: 2px solid currentColor;
  border-radius: .25em;
  cursor: pointer;
  font-size: inherit;
  line-height: 1.4em;
  padding: 0.25em 1em;
  max-width: 20ch;
}

form button:hover {
  background-color: lavender;
}
*/


footer {
  margin-top: 3em;
  padding-top: 1.5em;
  text-align:center;
  font-size:0.8em;
}

/*main form*/

.main_form{
  display: flex;
  flex-flow: column wrap;
  justify-content: flex-evenly;
  align-items: center;
  align-content: space-around;
  
}

.sub_form{
 
  width:500px;
  height:600px;
  display:block;
  margin: auto 0;
  text-align:center;
  margin-top:85px;
  padding:20px;  
    font-family: "Poppins", sans-serif;
    
  background-color: transparent;
    
/*   
  width: 70vw;
  max-width:500px;
  background: url('https://cdn.glitch.com/ca998ad0-19a9-4d43-9773-b654b6ed6349%2Ffloor-2677114_1920.jpg?v=1612222299611') center;
  text-align: center; */
/*   border-radius: 22px 22px 22px 22px;
-moz-border-radius: 22px 22px 22px 22px;
-webkit-border-radius: 22px 22px 22px 22px;
border: 2px solid #EDBFC6; */
}


h2{
  z-index:10;
  text-transform: uppercase;
  margin-top: -0.9em;
  margin-left: -6.5em;
  color:#ffeba7;
  
}

legend{
  font-weight: 600;
  font-size:17px;
}


/*button*/
button {
  border-radius: 4px;
  height: 28px;
  line-height:28px;
  font-size: 13px;
  font-weight: 600;
  text-transform: lowercase;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  text-align: center;
  border: none;
  background-color: transparent;
  color: white;
/*   box-shadow: 0 8px 24px 0 rgba(255, 235, 167, 0.2); */

  
}
button:active {
  background-color: #253535;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}

button:nth-child(1):hover {
  background-color: #EDBFC6;
  color: #260C1A;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}


button:nth-child(2):hover {
  background-color: #D4F2DB;
  color: #260C1A;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}


button:nth-child(3):hover {
  background-color: #54428E;
  color: #F1FFE7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}


button:nth-child(4):hover {
  background-color: #253D5B;
  color: #F1FFE7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}


button:nth-child(5):hover {
  background-color: #E1BA90;
  color: #F1FFE7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}


button:nth-child(6):hover {
  background-color: #B3AD58;
  color: #F1FFE7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}

/*Toggles*/

#sourcesbutton{

 margin-top:20px; 
}
/*inputs*/

input:-ms-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input::-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input:-moz-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input::-webkit-input-placeholder {
  color: #c4c3ca;
  opacity: 0.7;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
 input:focus:-moz-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.form-style {
  padding: 13px 20px;
  padding-left: 55px;
  height: 48px;
  width: 100%;
  font-weight: 500;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.5px;
  outline: none;
  color: #c4c3ca;
  background-color: #1f2029;
  border: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
  margin-bottom: 1em;
  font-style:italic;
  
}
.form-style:focus,
.form-style:active {
  border: none;
  outline: none;
  box-shadow: 0 4px 8px 0 rgba(21, 21, 21, 0.2);
}

/*slider*/
/*style the slider!!*/
.range-wrap {
  position: relative;
  margin: 0 auto 3rem;
}
.range {
    -webkit-appearance: none;
  width: 400px;
    background: red;
  transform: rotate(-90deg);
  position: absolute;
  margin-left:1.1em;
  margin-top:-215px;
  
   background: rgba(59,173,227,1);
background: rgb(12,10,56);
background: -moz-linear-gradient(36deg, rgba(12,10,56,1) 0%, rgba(147,147,90,1) 40%, rgba(73,205,232,1) 100%);
background: -webkit-linear-gradient(36deg, rgba(12,10,56,1) 0%, rgba(147,147,90,1) 40%, rgba(73,205,232,1) 100%);
background: linear-gradient(36deg, rgba(12,10,56,1) 0%, rgba(147,147,90,1) 40%, rgba(73,205,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c0a38",endColorstr="#49cde8",GradientType=1);
  height: 6px;
  outline: none;
  border:1px white solid;
  
}



.bubble {
  background: #253535;
  color: #ffeba7;
  padding: 4px 12px;
  position: absolute;
  border-radius: 4px;
  left: 70%;
  transform: translateX(-50%);
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: #253535;
  top: -1px;
  left: 50%;
}



.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: -webkit-grab;
background: rgb(12,10,56);
background: -moz-radial-gradient(circle, rgba(12,10,56,1) 0%, rgba(222,222,162,1) 0%, rgba(73,205,232,1) 100%);
background: -webkit-radial-gradient(circle, rgba(12,10,56,1) 0%, rgba(222,222,162,1) 0%, rgba(73,205,232,1) 100%);
background: radial-gradient(circle, rgba(12,10,56,1) 0%, rgba(222,222,162,1) 0%, rgba(73,205,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c0a38",endColorstr="#49cde8",GradientType=1);
 border-radius: 40px;
  border: black solid 1px;
  height:20px;
  width: 20px;
  -webkit-transition: border 1000ms ease;
  transition: border 1000ms ease;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
 background: rgb(12,10,56);
background: -moz-radial-gradient(circle, rgba(12,10,56,1) 0%, rgba(222,222,162,1) 0%, rgba(73,205,232,1) 100%);
background: -webkit-radial-gradient(circle, rgba(12,10,56,1) 0%, rgba(222,222,162,1) 0%, rgba(73,205,232,1) 100%);
background: radial-gradient(circle, rgba(12,10,56,1) 0%, rgba(222,222,162,1) 0%, rgba(73,205,232,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c0a38",endColorstr="#49cde8",GradientType=1);
 border-radius: 40px;
  border: black solid 1px;
  height:20px;
  width: 20px;
 
  cursor: -moz-grab;
  -moz-transition: border 1000ms ease;
  transition: border 1000ms ease;
}




/*Canvas*/
.canvas_{
    background-color: transparent;
  width:300px;
  height:300px;
}
.canvas_::after{
  padding:100px;
  width:100px;
  background-color:blue;
}

#slider_legend{
  letter-spacing: 40px; 
  margin-left:40px;
}


#yparam{
  display:inline-flex;
  text-align:left;
  float:left;
}


#overlay {
  height: 100vh-100px;
  width: 80vw;
  margin-left:10vw;
  margin-top:100px;
  background: white;
  color: black;
  padding: 10px;
  position: absolute;
  z-index: 1000;
  display: none;
  /* CSS 3 */
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 500;
  width: 100%;
  height: 100%;
  display: none;
}

/* use :target to look for a link to the overlay then we find our mask */
#overlay:target, #overlay:target + #mask {
  display: block;
  opacity: 1;

}

.close {
  /* to make a nice looking pure CSS3 close button */
  display: block;
  position: absolute;
  top: -20px;
  right: -20px;
  background: red;
  color: white;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 35px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
}

#flexy{
  width:100vw;
  position: absolute;

  display: flex;
  justify-content:center;
  align-items:center;
  align-content:center;
    margin-top:510px;
  
}

#open-overlay {
width:40px;
  height:40px;
text-align: center;
  background:#ffeba7 ;
  color: white;
  text-decoration: none;
  display: inline-block;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -o-border-radius: 40px;
 border-radius: 40px;
  font-weight: 600;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  letter-spacing: 1px;
  border: none;
  background-color: #ffeba7;
  color: #253535;
  box-shadow: 0 8px 24px 0 rgba(255, 235, 167, 0.2);
  margin: auto 0;
   line-height: 40px;
}


#open-overlay:hover {
  background-color: #260C1A;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}

#open-overlay:active {
  background-color: #260C1A;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}





/*new CSS*/

header{
  width:100vw;
  text-align:center;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
    line-height:80%;
}


.theTitle {
  
 /* background-color:#432E36;*/
  height:100px;
  width:400px;
  display:block;
  margin: auto 0;
  text-align:center;
  margin-top:20px;
    
  font-family: 'Fleur De Leah', cursive;
  font-size:1.5em;
  
}
.theTitle h1{
  margin-top:-10px;
}

.theTitle sub{
  font-family: "Poppins", sans-serif;
  position:relative;
  font-size:0.6em;
  padding:10px;
  line-height:50%;
   margin-top:-10px;
  
}

main{
  width:100vw;
  text-align:center;
  display:flex;
  flex-direction: column;
  justify-content:center;
  align-items:center;
    line-height:80%;

}


.appbody{

  background-color:#432E36;
  width:500px;
  height:600px;
  display:block;
  margin: auto 0;
  text-align:center;
  margin-top:20px;
  padding:40px;  
    font-family: "Poppins", sans-serif;
  
  text-align:justify;
  
}
.appbody h1{
   font-family: 'Fleur De Leah', cursive;
  font-size:1.5em;
  margin-top:-10px;
}

.appbody span{

  text-align:center;
line-height:110%;  
  
}

/*rgb(236, 190, 197)/
/*prompt*/

#prompt {
  font-family:"Berkshire Swash";
  left: 105px;
  display: inline-block;
  transform-origin: 50% 250px;
  font-size: 70px;
  line-height: 70px;
  text-align: center;
  text-shadow:
    0 0 2px rgba(236, 190, 197,0.9),
    0 15px 25px rgba(0, 0, 0, 0.3),
    0 -2px 3px rgba(0, 0, 0, 0.1),
    0 -5px 10px rgba(255, 255, 255, 0.5),
    0 5px 10px rgba(0, 0, 0, 0.3),
    0 3px 4px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.45),
    0 0 30px rgba(255,255,180,.4);
  animation: loading 1.2s ease-in-out infinite alternate;
}

@keyframes loading {
	to {
    text-shadow:
      0 0 2px rgba(204, 208, 212,0.2),
      0 0 3px rgba(0, 0, 0, 0.02),
      0 0 0 rgba(0, 0, 0, 0),
      0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(0, 0, 0, 0),
      0 0 0 rgba(255, 255, 255, 0),
      0 0 0 rgba(255, 255, 255, 0),
      0 0 0px rgba(255,255,180,0)
    ;
    color: transparent;
  }
}

#loc{
  float:center;
  margin:auto 0;
  margin-left:110px;
  width:100px;
  text-align:center;
  background-color:rgba(236, 190, 197, 0.8);
    font-family: "Poppins", sans-serif;
  color:white;
  
}

#link{
    float:center;
  margin:auto 0;
  margin-left:130px;
  width:100px;
  text-align:center;
font-size:1.5em;
  color:white;
  font-family:"Berkshire Swash";
  text-decoration:none;
  height:1.6em;
  line-height:1.6em;

  border: none;
  display: block;
  text-align: center;
  overflow:hidden;
  cursor: pointer;
  outline: none;
  position: relative;
  color: #fff;
  background-color: #c9eabe;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}

#link span {
  position: relative; 
  z-index: 1;
}

#link:after {
  content: "";
  position: absolute;
  left: 80px;
  top: 0;
  height: 140px;
  width: 110px;
  background: #222;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}

#link:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}



#centered{
  position:absolute;
  display:flex;
  flex-align:center;
  justify-content:center;
  align-items:center;
  margin-left:175px;
  margin-top:-80px;
}


#banner {
  position:absolute;
  top:20px;
  display: block;
  width: 300px;
  height: 60px;
  border: 1px solid #8a1;
  font: normal 30px/60px "Berkshire Swash";
  text-align: center;
  text-transform:uppercase;
  color: #F1FFE7;
  background: #EDBFC6;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15) inset, 0 6px 10px rgba(0, 0, 0, 0.15);
 
}

#banner::before,
#banner::after {
  content: "";
  position:absolute;
  left: -70px;
  top: 24px;
  display: block;
  width: 40px;
  height: 0px;
  border: 30px solid  #EDBFC6;
  border-right: 20px solid #EDBFC6;
  border-bottom-color: #EDBFC6;
  border-left-color: transparent;
  transform: rotate(-5deg);
}

#banner::after {
  left: auto;
  right: -70px;
  border-left: 20px solid #EDBFC6;
  border-right: 30px solid transparent;
  transform: rotate(5deg);
}


/*canvas*/

#sources{
  margin-top:10px;
}

/*share button*/
.share-button{
  text-transform:uppercase;
  position:absolute;
  background-color:#F1FFE7;
  color:#EDBFC6;
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  /* padding: 11px 12px 11px 11px; */
  border-radius: 22px;
  border: none;
  text-align:center;  
  width:112px;
  margin-top:-28px;
  margin-left:53px;
}
.share-button:hover{
  background-color:#EDBFC6 !important;
  color:#260C1A;
}
.share-button:active{
  background-color:#EDBFC6;
  color:#260C1A;
}

/*play pause button https://codepen.io/aaroniker/pen/abzOdRR*/


.play-pause-button {
  --pause: #5F4842;
  --play-shadow: rgba(109, 88, 255, 0.24);
  --play: #F1FFE7;
  --pause-shadow: rgba(43, 48, 68, 0.24);
  --color: #EDBFC6;
  --icon: var(--color);
  margin: 0;
  line-height: 20px;
  font-size: 14px;
  padding: 11px 12px 11px 36px;
  border-radius: 22px;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  display: flex;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(var(--y, 0)) translateZ(0);
  color: var(--color);
  box-shadow: 0 var(--shadow-y, 6px) var(--shadow-b, 16px) var(--shadow, var(--pause-shadow));
  background: radial-gradient(circle, var(--play) 0%, var(--play) 50%, var(--pause) 50.5%, var(--pause) 100%);
  background-size: 400% 400%;
  background-position: 0% 0%;
  transition: background 0.8s, box-shadow 0.3s, transform 0.3s;
  margin-top:40px;
  margin-left:10px;
  text-transform:uppercase;
}
.play-pause-button:hover {
  --y: -1px;
  --shadow-y: 8px;
  --shadow-b: 20px;
}
.play-pause-button:active {
  --y: 1px;
  --shadow-y: 4px;
  --shadow-b: 12px;
}
.play-pause-button:before, .play-pause-button:after {
  content: "";
  background: var(--icon);
  width: var(--width, 16px);
  height: 12px;
  position: absolute;
  left: 18px;
  top: 8px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 50% 100%;
  transform: translateX(var(--x, 0)) translateZ(0);
  -webkit-clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
  clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
  transition: -webkit-clip-path 0.6s ease;
  transition: clip-path 0.6s ease;
  transition: clip-path 0.6s ease, -webkit-clip-path 0.6s ease;
}
.play-pause-button:after {
  --width: 3px;
  --x: 6px;
}
.play-pause-button i {
  display: block;
  font-weight: bold;
  font-style: normal;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: var(--o, 1);
  transform: translateX(var(--x, 0));
  transition: transform 0.6s, opacity 0.6s;
}
.play-pause-button i:nth-child(2) {
  --o: 0;
  --x: 0;
}
.play-pause-button i:nth-child(3) {
  --x: -64%;
}
.play-pause-button i:nth-child(4) {
  --o: 0;
}
.play-pause-button i:last-child {
  --x: -50%;
}
.play-pause-button.paused {
  --shadow: var(--play-shadow);
  -webkit-animation: var(--name, background-paused) 0.8s ease forwards;
          animation: var(--name, background-paused) 0.8s ease forwards;
}
.play-pause-button.paused i:first-child {
  --x: 40%;
}
.play-pause-button.paused i:nth-child(2) {
  --o: 1;
  --x: 50%;
}
.play-pause-button.paused i:nth-child(3) {
  --x: 50%;
}
.play-pause-button.paused i:nth-child(4) {
  --o: 1;
  --x: 50%;
}
.play-pause-button.paused i:last-child {
  --x: 0;
  --o: 0;
}
.play-pause-button.paused:before {
  -webkit-clip-path: polygon(0 0, 11px 6px, 11px 6px, 0 12px);
  clip-path: polygon(0 0, 11px 6px, 11px 6px, 0 12px);
  transition-delay: 0.9s;
}
.play-pause-button.paused:after {
  -webkit-animation: to-play 0.9s ease forwards;
          animation: to-play 0.9s ease forwards;
}
.play-pause-button.paused.playing {
  --shadow: var(--pause-shadow);
  --name: background-playing;
}
.play-pause-button.paused.playing:before {
  -webkit-clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
  clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
  transition-delay: 0s;
}
.play-pause-button.paused.playing:after {
  -webkit-animation: to-pause 1.3s ease forwards;
          animation: to-pause 1.3s ease forwards;
}
.play-pause-button.paused.playing i:first-child {
  --x: 0;
}
.play-pause-button.paused.playing i:nth-child(2) {
  --o: 0;
  --x: 0;
}
.play-pause-button.paused.playing i:nth-child(3) {
  --x: -50%;
  --o: 1;
}
.play-pause-button.paused.playing i:nth-child(4) {
  --o: 0;
  --x: 0;
}
.play-pause-button.paused.playing i:last-child {
  --x: -50%;
  --o: 1;
}

@-webkit-keyframes to-play {
  15% {
    transform: translateX(6px) scaleY(1.1);
  }
  30% {
    transform: translateX(6px) scaleY(0.9);
  }
  45% {
    transform: translateX(6px) scaleY(1.15);
    -webkit-clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    transform-origin: 50% 100%;
  }
  60%, 100% {
    -webkit-clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    transform-origin: 50% 10.5px;
  }
  60% {
    transform: translateX(6px);
  }
  99% {
    transform: translateX(0) rotate(-270deg);
  }
  100% {
    transform: translateX(0) rotate(-270deg) scale(0);
  }
}
@keyframes to-play {
  15% {
    transform: translateX(6px) scaleY(1.1);
  }
  30% {
    transform: translateX(6px) scaleY(0.9);
  }
  45% {
    transform: translateX(6px) scaleY(1.15);
    -webkit-clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    transform-origin: 50% 100%;
  }
  60%, 100% {
    -webkit-clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    transform-origin: 50% 10.5px;
  }
  60% {
    transform: translateX(6px);
  }
  99% {
    transform: translateX(0) rotate(-270deg);
  }
  100% {
    transform: translateX(0) rotate(-270deg) scale(0);
  }
}
@-webkit-keyframes to-pause {
  0%, 50% {
    -webkit-clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    transform-origin: 50% 10.5px;
  }
  0%, 39% {
    transform: translateX(0) rotate(-270deg) scale(0);
  }
  40% {
    transform: translateX(0) rotate(-270deg);
  }
  50% {
    transform: translateX(6px) rotate(0deg);
  }
  60%, 100% {
    transform: translateX(6px);
    -webkit-clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    transform-origin: 50% 100%;
  }
  70% {
    transform: translateX(6px) scaleY(1.15);
  }
  80% {
    transform: translateX(6px) scaleY(0.9);
  }
  90% {
    transform: translateX(6px) scaleY(1.05);
  }
  100% {
    transform: translateX(6px);
  }
}
@keyframes to-pause {
  0%, 50% {
    -webkit-clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    clip-path: polygon(0 9px, 3px 9px, 3px 12px, 0 12px);
    transform-origin: 50% 10.5px;
  }
  0%, 39% {
    transform: translateX(0) rotate(-270deg) scale(0);
  }
  40% {
    transform: translateX(0) rotate(-270deg);
  }
  50% {
    transform: translateX(6px) rotate(0deg);
  }
  60%, 100% {
    transform: translateX(6px);
    -webkit-clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    clip-path: polygon(0 0, 3px 0, 3px 12px, 0 12px);
    transform-origin: 50% 100%;
  }
  70% {
    transform: translateX(6px) scaleY(1.15);
  }
  80% {
    transform: translateX(6px) scaleY(0.9);
  }
  90% {
    transform: translateX(6px) scaleY(1.05);
  }
  100% {
    transform: translateX(6px);
  }
}
@-webkit-keyframes background-paused {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@keyframes background-paused {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 50% 50%;
  }
}
@-webkit-keyframes background-playing {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}
@keyframes background-playing {
  from {
    background-position: 50% 50%;
  }
  to {
    background-position: 100% 100%;
  }
}


/*tooltip*/
.tooltip{
  width: 400px;
  margin: 0 auto;
  margin-left:-20px;
  margin-top:20px;
}


.btn{
  width: 90px;
  height: 30px;
  border: 2px solid #ccc;
  border-radius: 6px;
}
.btn:nth-child(2){
  margin-left:100px;
}
.btn:hover{
  cursor: pointer;
  background:#2c8;
}


.popover{
  width:200px;
  background-color:#5f4842;
  color:white;
}


.set-button{
  background-color:white;
  color:white;
  margin: 0 auto;
  line-height: 20px;
  font-size: 12px;
  /* padding: 11px 12px 11px 11px; */
  border-radius: 22px;
  border: none;
  text-align:center;
}
.set-button:hover{
  background-color:#EDBFC6;
  color:#260C1A;
}
.set-button:active{
  background-color:#EDBFC6;
  color:#260C1A;
}


.stop-button{
  text-align: center;
  background:#ECBEC5;
  color: white;
  text-decoration: none;
  display: inline-block;
  position:absolute;
  
  font-size: 14px;
  padding: 12px 12px 12px 12px;
  border-radius: 22px;
  cursor: pointer;
  display: flex;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(var(--y, 0)) translateZ(0);
  color: var(--color);
  box-shadow: 0 var(--shadow-y, 6px) var(--shadow-b, 16px) var(--shadow, var(--pause-shadow));
  background-size: 400% 400%;
  background-position: 0% 0%;
  transition: background 0.8s, box-shadow 0.3s, transform 0.3s;
 
  text-transform:uppercase;
  margin-top:-27px;
  margin-left: 110px;
}
.stop-button:hover {
  background-color: #F1FFE7;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}


.demo-button{
  text-align: center;
  background:#ECBEC5;
  color: white;
  text-decoration: none;
  display: inline-block;
  position:absolute;
  
  font-size: 14px;
  padding: 12px 12px 12px 12px;
  border-radius: 22px;
  cursor: pointer;
  display: flex;

  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(var(--y, 0)) translateZ(0);
  color: var(--color);
  box-shadow: 0 var(--shadow-y, 6px) var(--shadow-b, 16px) var(--shadow, var(--pause-shadow));
  background-size: 400% 400%;
  background-position: 0% 0%;
  transition: background 0.8s, box-shadow 0.3s, transform 0.3s;
 
  text-transform:uppercase;
  margin-top:-27px;
  margin-left: 169px;
}
.demo-button:hover {
  background-color: #F1FFE7;
  color: #ffeba7;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}


.rec-button{
  text-align: center;
  background:#d3344c;
  color: white;
  text-decoration: none;
  display: inline-block;
  position:absolute;
  
  font-size: 14px;
  padding: 12px 12px 12px 12px;
  border-radius: 22px;
  cursor: pointer;
  display: flex;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transform: translateY(var(--y, 0)) translateZ(0);
  box-shadow: 0 var(--shadow-y, 6px) var(--shadow-b, 16px) var(--shadow, var(--pause-shadow));
  background-size: 400% 400%;
  background-position: 0% 0%;
  transition: background 0.8s, box-shadow 0.3s, transform 0.3s;
 
  text-transform:uppercase;
  margin-top:450px;
  margin-left: 187px;
}
.rec-button:hover {
  background-color: #F1FFE7;
  color: #d3344c;
  box-shadow: 0 8px 24px 0 rgba(16, 39, 112, 0.2);
}
