/*
* UUP dump Light Theme Style Sheet
* https://uupdump.net/
* 
* Copyright (C) 2023 UUP dump authors. All rights reserved.
*/

.page-header {
    position: relative;
    padding: .75em;
    margin-bottom: 1.125em;
}

.page-header.regular {
    background-image: url('/static/images/bg_light.png');
    background-color: #f2f4f6;
    box-shadow: 0 0 48px #0003;
    border-bottom: 1px solid #d3d3d3;
}

.page-header,
.page-header.extended::before {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.page-header.extended {
    padding: 1.2em;
}

.page-header.extended::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    height: calc(100% + 32rem);
    background-image: linear-gradient(#fff0, #fff), url('/static/images/bg_light_extended.png');
}

.page-header.extended .title {
    display: none;
}

.page-header .title {
    padding-top: .3em;
    padding-bottom: 1em;
}

.page-header .title .logo {
    height: 36px;
    margin: -.2em .25em -.25em .25em
}

.page-header .title h1 {
    text-align: center;
    font-weight: 700;
}

.page-header-menu {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100%;
}

.page-header .ui.attached.menu {
    border: 0;
}

.page-header .ui.attached.menu .ui.container {
    flex-wrap: wrap;
}

.footer {
    margin-bottom: 0;
    padding-bottom: 1rem;
}

.footer .info {
    opacity: .5;
}

.welcome-text {
    margin: 2em;
    text-align: center;
}

.welcome-text .logo {
    height: 96px;
}

.welcome-text .header {
    font-size: 3rem;
    font-weight: 700;
    margin: 0;
}

.welcome-text .sub {
    font-size: 1.1rem;
    opacity: .5;
}

.quick-search-buttons {
    text-align: center;
    margin-top: .165em;
}

.quick-search-buttons .ui.menu {
    margin-top: .5em;
}

.error-page-message {
    padding: 6rem 0 6rem !important;
    max-width: 700px;
}

.selectlang-error {
    padding: .75rem 0 .75rem !important;
}

i.fa-mr {
    margin: 0 .2em 0 0;
}

.home-search {
    border-radius: .286rem;
    box-shadow: 0 2px 4px 0 #0001;
}

.home-quick-options {
    margin-top: 1.1em;
    border-radius: .286rem;
    box-shadow: 0 8px 16px 0 #0001;
}

body.pushable {
    background-color: revert !important;
}

.pushable .pusher {
    background-color: revert !important;
}

.ui.labeled.action.input input {
    width: 50% !important;
}

@media only screen and (max-width: 991px) {
    .home-quick-options .ui.top.attached.table {
        width: calc(100% + 2px) !important;
        margin-bottom: -2px;
    }
}

@media only screen and (min-width: 1392px) {
    .ui.container {
        width: 1308px;
    }
}

@media only screen and (min-width: 1568px) {
    .ui.container {
        width: 1474px;
    }
}
