@font-face {
    font-family: "Gilroy-Medium";
    src: url('../fonts/Gilroy Medium.otf') format("opentype");
}
@font-face {
    font-family: "Gilroy-Regular";
    src: url('../fonts/Gilroy Regular.otf') format("opentype");
}
@font-face {
    font-family: "Gilroy-Light";
    src: url('../fonts/Gilroy Light.otf') format("opentype");
}
@font-face {
    font-family: "Gilroy-Bold";
    src: url('../fonts/Gilroy Bold.otf') format("opentype");
}

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
    background-color: #F0F0F0;
    margin: 0px;
    /*min-width:650px;*/
    min-height: 100%;
    position: relative;
    padding-bottom: 110px;
}

@-moz-document url-prefix() {
  body {
    bottom: 0px;
  }
}

fieldset {
    border: 1px solid black;
}

@media only screen and (max-width: 800px) {
    body > span.select2-container, #muzeek-app, .featherlight {
	  zoom: 75%;
    }
}

@media only screen and (max-width: 400px) {
    body > span.select2-container, #muzeek-app, .featherlight {
	zoom: 50%;
    }
}

.waveform-timeline {
   position:relative;
   top:-20px;
}

p.center {
    height:70px;
    margin:0px;
}

button {
    cursor: pointer;
    border-style: none;
    background-color:white;
}

input[type="submit"] {
    border-style: none;
}

nav {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index:100;
}

.logo {
    width: 100px;
    height: auto;
    display: inline-block;
    padding: 20px 10px;
    padding-left: 30px;
    float: left;
}

.welcome-message {

  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 32px;
  text-align: center;

  color: #000000;
  margin:40px;
  margin-bottom: 10px;
}

.error {
    font-family: Gilroy-Regular;
    line-height: normal;
    margin-bottom:20px;
    text-align: center;
    color:red;
    height: 22px;
    opacity : 0;
}

#generateError {
  opacity : 0;
}

.signup-message {
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 14px;
  text-align: center;

  color: black;
  margin:40px;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #242223;
  color: white;
  height: 55px;
  width:100%;
}

footer p {
  text-align: center;
  margin: 5px;
  font-family: Gilroy-regular;
}

footer a, footer .span-link-license a {
  text-decoration: none;
  color: #00b3ca;
}

footer .span-link-license {
  display: inline;
}

.licences-footer {
  margin: 0px;
}

h1{
     margin: 0;
  }

/* song page */
.song-header {
}

.play-button-small {
  float: left;
  overflow: hidden;
  border-color: white;
  border-style: none;
  border-width: 1px;
  background-color:#F0F0F0;
  width:38px;
  height:38px;
  padding:0px;
}

.play-button-img,.pause-button-img {
    width:38px;
    height:38px;
}

.play-button-img {
    background:url('../images/play-button-small.svg');
    background-size:80%;
    background-repeat: no-repeat;
    background-position: center;
}

.pause-button-img {
    background:url('../images/pause-button-small.svg');
    background-size:80%;
    background-repeat: no-repeat;
    background-position: center;
}

button:focus {outline:0;}

#song-container {
    margin: 10px;
    padding-right: 5px;
}

#song-container #defaultscreen {
    display:none;
    text-align:center;
}

.song-title {
    overflow: hidden;
    height:48px;
}

.song-title .discret {
    color:lightgrey;
    text-transform: uppercase;
}

.song-genre {
    font-family: Gilroy-Regular;
}

.song-rating {
  padding: 0px;
  position: relative;
  left: -15px;
  top: -10px;
}

.song-header-right {
  float: right;
  margin-left: -50%;
  margin-top: -44px;
}

.song-header-right i.fa-times {
  cursor: pointer;
  margin-left: 15px;
}

.song-header-right .general-button {
  width: 60px;
  padding: 6px 15px;
}

.song-footer {
    width: 100%;
    float: right;

}
.footerAdjustContainer {
  float: right;
}

.song-tempo {
  float: right;
  width: auto;
  background: #333333;
  opacity: 0.34;
  border-radius: 47.4577px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 16.1888px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
}

.song-pitch {
  float: right;
  background: #333333;
  opacity: 0.34;
  border-radius: 47.4577px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 16.1888px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
}
.song-duration {
  float: right;
  background: #333333;
  opacity: 0.34;
  border-radius: 47.4577px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 16.1888px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
}

.download-icon {
    color: #000;
    position: absolute;
    margin-left: 3px;
    margin-top: 7px;
    width: 20px;
    height: 4px;
    border-radius: 1px;
    border: solid 1px currentColor;
    border-top: none;
}

.download-icon:before {
    content: '';
    position: absolute;
    left: 8px;
    top: -14px;
    width: 1px;
    height: 15px;
    background-color: currentColor;
}

