html, body{
    background-color: black;
    color:white;
    font-family: "Dosis", sans-serif;
    /* font-family:"Roboto Flex", sans-serif; */
    margin: 0;
    padding: 0;
    height:100%;
    display:flex;
    flex-direction:column;
}
.title_chapter{
    font-size:20px;
    font-weight:800;
    margin-top:40px;
    margin-bottom:12px;
}
.users{
    font-size:18px;
    height:30px;
    display:inline-block;
    margin-right:20px;
}
.users a{
    color:#777777 !important;
}
.users:hover a{
    color:#444444 !important;
    text-decoration:underline;
}
a:hover img{
    opacity: 0.65;
}
.zespoly{
    width:195px;
    height:195px;
    display:inline-block;
    margin-right:3px;/*----TO DODAŁEM, ŻEBY POJAWIŁY SIĘ PRZERWY - NA KOŃCU MOŻNA USUNĄĆ-----*/
    padding:0;
    border: 1px solid grey;
    position:relative;
    overflow:hidden;/*---------*/
}
.zespoly_img{
    width:100%; margin:0; padding:0;
    object-fit: fill;
    transition: all 0.2s ease-in-out; /*---------*/
}
.zespoly_img_napis{
    display:block;
    position: absolute;
    bottom:90px;
    left:0px;
    width:100%;
    text-align: center;
    opacity:0;
}
.zespoly:hover .zespoly_img_napis{
    opacity:1;
}
.zespoly:hover .zespoly_img{
    opacity:0.3;
    transform: scale(1.05); /*---------*/
}
header{
    margin-bottom:50px;
}
.container{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom:70px;
    flex:1;
}
.container a{
    text-decoration: none;
    color:white;
}
.navlist{
    padding-inline-start: 0;
}
.navlist a{
    color:white;
    text-decoration: none !important;
}
.upper {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    width: 100%;
    background-color: #1B1B1B;
    border-bottom: 1px solid white;
}
.logo{
    text-align: center; /* Wyśrodkuj zawartość logo */
}
.login{
    justify-self: end; /* Umieść na końcu */
    margin-right: 20px;
    color:white;
}
.login:hover{
    color:grey;
    cursor: pointer;
}
.logintext{
    position: relative;
    font-size:18px;
    margin-right: 3px;
}
.login i{
    font-size: 25px;
}
div.login_logged{
    justify-self: end; /* Umieść na końcu */
    margin-right: 20px;
    color:orange !important;
}
div.login_logged:hover{
    color:white !important;
    cursor: pointer;
}
.container2{
    display: grid;
    place-items: center; /* Wyśrodkowanie w pionie i poziomie */
    height: 100%;
}
.loginbox{
    background-color: #1B1B1B;
    width: 500px;
    min-height: 150px;
    margin-bottom:80px;
    border-radius: 10px;
    border: 1px solid white;
    text-align: center;
}
input[type="text"], input[type="password"]{
    width: 250px;
    height: 35px;
    font-size: 15px;
}
.submit{
    font-family: "Dosis", sans-serif;
    color:white;
    margin-top: 15px;
    width:150px;
    height:35px;
    background-color: rgb(58, 58, 58);
    font-size:16px;
} 
.registerheader{
    margin-top:25px; 
    margin-bottom:10px;
    font-size:20px;
    color: grey;
}
.registerlink{
    margin-top:25px; 
    margin-bottom:10px;
}
.registerlink a{
    color:grey;
    text-decoration:none;
}
.registerlink a:hover{
    color:white;
    cursor: pointer;
}
.navbar{
    margin-top: 30px;
    text-align: center;
}
.navelementfirst{
    display: inline-block;
    border-right: 1px dashed gray; 
    border-left: 1px dashed gray; 
    padding: 3px 40px;
}
.navelementfirst:hover{
    color:grey;
    cursor: pointer;
    text-decoration: underline;
}
.navelement{
    display: inline-block;
    border-right: 1px dashed gray; 
    padding: 3px 40px;
}
.navelement:hover{
    color:grey;
    cursor: pointer;
    text-decoration: underline;
}
.footer{
    background-color:#1B1B1B;
    border-top: 1px solid white;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.slides{
    margin-top: 100px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    
}
.bands{
    border: 1px solid lightgrey !important; 
    height:40px !important; 
    text-align:center !important; 
    padding-top:20px !important; 
    background-color:rgb(10, 10, 10) !important;
}
.bands:hover{
    font-weight: 800;
    /* border: 1px solid lightgrey !important;  */
    height:50px !important; 
    /* text-align:center !important;  */
    padding-top:25px !important; 
    background-color:rgb(20, 20, 20) !important;
}
.albums{
    display: inline-block;
    height: 360px !important;
    width:195px;
    text-align: center;
    vertical-align: top;
    margin-right:5px;
}
.star-rating{
    cursor: pointer;
    letter-spacing: -1;
    display:flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    
}
.star{
    color: #333333;
    font-size: 30px;
}
.star:hover,
.star:hover ~ .star {
    color: yellow;
}
.selected {
    color: yellow;
}
.post{
    margin-top: 20px;
    padding-top: 5px;
    font-weight:800;
    border: 1px solid white;
    width:220px;
    height: 27px;
    text-align: center;
    vertical-align: center;
}
.post:hover{
    cursor: pointer;
    color:grey;
    background-color: #333333;
}
.posts_section_underline{
    margin-top: 15px;
    border-top: 1px solid #333333;
}
#postinput{
    display: none;
    margin-top: 30px;
    max-width:680px;
    min-width:680px;
    min-height: 200px;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
}
#postinput_forum{
    max-width:800px;
    min-width:800px;
    min-height: 150px;
    font-family: "Dosis", sans-serif;
    font-size: 16px;
}
.welcome{
    font-size:17px;
    min-height:53px;
}
.welcome_big_font{
    font-size:25px;
}
table{
    width:100%;
    border-collapse: collapse;
    margin-bottom:25px;
}
td{
    border:1px solid grey;
    min-height:31px;
    text-align: center; 
}
td img{
    margin:0;
    padding: 0;
}
td a:hover{
    color:grey;
    text-decoration:underline;
}
.my_account_buttons{
    margin-top:5px;
    text-decoration: underline;
}
.my_account_buttons:hover{
    opacity:0.7;
    cursor:pointer;
}
#fav_bands{
    display:none;
}
.user_name_delete{
    font-size:15px;
    color:white;
    text-align:center;
    border:1px solid #eeeeee;
    border-radius: 3px;
    background-color:#222222;
    padding:3px 6px;
    margin:5px;
    display:inline-block;
}
.user_name_delete:hover{
    opacity: 0.8;
    cursor: pointer;
}
.container::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.9; /* Przyciemnienie */
    z-index: 1;
    position:fixed;
    display:none;
}
.overlay-active::before {
    display: block; /* Aktywuje pseudo-element */
}
.modal-container{
    position:relative;
}
.modal{
    display:none;
    position:absolute;
    text-align:center;
    right:315px;
    width: 350px;
    top:150px;
    z-index:1000;
    background-color: #1B1B1B;
    min-height: 150px;
    margin-bottom:50px;
    border-radius: 10px;
    border: 1px solid white;
    text-align: center;
}
.yes_or_no{
    display:inline-block;
    text-align:center;
    width:35%;
    background-color:#333333;
    padding:2px 0;
    border:1px solid #eeeeee;
    border-radius: 3px;
}
.yes_or_no:hover{
    opacity: 0.8;
    cursor: pointer;
}
.new_theme{
    height:22px !important;
    width:710px !important;
    margin-left:15px !important;
}
.themes{
    background-color:#222222;
    height:60px;
}
.themes:hover{
    background-color:#111111;
    cursor:pointer;
}
.forum_posts{
    background-color:#222222;
    height:60px;
}
.back{
text-decoration: underline;
}
.back:hover{
    opacity:0.5;
}

