/*!****************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./src/main.css ***!
  \****************************************************************/
html, body {
    margin: 0px;
    padding: 0px;
    background-color: #171327;
    user-select: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
}

@font-face {
    font-family: title;
    src: url(./src/fonts/VeniceClassic.ttf);
    /* src: url(fonts/JosefinSans-VariableFont_wght.ttf); */
}

@font-face {
    font-family: subTitle;
    /* src: url(fonts/04B_11__.TTF); */
    /* src: url(fonts/Bytesized-Regular.ttf); */
    /* src: url(fonts/HILOGI00.ttf); */
    /* src: url(fonts/HILOGI71.ttf); */
    /* src: url(fonts/SMW.ttf); */
    src: url(./src/fonts/SUPERKAR.ttf);
    /* src: url(fonts/Vdj.ttf); */
    /* src: url(fonts/VeniceClassic.ttf); */
}

@font-face {
    font-family: diary;
    /* src: url(fonts/04B_11__.TTF); */
    /* src: url(fonts/Bytesized-Regular.ttf); */
    /* src: url(fonts/HILOGI00.ttf); */
    /* src: url(fonts/HILOGI71.ttf); */
    /* src: url(fonts/SMW.ttf); */
    /* src: url(fonts/SUPERKAR.ttf); */
    /* src: url(fonts/Vdj.ttf); */
    src: url(./src/fonts/VeniceClassic.ttf);
}

@font-face {
    font-family: micross;
    src: url(./src/fonts/micross.ttf);
}

body.dragging {
    cursor: grabbing;
}

#feedback{
    position: fixed;
    display: none;
    z-index:50000;
    color:aliceblue;
    background-color: rgb(0, 0, 0);
}

#loadingImage{
    position: fixed;

    top:0;
    bottom:0;
    left: 0;
    right: 0;
    margin:auto;

    width: 80px;
    height: 80px;
    border-radius: 50%;
   
    background: linear-gradient(
        rgba(0, 114, 255, 1),
        rgba(0, 114, 255, 0),
        rgba(0, 114, 255, 0),
        rgba(0, 114, 255, 1)
    );
    -webkit-mask: radial-gradient(circle, rgba(0,0,0,0) 65%, rgba(0,0,0,1) 66%);
    mask: radial-gradient(circle, rgba(0,0,0,0) 65%, rgba(0,0,0,1) 66%);
    z-index: 11000;
    pointer-events: none;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#loadingBack{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index:10000;
    background-color: #171327;
    pointer-events: none;
}

#mainDiv{

}

#pageBorder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    box-sizing: border-box;
    border: 40px solid #cccccc;
}

#vig{
    position: absolute;
    left: 0;
    z-index: 220;
}

#lines{
    position: absolute;
    opacity: 0.1;
    z-index: 200;
}

#glow{
    position: absolute;
    z-index: 175;
    opacity: .15;
}

#main{
    position: absolute;
    left: 0px;
    z-index: 150;
}

#bg{
    position: absolute;
    left: 0px;
    z-index: 100;
}

#sky{
    position: absolute;
    z-index: 95;
}

#lightIn{
    position: absolute;
    z-index: 195;
}

#cloud{
    position: absolute;
    top: 360px;
    left: 0px;
    width: 955px;
    height: 83px;
    z-index: 99;
    background-image: url(./src/images/cloud.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    overflow: hidden;
}

/* ---------------------------------------------- */

/* animations */

#flowers{
    position: absolute;
    left: 174px;
    top: 796px;
    z-index: 120;
    /* opacity: .5; */
}

#tree1{
    position: absolute;
    left: 1045px;
    top: 236px;
    z-index: 120;
    /* border: 1px solid blue; */
}

#tree2{
    position: absolute;
    left: 638px;
    top: 292px;
    z-index: 120;
    /* border: 1px solid blue; */
}

#tree3{
    position: absolute;
    left: 218px;
    top: 292px;
    z-index: 120;
    /* border: 1px solid blue; */
}

