@font-face {
    font-family: "Virgil";
    src: url("Virgil.woff2");
    font-display: swap;
}
#debug{
    width: calc(100% - 1090px);
    position:absolute;
    right:20px;
    border:0px solid red;
    height:100%;
    color:#555;
    font-size: 11px;
    white-space: nowrap;
    /*display:none;*/
}
.vm-title-bar{
    position: relative;
    padding:0px 6px; 
    color:#666; 
}
.vm-title-icons{
    position: absolute; 
    top: 0px;
    right:6px
}
.vm-svg{
    width: 100%; /* This can also be a fixed value or a percentage */
    height: auto; /* Adjust height as needed */
  }
.vm-svg svg {
    width: 100%;
    height: 100%;
}
.vm_vector_svg {
    width: 100%;
    height: 0;
    padding-top: 100%;
    position: relative;
    display: block;
    background: black;
    margin: 20px auto;
    border-radius: 10px;
    border: 1px solid #444;
}
.vm_vector_svg .label { user-select: none; cursor: pointer;}
.vm_vector_svg .dot { cursor: pointer; }

*, *::before, *::after {
    box-sizing: border-box;
}
html{
    overflow:hidden;
}
html,body,input,textarea{
    margin:0;
    padding:0;
    height:100%;
    width:100%;
    background-color: #0f0f0f;
    color:#e4f5f4;
}
body{
    padding-bottom:8px;
}
.vm-wrapper {
    font-family:Söhne,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    height:100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 36px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding:0;
}
.vm-wrapper pre{
    font-family:Söhne,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.vm-wrapper.hide-second {
  grid-template-rows: 1fr 0px 86px;
}
.vm-scroll{
    overflow: auto;
    width: 100%;
    height:100%;
}
.vm-contents{
    max-width:700px; 
    margin-left: 350px;
    margin-right: auto;
    padding:10px 0 8px 0;
}
.vm-recall{
    width:100%;
    max-width:700px; 
    margin-left: 350px;
    margin-right: auto;
    border:1px solid #111;
    overflow-y:auto;
    overflow-x:hidden;
}
.vm-recall u{
    cursor: pointer;
}
.vm-controls{
    width:100%;
    max-width:700px; 
    margin-left: 350px;
    margin-right: auto;
}
.vm-wrap-label{
    font-size: 80%;
    color:#555;
    padding-top:0px;
    padding-left:10px;
    display: flex;
    align-items: center;
    border: 0px solid #333; 
    height:20px;
}
.vm-wrap-label u{
    cursor: pointer;
}
.vm-wrap-ask{
    width:100%;
    max-width:700px; 
    margin-left: 350px;
    margin-right: auto;
    padding:2px 8px 2px 8px;
    display: flex;
    align-items: center;
    border: 1px solid #333; 
}
.vm-toolbar{
    padding-top:2px;
    padding-left:3px;
    display: flex;
}
.vm-right{
    font-family:Söhne,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    padding:10px;
    _height:calc(100% - 20px);
    
    width:700px; 
    margin-left: auto;
    margin-right: auto;
    padding:10px 0 8px 0;
   
    
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 20px 1fr 39px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}
.vm-left{
    padding:30px 10px 10px 10px;
}
#vm_nav{
    overflow: auto;
}
.vm_tags{
    overflow: auto;
    height:100%;
    column-count: 3;
}
.vm-train input{
    height:20px;
}
.vm-train textarea{
    margin-top:2px;
    height:50px;
}
.vm-train input, .vm-train textarea{
    border:1px solid #888;
    _font-size: 18px;
    color:#dae4e5;
}
.vm-train input:focus, .vm-train textarea:focus {
    outline: none;
}
.sign-bar{
    margin-left:auto;
    margin-right:10px;
    color:#888; 
    font-size: 80%;  
}
.sign-bar u{
    cursor: pointer;
}

