

.theme-light {
   --color-primary: #fcf2da;
   --color-secondary: #ffb100;
   --color-accent: #608237;
   --font-color: #ff4500;
   
}.theme-dark {
   --color-primary: #608237;
   --color-secondary: #fcf2da;
   --color-accent: #ffb100;
   --font-color: #ff4500;
}


.margarine-regular {
  font-family: "Margarine", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #608237;
}

.quicksand-regular {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "willowscript";
  src: url("https://katbots.neocities.org/Backgrounds/Willowscript-Regular.ttf") format("truetype");
}


body {
    background: #fcf2da url('https://katbots.neocities.org/Backgrounds/background4.png'); /*Replace with your own background*/
    background-size: cover;  background-attachment: fixed;
    background-position:center;
    font-family: "Quicksand";
    font-size: 13px;
    min-height: 100vh;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: url("http://www.rw-designer.com/cursor-extern.php?id=165986"), auto;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  
}

.center-container {
    margin-top: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;;
}

.box {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    padding: 0;
    width: 787px;
    height: 554px;
    background: url("https://katbots.neocities.org/Backgrounds/Box-background.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.header-text{
    font-family: "willowscript";
    font-weight: 400;
    font-style: normal;
    font-size: 1.4em;
    color: #608237;
    text-align: left;
    margin-top: -15px;
    margin-bottom: -30px;
    margin-left: 25px;
    padding: 25px;

}


.box-content {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: stretch;
    padding: 0px 20px;
    gap: 24px;
    box-sizing: border-box;
    flex: 1;
}

.side-section {
  flex: 1;
  font-size: 0.85rem;
  color: #ffb100;
  text-align: start;
  padding: 0px;
  
  
}

.right-section {
    margin-top: -55px;
    text-align: right;
    max-height: 440px;
    overflow-y: auto;
    scrollbar-width: none; /* Firefox */
}
.right-section::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.right-section p {
  margin-top: 8px;
  margin-bottom: 8px;
}

.left-section {
    margin-top: 25px;
    
}

.mini-box {
  border: 1px dashed #608237;
  border-radius: 2px;
  padding: 0px 10px 2px;
  margin: 0px 0;
  color: #608237;
  font-size: 0.7rem;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  text-align: start;
  line-height: 0.9;
}
.mini-box p {
  margin-top: 3px;
  margin-bottom: 3px;
}

.mini-box img{
  max-width:70px;

}


.main-section {
  flex: 2;
  font-size: 0.85rem;
  color: #ffb100;
  text-align: justify;
  padding: 16px;
  font-weight: normal;
  max-height: 320px; /* or adjust as needed */
  overflow-y: auto;
  scrollbar-width: thin; 
  scrollbar-color: #60823767 #fcf2da; /* thumb color, track color */
}

.fanlistings-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1px; /* space between images */
  align-items: center;
  justify-content: center;
  padding: 10px
}

.fanlistings-box img {
  display: block;
  max-width: 80px; /* or your preferred size */
  height: auto;
}

.todo-mini-box {
  border: 1px dashed #608237;
  border-radius: 2px;
  padding: 0px 10px 2px;
  margin: 0px 0px;
  color: #608237;
  font-size: 0.7rem;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  text-align: start;
  line-height: 1.4; 
}


.text-label {
  display: inline-block;
  margin-left: 35px;
  margin-bottom: -10px;
  padding: 2px 5px;
  background: #608237cb;
  color: #fcf2da;
  border-radius: 2px;
  font-size: 0.9em;
  font-family: inherit;
  font-weight: bold;
}

ul.tom-bullet {
  list-style: none;
  padding-left: 20px; /* adjust as needed */
  font-size: 0.85em;
  font-family: "Quicksand";
  font-weight: bold;
}
ul.tom-bullet    li {
    background: url('https://katbots.neocities.org/Backgrounds/bullet3.png') no-repeat left center;
    background-size: 23px 23px; /* adjust size */
    background-position: left center;
    padding-left: 30px; /* space for the image */
    min-height: 20px;   /* ensures enough height for the image */
    padding-bottom: 5px;/* space between items */ 
    padding-top: 5px;   
}

