@font-face {font-family:'Stfn';src:url('./tcs.otf');}
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
	background: #000000;
    background-image: linear-gradient(to bottom, #1A1A27, rgba(0,240,0, 0.2), #1A1A27);
    background-position: left top;
}

::-webkit-scrollbar-thumb {
	background: #000000;
    background-image: linear-gradient(to right, rgba(16, 16, 27), var(--bs-danger), rgba(16, 16, 27));
    background-position: left top;
}

::-webkit-scrollbar-thumb:hover {
	background: #000000;
    background-image: linear-gradient(to bottom, rgba(0,240,0, 0.1), rgba(0,240,0, 0.5), rgba(0,240,0, 0.1));
    background-position: left top;
}

body {
    background: url("../img/stripe.png") repeat fixed, url("../img/bg.jpg") no-repeat center fixed;
    background-size: auto, 100%;
    -webkit-background-size: auto, 100%;
    -moz-background-size: auto, 100%;
    -o-background-size: auto, 100%;
    font-family: 'Stfn', sans-serif;
    font-size: 14px;
    color: #dadada;
    cursor: url("../img/pointer.cur"), auto;
    text-shadow: 0 0 4px rgba(0,0,0);
}

a {
    text-decoration: none;
    cursor: url("../img/link.cur"), auto;
    color: rgba(0,240,0);
    font-weight: bold;
}

a:hover {
    color: rgba(20,255,0);
    text-decoration: none;
    text-shadow: 0 0 4px rgba(0,0,0);
	filter: saturate(1.2);
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    cursor: url("../img/link.cur"), auto;
}

.fa-solid {
    text-shadow: 0 0 4px rgba(0,0,0);
}

.text-custom {
    text-decoration: none;
    color: rgba(10,10,10);
    font-weight: bold;
}

.bg-primarynew {
    background-color:rgba(0,30,100) !important
}

.bg-success {
    background-color:rgba(20, 125, 0)!important
}
.text-success {
    color:rgba(20, 165, 0)!important
}

.bg-primary {
    background-color: rgba(0, 100, 200)!important;
}

.bg-warning {
    background-color:rgba(255, 193, 7)!important
}

.bg-danger {
    background-color:rgba(255, 0, 0)!important
}

.fa-bars-staggered {
    color: rgba(0,240,0, 0.8);
}

.fa-bars-staggered:hover {
    color: rgba(0,240,0);
    text-decoration: none;
	border: none;
}

.hrnew {
    border-top: 1px solid, linear-gradient(to right, rgba(16, 16, 27), var(--bs-danger), rgba(16, 16, 27));
    padding: 5px;
    margin-top: 7px;
}

.hrnew-srv {
    border-top: 1px solid rgba(20,255,0, 0.3);
    padding: 5px;
    margin-top: 7px;
	margin-right: 10px;
}

.hrnew-sm {
    border-top: 0px solid transparent;
    padding: 1px;
    margin-top: 0.5px;
}

.hrnew-smm {
    border-top: 0px solid transparent;
    padding: 0px;
    margin-top: -5px;
}

.hrnew-lg {
    border-top: 0px solid transparent;
    padding: 4px;
    margin-top: 4.5px;
}

.hrnew-lgg {
    border-top: 0px solid transparent;
    padding: 2px;
    margin-top: 2.5px;
}

