body {
    margin-top: 0px;
    font-family: 'Inter', sans-serif;
    background: #00142c;
    color: #9aafc5;
}  



.container {
    display: grid;
}
.MainBody {
    display: flex;
    gap: 30px;
}
.sidebar {
    width: 25%;
}
.content {
    width: 75%;
}

.header {
    background: linear-gradient(295deg,rgb(0 20 44), #00142ca6 ,rgb(0 20 44)),url(https://media.discordapp.net/attachments/841135033813434409/1071471703919702026/FiveM_b2545_GTAProcess_2023-02-04_11-42-52.png?width=1220&height=686);
    background-position: 50%;
    margin: 0px 0px -40px;
    background-size: cover;
}

a , .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #7d87fd;
    text-decoration: none !important;
    transition: 0.3s all;
}
a:hover {
    color: #fff;
}
small, .small {
    font-size: 75%;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.UserBar {
    background: rgba(0,0,0,0.6);
    box-shadow: 0px -3px rgb(0 0 0 / 20%) inset;
}

.UserBar .buttons {
    margin: 10px 0px !important;
    float: right !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.NavLinks {
    list-style: none;
    display: flex;
    padding: 0px;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}
li.NavLink a {
    font-weight: 600;
    margin: 10px;
    padding: 10px;
    font-size: 18px;
    color: #fff;
}
.Home a {
    background: linear-gradient(
180deg
, rgb(99 8 9), rgb(169 1 10));
    padding: 15px 35px !important;
    border-radius: 100px;
}
.logo {
    margin: auto;
    width: fit-content !important;
    z-index: 1;
    text-align: center;
    left: 0;
    right: 0;
    width: 100% !important;
}

.logo img {
    height: 470px !important;
    filter: saturate(2) contrast(1.05) brightness(0.89);
}
.MainLogo {
    position: relative;
    z-index: 10000;
}
.LogoShadow {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    filter: saturate(4) contrast(1.15) brightness(0.69) blur(36px) !important;
    opacity: 0.6;
    transform: scale(1.25);
    z-index: 0;
}
.InfoBar {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: linear-gradient( 0deg , #252a3e, rgb(57 63 83));
    color: #fff;
    padding: 15px 50px;
    border-bottom: 3px solid rgba(255,255,255,0.1);
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    width: 80%;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    margin: 69px auto;
    margin-top: 85px;
    height: 69px;
}
.Left {
    text-align: right;
}
.Right {
    margin-left: 35px;
}
.InfoBar svg.iconify {
    width: 45px;
    height: 45px;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background: rgba(255,255,255,0.1) !important;
}
.Left p, .Right p {
    display: flex;
    align-items: flex-end;
    grid-gap: 10px;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    font-style: italic;
    text-decoration: none !important;
    font-family: 'Rubik', sans-serif;
}
.InfoBar small {
    font-style: normal;
    font-size: 60%;
    margin-bottom: -33px !important;
    display: block;
    opacity: 0.7;
    font-weight: 500;
}

a.STOREMENU {
    width: 100%;
    text-align: center;
    display: block;
    padding: 20px;
    background: linear-gradient( 
45deg
 , #0f0bff, #f40f2e);
    border-radius: 4px;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    font-style: italic;
    text-decoration: none !important;
    line-height: 28px;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 30%);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
        font-family: 'Rubik', sans-serif;
}
.STOREMENU small {
    font-weight: 800;
}
#StoreMenu ul {
    padding: 0px;
    list-style: none;
}
#StoreMenu .active a , #StoreMenu  a:hover {
    color: #fff;
}
#StoreMenu .active a:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    margin: 0px auto;
    position: absolute;
    display: block;
    height: 4px;
    width: 30px;
    background: #fff;
    transition: 0.3s all !important;
}
#StoreMenu .active a:hover:before {
    width: 15px;
}
#StoreMenu a {
    width: 92%;
    text-align: center;
    display: block;
    padding: 20px;
    margin: 20px auto;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background-color: #051c38;
    border: 1px solid rgba(255,255,255,0.05);
    box-shadow: 0px 2px 10px rgb(0 0 0 / 10%);
    text-shadow: 0px 2px 5px rgb(0 0 0 / 10%);
    border-radius: 4px;
    position: relative;
}