#table{
    position: absolute;
    left: 434px;
    top: 590px;
    z-index: 258;
    /* border: 1px solid blue; */
}

#curtain{
    position: absolute;
    left: 444px;
    top: 300px;
    z-index: 158;
    /* border: 1px solid blue; */
}

#speaker1{
    position: absolute;
    left: 784px;
    top: 512px;
    z-index: 158;
}

#speaker2{
    position: absolute;
    left: 1102px;
    top: 512px;
    z-index: 158;
}

#door{
    position: absolute;
    left: 1362px;
    top: 424px;
    z-index: 158;
    opacity: 0;
}

#petal{
    position: absolute;
    left: 560px;
    top: 584px;
    width: 40px;
    height: 40px;
    /* border: 1px solid red; */
    z-index: 158;
}

.petal{
    position: absolute;
    left: 560px;
    top: 584px;
    /* width: 40px; */
    /* height: 40px; */
    /* border: 1px solid red; */
    z-index: 158;
}

#rocks{
    position: absolute;
    left: 174px;
    top: 796px;
    z-index: 118;
}

#water1{
    position: absolute;
    left: 174px;
    top: 830px;
    width: 278px;
    height: 8px;
    z-index: 102;
    background-image: url(./src/images/water1.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    overflow: hidden;
}

#water2{
    position: absolute;
    left: 174px;
    top: 838px;
    width: 278px;
    height: 8px;
    z-index: 102;
    background-image: url(./src/images/water1.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    background-size: auto 100%;
    overflow: hidden;
}

/* ---------------------------------------------- */

#logo{
    padding: 24px;
}

#insta{
    position: fixed;
    right: 85px;
    bottom: 83px;
    width: 21px;
    z-index: 1000;
}

#tiktok{
    position: fixed;
    right: 185px;
    bottom: 83px;
    width: 21px;
    z-index: 1000;
}

#spotify{
    position: fixed;
    right: 135px;
    bottom: 83px;
    width: 21px;
    z-index: 1000;
}

#playerDiv{
    position: fixed;
    bottom: 36px;
    z-index: 2000;
    display: none;
}

#stripeTop{
    position: absolute;
    right: 40px;
    top: 0px;
}

#stripeBot{
    position: absolute;
    left: 0px;
    bottom: 40px;
}

.pixelImage{
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    transform: scale(2);
    transform-origin: top left;
    display: inline-block;
    pointer-events: auto;
    user-drag: none;
    -webkit-user-drag: none;
}

.dot {
    position: absolute;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    transform: translate(-50%, -50%) scale(2); /* centers the dot in .dotCont */
    transform-origin: center;
    display: inline-block;
    user-drag: none;
    -webkit-user-drag: none;
    z-index: 10;
}

.dotw{
    position: absolute;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    transform: translate(-50%, -50%) scale(2); /* centers the dot in .dotCont */
    transform-origin: center;
    display: inline-block;
    user-drag: none;
    -webkit-user-drag: none;
    z-index: 10;
    pointer-events: none;
    opacity: 0;
}

.ring {
    position: absolute;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    transform: translate(-50%, -50%) scale(2); /* centers the dot in .dotCont */
    transform-origin: center;
    display: inline-block;
    user-drag: none;
    -webkit-user-drag: none;
}

.dotCont{
    position: absolute;
    z-index: 910;
    opacity: 1;
}

.dot:hover {
    cursor: pointer;
    filter: brightness(1.2);
}

#dot1{
    left: 540px;
    top: 450px;
}

#dot2{
    left: 740px;
    top: 670px;
}

#dot3{
    left: 1020px;
    top: 610px;
}

#dot4{
    left: 1070px;
    top: 850px;
}

#dot5{
    left: 1250px;
    top: 738px;
}

#dot6{
    left: 1420px;
    top: 630px;
}

#dot7{
    left: 1600px;
    top: 470px;
}

