/****** FONTS ******/
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Orbitron&family=Permanent+Marker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cute+Font&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

/****** GLOBAL STYLES ******/
body {
    background-color: #070707 !important;
    color: #ffffff;
}

body::before{    
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    z-index: -1;
  
    display: block;
    background-image: url('../images/background_desktop.png');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
  
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 1.0) 50%, transparent 100%);
}

.body {
    display: flex;
    flex-wrap: nowrap;
    overflow-y: auto;
}

a, 
a:focus,
a:active,
a:hover {
    color: inherit;
}

hr {
    border-top: 1px solid #474747 !important;
}

/****** CONTAINER STYLES ******/
.main-container {    
    display: flex!important;
    height: 100%;
    flex: 0 0 auto;
    flex-basis:  950px;
    width: 995px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    background: rgba(12, 0, 8, 0.738);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.game-container {
    width: 700px !important; 
    padding: 0 !important;
    flex: 0 0 auto;
    flex-basis:  700px;
    background:rgba(0,0,0,0.4);
    border-bottom-right-radius: 20px;
}

.logo-container {  
    width: 995px;  
    padding: 5px;
    font-family: 'Bebas Neue', sans-serif;
    color: gold !important;
    font-size: 16px;
}

footer {
    width: 995px;
    margin: 0 auto;
    background: rgba(12, 0, 8, 0.738);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

/****** MISC STYLES ******/
.no-scroll {
    overflow: hidden;    
}

.padding {
    padding: 0 10%;
}

.tiny {
    font-size: 12px;
    line-height: 20px;
}

.font-neue {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 18px;
}

.font-cute {    
    font-family: "Cute Font", sans-serif;
}

.font-montserrat {
    font-family: "Montserrat", sans-serif;
}

.timer-active {
    color: #fff !important;
    font-family: "Cute Font", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400 !important;
}


.alert .timer-active {
    color: #fff !important;
    font-family: "Cute Font", sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 400 !important;
}

.widget-header .timer-active,
.widget-header .timer-done {    
    color: rgb(237, 201, 0)!important;
    font-size:  18px!important;
    font-family: "Cute Font", sans-serif;
    font-style: normal;
    font-weight: 400 !important;
}


.dropdown-content .timer-active {
    color: #cd3a3a !important;
    font-family: "Cute Font", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400 !important;
}

.timer-done {
    color: #3c763d !important;
    font-family: "Cute Font", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400 !important;
}

.new {
    color: #3c763d ;
    font-weight: bold;
}

.nowrap {
    white-space: nowrap;
}

.ellipsis {
    text-overflow: ellipsis;
}

.slide-up {
    animation-name: slideUp;
}
    
@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

/****** BBCODE STYLES ******/
.bb_image {
    max-width: 100%;
}

/****** LOGIN STYLES ******/
.login-logo {
    padding-top: 50px;
    padding-bottom:50px;
    text-align: center;
	margin-bottom: -35px;
}

.login-form {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
}

/* Recaptcha box */
.recaptcha-wrapper {
  display: flex;
  justify-content: center;
}

.g-recaptcha {
  transform: scale(0.85);
  transform-origin: center;
  margin-bottom: 20px;
}

/* Divider */
.divider {
  display: flex;
  align-items: center;
  text-align: center;
  color: #6b7280; 
  font-size: 0.875rem;
  margin: 1.5rem 0;
}

.divider::before,
.divider::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #d1d5db;
}

.divider:not(:empty)::before {
  margin-right: 0.75em;
}
.divider:not(:empty)::after {
  margin-left: 0.75em;
}

/****** SIDEBAR STYLES ******/

.side-bar {
    background: #050505 !important;
    width: 260px !important;
    flex: 0 0 auto;
    flex-basis:  260px;
    opacity: 0.9;
    position: relative;
    border-bottom-left-radius: 20px;
}

.profile,
.profile-widget {
    background: linear-gradient(180deg, rgba(35,37,38,1) 0%, rgba(16,17,18,1) 100%);
    border-radius: 5px;
}

.profile-widget:not(.points-menu):hover .widget-title .float-end {
    color: #fff !important;
}

.profile {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.profile-picture img {
    width: 100px;
    height: 100px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.4);
}

.profile-info {
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 110px);
    white-space: nowrap;
    overflow: visible;
    color: #fff;
}

.profile-info h5,
.profile-info h6 {    
    line-height: 10px;
}

.profile-picture,
.profile-info {
    display: inline-block;
    vertical-align: middle;
}

.name  {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px !important;
    padding-top: 5px;
    margin-bottom: -10px;
}


.profile-links .btn-group a{
    width: 41.1px;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.profile-widget .widget-title {
    background: #050505;
    text-align: left;    
    font-family: 'Bebas Neue', sans-serif;
    color: #888 !important;
    font-size: 16px;
    padding: 2px;
}

.profile-widget .widget-title i {
    color: gold !important;
}

.profile-widget .widget-title .member-badge i {
    color: rgba(66, 32, 3, 1) !important;
}

.profile-widget .widget-title .member-badge {
    margin-left: 0px !important;
}

.profile-widget .widget-title b,
.profile-widget .widget-title .float-end {
    color: #999;
    font-weight: 600;
    font-size: 10px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin-top: 3px;
}

.widget-title .float-end {
    color: #999;
}
  
.money .form-control,
.money .btn {
    border-radius: 0 !important;
}

.input-content {
    display: inline-block;
    width: auto;
    min-width: 100%;
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    color: #999 !important;
    border: 1px solid #1d1d1e !important;
    background: #080708 !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.col-4:hover .menu-icon i {
    transform: scale(1.2);
    transition: transform 0.3s ease;
    color: #ffdd00 !important;
}

input.points:disabled {
    cursor: default !important;
}

input,
input:disabled {    
    color: #888 !important;
    border: 1px solid #1d1d1e !important;
    background: #080708 !important;
}

.menu-icon {
    width: 55px;
    height: 45px;
    border: 1px solid gold;
    margin: auto;
    background-position: top center !important;
    background-size: 100% 100% !important;
    padding: 12px;
    border-radius: 5px;
}

.menu-icon i {
    color: gold !important;
    font-size: 16px;
}

.menu-text {
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Bebas Neue', sans-serif;
    color: gold !important;
    font-size: 13px;
    height: 30px;
    line-height: 15px;
}

.mission-image {
    background:#050505;
    border:1px solid #000;
    border-bottom:none;
    width: 100%;
    margin-bottom: -17px;
    z-index: 1;
}

/****** HEADER STYLES ******/

.header {
    border-bottom: 2px solid rgba(85, 86, 87, 0.1);
    background: rgb(35,37,38);
    background: linear-gradient(180deg, rgba(35,37,38,1) 0%, rgba(16,17,18,1) 100%);
    line-height: 20px;
    min-width: 995px;
}

.header .logo-container {
    line-height: 10px;    
}

.logo-container img {
    height:23px;
}

.logo {
    font-size:18px;
    margin-top:2px;
    padding-left:2px;
}

.header button {
    border: 1px solid #000;
    border-radius: 0%;
    padding: 0px;
    height: 45px;
    color: rgb(66, 32, 3);
    font-size: 18px;
}

.header .col-6 {
    border-top: none;
    border-bottom: none;
}

.header .username {
    font-family: 'Bebas Neue', sans-serif;
    color: gold !important;
    font-size: 20px;
}

.username {    
    font-family: 'Bebas Neue', sans-serif;
    color: gold;
    font-size: 20px;
    width: 100%;
    padding-top: 10px;
    display: inline !important;
}

.member-badge {
    width: 17px;
    height: 17px;
    font-size: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: -2px;
    left: -5px;
    padding: 4px;
    color: rgba(66, 32, 3, 1);
    background: linear-gradient(180deg, rgba(255, 255, 0, 1) 0%, rgba(255, 229, 0, 1) 50%, rgba(224, 187, 0, 1) 58%, rgba(250, 179, 0, 1) 100%);
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    box-shadow: 0 0 3px rgba(255, 229, 0, 0.5); 
    margin-right: -10px !important;
}

.member-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite linear;
    pointer-events: none;
}

.navbar-toggle-points {
    position: relative;
    font-size: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 0, 1) 0%, rgba(255, 229, 0, 1) 50%, rgba(224, 187, 0, 1) 58%, rgba(250, 179, 0, 1) 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(255, 229, 0, 0.5);
    overflow: hidden;
    transition: background 0.3s ease;
}

