/*
* NISSAN FONTS
*/

@font-face {
    font-family: 'NissanBrand-Regular';
    src: url('../fonts/NissanBrand-Regular.eot') format('embedded-opentype'), url('../fonts/NissanBrand-Regular.woff') format('woff'), url('../fonts/NissanBrand-Regular.woff2') format('woff2'), url('../fonts/NissanBrand-Regular.svg') format('svg'), url('../fonts/NissanBrand-Regular.ttf') format('truetype');
}

.font-light {
    font-family: 'NissanBrand-Light';
}

.font-regular {
    font-family: 'NissanBrand-Regular';
}

.font-bold {
    font-family: 'NissanBrand-Bold';
}

.font-italic {
    font-family: 'NissanBrand-Italic';
}

@font-face {
    font-family: 'NissanBrand-Bold';
    src: url('../fonts/NissanBrand-Bold.eot') format('embedded-opentype'), url('../fonts/NissanBrand-Bold.woff') format('woff'), url('../fonts/NissanBrand-Bold.woff2') format('woff2'), url('../fonts/NissanBrand-Bold.svg') format('svg'), url('../fonts/NissanBrand-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'NissanBrand-Light';
    src: url('../fonts/NissanBrand-Light.eot') format('embedded-opentype'), url('../fonts/NissanBrand-Light.woff') format('woff'), url('../fonts/NissanBrand-Light.woff2') format('woff2'), url('../fonts/NissanBrand-Light.svg') format('svg'), url('../fonts/NissanBrand-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'NissanBrand-Italic';
    src: url('../fonts/NissanBrand-Italic.eot') format('embedded-opentype'), url('../fonts/NissanBrand-Italic.woff') format('woff'), url('../fonts/NissanBrand-Italic.woff2') format('woff2'), url('../fonts/NissanBrand-Italic.svg') format('svg'), url('../fonts/NissanBrand-Italic.ttf') format('truetype');
}

* {
    font-family: 'NissanBrand-Light'
}

.white-logo {
    width: 70px;
    margin: 30px auto;
    position: relative;
    display: block;
}

#demo {
    font-size: 3em;
}

h1 {
    text-transform: uppercase;
    font-family: 'NissanBrand-Regular';
}

h3 {
    font-family: 'NissanBrand-Regular';
}

h4 {
    font-family: 'NissanBrand-Bold';
}

h5 {
    font-family: 'NissanBrand-Bold';
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

h5 small {
    font-size: 12px;
}

strong {
    font-family: 'NissanBrand-Bold';
}

body {
    background-color: #000;
    display: flex;
    height: 100vh;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

body .countdown-clock {
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(#1cd6ff, #8c33d3, #ff0030);
    border-image-slice: 1;
    padding: 10px;
    text-align: center;
    margin: 30px 0
}

body .top-container {
    width: 60%;
    height: 100vh;
    background-image: url(../img/Magnite%20Countdown%20Image.jpg);
    background-size: cover;
    background-position: center right;
    position: relative
}

body .top-container .gradient-overlay {
    height: 100%;
    width: 300px;
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .5), #000);
    position: absolute;
    left: calc(100% - 300px);
    right: 50%;
    bottom: 0;
    top: 0
}

body .bottom-container {
    width: 40%;
    height: 100vh;
    padding: 30px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

body .bottom-container .mobile {
    display: block;
    background-color: #c3002f;
    padding: 20px
}

body .bottom-container .accordion .accordion-item {
    background-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(#1cd6ff, #8c33d3, #ff0030);
    border-image-slice: 1;
}

body .bottom-container .accordion .accordion-item {
    color: #FFFFFF;
}

body .bottom-container .accordion .accordion-item .list {
	width: 100%;
	max-width: 768px;
    max-height: 30vh;
    overflow-y: scroll;
}

body .bottom-container .accordion .accordion-item .list::-webkit-scrollbar {
	width: 15px;
	height: 8px;
	background-color: #222222;
	transition: all 500ms ease;
	cursor: pointer;
}

body .bottom-container .accordion .accordion-item .list::-webkit-scrollbar-track {
	padding-left: 5px;
	padding-right: 5px;
}

/* Add a thumb */
body .bottom-container .accordion .accordion-item .list::-webkit-scrollbar-thumb {
	background: #e40c57;
	cursor: pointer;
	border-radius: 999px;
	border-left: 1px solid #DEE2E6;
	box-shadow: 1px 0 5px #000;
}

body .bottom-container .accordion .accordion-item .list .item {
	padding: 15px;
    padding-left: 0;
	border-bottom: 1px solid #CCC;
    border-bottom: 1px solid #FFFFFF;
    text-transform: uppercase;
}
body .bottom-container .accordion .accordion-item .list .item:last-of-type {}

body .bottom-container .accordion .accordion-item .list .item:hover {
	background: rgba(0, 0, 0, 0.05);
}

.pagenumbers {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.pagenumbers button {
	width: 30px;
	height: 30px;

	appearance: none;
	border: none;
	outline: none;
	cursor: pointer;

	background-color: #e40c57;

	margin: 5px;
    margin-left: 0;
	transition: 0.4s;

	color: #FFF;
	font-size: 18px;
	text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.pagenumbers button:hover {
    color: #000000;
	background-color: #FFFFFF;
}

.pagenumbers button.active {
    color: #000000;
	background-color: #FFFFFF;
	box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.2);
}

body .bottom-container .accordion .accordion-button {
    color: #FFFFFF;
    text-align: center;
    background-color: transparent;
}

body .bottom-container .accordion .accordion-button:after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

body .bottom-container .accordion .accordion-button:focus {
    box-shadow: none;
}


body .bottom-container .accordion .accordion-button:not(.collapsed) {
    border-bottom: 0;
}

.autocomplete-container {
    width: 100%;
    margin: 10px auto;
    position: relative;    
}
.autocomplete-container #autocomplete-input {
    background: transparent;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 100%;
    padding: 20px 15px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    outline: none;
    color: #FFFFFF;
    font-size: 15px;
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(#1cd6ff, #8c33d3, #ff0030);
    border-image-slice: 1;
}
.autocomplete-container #autocomplete-input:-moz-placeholder {
    color: #FFFFFF;
}
.autocomplete-container #autocomplete-input::-moz-placeholder {
    color: #FFFFFF;
}
.autocomplete-container #autocomplete-input:-ms-input-placeholder {
    color: #FFFFFF;
}
.autocomplete-container #autocomplete-input::-webkit-input-placeholder {
    color: #FFFFFF;
}
.autocomplete-container #autocomplete-input:focus {
    background: rgba(0, 0, 0, 0.1);
}

#autocomplete-results {
    z-index: 1;
    display: none;
    width: 100%;
    margin: 0;
    padding-left: 0;
    margin-top: -2px;
    color: #FFFFFF;
    list-style: none;
    position: absolute;
    top:100%;
}
#autocomplete-results li {
    color: grey;
    width: 100%;
    padding: 20px 15px;
    background: rgba(0, 0, 0, 1);
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    border-left: 2px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
#autocomplete-results li:hover,
#autocomplete-results li:focus {
    background: rgba(0, 0, 0, 1);
    
    border-style: solid;
    border-width: 2px;
    border-image-source: linear-gradient(#1cd6ff, #8c33d3, #ff0030);
    border-image-slice: 1;
}

