.large-2 {
    overflow-y: scroll;
    max-height: 100vh;
}

.content .large-2 {
    margin-top: 10px;
    margin-bottom: 25px;
    /* background: #ccc; */
    max-height: 200px;

  }
  
  .force-overflow {
    min-height: 420px;
  }
  

  
  .large-2::-webkit-scrollbar {
    width: 10px;
    
  }
  
  .large-2::-webkit-scrollbar-thumb {    
    box-shadow: inset 0 0 6px #8d304d;
    background-color: #000;
    border: 1px solid #8d304d;
    border-radius: 5px;
  }

/* body .large-2 {
    max-height: auto;
} */
  
/*   .large-2::-webkit-scrollbar-track {
    border: 1px solid #7bb0e6;
    padding: 2px 0;
    background-color: #fff;

  } */

@font-face {
    font-family: osaka-re;
    src: url("../fonts/osaka-re.ttf");
}

@font-face {
    font-family: nuku;
    src: url("../fonts/nuku1.ttf");
}

body {
    margin: 0px;
    width: 100vw;

    background-color: #fff;
    
    overflow-x: hidden;

    font-family: 'MS PGothic', 'MS Gothic', jfdot, 'Hiragino Kaku Gothic Pro', Tahoma;

    background-image: url("/img/backblack.png");
    background-size: 12px;

    color: #fff;
}

p {
    margin: 0;
}

a {
    color: #a3385a;
    cursor: pointer;
}

a:hover {
    color: #fff;
}

ul {
    padding-left: 30px!important;
    list-style-type: circle;
    margin: 0;
    padding: 0;
}

ul li {
    color: #a3385a;
}

.btn {
    cursor: pointer;
    min-width: 110px;
    min-height: 30px;
    margin-top: 10px;
    color: #fff;
    background-color: #00000000;
    box-shadow: inset 0 0 6px #8d304d;
    border: 1px solid #8d304d;
    border-radius: 5px;
}

.btn:hover {
    background-color: #8d304d;
}

#menu {
    padding: 10px;
    padding-bottom: 0px;
    text-align: center;
    z-index: 999;
}

.container {
    width: 900px;
    margin: 0 auto;
    margin-top: 30px;
    display: block;
   /*  background-color: red; */
   background-color: #16101596;
}

.container .holder {
    margin-top: 75px;
    width: auto;
    margin: 0 auto;
    display: block;
    display: flex;
}

.container .sidebar {
    width: 200px;
    /* background-color: aqua; */
    min-height: 100px;
}

.container .main {
    margin-left: 15px;
    /* margin-right: 15px; */
    /* margin-left: 215px; */
    /* background-color: aqua; */
    width: 682px;
    
    min-height: 100px;

}


.container .box, .container .box-menu, .container .img-box {
    margin-top: 25px!important;

    margin: 5px;
    /* background-color: #fff; */

    border-radius: 5px;
    border: 2px solid #8d304d;

}

.container .box header, .container .img-box header {
    margin-top: -30px;
    margin: 0;
    height: 25px;
    /* background: linear-gradient(#7bb0e6, #cbe4f5); */
}

.container .box header h2, .container .main .tittle, .container .img-box header h2 {
    -webkit-text-stroke: 2px #8d304d;
    margin: 0;

    
    font-size: 62px;
    width: 100%;
    color: #a3385a;
    font-family: osaka-re, jfdot;
    padding-left: 5px;

    filter: url(#crispify);

}

.container .box header h2, .container .img-box header h2 {
    top: -45px;
    position: relative;
}

.container .box .content {
    width: auto;
    min-height: 25px;
    /* background-color: white;
    background: linear-gradient(#cbe4f5, #fff 10px); */
    padding: 15px;
    padding-top: 0;
    max-height: 200px;
    overflow: hidden; /* tutel */
}

.container .main .tittle {
    font-size: 112px;
}

.container .main .subtittle {
    -webkit-text-stroke: 2px #000;
    font-family: nuku;
    font-size: 62px;
    color: #999999;
    margin: 0;
    margin-top: -30px;
    text-align: right;
    padding-right: 20px;
}


.logo {
    max-width: 200px;
    width: 186px;
    height: 186px;
    /* filter: grayscale(1);
    filter: brightness(0%); */

/*     filter: sepia(90%) hue-rotate(90deg); */

    margin: 5px;
    aspect-ratio : 1 / 1;
    

}

.logo img {
    border-radius: 5px;
    border: 2px solid #7bb0e6;
}

.container .box-menu {
    margin-top: -20px!important;
}


.flex {
    display: flex;
}

.flex .box { 
    width: 70%;
    height: inherit;
}

.img-box {
    border-radius: 5px;

    width: 30%;
    height: inherit;
    /* background-color: #ffffff!important; */
}

.img-box .content {
    margin: 5px;
    height: 100%;
    margin-top: -25px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.img-box header {
    background: none!important;
}

.img-box img {
    margin: 10px;
    padding: 5px;
    border: #8d304d 2px solid;
    max-width: calc(100% - 34px);
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 5px;
}

tr, td {
    text-align: center;
    border: 2px solid #8d304d;
    border-collapse: collapse!important;
    font-size: 10px;
    width: 70px;
    height: 30px;
}

#bingo button {
    all: unset; /* Resetuje wszystkie domyślne style */
    display: block; /* Możesz ustawić na inline, jeśli potrzebujesz */
    cursor: pointer; /* Opcjonalne, aby wskazać klikalność */
    background: transparent; /* Brak tła */
    border: none; /* Brak ramki */
    width: 100%;
    height: 100%;
    padding: 0; /* Brak marginesów wewnętrznych */
}

#bingo button:disabled, button:disabled, button:hover:disabled {
    background-color: #999999;
}
