<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.office-auth label, .office-form label {
    font-size: 1.143em;
}

.office-form input, .office-auth input {
    border-radius: 3px;
    border: 1px solid #ccc;
    background: #fff no-repeat center right 10px;
    height: 30px;
    color: #2b2b2b;
    font-weight: 400;
    padding: 5px 10px;
    box-sizing: border-box;
}

.office-auth input {
    border-color: #ac338d;
}

.office-auth input:focus, .office-form input:focus {
    outline: 0;
    border-color: #ac338d;
}

.office-info-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.office-info {
    border: 1px solid #d5d5d5;
    padding: 18px 20px 24px;
    border-radius: 2px;
    box-sizing: border-box;
}

.office-auth--row, .office-auth--column {
    display: grid;
    grid-template-columns: 120px 1fr;
    margin-bottom: 10px;
    align-items: center;
}

.office-auth--row:last-child, .office-auth--column:last-child {
    margin-bottom: 0;
}

.office-auth--column {
    grid-template-columns: 1fr;
}

label span {
    color: #fa5353;
}

.office-form h2, .auth-title {
    font-family: 'Rubik';
    font-size: 1.429em;
    font-weight: 700;
}

.office-text {
    font-family: "Open Sans";
}

.office-menu-container {
    position: relative;
    height: 100%;
    display: flex;
}

.office-menu__user {
    color: #fff;
}

.office-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
    background: #fff;
    list-style: none;
    width: 100%;
    z-index: 99;
    position: absolute;
    display: none;
    border-radius: 10px;
    padding: 15px;
    top: 35px;
}

.office-menu::after {
    content: '';
    position: absolute;
    left: 50px;
    top: -29px;
    border: 12px solid transparent;
    border-bottom: 20px solid white;
}

.office-menu li {
    border-bottom: 1px solid #979797;
}

.office-menu li:last-child {
    border: none;
}

.office-menu a, .office-menu strong {
    color: #404040;
    margin: 10px;
    font-weight: normal;
    text-transform: none;
}

.office-menu a.exit {
    color: #818181;
}

.form-title {
    color: #000;
    font-weight: 400;
    font-size: 1.07142857rem;
    line-height: 1.42857143rem;
    display: block;
    margin-bottom: 20px;
}

.accordion-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    min-height: 3rem;
    line-height: 3rem;
}

.accordion-header:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 0.6rem;
    color: #777;
    float: right;
}

.accordion-header.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.accordion-body {
    display: none;
    padding: 2rem 0;
    border-bottom: 1px solid #ddd;
}

.order-table {
    width: 100%;
}

.order-table img {
    width: 200px;
}

.order-table thead {
    background-color: rgba(255, 255, 255, 0.3);
}

.order-table tbody {
    margin-top: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.order-table th {
    padding: 10px;
    background: #591e4a;
    color: #fff;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}

.order-table td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.order-table td a{
    color: #222;
}

</pre></body></html>