html {
	color: #f9f9f9;
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	z-index: 1;
}

@font-face {
	font-family: "Play";
	src: url("../fonts/Play-Bold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Play";
	src: url("../fonts/Play-Regular.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

body {
	font-size: 14px;
	font-family: "Play", sans-serif;
	background: #18171b url('https://topfrag.com/forums/data/styles/25/styles/topfragnew/img/pagebgnewdark.jpg');
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	scroll-behavior: smooth;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.input-tf-style {
	padding: 5px;
}

.input-tf-style input {
	display: block;
	margin: 4px 0px 0px 0px;
	padding: 5px;
	background-color: #25242491;
	color: #fff;
	border: 1px solid #1a1919;
	border-radius: 5px;
	outline: none;
	width: 90%;
}

.select-tf-style {
	padding: 5px;
}

.select-tf-style select {
	display: block;
	margin: 5px 0px -5px 0px;
	padding: 5px;
	background-color: #25242491;
	color: #fff;
	border: 1px solid #1a1919;
	border-radius: 5px;
	outline: none;
	width: 94%;
}

.input-tf-style input:-webkit-autofill {
	background: #25242491;
}

.input-tf-style input::placeholder {
	color: #aaa;
}

.input-tf-style input:disabled {
	background-color: #484848;
	cursor: not-allowed;
	color: #aaa;
}

.button-tf-style {
	padding: 5px;
}

.button-tf-style button {
	color: #fff;
	display: block;
	margin: auto;
	padding: 5px;
	width: 40%;
	border: none;
	border-radius: 5px;
	background: #0d525e;
}

.button-tf-style button:hover {
	background: linear-gradient(135deg, rgba(0,88,108,0.5), #00cbff, rgba(0,88,108,0.5));
	cursor: pointer;
}

.button-tf-style button:disabled {
	background: linear-gradient(135deg, rgba(174, 174, 174, 0.5), #c1c1c1, rgba(168, 168, 168, 0.5)) !important;
	box-shadow: inset -1px -5px 9px 0px #6a6a6a !important;
	cursor: not-allowed;
}

.checkbox-tf-style {
	padding: 5px;
	display: block;
	margin: 0px 0px -6px 0px;
}

.checkbox-tf-style input {
	margin: 8px 0px 0px 0px;
}

.radio-tf-style {
	padding: 5px;
	display: block;
	margin: 0px 0px -10px 0px;
}

.radio-tf-style input {
	margin: 0px 5px 0px 10px;
}

.ad-message {
	text-align: center;
}

.ad-message img {
	margin: 5px 2px -3px -2px;
}

.ad-message-delete {
	text-align: center;
}

.ad-message-delete img {
	margin: 5px 2px -3px -2px;
}

.panel-body {
	margin: auto;
	width: 1450px;
	    background-color: #101010db;
	color: #fff;
	border: 1px solid rgb(26 25 25);;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.panel-header {
	background-color: #1a1919;
}

.panel-content {
	padding: 10px;
}

fieldset {
	border: 0px solid #1a1919;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.table {
	width: 100%;
	border-collapse: collapse;
	line-height: 170%;
	border-bottom: 1px solid #1a1919;
	margin: 0px 0px 8px 0px;
}

.table td, .table th {
	border-top: 1px solid #1a1919;
	padding: 4px;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
	width: 3%;
}

.badge-high-level {
	background-color: #a80000;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border-radius: 10px;
	margin: 0px 0px 0px 5px;
	padding: 3px 7px 2px 7px;
}

.badge-trial {
	background-color: #a4a820;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border-radius: 10px;
	margin: 0px 0px 0px 5px;
	padding: 3px 7px 2px 7px;
}

.badge-buyed {
	background-color: #7b7b7b;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	border-radius: 10px;
	margin: 0px 0px 0px 5px;
	padding: 3px 7px 2px 7px;
}

.module-title {
	display: flex;
	align-items: center;
	margin: 10px 0px 10px 4px;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
}

.module-description {
	margin: 2px 0px 0px 5px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	color: #ddd;
	text-transform: lowercase;
	text-align: left;
}

.module-find {
	margin-left: auto;
	margin-right: 0px;
	margin-bottom: -11px;
	margin-top: -15px;
	text-align: right;
}
    
.module-find .button-tf-style button {
	width: 100%;
	margin-left: 5px;
}

.shadowMouse {
	transition: background-color 0.3s ease;
}

.shadowMouse td {
	word-break: break-all;
}

.shadowMouse:hover {
	background-color: #1a1919;
}

.group-buttons {
	text-align: center;
	padding: 5px;
	margin: 10px 15px 0px 0px;
}

.group-buttons .button-tf-style {
	display: inline-block;
}

.group-buttons .button-tf-style button {
	width: 110%;
}

.orange button {
	background: linear-gradient(135deg, rgba(105, 108, 0, 0.5), #b0a021, rgba(108, 96, 0, 0.5));
	box-shadow: inset -1px -5px 9px 0px #625d12;
}

.orange button:hover {
	background: linear-gradient(135deg, rgba(105, 108, 0, 0.5), #ffe834, rgba(108, 96, 0, 0.5));
}

/*.orange button:disabled {
	background: linear-gradient(135deg, rgba(174, 174, 174, 0.5), #c1c1c1, rgba(168, 168, 168, 0.5));
	box-shadow: inset -1px -5px 9px 0px #6a6a6a;
}*/

.red button {
	background: linear-gradient(135deg, rgba(108, 0, 10, 0.5), #b02121, rgba(108, 0, 10, 0.5));
	box-shadow: inset -1px -5px 9px 0px #621212;
}

.red button:hover {
	background: linear-gradient(135deg, rgba(108, 0, 10, 0.5), #ff3a3a, rgba(108, 0, 10, 0.5));
}

/*.red button:disabled {
	background: linear-gradient(135deg, rgba(174, 174, 174, 0.5), #c1c1c1, rgba(168, 168, 168, 0.5));
	box-shadow: inset -1px -5px 9px 0px #6a6a6a;
}*/

.sub-checkbox-flags {
	width: 88%;
	margin: -5px 0px -18px 19px;
	/*border-left: 1px solid #1a1919;
	border-right: 1px solid #1a1919;*/
	border-bottom: 1px solid #1a1919;
	padding: 0px 0px 12px 0px;
}

.hr-line-top {
	border-top: 1px solid #1a1919;
}

.no-flags {
	background: linear-gradient(135deg, rgba(174, 174, 174, 0.5), #c1c1c1, rgba(168, 168, 168, 0.5)) !important;
	box-shadow: inset -1px -5px 9px 0px #6a6a6a !important;
	cursor: not-allowed;
}

.margin-ad-msgfix {
	margin: 7px 0px 0px 0px;
}

.paginacion {
	margin: 19px 0px 0px 0px;
}

.paginacion ul {
	list-style: none;
	text-align: center;
	padding: 0px 10px 0px 20px;
}

.paginacion ul li {
	display: inline-flex;
	margin-right: 5px;
	margin-top: 5px;
}

.paginacion ul li a {
	padding: 5px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	background-color: #0d525e;
}

.paginacion ul li a:hover {
	background: #1e1d1d;
}

.paginacion ul li .active {
	background: #1e1d1d;
	cursor: not-allowed;
}

.red {
	color: red;
}

.group-buttons-test {
	display: flex;
	align-items: center;
	justify-content: center;
}

.item {
	margin: 0 15px;
}

.img-table {
	width: 27px;
	height: 17px;
	margin: 0px 2px -5px 0px;
	border: 1px solid black;
}

.td-cursor {
	cursor: pointer;
}

.table-details {
	width: 100%;
	border-collapse: collapse;
	line-height: 170%;
	margin: 0px 0px 8px 0px;
}

.table-details th {
	border: none;
}

.table-details td {
	border: none;
	padding: 4px;
}

.top-players-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.top-players-box {
	border: 1px solid rgb(35 35 35 / 76%);

	width: 270px;
	margin: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s;
}

.top-players-box:hover {
	transform: scale(1.05);
}

.top-players-title {
	font-size: 15px;
	font-weight: bold;
	background: #1c1c1c;
	border-bottom: 2px solid #0d525e;
	padding: 6px;
}


.top-players-title::before {
    content: "🏆 ";
    margin-right: 5px;
}

.top-players-content {
	padding: 6px;
	text-align: center;
	font-size: 10px;
}

.charts-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.charts-content-left {
	width: 585px;
	margin: 6px 0px 0px 0px;
}

.charts-content-right {
	width: 815px;
	margin: 5px 0px 0px 0px;
}

.avatar-big {
	width: 66px;
	border-radius: 20px;
}

.country {
	width: 20px;
	height: 13px;
	margin-bottom: -3px;
	border-radius: 2px;
}

.table-bp {
	width: 100%;
	border-collapse: collapse;
	line-height: 170%;
}

.table-bp td, .table-bp th {
	padding: 4px;
}

.table-sv {
	width: 100%;
	border-collapse: collapse;
	line-height: 170%;
}

.table-sv td, .table-sv th {
	padding: 4px;
}

.table-awards {
	width: 99.3%;
	border-collapse: collapse;
	line-height: 170%;
	margin: 0px 0px 0px 3px;
	table-layout: fixed;
}

.table-awards td {
	padding: 4px;
	border: 1px solid #1a1919;
}

.avatar_awards {
	width: 20px;
	margin: 0px 0px -5px 0px;
}

.not-found {
	margin-left: 4px;
}

.avatar-mini {
	width: 20px;
	margin-bottom: -6px;
}

.weapon {
	width: 90px;
	margin: -2px -15px -8px -15px;
}

.iframe-stats {
	width: 75%;
	height: 800px;
	border: none;
	overflow: hidden;
}

.tag-default {
	text-align: left;
	width: 30%;
}

.tr-default {
	color: #ffb41e;
}

.hr-default {
	border-top: 1px solid #ffb41e;
	padding-top: 10px;
}

.tr-tt {
	color: red;
	font-weight: bold;
}

.hr-tt {
	border-bottom: 1px solid red;
}

.tr-ct {
	color: lightskyblue;
	font-weight: bold;
}

.hr-ct {
	border-bottom: 1px solid lightskyblue;
}

.tr-spec {
	color: #eee;
	font-weight: bold;
}

.hr-spec {
	border-bottom: 1px solid #eee;
}

.box-scoreboard {
	border-color: rgba(92, 72, 13, 1.0);
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	background: rgba(0, 0, 0, 0.5);
	padding: 1px 0px 1px 2px;
}

.table-scoreboard {
	width: 100%;
	line-height:180%;
	border-spacing: 0;
	padding: 0px 5px 0px 5px;
	margin-bottom: 5px;
}

.tab {
	background: rgba(0, 0, 0, 0.5);
	padding: 3px 5px 3px 5px;
	width: 185px;
	border-color: rgba(92, 72, 13, 1.0);
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	margin: auto;
	text-align: center;
	font-weight: bold;
}

.shadow {
	background-color: rgba(255, 255, 255, 0.11);
}

.form-group-search-container {
	display: flex;
	justify-content: space-between;
}

.form-group-search-box {
	padding: 20px;
	width: 30%;
	box-sizing: border-box;
}

.space-select {
	margin: 3px 0px 0px 0px;
}

.no-space-select {
	margin: -2px 0px 0px 0px;
	width: 96.5%;
}

.space-select-btn {
	margin: 18px 0px 0px 0px;
}

.form-search {
	border-left: 1px solid #1a1919;
	border-right: 1px solid #1a1919;
	border-top: 1px solid #1a1919;
	margin: 0px 0px 0px 0px;
}

canvas {
	max-width: 815px;
	width: 100%;
}

.map-image {
	width: 165px;
	height: 165px;
	border-radius: 10%;
	object-fit: cover;
	margin: 3px 0px 0px 0px;
}

.server-online {
	color: green;
	font-weight: bold;
}

.server-offline {
	color: red;
	font-weight: bold;
}

.vac {
	margin: 0px 1px -3px 0px;
}

.progress-bar-container {
	background-color: #575757;
	border-radius: 5px;
	position: relative;
}

.full-progress-bar {
	height: 15px;
	border-radius: 5px;
}

.text-progress-bar {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	top: -4px;
	width: 100%;
}

.yellow_bar {
	background-color: #d7b616;
}

.select-tf-style select:disabled {
	background-color: #484848;
	cursor: not-allowed;
	color: #aaa;
}

.box-container {
	text-align: center;
	white-space: nowrap;
}

.box-header {
	background-color: #1a1919;
	border-bottom: 2px solid #0d525e;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	text-align: initial;
}

.box-content {
	padding: 5px;
	white-space: normal;
	border: 1px solid #1a1919;
}

.box-player-info {
	width: 695px;
	display: inline-block;
	margin: 10px 7px 0px 0px;
}

.box-player-rank {
	width: 695px;
	display: inline-block;
	margin: 10px 0px 0px 0px;
}

.box-player-stats {
	margin: auto;
	width: 100%;
	margin-top: 10px;
}

.box-player-weapons {
	margin: auto;
	width: 100%;
	margin-top: 10px;
}

.box-history-name {
	width: 695px;
	//display: inline-block;
	margin: 10px 7px 0px 0px;
}

.box-history-connections {
	width: 695px;
	//display: inline-block;
	margin: 10px 0px 0px 0px;
}

.img-stats {
	width: 170px;
	border-radius: 3px;
}

.weapon-stats {
	width: 110px;
	margin: -10px 0px -12px 0px;
}

.table-stats {
	width: 100%;
	border-collapse: collapse;
	line-height: 170%;
}

.table-stats td, .table-stats th {
	padding: 4px;
}

.text-stats {
	margin: 0px 0px 7px 0px;
}

#content-rank img {
	margin: 14.2px 0px 13.5px 0px;
	width: 95px;
}

.weapon-profile {
	width: 80px;
	margin: 2px -5px -5px -5px;
}

.ongoing {
	color: #2e9953;
	font-weight: bold;
}

.underlined {
	text-decoration: underline;
	color: inherit;
}

.nota {
	display: none;
	position: absolute;
	background-color: #1a1919;
	border: 1px solid #eeeeee42;
	padding: 10px;
	border-radius: 3px;
	z-index: 10;
	text-align: left;
}

.flecha {
	position: absolute;
	top: -21px;
	left: 50%;
	margin-left: -8px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent #eeeeee42 transparent;
	z-index: 11;
}

.elemento {
	font-weight: normal;
}

.elemento:hover .nota {
	display: block;
}

/* General header styling */
.header2 {
	min-width: 1430px; /* oswe again here */
	height: 65px;
	background-color: #17161a;
	position: relative;
	display: flex;
	top:-16px;
	align-items: center;
	padding: 0 20px;
	justify-content: space-between;
	margin: 0px 0px 30px 0px; /* oswe here */
}

/* Left & Right Menu Styling */
.menu-left, .menu-right {
	display: flex;
	align-items: center;
	gap: 0px;
}

/* Square buttons */
.menu-button {
	background-color: #1c1b1e;
	color: white;
	padding: 10px 15px;
	margin-top: 8px;
	text-decoration: none;
	border-radius: 0px; /* Square */
	font-size: 14px;
	transition: background 0.3s;
	display: flex;
	align-items: center;
	gap: 5px;
	border: none;
	cursor: pointer;
}

.menu-button:hover {
	background-color: #222123;
}

.menu-button:not(:nth-child(2)):not(:last-child) {
	border-right: 1px solid #222225;
	padding-right: 12px;
}

/* Dropdown container (with icon) */
.dropdown-container {
	position: relative;
	display: flex;
	align-items: center;
}

.search-icon {
	position: absolute;
	left: 35px;
	color: white;
	margin-top: 8px;
	pointer-events: none;
}

/* Server Selector Dropdown */
.server-selector {
	padding: 8px 35px 8px 30px;
	border-radius: 15px;
	background-color: #1c1b1e;
	color: white;
	border: 1px solid gray;
	font-size: 14px;
	cursor: pointer;
	margin-top: 8px;
	margin-left: 25px;
}

/* Polygon header */
.polygonheader {
	position: absolute;
	top: -143px;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	width: 200px;
	height: 280px;
	background-image: url('https://topfrag.com/forums/data/styles/25/styles/topfragnew/img/logo-background-img.jpg');
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Logo inside polygon */
.polygonheader img {
	width: 55px;
	height: auto;
	transform: translate(25px, -50%) rotate(-90deg);
	position: absolute;
	top: 50%;
	left: 50%;
}

/* Modal Styling (Dark Mode) */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
}

.modal-content {
	background-color: #222222b0;
	padding: 20px;
	border-radius: 8px;
	width: 700px;
	text-align: center;
	color: white;
	position: relative;
}

.modal-content h2 {
	margin-bottom: 15px;
}

.modal-content ul {
	list-style: none;
	padding: 0;
}

.modal-content li {
	padding: 10px 0;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 10px;
}

.close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
	color: white;
}

.rules-list {
	list-style: none; /* Remove default bullets */
	padding: 0;
}

.rules-list li {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin: 10px 0;
}

.rule-number {
	font-size: 18px;
	font-weight: bold;
	background-color: #1c4457; /* Dark background */
	color: white;
	width: 30px; /* Fixed width */
	height: 30px; /* Fixed height */
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
	text-align: center;
	border-radius: 4px; /* Slight rounding for a smooth look */
}

/* Breadcrumb Styling */
.breadcrumb {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 10px auto; /* Adds spacing */
	padding: 10px 20px;
	background-color: rgba(28, 27, 30, 0.8); /* Dark background */
	width: fit-content;
	border-radius: 6px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

/* Breadcrumb Links */
.breadcrumb-link {
	text-decoration: none;
	color: white;
	font-size: 16px;
	display: flex;
	align-items: center;
	gap: 5px;
	transition: color 0.3s;
}

.breadcrumb-link:hover {
	color: #1c98dc; /* Blue hover */
}

/* Breadcrumb Separator */
.breadcrumb-separator {
	color: gray;
	font-size: 14px;
}

/* Active Page (Current Page) */
.breadcrumb-link.active {
	font-weight: bold;
	color: #1c98dc;
	pointer-events: none;
}

.flag_badge {
	width: 18px;
	margin: 0px 0px -7px 0px;
}

.career {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
}

.career-images {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.career-images img {
	margin: 10px;
	max-width: 100px;
	height: auto;
}

.note-input {
	font-size: 10px;
}

.textarea-tf-style {
	display: block;
	//margin: 4px 0px 0px 0px;
	//padding: 5px;
	background-color: #25242491;
	color: #fff;
	border: 1px solid #1a1919;
	border-radius: 5px;
	outline: none;
	width: 618px;
	height: 50px;
}