:root {
   --main-color: #4d83ef;
   --background: #252525;
   --main-bg: #303030;
   --bg-url: url(https://i.imgur.com/8XoVbKj.jpg);
   }

@keyframes pulseX {
	0% {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
	50% {
		-webkit-transform: scale3d(1.05,1.05,1.05);
		        transform: scale3d(1.05,1.05,1.05);
	}
	100% {
		-webkit-transform: scaleX(1);
		        transform: scaleX(1);
	}
}

body { 
  background: no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background: var(--background);
  color: rgba(255, 255, 255, 0.8);
	font-family: "Montserrat", sans-serif;
}
.description-box {
    display: block;
    background: var(--background);
    padding: 15px;
    margin-bottom: 35px;
    border-left: 4px solid var(--main-color);
    box-shadow: 0 1px 8px 1px rgba(0,0,0, 0.25);
}
.description-box p {
    margin: 0 !important;
}
.logo {
     text-align: center;
 }
 .logo img {
     margin-top: 5%;
     max-height: 30%;
     max-width: 30%;
     animation: pulseX 5s infinite;
 }
 
 img {
    vertical-align: middle;
    margin-top: 2%;
}
 
@keyframes dropin {
    0% { transform: translate(0, -600px); }
    100%   { transform: translate(0, 0px); }    
	}

@keyframes floating {
    0% { transform: translate(0, 0px); }
    55%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, 0px); }    
	}

.header {
    height: 450px;
    background-color: var(--background);
    position: relative;
}

.header:before {
    background: linear-gradient(#1F242600, #1F2426), url('https://warfaremc.eu/imgsrc/bg_wf4.png') no-repeat center center / cover; position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: blur(2px);
    -webkit-filter: blur(2px);
    opacity: 0.6;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
}

.panel {
    background: var(--main-bg);
    border-radius: 2px;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.panel-default {
    border-color: transparent !important;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.cyvers-header {
    display: block;
    text-transform: uppercase;
    color: var(--main-color);
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.05em;
    padding: 20px 20px;
}

.payments li {
    list-style: none;
    margin-bottom: 8px;
    padding-bottom: 8px;
	line-height: 2;
    }
	
.payments {
    display: flow-root;
    margin: 0;
    -webkit-padding-start: 1px;
    }
	
.payments li .avatar {
    width: 40px;
    height: 40px;
    }
	
.payments li .info {
    line-height: 15px;
    float: right;
    font-size: 12px;
    overflow: hidden;
    text-overflow: clip;
    white-space: nowrap;
    width: 76%;
    padding-bottom: 8px;
    border-bottom: 1px solid #82818147;
    }  
	
.avatar img {
    width: 40px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    }
		
.avatar, .info {
    display: inline-block;
    vertical-align: middle;
}
		

div .ign{
    font-weight: bold;
}
		
.top-donator {
    margin-left: -15px;
    margin-right: -15px;
    height: 90px;
    }
		
#avatar {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 20px;
    height: 90px;
    }
	
#info {
    text-align: center;
    width: 75%;
    margin-left: 40px;
    top: 20px;
    position: absolute;
    }
		
.extra {
    font-size: 8px;
    margin: 0;
    background: rgb(108, 107, 106);
    color: var(--main-color);
    font-weight: bold !important;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    text-align: center;
}

.top-donator img {
    width: 100px;
    margin-top: 0.5ch;
    margin-left: -3ch;
}

.panel-default>.panel-heading {
    background: transparent;
	border-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--main-color);
    letter-spacing: 1.5px;
    position: relative;
}

.item-footer {
    font-size: 12px;
}
.item-footer b {
    font-size: 16px;
}


.module-line {
    margin-top: 0px !important;
    margin-bottom: 2px !important;
    border-top: 3px solid var(--main-color);
    width: 40px;
}

.progress {
    height: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: var(--background);
}

.progress-bar {
    background-color: var(--main-color) !important;
}

.mc-icon, .server-module {
    display: inline-block;
    vertical-align: middle;
}

.mc-icon {
    width: 27px;
    position: relative;
    margin-top: -1ch;
}

.server-module {
    position: relative;
    top: 0;
    height: 4ch;
}

.server-module h5 {
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 3px;
	 color: rgb(156, 204, 101);
}

.server-module small {
    margin: -1px 0 0;
    font-size: 11px;
    font-weight: bold;
    color: white;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 17.3ch;
}

