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');
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.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%;
}

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

.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-color: #0d525e;
}

.button-tf-style button:hover {
	background-color: #1e1d1d;
	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 -10px 0px;
}

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

.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;
	margin: 0px 25px 0px 0px;
}

.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: #333;
}

.panel-content {
	padding: 10px;
}

fieldset {
	border: 0px solid #333;
	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 3px;
	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));
}

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

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


.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;
}

.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-color: #1e1d1d;
}

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

.red {
	color: red;
}

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

.td-cursor {
	cursor: pointer;
}

.search_ban_property {
	width: 90%;
	margin-top: 15px;
	margin-left: 5px;
	border-top: 1px solid #333;
}

.search_ban_property div {
	margin: 0px -25px 0px -5px;
}

.ban-details {
	width: 50%;
	margin: auto;
	padding: 10px;
}

.ban-details-header {
	padding: 7px;
	background-color: #202020;
	border-bottom: 2px solid #0d525e;
	text-align: center;
	font-size: 17px;
	color: white;
	font-weight: bold;
}

.ban-details-content {
	padding: 5px;
	border: 1px solid #1a1919;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.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;
}

/* 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 */
}

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

.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: 4px 0px 0px 0px;
}

.no-space-select {
	margin: -1px 0px 0px 0px;
}

.yes-space-select {
	margin: 1px 0px 0px 0px;
}

.new-width {
	width: 99.2%;
}

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

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

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

.other-space-select {
	margin: -4px 0px 0px 0px;
}