#infoWrapper {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 80%;
    z-index: 9999;
    pointer-events: none;
}
  
#infoDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    height: 100%;
    overflow-y: auto;
    background: linear-gradient(
      to bottom,
      rgba(47, 31, 89, 0.95),
      rgba(29, 18, 55, 0.95)
    );
    /* background: linear-gradient(
      to bottom,
      rgba(0, 80, 188, 0.95),
      rgba(0, 59, 70, 0.95)
    ); */
    /* background-color: #00c1e4; */
    z-index: 9999;
    border: 4px solid #cccccc;
    box-sizing: border-box;
}

#closeDiv {
    position: absolute;
    top: 12px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-image: url(./src/images/close.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    image-rendering: pixelated;
    z-index: 10000;
    cursor: pointer;
    display: none;
}
  
#computerDiv {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 900px;
    height: 80%;
    transform: translate(-50%, -50%);
    background-color: #008080;
    /* opacity: .95; */
    color: black;
    z-index: 5000;
    display: none;
}

#clixrLogo{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    /* width: 900px; */
    /* height: 80%; */
    transform: translate(-50%, -50%);
    /* background-color: #008080; */
    /* z-index: 5001; */
}

.compIcon{
    position: absolute;
    width: 64px;
    height: 64px;
    z-index: 13;
    cursor: pointer;
}

#icon1{
    left: 25px;
    top: 25px;
}
  
#icon2{
    left: 25px;
    top: 100px;
}
  
#icon3{
    left: 125px;
    top: 175px;
}
  
#icon4{
    left: 125px;
    top: 250px;
}
  
#icon5{
    right: 125px;
    top: 325px;
}
  
#icon6{
    right: 225px;
    top: 400px;
}
  
#icon7{
    right: 25px;
    top: 50px;
}

#icon8{
    right: 225px;
    top: 475px;
}
  
#icon9{
    left: 255px;
    top: 250px;
}
 
#icon10{
    /* left: 355px; */
    /* top: 250px; */
    right: 25px;
    top: 325px;
}
 
#computerClose{
    top: 10px;
    right: 10px;
    cursor: pointer;
}
  
#bottomBar{
    position: absolute;
    height: 28px;
    background-image: url(./src/images/bottomBar.png);
    width: 100%;
    /* border: 1px solid red; */
    bottom: 0px;
}
  
#iconsBottom{
    position: absolute;
    height: 28px;
    z-index: 2;
    bottom: 0px;
    left: 0px;
}
  
#iconsBottom2{
    position: absolute;
    height: 28px;
    z-index: 2;
    bottom: 0px;
    right: 0px;
}

#instructions{
    position: fixed;
    left: 50%;
    top: 25%;
    transform: translate(-50%, -50%);
    z-index: 1120;
    opacity: 0;
    pointer-events: none;
}
  
#byjoda{
    position: fixed;
    bottom: 11px;
    right: 29px;
    z-index: 50000;
}

#windowDiv{
    position: absolute;
    width: 94%;
    height: 90%;
    left: 3%;
    top: 3%;
    z-index: 52;
    background-color: white;
    /* border: 1px solid red; */
    display: none;
    /* pointer-events: none; */
}

#windowInfoDiv{
    position: absolute;
    width: 98.6%;
    height: 95%;
    z-index: 1;
    /* background-color: red; */
    top: 28px;
    left: 6px;
    overflow-y: auto; 
    overflow-x: hidden; 
}

#windowIframe {
    position: absolute;
    width: 98.5%;
    height: 95%;
    top: 26px;
    left: 5px;
    z-index: 2;
    overflow: auto;
    border: none;
  }

#closeGB{
    position: fixed;
    right: 10px;
    left: auto;
    top: 10px;
    /* border: 1px solid red; */
    width: 20px;
    height: 20px;
    transform: translateX(0%);
}
  
.winParts{
    position: absolute;
    z-index: 11;
}

