<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

* {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
	font-weight: 300;
	color: inherit;
}

body {
	color: #FFFFFF;
    background-color: #242424;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
	color: inherit;
}

a:visited {
	text-decoration: none;
	color: inherit;
}

a:active {
	text-decoration: none;
	color: inherit;
}

ul {
	margin-bottom: 0;
}

th {
	white-space: nowrap;
}

td {
	white-space: nowrap;
	font-size: 18px;
}

label {
	font-weight: inherit;
}

.underlined-link {
	text-decoration: underline;
}

#table-container {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#fade-overlay {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 9;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container {
	display: table-cell;
	vertical-align: middle;
}

#errorbox {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 800px;
	background-color: #242424;
	z-index: 11;
	font-size: 20px;
}

#errorbox-top {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #ff7e14;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top &gt; a {
	font-weight: 600;
}

#errorbox-bottom {
	padding: 20px 20px 20px 20px;
	border-bottom: 2px solid #ff7e14;
}

#errorbox-content {
	color: red;
}

#errorbox-title {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#table-container-1 {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 13;
}

#fade-overlay-1 {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 12;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container-1 {
	display: table-cell;
	vertical-align: middle;
}

#errorbox-1 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 600px;
	background-color: #242424;
	z-index: 14;
	font-size: 20px;
}

#errorbox-top-1 {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #ff7e14;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top-1 &gt; a {
	font-weight: 600;
}

#errorbox-bottom-1 {
	padding: 20px 20px 20px 20px;
	border-bottom: 2px solid #ff7e14;
}

#errorbox-content-1 {
	color: red;
}

#errorbox-title-1 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#table-container-2 {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 16;
}

#fade-overlay-2 {
	position: fixed;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 15;
	background-color: rgba(0, 0, 0, 0.9);
}

#errorbox-container-2 {
	display: table-cell;
	vertical-align: middle;
}

#errorbox-2 {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 600px;
	background-color: #242424;
	z-index: 17;
	font-size: 20px;
}

#errorbox-top-2 {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	background-color: #ff7e14;
	padding: 0px 20px 0px 20px;
	text-align: right;
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 40px;
}

#errorbox-top-2 &gt; a {
	font-weight: 600;
}

#errorbox-bottom-2 {
	padding: 20px 20px 20px 20px;
	border-bottom: 2px solid #ff7e14;
}

#errorbox-content-2 {
	color: red;
}

#errorbox-title-2 {
	text-align: center;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 30px;
}

#top-navbar-container {
	position: relative;
	display: block;
	width: 100%;
	height: 50px;
	background-color: #333333;
    z-index: 2;
}

#top-navbar-left {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	height: 50px;
}

#top-navbar-left-img {
	float: left;
	position: relative;
	display: inline-block;
	height: 40px;
	margin-top: 5px;
	line-height: 40px;
	font-size: 30px;
	color: #FFFFFF;
}

#top-navbar-left-list {
	display: inline-block;
	list-style-type: none;
	line-height: 50px;
	font-size: 20px;
	color: #FFFFFF;
	margin-left: 20px;
}

.top-navbar-left-button {
	display: inline-block;
	padding: 0px 10px 0px 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
	color: #FFFFFF;
}

.top-navbar-left-button:hover {
	background-color: #ff7e14;
}

.active {
	background-color: #ff7e14;
}

#top-navbar-right {
	float: right;
	position: relative;
	display: inline-block;
	height: 40px;
}

.top-navbar-right-button {
	display: inline-block;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 50px;
	padding: 0px 10px 0px 10px;
	transition: background-color 0.5s ease;
	-webkit-transition: background-color 0.5s ease;
	-moz-transition: background-color 0.5s ease;
	-o-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}

.top-navbar-right-button:hover {
	background-color: #ff7e14;
}

#menu-button {
	position: relative;
	display: none;
	float: right;
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
	height: 50px;
	width: 50px;
	border-radius: 4px;
}

