h1,h2,h3,h4,h5,h6 {
    color: #fff;
    font-weight: 400;
}

.bg-primary {
    background-color: rgba(44, 62, 80, 1) !important;
}

section .stats {
    grid-template-columns: 1fr 1fr;
    display: grid;
    color: #999da1;
    text-align: right;
    font-size: 18px;
    line-height: 0;
    width: fit-content;
    margin-right: 0.5rem;
}

section .stats .votes, section .stats .hits {
    grid-template-columns: 1fr auto;
    gap: 5px;
    display: grid;
    margin-right: 0.25rem;
}

section .stats .votes .in {
    color: #7CB7D9;
}

section .stats .hits .out {
    color: #81B504;
}

#contact-card .name {
    display: none;
}

.contact-logo {
    height: 65px;
    margin-bottom: 1rem;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.login-logo {
    height: 120px;
    display: block;
    margin: 0 auto;
}

.rankings-no-website-msg {
    font-size: 20px;
    color: #fff;
    /* text-align: center; */
}

.rankings-no-website-msg .fa-frown {
    font-size: 80px;
    text-align: center;
    display: block;
}

.vote-modal {
    width: 600px;
    max-width: 90%;
}

.spacer {
    display: grid;
    gap: 15px;
    height: fit-content;
}

.header {
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0.75rem;
    letter-spacing: -.02em;
    font-size: 28px;
    margin: 0;
}

.subheader {
    color: #c7c3c3;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 1rem;
}

.footer-grid li {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.bottom-footer a {
    margin-right: 0.5rem;
    padding: 0.5rem;
}

.content-advisory {
    position: absolute;
    z-index: 156;
    color: #fff;
    font-size: 21px;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 300;
    cursor: pointer;
}

.safebrowse-blur {
    filter: blur(23px);
    position: relative;
}

body {
	background-color: rgb(33, 37, 41);
	font-family: Arial;
	color: #fff;
	margin: 0;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

header svg, nav svg {
    color: #ffffff;
    padding: 8px;
}

.tags {
    padding: 0 0.75rem 0.75rem 0.75rem !important;
}

.badge {
    background: #375a7f;
    padding: 5px;
    border-radius: 0.25rem;
    font-size: 14px;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.375rem;
}

.list-unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-inline {
	padding-left: 0;
    list-style: none;
	margin: 0;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.mb-0, .my-0 {
    margin-bottom: 0!important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.me-1 {
    margin-right: 0.25rem!important
}

.me-2 {
    margin-right: 0.5rem!important
}

.me-3 {
    margin-right: 1rem!important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.img-fluid {
	max-width: 100%;
	height: auto;
}

.w-10 {
    width: 10%;
}

.w-25 {
    width: 25%;
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-center {
    justify-content: center !important;
}

.align-items-center {
    align-items: center!important;
}

.d-flex {
    display: flex !important;
}

.d-block {
    display: block;
}

.text-center {
    text-align: center !important;
}

.text-end {
   text-align: right !important; 
}

.bg-warning-25 {
    background-color: rgb(220 53 69 / 25%);
}

a.btn {
	text-decoration: none;
}

.d-none {
    display: none !important;
}

.btn-group {
    border-radius: 0.25rem;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn.dropdown-toggle-split:first-child, .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:nth-child(n+3), .btn-group > :not(.btn-check) + .btn, .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group > :not(.btn-check:first-child) + .btn, .btn-group > .btn-group:not(:first-child) {
    margin-left: calc(1px * -1);
}

.btn-sm, .btn-group-sm > .btn {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    font-size: 0.875rem !important;
    border-radius: 0.25rem !important;
}

.btn-group-lg >.btn, .btn-lg {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    font-size: 1.25rem !important;
    border-radius: 0.5rem important;
}

.btn-primary {
    color: #fff !important;
	background-color: #0d6efd !important;
	border-color: #0d6efd !important;
}

.btn-primary:disabled {
	color: #fff !important;
	background-color: #0d6efd !important;
	border-color: #0d6efd !important;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #0b5ed7 !important;
	border-color: #0a58ca !important;
}

.btn-primary:active {
	color: #fff !important;
	background-color: #0a58ca !important;
	border-color: #0a53be !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-primary:focus {
	box-shadow: rgb(49, 132, 253) !important;
}

.btn-warning {
    color: #fff !important;
    background-color: #f39c12 !important;
    border-color: #f39c12 !important;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #cf850f;
    --bs-btn-hover-border-color: #c27d0e;
    --bs-btn-focus-shadow-rgb: 245, 171, 54;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #c27d0e;
    --bs-btn-active-border-color: #b6750e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #f39c12;
    --bs-btn-disabled-border-color: #f39c12;
}

.btn-warning:disabled {
	color: #fff !important;
	background-color: #f39c12 !important;
	border-color: #f39c12 !important;
}

.btn-warning:hover {
	box-shadow: rgb(245, 171, 54) !important;
}

.btn-warning:active {
	color: #fff !important;
	background-color: #c27d0e !important;
	border-color: #b6750e !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-warning:focus {
	color: #fff !important;
	background-color: #cf8502 !important;
	border-color: #c27d0e !important;
}

.btn-secondary {
    color: #fff !important;
    background-color: #444 !important;
    border-color: #444 !important;
}

.btn-secondary:disabled {
	color: #fff !important;
	background-color: #444 !important;
	border-color: #444 !important;
}

.btn-secondary:hover {
	background-color: #3a3a3a !important;
	border-color: #363636 !important;
}

.btn-secondary:active {
	color: #fff !important;
	background-color: #363636 !important;
	border-color: #333333 !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-secondary:focus {
	box-shadow: inset 0 3px 5px rgb(96, 96, 96) !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
	color: #fff !important;
	background-color: #bb2d3b !important;
	border-color: #b02a37 !important;
}

.btn-danger:focus {
	box-shadow: rgb(225, 83, 97) !important;
}

.btn-danger:active {
	color: #fff !important;
	background-color: #b02a37 !important;
	border-color: #a52834 !important;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.btn-danger:disabled {
	color: #fff !important;
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
	opacity: 0.65 !important;
}

.btn {
    display: inline-block;
    padding: 0.375rem 0.75rem;
    font-size: 13.92px;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0.375rem;
    background-color: transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check-input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #375a7f;
    border-color: #375a7f;
}

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

table {
	width: 100%;
	margin-bottom: 0.75rem;
	table-layout: fixed;
}

thead {
    text-align: left;
}

td {
    border-bottom: 1px solid rgb(238 238 238 / 10%);
}

.table > :not(caption) > * > * {
    padding: 0.75rem 0.75rem;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.dropdown, .dropdown-center, .dropend, .dropstart, .dropup, .dropup-center {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin-top: 20px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background: #375a7f;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.dropdown-menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    height: 20px;
    width: 20px;
    background: #375a7f;
    box-sizing: border-box;
    transform: rotate(45deg) translate(-50%);
    border-bottom: none;
    border-right: none;
    box-shadow: none;
    z-index: -1;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-menu-end {
    right: 0 !important;
    left: auto !important;
}

.dropdown-menu.dropdown-menu-end:before {
    right: 30px !important;
    left: auto !important;
}

.dropdown-item {
    display: block;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
    text-decoration: none;
}

.dropdown-toggle {
    white-space: nowrap;
}

.active-star {
    color: #ffd700;
}

.inactive-star {
    color: rgb(255 255 255 / 10%);
}

input[type="file"] {
    border: 1px solid #313947;
    display: inline-block;
    padding: 10px 12px;
    cursor: pointer;
	margin: 0;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #303030;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23303030' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #222;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.bg-success {
    background-color: #38a220;
    color: #fff;
    border-radius: 0.5rem;
    font-size: .87rem;
    font-weight: 600;
    padding: 6.5px 10px;
    white-space: nowrap;
    line-height: 24px;
    border: none;
	display: inline-block;
}

.bg-danger {
    background-color: #dd163b;
    color: #fff;
    border-radius: 0.5rem;
    font-size: .87rem;
    font-weight: 600;
    padding: 4px 10px;
    white-space: nowrap;
    line-height: 24px;
    border: none;
	display: inline-block;
}

.bg-secondary {
    background-color: #3c3a3a;
    color: #fff;
    border-radius: 0.5rem;
    font-size: .87rem;
    font-weight: 600;
    padding: 4px 10px;
    white-space: nowrap;
    line-height: 24px;
    border: none;
	display: inline-block;
}

.bg-success i,
.bg-danger i,
.bg-secondary i {
    color: #fff;
}

.btn-success {
    background-color: #38a220;
    border-color: #266f16;
    border-style: solid;
    color: #fff;
    border-radius: 0.5rem;
    font-size: .87rem;
    font-weight: 600;
    padding: 4px 10px;
    white-space: nowrap;
    line-height: 24px;
    border: none;
	display: inline-block;
}

.btn.disabled, 
.btn:disabled, 
fieldset:disabled
{
    color: #fff;
    pointer-events: none;
    background-color: #198754;
    border-color: #198754;
    opacity: 0.65;
}

.btn-success i {
    color: #fff;
}

.impact {
    margin-bottom: 0.25rem;
}

.form-label {
	line-height: 1.5;
    font-weight: 700;
	margin-right: 0.75rem;
}

.form-control option {
    color: black;
}

.form-control:focus-visible {
    outline: rgb(92 104 124 / 90%) auto 1px;
}

.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #0d6efd;
    box-shadow: none;
	outline: rgb(92 104 124 / 90%) auto 0;
}

.registration-form,
.login-form {
    margin: 0 13rem;
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control, .input-group > .form-select, .input-group > .form-floating {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #adb5bd;
    text-align: center;
    white-space: nowrap;
    background-color: #444;
    border-radius: 0.375rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating), .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control, .input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-sm>.btn, .input-group-sm>.form-control, .input-group-sm>.form-select, .input-group-sm>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .25rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    flex: 1 0 0;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
}

.col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
}

.col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}

.fw-bold {
    font-weight: 700 !important;
}

.float-end {
    float: right !important;
}

.form-group {
    margin-bottom: 1rem;
}

hr {
    margin: 1rem 0;
    color: inherit;
    border-top: 1px solid;
    opacity: 0.25;
    border-color: #26282a;
    width: 100%;
}

.col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.gap-2 {
    gap: 0.5rem !important;
}

.d-grid {
    display: grid !important;
}

.register-btn {
    justify-content: flex-end;
}

body:before {
    content: "";
    background-size: cover;
    background-position: top;
    display: block;
    background-image: url('/images/ragnarok-100-background.webp');
    width: 100%;
    height: 800px;
    position: absolute;
    top: 0;
    z-index: 0;
}

header h1 {
	color: #fff;
	font-family: 'League Gothic', sans-serif;
	padding: 1.5rem;
	font-size: 55px;
	text-transform: uppercase;
	font-weight: 400;
	position: relative;
	z-index: 1;
}

.navbar {
    display: flex;
    background-color: rgba(0,0,0,0.5);
    /* border-radius: 0.75rem; */
    position: relative;
    z-index: 1;
    margin-bottom: 1rem;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    margin-top: 0 !important;
}

.navbar ul {
	list-style: none;
	padding: 0;
}

.navbar ul li {
	display: inline-block;
	margin-right: 1.25rem;
}

.nav-link {
    display: block;
    color: white;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.navbar-toggler {
	border-radius: 0.5rem;
	border: 1px solid #000;
	background-color: rgba(0,0,0,0.5);
	padding: 0.75rem 1rem;
	color: #fff;
	line-height: 1;
	display: none;
}

.navbar > .container {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
	width: 100%;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-collapse.show {
	display: block;
}

.nav-link {
    display: block;
    padding: 0.5rem 0;
    font-size: 16px;
    font-weight: normal;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}

.container {
    padding: 0 1.5rem;
	position: relative;
	z-index: 1;
}

.container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(42,43,59,0),rgb(33, 37, 41) 850px);
    content: "";
	z-index: -1;
}

.content-grid {
	display: grid;
    grid-template-columns: 66.66666667% 33.33333333%;
    gap: 0.5rem;
	position: relative;
	z-index: 0;
	margin-bottom: 0.75rem;
}

.left-column-container {
	grid-column: 1;
    grid-row: 1;
}

.rank-list {
    margin-bottom: 0.75rem;
}

.rank-list li {
	margin-bottom: 0.5rem;
}

.rank-list li:last-of-type {
	margin-bottom: 0;
}

.sponsor-box-grid {
    display: grid;
    grid-template-columns: auto;
    border-radius: 0.75rem;
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(125deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 20%) 70%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #000;
    border-left: 3px solid #39cbfb !important;
    position: relative;
    align-items: center;
    justify-content: center;
}

.zone[data-zone="1"]
{
    min-height: 158px;
}


.zone[data-zone="2"]
{
    min-height: 318px;
}

.auction-box-grid {
    display: grid;
    grid-template-columns: auto;
    border-radius: 0.75rem;
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(125deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 20%) 70%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid #000;
    border-left: 3px solid #38a220 !important;
}

.rank-box-grid {
    display: grid;
    grid-template-columns: auto;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0.75rem;
    background-color: transparent;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border: 1px solid rgb(238 238 238 / 10%);
    overflow: hidden;
}

.rank-box-grid.premium a {
	color: #ef9e2b;
}

.rank-box-grid.premium .rank-box-position {
	color: #ef9e2b;
}

.rank-box-header-container {
    padding: 1rem;
}

.rank-box-header-container h1 {
    margin: 0;
    font-weight: 300;
    padding: 0;
    font-size: 24.0px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.rank-box-title {
    margin: 0;
    font-weight: 300;
    padding: 1rem;
    font-size: 24.0px;
    line-height: 1.2;
    letter-spacing: -.02em;
}

.rank-box-title a {
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.rank-box-position {
	grid-column: 1;
	grid-row: 1 / 4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
	border-right: 1px solid rgb(238 238 238 / 10%);
}

.rank-box-description {
    padding: 1rem;
	margin: 0;
}

.rank-box-stats {
    width: 100%;
    grid-column: 1 / 2;
    grid-row: 3;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    border-top: 1px solid rgb(238 238 238 / 10%);
    padding: 1rem 0;
}

.rank-box-change {
	grid-column: 1;
	grid-row: 1;
	margin: 0 0.75rem ;
}

.rank-box-flag {
	grid-column: 2;
	grid-row: 1;
	height: auto;
}

.rank-box-flag svg {
	height: 30px;
	display: block;
}

.right-column-container {
	grid-column: 2;
    grid-row: 1;
}

.review-box-grid {
	display: grid;
	grid-template-columns: 20% 80%;
}

.review-box-header {
	grid-column: 1 / 3;
    grid-row: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding: 1rem;
}

.review-box-rating {
	grid-column: 2;
    grid-row: 1;
	text-align: right;
}

.review-box-meta {
	grid-column: 1;
    grid-row: 1;
	margin-right: 0.75rem;
	font-weight: bold;
}

.review-box-avatar {
	grid-column: 1;
    grid-row: 2;
	padding: 0 1rem 0 1rem;
}

.review-box-content {
	grid-column: 2;
    grid-row: 2;
	padding: 0 1rem 1rem 0;
}

.review-box-content p {
	margin-top: 0;
}

.review-box-content p:last-of-type {
	margin-bottom: 0;
}

.data-grid-1 {
	display: grid;
	grid-template-columns: 1fr;
	align-items: center;
	gap: 0.25rem;
}

.footer-logo {
    height: 30px;
}

.data-grid-3 {
	display: grid;
	grid-template-columns: 135px 1fr 100px;
	align-items: center;
	gap: 0.25rem;
}

.data-grid-3 .reason {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ban-box-grid {
	display: grid;
	grid-template-columns: 170px 1fr;
}

.ban-box-grid .username {
	padding: 1rem;
	text-align: center;
}

.ban-box-grid .avatar {
    padding: 1rem;
}

.ban-box-grid .ban-expires {
    grid-column: 1 / 3;
    grid-row: 3;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
    align-items: center;
}

.ban-box-grid .ban-restrictions {
	grid-column: 2 / 3;
	grid-row: 2;
}

.banned-websites-grid {
	display: grid;
	grid-template-columns: 1fr;
}

.banned-websites-grid .banner {
    grid-column: 1;
    grid-row: 3;
    padding: 1rem;
}

.banned-websites-grid .ban-reason {
    grid-column: 1;
    grid-row: 4;
    padding: 1rem;
}

.banned-websites-grid .ban-restrictions {
    grid-column: 1;
    grid-row: 5;
    padding: 1rem;
}

.banned-websites-grid .ban-expires {
    grid-column: 1;
    grid-row: 6;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
    align-items: center;
}

.banned-ip-grid,
.banned-username-grid {
	display: grid;
	grid-template-columns: 1fr;
}

.banned-ip-grid .name,
.banned-username-grid .name {
    grid-column: 1;
    grid-row: 1;
    padding: 1rem;
}

.banned-ip-grid .name .rank-box-title,
.banned-username-grid .name .rank-box-title {
    padding: 0;
}

.banned-ip-grid .ban-reason,
.banned-username-grid .ban-reason {
    grid-column: 1;
    grid-row: 2;
    padding: 1rem;
}

.banned-ip-grid .ban-restrictions,
.banned-username-grid .ban-restrictions  {
    grid-column: 1;
    grid-row: 3;
    padding: 1rem;
}

.banned-ip-grid .ban-expires,
.banned-username-grid .ban-expires {
    grid-column: 1;
    grid-row: 4;
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 1rem;
    align-items: center;
}

.data-grid-4 {
	display: grid;
	grid-template-columns: 135px 1fr 1fr 1fr;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(0,0,0,0.5);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.75rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    box-shadow: inset 1px 1px rgba(255, 255, 255, 0.2), inset -1px -1px rgba(255, 255, 255, 0.1), 1px 3px 24px -1px rgba(0, 0, 0, 0.15);
    background-color: transparent;
}

.card .card-header {
	border-bottom: 1px solid rgba(0, 0, 0, 0.175);
	padding: 1rem;
	font-weight: bolder;
}

.card .card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0,0,0,0.5);
    border-top: 1px solid #000;
}

.card .card-footer:last-child {
    border-radius: 0 0 calc(0.375rem - 1px) calc(0.375rem - 1px);
}

.card .card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.form-error {
    font-weight: 500;
}

.form-control {
    padding: 6.5px 10px;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    background-clip: padding-box;
    background-color: transparent;
    border: 1px solid #313947;
    border-radius: 4px;
    transition: .15s border-color;
    width: -webkit-fill-available;
}

.form-control-disc {
    -webkit-text-security: disc;
    -webkit-appearance: textfield;
    -webkit-user-select: text;
    cursor: auto;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: .125rem;
}

.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}

.form-check-input[type=checkbox] {
    border-radius: .25em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

label {
    display: inline-block;
}

.footer-grid {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 1.5rem;
	background-color: rgba(0,0,0,0.5);
	padding: 1.5rem;
	position: relative;
	z-index: 1;
	border-top: 10px solid rgb(33 150 243 / 25%);
}

.footer-grid:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    z-index: 0;
    opacity: 0.75;
	background-position: 50% 50%;
    background-color: #16202b;
}

.footer-members-column,
.footer-nav-column,
.footer-featured-column,
.footer-stats-column {
    z-index: 1;
}

.bottom-footer {
    background-color: #000;
    padding: 1.25rem;
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.bottom-footer .links {
    grid-column: 1;
    grid-row: 1;
}

.bottom-footer .copyright {
    grid-column: 2;
    grid-row: 1;
	text-align: right;
}

.bottom-footer .socials {
    grid-column: 3;
    grid-row: 1;
	text-align: right;
}

.pagination {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}

.pagination li {
	display: inline-block;
	margin-right: 0.25rem;
	background-color: rgba(0,0,0,0.5);
	border-radius: 0.5rem;
	padding: 0.5rem 0.75rem;
}

.pagination li:last-of-type {
	margin-right: 0;
}

.list li {
    padding: 1.25rem;
    border-bottom: 1px solid rgb(238 238 238 / 10%);
}

.list li:last-of-type {
    border-bottom: 0;
}

.m-0 {
    margin: 0;
}

.m-3 {
	margin: 1rem;
}


.mt-0 {
   margin-top: 0; 
}
.ms-1 {
    margin-left: 0.25rem;
}

.ms-2 {
    margin-left: 0.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
	margin-bottom:1rem;
}

.p-0 {
    padding: 0 !important;
}

.p-3 {
	padding: 1rem;
}

#search-results {
    background-color: rgb(16 18 20);
	border: 1px solid rgb(238 238 238 / 10%);
    max-height: 500px;
    overflow-y: scroll;
}

#search-results li {
    padding: 0.75rem;
    border-bottom: 1px solid rgb(238 238 238 / 10%);
}

#search-results li:last-of-type {
    padding: 8px;
    border-bottom: 1px solid rgb(238 238 238 / 10%);
}

#search-results li svg {
    height: 15px;
}

#file-width-error,
#file-height-error {
    
}

.justify-content-between {
    justify-content: space-between!important;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 0.2em;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #0D6EFD;
    outline: 1px solid #0D6EFD;
}

.grid-gap {
    gap: 1rem;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr;
}

.grid-gap-1 {
    gap: 1rem;
}

.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.form-grid-2-short-label {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.form-grid-2-auto-1fr {
    display: grid;
    grid-template-columns: auto 1fr;
}

.form-container-v {
    display: grid;
    grid-template-columns: 1fr;
}

.form-container-v .form-label {
    text-align: left;
}

.bid-options {
    position: relative;
    overflow: hidden;
    height: 608px;
}

.bid-options ul li {
    position: absolute;
    top: 0;
}

.flex {
    display: flex !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.form-control-warning {
    background-color: rgb(179 2 2 / 13%);
    border-color: #831616;
}

.error {
    background-color: rgb(220 53 69 / 25%);
    padding: 0.5rem;
    border-radius: 0.25rem;
    border-color: #b02a37;
}

.error.form-control:focus {
    background-color: rgb(220 53 69 / 15%);
    border-color: #b02a37;
}

.breadcrumb {
    list-style: none;
    background-color: rgba(0,0,0,0.5);
    padding: 1rem;
    border-radius: 0.5rem;
    margin-top: 0;
}

.breadcrumb-item::after {
    padding-right: 0.5rem;
    color: #949ba9;
    content: "/";
    padding-left: 0.75em;
}

.breadcrumb-item {
    display: inline;
}

.breadcrumb-item:last-of-type::after {
    padding: 0;
    content: "";
}

.modal-overlay {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color: rgba(0,0,0,0.8);
  z-index:9999;
}

.modal {
    position: fixed;
    width: 500px;
    top: 55%;
    left: 50%;
    padding: 1rem;
    background-color: rgba(0,0,0,0.5);
    box-sizing: border-box;
    opacity: 0;
    transform: translate(-50%,-50%);
    transition: all 150ms ease-in-out;
    border: 1px solid rgb(238 238 238 / 10%);
    border-radius: 0.5rem;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid rgb(238 238 238 / 10%);
    border-top-left-radius: calc(0.5rem - 1px);
    border-top-right-radius: calc(0.5rem - 1px);
}

.modal-overlay.modal-open .modal {
   opacity:1;
   top:50%;
}

.modal-lg, .modal-xl {
    width: 800px !important;
}

.progress {
    width: 100%;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #0d6efd;
    transition: width 0.6 ease;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

#profile_avatar_cropper {
    max-width:300px;
    display: block;
    height: 100%;
    margin: 0 auto;
}

#cropper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
}

#advertisement-banner-cropper {
    max-width:100%;
    display: block;
    height: auto;
    margin: 0 auto;
}

#avatar-cropper {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.usercp-icons {
    list-style-type: none;
    padding: 0;
}

.usercp-icons li {
    display: inline-flex;
    height: 150px;
    width: 150px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.usercp-icons li i {
    font-size: 50px;
    padding: 1rem;
    color: #fff;
}

.error-warning {
    color: #dc3545;
    font-size: 15px;
    font-style: italic;
}

.review-stars {
    font-size: 35px;
    padding-left: 0;
    list-style: none;
    margin: 0;
}

.review-stars li {
   display: inline;
   cursor: pointer;
}

.more-reviews {
    font-weight: bold;
    text-align: right;
    display: block;
    padding: 1rem 0;
}

.more-reviews:after {
    content: '>';
    padding: 1.75px;
    margin-left: 0.25rem;
    display: inline-flex;
}

.site-logo {
    max-height: 65px;
    padding: 1rem 0;
}

.response-options-container {
    font-weight: 500;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #000;
    border-radius: .375rem;
    max-width: 100%;
    height: auto;
}

.delete-image,
.remove-image,
.review-image {
    cursor: pointer;
}

img[data-deleted="true"],
img[data-removed="true"] {
    opacity: 0.4;
}

.thumbnails ul {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    width: 100%;
}

.thumbnails ul li {
    width: 100%;
    margin: 0 !important;
}

.thumbnails ul li img {
    width: -webkit-fill-available;
    margin: 0.5rem;
}

.modal-body {
    max-height: 90vh;
    overflow-y: scroll;
    padding: 1rem;
    margin-bottom: 0.5rem;
    overflow-x: hidden;
}

.modal-body img {
    max-width: 100%;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 0.2em;
}

.custom-scrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background-color: #0D6EFD;
    outline: 1px solid #0D6EFD;
}

.aggregate-rating {
    display: flex;
    margin-top: 0.5rem;
}

.content-title {
    font-size: 24.0px;
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0;
}

.review-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.navbar-login {
    width: 305px;
    padding-bottom: 0;
    color: #fff;
}

.navbar-login .dropdown-item {
    padding: 0.75rem 0.75rem;
    overflow: hidden;
    border-top: 1px solid rgb(238 238 238 / 10%);
}
.navbar-login a {
    color: #fff;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgb(238 238 238 / 10%);
}

.rank-box-header-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
}

.extra-links a {
    display: flex;
}

.extra-links svg {
    height: 34px;
}

.extra-links {
    display: flex;
    gap: 0.5rem;
}

.response-quote,
.alert {
    border-left: 3px solid #0d6efd !important;
}

.alert {
    padding: 1rem;
    background-color: rgba(0,0,0,0.5);
    border: 1px solid #000;
    border-radius: 0.5rem;
}

.text-danger {
    color: #dc3545;
}

.banner-container .btn {
    display: flex;
    align-items: center;
}

/* Style the tab */
.tabs {
  overflow: hidden;
}

/* Style the buttons that are used to open the tab content */
.tabs button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    color: #fff;
}