#winText{
    position: absolute;
    font-family: micross;
    top: 4px;
    left: 10px;
    z-index: 20;
    font-size: 11pt;
    color: white;
    font-weight: bold;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: auto;
    font-smooth: never;
}

#winTop{
    width: 100%;
    height: 28px;
}
  
#winBottom{
    width: 100%;
    height: 7px;
    bottom: 0;
}
  
#winLeft{
    height: 100%;
    width: 6px;
}
  
#winRight{
    height: 100%;
    width: 6px;
    right: 0;
}
  
#winTopLeft{
    /* width: 100%; */
    /* height: 28px; */
}
  
#winTopRight{
    height: 28px;
    right: 0px;
}
   
#winClose{
    height: 28px;
    right: 0px;
    cursor: pointer;
    /* border: 2px solid red; */
    z-index: 70;;
}
  
#winBotRight{
    bottom: 0px;
    right: 0px;
}
  
#winBotLeft{
    bottom: 0px;
    /* right: 0px; */
}
  
.frameLayout {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
  
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center;
    color: #cccccc;
    /* background-color: #1c1236; */

    height: auto;
    overflow: visible;
}

t1{
    font-family: title;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: auto;
    font-smooth: never;
    font-size: 44pt;
    /* padding: 10px; */
    color: #dd5a7c;
    animation: blinkOpacity 2s steps(1, start) infinite;
}

t2{
    font-family: subTitle;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: auto;
    font-smooth: never;
    font-size: 16pt;
    color: cadetblue;
    animation: blinkOpacity 2s steps(1, start) infinite;
    /* border: 1px solid red; */
    padding-bottom: 10px;
}

t3{
    padding: 20px;
    color: black;
}

#gbDiv{
    background-color: white;
    border: 1px solid green;
    position: absolute;
    height: 100%;
    width: 100%;
}

@keyframes blinkOpacity {
    0% {
    opacity: 1;
    }
    50% {
    opacity: 0.8;
    }
    100% {
    opacity: 1;
    }
}
  
.flash{

    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: 0.5;
    z-index: 10000;
    pointer-events: none;
    display: block;

}

#mixer{
    display: none;
}

#backDrop{
    position: fixed;
    width: 200%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(47, 31, 89, 0.8),
      rgba(29, 18, 55, 0.8)
    );
    z-index: 990;
    /* pointer-events: none; */
    opacity: .8;
    display: none;
}

#rotateWarning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: black;
    color: white;
    font-size: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    font-family: subtitle;
    pointer-events: none;
  }
  

/* //-------------------------------------------------------- */

.sectionTitle{
    position: fixed;
    top: 80px;
    left: 50%;
    width: 100%;
    /* border: 1px solid red; */
    transform: translateX(-50%);
    color: #3eb6d8;
    font-family: subtitle;
    font-size: 18pt;
    cursor: pointer;
    z-index: 1000;
    opacity: 0;
    text-align: center;
}

.closeBut{
    position: fixed;
    bottom: 105px;
    left: 50%;
    transform: translateX(-50%);
    color: #d14cc3;
    font-family: subtitle;
    font-size: 18pt;
    cursor: pointer;
    z-index: 113000;
    opacity: 0;
    padding: 7px;
    /* background-color: #008080; */
    animation: closeButAnimation 1.75s infinite step-start;
}

@keyframes closeButAnimation {
  0% {
    color:  #d14cc3; /* Initial color */
  }
  50% {
    color:  white; /* Final color */
  }
  100% {
    color:  #d14cc3; /* Return to initial color */
  }
}
/* -------------------------------------------------------- */

