body {
    overflow-y:hidden;
}
.cpo{
    margin-left:5rem;
}
.activeStrike{
    position:relative;
    top: 0px;
    left:-8px;
    z-index:10000;
    text-align: center;
    width: 100%;
    font-size: 12px;
}
.struck{
    display:block;
    color: #06ff06 !important;
}
.center-calibration-section{
    position:absolute;
    top: 150px;
    left:90px;
    z-index:10000;
    max-width:260px;
}
.centercal-off{
    font-size:24px;
}
.centercal-off:hover{
    cursor: pointer;
}
.manualBtn{
    position: absolute;
    top:10px;
    left:10px;
    font-size:28px;
    color:#4B7196;
    cursor:pointer;
    z-index:100;
}
.manualBtn:hover{
    color:#E8464E;
}
.form-control:disabled, .form-control[readonly]{
    opacity:0.6;
    background-color: lightgray;
}

.form-control:focus, .form-control[readonly]
{
    opacity:0.6;
    background-color: lightgray;
}
.col-5-5 {
    flex: 0 0 auto;
    width: 40%;
}

.col-7-5 {
    flex: 0 0 auto;
    width: 60%;
}

.channel {
    caret-color: transparent;
}

.loaderWrapper {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10000;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cppo-left-adjust {

    margin-left: -20px;
}

.blinkinggreen {
    animation: blink 0.8s ease infinite;
    /* Adjust the duration as needed */
    animation-iteration-count: infinite;
}

.bg-blinkinggreen {
    animation: blink-bg 0.8s ease infinite;
    /* Adjust the duration as needed */
    animation-iteration-count: infinite;
}

.green {
    color: #06ff06 !important;
    /* Green color */
}

.bg-blue {
    background-color: #0565B7 !important;
    /* Green color */
}

.device-blink-dot {
    height: 22px;
    width: 22px;
    border-radius: 50%;
    display: none;
    position: absolute;
    margin-left: -40px;
    margin-top: 22px;
}

@keyframes blink-bg {
    0% {
        background-color: white;
        /* Start with invisible */
    }

    50% {
        background-color: #0565B7;
        /* color */
    }

    100% {
        background-color: white;
        /* End with invisible */
    }
}

@keyframes blink {
    0% {
        color: white;
        /* Start with invisible */
    }

    50% {
        color: #a8ff06;
        /* color */
    }

    100% {
        color: white;
        /* End with invisible */
    }
}
.w-60{
    width:60%;
}
.r-60{
    right: 80px;
    position: absolute;
    top: 0px;
}
.header-shift {
    position: relative;
    top: 5px;
    left: 20px;
    z-index: 1000000;
    color: white;
    height: 0;
    user-select: none;
    cursor: pointer;
}
.centercal{
    min-width:55px !important;

}
.fade {
    animation: fadeLoader 0.6s 0.5s ease forwards;
}

.loader {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 999;
    height: 100%;
}

.loader .bar {
    width: 10px;
    height: 5px;
    margin: 2px;
    animation: bar 1s infinite linear;
}

.loader .bar:nth-child(1) {
    animation-delay: 0s;
}

.loader .bar:nth-child(2) {
    animation-delay: 0.25s;
}

.loader .bar:nth-child(3) {
    animation-delay: 0.5s;
}

@keyframes bar {
    0% {
        transform: scaleY(1) scaleX(0.5);
    }

    50% {
        transform: scaleY(10) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(0.5);
    }
}

@keyframes fadeLoader {
    to {
        opacity: 0;
    }
}

#accordionExample {
    min-width: 750px;
}

.accordion-body {
    padding: .5rem 1rem !important;
}

.move-left {
    margin-left: -10px;
}

.transform-scale {
    min-width: 650px;
    transform-origin: center center;
}

.section-header {
    font-size: 12px;
}


.btn,
.dropdown-item {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}

/* Brand Colors */

.modal,
.modal-dialog,
.modal-content {
    background-color: #000000 !important;

}

.modal-dialog {
    color: #fff !important;
    /* width:100% !important; */
    max-width: unset;
}

.modal-backdrop {
    z-index: -1;
}

.bg-cinnabar {
    background-color: #E8464E !important;
}

.color-cinnabar {
    color: #E8464E;
}

.bg-madison {
    background-color: #2B3956;
}

.color-madison {
    color: #2B3956;
}

.bg-sanmarino {
    background-color: #4B7196 !important;
}

.color-sanmarino {
    color: #4B7196;
}

.bg-lightsteelblue {
    background-color: #AFD0DB;
}

.color-lightsteelblue {
    color: #AFD0DB;
}

.bg-cream {
    background-color: #FAF7F0;
}

.color-cream {
    color: #FAF7F0;
}

.bg-light-cream {
    background-color: #FFFDF9;
}


/* UI */
#gridListNote,
#gridList {
    margin-top: -55px;
    z-index: 1000;
}

.gridNote,
.gridNum {
    font-size: .7rem;
}

.form-control {
    font-size: 1.25rem;
}

.form-control:focus {
    opacity: 1;
}

.btn-grey {
    background: #303030;
    color: #fff;
    cursor: pointer;
}

.btn-grey:hover {
    background: #303030;
    color: #fff;
    cursor: pointer;
}

.btn-black {
    background: #000;
    color: #fff;
    cursor: pointer;
    z-index: 20000;
}

.btn-black:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
    z-index: 20000;
}

#MidiDeviceSelect,
#MidiPresetSelectButton {
    font-size: .9rem;
}

.presetName {
    background-color: unset !important;
    color: white !important;
    border: none !important;
}

.savePresetBtn:hover::before {
    color: green;
}

.trashPresetBtn:hover::before {
    color: red;
}

.bg-rounded {
    border-radius: 5px;
}