.navbar-toggle-points:hover {
    background: linear-gradient(180deg, rgba(255, 255, 0, 1) 0%, rgba(255, 229, 0, 1) 50%, rgba(224, 187, 0, 1) 58%, rgba(250, 179, 0, 1) 100%);
    box-shadow: 0 0 8px rgba(255, 229, 0, 0.7);
}

.navbar-toggle-points::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite linear;
    pointer-events: none;
}

@keyframes shine {
    0% {
      left: -150%;
    }
    100% {
      left: 150%;
    }
}

.member-badge {
    margin-left: 5px !important;
    margin-right: -5px !important;
}

.user-rank {
    margin-top: -8px;
    margin-bottom: -2px;
}


.user-name {
    z-index: 99;
}

.sub-header {
   background: rgba(12, 0, 8, 0.72);
   box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
   backdrop-filter: blur(8.9px);
   -webkit-backdrop-filter: blur(8.9px);
   height: 55px;
   font-family: 'Bebas Neue', sans-serif;
   color: gold;
   line-height: 5px!important;
   border-bottom: 2px solid #444;
   z-index: 995;
}

.header .main-container {
    background: none;
    padding: 0;
}

.sub-header-2 {
    position: relative;
    height: 300px;
    background-image: url('../images/feature-background.png');
    background-size: cover;
    overflow: hidden;
}
  
.sub-header-2::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background-image: linear-gradient(to top, rgba(10, 10, 10, 1) 10%, transparent);
    z-index: 1;
}
  
.sub-header-2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(to right, rgba(10, 10, 10, 1) 10%, transparent);
    z-index: 1;
}

.location-bar {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 40px;
    font-family: 'Bebas Neue', sans-serif;
    color: gold;
    font-size: 20px;
    text-align: end;
    position: inherit;
}

.game-header {
    width: 698px !important;
    height: 136px;  
    background: #050505 !important;
}

.prize-hub {    
    width: 355px !important;
    height: 136px;  
    background-color: rgba(0, 0, 0, 0.1);
    float: left;
}

.game-widget {
    height: 115px;  
    width: 105px;
    background-repeat: no-repeat;
    background-size: contain;    
    background-position: center;
    opacity: 0.85;
    font-size:  11px;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-top: 15px;
    margin-left: 10px;
}

.game-widget.lottery {
    background-image:url(../images/lottery.png);
}

.game-widget.crack-the-safe {
    background-image:url(../images/crackTheSafe.png);
}

.game-widget.online-prize {
    background-image:url(../images/onlinePrize.png);
}

.widget-header {
    position: relative;
    top:-17px;
    width: 105px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:  18px;
    font-weight: 600;
    color: rgb(237, 201, 0);
    background: rgba(0,0,0,0.2) !important;
    font-family: "Cute Font", sans-serif;
    font-style: normal;
    font-weight: 400 !important;
}

.widget-footer {
    position: relative;
    top: 50px;
    padding: 4px;
    background: rgba(0,0,0,0.7) !important;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:  11px;
    font-weight: 600;
    color: #fff;
}

.game-widget:hover {
    opacity: 1;
}

.equipment {
    display: flex;
    flex-wrap: nowrap;    
    width: 343px;
    height: 75px;
    float: left;
    padding-top: 8px;
    padding-left: 10px;
}

.equipment .slot {
    height: 60px;
    width: 60px;
    background: #050505;
	background-repeat: no-repeat;
    background-size: contain;	
    background-position: center;
    border: 1px solid #333;
    margin-right: 5px;
    position: relative;
}

.equipment .slot-item {
    position: relative;
    max-height: 80%;
    max-width: 80%;
    margin-right: 2px;
    margin-top: 5px;
    padding: 5px;
    z-index: 2;
}

.equipment .slot[data-slot="Hat-empty"] {
	background-image: url("/modules/installed/inventory/assets/hat.png");
}

.equipment .slot[data-slot="Mask-empty"] {
	background-image: url("/modules/installed/inventory/assets/mask.png");
}

.equipment .slot[data-slot="Trousers-empty"] {
	background-image: url("/modules/installed/inventory/assets/trousers.png");
}

.equipment .slot[data-slot="Top-empty"] {
	background-image: url("/modules/installed/inventory/assets/top.png");
}

.equipment .slot[data-slot="Weapon-empty"] {
	background-image: url("/modules/installed/inventory/assets/wep.png");
}

.equipment .bullets {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	font-size:8px !important;
	font-weight: 600;
	color: #888;
    background-color: #111;
    padding: 1px;
    z-index: 1;
}

.equipment .dura {
	position: relative;
	left: 0;
	bottom: 0;
	padding: 0 !important;
}

.equipment .dura .progress {
	border-radius: 0;
	width: 60px !important;
    height: 9px;
    border: none !important;
	background: #151515;
    border: 1px solid #333 !important;
    margin-left: -1px;
}

.progress {
}

.survival-hub {    
    float: left;
    width: 343px;
    height: 61px;
}

.combat-stats {
    width: 140px;
    height: 100%;
    padding-top: 5px;
    padding-left: 10px;
    padding-left: 10px;
    float: left;
}

.attack-power .progress,
.defense-power  .progress { 
    line-height: 0px !important;
    margin: 1px !important;
    padding: 1px !important;
    padding-top: 0 !important;
    background:#111;
    height: 15px; 
    margin-bottom: 10px !important;
    width: 100%; 
    border: 1px solid rgba(0,0,0,1); 
    border-radius: 0;
}

.survival-stats {
    width: 203px;
    height: 100%;
    float: left;
    padding: 0;
    padding-left: 10px;
}

.survival-bar {
    width: 45px;
    height: 100%;
    float: left;
    padding: 5px;
}

[role="survivalbar"] {
    --percentage: var(--value);
    --primary: gold;
    --secondary: #333;
    --size: 40px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
}
  
[role="survivalbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(
      var(--secondary) calc(100% - var(--percentage) * 1%),
      var(--primary) 0
    );
    mask: radial-gradient(circle, transparent 50%, white 56%, white 64%, transparent 65%);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(circle, transparent 56%, white 61%, white 54%);
    -webkit-mask-mode: alpha;
}

[role="survivalbar"]::after {
    counter-reset: percentage var(--value);
    content: "\f004";
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    font-size: 13px;
    color: var(--primary);
    padding-top: 1px !important;
    padding-right: 1px !important; 
}
  
.energy [role="survivalbar"]::after {
    content: "\f0e7";
}

  
.nerve [role="survivalbar"]::after {
    content: "\f7b6";
}

.uninsured [role="survivalbar"] {
    --primary : #333;
}

.insured [role="survivalbar"] {
    --primary : #0b7e00;
}

.insured [role="survivalbar"]::after,
.uninsured [role="survivalbar"]::after {
    content: "\e19b";
    transform: rotate(-10deg);
}

/****** MENU STYLES ******/

.menu {
    height: 38px;
    width: 100%;
    background: linear-gradient(180deg, rgba(35,37,38,1) 0%, rgba(16,17,18,1) 100%);
    display: flex;
    align-items: center;
}

.menu-item {
    width: 18%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    float: inline-start;
    padding: 7px;
    border: 1px solid #111;
}

.menu-link {    
    font-family: 'Bebas Neue', sans-serif;
    font-size: 17px;
    color: #888;
}

.menu-item:hover .menu-link {
    color: gold;
}

.menu-item:hover {
    color: gold;
    background: rgba(10, 10, 10, 0.4);
    cursor: pointer;
}

.menu-item.disabled {
    opacity: 0.8;
    pointer-events: none;
}
  
.dropdown-content {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    background-color: #333;
    width: 150%;
    z-index: 100;
    border: 1px solid #222;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.menu-item:hover .dropdown-content {
    display: block;
}

.dropdown-content a {
    text-decoration: none;
    display: block;
    color: #adabab !important;
}

.dropdown-content a:hover {
    background-color: #333;
    color: #c9c5c5 !important;
}

.dropdown-item {
    text-align: left;
    padding: 8px 4px !important;
    border: 1px solid #222;
    font-size: 12px;
}

.dropdown-item:nth-child(odd) {
    background-color: #080808;
}    

