body{
    background-image: url('images/bookstack.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-color: #0e0024;
    color: white;
    text-align: center;
    font-size:12pt;
    margin:0;
    height: 100vh;
}

img{
    border:0px;
    padding:0px;
    margin:0px;
}
 .tab-container {
    display: flex;
    border: 1px solid rgb(55, 0, 255);
  }

  .tab {
    flex: 1;
    padding: 10px 20px;
    text-align: center;
    cursor: pointer;
    background-color: #000000bd;
    border-right: 1px solid rgb(68, 0, 255);
    transition: background-color 0.3s;
  }

  .tab:last-child {
    border-right: none;
  }

  .tab.active {
    background-color: rgba(119, 54, 0, 0.702);
    font-weight: bold;
  }

  .tab-content {
    display: none;
    padding: 20px;
    border-top: 1px solid rgb(122, 6, 255);
  }

  .tab-content.active {
    display: block;
  }

.widemar
{
    margin: {24pt,24pt,24pt,24pt};
}

.DJCard{
    font-size: 10pt;
    background-color: rgba(0, 0, 128, 0.394);
    border-radius: 25px;
    padding: 20px;
}
.UserCard{
    font-size: 10pt;
    background-color: rgba(0, 70, 183, 0.394);
    border-radius: 25px;
    padding: 20px;
}


.roundpan{
    font-size: 10pt;
    background-color: rgba(128, 128, 128, 0.394);
    border-radius: 25px;
    padding: 20px;
}

table{
  margin-left: auto;
  margin-right: auto;
}

.lessertext {
    font-size: medium;
}
.td_icon{
    align-items: center;
    vertical-align: center;
    text-align: center;
}

.fineprint {
    font-size: 7pt;
}

.newandcool
{
    text-align: left;
    font-size: 10pt;
    width: 50%;
}

.footer
{
    margin-top: 20pt;
    text-align: center;
    font-size: 10pt;
    width: 100%;
}


.venuestatus
{
    text-align: left;
    font-size: 10pt;
    width: 50%;
    display: block;
}

 
input
{
    font-size:20pt;
}
a {
    color: rgb(252, 253, 171);   
}

select{
    font-size: 16pt;
}

main {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.589);
}
aside {
  flex: 0 0 10%;
}
.bulletpoints
{
    font-size:12pt;
    text-align: left;
    list-style-type: circle;
}

.bullet
{
    font-size:9pt;
    text-align: left;
    list-style-type: circle;
}

.godop
{
    display: inline;
    font-size: 9pt;
}
.label{
    text-align: right;
}
.wrapper {
  display: flex;
  height: 100%;
}

.venuelist
{
    color: yellow;
    font-size: 24pt;
}

.browseheader
{
    height: 75zpt;
}

header{
    text-align: left;
    vertical-align: top;
    position:fixed;
    z-index: 9;
    top: 0px;
    left:0px;
    background-color: rgba(0, 0, 0, 0.829);

}

.browseletters
{
    font-size: medium;
}

.venuelist > li
{
    color: yellow;
    font-size: 24pt;
}

.venuelist > a
{
    color: yellow;
    font-size: 24pt;
}



.artistheader
{
    width:20pt;
}
.songheader
{
    width:250pt;
}

.bookheader
{
    width:7pt;
}
.artist
{
    color: rgb(255, 255, 255);
}

.artistcell > a
{
    color: rgb(255, 255, 255);
}

.songcell > a
{
    color:rgb(255, 194, 145);
}
.featnames
{
    font-size:6pt;
}

.featname
{
    display: inline;
    font-size: 6pt;
}

.songcard_artistname
{
    display: inline;
    font-size: 18pt;
}

.fielderror
{
    color: rgb(246, 69, 69);
    font-size: medium;
}

.errorbox
{
    background-color: darkred;
    color: white;
}

.error
{
    color: rgb(255, 204, 0);
    font-size: 9pt;
}
.songcard_featname
{
    display: inline;
    font-size: 14pt;
}


.prick{
    font-size: 8pt;
}
.littlefinger{
    font-size: 14pt;
}
.fatfinger{
    font-size:20pt;
}
.mainobject
{
    font-size: 20pt;
    background-color: rgba(0, 0, 0, 0.952);
}

.correction_form
{
    overflow:auto;
    position: fixed;
    left:0;
    top:0;
    width: 98%;
    height:98%;
    font-size: 16pt;
    background-color: rgba(0, 0, 0, 0.918);
}
.takeover
{
    overflow:auto;
    background-color: rgba(0, 0, 0, 0.973);
    position:fixed;
    left:0;
    top:0;
    z-index: 10;;
    right: unset;
    left: unset;
    width: 100%;
    height: 100%;
    min-height: 100%;

}

.hamburgermenu
{
    overflow:auto;
    background-color: rgba(0, 0, 0, 0.973);
    position:fixed;
    left:0;
    top:0;
    right: unset;
    left: unset;
    z-index:999;
    width: 98%;
    height: 98%;
    min-height: 100%;
    visibility: hidden;

}

a:link {
    text-decoration: none;
    transition: 100ms;
}