.header-logo {
	color: rgba(20,240,20);
    filter: saturate(0.8) drop-shadow(0 0 0.5rem rgba(0,0,0));
	font-size:90px;
    text-shadow: 0 0 0.6rem rgba(20,255,0);
	font-weight: bold;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.header-logo:hover {
	color: rgba(20,240,20);
    filter: saturate(5) drop-shadow(0 0 1rem rgba(0,0,0));
    text-shadow: 0 0 0.7rem rgba(20,255,0);
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

.header-logo-sm {
	color: rgba(20,240,20);
    filter: saturate(0.8) drop-shadow(0 0 0.5rem rgba(0,0,0));
	font-size:20px;
    text-shadow: 0 0 0.3rem rgba(20,255,0);
	font-weight: bold;
	margin-left: -40%;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.banner {
    background-color: #000;
    background: linear-gradient(to right, rgba(46,46,57), rgba(46,46,57, 0.8), rgba(46,46,57));
    background-size: cover;
    background-repeat: no-repeat;
    color: #dadada;
    border-radius: 3px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    padding: 5px;
    text-shadow: 0 0 4px rgba(10,10,10);
    text-align: center;
    width: 478px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.banner:hover {
    background: linear-gradient(to right, rgba(46,46,57), rgba(46,46,57), rgba(46,46,57));
    filter: drop-shadow(0 0 0.5rem rgba(10,10,10));
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.navbar-toggler {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    text-shadow: 0 0 4px rgba(0,0,0);
    padding: 5px;
}

.navbar-toggler:hover {
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0,240,0);
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 1000px) {
.br {
    padding-bottom:10px;
}
.header-logo {
	color: rgba(20,240,20);
    filter: saturate(0.8) drop-shadow(0 0 0.5rem rgba(0,0,0));
	font-size:45px;
    text-shadow: 0 0 0.6rem rgba(20,255,0);
	font-weight: bold;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.header-logo:hover {
	color: rgba(20,240,20);
    filter: saturate(5) drop-shadow(0 0 1rem rgba(0,0,0));
    text-shadow: 0 0 0.7rem rgba(20,255,0);
    transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}
.header {
    background: url(../img/header.png) no-repeat center center;
    background-size: cover;
    box-shadow:inset 0 0 50px 10px rgba(16,16,27);
    padding: 0 0 0 0;
	margin-left: -120px;
	margin-bottom: -75px;
    height: 20px;
}
.header-logo-sm {
    display: none;
}
.map-img {
    display: none;
}
.map-name {
	float: left;
	padding-left: 10px;
}
.ta {
	margin-left: 40%;
}
.bdg-new {
	margin-right: 10px;
}
}

.avatar {
    width:40%;
   border: 4px solid var(--bs-danger);
    box-shadow: 0 0 15px var(--bs-danger);
    border-radius:50%;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.avatar:hover {
    border-radius:15px;
    transition: all 0.50s ease-in-out;
    -moz-transition: all 0.50s ease-in-out;
    -webkit-transition: all 0.50s ease-in-out;
    -o-transition: all 0.50s ease-in-out;
}

.navbar {
    background-color: #000;
    *background-image: url(../img/ak47.png), url(../img/2cs2.png), linear-gradient(to right, #1A1A27, rgba(16,16,27), #1A1A27);
    background-repeat: no-repeat;
    background-position: center center, right center, 0 0;
    border: 1px;
    border-style: solid;
    border-color: rgba(0,0,0);
    padding: 0px;
    padding-bottom: 2px;
    position: relative;
    border-top: 4px solid rgba(16,16,27);
    /* премахване на анимация */
}

.navbar::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.4px;
    background: linear-gradient(to right, rgba(16, 16, 27), var(--bs-danger), rgba(16, 16, 27));
}

.navbar a {
    /* премахване на анимация */
}

.navbar-interval {
    background: rgba(255, 255, 255, 0.1);
    width: 2px;
}

.navbar .navbar-nav > li > a {
    *background: linear-gradient(to right, rgba(16,16,27), rgba(16,16,27), rgba(16,16,27));
    color: #dadada;
    padding: 14px;
    padding-bottom: 15px;
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    position: relative;
    overflow: hidden;
    /* премахване на анимация */
}

.navbar .navbar-nav > li > a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgba(255,0,0, 0.1), rgba(255,0,0, 0.5), rgba(255,0,0, 0.1));
    opacity: 0;
    /* премахване на анимация */
}

.navbar .navbar-nav > li > a:hover::before,
.navbar .navbar-nav > li > a:focus::before {
    opacity: 0.6;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus {
    font-weight: bold;
    color: rgba(255,0,0);
    text-shadow: 0 1px 1px #000;
    opacity: 1;
    border-radius: 0; /* премахване на border-radius */
}


.dropdown-menu {
    display: none;
	transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out;
}

.dropdown-menu.show {
    margin-top: 30px;
    margin-left: -40px;
    display: block;
    color: #dadada;
    background-color: #000;
    background: rgba(0,0,0, 0.5);
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0 1px 1px #000;
    transition: transform 0.4s linear;
    padding: 0px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.dropdown-item {
    font-size: 12px;
    padding: 10px;
    color: #dadada;
    background-color: #000;
    background: rgba(0,0,0, 0.5);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.dropdown-item:hover {
    font-weight: bold;
    background-color: #000;
    background-image: linear-gradient(to right, rgba(0,240,0, 0.1), rgba(0,240,0, 0.5), rgba(0,240,0, 0.1));
    color: rgba(0,240,0);
    text-shadow: 0 1px 1px rgba(0,240,0);
    background-position: left top;
    border-radius: 1px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.header {
    background: url(../img/header.png) no-repeat center center;
    background-size: cover;
    box-shadow:inset 0 0 50px 10px rgba(16,16,27);
    padding: 12px 0 0 170px;
    height: 160px;
}

.msg {
    background-image: url(../img/ak47.png), url(../img/cs2pp.png), url(../img/2cs2.png), linear-gradient(to right, #1A1A27, rgba(16,16,27), #1A1A27);
    background-position: center center, left 0 top 8px, right 0 top 8px, 0 0;
    background-repeat: no-repeat;
    border: 1px solid rgba(0, 0, 0);
	padding: 45px;
    padding-top: 0px;
    position: relative;
}

.msg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(16,16,27), rgba(0,240,0), rgba(16,16,27));
}

.form-control {
	background-color: #00;
	background-image: url(../img/2cs2.png), linear-gradient(to right, #1A1A27, rgba(0,100,0), #1A1A27);
    background-position: right center;
    background-repeat: no-repeat;
    border: 1px solid rgba(0,240,0);
    position: relative;
    padding: 4px 5px 4px 5px;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.container {
    max-width:100%;
    padding:0px;
}

.wrapper {
	min-width:100%;
    background-image: linear-gradient(to right, rgba(16,16,27), rgba(16,16,27, 0.78), rgba(16,16,27));
    padding: 3%;
	padding-top: 2%;
	padding-bottom: 2%;
    border: 1px;
	box-shadow: 0 0 12px rgba(0,0,0, 1);
	border-color: rgba(10,10,10, 0.50);
}

.box {
    margin-bottom: 20px;
    color: #777;
    overflow: hidden;
    border-radius: 10px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}



.box_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, rgba(16, 16, 27), var(--bs-danger), rgba(16, 16, 27));
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

.box_title_nb {
    background-color: #000;
    background-image: linear-gradient(to right, #1A1A27, rgba(16,16,27), #1A1A27);
    background-position: left top;
    border: 1px;
    border-bottom: 0px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    text-align: center;
    position: relative;
}

.box_content {
	background-color: #000;
     background: linear-gradient(to right, var(--bs-black), rgba(240, 20, 0, 0.2), rgb(0 0 0 / 69%));
    padding: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top: 0px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-shadow: 0 1px 1px #000;
    color: #dadada;
}

.box-head {
    background: rgba(0, 0, 0, 0.3);
}

h3.box-title {
    color: rgba(0,240,0);
    text-shadow: 0 1px 1px #000;
    padding: 10px 5px 10px 5px;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
	font-weight: bold;
}

.box_s {
    padding: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    border-top: 0px;
    border-radius: 15px;
    text-shadow: 0 1px 1px #000;
	text-align: center;
    color: #dadada;
}

.box_item-g {
    background-color: #000;
    background-image: linear-gradient(to top, rgba(0,250,0), rgba(16,16,27), rgba(16,16,27));
    padding: 4px;
    border-top: 0px;
    border-radius: 15px;
    text-shadow: 0 1px 1px #000;
	text-align: center;
	font-size: 11px;
    color: #dadada;
    position: relative;
	border-bottom: 4px solid rgba(0,250,0);
	box-shadow: inset 0 0 35px 5px rgba(16,16,27);
	transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-webkit-transition: transform 1s ease;
	-o-transition: transform 1s ease;
}
.box_item-g:hover {
	transform: scale(1.04);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.box_item-b {
    background-color: #000;
    background-image: linear-gradient(to top, rgba(0,0,250), rgba(16,16,27), rgba(16,16,27));
    padding: 4px;
    border-top: 0px;
    border-radius: 15px;
    text-shadow: 0 1px 1px #000;
	text-align: center;
	font-size: 11px;
    color: #dadada;
    position: relative;
	border-bottom: 4px solid rgba(0,0,250);
	box-shadow: inset 0 0 35px 5px rgba(16,16,27);
	transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-webkit-transition: transform 1s ease;
	-o-transition: transform 1s ease;
}
.box_item-b:hover {
	transform: scale(1.04);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.box_item-y {
    background-color: #000;
    background-image: linear-gradient(to top, rgba(250,250,0), rgba(16,16,27), rgba(16,16,27));
    padding: 4px;
    border-top: 0px;
    border-radius: 15px;
    text-shadow: 0 1px 1px #000;
	text-align: center;
	font-size: 11px;
    color: #dadada;
    position: relative;
	border-bottom: 4px solid rgba(250,250,0);
	box-shadow: inset 0 0 35px 5px rgba(16,16,27);
	transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-webkit-transition: transform 1s ease;
	-o-transition: transform 1s ease;
}
.box_item-y:hover {
	transform: scale(1.04);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.box_item-r {
    background-color: #000;
    background-image: linear-gradient(to top, rgba(250,0,0), rgba(16,16,27), rgba(16,16,27));
    padding: 4px;
    border-top: 0px;
    border-radius: 15px;
    text-shadow: 0 1px 1px #000;
	text-align: center;
	font-size: 11px;
    color: #dadada;
    position: relative;
	border-bottom: 4px solid rgba(250,0,0);
	box-shadow: inset 0 0 35px 5px rgba(16,16,27);
	transition: transform 1s ease;
	-moz-transition: transform 1s ease;
	-webkit-transition: transform 1s ease;
	-o-transition: transform 1s ease;
}
.box_item-r:hover {
	transform: scale(1.04);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.footer {
    background-color: #000;

    background-repeat: no-repeat;
    background-position: center center, 0 0;
    padding: 14px;
    overflow: hidden;
    color: #dadada;
    font-size: 12px;
    border: 1px;
    border-style: solid;
    border-color: rgba(10,10,10, 0.50);
    text-shadow: 0 1px 1px #000;
    margin-top: -15px;
    margin-bottom: 0px;
    position: relative;
}

.footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.4px;
    background: linear-gradient(to right, rgba(16, 16, 27), var(--bs-danger), rgba(16, 16, 27));
}

.bg-custom {
    background: linear-gradient(to right, rgba(16,16,27), rgba(16,16,27, 0.8), rgba(16,16,27));
}

.bg-custom-new {
    background: linear-gradient(to right, rgba(26,26,37), rgba(36,36,47, 0.8), rgba(26,26,37));
}

.bg-custom-sm {
    background: linear-gradient(to right, rgba(10,10,10), rgba(10,10,10), rgba(10,10,10));
}

.badge-smm {
	font-size: 10px;
}
.badge-sm {
	font-size: 11px;
}

.badge {
	font-size: 12px;
}

.badge-lg {
	font-size: 13px;
}

.badge-lgg {
	font-size: 14px;
}

.b-radius {
     border-radius: 8px;
     border-bottom-left-radius:0px;
     border-bottom-right-radius:0px;
}

.tbl {
    background: url(../img/tbl.png) no-repeat center center;
    background-size: cover;
    box-shadow:inset 0 0 50px 10px rgba(16,16,27);
    padding: 10px 0 0 0;
    border-color: rgba(20,240,0, 0.15);
}

.ts {
       color: var(--bs-danger);
}

.pt5 {
	padding-top: 5%;
}
.td {
    padding:0px;
    padding-top:11px;
}
.mr10 {
	margin-right: 10px;
}
.map-img {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.server-name-w {
	font-size: 10px;
}
.ip-address-w {
	font-size: 9.5px;
}
.map-name-w {
	float: left;
	font-size: 10px;
}
.players-w {
	float: right;
	margin-right: 10px;
	font-size: 10px;
}
.ip-address {
	font-size: 12px;
}
.map-name {
	float: left;
	font-size: 12px;
}
.players {
	float: right;
	margin-right: 10px;
	font-size: 12px;
}
.t-l {
	float: left;
	font-weight: normal;
}
.t-r {
	float: right;
}

.bg-gold {
    padding: 2.5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: rgba(255,240,0, 0.8);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(255,240,0, 0.5);
    position: relative;
    overflow: hidden;
}

.bg-gold::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,240,0, 0.8) 0%, rgba(255,240,0, 0.5) 80%);
    opacity: 1;
    animation: StfnGold 3s ease-in-out infinite;
}

.text-gold {
    background: linear-gradient(to right, #7E6B2C, #997F39, #DBBF6B, #997F39, #7E6B2C);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0 0 2px rgba(0,0,0, 0.3);
}

.bg-vipplus {
    padding: 2.5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: rgba(0,100,255, 0.2);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,100,255, 0.23);
    position: relative;
    overflow: hidden;
}

.bg-vipplus::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,100,255, 0.8) 0%, rgba(0,100,255, 0) 80%);
    opacity: 1;
    animation: StfnGold 3s ease-in-out infinite;
}
.bg-vip {
    padding: 2.5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: rgba(0,220,255, 0.2);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,220,255, 0.2);
    position: relative;
    overflow: hidden;
}

.bg-vip::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0,220,255, 0.8) 0%, rgba(0,220,255, 0) 80%);
    opacity: 1;
    animation: StfnGold 3s ease-in-out infinite;
}
.bg-boost {
    padding: 2.5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: rgba(200,0,200, 0.2);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(200,0,200, 0.2);
    position: relative;
    overflow: hidden;
}

.bg-boost::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(200,0,200, 0.8) 0%, rgba(200,0,200, 0) 80%);
    opacity: 1;
    animation: StfnGold 3s ease-in-out infinite;
}
.bg-normal {
    padding: 2.5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: rgba(125,0,2, 0.2);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(125,0,0, 0.2);
    position: relative;
    overflow: hidden;
}

.bg-normal::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(125,0,0, 0.8) 0%, rgba(125,0,0, 0) 80%);
    opacity: 1;
    animation: StfnGold 3s ease-in-out infinite;
}
.text-purple {
	color: rgba(255,185,255);
}
@keyframes StfnGold {
    0% {  opacity: 0.6; }
    25% { opacity: 0.8; }
    50% { opacity: 0.6; }
    75% { opacity: 0.8; }
    100% { opacity: 0.6; }
}