.dropdown-item:nth-child(even) {
    background-color: #131313;
}

.search-bar {
    flex-grow: 1;
    padding: 0 10px;
}

.search-bar input[type="text"] {
    width: 100%;
}

.search-bar .btn-secondary {
    background-color: rgba(35,37,38,1) !important;
    height: 28px !important;
    border: none !important;
    margin-top: -2px !important;
}

.search-bar .input-group {
    padding: 0 !important;
}

.search-bar input {
    border: 1px solid #111 !important;
}

.dropdown-search {
    position: absolute;
    z-index: 1000;
    display: none;
    width: 152px;
    padding: 0;
    margin: 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #111;
    border-radius: 0px;
    border: 2px solid #12121214;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

.dropdown-search .dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    color: #777;
    text-align: inherit;
    white-space: nowrap;
    background: none;
    border: 0;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,.175);
}

.dropdown-search .dropdown-item:hover,
.dropdown-search .dropdown-item:focus {
    color: #ddd;
    text-decoration: none;
    background-color: #111;
    border: 1px solid rgba(200,200,200,.175);
}

.dropdown-search .dropdown-item:nth-child(odd) {
    background-color: #080808;
}

.dropdown-search .dropdown-item:nth-child(even) {
    background-color: #131313;
}

.dropdown-item.selected {
    color: #ddd;
    border: 1px solid rgba(200, 200, 200, 0.175);
}

/****** GAME STYLES ******/

.game {
    width: 700px !important;
    padding-left: 40px !important;
}

.notifications {
    position: fixed;
    top: 40px;
    right: 10px;
    width: 400px;
    z-index: 9;
    opacity: 1;
}

.notifications .alert {    
    background: rgba(30, 30, 30, 1) !important;
    font-size: 12px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
}

/*THIS IS FOR HEIST NOTIFICATION*/
.alert-warning p {
    color: #fff !important;
}

.bullets {
    position: relative;
    display: inline-block;
}

.bullets .slot {
    position: relative;
	height: 62.9px;
	width: 62.9px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid #333;
	padding-top: 5px;
    display: inline-block;
    margin: 5px;
    margin-top: 0px;
}

.bullets .slot img {
	height: 40px; 
	margin-top: 0px;
    margin-left: 8px;
	margin-bottom: 13px;
}

.bullets .slot .qty {
	position: absolute;
	bottom: 2px;
	right: 2px;
	color: #999;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 11px;
	font-weight: 700;
}

/****** USER STATUS STYLES ******/

.user-status-0 .side-bar,
.user-status-2 .side-bar,
.user-status-2 .game-header,
.user-status-2 .game-container .menu,
.user-status-2 .game-container .notifications,
.user-status-2 #ajax-chat {
    display: none;
}

.user-status-2 .header,
.user-status-2 .navbar {
    display: none !important;
}

.user-status-2 .navbar {
    display: none;
}

.user-status-2 .row.mt-4 .logo {
    height: 140px;
    margin-bottom: 40px;
}

.user-status-2 .game {
    background: none !important;
}

.user-status-0 .game-container,
.user-status-2 .game-container {
    width: 700px !important; 
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    background: none;
}

.user-status-0 .logo-container {
    text-align: center !important;
    width: 100%;
}

.user-status-0 .sub-header,
.user-status-0 .header .col-md-2,
.user-status-0 .header .col-md-3 {
    display: none;
}

.user-level-0:before {
    content: "[BANNED]";
}
.user-level-0,
.user-level-0:hover {
    color: #777;
}

.user-level-2,
.user-level-2:hover {
    color: #ff0;
    font-weight: bold;
}

/****** ALERT STYLES ******/

.alert-test {
    display: flex;
    width: 100%;
    height: 100px;
    border: 1px solid #000;
    box-sizing: border-box;
}

.alert-icon .icon-badge {
    height: 100%;
}

.alert-icon, .alert-close {
    width: 50px;
}

.middle {
    flex-grow: 1;
    background-color: #7f7fff;
}

div.alert {
    padding: none !important;
    min-height: 100%;
    display: flex;
    box-sizing: border-box;
}

div.alert i.fa-solid.fa-triangle-exclamation {
    font-size: 30px;
    color: rgb(158, 3, 3);
}

div.alert i.fa-regular.fa-square-check {
    font-size: 30px;
    color: rgb(1, 87, 1);
}

div.alert.alert-success {
    border: 3px solid rgb(1, 87, 1);
    background: rgba(35,37,38,1);
    background: linear-gradient(180deg, rgba(35,37,38,0.9) 0%, rgba(16,17,18,0.9) 100%);
    box-shadow: 1px 1px 5px rgb(0,0,0,0.5);
    text-align: left;
    color: #fff;
}

div.alert.alert-info,
div.alert.alert-warning, 
div.alert.alert-danger.game-timer {
    border: 1px solid rgb(250,220,10,1);
    background: rgba(35,37,38,1);
    background: linear-gradient(180deg, rgba(35,37,38,1) 0%, rgba(16,17,18,1) 100%);
    color: #ffd400 !important;
    font-weight: 200;
    box-shadow: 1px 1px 5px rgb(0,0,0,0.5);
    text-align: left;
    border-radius: 0px!important;
}

div.alert.alert-danger:not(.game-timer) {
    border: 2px solid rgba(169, 0, 0, 0.56);
    background: rgb(50, 0, 0);
    background: linear-gradient(180deg, rgba(56, 0, 0, 0.9) 0%, rgba(40, 0, 0, 0.9) 100%);
    text-align: left;
    color: #fff !important;
    border-radius: 5px !important;
}

div.alert.alert-info:not(.game-timer) {
    border: 2px solid rgba(58, 22, 158, 0.56);
    background: rgb(135, 87, 255);
    background: linear-gradient(180deg, rgba(131, 0, 224, 0.176) 0%, rgba(24, 0, 49, 0.505) 100%);
    text-align: left;
    color: #fff !important;
    border-radius: 5px !important;
}

div.alert.alert-warning:not(.game-timer) {
    border: 2px solid rgba(58, 26, 3, 0.805);
    background: rgb(252, 255, 87);
    background: rgba(16, 9, 1, 1) !important;
    text-align: left;
    color: #ffd632c1 !important;
    border-radius: 5px !important;
}

div.icon-badge.danger {
    width: 50px;
    min-height: 50px;
    max-height: 100%;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 4px;
    color: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(55, 7, 7) 0%, rgb(53, 5, 5) 50%, rgb(47, 10, 10) 58%, rgb(147, 0, 0) 100%);
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    border: 2px solid rgb(27, 7, 7);
}

div.icon-badge.danger i {
    color: #ffa3a3c1 !important;
    margin-top: -4px;    
    margin-left: 26px;    
    font-size: 25px !important;
}

div.icon-badge.info {
    width: 50px;
    min-height: 50px;
    max-height: 100%;
    font-size: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 4px;
    color: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(100, 0, 182) 0%, rgb(75, 2, 114) 50%, rgb(72, 0, 143) 58%, rgb(89, 0, 178) 100%);
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    border: 2px solid rgb(27, 7, 7);
}

div.icon-badge.info i {
    color: #cea3ffc1 !important;
    margin-top: -2px;    
    margin-left: 22px;    
    font-size: 22px !important;
}

div.icon-badge.warning {
    width: 50px;
    min-height: 50px;
    max-height: 100%;
    font-size: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 4px;
    color: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(255,229,0,1) 50%, rgba(224,187,0,1) 58%, rgba(250,179,0,1) 100%);
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    border: 2px solid rgb(49, 19, 4);
}

div.icon-badge.warning i {
    color: #3b1500 !important;
    margin-left: 0px;    
    font-size: 25px !important;
}

div.icon-badge::before {
    content: '';
    position: absolute;
    top: 0;
    left: -150%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    transform: skewX(-25deg);
    animation: shine 2s infinite linear;
    pointer-events: none;
}


