body{
    font-family:'Lato',sans-serif;
    background-color:#fff
}
.notice-block {
    background: #22262b;
    padding: 20px;
    border-radius: 4px;
}
.new-block {
    background: #22262b url(https://i.imgur.com/ax2XxYd.png) 95% 20px no-repeat;
}
.notice-block:hover {
    background-color: #262b31;
}
.new-block:hover {
  background-color:#262b31;
}
.notice-block span {
  color: rgba(255,255,255,0.8);
}
.notice-content {
  max-width: 500px;
}
.notice-block h4 {
    color: #fff;
    font-size: 16px;
}
.notice-block p {
    color: rgba(255,255,255,0.6);
    margin-bottom: 0px;
    font-size: 14px;
}
.modal-image img{
    max-width:100%;
    border-bottom:1px solid #ddd;
    margin-bottom:10px
}
.modal .modal-content p {
    color: rgba(255,255,255,0.6);
    margin-bottom: 0px;
}
.modal-title i {
    margin-right: 3px;
}
#voteModal .modal-title i {
      color: #c174f1;
}
.vote-submit {
  cursor: pointer;
}
a.text-muted:hover {
    color: #fff!important;
    text-decoration: none;
}
.btn {
  border: 0px;
}
.btn-icon{
    padding:4px 8px
}
.btn-icon i{
    font-size:18px
}
.s-server-card{
    padding:20px 0;
    border-bottom:1px solid #eee
}
.s-server-card:first-child{
    padding-top:0
}
.s-server-card img{
    width:100%;
    border-radius:8px
}
.s-server-card h6{
    margin-bottom:8px;
    font-size:1.1rem
}
.s-server-card p{
    margin-bottom:5px;
    font-size:14px
}
.s-server-card .buttons{
    padding:10px 12px
}
.card-header{
    background-color:#fff
}
.s-server-card .badge-secondary{
    color:#696969;
    background-color:#fff;
    border:1px solid #eee;
    border-radius:2px;
    padding:5px 10px
}
.sticky-top{
    top:15px
}
.app-button img{
    width:100%;
    margin-top:10px
}
.btn-default{
    border:1px solid #eee;
    color:#444
}
.btn-purple{
    color:#fff!important;
    background-color:#738bd7!important;
    border-color:#738bd7!important
}
.page-title{
    background:#fff;
    padding:15px 0;
    color:#313131;
    border-bottom:1px solid #eee;
    overflow:hidden
}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{
    color:#5b6167;
    background-color:#fff;
    border:1px solid #eee
}
.profile-dropdown img{
    border-radius:210px;
    margin-right:2px
}
.input-group .form-control:not(:first-child),.input-group-addon:not(:first-child),.input-group-btn:not(:first-child)>.btn,.input-group-btn:not(:first-child)>.btn-group>.btn,.input-group-btn:not(:first-child)>.dropdown-toggle,.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,.input-group-btn:not(:last-child)>.btn:not(:first-child){
    border-bottom-left-radius:0;
    border-top-left-radius:0
}
.profile-hero{
    background:#6552d8;
    padding:40px 0
}
.profile-hero h1{
    color:#fff;
    font-size:1.5rem
}
.profile-hero p{
    color:rgba(255,255,255,0.6)
}
.navbar-brand i{
    font-size:18px
}
.bot-item {
  padding: 5px;
  overflow: hidden;
}
.bot-item img {
    border-radius: 4px 4px 0 0;
    width: 100%;
    padding: 0px;
    border: 0px solid #eee;
    border-bottom: 0px;
}
.page-title.platforms {
  padding: 10px 0;
}

.bot-img {

      position: relative;
}
.bot-img img {
    background: #181b1f;
    min-height: 170px;
    max-height: 170px;
}
.bot-item img {
    background: #181b1f;
}
.bot-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  border-radius: 3px 3px 0 0;
  padding: 4px;
  border: 0px solid #111;
  border-bottom: 0px;
}