.stfn-fade {
    opacity: 1;
    animation: StfnFade 3s ease-in-out infinite;
}
.stfn-beat {
    opacity: 1;
    animation: StfnBeat 3s ease-in-out infinite;
}
.stfn-beat-sm {
    opacity: 1;
    animation: StfnBeatSm 3s ease-in-out infinite;
}
.stfn-beatfade {
    opacity: 1;
    animation: StfnBeatFade 3s ease-in-out infinite;
}
.stfn-shake {
    animation: StfnShake 1.2s infinite;
}
.stfn-hover-zoom {
	transform: scale(1);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}
.stfn-hover-zoom:hover {
    text-shadow: 0 0 4px rgba(0,0,0);
	filter: saturate(1.2);
	transform: scale(1.04);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}
.stfn-hover-zoom-s {
	transform: scale(1);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}
.stfn-hover-zoom-s:hover {
    text-shadow: 0 0 4px rgba(0,0,0);
	filter: saturate(3);
	transform: scale(1.04);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}
.stfn-hover-zoom-sm {
	transform: scale(1);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}
.stfn-hover-zoom-sm:hover {
    text-shadow: 0 0 4px rgba(0,0,0);
	filter: saturate(1.2);
	transform: scale(1.02);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}
.stfn-new-sm {
	transform: scale(0.99);
}
.stfn-hover-zoom-new-sm {
	transform: scale(0.99);
	transition: transform 0.2s ease;
	-moz-transition: transform 0.2s ease;
	-webkit-transition: transform 0.2s ease;
	-o-transition: transform 0.2s ease;
}
.stfn-hover-zoom-new-sm:hover {
    text-shadow: 0 0 4px rgba(0,0,0);
	filter: saturate(1.2);
	transform: scale(1);
	transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	-webkit-transition: transform 0.5s ease;
	-o-transition: transform 0.5s ease;
}