div.alert.alert-success button.close,
div.alert.alert-danger button.close,
div.alert.alert-warning-timer button.close,
div.alert.alert-warning button.close {
    padding: 10px;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    vertical-align: middle;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

div.alert.alert-success .alert-text,
div.alert.alert-danger .alert-text,
div.alert.alert-info .alert-text,
div.alert.alert-warning .alert-text,
div.alert.alert-warning-timer .alert-text {
    display: flex;
    flex-direction: column; /* Stack child elements vertically */
    justify-content: center; /* Center them vertically */
    text-align: left; /* Align text to the left */
    font-size: 12px;
    font-family: "Open Sans", serif;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    font-weight: 400;
    flex-grow: 1;
}

div.alert.alert-success .alert-text p,
div.alert.alert-danger .alert-text p,
div.alert.alert-info .alert-text p,
div.alert.alert-warning .alert-text p,
div.alert.alert-warning-timer .alert-text p,
div.alert.alert-success .alert-text small,
div.alert.alert-danger .alert-text small,
div.alert.alert-info .alert-text small,
div.alert.alert-warning .alert-text small,
div.alert.alert-warning-timer .alert-text small {
    margin: 0; /* Reset margins for internal elements if needed */
}

.alert-text {
	margin-left: 5px;
}

div.alert.alert-warning .alert-text {
    margin-left: 5px;
}

div.alert.alert-warning .alert-text small {
    color: #ffd632c1 !important;
    font-weight: 400;
}

div.alert.alert-warning-timer:not(.game-timer) {
    border: 2px solid rgba(0, 193, 207, 0.805);
    background: rgb(252, 255, 87);
    background: rgba(7, 31, 43, 0.533) !important;
    text-align: left;
    color: #ffd632c1 !important;
    border-radius: 5px !important;
}

div.icon-badge.warning-timer {
    width: 50px;
    min-height: 50px;
    height: 100%;
    max-height: 100%;
    font-size: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 4px;
    color: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(0, 255, 242) 0%, rgb(0, 191, 255) 50%, rgb(0, 190, 224) 58%, rgb(0, 175, 250) 100%);
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: -10px !important; 
    border: 2px solid rgb(49, 19, 4);
}

div.icon-badge.warning-timer i {
    color: #002663aa !important;
    margin-left: 0px;    
    font-size: 25px !important;
}

div.alert.alert-warning-timer span.timer-active,
div.alert.alert-warning-timer span.timer-done {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    font-size: 20px;
    border-radius: 5px;
    padding: 0px 5px;
}

div.alert.alert-success:not(.game-timer) {
    border: 2px solid rgba(0, 69, 10, 0.805);
    background: rgb(252, 255, 87);
    background: rgba(7, 43, 15, 0.533) !important;
    text-align: left;
    color: #ffd632c1 !important;
    border-radius: 5px !important;
}

div.icon-badge.success {
    width: 50px;
    min-height: 50px;
    max-height: 100%;
    font-size: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0px;
    left: 0px;
    padding: 4px;
    color: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(13, 55, 7) 0%, rgb(6, 53, 5) 50%, rgb(10, 47, 13) 58%, rgb(47, 147, 0) 100%);
    border-radius: 5px;
    overflow: hidden;
    vertical-align: middle;
    margin-right: -10px !important; 
    border: 2px solid rgb(3, 28, 0);
}

div.icon-badge.success i {
    color: #cececec7 !important;
    margin-left: 0px;    
    font-size: 25px !important;
}

div.alert.alert-success span.timer-active,
div.alert.alert-success span.timer-done {
    background: rgba(0, 0, 0, 0.5) !important;
    color: #fff !important;
    font-size: 20px;
    border-radius: 5px;
    padding: 0px 5px;
}
/****** BUTTON STYLES ******/


.btn-default,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-secondary {
    color:#ffffff9a;
    position: relative;
    border: none;
    background-color: transparent !important;
    font-size: 11px;
    font-weight: 600;
    padding: 7px 15px;
    text-shadow: rgba(0, 0, 0, 1) 1px;
}

.btn-custom:not(.profile-links .btn-custom):not(.user-buttons .btn-custom):not(.navbar .btn-custom){
    font-size: 11px;
    border: 2px solid #6b6b00a8;
    font-weight: 600;
}

.btn:hover{
    text-decoration: underline;
    background-color: inherit;
}

.navbar button {
    /*background-image: url("../images/btn2.png");*/
    background-position: center;
    background-size: 100% 100%;
    height: 38px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgba(66, 32, 3, 1);
    border: none;
    background-color: transparent !important;
    font-size: 22px;
    border-radius: 5px;
    margin: 5px;
}

.btn-group .btn {
    position: relative;
    overflow: visible; 
}
  
.btn-group .btn i {
    transition: transform 0.3s ease;
}
  
.btn-group .btn:hover i,
.input-group-btn a:hover i {
    transform: scale(1.2);
}

.btn-group .btn-custom:hover {
    color: #000;
}

.input-group .btn-secondary:hover {
    color: #fff;
}

.btn-secondary i {
    color: gold;
}

.input-group .btn-secondary {
    color: #888;
 }

.btn-group .btn .badge {
    position: absolute;
}

button:hover {
    text-decoration: none!important;
}

/****** PROGRESS STYLES ******/

.xp-bar .progress {
    background: #050505; 
    height: 18px; 
    width: 100%; 
    border: 1px solid rgba(30,30,30,0.7); 
    border-radius: 0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.xp-bar .progress b {
    font-size: 10px!important;
    margin-top: 1px;
}

.profile-stats .progress {
    background:#111;
    height: 20px; 
    width: 100%; 
    border: 1px solid rgba(0,0,0,1); 
    border-radius: 0;
	z-index: 2 !important; 
	position: relative;
    margin-top: -19px;
}

.profile-stats b {    
	position: relative;
	z-index: 3 !important; 
	font-size: 12px;
}

.heat-bar-container {
    margin-bottom: 40px;
}

.heat-bar-container img {
    width: 245px;
}

.heat {
    margin-top:-38px;
    margin-left:73px;
    margin-right:69px;
}

.heat .progress {
    border-radius: 5px;
    border: 1px solid transparent;
    background: #111;
}

/* DELETE IN FUTURE*/
.heat-bar {
    height: 30px !important;
    position: relative;
    overflow: hidden;
    background: repeating-linear-gradient(
        to right,
        #eec600,
        #eec600 24px,
        #000 24px,
        #eec600 25px,
        #eec600 48px,
        #000 49px
    );
}

.heat-bar[data-progress="5"],
.heat-bar[data-progress="6"],
.heat-bar[data-progress="7"],
.heat-bar[data-progress="8"],
.heat-bar[data-progress="9"],
.heat-bar[data-progress="10"]::before {
    width: 100%;
    background: repeating-linear-gradient(
        to right,
        #eec600,
        #eec600 24px,
        #000 24px,
        #eec600 25px,
        #eec600 48px,
        #000 49px
    )!important;
}

.heat-bar[data-progress^="5"],
.heat-bar[data-progress^="6"],
.heat-bar[data-progress^="7"]{
    width: 100%;
    background: repeating-linear-gradient(
        to right,
        rgb(217, 101, 0),        
        rgb(217, 101, 0) 24px,
        #000 24px,
        rgb(217, 101, 0) 25px,
        rgb(217, 101, 0) 48px,
        #000 49px
    );
}

.heat-bar[data-progress^="8"],
.heat-bar[data-progress^="9"],
.heat-bar[data-progress="100"]::before {
    width: 100%;
    background: repeating-linear-gradient(
        to right,        
        rgb(171, 0, 0),
        rgb(171, 0, 0) 24px,
        #000 24px,
        rgb(171, 0, 0) 25px,
        rgb(171, 0, 0) 48px,
        #000 49px
    );
}

.progress-bar-danger-custom {
    background: rgb(143, 0, 14);
}

.progress {
    background-color: #050505;
    border: 1px solid #000;
}

.progress-bar-success {
    background-color: #040;
}

.progress-mobile {
    height: 10px;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.text-bg-warning {    
    background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(255,229,0,1) 50%, rgba(224,187,0,1) 58%, rgba(250,179,0,1) 100%);
    color: #000;
}

/****** COLOR STYLES ******/
.btn-default,
.btn.btn-default:hover {
    background: rgb(48,48,48);
    background: linear-gradient(180deg, rgba(86,86,86,1) 0%, rgba(48,48,48,1) 5%, rgba(48,48,48,1) 35%, rgba(36,36,36,1) 50%);
    border: #2c2c2c 1px solid;
    color: #fff;
}

.panel-default > .panel-heading {
    border-bottom: 2px solid rgba(85, 86, 87, 0.1);
    background: rgb(35,37,38);
    background: linear-gradient(180deg, rgba(35,37,38,1) 0%, rgba(16,17,18,1) 100%);
    border: #2c2c2c 1px solid;
    color: #ffd400 !important;
    font-weight: 200;
}

.bg-dark {    
    height: 55px;
    background: rgb(35,37,38);
    background: linear-gradient(180deg, rgba(35,37,38,1) 0%, rgba(16,17,18,1) 100%);
    padding-top: 15px;
    border-bottom: 2px solid #444;
}

.bg-dark .a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -9999px;
        overflow: hidden; 
        text-decoration: none;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.text-success {
    color: #070 !important;
}

.btn-success,
.btn.btn-success:hover,
.panel-success > .panel-heading {
    border: 2px solid rgba(14, 169, 0, 0.56);
    background: linear-gradient(180deg, rgba(1, 56, 0, 0.9) 0%, rgba(0, 40, 5, 0.9) 100%);
    border: #0c560c 1px solid;
    color: #fff;
}

.text-danger {
    color: #c30000;
}

.btn-danger,
.btn.btn-danger:hover,
.panel-danger > .panel-heading {
    border: 2px solid rgba(169, 0, 0, 0.56);
    background: linear-gradient(180deg, rgba(56, 0, 0, 0.9) 0%, rgba(40, 0, 0, 0.9) 100%);
    color: #fff;
}

.text-info {
    color: #00f3ff;
}

.btn-info,
.btn.btn-info:hover,
.panel-info > .panel-heading {
    border: 2px solid rgba(0, 149, 169, 0.56);
    background: linear-gradient(180deg, rgba(0, 51, 56, 0.9) 0%, rgba(0, 37, 40, 0.9) 100%);
    color: #fff;
}

.text-warning {
    color: #ffd400;
}

.btn-warning,
.btn.btn-warning:hover,
.panel-warning > .panel-heading {
    background: rgb(90,75,00);
    background: linear-gradient(180deg, rgba(150,110,00,1) 0%, rgba(90,75,00,1) 5%, rgba(90,75,00,1) 35%, rgba(60,45,00,1) 50%);
    border: #65500c 1px solid;
    color: #fff;
}

.btn-custom,
.progress-bar-warning {    
    background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(255,229,0,1) 50%, rgba(224,187,0,1) 58%, rgba(250,179,0,1) 100%);
    color: #000;
}