.tom-bullet li.icon1 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/tom2.webp');
}
.tom-bullet li.icon2 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/orange2.webp');
}
.tom-bullet li.icon3 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/strawb2.webp');
}
.tom-bullet li.icon4 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/peach1.webp');
}
.tom-bullet li.icon5 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/tom1.webp');
}
.tom-bullet li.icon6 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/orange1.webp');
}
.tom-bullet li.icon7 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/strawb1.webp');
}
.tom-bullet li.icon8 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/peach2.webp');
}
.tom-bullet li.icon9 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/tom3.webp');
}
.tom-bullet li.icon10 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/orange3.webp');
}
.tom-bullet li.icon11 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/strawb3.webp');
}
.tom-bullet li.icon12 {
  background-image: url('https://katbots.neocities.org/Backgrounds/bullets/peach1.webp');
}



a:link {
  color: #ffb100;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #ffb100;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ff4500;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #ff4500;
  background-color: transparent;
  text-decoration: none;
}

.img-hover-container {
  position: relative;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.9;
  text-align: center;
}

.hover-text {
  display: none;
  position: absolute;
  left: 25%;
  top: 50%;
  transform: translateY(-50%);
  background: #fffdfa;
  color: #608237;
  border: 1px solid #608237;
  border-radius: 4px;
  padding: 4px 8px;
  z-index: 10;
  font-size: 0.8em;
  margin-left: 8px;
}

.img-hover-container:hover .hover-text {
  display: inline-block;
}

.box-overlay-img {
  position: absolute;
  transform: translateX(-50%);
  z-index: 100;
  pointer-events: none; /* so clicks go through to box */
  max-width: 120px; /* or your preferred size */
}

#buttontext{
    overflow-x:hidden;
    overflow-y:scroll;
    height:4em;
    border: 1px solid purple;
    padding: 5px 10px;
}

/*-------MUSIC PLAYER BY GLENTHEMES-------*/
:root {
   --Circle-Size:38px;
   --Progress-Border-Size:2px;
   --Progress-Empty:#eee;
   --Progress-Fill:#ffb100;
   --Player-Background:#fbfbfb;
   --Play-Pause-Buttons-Size:14px;
   --Play-Pause-Buttons-Color:#608237;
   --Player-Text-Margin:16px;

   --Song-Name-Font-Size:10px;
   --Song-Name-Color:#ffb100;

   --Artist-Name-Font-Size:11px;
   --Artist-Name-Color:#608237;
}

#glenplayer07 {
   position:relative;
   bottom:0;margin-bottom:0px;
   left:0;margin-left:5px;
   z-index:99;
}

.flamingo {
   display:flex;
   align-items:center;
}

.circleofdeath {
   width:var(--Circle-Size);
   height:var(--Circle-Size);
   border-radius:100%;
   overflow:hidden;
}

.tinfoil {
   width:var(--Circle-Size);
   height:var(--Circle-Size);
   background:var(--Progress-Empty);
   border-radius:100%;
}

.oven {
   background:var(--Progress-Fill);
}

.oliveoil {
   width:100%;
   height:100%;
}

.crust {
   position:absolute;
   top:0;
   display:flex;
   align-items:center;
   justify-content:center;
   width:var(--Circle-Size);
   height:var(--Circle-Size);
}

.cherry {
   display:flex;
   align-items:center;
   justify-content:center;
   width:calc(var(--Circle-Size) - (var(--Progress-Border-Size) * 2));
   height:calc(var(--Circle-Size) - (var(--Progress-Border-Size) * 2));
   background:var(--Player-Background);
   border-radius:100%;
   cursor:pointer;
   z-index:1;
}

.music-controls {display:flex;align-items:center}

.music-controls .material-icons {
   font-size:var(--Play-Pause-Buttons-Size);
   color:var(--Play-Pause-Buttons-Color);
}

.pausee {display:none;}

.beff {display:none;}
.aff {display:block;}

.music-info {
   margin-left:var(--Player-Text-Margin);
   line-height:1em;
}

.song-name {
   font-family:ABeeZee;
   font-size:var(--Song-Name-Font-Size);
   text-transform:uppercase;
   letter-spacing:1.5px;
   color:var(--Song-Name-Color);
}

.artist-name {
   margin-top:3px;
   font-family:karla;
   font-size:var(--Artist-Name-Font-Size);
   letter-spacing:0.3px;
   color:var(--Artist-Name-Color);
}

.site-footer {
  width: 100vw;
  font-family: "willowscript";
  text-align: center;
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 10px 0 8px 0;
  font-size: 1.2em;
  color: #608237;
  z-index: 100;
  letter-spacing: 0.5px;
}