.bg-stfn {
    padding: 2.5px;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    background: rgba(20,240,0, 0.1);
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(20,240,0, 0.8);
    color: rgba(20,240,0);
    position: relative;
    overflow: hidden;
}

.bg-stfn::after {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(20,240,0, 0.8) 0%, rgba(20,240,0,0) 80%);
    opacity: 1;
    animation: StfnFade 3s ease-in-out infinite;
}
@keyframes StfnFade {
    0% { opacity: 0.6; }
    25% { opacity: 1; }
    50% { opacity: 0.6; }
    75% { opacity: 1; }
    100% { opacity: 0.6; }
}

@keyframes StfnBeat {
    0% {  transform: scale(1); }
    25% { transform: scale(1.01); }
    50% { transform: scale(1); }
    75% { transform: scale(1.01); }
    100% { transform: scale(1); }
}
@keyframes StfnBeatSm {
    0% {  transform: scale(1); }
    25% { transform: scale(1.2); }
    50% { transform: scale(1); }
    75% { transform: scale(1.2); }
    100% { transform: scale(1); }
}
@keyframes StfnBeatFade {
    0% {  transform: scale(1); opacity: 0.6; }
    25% { transform: scale(1.01); opacity: 1; }
    50% { transform: scale(1); opacity: 0.6; }
    75% { transform: scale(1.01); opacity: 1; }
    100% { transform: scale(1); opacity: 0.6; }
}
@keyframes StfnShake {
    0% { transform: translateY(-1.5px) rotate(0) }
    15% { transform: translateY(-1.5px) rotate(0) }
    35% { transform: translateY(-1.5px) rotate(25deg) }
    55% { transform: translateY(-1.5px) rotate(-25deg) }
    65% { transform: translateY(-1.5px) rotate(25deg) }
    85% { transform: translateY(-1.5px) rotate(0) }
    100% { transform: translateY(-1.5px) rotate(0) }
}