.vm-top-bar{
    padding-top:6px;
    text-align: right;
    color:#888;
    font-size: 80%;
}
.vm-top-bar u{
    margin-right:10px;
}
.vm-top-bar u:hover{
    color:#fff;
}
#vm_sign_out{
    margin-left:15px;
}
.vm-more, .vm-more a{
    color:#888!Important;
    font-size: 80%;
}
.vm-wrap-topic{
    max-width:700px; 
    _margin:auto; 
    margin-top:2px;
    padding-left:3px;
    display: flex;
    align-items: center;
    border: 1px solid #fff; 
}
#vm_ask{
    padding-left:3px; 
    border: 0px solid #fff; 
    margin-right:6px; 
    height:30px;
    display:inline-block;
}
#vm_topic{
    padding-left:3px; 
    border: 0px solid #fff; 
    margin-right:6px; height:30px;
    display:inline-block"
}
#vm_ask:focus,#vm_topic:focus{
    outline: none;
}
.vm-question{
    color:#aaa;
    text-align: right;
    padding:3px 6px 3px 6px; 
    _background-color:#282b33;
}
.vm-questions u{
    cursor:pointer;
}
.vm-questions u:hover{
    color:#79f3a2;
}
.vm-questions table td{
    vertical-align: top;
}
.vm-questions table td:first-child{
    padding:0 10px 0 0;
}
.vm-multi td{
    vertical-align: top;
    padding:0 10px 0 0;
}
.vm-q_list td{
    vertical-align: top;
    padding:0 10px 0 0;
}
.vm-q_list td:first-child{
    font-size: 70%;
    padding-top:5px;
}
.vm-answer{
    padding:6px 0px 25px 0px; 
}
.vm-answer img{
    max-width:700px; 
}
.vm-answer td img{
    max-width:90px; 
}
.vm-answer h4{
    font-size:100%;
}
.vm-answer u{
    cursor:pointer;
}
.vm-answer a{
    color:#e4f5f4;
    cursor:pointer;
    text-decoration: underline!Important;
}
.vm-questions{
    _margin-top:-20px;
    _column-count: 2;
    padding:0px 3px 0px 0px; 
}
.vm-panel{
    padding-top:6px;
}
.vm-panel u{
    margin-right:10px;
}
@media screen and (max-width: 900px) {
    #debug{
        display:none;
    }
    .vm-contents,.vm-controls,.vm-recall,.vm-wrap-ask{
        margin-left: 0px;
    }
    .vm-contents{
        padding:6px;
    }
    .vm-recall{
        padding:0 6px;
    }
    .vm-wrap-label{
        margin-left: 8px;
        margin-right: 8px;
    }    
    .vm-wrap-quest{
        margin-left: 8px;
        margin-right: 8px;
    }    
    .vm-questions{
        column-count: 1;
    }
    .vm_hide{
        display:none;
    }
}
.vm-input{
    border: 1px solid #888;
    padding: 1px;
}
.vm-items{
    _margin-top:-20px;
    padding:0px 3px 0px 0px; 
}
.vm-answer-div{
    _margin-top:-20px;
    padding:0px 3px 0px 0px;
}
.vm-bottom-bar{
    font-size:80%; 
    max-width:700px; 
    margin:auto; 
    margin-top:2px; 
    height:12px;
    color:#888;
    padding-left:3px;
}
.vm-bottom-bar u{
    margin-left:50px;
    cursor:pointer;
}
.vm-q{
    color:cyan;
    margin-right:6px;
}
.vm-a{
    color:#25ef25;
    margin-right:6px;
}
.vm-column-item {
    break-inside: avoid-column;
    display:inline-block;
}
/*
.vm-question::before{
    width:30px;
    color:cyan;
    content: "Q: ";
    margin-left:-30px;
    margin-right:10px;
}
.vm-answer::before {
    width:30px;
    color:#25ef25;
    content: "A: ";
    margin-left:-24px;
    margin-right:12px;
}
*/
.vm-grid{
    _margin-top:-20px;
    overflow: auto;
    max-height:600px;
}
.vm-grid table{
    border: 1px solid #888;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    border-width: 0;
    margin-top:2px;
    font-size: 90%;
}
.vm-grid table th{
    white-space: nowrap;
    font-weight: bold;
    padding:2px;
    border: 1px solid #CCC;
}
.vm-grid table td{
    font-weight: 300;
    padding:0px 3px;
    border: 1px solid #CCC;
    vertical-align: top;
    white-space: pre;
}
.vm-grid table tr td:first-child{
    padding-left:10px;
    padding-right:10px;
    width:20px;
}
.vm-grid table tr td:last-child{
    padding-left:10px;
    padding-right:10px;
    width:20px;
}
.vm_popup {
    position: fixed;
    top: 1000000px;
    left: 50%;
    transform: translate(-50%, -50%);
    /*background-color: #fff;*/
    /*padding: 20px;*/
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width:100%;
    height:100%;

}
#vm_popup{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    height: calc(100% - 120px);
    margin-top: 20px;
}
#vm_popup_bar{
    max-width:700px;
    margin-left:auto;
    margin-right:auto;
    height:20px;
    border-top: 1px solid black;;
    background-color: #fff;
    color:#000;
    text-align: right;
}
#vm_json_renderer{
    overflow: auto;
    padding: 0 10px;
    height:100%;
    /*background-color:rgb(24,24,24);*/
    font-size: 16px;
    background-color:#fff;
}




