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 #ff1616;
            border-radius: 2px;
            padding: 1rem;
            text-align: center;
            /*box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);*/
           
			box-shadow: 0 3px 0px 0px #ff1616!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.6;
    color: #3e4d5c;
	text-decoration: none !important;
}
body::before {
	 background: url(https://serfclick.net/load/img/wp7.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, #ff1616, #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;
            cursor: pointer;
        }
        .homes  .card:hover {
            transform: rotate3d(1, 2, 3, 9deg);
        }
        .homes  .card-img-top {
            height: 100px;
            width: 100px;
            margin: 13px 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 #ff1616!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: #fff!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: #fff;
}
.nav-links {
	color: #000;
}
.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: 0px;
}
.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: #ff1616!important;
}

.leftbar__menu li a:hover {
	color: #fff;
	background-color: #dc0808 !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: #0dcaf0 !important;
	transition: color 0.2s ease;
}


.topbar__bottom a:hover {
	background: #069bb9 !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%;
}
}

















.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: #464953;
	margin-top: -10px;
}
.serf_title:hover {
	color: #464953;
	
}

.img_serf {
	padding: 7px 5px 1px 22px;
}

.price_serf {
	font-weight: 800;
	color: #464953;
	
}
.text-bg-gold {
	background-color: #e90a0a;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	
}

.bg-theme {
	background: #464953;
}

.bg-serf-badge {
	background: #464953;
}

.text-theme {
	color: #464953;
}

.btm_menu{ 

 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: #464953;
	
 }
 
 .text_cvet {
	color: #464953;
 }
 
 


.sidebar-nav {
 
}
.sidebar-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav a, .sidebar-nav a:hover, .sidebar-nav a:focus, .sidebar-nav a:active {
  outline: none;
}
.sidebar-nav ul li, .sidebar-nav ul a {
  display: block;
}
.sidebar-nav ul a {
  padding: 10px 20px;
  color: #fff;
  font-weight:600;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.05) inset;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.5);
}
.sidebar-nav ul a:hover, .sidebar-nav ul a:focus, .sidebar-nav ul a:active {
  color: #fff;
  text-decoration: none;
}
.sidebar-nav ul ul a {
  padding: 10px 30px;
  background-color: rgba(255, 255, 255, 0.1);
}
.sidebar-nav ul ul a:hover, .sidebar-nav ul ul a:focus, .sidebar-nav ul ul a:active {
  background-color: rgba(255, 255, 255, 0.2);
}
.sidebar-nav-item {
  padding-left: 5px;
}
.sidebar-nav-item-icon {
  padding-right: 5px;
}
#rtlh3 small {
    transform: rotateY(180deg);
    display: inline-block;
}

.active_menu {
 background-color: #464953 !important;
}





.btn-theme {
	color: #fff;
	background-color: #464953;
	border-radius: 10px;
	font-weight: 600;
}

.btn-theme:hover {
	background-color: #54565b;
	color: #fff;
}

.btn-outline-theme {
	color: #464953;
	border: 1px solid #464953;
	
}

.btn-outline-theme:hover {
	background-color: #464953;
	color: #fff;
}





.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;
}



.help {
	background-color: #464953;
	color: #fff;
	font-weight: 500;
	font-size: 17px;
}

.alert-help {
	border: 2px dashed #464953;
}

body::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: #fff;        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: #ff1616;    /* цвет плашки */
  border-radius: 0px;       /* закругления плашки */
  border: 1px solid #ff1616;  /* padding вокруг плашки */
}