.server-img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.server-card {
    display: flex;
    background: url(../img/header.png) no-repeat center center;
    background-size: cover;
    box-shadow: inset 0 0 35px 5px rgba(0,0,0);
    color: #dadada;
    border-radius: 10px;
    overflow: hidden;
       border: 2px solid #dc35458f;
    filter: saturate(2), drop-shadow(0 0 4px rgba(0,255,0, 0.8));
}

.server-card-tbl {
	background: transparent;
    color: #dadada;
    filter: saturate(2), drop-shadow(0 0 4px rgba(0,255,0, 0.8));
}
.b-sh {
    background: url(../img/header.png) no-repeat center center;
    background-size: cover;
}

.server-card-sm {
    background: url(../img/header-sm.png) no-repeat center center;
    background-size: cover;
    box-shadow: inset 0 0 20px 3px rgba(0,0,0);
    color: rgba(255,255,255, 0.6);
    border-radius: 10px;
    overflow: hidden;
       border: 2px solid #dc35458f;
    filter: saturate(2), drop-shadow(0 0 4px rgba(0,255,0, 0.8));
	font-size: 13px;
}

.map-section {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.map {
    width: 15%;
}

.map-sm {
    width: 12%;
}

.info-section {
    flex-grow: 1;
    padding: 0px 10px 5px 10px;
}

.server-name {
    margin: 0;
}

.server-details {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.detail-item {
    display: flex;
    flex-direction: column;
}

.label {
    color: rgba(255,255,255, 0.6);
    font-size: 12px;
}

.value {
        color: var(--bs-danger);
    font-size: 13px;
}

.text-bold {
	font-weight: bold;
}

.copy-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #050505;
    background-image: url(../img/gms.png), linear-gradient(to right, rgb(220 53 69 / 31%), rgb(220 53 69 / 61%), rgb(220 53 69 / 34%));
    background-repeat: no-repeat;
    background-position: right center, 0 0;
    color: var(--bs-danger);
    padding: 12px 90px 12px 12px;
    border-radius: 10px;
    border: 4px solid rgb(220 53 69 / 62%);
    border-top: 4px solid rgb(220, 53, 69); /* Червен бордер отгоре */
    border-bottom: 4px solid rgb(220, 53, 69); /* Червен бордер отдолу */
    border-right: 4px solid rgb(220, 53, 69); /* Червен бордер отдясно */
    filter: drop-shadow(0 0 0.4rem rgba(220, 53, 69, 0.5)); /* Червена сянка */
    box-shadow: inset 0 0 1px 0 rgb(220 53 69 / 53%);
    text-shadow: 0 1px 1px #000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
}

.copy-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
}