.top-navbar-dropdown {
	position:absolute;
	visibility:hidden;
	z-index: 1;
}

.top-navbar-dropdown &gt; li {
	display:inline;
	float:none;
}

#hidden-list {
	position: relative;
	display: none;
	line-height: 50px;
	background-color: #333333;
	color: #FFFFFF;
	list-style-type: none;
	font-size: 20px;
}

.hidden-list-button {
	padding-left: 20px;
}

#must-login {
	position: relative;
	display: block;
	margin: auto;
	text-align: center;
	font-size: 30px;
	margin-top: 50px;
}

#content-container {
	position: relative;
	display: block;

}

#welcome-container {
	position: relative;
	display: block;
	margin: 0px 20px 0px 20px;
	text-align: center;
}

#welcome-header {
	position: relative;
	display: block;
	font-size: 60px;
	font-weight: 900;
	margin: 30px 0px 30px 0px;
}

#welcome-message {
	font-size: 30px;
	margin-bottom: 50px;
}

#game-container {
	position: relative;
	display: block;
	margin: auto;
}

.game {
	position: relative;
	display: block;
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	padding: 50px 0px 50px 0px;
    background-color: #242424;
	border-bottom: 2px solid #242424;
	transition: border-color 0.5s ease;
	-webkit-transition: border-color 0.5s ease;
	-moz-transition: border-color 0.5s ease;
	-o-transition: border-color 0.5s ease;
	transition: border-color 0.5s ease;
}

.game:hover {
	border-bottom: 2px solid #ff7e14;
}

.game-img {
	position: relative;
	display: block;
	width: 200px;
	height: 200px;
	margin: auto;
			border-radius: 100px;
			-webkit-border-radius: 100px;
			-moz-border-radius: 100px;
		
  	background-size: 200px 200px;
  	background-position: center;
}

.game-name {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	line-height: 30px;
	height: 60px;
}

.package-price-info {
	text-align: center;
	margin-top: 20px;
	font-size: 30px;
	line-height: 30px;
	height: 30px;
}

.package-stock-info {
	font-size: 22px;
	height: 30px;
}

#server-container {
	position: relative;
	display: block;
	margin: 50px 20px 0px 20px;
	text-align: center;
	font-size: 30px;
}

#account-container {
	position: relative;
	display: block;
	margin: 40px 20px 0px 20px;
}

#top-bar {
	height: 50px;
	max-width: 1200px;
	margin: auto;
}

#left-buttons {
	float: left;
}

#right-buttons {
	float: right;
}

#steam-avatar {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 1px solid #ff7e14;
}

#steam-username {
	position: relative;
	display: inline;
	font-size: 30px;
	line-height: 50px;
	vertical-align: middle;
}

#logout-button {
	position: relative;
	display: block;
	float: right;
	height: 50px;
	font-size: 25px;
	padding: 0px 20px 0px 20px;
	border: 0;
	color: #FFFFFF;
	background-color: #ff7e14;
}

#account-info {
	position: relative;
	display: block;
	margin-top: 30px;
}

.statistics-box {
	position: relative;
	display: block;
	margin: auto;
	max-width: 1200px;
    background-color: #333333;
}

.statistics-title {
	background-color: #ff7e14;
	color: #FFFFFF;
	padding: 0px 10px 0px 10px;
	font-size: 25px;
	font-weight: 600;
}

.statistics-content {
	border-bottom: 2px solid #ff7e14;
	padding: 0px 10px 0px 10px;
	font-size: 20px;
	line-height: 40px;
}

#purchase-statistics {
	margin-top: 30px;
}

#credit-statistics {
	margin-top: 30px;
}

#purchase-list {
	margin-top: 30px;
	margin-bottom: 30px;
}

#dashboard-container {
	display: block;
	position: relative;
	margin: 0px 20px 0px 0px;
}