.book-container {
    position: fixed;
    max-width: 900px;
    width: 100%;
    height: 80%;
    top: 8%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    z-index: 4990;
    /* border: 1px solid red; */
    /* background-color: white; */
    box-sizing: border-box;
    padding: 20px;
    display: none;
  }
  
  .book-top-row {
    display: flex;
    justify-content: center;
    align-items: center;
    /* gap: 20px; */
    padding-bottom: 20px;
    flex-wrap: nowrap;
  }
  
  .book-slot {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0;
  }
  
  .book-img {
    width: 126px;
    height: auto;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    display: block;
    pointer-events: auto;
    user-drag: none;
    -webkit-user-drag: none;
    cursor: pointer;
    padding-top: 40px;
    transition: transform 0.05s ease-out; /* smooth animation */
    
    /* border: 1px solid red; */
  }

  .book-img:hover {
    transform: translateY(-5px); /* jump up 5px */
  }

  .book-bottom-row {
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 30px;
  }
  
  .book-bottom-row img {
    height: 100%;
    width: auto;
    object-fit: contain;
    border: 6px solid #24124e;
    pointer-events: none;
  }
  
  
  
  @media (max-width: 600px) {
    .book-slot {
      width: 50%;
    }
  
    .book-bottom-row img {
      width: 90vw;
      height: auto;
    }
  }

  /* ----------------------------------- */
  
  .record-image-container {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: fixed;
    top: 50%; /* Center vertically */
    left: 50%; /* Center horizontally */
    transform: translate(-50%, -50%); /* Adjust for element size */
    width: 90%;
    height: auto;
    /* overflow-y: auto; */
    max-height: 80vh;
    box-sizing: border-box;
    padding: 10px;
    /* border: 1px solid red; */
  }

  /* .record-image-container img {
    
  } */

  .record-image-container img:hover {
    /* transform: translateY(-5px); */
  }

.recordHolder {
    width: 228px;
    height: 228px;
    margin: 16px;
    object-fit: cover;
    transition: transform 0.1s ease-out;
    cursor: pointer;
}

#recordHolder1{
    z-index: 1;
}

#recordHolder2{
    z-index: 2;
}

#recordHolder3{
    z-index: 3;
}

#recordHolder4{
    z-index: 4;
}

#recordHolder5{
    z-index: 5;
}

.recorda {
    position: absolute;
    width: 228px;
    object-fit: cover;
    border: 6px solid white;
    cursor: pointer;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    z-index: 2;
    pointer-events: none;
    transform: translateX(-6px);
}

.recordb {
    position: absolute;
    width: 228px;
    object-fit: cover;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    transition: transform 0.1s ease-out;
}

.recordHolder:hover {
    transform: translateY(-5px);
}

.recordHolder:hover .recordb {
    transform: translateY(-90px);
}

  /* ---- */

#journalContainer{

    position: fixed;
    left: 50%;
    top: 16%;
    width: 100%;
    height: 64%;
    max-width: 700px;
    transform: translateX(-50%);
    z-index: 1000;

    /* position: absolute;
    left: 50%;
    top: 20%;
    width: 100%;
    height: 70%;
    max-width: 700px;
    transform: translateX(-50%);
    /* background-color: antiquewhite; */
    /* background-color: rgba(29, 18, 55, 0.8); */
    /* background-color: rgba(215, 210, 180, 0.8); */
    opacity: 0;
    pointer-events: none;
    padding-right: 40px;
    padding-left: 40px;
    /* padding-top: 20px; */
    overflow: auto;
    text-align: justify;

    background-image: url(./src/images/notebook.png);
    background-repeat: repeat-y;  /* Repeats vertically */
    background-position: top center;  /* Position the image at the top */
    background-size: 100% auto;

    box-sizing: content-box; /* Ensures padding doesn't affect width */

}

.diaryTitle{
    font-family: diary;
    font-size: 22pt;
    color: #7c3131;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.diarySpacer{
    height: 30px;
}

.diaryText{
    font-family: diary;
    font-size: 16pt;
    color: #444239;
}

.diaryTextCenter{
    font-family: diary;
    font-size: 16pt;
    color: #444239;
    text-align: center;
    /* line-height: .2; */
}