/*
.vm-topic-u{
    cursor:pointer;
    font-size:90%;
    color:#888;
    text-decoration: underline;
    float: right;
}
.vm-topic-u:hover{
    color:#fff;
}
*/
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: #242528;;
}
::-webkit-scrollbar-corner {
    background-color: #242528;;
}            

.content_ww{
    position: absolute;
    z-index: 99;
    height:100%;
    width:100%;
    bottom:10000px;
}
.content_w{
    position: absolute;
    z-index: 100;
    bottom:10000px;
    margin:30px 60px;
    width:calc(100% - 120px);
    height:calc(100% - 60px);
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 60px;
    grid-column-gap: 0px;
    background-color: #aaa;
}


/* Some basic CSS to make the Audio controls in abcjs presentable. */
.abcjs-inline-audio {
	height: 26px;
	padding: 0 5px;
	border-radius: 3px;
	background-color: #424242;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.abcjs-inline-audio.abcjs-disabled {
	opacity: 0.5;
}

.abcjs-inline-audio .abcjs-btn {
	display: block;
	width: 28px;
	height: 34px;
	margin-right: 2px;
	padding: 7px 4px;

	background: none !important;
	border: 1px solid transparent;
	box-sizing: border-box;
	line-height: 1;
}

.abcjs-btn g {
	fill: #f4f4f4;
	stroke: #f4f4f4;
}

.abcjs-inline-audio .abcjs-btn:hover g {
	fill: #cccccc;
	stroke: #cccccc;
}

.abcjs-inline-audio .abcjs-midi-selection.abcjs-pushed {
	border: 1px solid #cccccc;
	background-color: #666666;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-loop.abcjs-pushed {
	border: 1px solid #cccccc;
	background-color: #666666;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-reset.abcjs-pushed {
	border: 1px solid #cccccc;
	background-color: #666666;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-start .abcjs-pause-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start .abcjs-loading-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start.abcjs-pushed .abcjs-play-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start.abcjs-loading .abcjs-play-svg {
	display: none;
}

.abcjs-inline-audio .abcjs-midi-start.abcjs-pushed .abcjs-pause-svg {
	display: block;
}

