@import url('https://fonts.cdnfonts.com/css/shanghai');
body {
    padding-top: 56px;
    background-color: #26313a;
    /* background-image: linear-gradient(205deg, #28313a, #232e38, #212830, #242b32, #313d49, #202b34, #2a3846, #26313a, #31404a, #304150, #253544, #2d3b48); */
    color: #ccc;
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
a {
	color:#ffcc07;
}
a:hover {
	color:#c8cacf;
}
.nav-link {
    color: #ffcc07;
}
.nav-link:focus, .nav-link:hover {
    color: #ffcc07;
}
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #7f030b;
    transition: width .6s ease;
}
.jumbotron2 {
    background: linear-gradient(205deg, #8b0000, #9f0303, #760000, #6e0202, #6c020c, #7e0303, #6e0000, #830000, #5e0101);
    color: #f9f9f9;
    text-shadow: 1px 1px 0 #1a1a1a;
    padding: 2rem 1rem;
    border-bottom: solid #570707 4px;
    
    background-color: #660303;
  
}

.jumbotron {
    background: linear-gradient(205deg, #8f0606, #4e0101, #760000, #500000, #6c020c, #500202, #6e0000, #500606, #560101);
    color: #f9f9f9;
    text-shadow: 1px 1px 0 #1a1a1a;
    padding: 0px;
    
    height: 178px;
    background-color: #660303;
  
}
.card {
    background: #253646;
    color: #ccc;
    margin-bottom: 1rem;
    border: 1px dashed #b4b3b1;
}
/*.card:after, .card:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
}

.card:after {
  border-width: 0 15px 15px 0;
  border-color: transparent rgb(174 1 15) transparent transparent;
  right: 0;
  bottom: 0;
  transform: rotate(90deg);
}

.card:before {
  border-width: 15px 15px 0 0;
  border-color: rgb(174 1 15) transparent transparent transparent;
  left: 0;
  bottom: 0;
  transform: rotate(-90deg);
}*/
@media (max-width: 600px) {
    .cardtitle {
        font-size: 12px;
    }
	.content-small {
		 font-size: 12px;
	}
	.btn {
		font-size: 10px;
	}
	.nav-link {
		font-size: 12px;
	}
}
.cardtitle {
    background-image: linear-gradient(to right top, #9d0000, #62100c, #580707, #5e0707, #5c0505, #6a1616, #930000, #af0011, #a50101, #830000, #990000, #a50606);
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    padding: 10px;
    padding-left: 31px;
    color: #fff;
    font-size: small;
}
.cardtitle2 {
    background: url(../images/sw1.png?v=4) no-repeat;
    padding: 9px;
    position: absolute;
    z-index: 1;
    width: 45px;
    height: 45px;
    left: -2px;
    margin-top: -13px;
    
}
.cardtitle a {
	color:#fff;
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgb(124 1 1);
    border-top: 1px dashed #fff;
}
.card-xp {
    padding: .75rem 0.65rem;
    background-color: #18222d;
    border: 1px dashed #fff;
    border-radius: 6px;
}
@media (max-width: 768px) {
    .card-xp1 {
        background-image: url(../images/silversparcle.png);
        background-size: cover;
        background-position: center;
    }
}
.card-xp1 {
    padding: .75rem 0.65rem;
    background-image: url('https://twoja-strona.com/images/silversparcle.png');
    background-color: #18222d;
   
    border: 1px dashed #fff;
    border-radius: 6px;
}
.btn-dark {
    color: #fff;
    background-color: #222931;
    border-color: #343a40;
}
.btn-secondary2 {
    color: #fff;
    background-color: #fd7505;
    border-color: #ffc107;
}
.btn-secondary2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #ffc107;
    --bs-btn-border-color: #ffc107;
    --bs-btn-hover-color: #ffc107;
    --bs-btn-hover-bg: #ffc107;
    --bs-btn-hover-border-color: #1064a3;
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ffc107;
    --bs-btn-active-border-color: #ffc107;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ffc107;
    --bs-btn-disabled-border-color: #ffc107;
}
.card-xp2 {
    padding: .75rem 0.65rem;
    background: linear-gradient(205deg, #8f0606, #4e0101, #760000, #500000, #6c020c, #500202, #6e0000, #500606, #560101);
    border: 1px dashed #fff;
    border-radius: 6px;
}
.cardtitle .fa-copy[data-tooltip]:hover:after {
	content: attr(data-tooltip);
	position: absolute;
	top: 40px;
	left: 28%;
	transform: translateX(-50%);
	background-color: #333;
	color: #fff;
	padding: 5px;
	border-radius: 5px;
	border: solid 2px #ccc;
	white-space: nowrap;
	font-size: 12px;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	pointer-events: none;
}
.cardtitle .fa-copy[data-tooltip]:hover:after,
.cardtitle .fa-copy.clicked:after {
	opacity: 1;
}
.navbar-dark {
	background: #282d33;
	
}
.footer {
	background: linear-gradient(205deg, #8f0606, #4e0101, #760000, #500000, #6c020c, #500202, #6e0000, #500606, #560101);
	color: #ccc;
}
.navbar-nav .nav-link {
    color: #ccc !important;
}
.btn-primary {
	background: linear-gradient(205deg, #8b0000, #9f0303, #760000, #6e0202, #6c020c, #7e0303, #6e0000, #830000, #5e0101);	
    background-color: #680303;
    border-color: #680303;
}
.btn-danger {
    color: #fff;
    background-color: #9f0303;
    border-color: #9f0303;
}
.btn-info {
    color: #fff;
    background-color: #006170;
    border-color: #006170;
}
.btn-success {
    background-color: #275c33;
    border-color: #275c33;
}
.button-container {
	display: flex;
	flex-direction: column;
	gap: 7px;
	position: relative;
}

.button-row {
	display: flex;
	justify-content: center;
	position: relative;
	width: 100%;
	gap: 10px;
}
.table td, .table th {
    padding: 0.75rem;
    /* vertical-align: top; */
    /* border-top: 1px solid #343a40; */
}
.button-row .btn {
	flex: 1;
	box-sizing: border-box;
	text-align: center;
	background-color: #af0231;
	color: white;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	border: solid #444 2px;
}
.button-row .btn:hover {
	background-color: #0056b3;
}
.notification-icon {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 10px;
	margin-left: -50px;
	margin-right: 33px;
}
.notification-count {
	position: absolute;
   top: -5px;
   right: -14px;
   background-color: red;
   color: white;
   border-radius: 50%;
   padding: 2px 8px;
  font-size: 12px;
}
.message {
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 10px;
}
.alert-info {
    color: #fff;
    background-color: #870500;
    border-color: #870500;
}
.alert-success {
    color: #ffffff;
    background-color: #890202;
    border-color: #890202;
}
.message-sent {
	background-color: #790000;
    border-left: 1px solid #fff;
}

.message-received {
	    background-color: #790000;
    border-left: 1px solid #fff;
}

.message strong {
	display: block;
	font-size: 1.2em;
	margin-bottom: 5px;
}

.message p {
	margin: 0;
}

.message .status {
	font-size: 0.9em;
	color:#d3d3d3;
	margin-top: 5px;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
    background-color: #444;
    margin-left: 1px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #ffffff;
	background-color: #7f030b;
    border-color: #7f030b #7f030b #7f030b;
}

.list-group-item {
	position: relative;
	display: block;
	padding-bottom: 17.70%;
	background-color: #444;
	border: 1px solid rgba(0, 0, 0, .125);
}
.nav-tabs {
	border-bottom: 0px solid #af0231;
}
.box ol {
    position: relative;
    color: #ccc;
}
.box ol li {
	  list-style: none;
	  padding: 5px;
	  width: 100%;
	  transition: transform 0.5s;
	  height: 42px;
	}
.box ol li span {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    background: #af0231;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
    transform: translateY(-2px)
}
ol, ul {
    padding-left: 0rem;
}
.square {
    width: 30px;
    height: 30px;
    background: #af0231;
    border: 2px solid #444;
    border-radius: 7px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    position: relative;
}
/* Pagination styling */
    .pagination {
        display: flex;
        justify-content: center;
        list-style: none;
        padding-left: 0;
        margin: 20px 0;
    }

    .pagination .page-item {
        margin: 0 5px;
    }

    .pagination .page-link {
        display: block;
        padding: 0.5rem 0.75rem;
        color: #ffffff;
        background-color: #20435f;
        border: 1px solid #20435f;
        border-radius: 0.25rem;
        text-decoration: none;
    }

    .pagination .page-link:hover {
        background-color: #8f0404;
        border-color: #8f0404;
    }

    .pagination .page-item.active .page-link {
        color: #fff;
        background-color: #821616;
        border-color: #821616;
    }

    .pagination .page-item.disabled .page-link {
        color: #fff;
        pointer-events: none;
        background-color:#821616;
        border-color: #821616;
    }
/* Stylizacja przycisku "Back to Top" */
.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #770303;
    color: #e9e1e1;
    padding: 9px;
    border-radius: 5px;
    text-align: center;
    display: none;
    z-index: 100;
    width: 40px;
    height: 40px;
}

.back-to-top:hover {
    background-color: #770303;
    color: #ffffff;
}

/* Pokaż przycisk, gdy użytkownik przewinie w dół */
body.scrolled .back-to-top {
    display: block;
}

/* Styl dla przeglądarek opartych na WebKit (Chrome, Safari) */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: #262626; /* Kolor tła toru */
}

::-webkit-scrollbar-thumb {
    background-color: #4c90e7; /* Kolor paska przewijania */
    border-radius: 10px;
    border: 3px solid #262626; /* Dodanie marginesu wokół paska */
}

::-webkit-scrollbar-thumb:hover {
    background: #ff9900; /* Kolor paska przewijania po najechaniu */
}

/* Styl dla przeglądarek opartych na Firefox */
html {
    scrollbar-width: thin;
    scrollbar-color: #4c90e7 #262626; /* Kolor paska przewijania i toru */
}
.avatar-najlepsi {
	border: 0px solid #EAEAEA;
    padding: 2px;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	margin-right: 10px;
}
.logowanieok {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    padding: 10px;
    border-radius: 10px;
    color: white;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    z-index: 999;
	box-shadow: 0px 0px 20px #333;
}
.logowaniewitam {
    width: 460px;
    height: 44px;
    background: linear-gradient(120deg, #333, #af0231);
    padding-left: 40px;
    display: flex;
    align-items: center;
}
.gradient-text {
	background: linear-gradient(120deg, #E91E63, #498de3, #72bfff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
}
.modal-content {
	background-color: #333333;
}
.col-form-label {
    color: #ccc;
}
.form-outline .form-control {
    background: #fff;
}
.comment {
    border: 1px solid #af0231;
    padding:10px;
    background-color: #424242;
	border-radius: 10px;
}
.cominfo {
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
}
.fa-copy.clicked {
	color: blue; 
}
.postbut{padding-left:10px;}
.mobile-only {
  display: none;
}
@media (max-width: 768px) {
  .label-text {
    display: none;
  }
  .mobile-only {
    display: block; /* albo inline/block/flex, jak chcesz */
  }
}
@media (max-width: 600px) { 
    #mobile-respo {
		margin-left: -5px;
	}
	#mobile-responsive {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    #mobile-responsive tr {
        flex-basis: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    #mobile-responsive td {
        flex: 0 50%; 
        box-sizing: border-box;
        padding: 10px;
    }
}
.navigation {
	padding-bottom: 5px;
}
.toast-success {
	background-color: green !important;
}
.toast-error {
	background-color: red !important;
}
.toast-error .toast-message::before {
	color: white;
}
.dropdown-menu {
    color: #cccccc;
    background-color: #282d33;
    background-clip: padding-box;
    border: 1px solid rgb(0 66 121);
	max-height: 400px;
    overflow-y: auto;
}
.dropdown-item {
    color: #cccccc;
}
fieldset {
    border: 1px dashed #aaa;
    padding: 2px 14px 14px 14px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
    -webkit-border-radius: 4px;
}

legend {
    float: none;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: .5rem;
    font-size: 15px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
	width: auto;
}
.friend-card {
    position: relative;
    padding: 7px;
    border: 1px solid #444;
    border-radius: 5px;
    background-color: #242424c7;
}
.friend-info {
    display: flex;
    flex-direction: column;
    position: relative;
}
.username-status {
    font-weight: bold;
    margin: 0;
    position: absolute;
    left: -194px;
    top: 24px;
    background-color: #444444cc;
    width: 195px;
    color: #fff;
    padding: 1px;
    border-radius: 3px;
    text-align: center;
}
@media (max-width: 768px) {
    .username-status {
        position: relative;
        left: 0; 
        top: 0; 
        width: 100%;
        text-align: left; 
        padding: 5px; 
    }
}
.cookie-consent {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #343a40;
	color: white;
	padding: 15px 10px;
	z-index: 1000;
}
/*#activeUsersContainer {
    max-height: 300px; 
    overflow-y: auto; 
    display: flex;
    flex-direction: column; 
    align-items: flex-start;
    gap: 10px; 
    padding-right: 10px; 
    width: 100%;
}
#activeUsersContainer div {
    width: 100%;
}*/
#activeUsersContainer {
    max-height: 315px; /* Wysokość, po której pojawi się przewijanie */
    overflow-y: auto;  /* Włącza pionowe przewijanie */
}
.modal-title {
	color: #ccc;
}
.user-cards-container {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}
.user-card {
    background: #2d3339;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 16px;
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: box-shadow 0.2s ease;
    justify-content: space-between;
    border: 1px dashed #ccccccb5;
}
.user-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
.user-card img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
    border: 0px solid #ccc;
    transition: transform 0.2s;
}
.user-card img:hover {
    transform: scale(1.05);
}
.user-info {
    flex: 1;
}
.user-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.status {
    font-size: 14px;
    color: #777;
	font-weight: 500;
}
.user-info a {
    font-weight: 600;
    text-decoration: none;
}

.user-info .ranga {
    font-size: 14px;
    font-weight: 500;
    margin-top: 4px;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
}
.user-actions {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}
.user-actions a:hover,
.user-actions button:hover {
    color: #fff;
}
.ranga.admin {
    background-color: rgb(0 0 0 / 15%);
    color: #6a0404;
}
.super-uploader {
	background-color: rgb(255 85 85 / 15%);
	color: #da0000;
}
.multi-uploader {
    background-color: rgba(255, 170, 0, 0.15);
    color: #ff8600;
}

.uploader {
    background-color: rgb(247 246 0 / 21%);
    color: #FCFB00;
}
.newbie {
	background-color: rgb(214 210 177 / 35%)
	color: #F4EBC4;
}
.user {
    background-color: rgba(75, 142, 229, 0.15);
    color: #ffcc07;
}
.user-info .last-active {
    font-size: 13px;
    color: #777;
    margin-top: 4px;
}
/* Responsive */
@media (min-width: 576px) {
    .user-card {
        max-width: calc(50% - 8px);
    }
}
.gradient-nick {
	background: linear-gradient(90deg, #ff6ec4, #fcd66f, #63e7b3, #57a0ff, #c66fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	font-weight: bold;
	cursor: pointer;
    display: inline-block;
}
@keyframes shine {
  0% { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}


.admin2-gradient {
  background: linear-gradient(90deg, #ff6666, #ff0000, #cccccc, #ff0000, #ff6666, #000000, #ff6666);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);*/
  animation: shine 2s linear infinite;
}
.admin3-gradient {
  background: linear-gradient(90deg, #ff6000, #cccccc, #ff8600, #ff6000, #cccccc, #ff8600);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);*/
  animation: shine 2s linear infinite;
}
.card-player {
   
    background-color: rgb(44 44 44 / 89%);
    border-top: 1px solid rgb(241 164 46 / 98%);
    height: 34px;
   
}
.card-vot {
    padding: .75rem 0.65rem;
    background-color: rgb(100 3 3);
    border-top: 1px solid rgb(137 231 69 / 40%);
    height: 37px;
   
    padding-top: 23px;
    padding-left: 1px;
    padding-bottom: 11px;
    border-radius: 11px;
}
.card-player {
    background-color: #2c2c2c; /* Dark background to match the theme */
    color: #e4e4e4; /* Light text color for readability */
    border-radius: 5px; /* Rounded corners for a smoother look */
    padding: 19px; /* Padding for content spacing */
    margin: 10px 0; /* Margin to separate from other elements */
    display: flex; /* Flexbox for alignment */
    
}
.card-player a {
    color: #e4e4e4; /* Ensure links match the text color */
    text-decoration: none; /* Remove underline from links */
}
.card-player a:hover {
    color: #ffffff; /* Slightly brighter color on hover */
}
.card-player i {
    margin-right: 1px; /* Space between icons and text */
}
.d-inline {
	padding-top: 17px;
    position: relative;
}
.slog {
    height: 182px;
    
    margin-top: 123px;
    margin-left: -412px;
}
.podlogo {
    height: 182px;
    background-repeat: no-repeat;
    background-image: url(../images/slog.png);
    margin-top: -163px;
    margin-left: 60px;
    
    background-position: center;
}
.logo-stopka {
    vertical-align: middle;
    border-style: none;
    margin-top: -34px;
}
.logo-stopka img {
        max-width: 258px; /* Ustaw maksymalną szerokość logo */
        
    margin-top: 28px;
	}

/* Poprawka pozycji na mobile */
@media (max-width: 768px) {
    .podlogo {
        margin-left: 30px;
        margin-top: -162px; /* dopasuj w razie potrzeby */
        width: 100%;
        max-width: 380px; /* opcjonalnie – ogranicz szerokość */
        margin-right: auto;
        
    }
}
.lead {
    font-size: 12px;
    font-weight: 300;
    margin-top: -28px;
    margin-left: -10px;
}
.admin-gradient {
    background: linear-gradient(36deg, #b10303, #d32d04, #dc3545, #ffc107, #009952, #dc3545, #28a745, #ffc107, #ff3c3c, #ffd700, #c0c0c0, #ff3c3c);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    animation: shine 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}
.ranga.vip {
    background-color: rgb(0 0 0 / 15%);
    color: #6a0404;
}

.admin4-gradient {
     background: linear-gradient(158deg, #edb100, #553801, #ffda27, #553801, #dbb80a, #dbaf29, #e3ac08);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    animation: shine 3s cubic-bezier(0.4, 0, 1, 1) infinite;
}

.uploader-gradient {
  background: linear-gradient(158deg, #ffde40, #04d35a, #ffc927, #04f73b, #009952, #dbaf29, #28a745);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
 
  animation: shine 2s linear infinite;
}
.multiUploader-gradient {
  
    background: linear-gradient(158deg, #d19d00, #ffe567, #ffbf00, #e7a03c, #bb5810, #dbaf29, #ffc107);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
 
  animation: shine 2s linear infinite;
}
.SuperUploader-gradient {
  background: linear-gradient(158deg, #a70010, #d30404, #930000, #f3283d, #ff717f, #ab023d, #ff4343);
  background-size: 200%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: bold;
 
  animation: shine 2s linear infinite;
}
.Nowicjusz-gradient {
    background: linear-gradient(36deg, #fff, #ffc107, #f7f7f7, #fbfbf9, #ffc107, #ffffff, #e7cb79);
    background-size: 200%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: bold;
    animation: shine 5s cubic-bezier(0.4, 0, 1, 1) infinite;
}

.popular-hits {
    padding: 10px;
}

.inf-popular {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 15px;
    background-color: #1e3143;
    padding: 10px;
    border-radius: 7px;
	border: 1px dashed #c9c6c6;
    gap: 10px;
}
.inf-popular:hover {
    border-left: 3px solid #620302;
}
.inf-popular-img .cover-img {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    object-fit: cover;
}

.inf-popular-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px;
    position: relative;
}

.file-title {
    font-weight: bold;
    font-size: 13px;
	text-decoration: none;
}

.file-title:hover {
    text-decoration: underline;
}

.file-genre {
    font-size: 13px;
    color: #bdb4b4;
    margin-top: 4px;
}
.download-link {
    margin-top: 8px;
    font-size: 12px;
    text-decoration: none;
    margin-left: 127px;
    margin-top: -2px;
    width: 80px;
}
.download-link i {
    margin-left: 5px;
}

.text-center {
    text-align: center;
    margin-top: 15px;
}

@media (max-width: 600px) {
    .inf-popular {
        align-items: flex-start;
    }

    .inf-popular-content {
        margin-top: 10px;
    }

    .download-link {
        align-self: flex-start;
		margin-left: 140px;
    }
}

.fdw-pricing-table .plan1 .headerss {
    border-bottom-color: #B3E03F;
}
.popularne3 {
    background: #2d3339;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 10px 24px 20px 10px;
    width: 100%;
    max-width: none;
    display: flex
;
    flex-direction: column;
    position: relative;
    margin-top: 5px;
    border: 1px dashed #cccccc42;
}

.cardy3 {
    border-radius: 14px;
    padding: 8px;
    background-color: #2e2e2e;
    position: relative;
    margin-top: 10px;
    background-image: url(https://i.imgur.com/qQ7vG52.png);
}
.upper {
    height: 100px;
}
.upper img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.tre {
    padding-left: 45px;
    margin-top: -19px;
    height: 75px;
}
.h4, h4 {
    font-size: 16px;
}
.text-center {
    text-align: center !important;
}
.userr {
    position: relative;
}
.profile {
    position: absolute;
    top: -50px;
    left: 38%;
    height: 90px;
    width: 90px;
    border-radius: 50%;
}
.profile img {
    height: 80px;
    width: 80px;
    margin-top: -23px;
}
.img-fluid {
    width: 300px;
    height: 186px;
    object-fit: cover;
}
.text-muted {
    color: #999696 !important;
}
.rounded-circle {
    border-radius: 50% !important;
    object-fit: cover;
}
.d-flex {
    display: flex !important
;
}
.card-post2 {
    background: #343a40;
    color: #cfc4c4;
    margin-bottom: 1rem;
    border-radius: 5px;
}
.srodek1 {
    padding-top: 5px;
    color: white;
    padding-left: 17px;
    height: 32px;
    background: linear-gradient(214deg, #c70000, #680404, #870404, #a70000, #680009, #b10808, #6e0000, #870101, #a90000);
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -khtml-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    width: 100%;
    font-size: 13px;
    font-weight: bold;
}
.justify-content-between {
    justify-content: space-between !important;
}

.align-items-center {
    align-items: center !important;
}
@media (max-width: 768px) {
    .d-flex {
        flex-wrap: wrap !important;
    }
	.d-flex .btn {
        flex: 1 1 auto;
        max-width: 100%;
    }
	.tre {
		padding-left: 75px;
		margin-top: -19px;
		height: 75px;
	}
	.dropdown-menu {
	max-height: 200px;
}
}

	.hidden {
        display: none;
        opacity: 0;
        transition: opacity 0.4s ease;
    }
    .visible {
        display: block;
        opacity: 1;
        transition: opacity 0.4s ease;
    }

.konkurs2 {
  display: flex;
  flex-wrap: wrap;
  border: 1px dashed #b4b3b1;
  border-radius: 5px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  overflow: hidden;
  margin: 20px auto;
  max-width: 900px;
  background: transparent; /* brak białego tła */
}

.konkurs2-left,
.konkurs2-right {
  flex: 1 1 100%;
  padding: 16px;
}

.konkurs2-left {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #710202;
    background-image: url(https://mp3haven.com/images/bgt.png);
    /* background-repeat: no-repeat; */
    background-position: center;
	    max-width: 400px;
    max-height: 1600px;
    /* background-size: 887px; */
}
.konkurs2-left img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.konkurs2-right {
  background: transparent; /* brak białego tła */
}

.contest-description h2 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.contest-description p,
.contest-description ul {
  font-size: 1rem;
}

.contest-description ul {
  padding-left: 20px;
}

@media (min-width: 768px) {
  .konkurs2-left,
  .konkurs2-right {
    flex: 1 1 50%;
    padding: 24px;
  }

  .contest-description h2 {
   font-size: 14px;
  }

  .contest-description p,
  .contest-description ul {
    font-size: 14px;
  }
}

		#read-more {
        
        font-weight: bold;
        cursor: pointer;
		margin-top: 29px;
		}

		#read-more:hover {
        text-decoration: underline;
		}
        .card-body {
            padding: 15px;
        }

        
    }