.mc-status {
    margin-left: auto;
    position: relative;
    top: -28px;
    right: -10ch;
    border: none;
    outline: none;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #6C757D;
    background: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0;
    width: 75px;
    font-size: 13px;
    text-align: center;
    border-radius: 100px;
}

.d-icon, .discord-module {
    display: inline-block;
    vertical-align: middle;
}

.d-icon {
    width: 27px;
    position: relative;
    top: -2ch;
}

.discord-module {
    margin: 10px;
    position: relative;
    top: -4px;
}

.discord-module h5 {
    font-size: 12px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 3px;
	 color: rgb(110, 118, 233);
}

.discord-module small {
    margin: -1px 0 0;
    font-size: 11px;
    font-weight: bold;
    color: white;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 17.3ch;
}

.d-status {
    margin-left: auto;
    position: relative;
    top: -28px;
    right: -13ch;
    border: none;
    outline: none;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #6C757D;
    background: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0;
    width: 75px;
    font-size: 13px;
    text-align: center;
    border-radius: 100px;
}

small#s-discord a {
    color: #fff;
}

small#s-discord a:hover {
    color: #fff;
		text-decoration: none;
}

.modules {
    height: 8ch;
}

.separator {
    border-bottom: 1px solid #262b2f;
}

.form-control {
    border-radius: 10px;
    border-color: rgba(255, 255, 255, 0.05);
    background: var(--background)!important;
    color: white;
    -webkit-box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
    box-shadow: -2px 3px 5px rgba(0, 0, 0, 0.15);
}

.btn {
    border-radius: 3px;
    border-width: 0 0 3px;
    padding: 0 13px;
    height: 42px;
    line-height: 42px;
    outline: none!important;
    background: #626161;
    border-color: transparent !important;
}

.btn-primary {
    color: #fff !important;
    background: var(--main-color) !important;
	transition: 1s;
}

.btn:hover {
    background: #5c5c5c !important;
	transition: 1s;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
    color: #2c3e50 !important;
    background: #5c5c5c !important;
	transition: 1s;
}

.cyvers-category {
    background: transparent;
    border-radius: 0;
    font-size: 18px;
    display: table;
    color: var(--main-color);
    text-transform: uppercase;
    position: relative;
    padding: 0 26px 20px;
    margin: 15px -4px 0px;
    border: none;
    position: relative;
		font-weight: bold;
}

.cyvers-category:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 10px;
    left: 26px;
    background: var(--main-color);
		font-weight: bold;
    width: calc(20% - 52px);
    min-width: 30px;
    height: 3px;
}

button.c-info.btn.btn-primary.btn-xs {
    color: #ffffff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}

button.c-info:hover {
    color: #ffffff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
		opacity: 0.9;
}

#c-price {
    font-size: 12px;
    font-weight: 600;
    color: rgb(158, 236, 178);
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
		max-height: 150px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
		transition: 2s;
}


.table-striped>tbody>tr {
    background-color: var(--background);
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: var(--background);
}

.table-hover>tbody>tr:hover {
    background-color: var(--background);
}

.modal-header {
    border-bottom: 2px solid var(--main-bg);
    background: var(--main-bg);
    display: -ms-flexbox;
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.2);
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: var(--main-color);
    font-size: 21px;
    font-weight: bold;
    display: table;
}

.modal .close {
    color: #ff0000;
}

.modal-body {
    position: relative;
    padding: 20px;
    background: var(--background);
}

.modal-footer {
    border: none;
    border-top: 2px solid var(--background);
    background: var(--main-bg);
    -webkit-box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.1);
}

.label {
    padding: .4em .6em .2em;
}

#pull-left {
    padding: 16px 0 0 0;
    float: left;
		font-size: 12px;
    font-weight: 600;
    color: rgb(158, 236, 178);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #424c61;
    opacity: 1;
}

.cyvers-basket {
    font-size: 18px;
    font-weight: 300;
    border-bottom: 4px solid var(--main-color);
    background: var(--main-background);
    height: 50px;
    padding: 12px 15px;
    border-radius: 0;
    color: #FFF;
    text-shadow: 0px 1px #000, 0px 2px #000;
}

.cyvers-right {
   float: right;
	 color: var(--main-color);
}

.quantity input {
    color: #fff;
    background-color: var(--main-bg);
    width: 30px;
    height: 30px;
    padding: 1px;
    text-align: center;
    border: 1px solid var(--main-bg);
    border-radius: 10px;
}

