body {
    background-color: transparent;
    height:100%;
    font-family: "Nunito", serif;
    font-optical-sizing: auto;
}

html {
	width: 100%;
	background: radial-gradient(ellipse at bottom, #4E7199 0%, #090A0F 100%);
    min-height:100%;
}

header {
    background-color: #233144;
    height: 85px;
    box-shadow: 0px 0px 4px 0px #000000;
}

#logo {
    position: absolute;
    width: 181px;
    height: 60px;
    margin-left: 5%;
    margin-top: 14px;
    background-image: url(../img/assets/logo.svg);
    background-size: 100%;
    background-repeat: no-repeat;
}

.hidden {
    display: none;
}

.container {
    margin-top: 10px;
}

.container-xxxl {
    margin-top: 20px;
    margin-bottom: 20px;
}

.vendor_logo {
    width: 160px;
    height: 50px;
}

.platform_box {
    padding: 7px;
    background-image: repeating-linear-gradient(135deg, #0000001f 0, #0000001f 0.5px, transparent 0, transparent 50%);
    background-size: 5px 5px;
    background-color: #233144;
    box-shadow: 0px 0px 4px 0px #000000;
}

.platform_box:hover {
    cursor: pointer;
    box-shadow: 0px 0px 5px 0px #000000;
}

.platform_icon {
    margin-top: 2px;
}

.platform_title {
    width: 180px;
    height: 40px;
    margin-top: 9px;
}

.top-middle-alert {
    width: 200px;
    top: 3px;
    margin-right: -90px;
    float: right;
    transform: translate(-50%, 0px);
    z-index: 9999;
    color: #ffda6a;
    background-color: #332701;
    border: 2px solid #997404;
}

.headerbuttons {
    margin-right: 5%;
    margin-top: 22px;
    float: right;
    display: inline-flex;
}

#keybutton {
    background-image: url('../img/assets/key.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    cursor: pointer;
}

#pricequicksearch {
    background-image: url('../img/assets/trend.svg');
    background-size: 100%;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    cursor: pointer;
    margin-right: 10px;
    border: 0;
    border-left: 0px;
    z-index: 100;
    background-color: transparent;
}

#pricequicksearch.expanded {
    opacity: 1.0;
}

#pricegamename {
    opacity: 0;
    width: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #233144 !important;
    z-index: -1;
}

.gamelist-price {
    margin-top: 45px;
}

.gameprice-item {
    cursor: default;
    text-align: center;
}

.gameprice-item:hover {
    background-color: #233144;
}

#platformdropdown {
    margin-right: -20px;
    padding-right: 30px;
    padding-top: 7px;
    width: 0px;
    opacity: 0;
    z-index: -1;
}

.platformlist-price {
    cursor: pointer;
    font-size: 13px;
}

.btn-check:checked+.btn {
    background-color: #1d2435 !important;
}

.dropdown-toggle.show {
    background-color: #1d2435 !important;
}

.form-select:focus {
    border-color: #686969;
    box-shadow: 0 0 13px .25rem rgb(0 0 0 / 25%);
}

#keybutton:hover {
    opacity: 1.0;
}

#pricequicksearch:hover {
    opacity: 1.0;
}

.price_loading {
    width: 20px;
    margin-left: 4px;
}

.price_update {
    font-size: 11px;
    color: #f39006;
    margin-left: 4px;
    cursor: default;
}

#price_container {
    margin-top: 15px;
}

.price_date {
    font-size: 11px;
}

#pricebadges {
    display: flex;
    line-height: 14px;
    font-size: 10px;
    justify-content: center;
}

.platform-logo {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    margin-top: -3px;
}

.switch {
	display: inline-block;
	position: relative;
	width: 35px;
	height: 20px;
	cursor: pointer;
	overflow: hidden;
    margin-right: 4px;
}

.switch input {
	position: absolute;
	top: -30px;
	left: -30px;
	width: 0;
	height: 0;
}

.switch input + span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #9d8046;
    border-radius: 20px;
}

.switch input:checked + span {
	background: #f1a714;
}

.switch input + span:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 16px;
	height: 16px;
	background: white;
	border-radius: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}

.switch input:checked + span:before {
	left: 17px;
}

#hardware-switch-label {
    margin-bottom: -4px;
    margin-left: 18px;
}