.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Old versions of Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
  }
  
  html {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: 'Quicksand', sans-serif !important;
  }
  



.flex {
    display: flex !important;
}

.ttb {
    flex-direction: column;
}

.flex-center {
    align-items: center
}

.flex-center-v {
    justify-content: center;
}
  
.flex-row {
    display: flex !important;
    flex-direction: row;
}
  
.flex-column {
    display: flex !important;
    flex-direction: column;
}
  
.flex-fill {
    flex-grow: 1;
}

.flex-align-center {
      justify-content: center;
}

.flex-bottom-up {
    flex-direction: column-reverse;
}

.flex-space-between {
    justify-content: space-between;
}



.invert {
    filter: invert(1);
}




  .tingle-modal{
    background-color: rgba(255, 255, 255, 0.75) !important;
  }
  
  .tingle-modal-box{
    border: solid;
    border-width: 0.01rem;
    border-color: #e9e8e8;
  }
  
  .tingle-modal__close{
    color: black !important;
  }
  
  #navbar {
    background-color: #ededed;
  }
  
  #navbar .button_{
      color: black;
  }
  
  
  .gradientBG{
      color: #fff;
      background: linear-gradient(-45deg, #23d5ab, #23a6d5, #e73c7e, #ee7752);
      background-size: 400% 400%!important;
      animation: gradientBG 15s ease infinite;
  }
  
  
  @keyframes gradientBG {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  @-moz-keyframes gradientBG {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  .gradientBG_dark{
    color: #fff;
      background: linear-gradient(-45deg, #005642, #00465f, #6f002a, #611700);
      background-size: 400% 400%;
    animation: gradientBG_dark 15s ease infinite;
  }
  
  @keyframes gradientBG_dark {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  .gradientBG_light{
    color: #fff;
      background: linear-gradient(-45deg, #d8fff6, #d6f4ff, #ffdcea, #ffe4dc);
      background-size: 400% 400%;
    animation: gradientBG_light 15s ease infinite;
  }
  
  @keyframes gradientBG_light {
      0% {
          background-position: 0% 50%;
      }
      50% {
          background-position: 100% 50%;
      }
      100% {
          background-position: 0% 50%;
      }
  }
  
  
  .paused {
    -ms-animation-play-state:paused;
    -o-animation-play-state:paused;
    -moz-animation-play-state:paused;
    -webkit-animation-play-state:paused;
    animation-play-state: paused;
  }
  



  .clickable {
    cursor: pointer !important;
  }
  
  .panel {
    border-radius: 0.6rem;
    width: 100%;
  }





  
.fill {
    width: 100%;
    height: 100%;
}






.interactable {
    transition: 0.1s;
}
  
.interactable:hover {
    transform: scale(1.01);
    opacity: 1 !important;
}
  
.interactable:active {
    transform: scale(1) !important;
    opacity: 0.75;
}
  
.interactable-1:hover {
    transform: scale(1.075);
}
  
.interactable-2:hover {
    transform: scale(1.15);
}
  
.shadow {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.1);
}
  
.shadow:hover {
    -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}

  
.thicc {
      font-weight: 700;
}
  
.aligncenter {
      text-align: center;
}
  
.logo {
      height: 2rem;
      margin-right: 3rem;
}
  
.powered_by {
      vertical-align: middle;
}
  
.spleeter_logo {
      margin-top: 0.15rem;
      height: 1rem;
}
  
.button_ {
    font-size: 1rem;
    /*background-color: #5086bd;*/
    color: white;
    background-color: rgba(0,0,0,0);
    border-radius: 0.5rem;
    border: none;
    width: fit-content;
    height: fit-content;
    padding: 0.4rem 0.7rem 0.4rem 0.7rem;
    text-decoration: none !important;
    font-weight: 400;
    padding: 8px 16px;
}
  
.button_.solid {
    background-color: unset;
    background: linear-gradient(0deg, #000, rgb(50, 50, 50));
}

.button_gradient {
  padding: 0.78571429em 1.5em 0.78571429em;
}
  
.button_:hover{
  color: white !important;
}

.button_.solid:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.button_.big {
    width: 16rem;
    height: 3rem;
    border-radius: 0.4rem;
    border: none;
    font-size: 1.3rem;
}

.button_.big:hover {
  opacity: 0.5;
}


.button_:hover {
    cursor: pointer;
    background-color: rgba(0,0,0,1);
}


.hiddenDiv{
  display: none !important;
}

h1 {
font-size: 2rem;
font-weight: 400;
}


.panel-grey {
  background-color: #ebebeb;
}

.right-border-divider {
  border-right: solid;
  border-right-width: 0.01rem;
  border-color: lightgrey;
}



.color-face {
    background-color: #e2e2e2;
}

.color-white {
    background-color: white;
}





.card_a {
    margin: 2rem 0rem 2rem 0rem;
    min-height: 25rem;
    width: 100%;
}

.card_a > div {
    padding: 2rem;
}

.card_a > .description {
    overflow: auto;
}

.card_a > .action {
    background-color: white;
    min-width: 30rem;
    width: 30rem;
}




.bigButton {
    padding: 1.5rem 2rem 1.5rem 2rem;
    width: fit-content;
    color: #00c000;
    font-weight: bold;
    background-color: white;
}

.bigButton.inverted {
    color: white;
    font-weight: unset;
}




.sai_menu {
    height: 64px;
    background-color: rgba(230,230,230,0.75);
    backdrop-filter: blur(10px);
}