/* Change background color of buttons on hover */
.tabs button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabs button.active {
    border: 1px solid rgb(238 238 238 / 30%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid rgb(238 238 238 / 30%);
}

@media (max-width: 991px) {
    .content-grid {
        grid-template-columns: 1fr;
    }
	
    .right-column-container {
    	grid-column: 1;
        grid-row: 2;
    }
	
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
	
	.footer-members-column {
		grid-column: 1;
        grid-row: 1;
	}
	
	.footer-nav-column {
		grid-column: 2;
        grid-row: 1;
	}
	
	.footer-featured-column {
		grid-column: 1;
        grid-row: 2;
	}
	
	.footer-stats-column {
		grid-column: 2;
        grid-row: 2;
	}
	
    .registration-form,
    .login-form {
        margin: 0;
    }
}

@media (max-width: 700px) {
    .navbar > .container {
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 0.5rem;
		padding: 1.25rem;
    }
	
    .navbar-brand {
        padding-top: 0;
        padding-bottom: 0.25rem;
        margin-right: 1rem;
        font-size: 1.25rem;
        text-decoration: none;
        white-space: nowrap;
        grid-column: 1;
        grid-row: 1;
    }
	
    .navbar-toggler {
    	display: block;
		grid-column: 2;
        grid-row: 1;
    }
	
    .navbar ul li {
        display: block;
        margin-right: 0;
    }
	
    .navbar-collapse {
        grid-column: 1 / 3;
        grid-row: 2;
		display: none;
    }
}

@media (max-width: 500px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
	
	.footer-members-column {
		grid-column: 1;
        grid-row: 1;
	}
	
	.footer-nav-column {
		grid-column: 1;
        grid-row: 2;
	}
	
	.footer-featured-column {
		grid-column: 1;
        grid-row: 3;
	}
	
	.footer-stats-column {
		grid-column: 1;
        grid-row: 4;
	}
	
	.bottom-footer {
		grid-column: 1;
        grid-row: 5;
	}
	
	.bottom-footer ul {
        display: grid;
        gap: 15px;
	}
}
@media (max-width: 400px) {
    header svg, nav svg {
        width: 100%;
		max-height: 120px;
		height: auto;
    }
	
	.rank-box-change,
	.rank-box-flag {
		display: none;
	}
	
    .form-grid {
        flex-direction: column;
    }
	
    .form-grid label {
        flex: 1 1 auto;
        width: 100%;
		text-align: left;
    }
	
    .form-grid input,
    .form-grid textarea,
    .form-grid div {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 350px) {
	header h1 {
		font-size: 45px;
	}
	
	.rank-box-position {
	    display: none;
	}
	
	.rank-box-details {
		grid-column: 1 / 3;
	}
	
	.rank-box-stats {
		grid-template-columns:1fr;
		grid-column: 1 / 3;
	}
	
	.rank-box-votes {
		grid-column: 1 / 5;
	}
	
	.rank-box-hits {
		grid-row: 2;
		grid-column: 1 / 5;
	}
}