.download-icon:after {
    content: '';
    position: absolute;
    left: 6px;
    top: -4px;
    width: 4px;
    height: 4px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.speaker {
    height: 30px;
    width: 30px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.speaker span {
    display: block;
    width: 8px;
    height: 8px;
    background: #424361;
    margin: 11px 0 0 2px;
}
.speaker span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #424361 transparent transparent;
    border-width: 10px 14px 10px 15px;
    left: -13px;
    top: 5px;
}
.speaker span:before {
    transform: rotate(45deg);
    border-radius: 0 50px 0 0;
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-style: double;
    border-color: #424361;
    border-width: 7px 7px 0 0;
    left: 18px;
    top: 9px;
    transition: all 0.2s ease-out;
}
.speaker:hover span:before {
    transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.speaker.mute span:before {
    transform: scale(0.5) translate(-15px, 0) rotate(36deg);
    opacity: 0;
}

.volume-slider, .song-stem-waveform {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0px;
}

.song-stem-waveform {
    opacity:0.99;
}

.song-stem-waveform.mute {
    opacity:0 !important;
}

.song-stems-volume-container {
    margin:10px;
    display:none;
}

.song-stems-volume {
    display:flex;
    flex-flow: column;
    width:100%;
}

.volume-slider-container {
    width: 25%;
    height: 24px;
    position: relative;
    margin: 0px 2px;
}

.volume-slider {
    -webkit-appearance: none;
    xwidth: 100%;
    xheight: 24px;
    background: rgba(255,255,255,0);
    outline: none;
    -webkit-transition: opacity .15s ease-in-out;
    transition: opacity .15s ease-in-out;
    border-radius:0px 10px 10px 0px;
}

.volume-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #424361;
    cursor: pointer;
    border-radius: 50%;
    z-index:5;
    opacity:1;
}
.volume-slider::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border: 0;
    background: #424361;
    cursor: pointer;
    border-radius: 50%;
    z-index:5;
    opacity:1;
}

.song-stems-volume div {
    display:flex;
    flex-flow: row;
    justify-content:center;
    align-items: center;
}

.song-stem-volume:first-letter {
    text-transform: uppercase;
}

.volume-slider-label {
    height:24px;
    width:40px;
    font-family: Gilroy-Regular;
    font-size:14px;
}

.song-stem-volume {
    border-radius:10px 0px 0px 10px;
    width:100px;
    height:24px;
    background: #000000;
    font-family: Gilroy-Regular;
    line-height: normal;
    font-size: 16.1888px;
    text-align: center;
    color: #FFFFFF;
    margin: 0px;
    transition: 0.6s;
}

.song-stem:first-letter {
    text-transform: uppercase;
}

.song-stem {
  float: left;
  background: #333333;
  background: linear-gradient(104.71deg, #00b3ca -33.64%, #424361 142.83%);
  border-radius: 47.4577px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 16.1888px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 11px;
  cursor: pointer;
  transition: 0.6s;
}

.button-adjust-stems {
  cursor: pointer;
  float: right;
  background: white;
  border: 1.0118px solid #b0b0b0;
  border-radius: 38.4484px;
  border-radius: 47.4577px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 16.1888px;
  text-align: center;
  color: #b0b0b0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
  display: flex;
}
.button-adjust-duration {
  cursor: pointer;
  float: right;
  background: white;
  border: 1.0118px solid #b0b0b0;
  border-radius: 38.4484px;
  border-radius: 47.4577px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 16.1888px;
  text-align: center;
  color: #b0b0b0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 15px;
  display: flex;
}

.button-adjust-duration input[type=submit] {
  border-radius: 10px;
  padding: 3px;
  background-color: #b0b0b0;
  color: #fff;
}

#form-duration {
    display: none;
    cursor: pointer;
    margin-left: 20px;
}

#form-duration input {
    width: 55px;
    font-family: Gilroy-regular;
}

.custom-select {
    border: none;
}

.song-mp3-url{
  display: none;
}

hr.song-seperator {
  display: block;
  margin-top: 3em;
  margin-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  border-style: inset;
  border-width: 1px;
  opacity: 0.1;
  border: 1.0118px solid #000000;
}
/* end song page */

/* login page */

input[type="submit"] {
    cursor: pointer;
}

#signup-form {
  text-align: center;
}

#reset-current,#reset-password,#reset-password2,#submit-reset,
#login-email,#login-password,#submit-login,#signup-language,
#signup-email,#signup-password,#signup-password2,#signup-tos,#submit-signup, #signup-company {
    display: block;
    margin:10px auto;
}

#reset-current,#reset-password,#reset-password2,
#login-email,#login-password,#signup-email,#signup-password,#signup-password2, #signup-first-name, #signup-last-name, #signup-company {
    text-indent: 10px;
}


#login-email {
  width: 455px;
  height: 40px;

  opacity: 0.5;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
}


#reset-current,#reset-password,#reset-password2,
#login-password {
  width: 455px;
  height: 40px;

  opacity: 0.5;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
}