.add_forum_post{
    vertical-align:top;
}
.confirm{
    font-family: "Dosis", sans-serif;
    font-weight:800;
    font-size:15px;
    color:black;
    text-align:center;
    border:1px solid black;
    border-radius: 3px;
    background-color:orange;
    padding:3px 6px;
    margin:5px;
    display:inline-block;
}
.confirm:hover{
    opacity: 0.8;
    cursor: pointer;
}
.star_post_container{
    position:relative;
    height:16px;
    width:90px;
    text-align: center;
    display: inline-block;
    margin-top:10px;
}
.star_post{
    position:absolute;
    top:0;
    left:0;
    height:100%;
}
.star_post_background{
    width:100%; 
    background-color:#333333;
}
.star_post_fill{
    background-color: yellow;
}
.star_post_img{
    width:100%;
}
.post_votes_rating{
    margin-left:5px;
}
.post_img{
    width:195px; 
    height:195px; 
    object-fit: fill;
    border: 1px solid grey
}
.post_votes_album{
    margin-top:7px;
}
.post_votes_band{
    color:grey;
    margin-top:4px;
    margin-bottom:10px;
    font-weight:700;
}
.post_votes_username{
    margin-left:10px;
    font-size:17px;
}
.post_votes_date{
    color:#666666;
    margin-left:10px;
    font-size:16px;
}
.post_post{
    padding-top:10px;
    margin-left:10px;
    font-size:16px;
    padding-bottom: 20px;
}
.votes_image{
    display:inline-block;
    vertical-align:top;
    line-height:0;margin:0;
    padding: 0;
    border-right:1px solid grey
}
.votes_image img{
    width:80px;
}
.votes_album_band_container{
    display:inline-block;margin-right:20px;margin-top:12px;margin-left:15px
}
.votes_rating_container{
    display:inline-block;height:30px;vertical-align:top;margin-top:20px;
}
.votes_date{
    display: inline-block;margin-top:6px; color:grey; font-size:14px;margin-left:3px
}
.no_information{
    color:grey; margin-left:12px; font-size:16px; font-weight:300;
}
.fav_albums{
    margin-right:3px;margin-bottom:3px;
}
.forum_td{
    text-align:left;padding:8px;vertical-align:top
}
.band_album_big{
    width:280px;display:inline-block;margin:0;padding:0;border: 1px solid grey;
}
.band_album_big_img{
    width:100%;display:block;
}
.band_info{
    width:690px; display:inline-block; vertical-align:top; margin-left:15px;
}
.band_title{
    font-weight:800;font-size:22px;
}
.band_title_underline{
    border-bottom:1px solid grey;
}
.band_album_back{
    font-size:16px;font-weight:400;color:grey;margin-left:10px;
}
.band_info_section{
    font-weight:800;margin-right:10px;
}
.band_info_content{
    margin:15px 0;text-align:justify;
}
.band_info_to_much{
    font-weight:300;margin-right:10px;font-size:15px;text-decoration:underline;
}
.albums_in_band_img{
    width:195px; height:195px; object-fit: fill;border: 1px solid grey
}
.albums_in_band_rating{
    margin-top: 3px; color: white;font-size: 15px
}
.albums_in_band_votes{
margin-left:10px;color:grey
}
.albums_in_band_no_myrating{
    margin-top: 3px;font-size: 15px; color:#333333;
}
.albums_in_band_myrating{
margin-top: 3px;font-size: 15px;color:grey;
}
.albums_in_band_name{
    margin-top: 3px;font-size:16px;margin-top:5px;
}
.albums_in_band_year{
    margin-top: 3px; color: grey;font-size: 15px
}

