@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    background-color: #2b2f8c;
    font-family: 'Cabin', sans-serif;
    font-size: 16px;
    margin: 0;
    user-select: none;
}
@media screen and (max-width: 375px) {
    body #footer {
        height: 58px;
    }
}
a {
    color: #bc13fe;
}
#top-nav-wrapper {
    position: absolute;
    right: 0px;
    background: #404499;
    padding: 4px 0;
    border-radius: 4px;
    margin-right: 8px;
}
.start-mixing {
    color: #eee;
    cursor: pointer;
    position: absolute;
    right: 0px;
    background: #404499;
    padding: 4px 0;
    border-radius: 4px;
    margin-right: 8px;
}
#top-nav {
    margin: 0;
    padding: 0 4px;
    display: flex;
    margin-bottom: 4px;
}
#top-nav li {
    display: flex;
    height: 1rem;
    align-items: center;
}
#top-nav li:not(:first-child) {
    margin: 0 0 0 8px;
}
#top-nav li span {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: #eee;
    padding: 0;
    margin: 0 0 0 2px;
}
.top-nav-mix {
    margin-left: 4px;
    width: 44px;
}
.top-nav-load {
    margin-left: 54px;
    width: 53px;
}
.top-nav-share {
    margin-left: 113px;
    width: 58px;
}
#top-nav-hr {
    display: block;
    border: none;
    border-radius: 3px;
    height: .25rem;
    background: #bc13fe;
    transition: .2s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    display: inline;
    text-align: center;
}
li span {
    display: inline-block;
    padding: 0 0 0.25rem 0;
    margin: 0 12px 0 0;
    text-decoration: none;
    font-size: 0.875rem;
    color: #eee;
}
.play {
    margin-left: 54px;
    width: 50px;
}
.load {
    margin-left: 111px;
    width: 54px;
}
.share {
    margin-left: 172px;
    width: 59px;
}
hr {
    border: none;
    border-radius: 3px;
    height: .25rem;
    width: 48px;
    margin: 0;
    background: #bc13fe;
    transition: .2s ease-in-out;
}
.btn-group {
    display: flex;
    padding: 4px 0 4px 4px;
    background: #1e272f;
    border-radius: 4px;
    margin-right: 4px;
}
button.btn {
    position: relative;
    overflow: hidden;
    width: 2.25rem;
    height: 2.25rem;
    background: #33414e;
    padding: 4px;
    border-radius: 4px;
    margin-right: 4px;
}
span.ripple, span.ripple-off {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    /* animation-iteration-count: 1; */
    animation: ripple 600ms linear;
    background-color: rgba(188, 19, 254, 0.7);
}
span.ripple-off {
    background-color: rgba(51, 65, 78, 0.7);
}
@keyframes ripple {
    to {
      transform: scale(4);
      opacity: 0;
    }
}
button.on {
    background: #bc13fe;
}
button {
    display: block;
    border: none;
    width: 50px;
    padding: 0.25rem 0.5rem;
    margin: 0;
    text-decoration: none;
    background: #404499;
    color: #eee;
    font-family: 'Cabin', sans-serif;
    font-size: 0.875rem;
    cursor: pointer;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    background-position: center;
    transition: background 0.5s;
    border-radius: 10px;
}
button i {
    padding-bottom: 3px;
}
text {
    color: #666;
}
#instrument {
    width:71px;
}
input[type="range"] {
    margin: 2px 0 2px 0;
}
#charts {
    padding: 0 4px;
    background: #000;
    cursor: default;
    -webkit-overflow-scrolling: touch;
}
.chart-wrapper svg {
    vertical-align: top;
}
.chart-wrapper.is-selected {
    background: #fff;
}
.chart-wrapper.highlighted {
    border: 4px solid #bc13fe;
    padding: 4px;
}
.chart-wrapper {
    cursor: default;
    width: 180px;
    margin-right: 4px;
    padding: 8px;
    background: #f6f6f6;
    border-radius: 4px;
}
.chart-delete-transition {
    width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    opacity: 0;
    transition: all .3s;
}
#chart-zoom {
    width: 175px;
}
#bpm-scale {
    width: 175px;
}
#toolbar-wrapper {
    font-family: 'Cabin', sans-serif;
    font-size: .875rem;
    color: #eee;
    display: flex;
    margin-bottom: 10px;
    user-select: none;
    display: none;
}
#toolbar-selection {
    flex: 1;
    display: none;
}
#toolbar-global {
    flex: 1;
    display: flex;
    display: none;
}
.toolbar:first-child {
    margin-right: 10px;
}
.toolbar-global-element {
    display: inline-flex;
    align-items: center;
    margin: 0 10px 10px 0;
    white-space: nowrap;
}
.toolbar-element-disabled {
    opacity: 0.2;
    cursor: default;
}
#toolbar {
    background-color: #2b2f8c;
    color: #eee;
}
#top-toolbar-row {
    position:relative;
    align-items:stretch;
    width:375px;
    padding:8px;
}
.toolbar-row {
    padding: 0 10px 5px 10px;
    display: flex;
    align-items: center;
}
.toolbar-element {
    align-items: center;
    margin: 0 4px 0 0;
    white-space: nowrap;
}
.toolbar-extra {
    display: none;
}
#settings2 {
    display: none;
    height: 51px;
}
#player {
    display: none;
    height: 51px;
}
#footer {
    background-color: #2b2f8c;
    color: #eee;
    font-size: .75rem;
    height: 80px;
    width: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}