.general-button {
    width: 120px;
    height: 35px;
    white-space:nowrap;
    background: linear-gradient(104.71deg, #00b3ca -33.64%, #424361 142.83%);
    border-radius: 50px;

    font-family: Gilroy-Regular;
    line-height: normal;
    font-size: 18px;
    text-align: center;

    color: #FFFFFF;
}

#submit-reset,
#submit-login {
  width: 160px;
  height: 40px;

  background: linear-gradient(104.71deg, #00b3ca -33.64%, #424361 142.83%);
  box-shadow: 0px 6px 24px rgba(235, 87, 87, 0.2);
  border-radius: 50px;

  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 18px;
  text-align: center;

  color: #FFFFFF;
}
/* end login page */

/* signup page */
#signup-first-name, #signup-last-name {
  width: 200px;
  height: 35px;

  opacity: 0.4;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-block;
}

#signup-email, #signup-company, #signup-language {
  width: 455px;
  height: 35px;
  opacity: 0.4;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
}

#signup-language {
  width: 185px;
}

#signup-password {
  width: 455px;
  height: 35px;
  opacity: 0.4;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
}

#signup-password2 {
  width: 455px;
  height: 35px;
  opacity: 0.4;
  border: 1px solid #000000;
  box-sizing: border-box;
  border-radius: 8px;
}

#signup-tos {
  width: 267px;
  height: 10px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: black;
}

#submit-signup {
  min-width: 143px;
  height: 35px;
  background: linear-gradient(104.71deg, #00b3ca -33.64%, #424361 142.83%);
  box-shadow: 0px 6px 24px rgba(235, 87, 87, 0.2);
  border-radius: 50px;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  padding: 0 16px;
  color: #FFFFFF;}
/* end signup page */

.navbar-anonymous {
  height: 60px;
  background: #242223;
}

.signup-banner {
  font-family: Gilroy-Regular;
}

.signup-banner li p {
  margin: 5px 0;
  font-size: 15px;
}

.signup-banner li i {
  float: left;
}

.signup-banner .fa-music::before, .signup-banner .fa-heart::before, .signup-banner .fa-film::before, .signup-banner .fa-share::before {
  font-size: 25px;
  color: #00b3ca;
}

.navbar-authenticated {
  height: 60px;
  background: #242223;
}

.navbar-authenticated a:link {
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  opacity: 0.5;
}

.navbar-authenticated a:visited {
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  text-decoration: none;
}

.navbar-authenticated a.active {
  color: #FFFFFF;
  opacity: 1;
  padding-bottom: 3px;
  border:0px;
  border-bottom: 1px solid white;
  border-image: linear-gradient(101.15deg, #00b3ca -33.92%, #424361 143.08%) 25;
}

.left-nav-item {
  padding-left: 40px;
  padding-top: 22px;
  float:left;
  text-decoration:none;
}

.nav-item {
  float:left;
  text-decoration:none;
  margin:22px 10px 22px 10px;
  text-transform: uppercase;
}

.nav-item:hover {
    padding-bottom: 3px;
    border-bottom: 1px solid white;
}

.nav-item-invoice {
    margin:22px 10px 22px 10px;
    float: right;
    text-transform: uppercase;
    font-family: Gilroy-Regular;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.1em;
    text-decoration: none;
}
.nav-item-invoice.credit {
    display:none;
    color:green;
}
.nav-item-invoice.due {
    display:none;
    color:orange;
}

.nav-item-logout {
    margin:22px 10px 22px 10px;
    float: right;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-item-logout:hover {
    border-bottom: 1px solid white;
}

@media screen and (max-width: 665px){
    .nav-faq {
        display: none;
    }
}


/* start new muzeek template*/
.new-muzeek-welcome {
  width: 100%;
  height: 29px;
  top: 100px;
  text-align: center;
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
}

.new-muzeek-button{
}

#createNewSong,#liked {
  position: relative;
}

#center {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%)
}

#submit-createSong {
  width: 282px;
  height: 60px;
  padding: 9px;
  display: flex;
  align-items: center;
}

#submit-createSong img {
    height: 40px;
}

#submit-createSong span {
    margin-left: 35px;
}

#submit-createSong:hover {
    background-size: 100%;
}

#genre-subgenre-button {
    display:block;
    width: 249px;
    height: 30px;
    border-radius: 50px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    margin:0px auto;
    position: relative;
    top:-10px;
}

#genre-button,
#subgenre-button {
    font-size: 16px;
    width:50%;
    height: 100%;
    float:left;
    text-align:center;
    display: flex;
    align-items: center;
    color:white;
    border: 0.5px solid light-grey;
}

#genre-button:hover,
#subgenre-button:hover {
    font-weight:bold;
    background:#DCDCDC;
    color:black;
}

#genre-button {
    border-radius: 50px 0px 0px 50px;
    background: linear-gradient(101.15deg, #00b3ca -33.92%, #424361 143.08%);
}

#subgenre-button {
    border-radius: 0px 50px 50px 0px;
    background: linear-gradient(-101.15deg, #00b3ca -33.92%, #424361 143.08%);
}

#genre-button .genre-title,#subgenre-button .genre-title {
    width:100%;
}

#genre-button::after,
#subgenre-button::after {
    content: '\f107';
    font-family: FontAwesome;
    margin-right: 10px;
    vertical-align: 1px;
}