.alert-notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
	background: #050505;
    background-image: url(../img/2cs2.png), linear-gradient(to right, rgba(20,100,0, 0.3), rgba(20,100,0, 0.6), rgba(20,100,0, 0.3));
    background-repeat: no-repeat;
    background-position: right center, 0 0;
    color: #dadada;
    padding: 12px 90px 12px 12px;
    border-radius: 10px;
	border: 4px solid rgb(220 53 69 / 62%);
	border-top: 0px solid rgba(0,0,0);
	border-bottom: 0px solid rgba(0,0,0);
	border-right: 0px solid rgba(0,0,0);
	filter: drop-shadow(0 0 0.4rem rgba(20,240,0, 0.5));
	box-shadow: inset 0 0 1px 0 rgba(20,240,0, 0.5);
	text-shadow: 0 1px 1px #000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
}

.alert-notification.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
	-webkit-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out, visibility 1s ease-in-out, transform 1s ease-in-out;
}

.bdg-new {
	background-image: linear-gradient(to right, rgba(0,240,0, 0.010), rgba(0,240,0, 0.1), rgba(0,240,0, 0.010));
	color: rgba(0,240,0);
	padding: 0px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.2);
	box-shadow: 0 0 2px rgba(0,240,0, 0.2);
}

.bdg-s {
	background-image: linear-gradient(to right, #1A1A27, rgba(0,240,0, 0.3), #1A1A27);
	color: rgba(170,170,170);
	padding: 2.7px 5px 2.7px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.5);
	box-shadow: 0 0 4px rgba(0,240,0, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
}
.bdg-sp {
	background-image: linear-gradient(to right, #1A1A27, rgba(0,240,0, 0.3), #1A1A27);
	padding: 0.7px 0px 0px 0px;
	border: 1px solid rgba(0,240,0, 0.5);
	box-shadow: 0 0 4px rgba(0,240,0, 0.5);
}

.bs {
	background-image: linear-gradient(to right, #1A1A27, rgba(0,240,0, 0.2), #1A1A27);
	color: rgba(170,170,170);
	padding: 4.5px 5px 3.5px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.5);
	box-shadow: 0 0 4px rgba(0,240,0, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
    margin-top: -8px;
    margin-bottom: 10px;
}

.bt {
    color:rgba(0,240,0);
    font-size:13px;
    border: 1px solid rgba(50,50,50, 0.8);
    padding: 3px 4px 2px 4px;
    text-shadow: 0 1px 1px #000;
}

.zoom-sm-map {
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-top: -2px;
    position: relative;
    z-index: 1;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.zoom-sm-map:hover {
    border-radius: 4px;
    margin-top: -2px;
    transition: transform 0.3s;
    transform: scale(5);
    z-index: 2;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.bdg {
	background-image: linear-gradient(to right, rgba(0,240,0, 0.010), rgba(0,240,0, 0.1), rgba(0,240,0, 0.010));
	color: rgba(0,240,0);
	padding: 8px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.2);
	box-shadow: 0 0 2px rgba(0,240,0, 0.2);
}

.bdg-sm {
	background-image: linear-gradient(to right, rgba(0,240,0, 0.1), rgba(0,240,0, 0.2), rgba(0,240,0, 0.1));
	color: rgba(0,240,0);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.2);
	box-shadow: 0 0 2px rgba(0,240,0, 0.2);
	font-size: 13px;
}

.bdg-smm {
	background-image: linear-gradient(to right, rgba(0,240,0, 0.02), rgba(0,240,0, 0.08), rgba(0,240,0, 0.02));
	color: rgba(0,240,0);
	padding: 5px;
	border-radius: 25px;
	font-size: 13px;
}

.bdg-img {
	background-image: linear-gradient(to right, rgba(0,240,0, 0.1), rgba(0,240,0, 0.2), rgba(0,240,0, 0.1));
	color: rgba(0,240,0);
	border-radius: 25px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	padding: 0px;
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(16,16,27), rgba(0,240,0, 0.8), rgba(16,16,27)) 1;
	position: relative;
	transform-origin: bottom center;
	transition: transform 0.8s linear;
	-moz-transition: transform 0.8s linear;
	-webkit-transition: transform 0.8s linear;
	-o-transition: all 0.8s transform 1s linear;
}

.bdg-dark:hover .bdg-img {
	border-bottom: 1.5px solid;
	border-image: linear-gradient(to right, rgba(16,16,27), rgba(0,240,0), rgba(16,16,27)) 1;
	transition: transform 0.6s linear;
	-moz-transition: transform 0.6s linear;
	-webkit-transition: transform 0.6s linear;
	-o-transition: all 1s transform 0.6s linear;
	transform: scale(1.05);
	transform-origin: bottom center;
}

.bdg-dark {
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,240,0, 0.05), rgba(0,0,0, 0.5));
	color: rgba(0,240,0);
	padding: 1px;
	padding-bottom: 15px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0, 0.2);
	box-shadow: 0 0 5px rgba(0,0,0, 0.2);
	filter: saturate(1.5);
	text-align: center;
	overflow: hidden;
}