.btn-b {
    border-radius: 3px;
    border-width: 0 0 3px;
    font-weight: bold;
    padding: 0 13px;
    height: 31px;
    line-height: 31px;
    outline: none!important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    background: #626161;
		transition: 1s;
	border-bottom: transparent !important;
}

.cyvers-b {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 12px 14px 9px;
    border-radius: 2px;
    margin-top: 15px!important;
    display: block;
}

.cyvers-b h4 {
    margin: 0;
    display: block;
    padding: 0 0 1px;
    font-size: 18px;
    color: var(--main-color);
    text-transform: capitalize;
}

.table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: none;
}

.btn-redeem {
    border-radius: 3px;
    border-width: 0 0 3px;
    font-weight: bold;
    padding: 0 13px;
    height: 45px;
    line-height: 45px;
    outline: none!important;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    border-color: rgba(0, 0, 0, 0.15)!important;
    background: #626161;
}

a {
    text-decoration: none;
}

a:hover, a:focus {
    color: var(--main-color)!important;
    text-decoration: underline;
}

.btn-checkout:hover {
    color: #ffffff;
    background-color: #318837;
    border-color: #286d2c;
    transition: 1s;
}

.btn-checkout {
    color: #ffffff;
    background-color: #3fad46;
    border-color: #389a3e;
    transition: 1s;
}

::-webkit-scrollbar {
	width: 10px;
	height: 20px;
}

::-webkit-scrollbar-thumb {
    background: var(--main-color);
    border-radius: 25px;
}

::-webkit-scrollbar-track {
	background-color: var(--main-bg);
}

::-webkit-scrollbar-corner {
    background-color: var(--main-color);
}

.navbar-default {
    background-color: var(--main-bg);
    border-color: transparent;
}

.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
.navbar {
    box-shadow: 0 3px 4px rgba(0,0,0,0.075)
}

.navbar .navbar-collapse {
  text-align: center;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none!important;
    text-transform: uppercase;
    transition: 1s;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: rgba(0,0,0,0.15);
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    color: #ffffff!important;
    text-decoration: none;
    outline: 0;
    background-color: var(--main-color);
}

.open .dropdown-menu {
    opacity: 1;
    transform: rotateX(0deg);
    transform-origin: top;
    width: 100%;
    border: none;
}

.open > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
    transform: rotateX(90deg);
    transform-origin: top;
    opacity: 0;
    display: block;
    width: 100%;
    border: none;
    background-color: var(--main-bg);
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.075);
    padding-left: 22px;
    transition: 0.5s;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 2;
    text-align: left;
    color: white;
    white-space: nowrap;
    font-size: 14px;
    transition: 0.5s;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
    color: var(--main-color);
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: var(--main-color);
    background-color: transparent;
}

.p-footer {
    margin: 30px 0 15px;
    color: rgba(255,255,255,0.5);
}

.p-footer {
    background: transparent;
    height: 100px;
}

.p-footer {
    font-size: 13px;
}

.p-footer #tm:hover {
    opacity: 1;
}

.p-footer #tm {
    display: block;
    margin: 10px auto 0;
    opacity: 0.2;
}

.p-footer #tm {
    margin-left: auto;
    height: 25px;
    width: 15px;
    background: url(https://i.imgur.com/OY2ur6c.png) no-repeat;
    background-size: 100% auto;
    position: relative;
    top: -1px;
    opacity: .65;
}

@media screen and (min-width: 0px) and (max-width: 768px) {
  .server-module h5 {
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    margin-bottom: 3px;
    color: rgb(156, 204, 101);
	  overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15.3ch;
}

.server-module small {
    margin: -1px 0 0;
    font-size: 11px;
    font-weight: bold;
    color: white;
    display: block;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 15.3ch;
 }
}

.cyvers-nav ul#main-nav {
    font-size: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 0px 20px;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.075);
    text-align: right;
}

.cyvers-nav ul#main-nav li {
    display: inline-block;
}

.cyvers-nav ul#main-nav li a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    display: block;
    padding: 0px 20px;
    text-transform: uppercase;
    line-height: 4;
    position: relative;
    transition: 1s;
}

.cyvers-nav ul#main-nav li a:hover {
    transition: 1s;
    color: var(--main-color);
}