/* ---------- slider ------------- */

#slidecontainerpanel {
    text-align:center;
    display:flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;
}

#slidecontainer {
    width:250px;
    height:130px;
    margin: 10px;
    display:block;
    text-align:center;
}

#slidecontainer .title {
  text-transform: capitalize;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
  font-family: Gilroy-Regular;
  line-height: normal;
}

.slider {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 5px;
    background: linear-gradient(101.15deg, #00b3ca -33.92%, #424361 143.08%);
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    border-radius:10px;
}

#markers {
    width: 100%;
    margin:10px 2px;
    box-sizing: border-box;
}

#durationcontainer {
    font-family: Gilroy-Regular;
    text-align:center;
    font-weight:normal;
    margin:20px;
}

input.genre_item,input.variation_item {
    display:none;
}

#genres > label {
    display:inline-block;
    cursor: pointer;
    width:80%;
    text-align:center;
    line-height: 200%;
    font-family: Gilroy;
    font-size: 16px;
    text-transform: capitalize;
    color: #7F7F7F;
}

#genres > label:hover {
    background: linear-gradient(101.65deg, #00b3ca -33.89%, #424361 143.05%);
    box-shadow: 0px 6px 24px rgba(235, 87, 87, 0.2);
    border-radius: 50px;
}

#genres > label.active {
    background: linear-gradient(101.65deg, #00b3ca -33.89%, #424361 143.05%);
    box-shadow: 0px 6px 24px rgba(235, 87, 87, 0.2);
    border-radius: 50px;
}

.variation_group > label {
    display:inline-block;
    cursor: pointer;
    width:80%;
    text-align:center;
    line-height: 200%;
    font-family: Gilroy;
    font-size: 16px;
    color: #000000;
    opacity: 0.5;
}

.variation_group > label:hover {
    background-color:lightgrey;
}

.variation_group > label.active {
    background-color:lightgrey;
}

#genres-variations {
  display:none;
  width: 415px;
  height: 331px;
}

#genres {
  width: 207px;
  height: 331px;
  background: #FFFFFF;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  float:left;
  text-align:center;
}

#genres h1{
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 24px;
  color: #000000;
  text-align:center;
}

#variations h1{
  font-family: Gilroy-Regular;
  line-height: normal;
  font-size: 24px;
  color: #000000;
  text-align:center;
}
#variations {
  width: 207px;
  height: 331px;
  background: #F0F2F7;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  float:right;
  text-align:center;
}

.featherlight .featherlight-inner {
  display: block !important;
  font-family: Gilroy-regular;
  text-align: center;
}

iframe.featherlight-inner {
    background: white !important;
}

.featherlight-content{
    background: none !important;
    padding: 0px !important;
}
.featherlight-close-icon{
    background:rgba(255,255,255,0) !important;
    font-size:1.2em;
    margin: 10px;
    font-family: 'Open Sans', sans-serif;
}

.featherlight-loading {

    .featherlight-content {
	min-height: 150px;
	overflow: hidden !important;
	position: relative;
	.featherlight-close-icon {
	    position: absolute;
	    display: block;
	    left: 50%;
	    top: 50%;
	    margin-left: -30px;
	    margin-top: -30px;
	    animation: rotation 800ms infinite linear;
	    border: 4px solid rgba(0, 0, 0, 0.2);
	    border-left-color: #000;
	    width: 60px;
	    height: 60px;
	    border-radius: 60px;
	    text-indent: -10000px;
	}
    }
}

/* start resize muzeek template*/

.resize-muzeek-welcome {
    width: 100%;
    height: 29px;
    top: 100px;
    text-align: center;
    font-family: Gilroy-Regular;
    line-height: normal;
    font-size: 24px;
    color: #000000;
    margin-bottom: 20px;
  }

#original-song {
    padding: 2%;
}

#original-song #form-duration {
    display: block;
}

@-webkit-keyframes rotation {
    from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
    }
    to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
    }
}

@keyframes rotation {
    from {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
    }
    to {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
    }
}

#short-how-to {
  width: 80%;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
}

#short-how-to img {
  border-radius: 8px;
}
/* end new muzeek template*/


.confirmation-upgrade table {
    width: 80%;
    margin: 20px auto;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    box-sizing: border-box;
}

.confirmation-upgrade table tr:nth-child(1) {
    font-weight:bold;
    font-size: 18px;
}

.confirmation-upgrade a {
    color: white;
    text-decoration: none;
    white-space: nowrap;
}

.confirmation-upgrade a:hover {
    border: solid 1px #00b3ca;
    background-color: white;
    color: #00b3ca;
}

#confirmation-upgrade table tr:nth-child(3) td {
    padding-top:10px;
}

#confirmation-upgrade #invoice-frequency {
    text-transform: capitalize;
}

/* Loader animation */

.loader {
    display: none;
    width: 78vw;
    margin: auto;
    text-align:center;
}

.bars {
    fill: #00b3ca;
}

svg {
    width: 100%;
    margin-top: -3%;
}

