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

.btn-offer {
    background-color: #112b66;
    color: #fff;
}
    .btn-offer:hover {
        background-color: #fff;
        color: #112b66;
        border: 1px solid #112b66;
    }
.btn-laga-primary {
    color: #fff;
    background-color: #112b66;
    font-weight: bold;
}

hr {
    background: #112b66;
}
.inquiry-new {
    background-color: #cdfbcd;
    color: #008000;
}
.inquiry-finished {
    color: grey;
    background-color: lightgrey;
}
.inquiry-deleted {
    background-color: #f3cbcb;
    color: red;
}
.inquiry-status-new {
    font-weight: 700;
    color: white;
    background-color: green;
    padding: 5px;
    border-radius: 15px;
}
.inquiry-status-answered {
    color: green;
}
.inquiry-status-finished {
    color: #000;
    font-weight:900;
}
.inquiry-status-resent {
    color: green;
    font-weight: 900;
}

.inquiry-container-info {
    background-color: #e8f1ff;
    padding:10px;
    margin: 10px 0;
}
.public-messages-container {
    background-color: #e8e8e8;
}
.inquiry-type-container {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.message-date {
    font-size: 12px;
}
.i-font-sm {
    font-size: 12px;
}
.internal-bg {
    background-color: #b4f3fc;
}
.public-bg {
    background-color: #ddfbde;
}
.inquiry-row-messages {
    background-color: #eee;
}


.inquiry-row {
    margin: 10px 0;
    border: 1px solid #eee;
}
.inquiry-row:not(.collapsed){
    background-color: #eee;
}
.accordion-button:not(.collapsed) {
    background-color: #ffc1078a;
    color: #000;
}
    .accordion-button:not(.collapsed), .accordion-button:focus {
        box-shadow: rgb(0 0 0 / 0%) 0px 0px 0px;
    }

#Message {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}</pre></body></html>