.cyvers-nav ul#main-nav li.active a {
    color: #e39228;
}

.cyvers-nav ul#main-nav li:not(:nth-last-child(-n+2)) a:after {
    content: "";
    height: 27px;
    width: 3px;
    background: #ffffff1a;
    border-radius: 4px;
    position: absolute;
    right: -2.5px;
    transform: skew(-27deg);
    top: 24px;
}

.cyvers-nav ul#main-nav li.store a {
    background: radial-gradient(#f9de01, #df8413);
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.25);
    line-height: 2.5;
    border-radius: 4px;
}

.cyvers-nav .dd-mobile {    
    font-size: 0px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 0px 20px;
    box-shadow: 0px 0px 10px rgba(31, 31, 31, 0.65);
}

.cyvers-nav .dd-mobile li {
    list-style: none;
}

.cyvers-nav .dd-mobile li a {
    font-size: 16px;
    padding: 21px 15px;
    display: block;
	 text-align: right;
}

.cyvers-nav .dd-mobile li a i.fas {
    display: inline-block;
    vertical-align: middle;
    font-size: 28px;
    color: white;
}

.cyvers-nav .dd-mobile li a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 10px;
}

.dd-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
    transition: .25s;
    opacity: 0;
}

.dd-bg.active {
    z-index: 99;
    opacity: 1;
}

ul#main-nav .dd-close {
    margin: 0px -20px;
    background: #222222;
    display: none;
}

ul#main-nav .dd-close a  {
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    line-height: 5;
    display: block;
		transition: 1s;
}

ul#main-nav .dd-close a:hover {
    color: #ff0000;
		transition: 1s;
}

@media all and (max-width: 992px) {
    .cyvers-nav ul#main-nav li a {
        font-size: 14px;
        color: white;
        text-decoration: none;
        font-weight: 600;
        display: block;
        padding: 0px 10px;
        text-transform: uppercase;
        line-height: 5;
        position: relative;
    }
    .cyvers-nav ul#main-nav li:not(:nth-last-child(-n+2)) a:after {
        content: "";
        height: 16px;
        width: 2px;
        background: #ffffff1a;
        right: -1.5px;
        transform: skew(-27deg);
        top: 27px;
    }
}

@media all and (max-width: 750px) { 
    ul#main-nav .dd-close {
        display: block;
    }
    .cyvers-nav ul#main-nav li {
        display: block;
    }
    .cyvers-nav ul#main-nav li:not(:nth-last-child(-n+2)) a:after {
        width: 0px;
    }
    .cyvers-nav ul#main-nav {
        display: block;
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        z-index: 200;
        width: 250px;
        max-width: 75%;
        text-align: center;
        border-radius: 0px;
        transition: .25s;
        right: -250px;
    }
.cyvers-nav ul#main-nav.open {
    right: 0px;   
 	  font-size: 0px;
 	  background: #161616;
  	border-radius: 4px;
	  padding: 0px 20px;
	  box-shadow: 0px 0px 10px rgba(31, 31, 31, 0.65);
    }
.cyvers-nav .dd-mobile {
    display: block;
    }
}
html  {
    overflow-x: hidden;
}
@media all and (min-width: 750px) {
    .cyvers-nav ul#main-nav {
        display: block!important;
    }
    .cyvers-nav .dd-mobile {
        display: none;
    }
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: var(--main-color);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    opacity: 0.9s;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


.swal-modal {
    background-color: var(--main-bg);
}

.swal-overlay--show-modal .swal-modal {
    border-radius: 20px;
}

.swal-title {
    color: var(--main-color);
}

.swal-text {
    color: #fff;
}

.swal-icon--success:after, .swal-icon--success:before {
    background: var(--main-bg);
}

.swal-icon--success__hide-corners {
    background-color: var(--main-bg);
}

.swal-icon--success__line {
    background-color: var(--main-color);
}

.swal-icon--success__ring {
    border: 4px solid var(--main-color);
}

.swal-button {
    background-color: var(--main-color);
}

.swal-button:not([disabled]):hover {
    opacity: 0.9;
    background-color: var(--main-color);
}

.swal-button-container {
    margin: 5px;
    float: none;
    text-align: center;
    position: relative;
	display: block;
}

::selection {
    color: #fff;
    background-color: var(--main-color);
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  #mobile-hide{ display: none; }
}