.bdg-dark:hover {
	background-image: linear-gradient(to right, rgba(0,0,0, 0.5), rgba(0,240,0, 0.1), rgba(0,0,0, 0.5));
	color: rgba(0,240,0);
	padding: 1px;
	padding-bottom: 15px;
	border-radius: 25px;
	border: 1px solid rgba(0,0,0, 0.5);
	box-shadow: 0 0 8px rgba(0,0,0, 0.5);
	filter: saturate(1.5);
	text-align: center;
	overflow: hidden;
	filter: saturate(1.5);
}

.bdg-red {
	background-image: linear-gradient(to right, rgba(0,240,0, 0.1), rgba(0,240,0, 0.2), rgba(0,240,0, 0.1));
	background-position: left top;
	color: rgba(0,240,0);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.2);
	box-shadow: 0 0 2px rgba(0,240,0, 0.2);
}

.bdg-red-sm {
	background-image: linear-gradient(to right, rgba(0,240,0, 0.1), rgba(0,240,0, 0.2), rgba(0,240,0, 0.1));
	background-position: left top;
    color: rgba(0,240,0);
	padding: 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.2);
	box-shadow: 0 0 2px rgba(0,240,0, 0.2);
}

.bdg-g {
	background-image: linear-gradient(to right, rgba(0,255,20, 0.1), rgba(0,255,20, 0.2), rgba(0,255,20, 0.1));
	color: rgba(170,170,170);
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,255,20, 0.2);
	box-shadow: 0 0 4px rgba(0,255,20, 0.2);
	font-size: 13px;
	font-weight: bold;
}