#link-plugin-mobile-app a {
    text-decoration:none;
}

#link-plugin-mobile-app img {
    width: 70px;
    margin-right: 20px;
}

#creditcard {
    color: rgba(0, 0, 0, 1);
}

/* download options css */

#download-muzeek td {
    height: 30px;
}

.download {
    background-color: #00b3ca;
    border: none;
    padding: 1px 65px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    border: solid 1px #00b3ca;
}

.download-btn {
    background-color: #00b3ca;
    border: none;
    padding: 1.35px 28px;
    width: 199px !important;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

#link-stems a {
    display: block;
    width: 80%;
    text-align: center;
    margin-bottom: 2.4%;
}

.music-infos {
    font-weight: bold;
}

.options-download-subtitles {
    color: #00b3ca;
    font-weight:bold;
    font-size: 18px;
}

.dropdown-nav-btn {
    background-color: #242223;
    color: white;
    font-size: 16px;
    border: none;
}

.dropdown-nav {
    position: relative;
    display: inline-block;
}

.dropdown-nav:hover {
    cursor: pointer;
}

.dropdown-nav-menu {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    height: 4vh;
    text-align: center;
    margin-left: -300%;
    margin-top: 3%;

}

.dropdown-nav-content a {
    color: black;
    text-decoration: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 7%;
}

.dropdown-faq {
    color: black;
}

.nav-dropdown-menu {
    display: flex;
    margin-top: 2.2vh;
}

.dropdown-nav-content {
    background-color: #f1f1f1;
}

.dropdown-nav-menu {
    margin-left: -372%;
}

.dropdown-nav-content-a {
    height: 40px;
}

.closeDropdown {
    height: 16%;
}

.fa-angle-down {
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 3px;
}

.dropdown-nav-content-a a.active {
    opacity: 0.5;
    text-decoration: underline;
    text-decoration-color: #FF800A;
}

.moreSongs {
    display: none;
    background: linear-gradient(104.71deg, #00b3ca -33.64%, #424361 142.83%);
    border-radius: 50px;
    font-family: Gilroy-Regular;    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    width: 20%;
    margin-left: 40%;
}

.imgWaveform {
    height: 100px;
}

.song-wave svg {
    width: 1500px;
    /*margin-left: 20px;*/
}

.waveform-content div {
    float: left;
    clear: none;
}

#share-muzeek {
    /*height: 390px;*/
    width: 500px;
    font-family: Gilroy-regular;
}

#share-muzeek h4 {
    /* font-family: 'Open Sans', sans-serif; */
    font-weight: lighter;
    text-align: center;
}

#share-musics-form {
    margin: 20px auto 0 auto;
    width: 70%;
    display: flex;
    flex-direction: column;
}

#share-musics-form input,textarea{
    opacity: 0.5;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 8px;
}

#share-musics-form input{
    height: 35px;
    padding: 5px;
    font-family: Gilroy-regular;
}

#share-musics-form textarea{
    height: 80px;
    font-family: Gilroy-regular;
    resize: none;
    padding: 5px;
    font-size: 0.9rem;
}

#share-musics-form label{
    font-family: Gilroy-bold;
    margin: 5px 0;
}

#share-musics-form button{
    margin: 2px auto 0 auto;
}

#form-share {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#form-share h4 {
    font-family: Gilroy-Regular;
    font-size: 20px;
}

#form-share textarea {
    height: 15vh;
    width: 100%;
    font-family: arial;
    resize: none;
    margin: auto;
    margin-bottom: 1%;
    padding: 5px;
}

#vdo-muzeek {
    height: 600px;
    width: 750px;
}

.vdo-button {
    height: 38px;
    width: 38px;
}

.video-content {
    text-align: center;
    margin: 10% 5% 5% 5%;
}

.evaluation {
    font-family: Gilroy-Regular;
    width:70%;
    background-color:white;
    border-radius: 10px;
    margin:10px auto;
    padding:10px;
}

#form-share-container {
    display: none;
    margin:10px auto;
    width:70%;
    border-radius: 10px;
    padding:10px;
}

#refresh-evaluation {
    display: inline;
}

.signup-banner {
    display: flex;
    align-items: center;
    justify-content: center;
}
.signup-banner ul {
    border-radius: 10px;
    display: inline-flex;
    flex-direction: column;
    margin: 0;
}

.signup-banner li {
    flex: 1;
    margin: 5px 0;
}

.generic-loader {
    overflow: hidden;
}

.generic-loader > div {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-items: center;
    width:600px;
    height:400px;
}

.generic-popup, .popup-video {
    display: none;
    background-color: white;
    width: 600px;
    min-height: 400px;
    border-radius: 20px;
    padding:10px;
}

@media screen and (max-width: 1050px){
    .popup-video {
        height: 380px;
    }
}

@media screen and (max-width: 870px){
    .popup-video {
        height: 340px;
    }
}

@media screen and (max-width: 530px){
    .popup-video {
        height: 290px;
    }
}

.popup-video-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vdo-title {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    margin: 10px;
    font-family: 'Open Sans', sans-serif;
}