.progress-bar-warning {    
    font-size: 10px;
    font-weight: 600;
}

.btn-custom:active {
    background: linear-gradient(180deg, rgba(255,255,0,1) 0%, rgba(255,229,0,1) 50%, rgba(224,187,0,1) 58%, rgba(250,179,0,1) 100%);
    color: #000;
    border: none;
    outline: none;
}

div.alert-text a.btn,
div.alert-text a.btn-default,
div.alert-text a.btn-primary,
div.alert-text a.btn-default.pull-right,
div.alert-text a.btn-primary.pull-right {
    background: none;
    color: #dcb800;
    border: 1px solid #dcb800;
    padding: 5px 15px;
    border-radius: 5px;
    text-align: center;
    margin: 15px !important;
    position: absolute;
    bottom: 0 !important;
    right: 0 !important;
    font-size: 12px;
    max-width: 150px;
}

div.alert-text a.btn:hover,
div.alert-text a.btn-default:hover,
div.alert-text a.btn-primary:hover,
div.alert-text a.btn-default.pull-right:hover,
div.alert-text a.btn-primary.pull-right:hover {
    background: rgba(53, 10, 0, 0.557) !important;
    color: #e9c202;
    border: 1px solid #e9c202;
    text-decoration: none;
}

.alert-text {
    position: relative;
    padding: 5px 35px 5px 3px !important;
    line-height: 25px !important;
}

.alert-actions {
    text-align: right;
    position: absolute; 
    bottom: 15px;
    right: 15px;
}

.alert-actions a.btn {
    background: none;
    color: #dcb800;
    border: 1px solid #dcb800;
    padding: 5px 15px;
    border-radius: 5px;
    font-size: 12px;
    max-width: 150px;
}

/****** CRIME HOLDER STYLES ******/

.crime-holder {
    border: 1px solid #555;
    background: #010101;
    margin-bottom: 10px;
}

.crime-holder p {
    padding:10px;
    margin:0px;
    text-align: right;
}

.crime-holder .cooldown {
    color: #777;
    padding-right: 20px;
}

.crime-holder .action {
    float: left;
}

.crime-holder .commit {
    background-color: #222;
    border: 1px solid #555;
    padding: 5px 6px;
    border-radius: 3px;
}

.crime-holder .crime-perc {
    width:100%;
    height:2px;
    background-color:#900;
}

.crime-holder .crime-perc .perc {
    height:2px;
    background-color:#090;
    width: 0px;
}

.crime-holder .crime-header {
    background-color: #272727;
    border-bottom: 1px solid #474747;
    padding: 0px 5px;
}

/****** BOOTSTRAP OVERRIDES ******/

.alert {
    border: 1px solid;
}

.well {
    background-color: #151515;
    border: 1px solid #474747;
    text-align: left;
}

.well h3 {
    margin-top: 0px;
}

/*** PANEL STYLES ***/
.panel { 
    background-color: transparent;
    border: none;
}

.panel-heading{
    position: relative;
    text-transform: capitalize;
    color: #fff !important;
    border-bottom: none;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 0px 5px;
    text-align: center;
    line-height: 34px;
}

.panel-body {
    background: #090909;
    border: none;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #373737; 
    border-top: none;
}

.panel { 
    background-color: transparent;
    border: none;
}

.panel-default > .panel-heading{
    position: relative;
    text-transform: capitalize;
    font-family: 'Bebas Neue', sans-serif;
    color: gold !important;
    font-size: 18px;
    border-bottom: none;
    height: 34px;
    background-color: rgba(0, 0, 0, 0.6) !important;
    padding: 0px 5px;
    text-align: center;
    line-height: 34px;
}

.panel-default > .panel-body {
    background: #090909;
    border: none;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #000; 
    border-top: none;
}

.panel-default .panel-heading .tl, 
.panel-default .panel-heading .tr {
    width: 0; 
    height: 0;
    position: absolute;        
}


.panel-default .panel-heading .tl {
    top: 0;
    left: 0;
    border-top: 15px solid #090909; 
    border-right: 15px solid transparent;
}

.panel-default .panel-heading .tr {
    top: 0;
    right: 0;
    border-top: 15px solid #090909; 
    border-left: 15px solid transparent;
}

/*** FORM STYLES ***/

.form-control {
    background-color: rgba(0, 0, 0, 0.67);
    border: 1px solid rgba(255, 255, 255, 0.14);
}

.form-control:focus {
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: none;
}

.form-control-inline {
    display: inline-block;
    width: 200px;
}

.form-group .form-control {
    color: #aaa;
}

/*** DROPDOWN MENU STYLES ***/

.dropdown-menu {
    background-color: #272727;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    background-color: #474747;
    color: #b7b7b7;
}

.dropdown-menu>li>a {
    color: #979797;
}
.dropdown-menu .divider {
    background-color: #979797;
}

/*** TABLE STYLES ***/
table tr td, table tr th {
    text-align: left;
}

.table-borderless tr, .table-borderless tr td, .table-borderless tr th {
    border: none !important;
}

.table-bordered,
.table-bordered th,
.table-bordered td {
    border-color: #272727 !important;
}

.table-striped>thead>tr:nth-child(odd)>td, .table-striped>thead>tr:nth-child(odd)>th {
    background-color: #171717;
}
.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #272727;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
    background-color: #373737;
}

.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
    padding: 2px 5px;
}

/*** IMAGE STYLES ***/
.img-thumbnail {
    background-color: transparent;
    border-color: #555;
}

/****** NAV STYLES ******/

.nav-pills>li>a {
    padding: 5px;
    margin-bottom: 10px;
}

.nav-pills>li>a:hover {
    background-color: #474747;
}

.nav-tabs {
    border-bottom: 1px solid #474747 !important;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.nav-tabs li a {
    border-bottom-color: transparent !important;
}

.nav-tabs li a:hover {
    background-color: #474747;
    border-radius: 5px;
    border-color: transparent;
}

