body 
{
    min-height: 100%;
    background: #5761d1;
}

.progress-container {
            width: 300px;
            background-color: #f3f3f3;
            border: 1px solid #ccc;
            border-radius: 5px;
        }

        .progress-bar {
            width: 0%; /* Szerokość początkowa */
            height: 30px;
            background-color: #4CAF50; /* Kolor paska */
            text-align: center;
            line-height: 30px;
            color: white;
            border-radius: 5px;
        }

.click-circle {
    position: absolute;
    width: 45px;
    height: 45px;
    background-color: rgba(0, 252, 0, 0.5); /* Zielony z 50% przezroczystości */
    border-radius: 50%; /* Zaokrąglony kształt */
    pointer-events: none; /* Koło nie przeszkadza w kolejnych kliknięciach */
}

.top-panel 
{
    background: #e7e7e7;
    min-height: 6rem;
    display: flex;
}

.logo img 
{
    width: 90px;
}

.no-register-text 
{
    font-weight: bold;
    font-size: 110%;
}

.logo 
{
    font-size: 1.7rem;
    font-family: 'Oswald';
}

.content-bg 
{
    background: #5761d1;
    box-shadow: inset 0 15px 15px -10px #2d347c;
}

.user-panel * 
{
    
}

.btn-game 
{
    color: white!important;
    border-radius: 20px;
    padding: 0.5rem 1rem;
}

.btn-game i 
{
    margin-right: 0.5rem;
}

.user-panel 
{
    padding-left: 2.5rem;
    font-family: 'Josefin Sans';
    font-size: 1.2rem;
}

.user-panel a, .user-panel a:visited, .user-panel a:link
{
    color: black;
}

.content 
{
    font-family: 'Josefin Sans', Arial;
    padding-top: 1.5rem;
    color: white;
}

.ad-1
{
    background: #aaaaaa;
    width: 600px;
    height: 80px;
}

.info-1 
{
    padding-top: 1rem;
    font-size: 140%;
    max-width: 1000px;
    text-align: center;
}

.rules div
{
    font-size: 105%;
}

h1 
{
    font-family: "Caveat", cursive;
 
}

.btn-login 
{
    font-size: 105%;
    padding: 0.5rem;
    border-radius: 10px;
}

input
{
    background: #454da8;
    border: 0px;
    border-radius: 10px;
    padding: 0.5rem;
    margin: 0rem 1rem 0rem 1rem;
    min-width: 250px;
}

input:focus 
{
    background: #384097;
    border: 0px;
    outline: 0px;
    color: white;
}

input.username 
{
    min-width: 250px;
}

.footer .btn 
{
    margin: 0.5rem;
}

.work_on
{
    display: flex;
    align-items: center;
    padding-right: 3rem;
}

.work_on_title 
{
    font-family: "Caveat", cursive;
    font-size: 140%;
    padding-right: 1rem;
}

.work_on img 
{
    height: 70px;
}

.work_on .device 
{
    display: flex;
    align-items: center;
}

.game-view 
{
    display: none;
}

.game-view .exists 
{
    font-size: 60%;
    color:#faaaaa;
    display: none; 
    padding-left: 1.5rem;
}

.room-list-name 
{
    cursor: pointer;
}

.room-want-exists, .room-want-not-exists
{
    display: none;
}


.language-selector {
    position: relative;
    display: inline-block;
    font-size: 120%;
}
.language-list {
    display: none;
    position: absolute;
    background-color: black;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
}
.language-list a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 10px;
}
.language-list a:hover {
    background-color: gray;
}
.show {
    display: block;
}

.language 
{
    
}

.language-choose-text 
{
    font-size: 70%;
}

.btn-choose-language 
{
    border: 0px;
    background-color: transparent;
}

td[ready="0"]
{
    color: red;
} 

td[ready="1"]
{
    color: green;
} 

.btn-ready-1, btn-ready-0
{
    display: none;
}

input::placeholder {
  font-family: 'Arial', sans-serif; /* zmiana czcionki */
  font-size: 14px;                  /* opcjonalnie: rozmiar */
  color: #B5D5FF;                   /* opcjonalnie: kolor */
  font-style: italic; 
}

.account-button 
{
    font-size: 160%;
}

.plans 
{
    color: white;
}

.plans .opis
{
    width: 170px;
}

.plans .fa-check 
{
    color: lightgreen;
}

.plans .fa-times 
{
    color: red;
}

.site-view 
{
    color: white;
    padding-top: 1rem;
}