.popup-video-content video {
    width: 80%;
}

.popup-video-content i {
    margin: 1% 0 0 90%;
}

.btn-content {
    display: flex;
    justify-content:flex-end;
    flex-direction: row;
}

.switchMode {
    font-family: Gilroy-regular;
    visibility: hidden;
    display: flex;
    justify-content:flex-end;
    flex-direction: row;
    margin: 35px 0px 0px 0px;
}

.btn-file {
    display: none;
}

.input-file {
    display: none;
}

.vdo-button-small {
    float: left;
    margin: 2.5px;
    width: 32px;
    height: 32px;
    padding: 0px;
    border-radius: 20px;
    color: white;
    background: linear-gradient(#F39C50, #FF0100);
}

.background-div-popup-vdo {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;
    top: 0px;
}

.helper-create-song {
    text-align: center;
}

.helper-create-song-content {
    font-family: Gilroy-Regular;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}

.helper-create-song-content h3 {
    margin: 0 0 5% 0;
}

.payment-loader-parent {
    display: none;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: fixed;
    width: 100%;
    height: 534px;
}

.payment-loader-content {
    background-color: white;
    font-family: Gilroy-Regular;
    width: 450px;
    height: 300px;
    position: fixed;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
}

.payment-loader {
    width: 400px;
}

#confirm-license #inner-confirm-license {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

#video-song, #video-song2 {
    display: none;
}

#video-song2 {
  position: relative;
  width: 321px;
  height: 100%;
  margin-top: -239px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1111;
}

#video-song2 .song {
  background-color: rgba(251,149,72,0.9);
  color: #f0f0f0;
  display: none;
}

#video-song2 .song:first-child {
  display: block;
  padding: 5px;
}

#video-song2 .song .song-footer,#video-song2 .song  .song-seperator {
  display: none;
}

#video-song2 .song .play-button-small {
  display: none;
}

#video-song2 .song .song-title {
  text-align: center;
  height: 65px;
}

#video-song2 .song .song-header-right {
  float: left;
  position: relative;
  top: 152px;
  left: 25%;
  margin-left: -18%;
  margin-top: -12%;
}

#video-song2 .song .general-button {
  font-size: 13px;
  height: 23px;
  width: 88px;
}

.popup-video-content2 {
  position: relative;
  z-index: 11;
}

#video-song2 .song .waveform-timeline {
  display: none;
}

#video-song2 .song #rate-stars {
  position: relative;
  top: 16px;

}

#video-song2 .song .discret {
  position: relative;
  bottom: 28px;
}

#video-song2 .song-header-left {
  margin-top: 15px;
}

.popup-video-content2 .fa-times {
  display: none;
  position: absolute;
  margin-top: 6px;
  margin-left: 19vh;
  z-index: 111111;
}

#video-song2 .song-wave div:first-child {
  float: none !important;
}

#video-song2 .song-wave img {
  margin-top: 5px;
}

#video-song2 .song-wave .waveform-content {
  display: none;
}

.popup-video-content video {
    display: none;
}

.video-synchronizer .info-icon {
    display: none;
    background-size: 40%;
    padding: 10px;
    margin-left: 80%;
}

@media screen and (max-width: 1000px){
  .video-synchronizer .info-icon {
    margin-left: 92%;
  }
}

.video-loader, .video-loader2 {
    display: none;
    flex-direction: column;
    justify-content: center;
}

.video-loader span, .video-loader2 span {
    margin-top: 3%;
    text-align: center;
    font-family: Gilroy-Regular;
}

.resize-music-button {
    display: none;
    width: 255px;
    margin-top: 3%;
    height: 50px;
    background: linear-gradient(104.71deg, #00b3ca -33.64%, #424361 142.83%);
    border-radius: 50px;
    font-family: Gilroy-Regular;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

.background-gdpr {
  font-family: Gilroy-Regular;
  height: 95px;
  width:100%;
  z-index:1000;
  bottom:0px;
  background: rgba(0, 0, 0, 0.7);
  padding: 30px;
  color: #fff;
  display: none;
  position: fixed;
}

.gdpr-content {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.gdpr-txt {
  width: 60%;
  font-size: 12px;
}

.gdpr-btns {
  display: flex;
  width: 30%;
}

.gdprform {
  width: 40%;
}

.btn-gdpr-ok, .btn-gdpr-cancel {
  height: 35px;
  width: 120px;
  border-radius: 50px;
  color: #fff;
  font-family: Gilroy-Regular;
}

.btn-gdpr-ok {
  background: #00b3ca;
  margin-right: 5px;
}

.btn-gdpr-cancel {
  background: #918d85;
}

#gdpr-select {
  height: 40px;
  width: 70px;
}

.gdpr-content .fa-times {
  position: relative;
  bottom: 20px;
}

.btns-lang {
  display: flex;
  margin-right: 5px;
}

.img-flag {
  width: 35px;
  height: 35px;
}

#flag-fr, #flag-en {
  display: none;
}

.img-flag {
  cursor: pointer;
  margin-right: 5px;
}

@media screen and  (max-width: 800px){
  .background-gdpr {
    height: 150px;
    top: 105vh;
  }

  .gdpr-content {
    flex-direction: column;
  }

  .gdpr-txt {
    width: 100%;
    font-size: 20px;
  }

  .gdpr-btns {
    width: 100%;
    justify-content: flex-end;
    margin-top: 15px;
  }

  .btn-gdpr-ok, .btn-gdpr-cancel {
    font-size: 20px;
  }

  .gdpr-content .fa-times {
    position: absolute;
    top: 12px;
    right: 20px;
  }
}

@media screen and  (max-width: 576px){
  .background-gdpr {
    height: 220px;
    top: 93vh;
  }
}

@media screen and (max-width: 400px){
  .background-gdpr {
    top: 125vh;
    height: 430px;

  }

  .gdpr-txt {
    width: 100%;
    font-size: 27px;
  }

  .gdpr-content {
    flex-direction: column;
  }

  .gdpr-content .fa-times {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  .btn-gdpr-ok, .btn-gdpr-cancel {
      height: 50px;
  }
}


#confirm-license-array {
  display: none;
  justify-content: space-between;
}

#confirm-license {
  width: 80vw;
  max-width: 650px;
  min-width: 575px;
  position: relative;
  font-family: Gilroy-Regular;
}