.nav-pills .nav-link {
    color: gold;
    border: 1px solid gold!important;
}

.nav-pills .nav-link.active {
    color: gold!important;
}


.navbar {
    background: rgba(15, 0, 10, 0.72);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.9px);
    -webkit-backdrop-filter: blur(8.9px);
}

/****** LISTS STYLES ******/
.list-group, .list-group .list-group-item {
    border-color: #222222;
    color: #fff;
}

.list-group .list-group-item:nth-child(odd) {
    background-color: #171717;
}    

.list-group .list-group-item:nth-child(even) {
    background-color: #252525;
}

.list-group .list-group-item .badge {
    background-color: transparent;
}

/****** PAGNATION STYLES ******/
.pagination li a {
    background-color: #252524;
    color: #fff;
    border-color: #474747;
}

.pagination li:hover a {
    background-color: inherit !important;
    color: inherit !important;
    border-color: #474747;
}

.pagination li.active a {
    background-color: #676767 !important;
    color: #fff;
    border-color: #ccc;
}

.pagination li:nth-child(odd) a {
    background-color: #161616;
}

/****** TOOLTIP STYLES ******/

.tooltip {
    opacity: 1 !important;
}

.tooltip .tooltip-inner {
    background: #222;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}

.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
    border-top-color: #222;
    left: -2px !important;
}
  
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
    border-right-color: #222;
    left: -2px !important;
}

.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
    border-bottom-color: #222;
    left: -2px !important;
}
  
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
    border-left-color: #222;
    left: -2px !important;
}

.balance {
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 13px !important;
}

/****** GANG STYLES ******/

ul.gang-menu {
    padding: 0;
}

