<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.white-block {
    background: #FFF;
}

.usps {
    background: #FFF;
    padding: 90px 0;
}

.side-usp-with-bg {
    background-image: url(/assets/images/blob.svg);
    background-position: left center;
    background-repeat: no-repeat;
}

.side-usp {
    font-size: 37px;
    font-weight: 700;
}

.card-title {
    margin-bottom: 0.75rem;
}
.card .card-title {
    padding: 30px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
}
#icon_clear {
    position: absolute;
    right: 25px;
    top: 10px;
    cursor: pointer;
}
.form-group .form-control.bid-input {
    padding-left: 50px;
    background-image: url(/assets/images/coins.svg);
    background-repeat: no-repeat;
    background-position: left 20px center;
    font-size: 15px;
}
.form-group .form-control {
    background: #F5F5F7;
    margin-top: 10px;
    padding: 12px 20px;
    height: 45px;
}
.card.product-card .status.success {
    background: #5FD98B;
}
.card .card-list .list-group-item.success {
    color: #5FD98B;
}
.card .card-list .list-group-item.success span {
    opacity: 1;
}
.card .card-list .list-group-item.success span b {
    font-weight: 700;
    opacity: 1;
    margin-right: 10px;
}

.card .card-list .list-group-item.center {
    text-align: center;
}

.card .card-list .list-group-item span {
    font-weight: 400;
    opacity: 0.3;
    font-size: 12px;
}

.card .card-list .list-group-item img {
    padding: 0 10px 0 0;
    margin-top: -4px;
}
.align-items-center {
    align-items: center !important;
}
.d-flex {
    display: flex !important;
}
.form-control[type=search] {
    margin-top: 0 !important;
    height: 40px !important;
}
input[type=search] {
    border-radius: 40px;
    border: none;
    font-size: 12px !important;
    background: #373737;    /* #F5F5F7; */
    margin-top: 10px;
    padding: 10px 20px;
    padding-left: 40px !important;
    background-image: url(/assets/images/search_white.svg) !important;
    background-repeat: no-repeat !important;
    background-position: left 15px center !important;
}

.blintoInfoBox {
    border-radius: 0.5rem;
    width: 100%;
    padding: 1rem;
    margin: 7rem 0 -5rem 0;
}

@media (min-width: 768px) {
    .blintoInfoBox {
        margin-top: 8rem;
    }
}

@media (min-width: 1024px) {
    .blintoInfoBox {
        margin: 1rem;
    }
}

.blintoInfoBoxExitButton {
    border: none;
    float: right;
    cursor: pointer;
}

.blintoInfoBoxHeader {
    font-weight: bold;
    font-size: 17px;
}
/*
nav.nav .form-control {
    margin-top: 0 !important;
    height: 40px !important;
}*/
/*
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
        position: relative;
        width: 100%;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}*/

.login-register-container {
    padding: 10px;
    max-width: 550px;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 5px 31px -6px rgb(40 42 46 / 5%);
    margin-top: 80px;
}

h1 {
    font-size: 23pt;
    font-weight: bold !important;
    padding-bottom: 10px;
}

.login-register-container form {
    max-width: 350px;
    margin: 0 auto;
}

.spacing {
    margin: 2rem auto;
}

.form-group {
    text-align: center;
}