.confirm-licence-modal {
  height: 50% !important;
}

.confirm-license-personal, .confirm-license-commercial {
  width: 45%;
  position: relative;
}

.confirm-price {
  top: 75%;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 56px;
}

.confirm-price a {
  font-size: 20px;
  text-decoration: none;
  color:black;

}

.confirm-redirect-subscription {
  margin: 30px 40px 10px 40px;
}

.confirm-redirect-subscription a {
  color:black;
  text-decoration:none;
  font-family: Gilroy-bold;
  transition: 0.4s;
}

.confirm-redirect-subscription a:hover {
  color: #424361;
}

.confirm-redirect-subscription p {
  font-size: 12px;
  margin: 0;
  color: #424361;
}

.price-details {
  font-family: Gilroy-bold;
}

#confirm-license-array .btn-commercial-license, #confirm-license-array .btn-personal-license {
  width: 100%;
  min-height: 40px;
  display: table;
}

#confirm-license-array .btn-personal-license {
  padding: 9px 19px;
}

@media screen and  (max-width: 400px){

  .confirm-price {
    top: 85%;
  }

}


.helper-create-song-content .fa::before {
  color: #00b3ca;
  font-size: 30px;
}

.helper-create-song-content div {
  display: flex;
  flex-direction: column;
  width: 20%;
}

#defaultscreen {
  font-family: Gilroy-regular;
}

#defaultscreen a {
  padding: 10px;
  border-radius: 50px;
  color: #fff;
  font-family: Gilroy-Regular;
  background: #00b3ca;
  text-decoration: none;
}

@media screen and  (max-width: 1000px) {
  .helper-create-song-content div {
    width: 35%;
  }
}

.uk-text-center {
  text-align: center;
}

.uk-placeholder {
  margin-bottom: 20px;
  padding: 15px 5px;
  background: transparent;
  border: 1px dashed #e5e5e5;
  font-family: Gilroy-regular;
}

.synchro-upload {
  margin-bottom: 4px;
}

.uk-placeholder .uk-icon {
  margin: 0;
  border: none;
  border-radius: 0;
  overflow: visible;
  font: inherit;
  line-height: inherit;
  color: inherit;
  text-transform: none;
  padding: 0;
  background-color: transparent;
  display: inline-block;
  fill: currentcolor;
  line-height: 0;
  width: 50px;
  position: relative;
  top: 3px;
}

.uk-form-custom {
  position: relative;
  max-width: 100%;
  vertical-align: middle;
  cursor: pointer;
  margin-top: -3px;
}

.uk-form-custom input[type="file"] {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 150px;
  left: 0px;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
  border: 1px solid;
}

.uk-form-custom .uk-link {
  color: #00b3ca;
  text-decoration: none;
  cursor: pointer;
}

.uk-progress {
  margin-top: 20px;
  vertical-align: baseline;
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  border: 0;
  background-color: #00b3ca;
  margin-bottom: 20px;
  height: 15px;
  border-radius: 500px;
  overflow: hidden;
  display: none;
}

.video2 {
  display: none;
  height: 240px;
  width: 100%;
  background: #000;
  margin: 0 auto;
}

/* VIDEO SYNCHRONIZER */

.container-synchronizer {
  display: flex;
  justify-content: space-around;
}

.container-synchronizer #createSongForm, .container-synchronizer .video-synchronizer {
  width: 40%;
}

.container-synchronizer #createSongForm {
  order: 1;
}

.container-synchronizer .video-synchronizer {
  order: 0;
}

.container-synchronizer .search-panel {
  width: 100%;
}

.container-synchronizer .tagsinput {
  width: 90% !important;
}

.container-synchronizer #slider-range {
  width: 85%;
}