ul.gang-menu li {
    display: inline-block;
    background: linear-gradient(25deg, #412a4b90 0%, #21022790 50%, #33233c90 50%, #28112890 100%);
    height: 70px;
    width: 70px;
    padding-top: 10px;
    border-radius: 10px;
    font-size: 11px;
    margin: 5px;
    text-align: center;
    transition: all 0.3s;
    vertical-align: middle;
    color: #bbb;
    font-weight: 700;
    border: 2px solid #66666630;
}

ul.gang-menu li i {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;  
    font-size: 15px;  
    transition: font-size 0.3s;
}

ul.gang-menu li:hover {
    background: linear-gradient(25deg, #412a4b 0%, #210227 50%, #33233c 50%, #281128 100%);
    color: #fff;
    cursor: pointer;
}

ul.gang-menu li:hover i {
    font-size: 18px;
    margin-bottom: 5px;
}

@media (min-width:770px) {
    .square {
        width: 105px; 
        height: 105px;  
        position: relative;
        display: inline-block;
        background-image: url("../images/sprites/neon_md_sprite.png");
        filter: hue-rotate(60deg);
        z-index: 10;
        -webkit-animation: 
            playvsquare 2.1s steps(6) infinite, 
            playhsquare 0.35s steps(7) infinite; 
    }

    .profile-picture {
        position: relative;
        top: 2px;
        left: 7px;
        z-index: 1;
        display: inline-block;
        width: 105px; 
        height: 105px; 
    }

    .profile-picture img {
        width: 105px;
        height: 105px;
    }
    
    /*.profile-info {
        margin-top: -90px;
    }*/

    @-webkit-keyframes playvsquare {
        0% {
            background-position-y: 0px;
        }
        100% {
            background-position-y: -630px;
        }
    }

    @-webkit-keyframes playhsquare {
        0% {
            background-position-x: 0px;
        }
        100% {
            background-position-x: -735px;
        }
    }
    .picture {
        width: 105px; 
        height: 105px;  
        position: relative;
        display: inline-block;
        background-image: url("../images/sprites/neon_md_sprite.png");
        filter: hue-rotate(60deg);
        z-index: 10;
        -webkit-animation: 
            playvsquare 2.1s steps(6) infinite, 
            playhsquare 0.35s steps(7) infinite; 
    }

    .picture img {
        position: relative;
        top: 15px;
        height: 70%;
        width: 70%;
        filter: hue-rotate(300deg);
    }

    .profile-picture-test {
        width: 105px; 
        height: 105px;
        padding: 0 auto;
        background-size: 80% 80%;
        background-repeat: no-repeat;
        background-position: 50% 50%;

    }
}

/*this is for 10x10 sprites*/
/*@media (min-width:770px) {
    .square {
        width: 105px;
        height: 105px;
        position: relative;
        display: inline-block;
        background-image: url("../images/sprites/violet_md_sprite.png");
        -webkit-animation: playvsquare calc(0.05s * 10 * 6) steps(6) infinite,
                        playhsquare calc(0.05s * 10) steps(10) infinite;
        z-index: 10;
    }

    .profile-picture {
        position: absolute;
        top: 2px;
        left: 7px;
        z-index: 1;
        display: inline;
        width: 105px;
        height: 105px;  
    }

    .profile-picture img {
        width: 105px; 
        height: 105px;  
    }
    
    .profile-info {
        margin-top: -90px;
    }

    @-webkit-keyframes playvsquare {
        0% {
            background-position-y: 0px;
        }
        100% {
            background-position-y: -630px;
        }
    }

    @-webkit-keyframes playhsquare {
        0% {
            background-position-x: 0px;
        }
        100% {
            background-position-x: -1050px;
        }
    }
}*/

/****** SMALL DESKTOP / TABLET STYLES ******/
@media (max-width:998px) {
    .header {
        width: 100%;
    }
    .main-container {
        width: 995px;
    }
}

/****** MOBILE STYLES ******/

@media (max-width: 767px) {
    
    .game {
        width: 100% !important;
        padding: 2px !important;
    }

    .profile-picture img {
        padding: 0 !important;
    }

    .main-container {    
        display: block !important;
        height: 100%;
        flex: none;
        flex-basis: none;
    }

    .game-container {
        width: 96% !important;
    }

    .notifications {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        width: 98%;
    }

    .profile-widget,
    .widget-title {
        background: transparent !important;
    }

    html, body {
        height: 100%;
        font-size: 12px;
        background-size: 200% 100% !important;
        background-repeat: no-repeat;
    }

    html {
        overflow: hidden;
    }
      
    body {
        overflow: scroll;
    }

    body::before {    
        background-image: url('../images/background_mobile.png');
        background-size: cover;
    }

    .main-container{
        width: 95%;
        height: auto;
        margin: 0 auto;
        padding: 0;
        background: none!important;
        margin-top: -15px;
    }

    .game-container{
        width: 95%!important;
        height: auto;
        margin: 0 auto;
        padding: 0;
        background: none!important;
    }

    .header {        
        margin-bottom: 10px;
        min-width: 100%;
		border-bottom: none;
    }

    .header .profile-picture,
    .header .profile-picture img,
    .profile-picture img {
        width: 100%;
        height: 90px;
    }

    .header:first-child {
        border-bottom: 2px solid rgba(85, 86, 87, 0.1);
        background: rgb(35,37,38);
        background: linear-gradient(180deg, rgba(35,37,38,1) 0%, rgba(16,17,18,1) 100%);
    }

    .sub-header {
        border-bottom: 2px solid #444;
    }

    .sub-header .pull-right {
        margin-top: -6px;
    }

    p.carousel-text {
        line-height: 20px;
        margin-top: -27px;
        white-space: pre-line;
    }

    .user-pic,
    .user-info {
        width: 90px;
    }
	
    .user-name,
    .user-bars {
        flex: 1;
        width: 10px;
    }

    .user-info {
        font-size: 13px;
        overflow: hidden;
    }

    .user-bars {
        width: calc(100% - 94px)!important;
        margin: 0 auto!important;
    }
.user-buttons {
    width: 60px;
    position: relative; /* Make sure this is positioned for absolute child elements */
}

.user-buttons .badge {
    z-index: 10;
    border-radius: 50% !important;
    font-size: 11px;
    position: absolute;
}

span.mail-badge {
    margin-top: 0px;   /* Adjust to position the mail badge properly */
    right: 0px; /* Adjust to the right */
    position: absolute !important;
}

span.notifications-badge {
    margin-top: 7px; 
	margin-left: 20px;
    top: -15px;   /* Adjust similarly to match the mail badge's position */
    right: -1px; /* Adjust to the right */
    position: absolute !important;
}

    .username {
        padding-top: 0px;
    }

    .progress-mobile {
        height: 10px;
        margin: 15px;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .side-bar {
        display: none;
    }

    .show-sidebar .side-bar {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

    .show-sidebar .game-container {
        display: none;
    }

    .location-menu,
    .action-menu,
    .community-menu,
    .account-menu,
    .points-menu {
        display: none;
        z-index: 999;
        display: none;
        position: fixed;
        bottom: -20px;
        left: 0;
        right: 0;
        animation-duration: 0.5s;
        animation-timing-function: ease-out;
    }

    .show-location-menu .location-menu,
    .show-account-menu .account-menu,
    .show-community-menu .community-menu,
    .show-action-menu .action-menu,
    .show-points-menu .points-menu {
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

    .location-overlay,
    .actions-overlay,
    .community-overlay,
    .account-overlay,
    .points-overlay {
        position: fixed;
        display: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(12, 0, 8, 0.72);
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(1.9px);
        -webkit-backdrop-filter: blur(1.9px);
        z-index: 998;
    }

    .location-menu .panel-heading,
    .action-menu .panel-heading,
    .community-menu .panel-heading,
    .account-menu .panel-heading,
    .points-menu .panel-heading {
        border-left: none !important;
        border-right: none !important;
        border-radius: 0;
        font-size: 20px;
        padding-top: 3px;
        height: 40px;
    }

    .location-menu .panel-body,
    .action-menu .panel-body, 
    .community-menu .panel-body, 
    .account-menu .panel-body, 
    .points-menu .panel-body {
        max-height: 60vh;
        overflow: auto;
    }

    .menu-icon {
        width: 60px;
        height: 50px;
        border: 1px solid gold;
        margin: auto;
        background-position: top center !important;
        background-size: 100% 100% !important;
        padding: 14px;
    }
    
    
    .menu-icon i {
        color: gold !important;
        font-size: 18px;
    }
    
    .menu-text {
        margin-top: 5px;
        margin-bottom: 5px;
        font-family: 'Bebas Neue', sans-serif;
        color: gold !important;
        font-size: 16px;
        height: 40px;
        line-height: 15px;
    }

    .login-logo {
        padding-top: 25px;
        padding-bottom: 25px;
        text-align: center;
    }
	
	.login-logo img { 
		height: 150px;
		margin-bottom: 0px;
	}
	
	.login-form {
		width: 90%;
	}

    .mobile-menu {
        background-color: #272727;
        height: 100%;
        overflow: auto;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        display: none;
        z-index: 99;
    }

    .mobile-menu ul.nav {
        position: absolute;
        top: 0px;
        bottom: 30px;
        left: 0px;
        right: 0px;
        overflow: auto;
    }

    .mobile-menu .close-mobile-menu {
        position: absolute;
        text-align: center;
        bottom: 0px;
        left: 0px;
        right: 0px;
        line-height: 30px;
        color: #fff;
        z-index: 1100;
        background-color: #474747;
    }
    
    .mobile-menu li {
        float: left;
        text-align: center;
    }

    .mobile-menu li a {
        padding: 7px 15px;
        margin-bottom: 0px;
    }

    .mobile-menu .title {
        background-color: #171717;
        display: block;
        clear: both;
        font-weight: bold;
    }

    .padding {
        padding: 0 2%;
    }

    .game-container {
        width: 100%;
        padding: 0px !important;
        padding-top: 5px !important;
        margin-bottom: 80px;
    }

    .navbar-toggle {
        background-color: #272727;
        border: 1px solid #474747;
        margin-left: -5px;
        margin-right: 0px;
        float: left;
    }
    .navbar-toggle .icon-bar {
        background-color: #fff;
    }
	
	.navbar-toggle-points {
		position: relative;
		font-size: 24px;
		background: linear-gradient(180deg, rgba(255, 255, 0, 1) 0%, rgba(255, 229, 0, 1) 50%, rgba(224, 187, 0, 1) 58%, rgba(250, 179, 0, 1) 100%);
		color: #fff;
		border: none;
		border-radius: 5px;
		padding: 10px 15px;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		box-shadow: 0 0 5px rgba(255, 229, 0, 0.5);
		overflow: hidden;
		transition: background 0.3s ease;
	}

	.navbar-toggle-points:hover {
		background: linear-gradient(180deg, rgba(255, 255, 0, 1) 0%, rgba(255, 229, 0, 1) 50%, rgba(224, 187, 0, 1) 58%, rgba(250, 179, 0, 1) 100%);
		box-shadow: 0 0 8px rgba(255, 229, 0, 0.7);
	}

	/* Shine Effect */
	.navbar-toggle-points::before {
        content: '';
        position: absolute;
        top: 0;
        left: -150%;
        width: 50%;
        height: 100%;
        background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
        transform: skewX(-25deg);
        animation: shine 2s infinite linear;
        pointer-events: none;
	}

	
	@keyframes shine {
        0% {
        left: -150%;
        }
        100% {
        left: 150%;
        }
    }

    .header {
        line-height: 25px;
    }

    .header .logo-container {
        text-align: center !important;
    }
    .header .col-xs-6 {
        padding: 0px; 
    }
    .header .logo-container {
        line-height: 60px;
    }
    
    .logo-container img {
        height: 40px;
    }

    .crime-holder p {
        text-align: center;
    }

    .crime-holder .action {
        display: block;
        float: none;
    }

    .crime-holder .cooldown,
    .crime-holder .commit {
        width: 49%;
        float: none;
        display: inline-block !important;
        text-align: center;
        font-size: 12px;
        margin-top: 8px;
    }
    
    .crime-holder .commit:after {
        content: "";
        clear: both;
        display: block;
    }
	
	.fade-container {
		margin-bottom: -30px;
	}
	
	.fade-container::before {
		background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, #090909 80%);
	}

    .mission-info {
      position: relative;
      z-index: 2;
      margin-top: 10px;
    }
	
	
    .user-pic {
        position: relative;
        height: 85px;
    }

    .member-badge {
        margin-top: -5px;
    }

    .points-balance {
        font-family: 'Arial', sans-serif;
        color: #cbcbcb;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        max-width: 600px;
        margin: 20px auto;
        text-align: center;
        background-color: #050505;
    }
        
    .points-balance p {
        margin: 0;
        font-size: 16px;
        line-height: 1.5;
    }    

    .alert-text {
        margin-top: 0px !important;
        margin-left: 5px !important;
    }
    
    .heat-bar-container {
        margin-bottom: 40px;
    }

    .heat-bar-container img {
        width: 300px;
    }

    .heat {
        margin-top: -48px;
        margin-left: 107px;
        margin-right: 98.5px;
    }

    .heat .progress {
        border-radius: 5px;
        border: 1px solid transparent;
        background: transparent;
        height: 25px;
    }

    .user-status-0 .game-container,
    .user-status-2 .game-container {
        width: 100% !important; 
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

}

/*AVATAR BORDER SYSTEM CSS*/
/* NEON */
.border-neon .picture {
    width: 105px; 
    height: 105px;  
    position: relative;
    display: inline-block;
    background-image: url("../images/sprites/neon_md_sprite.png");
    filter: hue-rotate(60deg);
    z-index: 10;
    cursor: pointer;
    -webkit-animation: 
        playneonv 2.1s steps(6) infinite, 
        playneonh 0.35s steps(7) infinite; 
}

.border-neon .picture img {
    position: relative;
    top: 15px;
    height: 70%;
    width: 70%;
    filter: hue-rotate(300deg);
}

.border-neon  {
    width: 105px; 
    height: 105px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@-webkit-keyframes playneonv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -630px;
    }
}

@-webkit-keyframes playneonh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -735px;
    }
}
    
.border-neon-sm .picture {
    width: 90px; 
    height: 90px;  
    position: relative;
    display: inline-block;
    background-image: url("../images/sprites/neon_sm_sprite.png");
    filter: hue-rotate(60deg);
    z-index: 10;
    cursor: pointer;
    -webkit-animation: 
        playneonsmv 2.1s steps(6) infinite, 
        playneonsmh 0.35s steps(7) infinite; 
}

.border-neon-sm .picture img {
    position: relative;
    top: 15px;
    height: 70%;
    width: 70%;
    filter: hue-rotate(300deg);
}

.border-neon-sm  {
    width: 90px; 
    height: 90px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@-webkit-keyframes playneonsmv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -540px;
    }
}

@-webkit-keyframes playneonsmh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -630px;
    }
}