/*#side-navbar-container {
	vertical-align: top;
	display: block;
	float: left;
	position: fixed;
	width: 250px;
    height: 100%;
	background-color: #333333;
    margin-top: -70px;
    padding-top: 50px;
	overflow-y: auto;
}*/

#side-navbar {
	list-style-type: none;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 20px;
}

.side-navbar-button {
	padding: 0px 10px 0px 10px;
	background-color: #333333;
    border-right: 2px solid #333333;
	transition: border-right 0.5s ease;
	-webkit-transition: border-right 0.5s ease;
	-moz-transition: border-right 0.5s ease;
	-o-transition: border-right 0.5s ease;
	transition: border-right 0.5s ease;
}

.side-navbar-button:hover {
	border-right: 2px solid #ff7e14;
}

#dashboard-content-container {
	position: relative;
	display: block;
	margin:0px 20px 0px 0px;
}

#dashboard-page-title {
	position: relative;
	display: block;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: 600;
    margin-top: 20px;
}

.dashboard-stat-small {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 30px;
    background-color: #333333;
}

.dashboard-stat-large {
	position: relative;
	display: block;
	margin: auto;
	margin-bottom: 30px;
    background-color: #333333;
}

.tooltip-btn {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	margin-left: 10px;
	vertical-align: middle;
    background-color: #333333;
    color: #FFFFFF;
    border: 0;
}

.tooltip {
	white-space: normal;
}

.settings-group {
	display: block;
	position: relative;
	margin-bottom: 40px;
}

.setting-title {
	font-size: 30px;
	clear: both;
}

.dashboard-radio-lbl {
	display: inline-block;
	font-size: 20px;
	margin: 0px 15px 20px 0px;
}

.settings-text-input {
	width: 100%;
	max-width: 800px;
	min-height: 35px;
	line-height: 40px;
	font-size: 20px;
	border: 0;
    background-color: #333333;
    border-bottom: 2px solid #333333;
	padding-left: 5px;
}

.settings-text-input:focus {
    border-bottom: 2px solid #ff7e14;
}

.submit-button {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	background-color: #333333;
    border: 0;
	border-bottom: 2px solid #ff7e14;
	margin-bottom: 20px;
	padding: 5px 10px 5px 10px;
}

.submit-button:hover {
	background-color: #242424;
}

.small-button {
	display: inline-block;
	float: right;
	text-align: center;
	line-height: 30px;
	height: 42px;
	width: 35px;
	margin: 0;
	cursor: pointer;
}

.small-button-glyphicon {
	display: block;
	margin-left: -3px;
	margin-top: -2px;
}

.command {
	 display: block;
	 margin-bottom: 5px;
}

#home-page-text-input {
	resize: vertical;
}

#packagedescriptioninput {
	resize: vertical;
}

#dashboard-menu-dropdown {
	display: none;
	margin-left: 20px;
	margin-top: 30px;
}

.dropdown {
	display: inline-block;
	font-size: 20px;;
	height: 40px;
    background-color: #333333;
    border: 0;
}

#login-container {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	padding: 20px;
	max-width: 600px;
}

.g-recaptcha {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

#steam-login-container {
	display: block;
	position: relative;
	width: 100%;
	text-align: center;
}

#steam-login-container-account {
	display: block;
	position: relative;
}

#graph-canvas {
	display: block;
	position: relative;
	width: 100%;
	height: 300px;
}

.graph-dropdown {
	margin: 10px;
}

#quill-wrapper {
	border-bottom: 2px #ff7e14 solid;
    background-color: #333333 !important;
}

#quill-toolbar {
	background-color: #ff7e14;
}

.user-choice-text {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
}

.choice-title {
	margin-bottom: 5px;
}

.package-price {
	font-size: 35px;
	font-weight: 900;
	text-align: center;
}
.package-stock {
	font-size: 35px;
	margin-bottom: 30px;
	text-align: center;
}

.package-description {
	font-size: 25px;
	margin-bottom: 30px;
}

.buy-button {
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

#total-price {
	text-align: center;
	padding-top: 20px;
}

