body {
    font-size: 18px;
    font-family: 'Cousine';
    background: #fafafa;
}

.main {}

#wa-wrapper {font-family:var(--bs-body-font-family);}


.not {
touch-action: none;
}

pre {
    font-family: 'Inconsolata', monospace;
}
.maincode {
    height: 20rem!important;
}

section {
    margin: 1px 1px;
    display: flex;
}

.rowx {
    margin: 5px 0px;
    display: flex;
}

table {
    border-collapse: collapse;
}

thead th {
    border-bottom: 1px solid gray;
}

.output {
    flex-direction: column;
}


.forms {
    flex-direction: column;
}

.repl-input {
    flex-direction: column;
}

.eval-input {
    flex-direction: column;
}

buttonx {
    border: none;
    padding: 2px 10px;
    margin-right: 5px;
    border-radius: 3px;
}

.insert-paren {
    padding: 2px 5px;
    border-radius: 2px;
}

.notify-error {
    border: 1px solid red;
    background-color: #E6B0AA;
    padding: 5px;
}

buttonx:active {
    background-color: black;
}

.list-item {
    font-size: 16px;
    display: inline-block;
    border: 0px solid black;
    border-radius: 8px;
    padding: 1px 8px;
    margin: 0px;
    margin-bottom: 1px;
    margin-top: 1px;
    margin-left: 2px;
    overflow-wrap: anywhere;
    position: relative;
    background-color: #ccc;
    color: #111;
}

.selected {
    background-color: #111;
    color:  #eee;
}

.list-item:active  {
          background-color: blue;
}

textarea {
    width: 100%;
    height: 100px;
    display: block;
    overflow-x: scroll;
    overflow-y: scroll;
    border 1px solid gray;
    white-space: pre;
    font-size: 16px;
    font-family: 'Inconsolata', monospace;
}

.codeedit {
    height: 240px;
    white-space: pre !important;
    font-family: 'Inconsolata', monospace !important;
    padding-left: 1px !important;
    padding-top: 1px !important;
}

.edit-box {
    height: 240px;
    overflow-x: scroll !important;
    overflow-y: scroll !important;
    border 1px solid gray;
    white-space: pre;
    font-family: 'Inconsolata', monospace;
    background: #fafafa;
}

.edit-box-small {
    overflow-x: scroll;
    overflow-y: scroll;
    border: 1px solid gray;
    white-space: pre;
    font-size: 16px;
    font-family: 'Inconsolata', monospace;
    background: #fafafa;
}

.edit-box-smaller {
    height: 2em;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid gray;
    white-space: pre;
    font-size: 16px;
    font-family: 'Inconsolata', monospace;
    background: #fafafa;
}



.edit-box-smallest {
    overflow-x: auto;
    overflow-y: scroll;
    border: 1px solid gray;
    white-space: pre;
    font-size: 16px;
    font-family: 'Inconsolata', monospace;
    height: 40px;
    background: #fafafa;
}

@media (max-width: 400px) {
    .edit-box-small {
        font-size: 16px;
    }

    .list-item {
        font-size: 16px;
    }
}

.list {
    margin: 0;
    padding: 0;
}

.list>span {
    padding-left: 5px;
    padding-right: 5px;
}

.log {
    border: 2px solid gray;
    height: 150px;
    overflow-y: scroll;
}



.output-error {
    color: red;
}

.main {}

.work {}

.meta {
    margin-top: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #ddd;
}

.meta a {
    margin-right: 10px;
    width: 100%;
}

.top {
    margin: 0px;
}

#hamburger-menu {
    background-color: white;
    color: black;
    font-weight: bold;
    float: right;
    padding: 2px;
    font-family: sans-serif;
}

.locked {
    background: #eee;
}


#repl-ouput {
    white-space: pre;
    font-family: monospace;
    color: #3c388e;
    font-size: 13px;
    width: 100%;
}

#repl-print {
    white-space: pre;
    font-family: monospace;
    font-size: 10px;
}

.svg-container {
    border: 1px solid gray;
    overflow: none;
}

.check-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.check-list {
    padding-left: 0px;
}

.select-list li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.list-selected {
    background: black;
    color: white;
}

ul.select-list {
    padding-left: 0px;
}

.outputs {
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
}

@media (min-width: 650px) {
    .outputs {
        grid-template-columns: 1fr;
    }
}

.outputbox {
    padding: 0;
    margin: 0;

}

.subname {
    line-height:90%;
    display: block;
    position: absolute;
    right: 0px;
    bottom: -10px;
    background: gray;
    color: white;
    font-size: 6pt;
    padding-left: 5px;
    padding-right: 5px;
padding-top: 2px;
padding-bottom: 2px;
    border-radius: 5px;
    line-height 90%;
    opacity: 80%;
z-index: 10;
}

.plan-table td {
    padding: 2px;
    border-right: 1px solid red;
}

@keyframes colorChange {
  0% { background-color: var(--bs-primary); }
  50% { background-color: var(--bs-primary-bg-subtle);}
  100% { background-color: var(--bs-primary); }
}

.aaa td {
  animation: colorChange 2s infinite;
}

.aaa {
  animation: colorChange 2s infinite;
}

.referer {
   background-color: var(--bs-yellow);
}

.references {
    background-color: var(--bs-teal);
}
.refererd::after {
   content: "\00B7";
}
.referencesd::before {
   content: "\00B7";
}


.offcanvasx-size-xl {
    --bs-offcanvas-width: min(95vw, 600px) !important;
}
.offcanvasx-size-xxl {
    --bs-offcanvas-width: min(95vw, 90vw) !important;
}
.offcanvasx-size-md { /* add Responsivenes to default offcanvas */
    --bs-offcanvas-width: min(95vw, 400px) !important;
}
.offcanvasx-size-sm {
    --bs-offcanvas-width: min(95vw, 250px) !important;
}

/* Hide light-mode things when in dark mode */
[data-bs-theme=dark] .display-light {
    display: none;
}
/* Hide dark-mode things when in light mode */
[data-bs-theme=light] .display-dark {
    display: none;
}

