:root {
	--fg-bg: #ffffff; /* very light background */
	--fg-accent: #b96767; /* bright cyan */
	--fg-accent-2: #9f6565; /* soft cyan */
	--fg-ink: #393939; /* dark blue for text */
	--fg-muted: #5b6b78;
	--fg-white: #ffffff;
	--glass-alpha: 0.55;
	--glass-border: rgba(255, 255, 255, 0.35);
	--glass-shadow: 0 8px 30px rgba(31, 59, 87, 0.12);
	--radius-lg: 14px;
	--radius-md: 10px;
	--radius-sm: 6px;
	--max-width: 1200px;
	--container-padding: 16px;
	--transition-fast: 180ms ease;
}
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 100vh;
}

* {
	box-sizing: border-box
}
@media only screen and (max-width: 767px) {
	body {
		background-attachment: scroll !important;
		background-size: cover !important;
	}
}

/* ===================== */
/* АДАПТИВНОСТЬ ФОНА — ДОБАВЛЕНО */
/* ===================== */
body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', system-ui, sans-serif;
	font-size: 15px;
	color: var(--fg-ink);

	/* ЕДИНЫЙ ОКОНЧАТЕЛЬНЫЙ ФОН */
	background: url(../img/bg-about.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;

	min-height: 100vh;
	width: 100%;
}



/* ==== ВСЕ СУЩЕСТВУЮЩИЕ СТИЛИ БЕЗ ИЗМЕНЕНИЙ ==== */

/* === ИЗМЕНЕНО: Новый стиль хедера с логотипом внутри === */
.head {
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	min-height: 70px;

	display: flex; /* ДОБАВЛЕНО: выравнивание элементов */
	justify-content: space-between; /* ДОБАВЛЕНО */
	align-items: center; /* ДОБАВЛЕНО */
	padding: 1px 2px; /* ИЗМЕНЕНО */

	background-color: rgba(0, 0, 0, .4);
	box-shadow: 0 1px 4px 0 rgb(10, 10, 15);
	border: 3px double #a45252;
	border-radius: 15px 15px 0 0;
	background: rgba(33, 37, 41, 0);
}

/* === ДОБАВЛЕНО: логотип внутри хедера === */
.header-logo img {
	height: 50px;
	display: block;
}


.footer {
	background: #a45252;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 0;
	margin: auto;
}