.autocomplete-container.inline input {
    text-transform: uppercase;
}

.autocomplete-container.inline ul li {
    display: none;
    font-size: 15px;
    border-color: transparent !important;
    background-color: transparent;
    text-transform: uppercase;
}
.autocomplete-container.inline ul li:hover {
    border-color: transparent;
}

.autocomplete-container.inline ul li:first-child,
.autocomplete-container.inline ul li:first-child  {
    display: block;
    border:none;
}

.autocomplete-container.inline #autocomplete-results {
    top: 0;
    height: 100%;
    left: -2px;
    
    border: 4px solid transparent;
}

.autocomplete-container.inline #autocomplete-results li {
    border:none;
    background-color: transparent;
}
.autocomplete-container.inline #autocomplete-results li:focus {
    border:none;
}


@media (max-width:768px) {
    body {
        background-color: #000;
        display: flex;
        height: 100%;
        min-height: 100%;
        width: 100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        overflow-y: scroll
    }
    body .top-container {
        width: 100%;
        height: 50vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }
    body .top-container .gradient-overlay {
        height: 200px;
        width: 100%;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .5), #000);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: calc(100% - 200px)
    }
    body .bottom-container {
        width: 100%;
        min-height: 50vh;
        height: 100%;
        margin-top: -80px;
    }
    body .bottom-container .mobile {
        display: none
    }
}

.text-info {
    color: #8c33d3 !important;
}