html,body {
  margin:0px;
  padding:0px;

  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  max-width:100%;
  max-height:100%;
  min-width: max-content;
  min-height: max-content;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: none !important;
    background-color: transparent;
}

textarea, select, input, button {
  outline: none;
  border: 0px;
}

* {
  box-sizing: border-box;
}

.reddot {
  cursor: pointer;
  border-radius: 50%;
  width:12px;
  height: 12px;
  background-color: #ff5c59;
}

.reddot:hover::before {
  content:"x";
  border-radius: 50%;
  width:12px;
  height: 12px;
  color:white;;
  display: flex;
  align-items: center;
  justify-content: center;

}


.loader {
  width:50px;
  height:50px;
}

.mt-logo {
  width: 100%;
  height: auto;
}

.mt-logo.large {
  padding: 20px;
  display:block;
}

.mt-logo.small {
  display:none;
}

.mt-input {
  display: block;
  margin: 5px;
  padding: 10px 5px;
  width: 100%;
  color: white;
  height: auto;
  border-radius: 6px;
  border: 1px solid white;
  background-color: rgba(0, 0, 0, 0);
}

.mt-input::placeholder {
  color: white;
}


.mt-input.dark {
  color: #2D2D59;
  border: 1px solid #2D2D59;
}

.mt-input.dark::placeholder {
  color: #2D2D59;
}



.mt-links {
  margin: 10px 0px;
  width: 100%;
  text-align: right;
  font-size: 10pt;
  color: #85D9E4;
}

.mt-links a {
  color: #85D9E4;
  text-decoration: none;
}

.center {
  text-align: center;
}

.mt-btn {
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  background: linear-gradient(90deg, #85D9E4 0%, #FFFFFF 100%);
  font-family: "Inter-Medium";
  font-family: "Inter";
  font-weight: 700;
  text-transform: lowercase;
  font-size: 1em;
  cursor: pointer;
  color:#2D2D59;
}

.mt-btn::first-letter {
  text-transform: uppercase;
}

.mt-btn-hollow {
  /*width: 100%;*/
  padding: 10px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border-radius: 6px;
  font-family: "Inter-Medium";
  font-family: "Inter";
  font-weight: 900;
  color:white;
  border:1px solid white;
  background-color: unset;
  text-transform: capitalize;
  font-size: 1em;
  cursor: pointer;
  min-width: 100px;
  margin: 0px 5px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  }

.mt-btn-hollow:hover {
  border:1px solid #FFD751;
  background: linear-gradient(180deg, #FFD751 0%, #FFEC7C 100%);
  color:#2D2D59;
}

.mt-btn-hollow.blue {
  color:#2D2D59;
  border:1px solid #2D2D59;
}

.mt-btn-hollow.blue:hover {
  color:black;
  background: linear-gradient(180deg, #FFD751 0%, #FFEC7C 100%);
  border:1px solid #000000;
}


.mt-btn-hollow.dark {
  color:#ffffff;
  border:1px solid #ffffff;
}

.mt-btn-hollow.dark:hover {
  color:black;
  background: linear-gradient(180deg, #FFD751 0%, #FFEC7C 100%);
  border:1px solid #000000;
}

.mt-btn-hollow.dark.active {
  color:black;
  background: linear-gradient(180deg, #FFD751 0%, #FFEC7C 100%);
  border:1px solid #000000;
}

.mt-btn-hollow.small {
  width: unset;
  float: right;
  padding: 5px 20px;
  margin: 10px;
}

.header > .small {
  float: right;
  margin: 10px;
}

.mt-social-logo {
  display: inline-block;
  cursor: pointer;
}

.mt-icn {
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
  width:20px;
  height: 20px;
  margin-right: 10px;
  cursor: pointer;
}

a.active .mt-icn {
  color:#2D2D59;
  filter: sepia(100%) saturate(300%) brightness(10%) hue-rotate(180deg);
}

.icn-return {
  background-image: url('../images/icn-return.svg');
  width:30px;
  height: 30px;
}

.icn-heart {
  background-image: url('../images/icn-heart@2x.png');
  margin-right: 10px !important;
}

.icn-music {
  background-image: url('../images/Menus/mnuMusicCatalog72x72.png');
}

.icn-home {
  background-image: url('../images/Menus/mnuMainMenu72x72.png');
}

.icn-video-sync {
  background-image: url('../images/Menus/mnuMagicSync100x100.png');
}

.icn-plus {
  background-image: url('../images/Menus/mnuCreateMusic72x72.png');
}

.icn-tutorials {
  background-image: url('../images/Menus/mnuHowTo100x100.png');
}

.icn-video {
  background-image: url('../images/Buttons/btnUploadVideo72x72.png');
}

.icn-download {
  background-image: url('../images/icn-download.svg');
}

.icn-settings {
  background-image: url('../images/icn-settings.svg');
}

.mt-badge {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}

.mt-badge-initials {
  /*background: linear-gradient(180deg, #2D2D59 0%, #262645 70%, #1B191E 100%);*/
  background: linear-gradient(180deg, #333440 0%, #20212B 100%);
  margin-right: 10px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.mt-badge-name {
  margin-right: 10px;
}

.mt-badge-arrow {
  margin-right: 10px;
  margin-top: -5px;
}

.mt-badge-arrow i {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
@media screen and (max-width: 1000px) {
  .interface-container-panel-menu-left .mt-btn-hollow {
    padding:0px;
    margin: 0px 10px 0px 0px;
    border: 0px;
    width: auto;
    min-width: auto;
  }

  .interface-container-panel-menu-left .mt-btn-hollow.dark.active {
    color:unset;
    background: unset;
  }

  .interface-container-panel-menu-left .mt-btn-hollow:hover {
    border: unset;
    background: unset;
    color:#E00000;
  }

  .interface-container-panel-menu-left > button {
    margin: 0px 5px 0px 0px;
    padding: 5px 5px;
  }

  .mt-player-container .mt-btn-hollow {
    width: 100%;
    padding: 5px 40px;
  }
}