#paypal-checkout-button {
	display: block;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}

#confirmation-title {
	text-align: center;
	font-size: 25px;
	margin-bottom: 20px;
}

.confirmation-listing {
	font-size: 25px;
}

#footer {
	display: block;
	position: absolute;
	bottom: 0;
	margin-top: 50px;
	height: 50px;
	width: 100%;
	background-color: #333333;
}

.footer-text-left {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.footer-text-right {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 20px;
	color: #FFFFFF;
}

.dropdown-button {
	width: 50px;
	text-align: center;
}

.dropdownmenu {
	position: relative;
    display: inline-block;
	margin-right: -4px;
}

.dropdowncontent {
	display: none;
    position: absolute;
	z-index: 2000;
}

.dropdowncontent a {
	background-color: #333333;
    color: #FFFFFF;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
    text-decoration: none;
	text-align: center;
    display: block;
	z-index: 2000;
}

.dropdowncontent a:hover {
	background-color: #ff7e14;
}

.show {
	display:block;
}

td {
    border-top: 0 !important;
}

.table &gt; thead &gt; tr &gt; th {
    border-bottom: 0 !important;
}

.statistics-content .dropdown {
    background-color: #242424;
}

#dashboard-content-container .dropdown {
    width: 100%;
    max-width: 800px;
}

.dashboard-stat-large .tooltip-btn {
    background-color: #242424;
}

textarea {
	background-color: #333333;
	color: #FFFFFF;
	border: none;
	border-bottom: 2px solid #333333;
	resize: vertical;
}

textarea:focus {
    border-bottom: 2px solid #ff7e14;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.loading-circle {
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-top-color: #ff7e14;
    animation: spin 1s infinite linear;
}

@keyframes fadePushIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

#errorbox {
    animation: fadePushIn 250ms;
}

#errorbox-2 {
       max-width: 1200px;
}

.squished .col-md-4 {
    width: auto;
    margin: 2.5rem;
    font-weight: bold;
}

.container-fluid .row {
    justify-content: center;
    flex-wrap: wrap;
    display: flex;

}

#account-container .row {
    display: block !important;
}

.game {
    border: 0;
    background-color: transparent;
    transition: all 150ms;
    animation: fadePushIn 250ms;
    user-select: none;
    width: 130px !important;
    margin-bottom: -40px;
}

.game .game-name {
    transition: all 150ms;
}

.game .game-img {
    background-size: 150px 150px !important;
}

.game-img {
    width: 125px;
    height: 125px;
}

.game:hover {
    border: 0;
    transform: scale(1.15);
}

.game:hover .game-name {
    opacity: 0.5;
}


.submit-button {
    font-size: 3rem;
    border: 0;
    outline: none;
    background-color: #ff7e14;
    border-radius: 5px;
    transition: all 150ms;
    margin-bottom: 60px !important;
    border-bottom: 2px solid #d46e1a;
    margin-top: 30px;
}

.submit-button:hover {
    background-color: #d46e1a;
    transform: scale(1.05);
}

#paypal-checkout-button {
    padding-top: 0px;
    margin-top: 20px;
}

#content-container #welcome-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    user-select: none;
}

#content-container #welcome-header h1 {
    font-size: 6rem;
    font-weight: bold;
}

#content-container #welcome-header .submit-button {
    margin-left: -1rem;    
}

.package-price-info {
    margin-top: 5rem;
}
.footer-text-left {
    font-size: 20px;
    color: #FFFFFF;
}

td {
    background-color: #242424;
}

label {
    color: white !important;
}
select option { 
    background-color: #333333;
}
select {
  background-color: #333333;
}

.paginate_button:hover {
    background-color: black;
}

.paginate_button {
    background-color: white;
}

.dataTables_info {
    color: white !important;
}
.ellipsis {
    color: white !important;
}
input {
    background-color: #333333;
}

.modal-body {
    background-color: #242424;
}