.back
{
    font-size:9pt;
}

a:hover {
    color: rgb(227, 255, 66);
    transition: 100ms;
        
    
}

.question
{
    color:yellow;
    font-size:18pt;
    margin-top: 32pt;
}

strong
{
    color: rgb(227, 255, 66);
}
em{
     color: rgb(227, 255, 66);
}
.summary
{
    padding: 16pt;
    font-size:12pt;
    color:white;
}

.summarynumber
{
    
    color: yellow;
}

.meaningful
{
    color: yellow;
}

li
{
    padding-bottom: 8pt;

}

.header_list
{
    display:inline;
    background-color: black;
    margin: 1pt;
    padding: 8pt;
}

body
{
    font-family: spotify-circular, Helvetica, Arial, sans-serif;
}
.heading
{
    padding: 8pt;
    --border-bottom:2pt;
    --border-style:groove;
    font-size: 32pt;
    
}
.wordyheading
{
    --border-bottom:2pt;
    --border-style:groove;

    font-size:12pt;
}

.by
{
    font-size:12pt;
    color: white;
}

.bumper
{
    color:white;
}


.menuul {
    
    color: rgb(209, 94, 0);
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: black;
    font-size: small;
}

.menuul > li {
    
    font-size: small;
}
.inlinelist
{
    font-size: 16pt;
}

li{
    padding: 0px;
    font-size: 9pt;
}

.hamburger {   
    display:inline;
  z-index: 100;
  cursor: pointer;
}

button{
    font-size: 18pt;
}

.close_button
{
    color:yellow;
    margin: 32pt;
}
.closeIcon {
  display: none;
}

.flexmenu{
    display:block;
}

.flexbody
{
    display:flex;
    flex-direction:row;
    height: 100%;

}
.flexbody >*:first-child
{
    align-self: stretch;
}
.flexleft
{
    width: 400px;
}
.flextop
{
    width: 100%;
}

.topmenu {
    position: inherit;
    background-color: rgba(0, 0, 0, 0.863);
}

.maincolumn
{
    display: table-cell;
}


.mainlayout
{
    margin: 0;
    padding:0;
    display: table;
}
.leftcolumn
{
    display: inline-flex;
}

.leftmenu {
    display:table;
    width:200px;
    background-color: black;
    font-size: small;
}

.logotitle
{
    display:inline;
    color: white;
    font-size: 24px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    vertical-align: top;
    
}
.logoimage
{
    vertical-align: middle;
}


.menuul > li
{
    margin: 8px;
    
    
    
}

ul {
    list-style: none;
    margin-left: 0px;
    padding-inline-start:0px;
}
ul > li {
    list-style: none;
    margin-left: 0px;
    padding-inline-start:0px;
    font-size: 24pt;
}

.vertical{    
    transform: rotate(270deg);
    white-space:nowrap;
    display:block;
    bottom:0;
    width:20px;
    height:20px;
    margin-top:95px;
    font-size:9pt;
}

.hamburger
{
    display:inline;
}


.even{
    background-color: rgba(255, 255, 255, 0.322);
}

.bookcell
{
    text-align: center;
    vertical-align: middle;
}

.artistrow
{
    background-color: rgba(0, 0, 0, 0.548);
    height:36pt;
}

.artistcell
{
    text-align: left;
    vertical-align: bottom;
    font-weight: bold;
    font-size: larger;
    
}

.songcell
{
    color:rgb(255, 194, 145);
    
}


.leftmenu > li
{
    margin: 8px;
    text-align: left;
    font-size: 12pt;
}



.menulist {
  transform: translateY(-100%);
  transition: transform 0.1s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: black;
  color: white;
  list-style: none;
  padding-top: 4rem;
}

.showMenu {
  transform: translateY(0);
}

.symbol_name
{
    font-size: larger;
    font-weight: bolder;
    display: block;
}

.symbol_signature
{
    font-style:italic;
    font-size: small;
    display: inline;
}

.symbol_notes
{
    color: rgb(251, 255, 198);
}

.collapsible {
  cursor: pointer;
  
}

.artist:hover, .collapsible:hover {
    color: yellow;
  
}




.content {
  padding: 0 18px;
  max-height: 0;
  overflow: auto;
  transition: max-height 0.2s ease-out;
}

@media (max-width: 500px) {
  .wrapper {
    flex-direction: column;
  }
  .menuul {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
}
        .terms {
            width: 100%; /* Adjust width as needed */
            height: 200px; /* Adjust height as needed */
            border: 0px solid #ccc;
            border-radius: 10px; /* Rounded border */
            background-color: rgba(0, 0, 103, 0.514); /* Translucent blue background */
            overflow: auto; /* Enables scrolling */
            white-space: pre-line; /* Preserves line breaks */
            padding: 10px; /* Adds some spacing inside the div */
        }
.fixTableHead {
      overflow-y: visible;
    }
    .fixTableHead thead th {
      position: sticky;
      top: 0;
      vertical-align: bottom;
    }
    table {
      border-collapse: collapse;        
    }
    th,
    td {
    
    }
    th {
        background-color: rgba(0, 0, 0, 0.815);
    }