.min-block {
    min-height: 360px;
}

.min-ui-window {
    min-height: 100px;
}

.dropdown-menu {
    width: 100%;
}

#midiSelect {
    padding: 5px;
}

.black-ui-window {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: black;
}

.device {
    height: 75px;
}

.presets {
    height: 110px;
}

.black-ui-window-lg {
    display: flex;
    align-items: flex-start;
    flex-shrink: 0;
    background-color: black;
}

.dashed-line {
    position: absolute;
    border-top: 1px dashed #2489E1;
    width: 0;
    height: 0;
    transform-origin: top left;
    top: 50%;
    left: 52%;
    z-index: 1000;
    display: inline-block;
}

.arrow {
    position: absolute;
    border: solid #2489E1;
    border-width: 0 2px 2px 0;
    display: none;
    padding: 2px;
    margin-top: -3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arrowhead {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid black;
    transform-origin: bottom;
    transition: transform 0.1s ease-in-out, left 0.1s ease-in-out;
}

.rimring {
    min-width: 75px;
    height: 40px;
    opacity: 0.7;
    border-radius: 0;
}

/*
@media (max-width: 600px) {
    .rimring{
        min-width:50px;
        height:40px;
        opacity:0.7;
        border-radius:0;
        font-size:.9rem;
    }
}
*/
.maxw80 {
    max-width: 80px;
}

.controlChannel {
    width: 50px;
    opacity: 0.9;
}

.controlChannel:hover {
    width: 50px;
    opacity: 0.4;
    cursor: pointer;
}

.verticaltext {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    position: relative;
    transform-origin: top left;
    transform: rotate(-90deg) translateX(-100%);
    color: #C0C0C0;
    display: inline-block;
    margin-left: -5px;
}

.verticaltextouter {
    position: relative;
    font-size: 9px;
    color: white;
    width: 100px;
    top: 10px;
}

.enneagon-container {
    position: relative;
    margin: auto;
    display: inline-block;
    position: relative;
    width: 87%;
    max-width: 500px;
}

.enneagon-svg {
    width: 331px;
    height: 331px;
}

.enneagon-path {
    fill: red;
}

.dotted-outline {
    stroke: black;
    stroke-width: 3;
    stroke-dasharray: 6, 3;
    /* Adjust the values to control the dotted pattern */
    fill: transparent;
}

.parent {
    position: relative;
    margin: auto;
    margin-top: -10px;
}

.image1 {
    top: 0;
    margin: auto;
}

.image2 {
    position: absolute;
    top: 20px;
    margin: auto;
    width: 331px;
}

.circle-container {
    width: 282px;
    height: 282px;
    position: relative;
    top: -301px;
}

.circle-base:hover {
    background-color: #0565B7;
}

.circle-base {
    box-shadow: 0px 0.38741591572761536px 2.2138051986694336px 0px rgba(50, 45, 22, 0.02), 0px 0.9310142993927002px 5.32008171081543px 0px rgba(50, 45, 22, 0.03), 0px 1.7530173063278198px 10.017241477966309px 0px rgba(50, 45, 22, 0.04), 0px 3.1270833015441895px 17.869047164916992px 0px rgba(50, 45, 22, 0.04), 0px 5.848865509033203px 33.422088623046875px 0px rgba(50, 45, 22, 0.05), 0px 14px 80px 0px rgba(50, 45, 22, 0.07);
}

.circle-1 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
}

.circle-2 {
    width: 80%;
    height: 80%;
    border-radius: 50%;
    top: 10%;
    left: 10%;
    position: absolute;
}

.circle-3 {
    width: 60%;
    height: 60%;
    border-radius: 50%;
    top: 20%;
    left: 20%;
    position: absolute;
}

.circle-4 {
    width: 30%;
    height: 30%;
    border-radius: 50%;
    top: 35%;
    left: 35%;
    position: absolute;
}

/* fonts ---------------*/

input {
    font-family: "mundial", sans-serif;
    font-weight: 400 !important;
    font-style: normal;
}

.input-mono-font {
    font-family: "input-mono", monospace !important;
    font-weight: 275;
    font-style: normal;
    font-size: 13px;
}

.obviously-font {
    font-family: "obviously-variable", sans-serif !important;
}

.obviously-plain-font {
    font-family: "obviously", sans-serif !important;
}

.a-ot {
    font-family: "a-otf-ud-shin-go-pr6n", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.mundial-regular {
    font-family: "mundial", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.mundial-bold {
    font-family: "mundial", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.littlebits {
    font-family: "littlebit-dotty-variable", sans-serif;
    font-variation-settings: "DOTS" 1;
}

.littlebits-bold {
    font-family: "littlebit-dotty-variable", sans-serif;
    font-variation-settings: 'DOTS' 126;
}

/*-------------------*/

.ccsize {
    color: #121212;
    text-align: center;
    /* Monitor */
    font-size: 24px;
    font-style: normal;
    font-weight: 610;
    line-height: normal;
    height: 45px;
    margin-top: -10px;
    min-width: 68px;
    transform: scaleY(1.35);
    letter-spacing: -0.15rem;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    /*background-color: #2B3956 !important;*/
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
.surface-click,.rim-click {
    font-size: 22px;
    color: white;
}
.accordion-button {
    font-size: 22px;
    color: white;
    min-width: 400px !important;
}

.accordion-one-button {
    height: 60px;
    background-color: white !important;

    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}

.accordion-one-button::after {
    display: none !important;
}

canvas {
    border-radius: 50%;

}

.toggleLight {
    position: relative;
    display: block;
    z-index: 100000;
    margin-top: -10px;
}

.equalizer {
    width: 100%;
    height: auto;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.3));

}

.equalizer-container {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 5px;

}

.list-group-item-black {
    color: #fff;
    background-color: #000;
}