body{
    background-image: url('images/trick_social_dark.gif');
    background-attachment: fixed;
    background-size:contain;
    background-repeat: no-repeat;
    background-color: #090908;
    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: center;
    font-size: 10pt;
    width: 100%;
    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-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: rgba(0, 0, 0, 0.973);
    position:fixed;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:999;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 80px;
    visibility: hidden;
}

/* Hamburger Menu List Styling */
.menu_fs_ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu_fs_ul li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu_fs_ul li:last-child {
    border-bottom: none;
}

.menu_fs_ul li a {
    color: rgb(252, 253, 171);
    text-decoration: none;
    font-size: 14pt;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: all 0.2s;
}

.menu_fs_ul li a:hover {
    color: white;
    transform: translateX(5px);
}

.menu_fs_ul li a img {
    vertical-align: middle;
}

.menu_fs_ul li hr {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
}

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;
}

.profile-menu-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid rgba(255, 215, 0, 0.6);
    vertical-align: middle;
}

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);
    }



.site-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 8px 16px;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo img {
  height: 48px;
  width: 48px;
  object-fit: contain;
}

.searchbar {
  flex: 1;
  margin: 0 16px;
  text-align: center;
}

.searchbar input {
  width: 60%;
  max-width: 400px;
  font-size: 14pt;
  padding: 6px 10px;
  border-radius: 8px;
  border: none;
}

.hamburger img {
  height: 36px;
  width: 36px;
  cursor: pointer;
}

/* Mobile */
@media (max-width: 600px) {
  .header-inner {
    flex-wrap: wrap;
  }
  .searchbar {
    flex: 1 1 100%;
    margin: 8px 0;
    text-align: left;
  }
  .searchbar input {
    width: 100%;
  }
}

/* Venue Card Styles - Touch-Friendly Layout */
.venue-list-container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 10px;
}

.venue-card {
  display: block;
  background-color: rgba(0, 0, 50, 0.6);
  border: 1px solid rgba(252, 253, 171, 0.3);
  border-radius: 12px;
  padding: 20px 24px;
  margin-bottom: 16px;
  text-decoration: none;
  transition: all 0.2s ease;
  min-height: 44px;
  cursor: pointer;
}

.venue-card:hover {
  background-color: rgba(0, 0, 80, 0.8);
  border-color: rgb(252, 253, 171);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(252, 253, 171, 0.2);
}

.venue-card:active {
  transform: translateY(0);
  background-color: rgba(119, 54, 0, 0.7);
}

.venue-name {
  font-size: 22pt;
  font-weight: bold;
  color: rgb(252, 253, 171);
  margin-bottom: 8px;
  line-height: 1.3;
}

.venue-details {
  font-size: 12pt;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}

.venue-distance {
  color: rgb(227, 255, 66);
  font-weight: 500;
}

.venue-separator {
  color: rgba(255, 255, 255, 0.5);
}

.venue-library {
  color: rgba(255, 255, 255, 0.9);
}

.venue-card-footer {
  text-align: center;
  padding: 20px;
  font-size: 12pt;
  margin-top: 10px;
  overflow: visible;
  white-space: normal;
}

.venue-card-footer a {
  color: rgb(252, 253, 171);
  text-decoration: none;
  font-size: 14pt;
  display: inline;
}

/* Mobile optimizations for venue cards */
@media (max-width: 600px) {
  .venue-list-container {
    padding: 5px;
  }
  
  .venue-card {
    padding: 18px 20px;
    margin-bottom: 12px;
  }
  
  .venue-name {
    font-size: 20pt;
  }
  
  .venue-details {
    font-size: 11pt;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
  
  .venue-separator {
    display: none;
  }
}
