<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: rgba(0,0,0,0.87);
    font-size: .875rem;
    background-color: #f8f8f8;
    webkit-font-smoothing: antialiased;
}

.top-menu {
    background-color: #3c3c3c;
    width: 99%;
    margin: 0 auto;
    margin-top: -15px;
    height: 30px;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    background-color: #3c3c3c;
    z-index: 0;
    box-shadow: rgba(0, 0, 0, 0.45098) 0px 11px 51px 2px;
    border-bottom: 1px solid #848484;
}


.whitebox {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 12px;
    border-radius: 3px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.item {
    position: relative;
    margin: 0 auto;
}

.options {
    padding: 12px;
    border-bottom: 1px solid #dfdfdf;
}

/*a:hover {
    text-decoration: solid;
}

a:active {
    color: darkgrey;
}

a:link {
    color: dimgrey;
}*/

.highlight {
    background-color: #ff9800 !important;
}

.selectColor {
    background-color: #ff8700 !important;
}

.yourElement {
    animation-duration: 3s;
    animation-delay: 1s;
    animation-iteration-count: initial;
}

.myElement {
    animation-duration: 3s;
    animation-delay: 2s;
    animation-iteration-count: initial;
}

.sale-type {
    background-color: orange;
    position: absolute;
    bottom: 15px;
    color: #111;
    left: 15px;
    font-weight: bold;
    font-size: 13px;
    padding: 0px 10px 0px 10px;
    text-shadow: 1px 1px 0px #fff;
    border-radius: 3px;
    line-height: 30px;
}

.user-panel-buttons {
    padding: 20px;
    margin: 20px;
    font-size: 24px;
    color: white !important;
}

.card-title2 {
    font-weight: bold !important;
}

footer a {
    color: #ffffff !important;
}

    footer a:hover {
        color: dodgerblue !important;
    }

nav a {
    color: #fff !important;
}

/*    nav a:has(:hover) {
        color: dodgerblue !important;
    }*/

.bx-pager {
    display: flex;
    align-items: center;
    height: 34px;
    border-left: 1px solid gray;
    margin-bottom: 20px;
}

    .bx-pager .bx-pager-item {
        display: flex;
        align-items: center;
        height: 100%;
        flex: 0 25%;
        border-top: 1px solid gray;
        border-bottom: 1px solid gray;
    }

        .bx-pager .bx-pager-item .bx-pager-link {
            text-decoration: none;
            color: #222;
            font-size: 13px;
            flex: 1;
            padding-left: 16px;
            text-align: center;
            height: inherit;
        }

        .bx-pager .bx-pager-item .arrow {
            border: solid gray;
            display: inline-block;
            padding: 9px;
            border-width: 1px 0 0 1px;
            transform: translateY(15.5px) rotate(-45deg) skew(-15deg, -15deg) translateX(18px);
            background-color: #FFF;
        }

        .bx-pager .bx-pager-item.active {
        }

            .bx-pager .bx-pager-item.active .bx-pager-link {
                color: white;
                background-color: forestgreen;
            }

        .bx-pager .bx-pager-item.sale-state-done .bx-pager-link {
            background-color: lightgreen;
        }

            .bx-pager .bx-pager-item.active .arrow {
                background-color: forestgreen;
            }
</pre></body></html>