.bot-item:hover .bot-overlay {
    opacity: 1;
    background: rgba(24, 27, 31, 0.98);
}
.bot-item:hover .bot-text {
  opacity: 1;
}
.bot-item:hover h5 {
  color: rgba(255,255,255,0.9);
}
.bot-item .btn-light, .bot-modal .btn-light, .bot-page .btn-light {
      color: #1a73e8;
      border: 1px solid #ddd;
}
.bot-item .btn-light:hover {
    color: #1a73e8;
    background-color: #ebf2ff;
    border-color: #dae0e5;
}
.bot-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 60%;
}
.bot-text i {
  margin-right: 3px;
  font-size: 16px;
}
.bot-meta {
      padding: 15px;
  background: rgba(255,255,255,0.05);
box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);


}
img.platform-image {
  background: transparent!important;
}
img.platform-image {
    width: 18px!important;
    margin-top: -3px;
    margin-right: 3px;
    padding: 0px;
    border: 0px;
}
.bot-meta h5 {
    font-size: .9rem;
    height: 20px;
    color: rgba(255,255,255,0.9);
    overflow: hidden;
}
.bot-meta p {
    font-size: .8rem;
    color: rgba(255,255,255,0.6);
    margin-bottom: 0px;
}
.dropdown-divider {
    height: 0;
    margin: .2rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.dropdown-item {
    padding: .35rem .8rem;
    color: rgba(255,255,255,0.5);
    border-radius: 4px;
    font-size: 14px;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    background-color: rgba(255,255,255,0.03);
}
.dropdown-item i {
    padding-right: 5px;
    color: rgba(255,255,255,0.7);
}
.dropdown-menu {
    color: #e4e4e4;
    background-color: #181b1f;
    border: 0px!important;
    padding: .5rem;
}
.hero{
    padding:70px 0 100px;
    background-repeat:no-repeat;
    background-position:50% 300px;
    background-attachment:fixed
}
.multi-hero{
    padding:8px 0 130px;
    background-repeat:no-repeat;
    background-position:50% 310px;
    background-attachment:fixed;
    background:#f8a429;
    background:linear-gradient(318deg,#ff7854,#fd267d,#fd5068);
    background-size:1200% 1200%;
    -webkit-animation:CycleGradient 45s ease infinite;
    -moz-animation:CycleGradient 45s ease infinite;
    animation:CycleGradient 45s ease infinite;
    transition:background-color 2s cubic-bezier(1,1,1,1);
    transition-delay:0
}
.marketing-hero{
    padding:70px 0 180px;
    background:url(https://i.imgur.com/JgZ5yCa.png);
    background-repeat:no-repeat;
    background-position:50% 310px;
    background-attachment:fixed
}
.nav-item i.fas.fa-user-circle {
    margin-right: 3px;
}
.hero .form-control{
    border:0
}
.hero .navbar{
    margin-bottom:70px
}
.hero-search-group .btn-search {
    color: rgba(255,255,255,0.5);
    background-color: #363c44!important;
    border: 0px;
    padding: 3px 15px 2px 15px;
    border-radius: 0px 4px 4px 0px;
}
.hero h1, .marketing-hero h1 {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
}
.hero p,.marketing-hero p{
    color:rgba(255,255,255,0.6);
    font-size:18px
}
.marketing-hero p{
    color:rgba(255,255,255,0.6);
    font-size:18px;
    max-width:500px;
    margin:0 auto 10px
}
.hero .buttons{
    max-width:500px;
    margin:20px auto
}
.hero .buttons input{
    height:50px
}
.hero .featured-players a{
    color:rgba(255,255,255,0.8)
}
.hero .featured-players i{
    color:rgba(255,255,255,0.8);
    font-size:14px
}
.hero-stats{
    background:#4f3eb5;
    padding:20px 0;
    text-align:center;
    color:#fff
}
.hero-stats span{
    font-size:1rem;
    margin:0 10px;
    display:inline-block;
    padding:10px 20px;
    background:rgba(255,255,255,0.05);
    border-radius:4px
}
.avatar{
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:80px;
    overflow:hidden
}
.avatar img{
    width:80px;
    border-radius:210px;
    background:#fff;
    padding:2px;
    border:1px solid #eee
}
.single-info{
    position:relative;
    padding-left:100px;
    padding-top:8px
}
.bg-blue{
    background:#363ea9
}
.bg-purple{
    background-color:#3d3ba7
}
.bg-inverse{
    background-color:#34383c!important
}
.bg-dark{
    background-color:#22262b!important
}
.bg-darkest {
    background-color:#1e2227!important
}
.btn-purple{
    color:#fff;
    background-color:#7289DA;
    border-color:#7289DA
}
.btn-purple:hover,.btn-purple:focus,.btn-purple:active{
    color:#fff;
    background-color:#7289DA;
    border-color:#7289DA
}
.btn-success{
    color:#fff;
    background-color:#008952;
    border-color:#008952
}
.btn-success:hover,.btn-success:focus,.btn-success:active{
    color:#fff;
    background-color:#04794a;
    border-color:#04794a
}
.modal-login .btn i {
  margin-right: 3px;
  font-size: 14px;
}
.featured-button .badge-secondary{
    padding:8px 15px;
    color:#fff;
    background-color:rgba(255,255,255,0.1);
    border-radius:21px;
    text-transform:none;
    font-size:14px
}
.container.content{
    margin:0 auto
}
.navbar{
    padding:15px 0
}
.hero-bar {
    padding: 15px 0;
    border-top: 1px solid rgba(255,255,255,0.02);
    border-bottom: 1px solid #22262b;
    background: #22262b!important;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.hero-bar .form-control {
    box-shadow: none!important;
    color: #464a4c;
    background-color: #363c44;
    border: 0px;
    height: 50px!important;
}
.hero-bar .form-control:active, .hero-bar .form-control:focus {
    color: #464a4c;
    background-color: #fff;
    border: 0px;
}
.hero-bar .form-control:focus ~ .input-group-append .btn-search {
    color: rgba(0,0,0,0.6);
    background-color: #fff!important;
    border: 0px;
}
.hero-bar .nav-item{
    border-right:1px solid #eee
}
.hero-bar h1{
    font-size:16px;
    margin:8px 0
}
.hero-bar.hero-bar-sm {
  padding: 10px 0;
}
.hero-bar.hero-bar-sm h1 {
  font-size: 16px;
}
.card-item .card-text {
    background: rgba(255,255,255,0.03)!important;
    padding: 20px;
    color: rgba(255,255,255,0.5);
}
.card-item .card-text h5 {
    font-size: 16px;
    color: rgba(255,255,255,0.8);
}
.tabs-header {
    background: rgba(255,255,255,0.03)!important;
    color: #fff;
}
.bg-light{
    background:#fff!important
}
.btn-card-join{
    margin-left:10px;
    padding:3px 12px
}
.card-theme{
    padding:1.9rem;
    background:rgba(0,0,0,0.6)
}
.theme-img{
    max-height:180px
}
.card i.fas.fa-star{
    color:#ffc107
}
.card .small,small{
    color:rgba(255,255,255,0.7)
}
.card-img img{
    border-radius:210px;
    height:100px;
    background:#fff;
    padding:3px;
    border:1px solid #ddd
}
.col-md-12.advertisement{
    padding:20px 0;
    background:#f7f7f7;
    border-radius:4px;
    margin-bottom:20px
}
.server-card h5{
    font-size:1rem;
    max-height:25px;
    overflow:hidden;
    margin:0
}
.icon-center {
    margin: 100px auto 160px;
}
.icon-center h5 {
  color: #fff;
}
.icon-center p {
  color: rgba(255,255,255,0.6);
}
.icon-center img {
    width: 100px;
    margin-bottom: 30px;
}
.btn-settings {
    color: #6c757d;
    border: 1px solid rgba(255,255,255,0.05);
    width: 50px;
    margin-left: 5px;
    padding: 12px 15px;
}
.btn-load {
    margin: 0 auto;
    width: 70%;
    color: #fff!important;
    background-color: rgba(255,255,255,0.1);
    border-color: transparent;
    box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.1);
}
.server-card .card-img-top{
    text-align:center;
    padding:20px 0;
    border-bottom:1px solid rgba(0,0,0,.125);
    min-height:150px;
    max-height:150px
}
.server-card .card-img-top img{
    max-height:100px;
    border-radius:210px;
    background:#fff;
    padding:3px;
    border:1px solid #ddd
}
.server-card p.card-text{
    min-height:50px;
    max-height:50px;
    font-size:14px
}
.overlay{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(255,255,255,0.95);
    border-bottom:1px solid #dfdfdf;
    z-index:999;
    color:#fff;
    display:inline-block;
    max-height:160px
}
.navbar-dark .navbar-nav .nav-link{
    color:rgba(255,255,255,.7)
}
.modal-content {
    background-color: #292d32;
    border: 1px solid #22262b;
}
.modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.05);
}
.close {
    color: rgba(255,255,255,0.8);
    text-shadow: none;
}
.close:hover {
    color: rgba(255,255,255,0.9);
    text-shadow: none;
}
footer {
    background: #22262b;
}
.bd-footer-links{
    padding-left:0;
    margin-bottom:1rem
}
.bd-footer-links li{
    display:inline-block;
    margin-right:10px
}
.bd-footer-links li a{
    color:#3c3d44;
    text-decoration:none;
    background-color:transparent;
    -webkit-text-decoration-skip:objects
}
.platform-list {
    padding: 50px 0px;
    border-top: 1px solid rgba(255,255,255,0.05);
}
.platform-list h5 {
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.platform-list .col-md-2 {
    margin-bottom: 14px;
}
.platform-list .platform-image {
    margin-right: 5px;
}
#float img.image-1{
    -webkit-animation:float 7s ease-in-out infinite;
    -moz-animation:float 7s ease-in-out infinite;
    -o-animation:float 7s ease-in-out infinite;
    -ms-animation:float 7s ease-in-out infinite;
    animation:float 7s ease-in-out infinite
}
#float img.odd{
    margin:-8px 5px 0
}
#float img.even{
    margin:8px 5px
}
.float-5{
    -webkit-animation:float 5s ease-in-out infinite;
    -moz-animation:float 5s ease-in-out infinite;
    -o-animation:float 5s ease-in-out infinite;
    -ms-animation:float 5s ease-in-out infinite;
    animation:float 5s ease-in-out infinite
}
.float-6{
    -webkit-animation:float 6s ease-in-out infinite;
    -moz-animation:float 6s ease-in-out infinite;
    -o-animation:float 6s ease-in-out infinite;
    -ms-animation:float 6s ease-in-out infinite;
    animation:float 6s ease-in-out infinite
}
.float-7{
    -webkit-animation:float 7s ease-in-out infinite;
    -moz-animation:float 7s ease-in-out infinite;
    -o-animation:float 7s ease-in-out infinite;
    -ms-animation:float 7s ease-in-out infinite;
    animation:float 7s ease-in-out infinite
}
#float img.image-4{
    -webkit-animation:float 4s ease-in-out infinite;
    -moz-animation:float 4s ease-in-out infinite;
    -o-animation:float 4s ease-in-out infinite;
    -ms-animation:float 4s ease-in-out infinite;
    animation:float 4s ease-in-out infinite
}
.form-control {
    box-shadow: none!important;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #859096!important;
    background-color: #363c44;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px;
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255,255,255,0.4);
    text-align: center;
    white-space: nowrap;
    background-color: #1e2227;
    border: 1px solid #1e2227;
    border-radius: .25rem;
}
.input-group-text i {
    padding-right: 5px;
    color: rgba(255,255,255,0.7);
}
@-moz-keyframes float{
    0%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
    50%{
        -webkit-transform:translateY(-10px);
        -moz-transform:translateY(-10px);
        -o-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@-webkit-keyframes float{
    0%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
    50%{
        -webkit-transform:translateY(-10px);
        -moz-transform:translateY(-10px);
        -o-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@-o-keyframes float{
    0%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
    50%{
        -webkit-transform:translateY(-10px);
        -moz-transform:translateY(-10px);
        -o-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
}
@keyframes float{
    0%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
    50%{
        -webkit-transform:translateY(-10px);
        -moz-transform:translateY(-10px);
        -o-transform:translateY(-10px);
        -ms-transform:translateY(-10px);
        transform:translateY(-10px)
    }
    100%{
        -webkit-transform:translateY(0px);
        -moz-transform:translateY(0px);
        -o-transform:translateY(0px);
        -ms-transform:translateY(0px);
        transform:translateY(0px)
    }
}
.ontop,#growls-default,#growls-tl,#growls-tr,#growls-bl,#growls-br,#growls-tc,#growls-bc,#growls-cc,#growls-cl,#growls-cr{
    z-index:50000;
    position:fixed
}
#growls-default{
    top:10px;
    right:10px
}
#growls-tl{
    top:10px;
    left:10px
}
#growls-tr{
    top:10px;
    right:10px
}
#growls-bl{
    bottom:10px;
    left:10px
}
#growls-br{
    bottom:10px;
    right:10px
}
#growls-tc{
    top:10px;
    right:10px;
    left:10px
}
#growls-bc{
    bottom:10px;
    right:10px;
    left:10px
}
#growls-cc{
    top:50%;
    left:50%;
    margin-left:-125px
}
#growls-cl{
    top:50%;
    left:10px
}
#growls-cr{
    top:50%;
    right:10px
}
#growls-tc .growl,#growls-bc .growl{
    margin-left:auto;
    margin-right:auto
}
.growl{
    opacity:.8;
    filter:alpha(opacity=80);
    position:relative;
    border-radius:4px;
    -webkit-transition:all .4s ease-in-out;
    -moz-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}