/* Hide the scrollbar track */
#journalContainer::-webkit-scrollbar {
    width: 3px; /* Width of the scrollbar */
    margin-right: 3px;
}

#journalContainer::-webkit-scrollbar-track {
    background: transparent; /* Remove the white part (the track) */
}

#journalContainer::-webkit-scrollbar-thumb {
    background-color: #444239; /* Set thumb color */
    border-radius: 10px; /* Optional: rounded corners for the thumb */
}

#journalContainer::-webkit-scrollbar-thumb:hover {
    background-color: #444239; /* Darker thumb color on hover */
}

/* -------------------------------------------------------------------- */
  
.bbContainer{

    position: fixed;
    left: 50%;
    top: 16%;
    width: 100%;
    height: 64%;
    max-width: 700px;
    transform: translateX(-50%);
    z-index: 1000;
    background-color: #b48b7b;
    opacity: 0;
    pointer-events: none;

}
  
.bbParts{
    position: absolute;
    z-index: 11;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

#bbTop{
    width: 100%;
    height: 24px;
    z-index: 1;
}
  
#bbBottom{
    width: 100%;
    height: 20px;
    bottom: 0;
}
  
#bbLeft{
    height: 100%;
    width: 20px;
    z-index: 4;
}
  
#bbRight{
    height: 100%;
    width: 20px;
    right: 0;
    z-index: 4;
}
  
#bbTopLeft{
    width: 20px;
    height: 20px;
    z-index: 5;
}
  
#bbTopRight{
    width: 20px;
    height: 20px;
    right: 0px;
    z-index: 5;
}
   
#bbBotRight{
    width: 20px;
    height: 20px;
    bottom: 0px;
    right: 0px;
}
  
#bbBotLeft{
    width: 20px;
    height: 20px;
    bottom: 0px;
}

.bbNote{
    position: relative;
    background-color: #cccccc;
    box-shadow: 0 4px 4px #A38168;
    /* padding: 20px; */
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 10110;
    margin-bottom: 20px;
    width: 96%;
    margin-left: 2%;
    /* border: 1px solid red; */
}

.bbMap{
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    /* transform: scale(2); */
    width: 96%;
    margin-left: 2%;
    margin-bottom: 14px;
    /* padding-right: 10px; */
    box-shadow: 0 4px 4px #A38168;
    cursor: pointer;
}

.bbTitle{
    text-align: center;
    font-family: diary;
    font-size: 16pt;
    color: #444239;
    padding-bottom: 5px;
}

.bbWords{
    text-align: center;
    font-family: diary;
    font-size: 12pt;
    color: #444239;
}

.pinLeft{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    width: 12px;
    height: 12px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

.pinRight{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 110;
    width: 12px;
    height: 12px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
}

#bbInner{
    position: relative;
    top: 5%;
    margin-left: 35px;
    margin-right: 35px;
    padding-right: 10px;
    height: 90%;
    overflow: auto;
}

#bbInner::-webkit-scrollbar {
    width: 8px;
    margin-right: 3px;
}

#bbInner::-webkit-scrollbar-track {
    background: transparent;
}

#bbInner::-webkit-scrollbar-thumb {
    background-color: #444239;
    border-radius: 10px;
}

#bbInner::-webkit-scrollbar-thumb:hover {
    background-color: #444239;
}

/* ---------------------------------------------- */

.merch{
    width: 228px;
    height: 340px;
    margin: 16px;
    object-fit: cover;
    transition: transform 0.1s ease-out;
    cursor: pointer;
    border: 6px solid white;
}

.merch-image-container {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 90%;
    height: auto;
    max-height: 80vh;
    box-sizing: border-box;
    padding: 10px;
    /* border: 1px solid red; */
    
  }

/* ---------------------------------------------- */

.beats-image-container{

}

/* ---------------------------------------------- */

.winImageDiv{
    position: relative;
    width: 90%;
    /* padding: 40px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* border: 1px solid green; */
}