.basket button {
    display: block;
    width: 100%;
    padding: 15px !important;
}
.basket {
    position: relative;
    margin-top: 20px;
}
.basket ul {
    width: 100%;
    padding: 20px 25px;
}


.panel.panel-default.module {
    margin-top: 25px;
}


.HOME hr {
    margin: 20px -16px;
    opacity: 0.5;
    border-color: rgba(255,255,255,0.15);
}
.panel {
    background-color: #051c38;
    border: 1px solid rgba(255,255,255,0.05);
    border-radius: 4px !important;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%) !important;
}
.panel .panel-heading {
    background-color: transparent;
    border-radius: 8px !important;
    border: none !important;
    color: #fff;
    font-weight: 700;
    padding: 20px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    padding-bottom: 15px !important;
}
.panel-heading small {
    color: #f7526a;
}
.content .panel-heading {
    position: relative;
}
.content .panel-heading:after {
    content: "";
    width: 30px;
    margin: 0px auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7526a !important;
    height: 4px;
    position: absolute;
    display: flex;
}
.navbar-default {
    background-color: #14161b;
    border: 0px !important;
    border-radius: 8px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%) !important;
    margin-bottom: 25px;
}
ul.nav.navbar-nav {
    display: grid;
    text-align: center;
    width: 100%;
    padding: 0px;
    font-weight: 700;
}
.collapse.navbar-collapse {
    padding: 0px;
}
hr {
    border-color: rgba(255,255,255,0.1);
}
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: rgba(0,0,0,0.2);
}
.category .packages-row table td {
    vertical-align: middle;
    padding: 15px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.btn-info {
    color: #ffffff;
    background-color: #f03a56;
    border-color: transparent;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
    color: #ffffff;
    background-color: #ec2544;
    border-color: transparent;
}
.login a , .logout a {
    background: transparent !important;
    border: 0px !important;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    background-color: #14161b;
    border-color: transparent;
}
.btn-success {
    color: #ffffff;
    background-color: #078e0c;
    border-color: #078e0c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #0e6d11;
    border-color: #0e6d11;
}
.btn {
    font-weight: 600 !important;
    padding: 10px !important;
    transition: 0.3s all !important;
}
.dropdown-menu {
    background-color: #051c38;
    border: 1px solid rgba(255,255,255,0.05) !important;
    border-radius: 4px !important;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 16%) !important;
}
.dropdown-menu > li > a {
    color: #eee;
    font-weight: 600;
}
.dropdown-menu li.item {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #7d87fd;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #7d87fd;
}

ul .checkout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.header .buttons .currency.open ul {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: minmax(auto, 33.33%) minmax(auto, 33.33%) minmax(auto, 33.33%);
}
.currency li a {
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
}
.modal-content {
    position: relative;
    background-color: #393F53;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.modal-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    font-family: 'Rubik', sans-serif;
}
.modal-footer {
    border-top: 1px solid rgba(255,255,255,0.1);
}
.table > thead > tr > th {
    border-bottom: 2px solid rgba(255,255,255,0.1);
}
.page-header {
    border-bottom: 1px solid rgba(255,255,255,0.1);
}
.form-control, .checkout .packages table tbody .quantity input {
    height: auto;
    padding: 10px;
    color: #eee;
    background-color: rgba(255,255,255,0.1);
    border: 1px solid rgba(255,255,255,0.1);
}
.btn-primary {
    color: #ffffff;
    background-color: #3c0bd8 !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #350eb4 !important;
}
.btn-default {
    color: #fff;
    background-color: #7d87fd !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #fff;
    background-color: #535ede !important;
    border-color: #adadad;
}
.btn-danger {
    color: #ffffff;
    background-color: #c12521;
    border-color: #c12521;
}

.footer {
    width: 100%;
    text-align: center;
    display: block;
    padding-top: 40px !important;
    padding: 20px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    color: rgba(255,255,255,0.2);
    text-decoration: none !important;
    line-height: 28px;
    border: 0px !important;
}
.footer b, .footer a {
    font-weight: 800;
    color: rgba(255,255,255,0.3);
}

