:root {
	--primary: #6e00ff;
	--primary-hover: #5a00d1;
	--dark-bg: #121212;
	--dark-card: #1e1e1e;
	--text-main: #f0f0f0;
	--text-secondary: #b0b0b0;
}
.btn-primary {
	background-color: var(--primary);
	border: none;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
}

.btn-primary:hover {
	background-color: var(--primary-hover);
	transform: translateY(-2px);
	box-shadow: 0 5px 15px rgba(110, 0, 255, 0.4);
}
body{
	color: #fff;
	height: 100%;
	width: 100%;
	font-size: 14px;
	background: #0e0e10;
}
textarea{
	background: rgba(255,255,255, 0.02);
	border-radius: 5px;
	padding: 5px 20px;
	color: white;
	outline: none;
	border: none;
}
input{
	background: rgba(255,255,255, 0.02);
	border-radius: 5px;
	padding: 5px 20px;
	color: white;
	outline: none;
	border: none;
}
.side-nav{
	background: #000;
	padding: 60px 0;
	height: 100%;
}
.balance{
	font-weight: 700;
	font-size: 24px;
}
.nav-button-hover{
	margin-bottom: 30px;
}
.side-nav svg{
	stroke: #fff;
}
.side-nav a:hover svg{
	stroke: #d04d4d;
}
.btn-Space{
	padding-top: 60px;
}
.header{
	height: 100%;
}
#emailErrors{
	font-size: 14px;
	color: orangered;
	margin: 0 10px 10px 10px;
}
#emailAvalible{
	font-size: 14px;
	color: orangered;
	margin: 0 10px 10px 10px;
}
.hr{
	font-size: 14px;
	color: orangered;
	margin: 0 10px 10px 10px;
}
.test{
	background: red;
	width: 100%;
	height: 100%;
}
.empty{
	width: 100%;
	height: 100%;
	margin-bottom: 15px;
	color: rgba(255,255,255, 0.2);
	border-radius: 15px;
	border: 2px dotted rgba(255,255,255, 0.2);
}
.empty-user-site:hover{
	border: 2px dotted rgba(255,255,255, 0.7);
	transition: 1s;
}
.full-screen{
	position: fixed;
	z-index: 1000;
	backdrop-filter: blur(4px);
	width: 100vw;
	height: 100vh;
}
.black-body button{
	margin-bottom: 15px;
}
.black-body{
	background: black;
	border-radius: 15px;
}
#check-pay{
	display: none;
}
#model-container{
	width: 600px;
}
.black-body input{
	border-radius: 15px;
	margin: 10px 0 0 0;
	border: 2px solid rgba(255,255,255, 0.05);
}
.bb-footer{
	padding: 10px 30px;
}
.bb-header{
	background: rgba(255,255,255, 0.05);
	padding: 10px 30px;
	font-weight: 700;
	font-size: 18px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
.black-body .content{
	padding: 30px;
}
.empty-user-site{
	height: 100px;
	transition: 1s;
	margin-bottom: 15px;
	border: 2px dotted rgba(255,255,255, 0.1);
	border-radius: 15px;
}
.user-site .site-name{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 800;
}
.user-site{
	padding: 14px;
	background: rgba(255,255,255, 0.03);
	border-radius: 14px;
	margin-bottom: 15px;
	border: solid 1px #212126;
	transition: 0.3s;
	color: white;
}
.user-site-name h1{
	font-weight: 800;
	text-transform: uppercase;
}
.white-block{
	padding: 15px;
	border-radius: 15px;
	background: #fff0f0;
	color: #000 !important;
	margin-bottom: 15px;
}
.package-active{
	background-color: var(--primary);
	border: none;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
	color: #fff0f0;
}
.package-block{
	background-color: #fff0f0;
	border: 1px #d2d8dc solid;
	padding: 0.75rem 2rem;
	border-radius: 8px;
	font-weight: 600;
	transition: all 0.3s ease;
	color: #000;
}
.package-block:hover{
	background: #383838;
	color: #fff0f0;
	cursor: pointer;
}

.site-param-value{
	/* Градиент (белый слева → серый справа) */
	background: linear-gradient(to right, #2c2b2b, #b7b1b1);
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	/* Обрезаем фон по контуру текста */
	-webkit-background-clip: text;
	background-clip: text;

	/* Делаем текст прозрачным, чтобы был виден градиент */
	-webkit-text-fill-color: transparent;
	color: transparent;
	/* Дополнительные стили (опционально) */
}
.user-site .update{
	/* Градиент (белый слева → серый справа) */
	background: linear-gradient(to right, #ffffff, #808080);

	/* Обрезаем фон по контуру текста */
	-webkit-background-clip: text;
	background-clip: text;

	/* Делаем текст прозрачным, чтобы был виден градиент */
	-webkit-text-fill-color: transparent;
	color: transparent;
	margin-bottom: 10px;
	/* Дополнительные стили (опционально) */
}
.user-site:hover .update{
	-webkit-text-fill-color: #575757;
	color: #575757;
	background: transparent; /* Убираем градиент, чтобы не мешал */
	/* Дополнительные стили (опционально) */
}
.user-site:hover{
	background: white;
	color: #000;
}
.user-site .status{
	padding: 5px 10px;
	border-radius: 5px;
	background: #68852e;
	color: #eeee6c;
}
#passErrors{
	margin: 0 10px 10px 10px;
	color: orangered;
	font-size: 12px;
}
.moderated-sites{
	padding-right: 20px;
	height: 300px;
	overflow-y: scroll;
	overflow-x: hidden;
}
.moderated-sites::-webkit-scrollbar {
	width: 5px;
}
.small-scroll::-webkit-scrollbar {
	width: 5px;
}
.support-author{
	font-size: 13px;
	color: #444;
}
.support .block:hover{
	background: rgba(255,255,255, 0.05);
}
.support-title{
	color: #fff;
	font-weight: 800;
	margin-top: 10px;
	margin-bottom: 5px;
}
.support-message{
	color: #fff;
}
.suppost .author{
	color: #444;

}
.suppost .message{
	margin: 30px 0;
}
.pd-tb-15{
	padding: 15px 0;
}
.pd-15{
	padding: 15px;
}
.fill{
	width: 100% !important;
	height: 100% !important;
}
.fill input{
	width: 100%;
	margin-bottom: 20px;
}
.top-200{
	margin-top: 200px;
}
.fill textarea{
	width: 100%;
}
.moderated-sites::-webkit-scrollbar-track {
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

.moderated-sites::-webkit-scrollbar-thumb {
	background-color: #1c1c21;
	outline: 1px solid #1c1c21;
}
.title{
	font-size: 18px;
	margin-bottom: 20px;
	font-weight: 700;
}
.filter-title{
	font-size: 18px;
	font-weight: 700;
}
.line{
	padding: 10px 20px;
	font-size: 13px;
}
.line:hover{
	background: rgba(255,255,255, 0.02);
}
.top-line{
	border-top: solid 1px #6c757d;
}
.under-line{
	border-bottom: solid 1px #6c757d;
}
.filter-img{
	background: url("/public/img/kv-d.jpg");
	min-height: 100%;
	background-size: cover;
	background-position: center;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
}
.filter-padding{
	padding: 60px;
}
.filter label{
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: 700;
}
.small-block{

}
.p-balance-block{
	background: rgba(52, 218, 52, 0.46);
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
}
.block{
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 15px;
	background: rgba(255,255,255, 0.05);
}
.filter-block{
	border-radius: 14px;
	background: rgba(255,255,255, 0.05);
}
.login{
	padding: 20px;
	border-radius: 15px;
	background: rgba(255,255,255, 0.02);
}
.login input{
	/*margin: 10px 0;*/
}
.menu ul li{
	text-decoration: none;
	list-style: none;
	padding: 0;
	margin: 0;
}
.sticky-top{
	z-index: 700;
}
.menu .button{
	border-radius: 0;
	padding: 10px 30px;
	position: relative;
	width: 100%;
	text-justify: unset;
	transition: 0.4s;
	border-left: #09090a solid 3px;
}
.menu .button:hover{
	border-left: red solid 3px;
	cursor: pointer;
	transition: 0.4s;
	background: rgba(255,255,255, 0.02);
}
.menu ul{
	padding: 0;
	margin: 0;
}
.menu{
	min-height: 100vh;
 }
.menu-footer{

	position: absolute;
	bottom: 0;
}
.header-padding{
	padding: 10px 30px;
}
.header-container{
	width: 100%;
	height: 100%;
}
.content-container{
	padding: 10px 30px;
}
.container{
    max-width: 1597px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}
::-webkit-scrollbar {
  width: 1em;
}
::-webkit-scrollbar-corner{
	background: none;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
::-webkit-scrollbar-thumb {
  background-color: #1c1c21;
  outline: 1px solid #1c1c21;
}
::-webkit-scrollbar-thumb:hover{

	background-color: #bd5143;
}
.questBody{
	background: #1c1c21;
	height: 500px;
	width: 100%;
}
.container{
	width: 90% !important;
}
.mOp{
	background: rgba(0, 0, 0, 0.9); 
	width: 100%; 
	height: 100%;
}
.mOp:hover{
	background: rgba(0, 0, 0, 0.4) ; 
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: 0.6s linear;

}

.blogPost{
	background: #1c1c21;
	height: auto;
	cursor: pointer;
	margin-left: 30px;
	margin-bottom: 50px;
}

.loader{
	background: #000;
	width: 100%;
	height: 100vh;
	z-index: 800;
	position: absolute;
}
hr{
	color: #fff;
}
.discBlock{
	visibility: hidden;
	background: rgba(0, 0, 0, 0.9); 
	width: 100%; 
	height: 100%;
	text-align: center;

}
#addSiteBlock{
	display: none;
}
#PayForm{
	display: none;
}
button{
	background: none;
	border-radius: 10px;
	border: none;
	stroke: #fff;
	padding: 5px 30px;
	color: #fff;
}
button:hover{
	background: rgba(255,255,255, 0.02);
	color: #ccc;
}
.blue-Btn{
	background: #86b7fe;
	color: #fff;
}
.white-Btn{
	background: #fff0f0;
	color: #000;
}
.itemBlock:hover .discBlock{
	visibility: visible;
}
.mOp:hover h3{
	color: #fff;
}

.mOp:hover p{
	color: #fff;
}
p{
	margin: 0;
	color: #ccc;
}

.bold{
	font-weight: 800;
}
.medium{
	font-weight: 600 ;
}
.foot{
	font-size: 14px;
}
.slim{
	font-weight: 400;
}
h3{
	color: #444;
}
h2{
	font-size: 18px;
	font-weight: 1000;
	font-family: 'Didact Gothic', sans-serif;
}
.block-hover:hover{
	background: rgba(255,255,255,0.05);;
}
.phone-number{
	font-weight: 800;
	font-size: 18px;
}
a{
	text-decoration: none;
	color: #ccc;
	/*text-decoration: underline;*/
	/*text-decoration-style: dotted;*/
	/*text-underline-offset: 4px;*/
	/*text-decoration-color: rgba(255,255,255,0.5);*/
}
.filter{
	min-height: 80vh;
	width: 100%;
}
.contact-block{
	margin-bottom: 20px;
}
a:hover{
	color: #fff !important;
}

.footer{

	width: 100%;
}
.grey-text{
	color: #6c757d;
}
.site-status{
	border-radius: 15px;
	width: auto !important;
	padding: 3px 10px;
}
.active{
	background: white !important;
	color: black !important;
}
.balancePayment label{
	font-size: 16px;
	margin-top: 10px;
}
.moderated{
	background: orange;
	color: black;
}
.viewing{
	background: #86b7fe;
	color: black;
}
.parsed{
	background: #238123;
	color: white;
}
.worked{
	background: #efefef;
	color: black;
}
.secbut{
	background: none;
	border-radius: 10px;
	padding: 10px 30px;
	color: #000;
	width: 100%;
	border-style: solid;
	border-color: #ccc;
	border-width: 2px;
}

.secbut:hover{
	background: #000;
	color: #fff;
}

.keybut{
	background: #fff;
	border-radius: 10px;
	padding: 10px 30px;
	color: #000;
	width: 100%;
	border-style: solid;
	border-color: #ccc;
	border-width: 2px;
}

.keybut:hover{
	background: none;
	color: #fff;
}

.dropdown {
	position: relative;
	width: 100%;
}
.dropdown-toggle {
	width: 100%;
	border-radius: 15px;
	padding: 10px;
	background: rgba(255,255,255,0.2);;
	cursor: pointer;
}
.dropdown-menu {
	display: none;
	position: absolute;
	width: 100%;
	background: white;
	border: 1px solid #ccc;
	border-radius: 15px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 10;
}

.dropdown-menu div {
	padding: 10px;
	border-radius: 15px;
	cursor: pointer;
}
.dropdown-menu div:hover {
	background: #000;
	transition: 1s;
	color: #fff;
}
.tablejs{
	height: auto !important;

}
.dt-input option{
	background: black;
	color: #fff;

}
.dt-container .dt-paging .dt-paging-button.disabled{
	background: #fff;
	color: #fff !important;
}
.dt-paging-button .disabled{
	color: #6c757d !important;

}
table {
	width: 100%;
	border-collapse: collapse;
}
th, td {
	border: 1px solid rgba(255,255,255,0.1);
	padding: 8px;
	text-align: center;
}
th {
	background-color: rgba(255,255,255,0.1);
}
.table-diff{
	font-size: 12px;
}
.green { color: #218321; }
.red { color: #e53e3e; }
.bold { font-weight: bold; }

.compress{
	font-size: 12px;
	font-weight: 700;
}

.negative{
	color: #c93f3f;
}
.positive{
	color: #137013;
}
.moved {
	/* Начальное положение (невидимое, смещённое вниз) */
	opacity: 0;
	transform: translateY(20px); /* Сдвиг вниз на 20px */

	/* Анимация при появлении */
	animation: fadeInUp 0.5s ease-out forwards;
}
.nav-moved{
	/* Начальное положение (невидимое, смещённое вниз) */
	opacity: 0;
	transform: translateX(20px); /* Сдвиг вниз на 20px */

	/* Анимация при появлении */
	animation: fadeRight 0.5s ease-out forwards;

}
@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translateX(20px);
	}
	to {
		opacity: 1;
		transform: translateX(0); /* Возврат в исходное положение */
	}
}
/* Кейфреймы анимации */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0); /* Возврат в исходное положение */
	}
}

.price-block{
	padding: 30px;
	background: #fff0f0;
	width: 100%;
	border-radius: 10px;
	height: 400px;
	color: #000 !important;
}

.add-site-block input{
	padding: 10px 30px;
	background: #fff0f0;
	color: black;
	font-size: 19px;
	font-weight: 700;
	border: solid #6c757d 1px;
}