.winImage{
    width: 49%;
    /* border: 1px solid green; */
    padding: 2px;
}

.winImageHalf{
    width: 100%;
}

.dlIcon{
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    width: 40px;
    cursor: pointer;
}

.wp{
    position: relative;
    width: 100%;
    padding: 10px;
}

.wph{
    position: relative;
    width: 47%;
    padding: 10px;
    /* border: 1px solid red; */
}

.musicImage{
    padding: 20px;
    cursor: pointer;
    /* border: 1px solid red; */
}

@font-face {
    font-family: DSDIGI;
    src: url(./src/fonts/DS-DIGI.TTF);
}

#winPlayerCont{
    display: none;
    /* border: 11px solid green; */
    /* border-top: 11px solid red; */
    width: 275px;
    height: 113px;
    z-index: 100000;
    /* background-color: #008080; */
    position: relative;
}

#winPlayerImage{
    position: absolute;
    /* padding-top: 70px; */
    transform: translate(-50%);
    /* border: 1px solid red; */
}

#winTrack{
    position: absolute;
    z-index: 100;
    color: #00ff00;
    font-size: 21pt;
    font-family: DSDIGI;
    top: 56px;
    left: 25px;
    /* border: 1px solid red; */
}


#winTrack2{
    position: absolute;
    z-index: 100;
    color: #00ff00;
    font-size: 21pt;
    font-family: DSDIGI;
    top: 56px;
    left: 95px;
    text-align: right;
    /* border: 1px solid red; */
}

#closeButImage{
    display: none;
}

/* -------------------------------------------------------------------------------- */

.beats-image-container {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    position: fixed;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%);
    width: 90%;
    height: 100%;
    max-height: 80vh;
    box-sizing: border-box;
    padding: 10px;
    /* border: 1px solid red; */
}

#machine{
    /* border: 1px solid green; */
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    transform: scale(2);
}

.beat-container {
    position: absolute;
    top:177px;
    left: 42px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

.beat-item {
    /* padding: 1px;  */
    display: block;
    cursor: pointer;
    /* border: 1px solid blue; */
    text-align: center;
    padding-right: 3px;
}

.beat-button {
    width: 100%;
    height: auto;
    display: block; 
    /* border: 1px solid red; */
}

.beat-sample{
    display: block;
    /* border: 1px solid red; */
    padding: 0px;
    margin: 0 auto;
}

#beatDownloads{
    text-align: center;
}

.dlButton{
    cursor: pointer;
}

#beatText{
    width: 100%;
    text-align: center;
    font-family: subTitle;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: auto;
    font-smooth: never;
    font-size: 6pt;
    color: white;
    padding-bottom: 8px;
    padding-top: 8px;
}

#beatSpacer{
    height: 120px;
}

#startDiv{
    position: fixed;
    width: 600px;
    height: 190px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -38%);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: #cccccc; */
    /* border: 1px solid red; */
    /* background-color: #000000; */
    /* display: none; */
    /* opacity: .7; */
    border-radius: 20px;
}

#startBut{
    color:#ffffff;
    /* color: #30baee; */
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: bold;
    background-color: #333333;
    padding: 18px;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    border-radius: 35px;
    cursor: pointer;
}

.startImage{
    position: absolute;
    width: 576px;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    transform: translateY(-33px);
}

#fader{
    position: fixed;
    background-color: white;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 900;
}

#startImage{
    cursor: pointer;
}

#startImage2{
    pointer-events: none;
}

#nextPage{
    position: fixed;
    color: white;
    top: 125px;
    /* right: 570px; */
    /* right: 23%; */
    font-family: subtitle;
    /* border: 1px solid red; */
    z-index: 12000;
    cursor: pointer;
    opacity: 0;
}

#prevPage{
    position: fixed;
    color: white;
    top: 125px;
    /* left: 570px; */
    /* left: 23%; */
    font-family: subtitle;
    /* border: 1px solid red; */
    z-index: 12000;
    cursor: pointer;
    opacity: 0;
    transform: translateX(-100%);
}