.abcjs-inline-audio .abcjs-midi-progress-background {
	background-color: #424242;
	height: 10px;
	border-radius: 5px;
	border: 2px solid #cccccc;
	margin: 0 8px 0 15px;
	position: relative;
	flex: 1;
	padding: 0;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-progress-indicator {
	width: 20px;
	margin-left: -10px; /* half of the width */
	height: 14px;
	background-color: #f4f4f4;
	position: absolute;
	display: inline-block;
	border-radius: 6px;
	top: -4px;
	left: 0;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-midi-clock {
	margin-left: 4px;
	margin-top: 1px;
	margin-right: 2px;
	display: inline-block;
	font-family: sans-serif;
	font-size: 16px;
	box-sizing: border-box;
	color: #f4f4f4;
}

.abcjs-inline-audio .abcjs-tempo-wrapper {
	font-size: 10px;
	color: #f4f4f4;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.abcjs-inline-audio .abcjs-midi-tempo {
	border-radius: 2px;
	border: none;
	margin: 0 2px 0 4px;
	width: 42px;
	padding-left: 2px;
	box-sizing: border-box;
}

.abcjs-inline-audio .abcjs-loading .abcjs-loading-svg {
	display: inherit;
}

.abcjs-inline-audio .abcjs-loading {
	outline: none;
	animation-name: abcjs-spin;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;

}
.abcjs-inline-audio .abcjs-loading-svg circle {
	stroke: #f4f4f4;
}

@keyframes abcjs-spin {
	from {transform:rotate(0deg);}
	to {transform:rotate(360deg);}
}

/* Adding the class "abcjs-large" will make the control easier on a touch device. */
.abcjs-large .abcjs-inline-audio {
	height: 52px;
}
.abcjs-large .abcjs-btn {
	width: 56px;
	height: 52px;
	font-size: 28px;
	padding: 6px 8px;
}
.abcjs-large .abcjs-midi-progress-background {
	height: 20px;
	border: 4px solid #cccccc;
}
.abcjs-large .abcjs-midi-progress-indicator {
	height: 28px;
	top: -8px;
	width: 40px;
}
.abcjs-large .abcjs-midi-clock {
	font-size: 32px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: -1px;
}
.abcjs-large .abcjs-midi-tempo {
	font-size: 20px;
	width: 50px;
}
.abcjs-large .abcjs-tempo-wrapper {
	font-size: 20px;
}

.abcjs-css-warning {
	display: none;
}
.abcjs-highlight {
    /*fill: #0a9ecc;*/
    fill: red;
}
.abcjs-cunews-itemor {
    stroke: #188b12;
	stroke-width: 15;
    opacity: 0.5;
}        
i.fas, i.far, i.fal, i.fad, i.fab,i.fa-solid,i.fa-regular {
  cursor: pointer;
}
.vm-toolbar i {
    margin: 3px 6px;
}
.vm-news a{
    color:#fff;
}

.news-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-bottom: 16px;
  background-color: #f9f9f9;
  _max-width: 600px;
}

.news-item img {
  width: 120px;
  height: auto;
  object-fit: cover;
  border-radius: 6px;
}

.news-content {
  flex: 1;
}

.news-title {
  font-size: 16px;
  margin: 0 0 6px;
  color: #333;
}

.news-description {
  font-size: 14px;
  margin: 0;
  color: #666;
}
.news-description a {
  font-size: 14px;
  margin: 0;
  color: #666;
}
.news-content p {
  font-size: 14px;
  margin: 0;
  color: #222;
}
.news-content p>a {
  font-size: 14px;
  margin: 0;
  color: #222;
}
.news-content span {
  font-size: 80%;
  color: #222;
}

@media screen and (max-width:576px){
    .vm_none{
        display:none;
    }
    .news-item img {
        width: 60px;
    }
}

#vm-alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.vm-alert-box {
    min-width:300px;
    background: white;
    padding: 20px 30px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    text-align: center;
}

@media (max-width: 768px) {
    i.fas, i.fa-solid {
        font-size: 22px; /* increase size for mobile */
        margin: 8px;
    }
}