.growl.growl-incoming{
    opacity:0;
    filter:alpha(opacity=0)
}
.growl.growl-outgoing{
    opacity:0;
    filter:alpha(opacity=0)
}
.growl.growl-small{
    width:200px;
    padding:5px;
    margin:5px
}
.growl.growl-medium{
    width:250px;
    padding:10px;
    margin:10px
}
.growl.growl-large{
    width:300px;
    padding:15px;
    margin:15px
}
.growl.growl-default{
    color:#FFF;
    background:#7f8c8d
}
.growl.growl-error{
    color:#FFF;
    background:#C0392B
}
.growl.growl-notice{
    color:#FFF;
    background:#2ECC71
}
.growl.growl-warning{
    color:#FFF;
    background:#F39C12
}
.growl .growl-close{
    cursor:pointer;
    float:right;
    font-size:14px;
    line-height:18px;
    font-weight:400;
    font-family:helvetica,verdana,sans-serif
}
.growl .growl-title{
    font-size:18px;
    line-height:24px
}
.growl .growl-message{
    font-size:14px;
    line-height:18px
}
.btn-info{
    color:#fff!important
}
@media (min-width: 992px){
    .affix-sidebar.affix{
        top:30px;
        width:294px
    }
}
@media (min-width: 1200px){
    .affix-sidebar.affix{
        width:364px
    }
}
@media (max-width: 991px){
    .affix-sidebar.affix{
        position:static
    }
}
.screen-center{
    margin:auto;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    width:50%;
    height:70%;
    min-width:200px;
    max-width:900px;
    padding:40px
}
div#lite-search-input{
    width:500px;
    margin:50px auto
}
#lite-search-input .form-control{
    height:50px
}
.lite-logo{
    color:#7289da;
    font-size:72px
}
.lite-server{
    border:1px solid #eee;
    padding:15px 20px 0 0;
    border-radius:6px;
    min-height:85px;
    overflow:hidden
}
.lite-server i{
    color:#8c9bf9
}
.lite-server h5{
    font-size:18px
}
.lite-server .btn-card-join{
    margin-left:10px;
    padding:1px 12px;
    background-color:#43b581;
    border-color:#43b581
}
.lite-icon{
    padding:2px 8px;
    width:25%;
    float:left
}
.lite-icon img{
    width:45px;
    height:45px;
    border-radius:12px
}
.lite-meta{
    width:70%;
    float:right
}
@media (max-width: 750px){
    .hero{
        padding:8px 0 70px
    }
    .hero-stats{
        display:none
    }
    .hero p{
        font-size:16px
    }
    .navbar{
        padding:20px
    }
    .hero .navbar{
        padding:20px 0
    }
    .navbar-nav.float-right{
        float:right!important;
        width:100%
    }
    #lite-server-rows{
        display:none
    }
    .screen-center{
        margin:auto;
        position:absolute;
        top:0;
        left:0;
        bottom:0;
        right:0;
        width:100%;
        height:70%;
        min-width:200px;
        max-width:900px;
        padding:40px
    }
}
.premium-server{
    border:1px solid #ffb92e
}
.badge-premium{
    width:60px;
    position:absolute;
    top:5px;
    left:5px;
    z-index:999
}
.badge-sky{
    color:#4891da;
    background-color:#c7e3ff
}
.badge-pine{
    color:#6db12c;
    background-color:#d6f5b9
}
.promo-1{
    padding:100px 0
}
.promo-features .col-lg-4{
    padding:50px
}
.promo-features h2{
    font-size:26px
}
.promo-features i{
    font-size:52px;
    margin-bottom:25px
}
.promo-features p{
    font-size:16px;
    color:rgba(0,0,0,0.7)
}
.promo-features i.fas.fa-sync-alt{
    color:#aa6ef1
}
.promo-features i.fas.fa-star{
    color:#ffc107
}
.promo-features i.fas.fa-shield-alt{
    color:#3cc887
}
.content-title {
    color: #fff;
    font-size: 18px;
    padding: 5px 0px 20px 0px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    margin-bottom: 15px;
}
.card-text {
  border-radius: 4px;
}
.card-hero {
    border: 0px;
    background: url(https://botlist.net/app/assets/img/icons/illu3.svg) -135% -100px no-repeat!important;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.card-hero-content {
    max-width: 450px;
    padding: 10px;
}
.hero {
  border-top: 1px solid rgba(255,255,255,0.02);
  border-bottom: 1px solid #22262b;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1);
}
.m-hero img {
    width: 65%;
    float: right;
}
code {
    font-size: 87.5%;
    color: #5a6573;
    word-break: break-word;
    background: #1b1f25;
    padding: 8px 15px;
    border-radius: 4px;
}
.card-hero h1 {
    color: #fff;
    font-size:21px;
}
.hero-bar h1 {
    color: #fff;
    font-size: 18px;
}
.card-item {
  border: 0px;
  background: transparent;
}
.card-header {
  background: rgba(255,255,255,0.05);
}
.card-header h5 {
  color: #fff;
}
.bot-row {
    margin-right: -20px;
    margin-left: -20px;
}
footer{
    padding:80px 0 60px
}
footer .h5, footer h5 {
    font-size: 1.25rem;
    margin-bottom: 20px;
    color: rgba(255,255,255,1);
}
footer a.navbar-brand{
    color:#3c3c3c
}
footer p {
    padding: 0;
    color: rgba(255,255,255,0.6);
}
i.fab.fa-patreon{
    margin-right:5px;
    padding-right:8px;
    border-right:1px solid rgba(255,255,255,0.3)
}
.navbar-search{
    background-color:#4f3eb5!important;
    padding:10px 0;
    box-shadow:0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12)
}
.server-col img{
    max-width:100%
}
@-webkit-keyframes CycleGradient{
    0%{
        background-position:4% 0
    }
    50%{
        background-position:97% 100%
    }
    100%{
        background-position:4% 0
    }
}
@-moz-keyframes CycleGradient{
    0%{
        background-position:4% 0
    }
    50%{
        background-position:97% 100%
    }
    100%{
        background-position:4% 0
    }
}
@keyframes CycleGradient{
    0%{
        background-position:4% 0
    }
    50%{
        background-position:97% 100%
    }
    100%{
        background-position:4% 0
    }
}
.img-thumb{
    width:100%;
    background:#fff;
    border:1px solid #eee;
    border-radius:4px;
    padding:8px
}
.server-card{
    border:0
}
.server-card .card-body{
    padding:10px 5px 12px;
    background:rgba(0,0,0,0.02);
    border:1px solid #eee;
    text-align:center;
    border-radius:0 0 6px 6px;
    max-height:45px;
    overflow:hidden
}
.server-col:hover img{
    opacity:.8
}
.default-image{
    width:100px;
    height:100px;
    background-color:#008952;
    text-align:center;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%
}
.default-letters{
    position:relative;
    top:25px;
    font-size:50px;
    line-height:50px;
    color:#fff;
    font-weight:700
}
.fullpage{
    min-height:80vh
}
.home-title{
    padding:20px 0
}
.home-title h2{
    font-size:21px
}
.home-title p{
    font-size:16px
}
.modal h5 {
    font-size: 16px;
    color: rgba(255,255,255,0.9);
}
.btn-outline-secondary.focus, .btn-outline-secondary:focus {
    box-shadow: none!important;
}
.checkbox {
  padding-left: 20px;
}
.list-group-check .list-group-item {
    position: relative;
    display: block;
    padding: .45rem 1.25rem;
    margin-bottom: -1px;
    background-color: transparent;
    border: 0px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
    color: rgba(255,255,255,0.7);
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    margin-top: 2px;
    left: 0;
    margin-left: -20px;
    border: 0px;
    border-radius: 3px;
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 19px;
    height: 19px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 2px;
    font-size: 14px;
    color: rgba(255,255,255,0.4);
}