#pageDivNum{
    position: fixed;
    color: white;
    top: 125px;
    left: 50%;
    transform: Translate(-50%);
    font-family: subtitle;
    /* border: 11px solid red; */
    z-index: 12000;
    cursor: pointer;
    opacity: 0;
}

#pageTopMobile{
    position: fixed;
    width: 100%;
    height: 38px;
    z-index: 10000;
    /* border: 1px solid red; */
    background-color: #b0b9bf;
    opacity: 0;
    pointer-events: none;
}

/* -------------------------------------------------------------------------------- */

@media (max-width: 760px), (max-height: 600px) {

    #pageDivNum{
        color: black;
        top: 10px;
        /* background-color: #afb8be; */
    }

    #nextPage{
        color: darkred;
        top: 10px;
        right: 50px;
        /* background-color: #afb8be; */
        /* opacity: 1; */
        /* z-index: 10000; */
    }

    #prevPage{
        color: darkred;
        top: 10px;
        left: 50px;
        transform: none;
        /* background-color: #afb8be; */
        /* opacity: 1; */
    }

    #pageBorder{
        display:none;
    }

    #computerDiv {
        width: 100%;
        height: 100%;
        /* top: 0%; */
        bottom: auto;
    }

    #bbContainer{
        top: 0%;
        height: 100%;
    }

    .book-img {

        width: 64px;

    }

    .winImage{
        width: 100%;
        /* border: 1px solid green; */
        padding: 2px;
    }
    
    .book-top-row {
        /* flex-wrap: wrap; */
        gap: 0px;
        /* border: 1px solid green; */
    }

    .book-slot {
        width: 20%;
        margin: 10px 0; /* Add margin for spacing */
    }

    .book-bottom-row img {
        width: 90vw; /* Make the bottom row image more responsive */
        height: auto;
    }

    #playerDiv{
        display: none;
    }

    #closeBut{
        position: fixed;
        right: 2px;
        left: auto;
        top: 0px;
        /* border: 1px solid red; */
        width: 26px;
        height: 26px;
        transform: translateX(0%);
    }

    #sectionTitle{
        display:none;
    }

    #closeButImage{
        display: block;
    }

    #closeText{
        display: none;
    }

    #journalContainer{
        height: 100%;
        top: 0%;
       
    }

    .journal-section{
        padding: 10px;
    }

    .record-image-container {
        top: 0px;
        transform: translate(-50%, 0%);
        width: 100%;
        height: 100%;
        overflow-y: auto;
        max-height: 100%;
    }

    .recordb {
        transition: none;
    }

    .recordHolder:hover {
        transform: translateY(0px);
    }
    
    .recordHolder:hover .recordb {
        transform: translateY(0px);
    }

    #winTrack{
        /* position: absolute; */
        /* top: 394px; */
        /* left: 20%; */
    }

    #winTrack2{
        /* position: absolute; */
        /* top: 394px; */
        /* left: 37%; */
    }

    .diaryText{
        font-size: 15pt;
    }
    
    .diaryTextCenter{
        font-size: 15pt;
    }

    .startImage{
        width: 288px;
    }

    #windowIframe{
       
        width: 92.2%;
        height: 86.5%;
        top: 5.7%;
        left: 4%;
        /* opacity: .3; */
    }

    #insta{
        right: 20px;
        bottom: 20px;
        transform: scale(1.5);
        image-rendering: pixelated;
        image-rendering: crisp-edges;
    }
    
    #tiktok{
        right: 60px;
        bottom: 20px;
        transform: scale(1.5);
        image-rendering: pixelated;
        image-rendering: crisp-edges;
    }
    
    #spotify{
        right: 100px;
        bottom: 20px;
        transform: scale(1.5);
        image-rendering: pixelated;
        image-rendering: crisp-edges;
    }

}

/*# sourceMappingURL=styles.css.map*/