body {
    background-color: #191919;
    color: #aaaaaa;
}

textarea {
    color: #fff;
}

.collection .collection-item {
    background-color: #393939;
}

table.striped > tbody > tr:nth-child(2n+1) {
    background-color: #393939;
}

.green {
    color: #ffffff;
}

.dropdown-content {
    background-color: #393939;
}

nav, .sidenav, .sidenav .collapsible-body {
    background-color: #0f9d58;
    color: #fff !important;
}

nav a, .sidenav a {
    color: #fff !important;
}

input {
    color: #aaaaaa;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/assets/fonts/vendor/MaterialIcons-Regular.eot); /* For IE6-8 */
    src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/assets/fonts/vendor/MaterialIcons-Regular.woff2) format('woff2'),
    url(/assets/fonts/vendor/MaterialIcons-Regular.woff) format('woff'),
    url(/assets/fonts/vendor/MaterialIcons-Regular.ttf) format('truetype')
}

.material-icons {
    font-family: 'Material Icons', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px; /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;

    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;

    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;

    /* Support for IE. */
    font-feature-settings: 'liga'
}

.main_container {
    text-align: center;
}

.main_slider {
    width: 100%;
    height: 100%;
}

.main_slider div {
    width: 100%;
}

.main_slider div img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 100;
    padding: 5px;
    height: 50px;
    width: 50px;
}

.slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 100;
}

.page-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.token {
    padding: 10px;
    border-radius: 10px;
}

/** COOKIE CONSENT **/
.banner {
    position: fixed;
    bottom: 0;
    z-index: 2147483645;
    box-sizing: border-box;
    width: 50%;
    margin: 10px 10px;
    padding: 2px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
}

.banner-left {
    left: 0;
}

.banner-right {
    right: 0;
}

.banner-center {
    left: 50%;
    transform: translateX(-50%);
}

.border {
    border: 1px solid #e9e9e9;
}

.cookie-consent-banner__inner {
    padding: 15px 0;
}

.cookie-consent-banner__copy {
    margin-bottom: 20px;
}

.cookie-consent-banner__description {
    font-weight: normal;
    font-size: 0.9em;
}

.cookie-consent-btn {
    display: inline-block;
    width: 64%;
    padding: 11px 13px;
    border-radius: 10px;
    border: none;
    font-size: 0.8em;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    transition: 0.4s;
}

.cookie-consent-btn:hover {
    text-decoration: none;
    opacity: 0.9;
}

.cookie-consent-btn-secondary {
    display: inline-block;
    padding: 11px 13px;
    width: 33%;
    border-radius: 10px;
    border: none;
    font-size: 0.8em;
    margin-left: 0.2em;
    text-decoration: none;
    text-align: center;
    font-weight: normal;
    transition: 0.3s;
}

.cookie-consent-btn-secondary:hover {
    text-decoration: none;
    opacity: 0.9;
}

.prebanner {
    position: fixed;
    bottom: 0;
    z-index: 2147483645;
    height: 50px;
    font-size: 0.9em;
    margin: 10px 10px;
    border: none;
    padding: 12px 18px;
    border-radius: 20px;
    text-decoration: none;
    -webkit-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
    box-shadow: 10px 10px 36px -13px rgba(0, 0, 0, 0.15);
}

.prebanner-left {
    left: 0;
}

.prebanner-right {
    right: 0;
}

.prebanner:hover {
    text-decoration: none;
}

.link-btn {
    text-decoration: underline;
    border: none;
    background-color: inherit;
    margin: 0;
    padding: 0;
}

.link-btn:hover {
    text-decoration: underline;
}

.collapsible-header {
    background-color: #393939
}

.prettyprint .pln {
    color: #aaaaaa
}