.container-synchronizer .uk-placeholder {
  min-height: 42%;
  border: 1px dashed #00b3ca;
  border-radius: 10px;
  margin: 10px auto;
}

.container-synchronizer .switchMode {
  display: none;
}

.container-synchronizer .switchModeClimax {
  display: flex;
  visibility: visible;
}

.container-synchronizer .dropbtn {
  width: 115px;
}

/* MUSIC COMPOSER */
.container-composer {
  display: block;
}

.container-composer .video-synchronizer {
  display: none;
}

.container-composer .search-panel {
  width: 650px;
}

.container-composer #createSongForm {
  width: 100%;
}

.container-composer .tagsinput {
  width: 600px;
}

.container-composer #slider-range {
  width: 600px;
}

.container-composer .switchMode {
  display: none;
}

.container-composer .switchModeClimax {
  display: flex;
  visibility: visible;
}

.ui-slider-handle {
  width: 5px;
}

.ui-slider-handle:first-of-type:before {
    content: '\f0d7';
    font-family: FontAwesome;
    font-size:1.5em;
    font-weight: 700;
    color: #424361 !important;
    position: absolute;
    bottom: 14px;
    left: -5.5px;
}

.ui-slider-handle:first-of-type:after {
    content: '\f0d8';
    font-family: FontAwesome;
    font-size:1.5em;
    font-weight: 700;
    color: #424361 !important;
    position: absolute;
    top: 12px;
    right: -5.5px;
}

.ui-slider-handle:first-of-type:focus {
  outline:0;
}

.label-climax {
  margin-left: 5px;
}

.form-duration input {
  margin-left: 10px;
}

#conditions {
  position: relative;
  left: 0;
  right: 0;
  top: 8vh;
  font-family: Gilroy-regular;
}

#conditions h2 {
  text-align: center;
  line-height: 1.3rem;
}

#conditions .licenses {
  margin: 40px auto 75px auto;
  width: 85%;
}

#conditions .licenses p, #conditions .licenses ul {
  line-height: 1.35rem;
}


#conditions .licenses a, #link-conditions-standard, #link-conditions-premium {
  color: #424361;
  text-decoration: none;
  font-family: Gilroy-bold;
  transition: 1s;
}

#conditions .licenses a:hover {
  color: #fb2d16;
  transition: 1s;
}

#link-conditions-standard:hover, #link-conditions-premium:hover {
  color : black;
  transition: 1s;
}

#item-license, .see-details {
  color: #fff;
  text-decoration: none;
  font-family: Gilroy-regular;
  transition: 1s;
}

.span-link-license {
  padding: 6px 15px;
}

.song-header-right .span-link-license-item {
  padding: 6px 15px;
}

.confirm-licence-modal {
  height: 50%;
}

.climax-waveform {
  width: 25px;
  height: 25px;
  border: 1px solid #000;
}

.wavesurfer-region[data-region-type=parts] {
    /*height: 18px !important;*/
  top: 100px !important;
  height: 3px !important;
  background-color: #11ffee00 !important;
  white-space:pre;
  margin-left: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-width: 3px;
  border-style: solid;
  border-color: rgb(232,141,90);
  border-bottom: none;
  /*border-radius: 5px 5px 0 0;*/
  border-radius: 5px;
  opacity: 0.3;
}

.wavesurfer-region[data-region-type=parts]:nth-child(even) {
  border-color: rgb(43,147,179);
}

.wavesurfer-region[data-region-type=parts]:hover {
  opacity: 0.6;
}

.wavesurfer-region[data-region-type=parts]:before {
  font-family: Gilroy-regular;
  text-align: center;
  width : 100%;
  font-size:0.8em;
}

.wavesurfer-region[data-region-type=climax] {
  background-color: #c5c5c5 !important;
  height: 65% !important;
  z-index: 11 !important;
  top : 12px !important;
  width: 2px ! important;
}

.wavesurfer-region[data-region-type=climax]:before {
  content: '\f0d7';
    font-family: FontAwesome;
    font-size: 1.5em;
    font-weight: 700;
    color: #c5c5c5 !important;
    position: absolute;
    bottom: -8px;
    left: -5.5px;
}

.wavesurfer-region[data-region-type=climax]:after {
  content: '\f0d8';
    font-family: FontAwesome;
    font-size: 1.5em;
    font-weight: 700;
    color: #c5c5c5 !important;
    position: absolute;
    top: -10px;
    // right: 13px;
    right: -6.5px;
}

.tracks-per-month.year {
  display: none;
}

.licensed-item #download-muzeek {
  font-family: Gilroy-regular;
  margin: 10px;
  margin: 0 auto;
  margin-bottom: 15px;
  display: block;
  width: 30%;
  text-align: center;
}

#item-license2 {
  padding: 5px 10px;
  text-decoration: none;
}

.span-link-license-item2 {
  margin: 10px;
  display: block;
  text-align: center;
}

.file-descriptor .uk-nav li > a {
    display:inline-block !important;
}

.file-descriptor .uk-nav li > span {
    font-size: 0.7em;
}