body {
	background: #000000 url("https://selcdn.x-api.net/csexesnew/img/baclg.jpg") no-repeat fixed center;
	background-size: cover;

  --sb-track-color: #616161;
  --sb-thumb-color: #269ff4;
  --sb-size: 9px;
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body::-webkit-scrollbar {
  width: var(--sb-size)
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 20px;
  
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-color: var(--sb-thumb-color)
                     var(--sb-track-color);
  }
}
.exes_nav {
	background: linear-gradient(to left,#28a5f5,#1e87f0);
	color: rgba(255,255,255,.8);
}

.exes_nav_menu div ul li a {
	color: rgba(255,255,255,.8);
    padding: 5px 10px;
}

.exes_nav_menu div ul li a:hover {
	color: #fff;
	right: 0;    
	background: #0074c5;
}

.exes_nav_menu div ul li a:before {
	content: '';
    display: block;
    position: absolute;
    left: 0;
    right: calc(102% - 0);
    bottom: 20px;
    height: 1px;
    background-color: currentColor;
    transition: .3s ease-in-out;
    transition-property: right;
}

	@media screen and (max-width: 1280px) {
	  .main_c {
			width:100%;
	  }
	  .content {
		  width: 90vw;
	  }
	  .topservers {
		  width:24%;
	  }
	}
	@media screen and (max-width: 640px) {
	  .topservers {
		  width:80%;
	  }
	}
	@media screen and (max-width: 864px) {
	  .main_c {
			width:100%;
	  }
	  .content {
		  max-width: 95vw;
	  }
	  .topservers {
		  width:33%;
	  }
	}
	@media screen and (min-width: 1281px) {
	  .main_c {
		min-width: 1200px;
		width:100%;
		max-width: 100%;
	  }
	  .content {
		width: 80vw;
		max-width: 1400px;
	  }
	  .topservers {
		  width:21%;
	  }
	}
	@media screen and (min-width: 1480px) {
	  .topservers {
		  width:17%;
	  }
	}
	.topservers .uk-card .uk-card-body p {
		overflow: hidden;
		text-box: auto;
		white-space: nowrap;
		text-overflow: ellipsis;
		padding-left: 5px;
	}
.main_c {
    max-width: 100%;
    margin: -20px auto 10px auto;
    padding: 10px;
	background: #e9e9e9e3;
}
.uk-breadcrumb {
	    padding: 5pt 15pt;
    list-style: none;
    font-size: 15px;
    background: #ffffff;
    color: #666666;
}
.uk-navbar-dropdown {
	padding: 0px;
    background: #27a1f5;
}

.exes_nav_menu div ul li.uk-active a {
	color: #fff;
    background: #005aff;
}

.content {
	margin:0px auto;    
	min-height: calc(100vh - 230px);
	margin-bottom: 50px;
}

.footer {
    background: #eeeeeee0;
    padding: 10px;
    border-top: 1px solid #bbb;
    box-shadow: 0 5px 15px rgb(0 0 0 / 8%);
    bottom: 0;
}