.footer p {
    z-index: 1000;
    position: relative;
}
.footer img {
    width: 150px;
    margin-top: -50px;
    z-index: 1;
    transform: rotate(
-15deg
) scale(2);
    opacity: 0.8;
    filter: brightness(0.3);
}
.footer .logo {
    left: -800px !important;
}
.NavBar {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px 0px 0px;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
}
.NavBar ul {
    display: flex;
    list-style: none;
    padding: 0px;
    margin-left: -8px;
}
.Store a {
    background: #465fc8;
    padding: 15px 35px !important;
    border-radius: 100px;
    font-weight: 700 !important;
    color: #fff !important;
}
.Store a:hover {
    transform: translateY(-5px);
}
li.NavLink a {
    color: rgba(255,255,255,0.6);
}
li.NavLink a:hover {
    color: rgba(255,255,255,1);
}
.ip {
    display: flex;
    align-items: center;
}
.ip p {
    color: #fff;
    text-transform: uppercase;
    margin: 10px 15px;
}
.ip span {
    color: #fff;
    background: #f03a56;
    padding: 5px 10px;
    border-radius: 2px;
    margin-left: 5px;
}
.ip hr {
    width: 30%;
    border-width: 3px;
}
.category .packages-image .package {
    padding: 25px 30px;
    border-radius: 4px;
}
.category .packages-image {
    margin: 0px !important;
}
.category .packages-image .package .image img {
    display: block;
    max-width: 75%;
    height: auto;
}
.category .packages-image .package .info .text {
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
    padding-right: 0px;
    font-size: 14px;
    color: #fff;
}
.price {
    color: #47ce4c;
    font-weight: 700;
}
.category .packages-image .package .info .button {
    float: none;
    width: 100%;
    margin-top: 5px;
}

.currency.open button.btn.btn-default.dropdown-toggle {
    background: #ec3b59 !important;
}
.module .payments li {
    border-bottom: 1px solid rgba(255,255,255,0.15) !important;
}
.module .payments li:last-child {
    padding-bottom: 8px;
}
.module .payments li .avatar {
    width: 48px;
    height: 48px;
}
.module .payments li .avatar img {
    width: 48px;
    border-radius: 2px;
}
.module .payments li .info .ign {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
}


#StoreMenu .dropdown-menu > li > a {
    color: #eee;
    padding: 0px !important;
    background: transparent !important;
    font-weight: 600;
    box-shadow: none !important;
}
.BUTTons {
    display: flex;
    grid-gap: 10px;
    justify-content: center;
    align-items: center;
}











.Siren {
    display: flex;
    justify-content: center;
    position: absolute;
    top: -20;
    left: 0;
    right: 0;
}
.Siren > div {
    width: 30%;
    height: 30px;
}
.Siren .Blue {
    background: #0651da;
    box-shadow: 0px 0px 50px #1a0bf6;
    filter: blur(50px);
    
    animation-duration: 400ms;
    animation-name: SirenAnim;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: steps(4, end);
}
.Siren .Red {
    background: #da0606;
    box-shadow: 0px 0px 50px #f60b0b;
    filter: blur(50px);
    
    animation-delay: 400ms;
    animation-duration: 400ms;
    animation-name: SirenAnim;
    animation-iteration-count: infinite;
    animation-direction: alternate-reverse;
    animation-timing-function: steps(4, end);
}
@keyframes SirenAnim {
    0% {
        opacity: 0;
        box-shadow: 0px 0px 0px 0px #000;
    }
    100% {
        opacity: 100;
    }
}
@keyframes GradientAnim {
    
0% {
    transform: scale3d(1, 1, 1);
    opacity: 0.25;
}
100% {
    transform: scale3d(1.5, 0.9, 2.5);
    opacity: 0.5;
}

}


















.toolbar button {
    background: transparent !important;
    border: none !important;
}
.DiscordShit {
    display: flex;
    gap: 30px;
    align-items: center;
}
.DiscordShit h4 {
    color: #fff;
}






@media (max-width: 767px) {
    
.Left , .Right {
    display: none !important;
}
.MainBody , .DiscordShit {
    flex-direction: column !important;
}
.MainBody .content , .MainBody .sidebar {
    width: 100% !important;
}
.logo img {
    width: 100% !important;
    height: unset !important;
}
.category .packages-image .package {
    width: 100% !important;
}

}
 
 

@media (min-width: 1400px) {
.container {
    width: 1370px !important;
}

}

@media (min-width: 1200px) {
.container {
    width: 1170px;
}

}