.checkbox input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
}

.checkbox input[type="checkbox"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.checkbox input[type="checkbox"]:checked + label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox input[type="checkbox"]:disabled + label {
  opacity: 0.65;
}

.checkbox input[type="checkbox"]:disabled + label::before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label::before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f;
}

.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
}

.radio {
  padding-left: 20px;
}

.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 5px;
}

.radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 3px;
  top: 3px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}

.radio input[type="radio"]:focus + label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked + label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}

.radio input[type="radio"]:disabled + label::before {
  cursor: not-allowed;
}

.radio.radio-inline {
  margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca;
}

.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca;
}

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f;
}

.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de;
}

.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e;
}

.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c;
}

.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c;
}
td img{
    margin-top:-10px
}
.btn-find{
    padding:.1rem .8rem;
    border:1px solid #ddd;
    background:#fff;
    color:#929292
}
.navbar-search form{
    display:inline-block;
    width:50%
}
.navbar-search input{
    height:44px
}
.navbar-search button{
    border:0;
    height:44px
}
.navbar-search .btn-blurple{
    padding:10px 20px
}
.navbar .form-inline{
    margin:0
}
.navbar input.form-control{
    box-shadow:none;
    border:0;
    background:rgba(255,255,255,0.15)
}
.navbar input.form-control:focus{
    background:rgba(255,255,255,1)
}
.navbar-brand img {
    height: 30px;
    margin-top: -4px;
    margin-right: 5px;
}
.search-card{
    background:#fbfbfb
}
.index-search{
    padding:.9rem
}
.container{
    max-width:840px
}
th i{
    font-size:14px;
    color:#a7b1b9!important
}
footer ul li{
    display:inline-block;
    margin:5px
}
footer p{
    padding:0
}
footer li a{
    color:#969ea5!important
}
footer img{
    width:60px;
    margin-bottom:10px
}
.table th{
    border-top:0
}
.card-poke-image{
    max-width:80px
}
.pokemon-header{
    background:#545d6d
}
.pokemon-header h5{
    color:#fff
}
.item-actions {
    position: absolute;
    left: 15px;
    top: 15px;
    background: rgba(255,255,255,0.05);
    padding: 4px 10px;
    border-radius: 210px;
    color: rgba(255,255,255,0.7);
}
.item-buttons {
    position:absolute;
    right:25px;
    top:15px
}
.item-box{
    width:120px;
    height:120px;
    min-width: 120px;
    background:transparent;
    border-radius:210px;
    text-align:center;
    vertical-align:middle;
    line-height:150px
}
.where-header{
    background-color:#f3f3f3;
    border-top:1px solid #ccc
}
.bl-1{
    border-left:1px solid #ddd
}
input {
    color: rgba(255,255,255,0.6)!important;
}
input:focus, imput:active {
    color: rgba(0,0,0,0.6)!important;
}
@media (max-width: 768px) {
  .mobile-hide {
    display: none;
  }
  .col-md-3.mb-4.bot-col {
      width: 50%;
  }
  .bot-img img {
    min-height: 140px;
    max-height: 140px;
}
}