.login-register-container form input {
    margin-bottom: 25px;
}
button, input {
    overflow: visible;
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.column {
    padding: 0;
    font-size: 10pt;
}

div.input_field_container label {
    display: block;
    font-size: 14px;
    color: #555;
    margin-bottom: 0;
    text-align: left;
}

div.input_field_container input {
    outline: none;
    font-family: Helvetica;
    border: none;
    border-bottom: 1px solid #ff9933;
    padding: 3px;
    display: block;
    line-height: 1.2em;
    font-size: 14pt;
    background-color: #f8f8f9;
    margin-bottom: 11px;
    width: 100%;
}

.form-group button {
    font-size: 14px;
    border: none;
    font-weight: 800;
    position: relative;
    margin-right: 10px;
    background: linear-gradient(
            90deg
            , #FD896A 0%, #FCC173 100%);
    border-radius: 70px;
    color: #FFF;
    padding: 11px 20px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    height: 42px;
}

.form-group button:hover {
    opacity: 0.8;
}

.form-group a {
    text-align: center;
    color: #222222;
    font-size: 14px;
    font-weight: 700;
}

body {
    font-family: "Manrope";
    font-weight: 400;

}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0;
    margin-inline-end: 0;
    padding-inline-start: 40px;
}
.usps .usp p {
    font-size: 14px;
}
.usps .usp {
    text-align: center;
}

footer.footer {
    background: #FFF;
}

.header .topbar .navbar-nav .nav-item .nav-link {
    font-weight: 600;
}

.card.clean {
    border: none;
    overflow: hidden;
    margin-top: 20px;
    transition: all 0.3s;
}

nav.nav a.nav-link-mybids {
    font-size: 14px;
    color: black;
    padding: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

nav.nav a.nav-link-mybids.active:after {
    content: "";
    position: absolute;
    width: 50px;
    max-width: 100%;
    background: linear-gradient(
            90deg
            , #FD896A 0%, #FCC173 100%);
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

input[type=checkbox] {
    transform: scale(1.6);
    -ms-transform: scale(1.6);
    -moz-transform: scale(1.6);
    /* -webkit-transform: scale(1.6); */
    -o-transform: scale(1.6);
    padding: 5px;
}

.card {
    background-color: #fff;
    /*box-shadow: 0 0.5em 1em -0.125em rgb(10 10 10 / 10%), 0 0 0 1px rgb(10 10 10 / 2%); */   /*WTF!?*/
    color: #4a4a4a;
    max-width: 100%;
    position: relative;
}

body {
    margin: 0;
    font-family: "Manrope";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
   /* background-color: #fff;*/
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

img.objektbild {
    width: 90%;
    border-radius: 5px;
}
img {
    vertical-align: middle;
    border-style: none;
}
.objektnamn a {
    text-decoration: inherit;
    color: inherit;
    font-size: 11pt;
}
.maxbud {
    font-size: 13pt;
    font-weight: bold;
}
div.input_field_container button.smaller {
    font-size: 12px;
    border: none;
    color: #222;
    font-weight: 600;
    position: relative;
    background: linear-gradient(
            90deg
            , #FD896A 0%, #FCC173 100%);
    border-radius: 20px;
    color: #FFF;
    width: 120px;
    display: inline-block;
    padding: 0;
    height: 27px;
}

/*a, button,*/ input {
    color: #000000;
}
.minsida_setting_info {
    font-size: 11pt;
}

div.input_field_container button {
    font-size: 14px;
    border: none;
    color: #222222;
    font-weight: 600;
    position: relative;
    margin-right: 10px;
    background: linear-gradient(
            90deg
            , #FD896A 0%, #FCC173 100%);
    border-radius: 70px;
    color: #FFF;
    padding: 11px 20px;
    display: inline-block;
    width: 100%;
    margin-top: 0px;
    height: 42px;
}
.footer-content {
}

footer.footer .container {
    max-width: 1300px;
    padding: 90px 0;
    margin-top: -2px;
}
.card.product-card {
    border: none;
    overflow: hidden;
    margin-top: 30px;
    transition: all 0.3s;
    margin-bottom: 0;
}
.card.product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 19px -10px #000000;
}
.card.product-card figure {
    margin: 0;
    position: relative;
}
h5.personal {
    margin: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}

h5, .h5 {
    font-size: 1.25rem;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
h3, .h3 {
    /*font-size: 1.75rem;*/
    font-weight: 700;
}

.card.bid-status h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 0;
    line-height: 0.7;
}

.user-input-wrp {
    width: 90%;
    position: relative;
    padding-top: 24px;
}
.user-input-wrp .inputText:invalid {
    box-shadow: none !important;
}
.user-input-wrp .inputText {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: 1px solid #ff9933;
    border-radius: 0;
    font-size: 18px;
    width: 96%;
    height: 24px;
    margin-left: 0;
    font-family: helvetica;
    font-weight: 100;
    background: transparent;
    text-align: left;
    margin-bottom: 2px !important;
    padding-left: 5px;
    color: #000;
    line-height: 25px !important;
    height: 30px;
}


.user-input-wrp input:focus ~ .floating-label, .user-input-wrp input:not(:focus):valid ~ .floating-label {
    top: 0px;
    left: 5px;
    font-size: 14px;
    color: #666;
    color: gray;
    opacity: 1;
}
 .user-input-wrp .floating-label {
     position: absolute;
     pointer-events: none;
     top: 24px;
     left: 5px;
     transition: 0.2s ease all;
     font-size: 16px;
     margin-bottom: 3px;
     padding-left: 5px;
     color: #999;
 }




.user-input-wrp .inputText:focus {
    border-color: #ff9933;
    border-width: medium medium 2px;
}
.user-input-wrp .floating-label {
    position: absolute;
    pointer-events: none;
    top: 24px;
    left: 5px;
    transition: 0.2s ease all;
    font-size: 16px;
    margin-bottom: 3px;
    padding-left: 5px;
    color: #999;
}




@media screen and (min-width: 601px) {
    .mybids-menu {
        width: 50%;
    }
}
@media (min-width: 1300px) {
    .content {
        max-width: 1380px;
    }
}

@media (min-width: 1300px) {
    .col-xl-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}
@media (min-width: 992px) {
    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
@media (min-width: 768px) {
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (min-width: 676px) {
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .d-sm-none {
        display: none !important;
    }
    .d-sm-block {
        display: block !important;
    }
}
@media (min-width: 1300px) {
    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
</pre></body></html>