<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.floating.preview-wrapper {
    position: fixed;
    right: 150px;
    top: 600px;
    z-index: 999999;
}

.kadence-mini-cart-refresh a.button.wc-forward:nth-child(1) {
    background: #2B6CB0 !important;
    color: #fff !important;
}
.kadence-mini-cart-refresh a.button.wc-forward:nth-child(2) {
    display:none;
}

body .jconfirm-open .jconfirm-box {
width: 75% !important;
margin: 0 auto !important;
}

.comment-face-wrapper .title-face {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.title-face a.btn.btn-xs {
    background: #404762;
    color: #ffffff;
}

.comment-face-wrapper .title-face &gt; a {
    margin-right:1rem;
}
.is-open.floating.preview-wrapper {
    right: 300px;
}

.bottom_drawer {
    bottom: 0;
    left: 50%;
    position: absolute;
    /* transform: translate(-50%, 0);
    width: 70%; */
    min-width:300px;
}



.crea-summary {
    padding: 0.5rem 1rem 0;
}

.toggle-model {
    display: none;
}

.is-open .bottom_drawer {
    transform: translate(0, +50%);
    width: 70%;
}
.is-open .bottom_drawer .header_bar {
    border-radius: 4px 4px 0 0;
}

.bottom_drawer .header_bar {
    background: #fc3e6e;
    border-radius: 4px;
    color: #fff;
    padding: 10px 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.preview-gallery i {
    display: none;
}
.preview-gallery {
    display: flex;
    justify-content: space-between;
    padding: 0.6rem 1rem 1rem 1rem;
    align-items: center;
}
.bottom_drawer .header_bar h2 {
    color: #fff;
    font-size: 1rem;
}
.bottom_drawer .header_bar:after {
    display: table;
    content: "";
    clear: both;
}
.bottom_drawer .header_bar h2 {
    float: left;
    margin: 0;
    padding: 0;
}
.bottom_drawer .header_bar button {
    float: right;
}
.bottom_drawer .body_area {
    background: #fff;
    display: none;
    overflow: hidden;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.4);
}
.bottom_drawer .body_area p {
    margin: 0;
    padding: 100px;
    text-align: center;
}

.alert.alert-info.light {
    font-size: 0.85em;
}
.current-crea-info {
    color: #4a4a4a;
    margin: 1rem 0 0;
    padding-bottom: 1rem;
}
.current-crea-info p,
.current-crea-info h2,
.current-crea-info h3,
.current-crea-info h4 {
    color: #4a4a4a;
}
.current-crea-info .attributes {
    padding: 1rem 1rem 0;
}
.current-crea-info .attributes .attr-label {
    font-weight: bold;
}
.current-crea-info .title {
    padding: 1rem 0 0;
    text-align: center;
}
.current-crea-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.save-for-later .current-crea-info {
    display: none;
}
.btn {
    margin: .2em .1em;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: none;
    border: .01em solid black;
    border-radius: 3px;
    padding: 0.65em 1.3em;
}

.btn-lg {
    padding: 1em 2em;
}

.btn-sm,
.btn-xs {
    font-size: .85em;
    padding: .5em 1em;
}

.btn-xs {
    font-size: .85em;
    padding: .25em .75em;
}

.btn-default {
    border-color: #c8c8c8;
    background-image: linear-gradient(#eee, #e1e1e1);
}
.btn-default:hover {
    background: linear-gradient(#e1e1e1, #d5d5d5);
}

.btn-primary {
    border-color: #041921;
    background-image: linear-gradient(#0D4D65, #0a3c4e);
}
.btn-primary:hover {
    background: linear-gradient(#0a3c4e, #072b38);
}

.btn-success {
    border-color: #166534;
    background-image: linear-gradient(#23A455, #1f8f4a);
}
.btn-success:hover {
    background: linear-gradient(#1f8f4a, #1a7a3f);
}

.btn-info {
    border-color: #0f526c;
    background-image: linear-gradient(#1985AF, #167499);
}
.btn-info:hover {
    background: linear-gradient(#167499, #136382);
}

.btn-warning {
    border-color: #df8a13;
    background-image: linear-gradient(#f0ad4e, #eea236);
}
.btn-warning:hover {
    background: linear-gradient(#eea236, #ec971f);
}

.btn-danger {
    border-color: #b52b27;
    background-image: linear-gradient(#d9534f, #d43f3a);
}
.btn-danger:hover {
    background: linear-gradient(#d43f3a, #c9302c);
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
    border: 1px solid #33333336;
}


.jconfirm .jconfirm-box .jconfirm-buttons button.hidden {
    display: none;
}
body .jconfirm .jconfirm-box {
    padding: 0;
}
.jconfirm .jconfirm-box div.jconfirm-title-c {
    padding: 0.5rem 0 1rem 1rem;
}

.fw-b {
    font-weight: bold;
}
.icon-link img {
    max-width: 15px !important;
    padding: 0;
    margin: 0 0.3rem 0 0;
    display: inline;
    filter: drop-shadow(1px 1px 1px rgba(0,0,0,0.3));
}
.preview-pdf {
    display: flex;
    justify-content: space-evenly;
    white-space: nowrap;
}
.elementor-button {
    text-decoration: none;
}
.activ-account .heading {
    margin-bottom: 0;
    font-size: 1.7rem;
    padding: 0.4rem 1rem;
    background: #ecedec;
}
.activ-account .header-row .cell {
    white-space:nowrap;
}
.account-table .table {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.account-table .row {
    display: table-row;
}
.account-table .row.header_row {
    background: #0D4D65;
    color: #fff;
}
.account-table .cell {
    display: table-cell;
}
.account-table .row:first-child .cell {
    border-top: none;
}
.account-table .cell {
    border-left: #ecedec 1px solid;
    border-top: #ecedec 1px solid;
    padding: 5px;
    text-align: center;
    font-size: 0.9rem;
    vertical-align: middle;
}

.table-placeholder-text {
    padding: 1rem;
}

.account-table .cell:first-child {
    border-left: none;
}

.cell.f-end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.cell .btn {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    max-width: max-content;
}
.cell .btn.btn-default,
.cell .btn.btn-default span {
    color: #000;
    text-decoration: none;
}
.cell .btn,
.cell .btn span {
    color: #fff;
    text-decoration: none;
}
.btn.disabled {
    background: grey;
    border-color: grey;
    color:#ccc !important;
}
.btn.disabled:hover {
    background: grey;
    border-color: grey;
    color: #ccc !important;
}
.btn-secondary {
    background: transparent;
    color: #1985af;
}
.btn-secondary:hover {
    text-decoration: underline;
    color: #1985af;
}
.table-group {
    border: 1px solid #ccc;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
.screen-action {
    margin: 0 0 2rem;
}

.ammounts-confirmations h1 {
    font-weight: bold;
    background: #f5f5f5;
    padding: 0.4rem 1rem;
    margin: 0 0 1rem 0;
    border-bottom: 1px solid #ccc;
}
.jconfirm-buttons {
    
    background: #fafafa;
    /* position: absolute; */
    /* bottom: 0; */
    /* left: -15px; */
    padding: 1.2rem 1rem 0;
    /* right: -41px; */
    float: none !important;
}
.jconfirm-content .ammounts-wrapper {
    border: 1px solid #ccc;
    margin-bottom: 2rem;
}
.jconfirm-content .ammounts-inside {
    padding: 0.2rem 2rem;
}
.ammounts-inside select {
    min-width: 430px;
}
.jconfirm-content select {
    padding: 0.6rem;
    clear: both;
    display: block;
    margin: 0.2rem 0 0.8rem;
}
.pdf-preview-actions {
    background: #1985af0d;
    border-top: 1px solid #333;
    padding: 1rem;
    background: #ccc;
    position: absolute;
    top: 0;
    right: -3px;
    left: -3px;
}
body .jconfirm .jconfirm-box div.jconfirm-content-pane{
    margin-bottom: 0;
}
.canvas-wrapper {
    max-width: 100%;
    max-height: 50%;
    overflow: scroll;
    margin: 4.9rem 0 0;
}
.canvas-wrapper canvas {
    filter: drop-shadow(1px 1px 3px rgba(0,0,0,0.5));
    padding: 1rem;
    margin-top: -0.6rem;
}
#pdf-previewer {}
.pdf-preview-actions a,
.comments-actions a {
    background: #1985af;
    padding: 0.5rem;
    border: 0;
    font-size: 1rem;
    color: #fafafa !important;
    cursor:pointer;
}
.jconfirm-content .comments-module {
    display: none;
}
.comments-module,
.comments-module .comments,
.comments-face {
    display: block;
    position: relative;
    width: 100%;
}
.comments-module .comments-face {
    /* width: 2000px; */
}
.comments-module .comments {
    max-width: 100%;
    float: left;
    padding: 0;
}
body .trumbowyg-box.trumbowyg-editor-visible {
    min-height: 100px;
}

body .trumbowyg-editor {
    min-height: 100px;
}
.title-face {
    font-size: 1rem;
    background: #2985af;
    padding: 0.6rem 2rem;
    color: #fff;
}
.title-face a {
    color: #fff;
}
.title-face a:hover {
    color: #fff;
}

.jc-bs3-container {
    /* max-width: 1936px;
    margin: 0 auto; */
}
.validation-button {
    position: absolute;
    z-index: 50;
    right: 10px;
    text-align: right;
    top: 11px;
    padding: 0;
}
.validation-button a {
    background: #ecf0f1;
    color: #2985af;
}
.success-message {
    background: white;
    color: #295c00;
    padding: 0.4rem 1rem;
    margin: 0 auto;
    border: 1px solid #295c00;
    font-weight: bold;
}
.show-comments {
    margin-left: 2.5rem;
    background: #fc3e6e !important;
}
.jconfirm-buttons a.btn.btn-send-comments:hover,
.jconfirm-buttons a.btn.success:hover,
.jconfirm-content a.btn.btn-send-comments:hover,
.jconfirm-content a.btn.success:hover {
    background: #19af29 !important;
    color: #fff !important;
}</pre></body></html>