.bdg-y {
	background-image: linear-gradient(to right, rgba(255,155,0, 0.1), rgba(255,155,0, 0.2), rgba(255,155,0, 0.1));
	color: rgba(255,155,0);
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border: 1px solid rgba(255,155,0, 0.3);
	box-shadow: 0 0 4px rgba(255,155,0, 0.3);
	font-size: 13px;
	font-weight: bold;
}

.bdg-r {
	background-image: linear-gradient(to right, rgba(255,20,0, 0.1), rgba(255,20,0, 0.2), rgba(255,20,0, 0.1));
	color: rgba(255,20,0);
	padding: 2px 5px 2px 5px;
	border-radius: 5px;
	border: 1px solid rgba(255,20,0, 0.3);
	box-shadow: 0 0 4px rgba(255,20,0, 0.3);
	font-size: 13px;
	font-weight: bold;
}

.btn-custom {
    background-color: #000;
	background-image: linear-gradient(to right, #1A1A27, var(--bs-danger), #1A1A27);
	color: rgba(170,170,170);
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,0, 0.5);
	box-shadow: box-shadow: 0 0 4px var(--bs-danger);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.btn-custom:hover {
    color: rgba(170,170,170);
    background-color: #000;
    background-image: linear-gradient(to right, #1A1A27, rgba(0,240,0, 0.4), #1A1A27);
    border: 1px solid rgba(10,10,10, 0.50);
    cursor: url("../img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(0,240,0, 0.2), 0px 0px 10px rgba(0,240,0, 0.3), 0px 0px 15px rgba(0,240,0, 0.4), 0px 0px 20px rgba(0,240,0, 0.5);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-custom-green {
    background-color: #000;
	background-image: linear-gradient(to right, #1A1A27, rgba(0,200,20, 0.5), #1A1A27);
	color: rgba(170,170,170);
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,240,20, 0.5);
	box-shadow: 0 0 4px rgba(0,240,20, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.btn-custom-green:hover {
    color: rgba(170,170,170);
    background-color: #000;
    background-image: linear-gradient(to right, #1A1A27, rgba(0,200,20, 0.6), #1A1A27);
    border: 1px solid rgba(10,10,10, 0.50);
    cursor: url("../img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(0,240,20, 0.2), 0px 0px 10px rgba(0,240,20, 0.3), 0px 0px 15px rgba(0,240,20, 0.4), 0px 0px 20px rgba(0,240,20, 0.5);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-custom-red {
    background-color: #000;
	background-image: linear-gradient(to right, #1A1A27, rgba(250,20,0, 0.5), #1A1A27);
	color: rgba(170,170,170);
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid rgba(250,20,0, 0.5);
	box-shadow: 0 0 4px rgba(250,20,0, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.btn-custom-red:hover {
    color: rgba(170,170,170);
    background-color: #000;
    background-image: linear-gradient(to right, #1A1A27, rgba(250,20,0, 0.6), #1A1A27);
    border: 1px solid rgba(10,10,10, 0.50);
    cursor: url("../img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(250,20,0, 0.2), 0px 0px 10px rgba(250,20,0, 0.3), 0px 0px 15px rgba(250,20,0, 0.4), 0px 0px 20px rgba(250,20,0, 0.5);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-custom-blue {
    background-color: #000;
	background-image: linear-gradient(to right, #1A1A27, rgba(0,20,240, 0.5), #1A1A27);
	color: rgba(170,170,170);
	padding: 0px 5px 0px 5px;
	border-radius: 5px;
	border: 1px solid rgba(0,20,240, 0.5);
	box-shadow: 0 0 4px rgba(0,20,240, 0.5);
	font-size: 12.5px;
	font-weight: bold;
    display: inline-block;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.btn-custom-blue:hover {
    color: rgba(170,170,170);
    background-color: #000;
    background-image: linear-gradient(to right, #1A1A27, rgba(0,20,240, 0.6), #1A1A27);
    border: 1px solid rgba(10,10,10, 0.50);
    cursor: url("../img/link.cur"), auto;
    box-shadow: 0px 0px 5px rgba(0,20,240, 0.2), 0px 0px 10px rgba(0,20,240, 0.3), 0px 0px 15px rgba(0,20,240, 0.4), 0px 0px 20px rgba(0,20,240, 0.5);
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-custom-top {
    margin-right: -28px;
    display: inline-block;
    font-size: 12px;
    border-radius: 50px;
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
	transform: scale(0.5);
    filter: saturate(1.5) drop-shadow(0 0 0.1rem rgba(0,240,0));
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}

.btn-custom-top:hover {
    border-radius: 50px;
    cursor: url(".././img/link.cur"), auto;
    transform: scale(0.6);
    filter: saturate(1.5) drop-shadow(0 0 0.5rem rgba(0,240,0));
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}