.menu_footer a { color: #fff; }
.menu_footer a:hover { color: #f8f8af; }

.main_stat_table {
    border-spacing: 0;
    width: 270px;
    margin-bottom: 2px;
    padding: 10px;
    border: 2px solid #018428;
    background: #45a668 url("/assets/cabinet/img/site_fon/main_stat_table.png");
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    user-select: none;
}
.main_stat_table_text {
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    color: #fff347;
    text-shadow: 1px 1px 2px green, 0 0 1em green;
}
.main_stat_table_text span {
    font-size: 13px;
    color: #bdffd9;
}
.main_stat_table_text a, .main_stat_table_text i {
    color: #fcf18d;
}
.main_stat_table_text a:hover {
    color: #ffcf94;
}

.btn-theme {
	color: #fff;
	background-color: #a45252;
	border-radius: 10px;
	font-weight: 600;
}

.btn-theme:hover {
	background-color: #a45252;
	color: #fff;
}

.btn-outline-theme {
	color: #a45252;
	border: 1px solid #a45252;

}

.btn-outline-theme:hover {
	background-color: #a45252;
	color: #fff;
}


.stat {
	 border-spacing: 0;
    margin-bottom: 2px;
    padding: 10px;
    border: 2px solid #6b6966;
    background: #a45252 url(/assets/cabinet/img/site_fon/main_stat_table.png);
    box-shadow: 0 14px 28px rgb(85 75 75 / 25%), 0 10px 10px rgba(0, 0, 0, 0.22);
    height: 80px;

}

.stat p {
	font-size: 12px;
    color: #fff;
	text-align: right;
	font-weight: 600;
}


.stat .icon {
  margin-top: 4px;
   position: absolute;
   overflow: hidden;
  /* margin-left: 20px;*/
   padding-right: 8px;
   border-right: 3px #fff solid;
   color: #c2c4c9;
   width: 66px;

}

.stat .text {
	color: #fff;
	font-weight: 600;
}

.navbar {
	/*height:39px;*/
	margin-top: 10px;
	/*background-color:#00AF64;*/
	padding-left:50px;
	border-radius:10px;
	font-weight:500;
	margin-bottom:10px;
	width: 996px;
}

.col-lg-3-block {
	width: 22%;
	max-width:auto;
}

.border-left {
	border-left: 1px solid #E9E9E9;
}

.border-right {
	border-right: 1px solid #E9E9E9;
}

.col-lg-6-content {
	width: 56%;
	padding: 10px 15px 50px 10px;

	/*border: 1px solid #000;*/
}

.btn-left {
	max-width: -webkit-fill-available;
	width: 262px;

}

.navbar-nav .nav-link {

    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #ebfceb;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
    text-align: center;
    padding: 3px 0 3px;
    border: 4px double rgb(164, 82, 82);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4) inset;
    border-radius: 41px;
	width: 140px;
}

.navbar-nav .nav-link:hover {
    background: rgba(41, 115, 76, 0.57) linear-gradient(to bottom, #727070, #c55454, #e3c138);
    color: #ebfceb;
}

.navbar .active_menu {
	background: linear-gradient(180deg, var(--fg-accent-2), var(--fg-accent));
	color: #04243a
}

.navbar-nav .nav-item {
	 margin: 3px 1px;
	background: rgba(255, 255, 255, 0.41);
	border: 1px solid rgba(12, 12, 12, 0.4);    border-radius: 45px;
	color: var(--fg-ink);

width: 140px;




	/*

	padding-left:15px;
padding-right:15px;*/
}



.chain-nav__show {
    display: block;
    font-size: 12px;
    text-align: center;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 1px 0.5px 2px rgba(0, 0, 0, 0.9);
    box-shadow: 0 1px 3px rgb(164, 82, 82), 0 0 6px rgb(164, 82, 82) inset;
    background-color: rgb(164, 82, 82);
    padding: 8px 5px;
    border-radius: 20px;
	text-decoration: none;
	width: 170px;
	user-select: none;
    max-height: 63px;
}
.chain-nav__show:hover, .chain-nav__show:focus {
    box-shadow: 0 1px 3px rgba(0, 139, 246, 0.9), 0 0 6px rgba(0, 0, 0, 0.2) inset;
    color: #2689d5;
}



#page_name {
	background: linear-gradient(180deg, rgba(191, 233, 255, 0.95), rgb(164, 82, 82));
	color: #341e1e;
	border-radius: 8px;
	padding: 6px 12px;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	box-shadow: 0 4px 18px rgba(28, 78, 124, 0.07) inset;
}

.dashboard_title{
background-color: rgb(164, 82, 82);
  color: #f0f0f0;

  margin-bottom: -3px;
 border-radius: 10px 10px 0 0;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;

  font-size: 17px;

}




.block_stat {
	border-right:1px solid #a45252;
	border-left:1px solid #a45252;
	border-bottom: 1px solid #a45252;
	border-radius: 5px;
}

 .b200 {display:inline-block;position:relative;padding: 3px 3px 3px 3px;background: #757575;}
.b200 small a {color: #666666;font-weight: bold;}
.b200 small a:hover {color: #a62232;}

.b200 .buy200 {position: absolute; top:2px; right: 0px;color: #fff;font-size: 14px;}
.b200 .buy200::after {position: absolute; top:2px; right: 2px;content: "+"; background: #b31125;padding:1px 4px;font-weight: bold; border-radius: 12px 0 0 12px; }
.b200 .buy200:hover::after {position: absolute; top:2px; right: 2px; font-size: 16px; background: #91cb55;padding:2px 5px;}

.b468 {display:inline-block;position:relative;padding: 2px 2px 2px 2px;background: #f9f9f9;}
.b468 small a {color: #666666;font-weight: bold;}
.b468 small a:hover {color: #a62232;}

.b468 .buy468 {position: absolute; top:2px; right: 0px;color: #fff;font-size: 14px;}
.b468 .buy468::after {position: absolute; top:2px; right: 2px;content: "+"; background: #b31125;padding:1px 4px;font-weight: bold; border-radius: 12px 0 0 12px; }
.b468 .buy468:hover::after {position: absolute; top:2px; right: 2px; font-size: 16px; background: #91cb55;padding:2px 5px;}


.help {
	background-color: #a45252;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}

.alert-help {
	border: 2px dashed #a45252;
}







.buylink {

	right: -5px;
	top: -5px;
	text-decoration:none;
	text-align:center;
	width: 22px;
	height: 25px;
	font-size:16px;
	font-weight: bold;
	padding: 1px;
	border-radius: 4px;
	border: rgba(255,255,255,0.1) 1px solid;
	background: #a45252;
	color: #fff !important;
}
.buylink:hover {
	background: #91cb55;
	color: #fff !important;
}


.st_g {
 background-color: #a45252;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
  margin-bottom: 10px;
   border: 2px solid #292a31;
   text-transform: uppercase;
   border-radius: 10px 10px 0 0;
}

#st img {
height:50px;
width:50px;
}

#st .st_tx_h {
font-size:15px;
color:#2C343C;
}

#st .st_tx_f {
font-size:17px;
color:#394551;
}

.st_border {
border-top:1px dashed #cadce3;
height:5px;
}

.btn-primary {
	font-weight: 500;
color: #fff;
background-color: #00AF64;
}

.btn-login {
	background-color: #00AF64;
	color: #fff;
	font-weight: 500;
}

.btn-login:hover {
	background-color: #7c2cf0;
	color: #fff;
}

.btn-primary:hover {
background-color: #2F1855;
}


.btn-reg {
	font-weight: 600;
color: #fff;
background-color: #a45252;
line-height: 10px;
}

.btn-reg:hover {
	color: #fff;
background-color: #981bb3;
}


.form-bort {
    padding: 8px 24px;
    background: rgb(247, 247, 247);
    border: 1px solid rgba(147, 184, 189, 0.8);
    box-shadow: 0 2px 5px rgba(105, 108, 109, 0.7), 0 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    border-radius: 5px;
}


.serf_title {
	font-size: 19px;
	font-weight: 700;
	color: #a45252;
	margin-top: -10px;
}
.serf_title:hover {
	color: #a45252;

}

.img_serf {
	padding: 15px 5px 1px 15px;
}

.price_serf {
	font-weight: 800;
	color: #a45252;

}
.text-bg-gold {
	background-color: #a45252;
	color: #fff;
	font-weight: 800;
	font-size: 15px;

}

.bg-theme {
	background: #a45252;
}

.bg-serf-badge {
	background: #a45252;
}

.text-theme {
	color: #a45252;
}

.btm_menu{
/*display:flex;
 padding:5px 0;
 border-top:1px solid #b0d8c4;
 border-bottom:1px solid #b0d8c4;
 background-color:rgb(6,105,69,0.7);
 text-align:center;
 border-radius:8px;*/
 margin-top: -15px;

 font-size: 14px;
 font-weight: 600;
 color: #ffd700;

 }

 .alert_serf{
	/* padding: 15px 5px 1px 15px;*/
	 border-radius: 13px;
 }

 .bg_badge_serf {
	 background: #a45252;

 }

 .text_cvet {
	color: #a45252;
 }


 .text_color {
	color: #dadada;
 }


/* -------------------- Sidebar -------------------- */
.sidebar {
	width: 262px;
	min-width: 200px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.28));
	border: 1px solid rgba(170, 210, 255, 0.45);
	border-radius: 12px;
	backdrop-filter: blur(8px);
	padding: 8px;
	box-shadow: 0 8px 24px rgba(18, 48, 78, 0.06);
}

.sidebar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

.sidebar-nav a {
	display: block;
	padding: 10px 14px;
	margin: 6px 4px;
	border-radius: 8px;
	color: var(--fg-ink);
	text-decoration: none;
	font-weight: 600;
	transition: background var(--transition-fast), color var(--transition-fast), transform var(--transition-fast);
	background: transparent;
}

.sidebar-nav a:hover {
	background: rgba(124, 198, 255, 0.18);
	color: #03314b;
	transform: translateX(4px)
}

.sidebar-nav ul ul a {
	padding-left: 28px;
	background: rgba(255, 255, 255, 0.18)
}

/* small icon to left */
.sidebar-nav-item-icon {
	width: 22px;
	display: inline-block;
	opacity: 0.9
}
#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}

.active_menu {
 background-color: #a45252 !important;
}
/*****************mymodal************************/

.mav_alert {
	display: none;
	position: fixed;
	z-index: 99999;
	bottom: 15px;
	right: 15px;
	width: 250px;
	padding: 20px 25px;
	border-radius: 25px;
	margin: 0;
	background-color: #fcf8e3;
	color: #8a6d3b;
	border: solid 3px #cbb07a;
}
.mav_alert h3 {
	color: #63402a;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: uppercase;
	font-size: 14px;
}
.mav_alert_close {
	position: absolute;
	top: 5px;
	right: 13px;
	font-size: 18px;
}
.mymod-overlay {
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
	z-index: 99999;
}
.mymod-overlay label {
	/*margin-top: 10px;*/
}
.mymod-table {
	display: table;
	width: 100%;
	height: 100%;
}
.mymod-cell {
	display: table-cell;
	padding: 0 1em;
	vertical-align: middle;
	text-align: center;
}
.mymod-modal {
	min-width: 40%;
	display: inline-block;
	padding: 20px;
	max-width: 50em;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px #000;
	-moz-box-shadow: 0px 0px 10px #000;
	box-shadow: 0px 0px 10px #000;
	color: #000;
	text-align: left;
	-webkit-animation: fade .8s;
	-moz-animation: fade .8s;
	animation: fade .8s;
}
.mymod-close, a.mymod-close {
	z-index: 9999;
	float: right;
	width: 30px;
	height: 30px;
	color: #696F72;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	cursor: pointer;
}
.mymod-close:after, a.mymod-close:after {
	display: block;
	border: 2px solid #696F72;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: 'X';
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	transition: all 0.6s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
}
.mymod-close:hover:after, a.mymod-close:hover:after {
	border-color: #C2C4C5;
	color: #C2C4C5;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}


/* БАННЕР РЕКЛАМЫ */
.st_g1 {
 background-color: rgba(124, 198, 255, 0.1);
	color: #fff;
	font-weight: 500;
	font-size: 7px;
  margin-bottom: 10px;
   border: 2px solid #292a31;
   text-transform: uppercase;
}
.mt-31 {
    margin-top: 1rem !important;
}

/* КОНКУРСЫ */
.col-lg-61 {
    flex: 0 0 auto;
    width: 100%;
}

/* ДЛЯ БАННЕРА 200Х300 */
.b2001 {
	position:relative;
	padding: 3px 3px 3px 3px;
	margin-top:-20px;
}

/* ДЛЯ БАННЕРА 728х90 */
.b728 {
	position: relative;
	padding: 3px 3px 3px 3px;
	width: 728px;
	height: 97px;
	background: #757575;
	margin: 0px 0px 0px -4px;
    display: block;
}

/*КНОПКА ТЕЛЕГРАММ*/
.telegram-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transform: translate(-50%, -50%);
    background: #0088cc; /*цвет кнопки*/
    border-radius: 50%;
    width: 50px; /*ширина кнопки*/
    height: 50px; /*высота кнопки*/
    color: #fff;
    text-align: center;
    line-height: 48px; /*центровка иконки в кнопке*/
    /*font-size: 35px; размер иконки*/
    z-index: 9999;
}
.telegram-button a {
    color: #fff;
}
.telegram-button:before,
.telegram-button:after {
    content: " ";
    display: block;
    position: absolute;
    border: 50%;
    border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
    left: -20px;
    right: -20px;
    top: -20px;
    bottom: -20px;
    border-radius: 50%;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    backface-visibility: hidden;
}

.telegram-button:after{
    animation-delay: .5s;
}

@keyframes animate
{
    0%
    {
        transform: scale(0.5);
        opacity: 0;
    }
    50%
    {
        opacity: 1;
    }
    100%
    {
        transform: scale(1.2);
        opacity: 0;
    }
}

/*БОНУС РЕФОВОД*/
.col-lg-601 {
    flex: 0 0 auto;
    width: 90%;
}

.btn01 {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-size: 0.74rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.3;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success01 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}
.btn011 {
    --bs-btn-padding-x: 0.75rem;
    --bs-btn-padding-y: 0.375rem;
    --bs-btn-font-weight: 400;
    --bs-btn-line-height: 1.3;
    --bs-btn-color: var(--bs-body-color);
    --bs-btn-bg: transparent;
    --bs-btn-border-width: var(--bs-border-width);
    --bs-btn-border-color: transparent;
    --bs-btn-border-radius: var(--bs-border-radius);
    --bs-btn-hover-border-color: transparent;
    --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
    --bs-btn-disabled-opacity: 0.65;
    --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
    display: inline-block;
    padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
    font-family: var(--bs-btn-font-family);
    font-size: var(--bs-btn-font-size);
    font-weight: var(--bs-btn-font-weight);
    line-height: var(--bs-btn-line-height);
    color: var(--bs-btn-color);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
    border-radius: var(--bs-btn-border-radius);
    background-color: var(--bs-btn-bg);
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-success01 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #198754;
    --bs-btn-border-color: #198754;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #157347;
    --bs-btn-hover-border-color: #146c43;
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #146c43;
    --bs-btn-active-border-color: #13653f;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #198754;
    --bs-btn-disabled-border-color: #198754;
}

/* АВТОРЕФБЕК */
.col-lg-6002 {
    flex: 0 0 auto;
    width: 50%;
	margin-left: -16px;
}

.form-control0 {
    display: block;
    width: 80%;
    padding: -0.63rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: var(--bs-border-radius);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-theme100 {
    color: #fff;
    background-color: #a45252;
    border-radius: 10px;
    font-weight: 600;
	width: 160px;
	height: 35px;
}

.btn-theme200 {
    color: #fff;
    background-color: #a45252;
    border-radius: 10px;
    font-weight: 600;
}








.col-lg-65 {
    flex: 0 0 auto;
    width: 43%;
}

.col-lg-66 {
    flex: 0 0 auto;
    width: 47%;
}

.mt-3{margin-top:1rem!important}

.p-2 {
    padding: 0.5rem!important;
}

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.text-success {
    --bs-text-opacity: 1;
    color: rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important;
}

.small, small {
    font-size: .875em;
}

.alert-warning {
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}

.alert-danger {
    color: #842029;
    background-color: #f8d7da;
    border-color: #f5c2c7;
}

.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.bloc {
	float: right;
}

.text-warning1 {
    --bs-text-opacity: 1;
    color: #F07427 !important;
}

.mb-11 {
    margin-bottom: 0.1rem !important;
}

.cen {
	margin-left: 40px;
}

.cen1 {
	margin-left: 34px;
}

/* ===================== MEDIA QUERIES ===================== */
@media only screen and (max-width: 767px) {
	.head, .navbar, .sidebar, .main_stat_table {
		width: 95%;
		margin: 5px auto;
		padding: 5px;
	}
	.navbar-nav .nav-link, .chain-nav__show {
		width: 100%;
		font-size: 14px;
		padding: 5px 0;
	}
	.dashboard_title { font-size: 14px; line-height: 24px; }
	.stat { width: 95%; margin: 10px auto; }
}
@media only screen and (max-width: 1024px) {
	.head, .navbar, .sidebar { width: 95%; margin: 0 auto; }
	.col-lg-3-block, .col-lg-6-content, .col-lg-65, .col-lg-66 {
		width: 48%;
		margin-bottom: 15px;
	}
}