html, body {
    margin: 0px;
    padding: 0px;
}

 .sidebar {
            background-color: #f0f0f0;
           
           /* height: 100vh;*/
            padding: 1rem;
            
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        /* Стиль блока Доски почета */
        .leaderboard {
            background-color: #ffffff;
            border: 1px solid #ff7816;
            border-radius: 2px;
            padding: 1rem;
            text-align: center;
            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
            margin-bottom: 1.5rem;
			box-shadow: 0 3px 0px 0px #ff7816 !important;
        }

        .leaderboard .board {
            width: 100px;
            height: 100px;
            border-radius: 50%;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        }

        .leaderboard .user-name {
            font-size: 1.2rem;
            font-weight: bold;
            margin-top: 0.5rem;
        }

        .leaderboard .btn-profile {
            font-size: 0.9rem;
          
          
            border: none;
            border-radius: 20px;
            padding: 0.4rem 1rem;
            margin-top: 0.5rem;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            transition: all 0.2s ease;
        }

        .leaderboard .btn-profile:hover {
         
            transform: scale(1.05);
        }

        /* Контекстная реклама */
        .ads {
           /* margin-top: auto;*/
        }

        .ads a {
            display: block;
            color: #555;
            text-decoration: none;
            font-weight: 500;
            margin: 0.5rem 0;
            padding: 0.7rem 1rem;
            border: 1px solid #ddd;
            border-radius: 10px;
            background-color: #ffffff;
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .ads a:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
            text-decoration: none;
            background-color: #f5f5f5;
        }
		.leaderboard-title {
            font-size: 1.0rem;
            font-weight: bold;
            color: #333;
            margin-bottom: 1rem;
            border-bottom: 2px solid #232a34;
            display: inline-block;
            padding-bottom: 0.3rem;
            text-transform: uppercase;
        }

body{
	position: relative;
	font-family: "Noto Sans", serif;
	font-weight:500;
	font-size:15px;
    line-height: 1.4;
    color: #3e4d5c;
	text-decoration: none !important;
}
body::before {
	 background: url(https://toniabux.com/inspirational-composition-2.jpg) no-repeat center center;
    background-size: cover;
    content: ' ';
	min-height:100%;
    height: 100%;
    left: 0;
    position: fixed;
	background-position: bottom;
    top: 0;
    width: 100%;
    will-change: transform;
    z-index: -1;
	margin: 0 auto; 
}





.alert_info {
	letter-spacing: 1.1px;
	text-align: left;
	/*background-color: #efffe5;*/
	color: #2f2f2f;
	line-height: 25px;
	padding: 12px;
	margin-bottom: 24px;
	border-radius: 10px;
	border: 1px solid #686b70;
	border-left: 5px solid #686b70;
	border-right: 5px solid #686b70;
	border-radius: 10px;
	padding-left: 20px;
	box-shadow: 5px 5px 5px -5px rgb(34 60 80/60%)
}

.bg-badge {
	background: #4e5853 !important;
	font-size: 15px;
	color: #fff;
	border-radius: .56em !important;
}

.footer {
  padding: 7rem 0;
  font-family: "Noto Sans", sans-serif; }
  .footer .footer-site-logo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900; }
    .footer .footer-site-logo a {
      color: #4200ff; }
  .footer .nav-links {
    padding: 0;
    margin: 0; }
    .footer .nav-links li {
      display: inline-block; }
      .footer .nav-links li a {
        padding: 10px;
        color: #000; }
        .footer .nav-links li a:hover {
          color: #4200ff; }
  .footer .social h3 {
    font-weight: bold;
    font-size: 18px;
    color: #000; }
  .footer .social ul li {
    display: inline-block; }
    .footer .social ul li a {
      display: inline-block;
      padding: 10px; }
    .footer .social ul li.in a {
      color: #df588a; }
    .footer .social ul li.tw a {
      color: #15b8ff; }
    .footer .social ul li.fb a {
      color: #3742d0; }
    .footer .social ul li.dr a {
      color: #fa38c1; }
    .footer .social ul li.pin a {
      color: #dd4d5a; }
  .footer .copyright {
    color: #999999; }

.page-header {
	margin-top: 8px;
	text-align: center;
	background: #232a34;
	margin-left: auto;
    margin-right: auto;
	border-radius: 5px;
	color: #fff;
	text-transform: uppercase;
	font-weight:800 !important;
	/*width:50%;*/
	position: relative;
	box-shadow: 0 3px 0px 0px #8bae56 !important;
	
}

.page-header h4 {
	background-image: linear-gradient(90deg, #ff7816, #ffe900);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homes  .card {
            transition: transform 0.2s;
            border: 1px solid #232a34;
            border-radius: 25px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            text-align: center;
            height: 300px; /* фиксированная высота для всех карточек */
        }
        .homes  .card:hover {
            transform: rotate3d(1, 2, 3, 9deg);
        }
        .homes  .card-img-top {
            height: 60px;
            width: 60px;
            margin: 20px auto;
            object-fit: contain;
        }
       
        
        .homes  .card-body {
            display: flex;
            flex-direction: column;
            justify-content: space-between; /* равномерно распределяет элементы внутри карточки */
        }
       .homes  .card-text {
            flex-grow: 1; /* позволяет текстовому блоку занимать доступное пространство */
        }

.no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.wrapper {
	background: #f0f0f0;
	color: #000000;
	 margin-right: 0;
  margin-left: 0;
}

.stats-block i  {
	color: #4e5853;
}

.stats-border {
	background: #DCDCDC;
	border: #000 1px solid;
	border-top-right-radius:.86em;
	border-top-left-radius:.86em;
	
	border-bottom-right-radius:.86em;
	border-bottom-left-radius:.86em;
	
	margin: 3px;
	/*box-shadow: 0 3px 0px 0px #ff7816 !important; */
}

.btn-desk {
	background: #ab896f;
	color: #fff;
	font-size:15px;
	border-radius: .86em;
	margin-top: 8px;
}

.btn-desk:hover {
	background: #68665b;
	color: #cacaca;
}

.bg-theme {
	background: #232a34;
}

.bg-theme-table {
	background: #232a34 !important;
	color: #fff !important;
}

.btn-nav-theme {
	background: #0c8d04;
}


.btn-theme {
	color: #ff7816 !important;
	border-radius:5px;
}


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



.navbar {
	border-top-right-radius:1.86em;
	border-top-left-radius:1.86em;
}

.nav-link {
	color: #f9f9f9;
}

.blocklinks {
	position: relative;
}

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

.buylink span {
    font-size: 15px;
    top: -5px;
    position: relative;
}
.buylink:hover {
	background: #91cb55;
	color: #fff !important;
}
.linklist {
	padding: 3px 2px;
	width: 15%;
}

.linklist a{
	display:block;
	
	text-decoration:none;
	line-height:35px;
	font-size:14px;
	font-weight:600;
	text-align:center;
	border-radius: 15px;
	
}

.bylnklabel{
	display:block;
	width:100px;
	margin:0 auto;
	text-align:center;
	background: #669966;
	color:#ffffff;
	line-height:26px;
  border-radius: 10px;
}
.lnkrools{
	display:block;
	color:#666666;
	padding:10px;
}

   .knokfoot {
       position: relative;vertical-align: bottom;
       bottom: -0px;
       clear: both;
   }
   .knokfoot a{
       display: inline-block !important;
   }
   
   
   
   .leftbar {
	border-radius: 2em;
	background-color: #232a34 !important;
	width: 290px;
	margin: 5px;
	display: block;
	float: left;
	color: #000;
	box-shadow: 0 1px 0px 1px #ff7829 !important;
}
.leftbar .menubar {
	border-radius: 1em;
}
.leftbar__menu {
	padding: 2px;
}
.leftbar__menu li {
	display: block;
}
.leftbar_head {
	font-weight: 700;
	text-transform:uppercase;
	padding: 5px 0 7px 14px;
}
.leftbar__menu li a {
	color: #fff;
	display: block;text-transform:uppercase;
	text-decoration: none;padding: 7px 5px;
	margin: 5px 5px;
	border-radius: 1.3em;
	background-color: #ff7816 !important;
}

.leftbar__menu li a:hover {
	color: #fff;
	background-color: #ff7839 !important;
}


.leftbar__menu li a i {
	color: #fff;
	position: relative;
	margin-right: 5px;
	width: 32px;
	padding: 5px;
	text-align: center;
}

/*MENU V KABINE*/
.divide {
	border-top: 1px dashed rgba(70, 60, 50, 0.2);
}
.menu-title {
	padding: 5px 10px;
	color: #abc;
}

.menu2 {
	color: #abc;
	padding-left: 20px;
	font-size: 24px;
	font-weight:600;
	line-height: 28px;
	cursor: pointer;
}
.menu2 i {
	position: relative; margin-right: 15px;
}

.menub{
	width: 96.8%;margin: -3px; margin-left: 5px; 
	border-top: 1px dashed rgba(70, 60, 50, 0.2) !important;
	padding: 4px 5px 4px 5px; 
}
.topbar{
	padding: 5px;margin: 5px 5px 0;
}
.topbar__top {
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.topbar__btns {
  margin-top: 15px;
}
.topbar__btn {
  margin: 0 10px;
}
.topbar__bottom {
  text-align: center;
}
.topbar__balance {
	background-color: #FFFF99 !important;
	color: #000;
	padding: 5px;
	margin-bottom: 7px;
	border-radius: 15px 0 15px 0;
	box-shadow: 0 3px 0px 0px #ac2a39 !important;
}
.topbar__balance p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	line-height: 1.4em;
}
.topbar__balance p b{
	font-size: 26px;
	color: #000;
}

.topbar__bottom a {
	font-size: 12px;
	letter-spacing: .75px;
	color: #000;
	background: #ff7816 !important;
	transition: color 0.2s ease;
}

.topbar__bottom a:hover {
	background: #ff6d3a !important;
	color: #fff;
}
.leftbar__menu li a {
	padding-left: 10px;
	position: relative;
	z-index: 2;
}

.leftbar__menu li a span {
	padding-right: 15px;
}

.menu2 {
	display: none;
}

@media only screen and (max-width: 791px) {
.content, .leftbar {
	width: 100%;
	float: none;
	margin: 0;
}
.menu__wrapper {
	max-height: 0;
	overflow: hidden;
	transition: 0.2s ease;
}
.menu2 {
	display: block;
}
html.min-menu .content {
	width: 100%;
	float: none;
	margin-left: 0;
}
html.min-menu .menu2 span {
	opacity: 1;
}
html.min-menu .leftbar {
	float: none;
	width: 100%;
}
html.min-menu .topbar {
	display: block;
}
html.min-menu .menu__wrapper {
	max-height: 1300px;
}
html.min-menu .leftbar__menu li a span {
	display: inline;
}
html.min-menu .leftbar_head {
	display: block;
}
html.min-menu .leftbar__menu li a:hover {
	width: 100%;
}
}