.album_left_container{
    text-align: center; width:280px;display: inline-block;
}
.album_left_container_img{
    width:280px;border: 1px solid grey
}
.album_album{
    margin-top: 15px;font-size:18px;
}
.album_year{
    margin-top: 3px; color: grey;font-size: 16px
}
.album_rating{
    margin-top: 3px; color: white;font-size: 16px
}
.album_no_myrating{
    margin-top: 3px; color:#333333;font-size: 16px;
}
.album_myrating{
    margin-top: 3px;font-size: 16px;color:grey;
}
.album_votes{
    margin-top: 3px; color: grey;font-size: 16px
}
.album_right_container{
    width:675px;display: inline-block;vertical-align:top; margin-left:17px;
}
.album_section{
    font-weight:800;
}
.delete_post_button{
}
.delete_post_button:hover{
    color: #444444;
    text-decoration: underline;
    cursor:pointer;
}
.delete_vote_button{
}
.delete_vote_button:hover{
    color: #444444;
    text-decoration: underline;
    cursor:pointer;
}
.delete_theme_button{
}
.delete_theme_button:hover{
    color: #444444;
    text-decoration: underline;
    cursor:pointer;
}
.delete_forum_post_button{
}
.delete_forum_post_button:hover{
    color: #444444;
    text-decoration: underline;
    cursor:pointer;
}


