/* Font Family
================================================== */
/* @import url('font-oxygen.css?family=Oxygen:300,400,700'); */
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@0,400;0,500;1,400&display=swap');

/* Global Styles
================================================== */
html,
body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  /*background: #000000;*/
  /*background-image: url("../img/bg.svg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;*/
  /*overflow: hidden;
  color: #FFFFFF;*/
  font-size: 105%;
  /* font-family: "Oxygen", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: 300;
  letter-spacing: .025rem;
  line-height: 1.618;
  padding: 0;
  z-index: -1;
}

* {
  -webkit-tap-highlight-color: rgba(202, 240, 248, 0);
  -webkit-tap-highlight-color: transparent;
}

/* Setup
================================================== */
.container {
  position: relative;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}

.column {
  width: inherit;
}

a {
  /* font-family: "Oxygen", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif; */
  font-family: 'Bai Jamjuree', sans-serif;
  font-weight: bold;
}

/* Typography / Links
================================================== */
p {
  color: #FFFFFF;
  display: block;
  font-size: .9rem;
  font-weight: 400;
  margin: 0 0 2px;
}

a,
a:visited {
  color: white;
  outline: 0;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #4AD927;
}

p a,
p a:visited {
  line-height: inherit;
}

/* Misc.
================================================== */
.add-bottom {
  margin-bottom: 2rem !important;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}

/* Audio Player Styles
================================================== */
audio {
  margin: 0 15px 0 14px;
  width: 670px;
}

#mainwrap {}

#audiowrap,
#plwrap {
  margin: 0 auto;
}

#tracks {
  position: relative;
  text-align: center;
}

#nowPlay {
  display: inline;
}

#npAction {
  padding: 21px;
  position: absolute;
}

#npTitle {
  padding: 21px;
}

#plList li {
  cursor: pointer;
  display: block;
  margin: 0;
  /*padding: 5px 0;*/
}

#plList li:hover {
  /*background-color: rgba(202, 240, 248, .1);*/
}

.plItem {
  position: relative;
}

.plTitle {
  left: 50px;
  overflow: hidden;
  position: absolute;
  right: 65px;
  text-overflow: ellipsis;
  top: 0;
  white-space: nowrap;
}

.plNum {
  padding-left: 21px;
  width: 25px;
}

.plLength {
  padding-left: 21px;
  position: absolute;
  right: 21px;
  top: 0;
}

.plSel,
.plSel:hover {
  /*background-color: rgba(0, 0, 0, .2);*/
  color: #90E0EF;
  cursor: default !important;
  border-radius: 15px 15px 15px 15px;
}

a[id^="btn"] {
  border-radius: 3px;
  color: #90E0EF;
  cursor: pointer;
  display: inline-block;
  font-size: 2rem;
  height: 35px;
  line-height: .8;
  margin: 0 20px 20px;
  padding: 5px 10px;
  text-decoration: none;
  transition: background .3s ease;
  width: 35px;
}

a[id^="btn"]:last-child {
  margin-left: -4px;
}

a[id^="btn"]:hover,
a[id^="btn"]:active {
  background-color: rgba(202, 240, 248, .5);
  color: #90E0EF;
}

a[id^="btn"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* Plyr Overrides
================================================== */
.plyr--audio .plyr__controls {
  background-color: transparent;
  border: none;
  color: #90E0EF;
  padding: 20px 20px 20px 13px;
  width: 100%;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: rgba(202, 240, 248, .5);
}

.plyr__progress--played,
.plyr__volume--display {
  color: rgba(202, 240, 248, .7);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(202, 240, 248, .4);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(202, 240, 248, .7);
}

/* Media Queries
================================================== */
@media only screen and (max-width:850px) {
  #nowPlay {
    display: none;
  }
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  /*background: rgba(0, 0, 0, 0.1);*/
  color: white;
  text-align: center;
}

.buttons {
  background-color: #4CAF50;
  /* Green */
  border: none;
  color: white;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  margin: 4px 2px;
  cursor: pointer;
}

.button5 {
  background-color: #4AD927;
}

/* Black */
.sticky-container {
  padding: 0px;
  margin: 0px;
  /*position:fixed;*/
  position: fixed;
  top: 90%;
  transform: translateY(-90%);
  right: -80px;
  /*top: 650px;*/
  width: 200px;
  z-index: 1100;
}

.sticky li {
  list-style-type: none;
  background-color: #4AD927;
  border-radius: 10px 10px 10px 10px;
  color: #efefef;
  /*height:43px;*/
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.sticky li:hover {
  margin-left: -50px;
}

.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 12px;
}