#page {
    display: none;
    background-color: #2b2f8c;
    padding: 0 10px 0px 10px;
    width: 375px;
}
#page a {
    color: #eee;
    text-decoration: none;
}
#scales a {
    color: #eee;
    text-decoration: none;
    border: 2px solid #eee;
    border-radius: 20px;
    width: 70px;
    display: inline-block;
    text-align: center;
    margin-bottom: 6px;
    font-size: 0.875rem;
}
#page h1 {
    font-weight: normal;
    color: #eee;
    font-family: 'Raleway', sans-serif;
    font-size: 1.4rem;
    margin: 0 0 0.5rem 0;
}
#page h2 {
    font-weight: normal;
    color: #eee;
    font-family: 'Raleway', sans-serif;
    font-size: 1.25rem;
    margin: 1rem 0 0.5rem 0;
}
#page h3 {
    font-weight: normal;
    color: #eee;
    font-family: 'Raleway', sans-serif;
    font-size: 1.125rem;
    margin: 0 0 0.25rem 0;
}
#page p {
    color: #eee;
}
.page-button {
    cursor: pointer;
    background-color: #eee;
    color: #2b2f8c;
    border: 3px solid #eee;
    border-radius: 20px;
    padding: 5px;
    text-align: center;
    width: 121px;
    margin: 0px 0 10px 234px;
}
.copy-link {
    cursor: pointer;
    color: #eee;
    background-color: #404499;
    border-radius: 10px;
    padding-right: 10px;
    overflow: hidden;
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}
.copy-link i {
    line-height: 1em;
    margin-right: .75rem;
    font-size: 1.75rem;
    cursor: pointer;
    padding: 0;
}
.copy-link button {
    width: 46px;
}
.copy-link input {
    width: 100%;
    margin:0;
    border:0;
    padding:0;
    display:inline-block;
    vertical-align:middle;
    white-space:normal;
    background:none;
    line-height:1rem;
    font-size:1rem;
    font-family: 'Cabin', sans-serif;
    color: #eee;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    -webkit-appearance: none;
}
.copy-link input:focus {
	outline:0;
}
#sharing {
    display: flex;
    justify-content: space-between;
}
#sharing button {
    font-size: 1.5rem;
    width: 112px;
}
.share-icon {
    flex: 1;
    color: #eee;
    text-align: center;
    padding: 1em 0 1em 0;
}
#sharing .share-icon a {
    font-size: 3rem;
}
#sharing a {
    border: none;
}
.list {
    display: flex;
    margin-bottom: 5px;
    justify-content: space-between;
}
.col {
    justify-content: space-between;
}
.col a {
    font-family: 'Gothic A1';
}
.fa-square-o {
    margin-right: 3px;
}
#descending, #rests, #response {
    cursor: pointer;
}
#launch, #launch2 {
    width: 160px;
}
#count-text {
    font-size: 12px;
    line-height: 1;
}
#count-toggle {
    font-size: 1.5em;
}
#count {
    margin: 0;
}
.range-slider-label {
    display: flex;
}
.range-slider-input {
    height: 16px;
}
.range-slider-text {
    flex: 1;
    text-align: right;
    margin-right: 5px;
}
.range-slider-value {
    flex: 1;
    text-align: left;
    margin-left: 5px;
}
.range-slider-minus {
    flex: 1;
    text-align: center;
}
.range-slider-plus {
    flex: 1;
    text-align: center;
}
.toolbar {
    background-color: #2b2f8c;
    border: 3px solid #404499;
    border-radius: 10px;
    padding: 10px 10px 0 10px;
    align-items: center;
}
.toolbar-button {
    cursor: pointer;
}
#toolbar-chart-reset-reset, #toolbar-chart-reset-cancel {
    width: 60px;
}
#toolbar-chart-play, #toolbar-chart-down, #toolbar-chart-up {
    cursor: pointer;
}
#toolbar-chart-down, #toolbar-chart-up {
    position: absolute;
    left: 333px;
    font-size: 1.75rem;
}
#toolbar-global-enabled {
    flex: 1;
    display: block;
}
#toolbar-selection-enabled {
    flex: 1;
    display: none;
}
#toolbar-selection-disabled {
    flex: 1;
    display: block;
    margin-bottom: 10px;
}
.icon-lg {
    font-size: 1.2rem;
}
.flickity-button:disabled {
    opacity: 0.2;
}
.flickity-button:active {
    opacity: 1 !important; 
    background: #bc13fe !important;
    transition: background 0s !important;
}
.flickity-prev-next-button.previous {
    /* left: -40px; */
    top: 100%;
    transform: translateY(-44px);
    left: 12px;
}
.flickity-prev-next-button.next {
    /* right: -40px; */
    top: 100%;
    transform: translateY(-44px);
    left: 144px;
}
.flickity-prev-next-button {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    background: #404499;
    transition: background 0s;
}
.flickity-prev-next-button:hover {
    /* background: #bc13fe; */
    background: #404499;
    transition: background 0s;
}
.flickity-prev-next-button .arrow {
    fill: white;
}
.flickity-prev-next-button.no-svg {
    color: white;
}
.carousel {
    background: #f2f2f2;
    /* cursor: default; */
}
.carousel-cell {
    width: 200px;
    /* height: 100%; */
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
}
#dialog-arrow-up {
    display: none;
    position: relative;
    top: 1px;
    margin-left: 4px;
    width: 0; 
    height: 0; 
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 16px solid #2b2f8c;
    z-index: 4;
}
#dialog-arrow-right {
    display: none;
    position: relative;
    right: 1px;
    margin-top: 4px;
    width: 0; 
    height: 0; 
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 16px solid #2b2f8c;
    z-index: 4;
}
#dialog-arrow-down {
    display: none;
    position: relative;
    bottom: 1px;
    margin-left: 4px;
    width: 0; 
    height: 0; 
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 16px solid #2b2f8c;
    z-index: 4;
}
#dialog-arrow-left {
    display: none;
    position: relative;
    left: 1px;
    margin-top: 4px;
    width: 0; 
    height: 0; 
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-right: 16px solid #2b2f8c;
    z-index: 4;
}
#dialog {
    position: absolute;
}
#dialog-wrapper {
    position: relative;
    padding: 8px;
    background: #1E272F;
    color: #eee;
    border: 4px solid #2b2f8c;
    border-radius: 4px;
    z-index: 3;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 32px 8px;
}
#dialog-controls {
    display: flex;
    margin-top: 8px;
    flex-flow: row-reverse;
    position: absolute;
    bottom: 8px;
    right: 8px;
}
#dialog-next, #dialog-skip {
    height: 1.75rem;
    width: 3.25rem;
}
#dialog-continue {
    height: 1.75rem;
    width: 4.25rem;
}
#dialog-next, #dialog-continue {
    margin: 0;
}
#dialog-slide-count {
    font-size: 11px;
    margin-right: 8px;
    padding-top: 8px;
}
#mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #000;
    opacity: 0.3;
}
#tour {
    cursor: pointer;
}