.modal-header {
    background-color: #242424;
}

.modal-footer {
    background-color: #242424;
}

.package-price-info {
    margin-top: 1rem;
}
.game-name {
    height: unset;
    font-size: 26px;
}

.package-description {
    text-align: center;
}
.category-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flow-direction: row;
    padding-bottom: 20px;
}
.server-block {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.hideit {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
}


.arrow_box {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    width: 175px;
    padding: 10px;
    cursor: pointer;
    background-color: #333333;
    font-size: 3rem;
}

.arrow_box:last-of-type {
    border: none;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}


.arrow_box.selected {
    position: relative;
    background-color: #242424;
}

.arrow_box.selected:after, .arrow_box.selected:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.arrow_box.selected:after {
    border-top-color: white;
    border-width: 10px;
    margin-left: -10px;
}
.arrow_box.selected:before {
    border-top-color: black;
    border-width: 14px;
    margin-left: -14px;
}
.formModal .modal-dialog {
    max-width: 800px;
    width: 100%;
}

.formModal .modal-dialog .modal-content {
    border-radius: 0px;
}

.formModal .modal-dialog .modal-header {
    background-color: ' . $maincolour . ';
    border: none;
}

.formModal .modal-dialog .modal-footer {
    border: none;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 0 20px;
}

.formModal .modal-dialog .modal-body {
    padding: 20px;
}

.formModal .modal-dialog .modal-header button {
    font-size: 20px;
    font-weight: 600;
    color: ' . $secondaryfontcolor . ';
    opacity: 1;
    text-shadow: none;
}

.formModal .editCategorySubmit {
    float: right;
}

#footer {
    margin-top: 80px;
    position: fixed !important;
    bottom: 0 !important;
    clear: both;
}

.red {
    color: red !important;
    font-weight: bold !important;
}
.blue {
    color: blue !important;
    font-weight: bold !important;
}

input[type=checkbox], input[type=radio] {
transform: scale(1.5);
}

#paypal-checkout-button { 
transform: scale(1.5);    
}

#errorbox-title {
font-weight: 600;
}

* {
font-weight: 400
}

/*#footer {
    position: fixed !important;
    bottom: 0 !important;
}*/

.col-md-12 {
    padding-bottom: 5px;
    margin-top: 0px;
}

.alert-info {
  text-align: center;

}

.package-expire {
    text-align: center;
    font-size: 25px;
}

.package-expire-info {
    text-align: center;
    font-size: 25px;
}

.background {
    height: 100%;
    width: 100%;
}
.background:after {
    content: '';
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    filter: blur(0px);
    background-image: url('https://media.discordapp.net/attachments/385687431065763841/745083340306120735/rust-items-transparent.png?width=1354&amp;height=677');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.custom #top-navbar-container, .custom #footer {
    background-color: rgba(36, 36, 36, 1.0);
}

.custom #top-navbar-container {
    border-bottom: 1px solid rgb(255, 126, 20);
}

.custom #footer {
    border-top: 1px solid rgb(255, 126, 20);
}
.game {
    color: white;
    padding-top: 40px;
    width: 140px;
}
.game-img {
    border: 2px solid black;
}

.game, .game-img {
    background-size: 160px 160px;
}
#welcome-header {
    color: white;
    font-size: 45px;
    margin: 15px 0px 20px 0px;
}

#welcome-message {
    font-size: 27px;
    margin: -20px 0 10px;
}

.category-selection {
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-selection img {
    margin-right: 3px;
}
.game {
    position: relative;
}
.server-region {
    position: absolute;
    z-index: 1;
    top: 135px;
    border: 2px solid black;
    border-radius: 100px;
    right: 4px;
}
#dashboard-content-container {
 margin-left: 0 !important;
}

.dd-option-text, .dd-selected-text {
    color: black !important;
}

@media (min-width: 992px) {
.col-md-6 {
    width: 10%;
    }
}

.row.squished {
    display: none !important;
}</pre></body></html>