@keyframes spin {
 from{
 transform: rotateY(0deg);
 moz-transform: rotateY(0deg);
 ms-transform: rotateY(0deg);
 }
 to{
 transform: rotateY(360deg);
 moz-transform: rotateY(360deg);
 ms-transform: rotateY(360deg);
 }
}
@-webkit-keyframes spin{
 from{-webkit-transform: rotateY(0deg);}
 to{-webkit-transform: rotateY(360deg);}
}
.imageSpin{
 animation-name: spin;
 animation-timing-function: linear;
 animation-iteration-count: infinite;
 animation-duration: 5s;
 -webkit-animation-name: spin;
 -webkit-animation-timing-function: linear;
 -webkit-animation-iteration-count: infinite;
 -webkit-animation-duration: 5s;
}

@media screen and (min-width: 0px) and (max-width: 720px) {
  .mc-status {
    margin-left: auto;
    position: relative;
    top: -28px;
    right: -15ch;
    border: none;
    outline: none;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #6C757D;
    background: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0;
    width: 75px;
    font-size: 13px;
    text-align: center;
    border-radius: 100px;
}

.d-status {
    margin-left: auto;
    position: relative;
    top: -28px;
    right: -17ch;
    border: none;
    outline: none;
    height: 24px;
    line-height: 24px;
    font-weight: bold;
    color: #6C757D;
    background: rgba(255, 255, 255, 0.05);
    text-transform: uppercase;
    padding: 0;
    width: 75px;
    font-size: 13px;
    text-align: center;
    border-radius: 100px;
}
}

#particles-js {
    position: absolute;
    height: 450px;
    width: auto;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    pointer-events: none;
}

canvas{
  display:block;
  vertical-align:bottom;
}

@media only screen and (max-width: 1105px) {
	#particles-js {
		max-width: 100%;
	}
}

.cyvers-count {
    width: 1320px;
    display: flex;
    margin: 0 auto;
    -webkit-box-align: center;
    justify-content: center;
    max-width: calc(100% - 20px);
    margin-top: 10ch
}

.left i {
    float: right;
    height: 40px;
    width: 40px;
    margin-left: 10px;
    font-size: 40px;
    margin-top: -10px;
    color: var(--main-color);
}

.right i {
    float: left;
    height: 40px;
    width: 40px;
    margin-right: 10px;
    font-size: 40px;
    margin-top: -10px;
    color: var(--main-color);
}

.left {
    float: left;
    position: relative;
    bottom: -10px;
	width: 300px;
	text-align: right;
}

.right {
    float: right;
    position: relative;
    bottom: -10px;
	width: 300px;
}

.ipCopy {
    cursor: pointer;
    color: var(--main-color);
    font-size: 20px;
    font-weight: 600;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.50);
}

.ipCopy a {
    text-decoration: none;
}

.players {
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.90);
    margin-bottom: -1px;
}

.modal-body {
    position: relative;
    padding: 20px;
    background: var(--background);
    max-height: 400px;
    overflow: scroll;
    overflow-x: hidden;
    display: list-item;
    align-items: stretch;
}
.modal-body p {
    margin: 0 !important;
}


@media (min-width: 768px) {
.modal-dialog {
    width: 600px;
    margin: 30px auto;
    width: 1000px;
    max-width: calc(100% - 30px);
}
}

.modal-body p:first-child:before {
    background: transparent;
    content: "";
    color: var(--main-color);
    margin-right: 2px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.modal-body p:last-child:before {
    background: transparent;
    content: "";
    color: var(--main-color);
    margin-right: 2px;
    font-size: 14px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.modal-body p:first-child {
    background: transparent;
    border: none;
    box-shadow: none;
    display: none;
}

.modal-body p:last-child {
    background: transparent;
    border: none;
    box-shadow: none;
    display: none;
}

.modal-content {
    background: var(--background);
    margin: 30px auto;
    width: 600px;
    max-width: calc(100% - 30px);
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    vertical-align: middle;
}

td.price {
    color: #73e390;
}

#sales {
    color: #F45E5E;
    text-decoration: line-through;
    font-size: 12px;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: var(--background);
    color: var(--main-color);
}

@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #ffffff;
    text-align: center;
}
.cyvers-nav {
    position: relative;
}
}

.cyvers-nav ul#main-nav li.store a:hover {
    transition: 1s;
    color: #fff!important;
}

@media screen and (max-width: 992px) {
    .table {
        display: block;
    }
}