.sticky li p a {
  text-decoration: none;
  color: #fff;
}

.sticky li p a:hover {
  text-decoration: underline;
}

.spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;
  -webkit-transition: opacity 0.25s, max-width 0.45s;
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s;
}

.spin-spinner.activo {
  cursor: progress;
}

.spin-spinner.activo .spinner {
  opacity: 1;
  max-width: 50px;
}

.simple-form {}

.simple-form span {
  border: 0px solid #4AD927;
  border-radius: 5px;
  transition: border-color .5s ease-out;
}

.simple-form input {
  border: 0px solid #4AD927;
  border-radius: 5px;
  transition: border-color .10s ease-out;
}

.simple-form textarea {
  border: 0px solid #4AD927;
  border-radius: 5px;
  background-color: #000000;
  color: #4AD927;
  transition: border-color .10s ease-out;
}

.simple-form select {
  border: 0px solid #4AD927;
  border-radius: 5px;
  background-color: #000000;
  color: #4AD927;
  transition: border-color .10s ease-out;
}

.simple-form input:optional {
  border-left-color: #4AD927;
}

.simple-form textarea:optional {
  border-left-color: #4AD927;
}

.simple-form select:optional {
  border-left-color: #4AD927;
}

.simple-form input:required {
  border-left-color: #4AD927;
}

.simple-form textarea:required {
  border-left-color: #4AD927;
}

.simple-form select:required {
  border-left-color: #4AD927;
}

.simple-form input:invalid {
  border-left-color: #4AD927;
}

.simple-form textarea:invalid {
  border-left-color: #4AD927;
}

.simple-form select:invalid {
  border-left-color: #4AD927;
}

.contencomm {
  width: 110px;
  height: 30px;
  position: absolute;
  right: 0px;
  bottom: 30px;
}

.bComm {
  width: 100px;
  height: 25px;
  border-radius: 10px;
  background: rgba(27, 42, 58, 0.3);
  right: 0;
  bottom: 30px;
  position: absolute;
  margin-right: 16px;
  margin-top: 20px;
  border: none;
  outline: none;
  color: #90E0EF;
  font-size: 12px;
  box-shadow: 0 3px 6px rgba(202, 240, 248, 0.3), 0 3px 6px rgba(202, 240, 248, 0.3);
  transition: .3s;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.contenwapp {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0px;
  bottom: 30px;
}

.bWapp {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(27, 42, 58, 0.3);
  right: 0;
  bottom: 90px;
  position: absolute;
  margin-right: 16px;
  margin-top: 20px;
  border: none;
  outline: none;
  color: #90E0EF;
  font-size: 20px;
  box-shadow: 0 3px 6px rgba(202, 240, 248, 0.3), 0 3px 6px rgba(202, 240, 248, 0.3);
  transition: .3s;
}

.contenad {
  width: 170px;
  height: 30px;
  position: absolute;
  left: 0px;
  bottom: 30px;
}

.bAd {
  width: 170px;
  height: 25px;
  border-radius: 10px;
  background: rgba(27, 42, 58, 0.3);
  left: 0;
  bottom: 30px;
  position: absolute;
  margin-left: 16px;
  margin-top: 20px;
  border: none;
  outline: none;
  color: #90E0EF;
  font-size: 12px;
  box-shadow: 0 3px 6px rgba(202, 240, 248, 0.3), 0 3px 6px rgba(202, 240, 248, 0.3);
  transition: .3s;
  font-weight: 400;
  letter-spacing: 0.05em;
}


.contenstore {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0px;
  bottom: 30px;
}

.bStore {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: rgba(27, 42, 58, 0.3);
  left: 0;
  bottom: 90px;
  position: absolute;
  margin-left: 16px;
  margin-top: 20px;
  border: none;
  outline: none;
  color: #90E0EF;
  font-size: 18px;
  box-shadow: 0 3px 6px rgba(202, 240, 248, 0.3), 0 3px 6px rgba(202, 240, 248, 0.3);
  transition: .3s;
}


#borderilum {
  border-radius: 10px;
  width: 160px;
  height: auto;
  animation: pulseimg 1.5s infinite;
}

@keyframes pulseimg {
  0% {
    box-shadow: 0 0 10px rgba(108, 140, 165, 0.5);
  }

  50% {
    box-shadow: 0 0 20px rgba(108, 140, 165, 0.9), 0 0 30px rgba(108, 140, 165, 0.8);
  }

  100% {
    box-shadow: 0 0 10px rgba(108, 140, 165, 0.5);
  }
}