.border-neon-xs .picture {
    width:62px; 
    height: 62px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/neon_xs_sprite.png");
    z-index: 10;
    -webkit-animation: 
        playneonxsv 2.1s steps(6) infinite, 
        playneonxsh 0.35s steps(7) infinite; 
}
    
.border-neon-xs .picture img {
    top: 15px;
    height: 70%;
    width: 70%;
    filter: hue-rotate(300deg);
}
    
.border-neon-xs {
    width: 62px; 
    height: 62px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@-webkit-keyframes playneonxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -372px;
    }
}
    
@-webkit-keyframes playneonxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -434px;
    }
}

.border-neon-xxs .picture {
    width:42px; 
    height: 42px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/neon_xxs_sprite.png");
    z-index: 10;
    -webkit-animation: 
        playneonxxsv 2.1s steps(6) infinite, 
        playneonxxsh 0.35s steps(7) infinite;
    animation: 
        playneonxxsv 2.1s steps(6) infinite, 
        playneonxxsh  0.35s steps(7) infinite; 
}
    
.border-neon-xxs .picture img {
    filter: hue-rotate(300deg);
    top: 15px;
    height: 70%;
    width: 70%;
}
    
.border-neon-xxs {
    width: 42px; 
    height: 42px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@keyframes playneonxxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -252px;
    }
}
    
@keyframes playneonxxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -294px;
    }
}

@-webkit-keyframes playneonxxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -252px;
    }
}
    
@-webkit-keyframes playneonxxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -294px;
    }
}

/* VIOLET */
.border-violet .picture {
    width: 105px;
    height: 105px;
    position: relative;
    display: inline-block;
    background-image: url("../images/sprites/violet_md_sprite.png");
    filter: hue-rotate(10deg);
    z-index: 10;
    cursor: pointer;
    -webkit-animation: 
        playvioletv calc(0.05s * 10 * 6) steps(6) infinite,
        playvioleth calc(0.05s * 10) steps(10) infinite;
}

.border-violet .picture img {
    position: relative;
    top: 15px;
    height: 70%;
    width: 70%;
    filter: hue-rotate(300deg);
}

.border-violet  {
    width: 105px; 
    height: 105px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@-webkit-keyframes playvioletv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -630px;
    }
}

@-webkit-keyframes playvioleth {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -1050px;
    }
}

.border-violet-sm .picture {
    width: 90px; 
    height: 90px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/violet_sm_sprite.png");
    z-index: 10;
    filter: hue-rotate(10deg);
    -webkit-animation: 
        playvioletsmv calc(0.05s * 10 * 6) steps(6) infinite,
        playvioletsmh calc(0.05s * 10) steps(10) infinite;
}
    
.border-violet-sm .picture img {
    top: 15px;
    height: 70%;
    width: 70%;
}
    
.border-violet-sm {
    width: 90px; 
    height: 90px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@-webkit-keyframes playvioletsmv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -540px;
    }
}
    
@-webkit-keyframes playvioletsmh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -900px;
    }
}

.border-violet-xs .picture {
    width:62px; 
    height: 62px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/violet_xs_sprite.png");
    z-index: 10;
    filter: hue-rotate(10deg);
    -webkit-animation: 
        playvioletxsv calc(0.05s * 10 * 6) steps(6) infinite,
        playvioletxsh calc(0.05s * 10) steps(10) infinite;
}
    
.border-violet-xs .picture img {
    top: 15px;
    height: 70%;
    width: 70%;
}
    
.border-violet-xs {
    width: 62px; 
    height: 62px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@-webkit-keyframes playvioletxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -372px;
    }
}
    
@-webkit-keyframes playvioletxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -620px;
    }
}

.border-violet-xxs .picture {
    width:42px; 
    height: 42px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/violet_xxs_sprite.png");
    z-index: 10;
    filter: hue-rotate(10deg);
    -webkit-animation: 
        playvioletxxsv calc(0.05s * 10 * 6) steps(6) infinite,
        playvioletxxsh calc(0.05s * 10) steps(10) infinite;
    animation: 
        playvioletxxsv calc(0.05s * 10 * 6) steps(6) infinite,
        playvioletxxsh calc(0.05s * 10) steps(10) infinite;
}
    
.border-violet-xxs .picture img {
    top: 15px;
    height: 70%;
    width: 70%;
}
    
.border-violet-xxs {
    width: 42px; 
    height: 42px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@keyframes playvioletxxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -252px;
    }
}
    
@keyframes playvioletxxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -420px;
    }
}

@-webkit-keyframes playvioletxxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -252px;
    }
}
    
@-webkit-keyframes playvioletxxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -420px;
    }
}

/* CRY */
.border-cry .picture {
    width: 105px;
    height: 105px;
    position: relative;
    display: inline-block;
    background-image: url("../images/sprites/cry_md_sprite.png");
    filter: hue-rotate(300deg);
    z-index: 10;
    cursor: pointer;
    -webkit-animation: 
        playcryv calc(0.05s * 10 * 6) steps(6) infinite,
        playcryh calc(0.05s * 10) steps(10) infinite;
}

.border-cry .picture img {
    position: relative;
    top: 15px;
    height: 70%;
    width: 70%;
    filter: hue-rotate(300deg);
}

.border-cry  {
    width: 105px; 
    height: 105px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

@-webkit-keyframes playcryv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -630px;
    }
}

@-webkit-keyframes playcryh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -1050px;
    }
}

.border-cry-sm .picture {
    width: 90px; 
    height: 90px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/cry_sm_sprite.png");
    z-index: 10;
    filter: hue-rotate(300deg);
    -webkit-animation: 
        playcrysmv calc(0.05s * 10 * 6) steps(6) infinite,
        playcrysmh calc(0.05s * 10) steps(10) infinite;
}
    
.border-cry-sm .picture img {
    top: 15px;
    height: 70%;
    width: 70%;
}
    
.border-cry-sm {
    width: 90px; 
    height: 90px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@-webkit-keyframes playcrysmv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -540px;
    }
}
    
@-webkit-keyframes playcrysmh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -900px;
    }
}

.border-cry-xs .picture {
    width:62px; 
    height: 62px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/cry_xs_sprite.png");
    z-index: 10;
    filter: hue-rotate(300deg);
    -webkit-animation:
        playcryxsv calc(0.05s * 10 * 6) steps(6) infinite,
        playcryxsh calc(0.05s * 10) steps(10) infinite;
}
    
.border-cry-xs .picture img {
    top: 15px;
    height: 70%;
    width: 70%;
}
    
.border-cry-xs {
    width: 62px; 
    height: 62px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@-webkit-keyframes playcryxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -372px;
    }
}
    
@-webkit-keyframes playcryxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -620px;
    }
}

.border-cry-xxs .picture {
    width:42px; 
    height: 42px;  
    background-image: url("../../../themes/mafia_silence/images/sprites/cry_xxs_sprite.png");
    z-index: 10;
    filter: hue-rotate(300deg);
    -webkit-animation: 
        playcryxxsv calc(0.05s * 10 * 6) steps(6) infinite,
        playcryxxsh calc(0.05s * 10) steps(10) infinite;
    animation: 
        playcryxxsv calc(0.05s * 10 * 6) steps(6) infinite,
        playcryxxsh calc(0.05s * 10) steps(10) infinite;
}
    
.border-cry-xxs .picture img {
    top: 15px;
    height: 70%;
    width: 70%;
}
    
.border-cry-xxs {
    width: 42px; 
    height: 42px;
    padding: 0 auto;
    background-size: 80% 80%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
    
@keyframes playcryxxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -252px;
    }
}
    
@keyframes playcryxxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -420px;
    }
}

@-webkit-keyframes playcryxxsv {
    0% {
        background-position-y: 0px;
    }
    100% {
        background-position-y: -252px;
    }
}
    
@-webkit-keyframes playcryxxsh {
    0% {
        background-position-x: 0px;
    }
    100% {
        background-position-x: -420px;
    }
}


/*
    COPYRIGHT © 2024 Mafia Silence - All Rights Reserved
    
    This file is the property of Mafia Silence. 
    Unauthorized copying, distribution, or use is strictly prohibited.

    Made with <3 by BeNiii
*/