:root {
    --du-blue-light: #009CFC;
    --du-blue-dark: #012B68;
    --du-blue-nav-bg: #183E75;
    --du-blue-menu-icon: #A8BBD7;
    --du-purple: #C078EA;
    --du-purple-primary: #AF56E5;
    --du-purple-dark: #8B20CC;
    --du-purple-block-bg: #F7EEFC;
    --du-purple-light: #F2E4FB;
    --du-blue-form-bg: #F9FAFF;
    --du-text-main: #2A528B;
    --du-text-dark: #00112A;
    --du-blue-div: #E6EAED;
    --du-blue-photo-border: #DCE2F0;
    --du-blue-page-bg: #F9FAFF;
    --du-blue-btn-blue: #D4EFFF;
    --du-blue-btn-gray: #DCE2F0;
    --du-blue-muted: #7691B7;
    --du-red: #F05252;
    --du-red-light: #FDF2F2;
    --du-green: #0E9F6E;
    --du-green-light: #F3FAF7;
    --du-blue-info: #006BAD;
    --du-blue-info-light: #F1FAFF;
    --du-yellow: #C27803;
    --du-yellow-light: #FDFDEA;
    --du-radius-default: 8px;
    --du-radius-control: 4px;
    --du-border-div: 1px solid var(--du-blue-div);
    --du-box-shadow: 0 2px 10px #707D8F4D;
}

body {
    color: var(--du-text-main);
    font-size: 12px;
    font-family: Inter, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    line-height: 1.5;

    overflow: hidden;
    max-height: 100vh;
}
h1,h2,h3,h4 {
    color: var(--du-text-dark);
    margin-bottom: 24px;
    font-weight: 500;
}
h1 { font-size: 18px; }

hr {
    margin: 16px 0;
    border-color: var(--du-blue-btn-gray);
}

.fwk-link-toggle:hover .fwk-link, .fwk-link:hover, a, a:hover { color: var(--du-blue-light); }

.fwk-margin-right { margin-right: 16px !important; }
.fwk-margin-xsmall-bottom { margin-bottom: 4px !important; }
.fwk-margin-xsmall-top { margin-top: 4px !important; }

.fwk-text-muted { color: var(--du-blue-muted) !important; }
.fwk-text-purple { color: var(--du-purple) !important; }
.fwk-text-dark { color: var(--du-text-dark) !important; }
.fwk-text-red { color: var(--du-red) !important; }
.fwk-text-green { color: var(--du-green) !important; }

.fwk-text-large { font-size: 17px !important; }
.fwk-text-normal { font-size: 14px !important; }
.fwk-text-small { font-size: 12px !important; }
.fwk-text-11 { font-size: 11px !important; }
.fwk-text-10 { font-size: 10px !important; }

.fwk-text-regular {font-weight: 400 !important;}
.fwk-text-medium {font-weight: 500 !important;}
.fwk-text-semibold {font-weight: 600 !important;}

.fwk-line-large { line-height: 2 !important; }
.fwk-line-normal { line-height: 1.6 !important; }
.fwk-line-small { line-height: 1.2 !important; }

.fwk-background-white { background: white !important; }
.fwk-background-purple { background: var(--du-purple) !important; }
.fwk-background-form { background: var(--du-blue-form-bg) !important; }

.fwk-doc {
    min-height: 1085px;
    padding: 40px 40px 40px 120px;
    background: white;
    box-shadow: 0 2px 10px #707D8F4D !important; 
}

.fwk-checkbox,
.fwk-checkbox:focus {
    background-color: white;
    border: 1px solid var(--du-blue-menu-icon);
    border-radius: 2px;
}
.fwk-checkbox:checked, .fwk-checkbox:indeterminate, .fwk-radio:checked {
    background-color: var(--du-purple-primary) !important;
}

.fwk-radio, .fwk-radio:focus { border-color: var(--du-blue-menu-icon) !important; }
.fwk-radio:checked { 
    background: var(--du-purple-primary) !important;
    border-color: var(--du-purple-primary) !important;
    box-shadow: inset 0 0 0 3px white;
}

.fwk-input, .fwk-select, .fwk-textarea {
    color: var(--du-text-dark);
    font-weight: 400;
    border-radius: var(--du-radius-control);
}
.fwk-input:active, .fwk-select:active, .fwk-textarea:active,
.fwk-input:focus, .fwk-select:focus, .fwk-textarea:focus {
    color: var(--du-text-dark);
    border-color: var(--du-purple-primary) !important;
}
.fwk-input-search { position: relative; }
.fwk-input-search input { padding-left: 36px; }
.fwk-input-search::before {
    width: 20px;
    height: 20px;
    content: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91667 2.5C9.35326 2.5 10.731 3.07068 11.7468 4.0865C12.7627 5.10233 13.3333 6.48008 13.3333 7.91667C13.3333 9.25833 12.8417 10.4917 12.0333 11.4417L12.2583 11.6667H12.9167L17.0833 15.8333L15.8333 17.0833L11.6667 12.9167V12.2583L11.4417 12.0333C10.4917 12.8417 9.25833 13.3333 7.91667 13.3333C6.48008 13.3333 5.10233 12.7627 4.0865 11.7468C3.07068 10.731 2.5 9.35326 2.5 7.91667C2.5 6.48008 3.07068 5.10233 4.0865 4.0865C5.10233 3.07068 6.48008 2.5 7.91667 2.5ZM7.91667 4.16667C5.83333 4.16667 4.16667 5.83333 4.16667 7.91667C4.16667 10 5.83333 11.6667 7.91667 11.6667C10 11.6667 11.6667 10 11.6667 7.91667C11.6667 5.83333 10 4.16667 7.91667 4.16667Z' fill='%237691B7'/%3E%3C/svg%3E");
    position: absolute;
    top: 10px;
    left: 10px;
}
::placeholder { color: var(--du-blue-muted) !important; }
.choices { 
    height: 40px;
    overflow: auto;
}
.choices,
.choices__inner,
.choices__list--single {
    color: var(--du-text-main) !important;
    height: 40px !important;
    line-height: 40px !important;
    min-height: auto !important;
    padding: 0 !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    background: white !important;
    border: 0 !important;
}
.choices {
    padding: 0 20px 0 10px !important;
    border: var(--du-border-div) !important;
    border-radius: var(--du-radius-control) !important;
}
.choices__list--dropdown, 
.choices__list[aria-expanded] {
    left: -1px !important;
    border: var(--du-border-div) !important;
    border-radius: var(--du-radius-control) !important;
}
.choices__list--dropdown .choices__item, 
.choices__list[aria-expanded] .choices__item {
    color: var(--du-text-dark) !important;
    padding: 0 8px !important;
    font-size: 12px !important;
}
.choices[aria-expanded="true"] .choices__item--selectable { color: var(--du-text-dark) !important; }
.choices__list--dropdown .choices__item--selectable.is-highlighted, 
.choices__list[aria-expanded] .choices__item--selectable.is-highlighted { background: var(--du-blue-btn-blue) !important; }

.ts-wrapper.multi .ts-control > div {
    color: var(--du-purple-primary) !important;
    font-size: 12px !important;
    background: var(--du-purple-light) !important;
    border-radius: var(--du-radius-control);
}
.ts-wrapper.plugin-remove_button .item .remove {
    margin-left: 0 !important;
    border: 0 !important;
}

.fwk-inline span.fwk-icon {
    color: var(--du-blue-muted);
    border-radius: 0 var(--du-radius-control) var(--du-radius-control) 0;
}

.fwk-button {
    color: var(--du-blue-light);
    height: 34px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    text-transform: none;
    background: white;
    border: 1px solid transparent;
    /* border-color: var(--du-blue-light); */
    border-radius: var(--du-radius-control);
}
.fwk-button-blue {
    color: var(--du-blue-dark);
    font-weight: normal;
    background: var(--du-blue-btn-blue);
} 
.fwk-button-gray {
    color: var(--du-blue-dark);
    font-weight: normal;
    background: var(--du-blue-btn-gray);
} 
.fwk-button-blue .fwk-icon { color: var(--du-blue-muted); } 
.fwk-button-default { 
    color: var(--du-text-dark);
    background: white;
    border-color: white;
    box-shadow: 0 2px 4px rgba(168, 187, 215, 0.1);
}
.fwk-button-default:hover { border-color: var(--du-green); }
.fwk-button-primary { 
    color: white;
    background: var(--du-purple-primary);
    border-color: var(--du-purple-primary);
}
.fwk-button-primary:hover { 
    color: var(--du-purple-primary);
    background: white;
}
.fwk-button-blue-dark { 
    color: white;
    background: var(--du-blue-dark);
    border-color: var(--du-blue-dark);
}
.fwk-button-blue-dark:hover { 
    color: var(--du-blue-dark);
    background: white;
}
.fwk-button-blue-dark[disabled],
.fwk-button-blue-dark[disabled]:hover { 
    color: white;
    background: var(--du-blue-muted);
    border-color: var(--du-blue-muted);
}
.fwk-button-green { 
    color: white;
    background: var(--du-green);
    border-color: var(--du-green);
}
.fwk-button-red { 
    color: white;
    background: var(--du-red);
    border-color: var(--du-red);
}

.fwk-button-link { 
    color: var(--du-purple-primary);
    background: transparent;
    border-color: transparent;
}
.fwk-button-link:hover { 
    color: var(--du-purple-primary);
    text-decoration: underline; 
} 
.fwk-button-xsmall { 
    height: 32px;
    padding: 0 8px;
    line-height: 30px;
} 
.fwk-button-large { 
    min-width: 160px;
    height: 38px;
    padding: 0 24px;
    font-size: 14px;
    line-height: 36px;
}
.fwk-button-padding-8 {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.fwk-div-v-34 {
    width: 1px;
    height: 34px;
    margin: 0 16px;
    max-height: 100%;
    display: inline-block;
    background: var(--du-blue-btn-gray);
}

.fwk-grid-du { margin-left: -24px; }
.fwk-grid-du > * { padding-left: 24px; }

.fwk-card {
    background: white;
    border-radius: var(--du-radius-default);
    box-shadow: none;
}
.fwk-card, .fwk-card-default { 
    color: var(--du-blue-dark);
    border: var(--du-border-div);
}
.fwk-card-default .fwk-card-header,
.fwk-card-default .fwk-card-footer { 
    height: 56px;
    display: flex;
    padding: 0 24px; 
    border-bottom: var(--du-border-div);
}
.fwk-card-default .fwk-card-footer { 
    border-bottom: 0;
    border-top: var(--du-border-div);
}
.fwk-card-default .fwk-card-header > div { width: 100% } 
.fwk-card-default .fwk-card-header .fwk-card-title { 
    color: var(--du-blue-dark);
    align-self: center;
    font-size: 16px;
    font-weight: 500;
}
.fwk-card-body { padding: 24px; }
.fwk-card-small .fwk-card-header,
.fwk-card-small .fwk-card-footer { padding: 0 16px; }


.fwk-divider {
    position: relative;
    text-align: center;
}
.fwk-divider::before {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid var(--du-blue-div);
}
.fwk-divider span {
    padding: 0 10px;
    position: relative;
    z-index: 10;
    background: var(--du-blue-form-bg);
}

.fwk-accordion > li {
    background: white;
    border: var(--du-border-div);
    border-radius: var(--du-radius-control);
    /* overflow: hidden; */
}
.fwk-accordion > li a {
    color: var(--du-blue-dark);
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    border-radius: var(--du-radius-control) var(--du-radius-control) 0 0;
}
.fwk-accordion > li a:hover { color: var(--du-text-dark); }
.fwk-accordion > li .fwk-accordion-content { 
    margin: 0;
    padding: 16px;
    border-top: var(--du-border-div);
    border-radius: 0 0 var(--du-radius-control) var(--du-radius-control);
}

table.fwk-table {
    background: white;
    border: 1px solid var(--du-blue-photo-border);
    border-collapse: separate;
    border-radius: var(--du-radius-default);
}
table.fwk-table tr:first-child th:first-child,
table.fwk-table tr:first-child td:first-child { border-radius: var(--du-radius-default) 0 0 0; }
table.fwk-table th { 
    font-size: 12px;
    font-weight: 600;
    line-height: 18px; 
}
table.fwk-table th, table.fwk-table td { 
    color: var(--du-blue-dark);
    padding: 16px 8px; 
}
table.fwk-table th:first-child, table.fwk-table td:first-child { padding-left: 24px; }
table.fwk-table th:last-child, table.fwk-table td:last-child { padding-right: 24px; }
table.fwk-table th {
    text-transform: none;
    vertical-align: middle;
    background: var(--du-blue-btn-blue);
}
table.fwk-table tbody tr {
    border-top: 0 !important;
    border-bottom: 1px solid var(--du-blue-btn-gray);
}
table.fwk-table tbody tr:last-child td { border-bottom: 0 !important; }
table.fwk-table tbody tr th, table.fwk-table tbody tr td { border-bottom: 1px solid var(--du-blue-btn-gray); }
table.fwk-table td a { color: var(--du-blue-dark); }
.fwk-table-striped tbody tr:nth-of-type(2n+1), 
.fwk-table-striped > tr:nth-of-type(2n+1) {
    background: none;
    border-bottom: 1px solid var(--du-blue-btn-gray);
}
.fwk-table-striped tbody tr:nth-of-type(2n), 
.fwk-table-striped > tr:nth-of-type(2n) {
    background: var(--du-blue-page-bg);
    border-bottom: var(--du-border-div);
}
.fwk-table-fixed { table-layout: fixed; }

.fwk-tab {
    border-bottom: var(--du-border-div);
}
.fwk-tab li { padding-left: 0; }
.fwk-tab li + li { margin-left: 24px; }
.fwk-tab li a {
    color: var(--du-blue-dark);
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}
.fwk-tab li.fwk-active a,
.fwk-tab li:hover a {
    color: var(--du-purple);
    border-color: var(--du-purple);
    border-width: 2px;
}

[class*="fwk-user-photo-"] {
    width: 36px;
    height: 36px;
    position: relative;
    border-radius: 50%;
    text-align: center;
    background: var(--du-blue-form-bg);
    border: 1px solid var(--du-blue-photo-border);
}
[class*="fwk-user-photo-"] img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover; 
}
.fwk-user-photo-28 {
    width: 28px;
    height: 28px;
}
.fwk-user-photo-20 {
    width: 20px;
    height: 20px;
}
.fwk-div-vertical { 
    position: relative; 
    height: max-content;
}
.fwk-div-vertical::before {
    width: 1px;
    height: calc(100% - 5px);
    content: '';
    position: absolute;
    top: 5px;
    left: 50%;
    background: var(--du-blue-div);
}
.fwk-div-text-left-95 {
    color: var(--du-blue-dark);
    margin: 16px 0;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.fwk-div-text-left-95::before {
    width: calc(100% - 95px);
    height: 1px;
    content: '';
    position: absolute;
    left: 95px;
    top: 50%;
    background: var(--du-blue-div);
}

.fwk-alert {
    padding: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    border-radius: var(--du-radius-control);
}
.fwk-alert-warning,
.fwk-label-warning {
    color: var(--du-yellow);
    background: var(--du-yellow-light);
}
.fwk-alert-danger,
.fwk-label-danger {
    color: var(--du-red);
    background: var(--du-red-light);
}
.fwk-alert-success,
.fwk-label-success {
    color: var(--du-green);
    background: var(--du-green-light);
}
.fwk-alert-info,
.fwk-label-info {
    color: var(--du-blue-info);
    background: var(--du-blue-info-light);
}

.fwk-label {
    padding: 3px 6px;
    font-size: 12px;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 4px;
}

.fwk-valign-top { vertical-align: top !important; }

.fwk-status {
    padding: 3px 6px 3px 18px;
    position: relative;
    font-size: 10px;
    font-weight: 500;
    border-radius: 4px;
}
.fwk-status::before {
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    top: 8px;
    left: 6px;
    border-radius: 50%;
}
.fwk-status-short { padding: 3px 6px; }
.fwk-status-short::before { content: none; }
.fwk-status-new {
    color: #723B13;
    background: #FDF6B2;
}
.fwk-status-new::before { background: #FCE96A; }
.fwk-status-queue {
    color: #046C4E;
    background: #DEF7EC;
}
.fwk-status-queue::before { background: #BCF0DA; }
.fwk-status-accepted {
    color: #006BAD;
    background: #D4EFFF;
}
.fwk-status-accepted::before { background: #ADE0FF; }
.fwk-status-declined {
    color: #C81E1E;
    background: #FDE8E8;
}
.fwk-status-declined::before { background: #FBD5D5; }

.fwk-status-path {
    color: var(--du-blue-menu-icon);
    padding: 3px 6px;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    background: white;
    border: 1px solid var(--du-blue-menu-icon);
    border-radius: 6px;
}
.fwk-status-path-active {
    color: var(--du-purple);
    border-color: var(--du-purple);
}
.fwk-status-path-complete {
    color: #7691B7;
    background: #DCE2F080;
}

.fwk-modal-dialog {
    padding: 0;
    border-radius: 6px;
}
.fwk-modal-header {
    padding: 24px 24px 16px;
    border-radius: 6px 6px 0 0;
}
.fwk-modal-body {
    padding: 24px;
}

.fwk-pagination li + li { margin-left: 8px; }
.fwk-pagination-number a {
    color: var(--du-blue-dark);
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    font-weight: 600;
    background: white;
    border-radius: var(--du-radius-control);
}
.fwk-pagination-number.fwk-active a,
.fwk-pagination-number:hover a {
    color: white;
    background: var(--du-blue-dark);
}
.fwk-pagination-link a { 
    color: var(--du-blue-dark); 
    padding: 0 4px;
    line-height: 30px;
}

.fwk-notification {
    width: 100%;
    max-width: 288px;
    padding: 12px 32px 12px 16px;
    background: white;
    border: var(--du-border-div);
    border-radius: var(--du-radius-control);
    box-shadow: 0 2px 10px #707D8F4D;
}
.fwk-notification::before {
    width: 4px;
    height: 100%;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--du-purple-primary);
    border-radius: 4px 0 0 4px;
}
.fwk-notification-message {
    color: var(--du-text-dark);
    padding: 0;
    position: relative;
    font-size: 12px;
    line-height: 18px;
    background: none;
}
.fwk-notification-close {
    color: var(--du-blue-muted);
    display: block;
    position: absolute;
    top: -4px;
    right: -24px;
    opacity: 1;
}
.fwk-notification-close svg { color: var(--du-text-muted); }


.du-header {
    padding: 11px 24px;
}
.du-wrapper {
    color: var(--du-blue-nav-bg);
    background: var(--du-grey-light);
}
.du-sidebar {
    color: var(--du-blue-muted);
    width: 68px;
    height: 100vh;
    background: var(--du-blue-dark);
    overflow-y: auto;
    transition: width .4s ease-in-out;
}
.du-sidebar-expanded { width: 260px; }
.du-sidebar-logo {
    color: var(--du-blue-muted);
    height: 20px;
    padding: 24px;
    background: var(--du-blue-dark);
    border-bottom: 1px solid rgba(168, 187, 215, .15);
}
.du-sidebar-menu { 
    padding: 16px;
}
.du-sidebar-menu nav > div {
    padding: 8px;
    border-radius: var(--du-radius-default);
}
.du-sidebar-menu nav > div.fwk-active { background: var(--du-blue-nav-bg); }
.du-sidebar-menu div span {
    width: 20px;
    height: 20px;
    color: var(--du-blue-menu-icon);
    margin-right: 16px;
}
.du-sidebar-menu div a {
    color: white;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
} 
.du-sidebar-menu nav > div:hover > span,
.du-sidebar-menu .fwk-active span { color: var(--du-purple); }
.du-menu-item-parent a {
    width: 100%;
    display: inline-block;
    position: relative;
}
.du-menu-submenu > div { background: transparent !important; }
.du-menu-item-parent a::before {
    width: 16px;
    height: 4px;
    content: url('data:image/svg+xml,<svg width="16" height="4" viewBox="0 0 16 4" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1.60001 3.59992C2.48367 3.59992 3.20002 2.88358 3.20002 1.99991C3.20002 1.11625 2.48367 0.399902 1.60001 0.399902C0.716349 0.399902 0 1.11625 0 1.99991C0 2.88358 0.716349 3.59992 1.60001 3.59992Z" fill="%237691B7"/><path d="M7.99991 3.59992C8.88358 3.59992 9.59992 2.88358 9.59992 1.99991C9.59992 1.11625 8.88358 0.399902 7.99991 0.399902C7.11625 0.399902 6.3999 1.11625 6.3999 1.99991C6.3999 2.88358 7.11625 3.59992 7.99991 3.59992Z" fill="%237691B7"/><path d="M14.3998 3.59992C15.2835 3.59992 15.9998 2.88358 15.9998 1.99991C15.9998 1.11625 15.2835 0.399902 14.3998 0.399902C13.5162 0.399902 12.7998 1.11625 12.7998 1.99991C12.7998 2.88358 13.5162 3.59992 14.3998 3.59992Z" fill="%237691B7"/></svg>');
    position: absolute;
    bottom: 4px;
    left: 2px;
}
.du-sidebar-expanded .du-menu-item-parent.fwk-active a::before { 
    bottom: 8px; 
    left: auto; 
    right: -16px;
    transform: rotate(90deg);
}
.du-menu-submenu .du-menu-text {
    font-size: 12px;
    font-weight: 500;
}
.du-menu-submenu span.fwk-icon { 
    margin-right: 8px;
    line-height: 20px;
}


.du-main-header {
    color: var(--du-black);
    height: 52px;
    padding: 8px 24px;
    background: white;
    border-bottom: 1px solid var(--du-blue-div);
}
.du-main-header-logo img { 
    height: 36px; 
    margin-top: 8px;
}
#du-notification-button .fwk-badge {
    height: 16px;
    padding: 0;
    position: absolute;
    top: -8px;
    right: -10px;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    background: var(--du-purple);
    border-radius: 50%;
}
.du-main-header nav.fwk-navbar-container {
    background: white !important;
}
.du-header-account {
    padding: 8px 16px;
    height: 36px;
    border: var(--du-border-div);
    border-radius: var(--du-radius-default);
}
.du-header-account-org {
    height: 36px;
    margin-right: 16px;
    padding-right: 16px;
    border-right: var(--du-border-div);
}
.du-header-account-user-photo { margin-right: 8px; }

.du-main-body {
    padding: 24px;
    height: calc(100vh - 69px - 48px);
    background: var(--du-blue-page-bg);
    overflow: hidden;
}
/* .du-content-header-wrapper {} */
.du-content-body-wrapper,
.du-content-body-wrapper-low {
    height: calc(100% - 45px);
    margin: -8px -24px;
    padding: 8px 24px;
    overflow: auto;
}
.du-content-body-wrapper-low { height: calc(100% - 135px - 32px); }

/* Document styles  */
.du-doc-path-details .fwk-text-muted { line-height: 1.3; }
.du-doc-path-details div + div { margin-top: 3px;}
.du-doc-path-list > div:last-child .fwk-div-vertical::before { content: none; }
.du-doc-path-list > div.fwk-grid > div:first-child { width: 65px; }
.fwk-doc, #du-html, #du-html > div > * {
    color: var(--du-text-dark) !important;
    font-family: 'Times New Roman', Times, serif !important;
    font-size: 12pt !important;

}
.du-doc-sidebar-right {
    width: 460px;
    max-width: 100%;
}
.du-field-editable {
    min-height: 14px;
    padding: 6px 0;
    display: inline-block;
    vertical-align: middle;
    background-color: #F4F6F7;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23979a9cFF' stroke-width='1' stroke-dasharray='3%2c 3' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
    border-radius: 2px;
    box-sizing: content-box!important;
}
.du-field-current {
    background-color: #FFF4D6;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23B36B00FF' stroke-width='1' stroke-dasharray='3%2c 3' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
}
.fwk-accordion > li:not(:first-child) { margin-top: 10px !important; }
#du-doc-fields-wrp .du-doc-section .fwk-accordion li {
    background: var(--du-blue-page-bg);
    border-color: var(--du-blue-btn-gray);
}
#du-doc-fields-wrp .du-doc-section { margin: 16px 0 0 !important; }
#du-doc-fields-wrp .du-doc-section .fwk-accordion { margin: 0; }
#du-doc-fields-wrp .du-doc-section .fwk-accordion-title { padding: 16px; }
#du-doc-fields-wrp .du-doc-section .fwk-accordion-content { 
    padding: 0 16px 16px;
    border-color: transparent; 
}
#du-doc-fields-wrp .du-doc-section-status { 
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
}

#du-doc-fields-wrp .du-doc-block .fwk-accordion li {
    border-color: var(--du-purple-primary);
}
#du-doc-fields-wrp .du-doc-block .fwk-accordion-title {
    padding: 8px;
    background: var(--du-purple-block-bg);
    border-color: var(--du-purple-primary);
}
#du-doc-fields-wrp .du-doc-block .fwk-accordion-content {
    padding: 16px;
    background: white;
    border-color: var(--du-purple-primary);
}

#du-doc-fields-wrp .fwk-input { border-color: var(--du-blue-btn-gray); }
#du-doc-fields-wrp .du-doc-table-row {
    color: var(--du-blue-dark);
    margin: 0 0 8px;
    padding: 26px 8px 8px;
    position: relative;
    text-align: left;
    background: var(--du-blue-form-bg);
    border-radius: var(--du-radius-control);
}
#du-doc-fields-wrp .du-doc-table-row-label {
    color: var(--du-blue-menu-icon);
    position: absolute;
    top: 8px;
    right: 8px;
    font-size: 10px;
}

/* Doc - List  */
#du-search-form .fwk-height-max-small label { color: var(--du-text-dark) !important; }
.du-doc-list table [class*="du-user-path-"]::before {
    color: var(--du-blue-muted);
    width: 12px;
    height: 12px;
    content: '';
    position: absolute;
    top: -2px;
    right: -2px;
    line-height: 11px;
    text-align: center;
    background: var(--du-blue-btn-gray);
    border-radius: 50%;
    z-index: 100;
}
.du-doc-list table .du-user-path-current::before {
    content: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.42708 6.66675C5.89375 6.66675 7.09375 5.46675 7.09375 4.00008C7.09375 2.53341 5.89375 1.33341 4.42708 1.33341C2.96042 1.33341 1.76042 2.53341 1.76042 4.00008C1.76042 5.46675 2.96042 6.66675 4.42708 6.66675ZM4.42708 0.666748C6.26042 0.666748 7.76042 2.16675 7.76042 4.00008C7.76042 5.83342 6.26042 7.33342 4.42708 7.33342C2.59375 7.33342 1.09375 5.83342 1.09375 4.00008C1.09375 2.16675 2.59375 0.666748 4.42708 0.666748ZM6.09375 3.83341V4.33341H4.09375V2.33341H4.59375V3.83341H6.09375Z" fill="%237691B7"/></svg>');
}
.du-doc-list table .du-user-path-done { border: 1px solid var(--du-green); }
.du-doc-list table .du-user-path-done::before {
    width: 11px;
    padding-left: 1px;
    content: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.14193 2.33328L3.14193 6.33328L1.30859 4.49995L1.77859 4.02995L3.14193 5.38995L6.67193 1.86328L7.14193 2.33328Z" fill="white"/></svg>');
    background: var(--du-green);
}
.du-doc-list table .du-user-path-declined { border: 1px solid var(--du-red); }
.du-doc-list table .du-user-path-declined::before {
    content: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.76042 2.13675L6.29042 1.66675L4.42708 3.53008L2.56375 1.66675L2.09375 2.13675L3.95708 4.00008L2.09375 5.86341L2.56375 6.33342L4.42708 4.47008L6.29042 6.33342L6.76042 5.86341L4.89708 4.00008L6.76042 2.13675Z" fill="white"/></svg>');
    background: var(--du-red);
}
.du-doc-list table [class*="du-user-path-sign"]::before {
    content: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.83419 1.99992L4.96753 2.66659H6.71419V4.66658H5.59419L5.46086 3.99992H3.04753V1.99992H4.83419ZM5.38086 1.33325H2.38086V6.99992H3.04753V4.66658H4.91419L5.04753 5.33325H7.38086V1.99992H5.51419" fill="%237691B7"/></svg>');
}
.du-doc-list table .du-user-path-sign-done { border-color: var(--du-blue-info); }
.du-doc-list table .du-user-path-sign-done::before { 
    content: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.83419 1.99992L4.96753 2.66659H6.71419V4.66658H5.59419L5.46086 3.99992H3.04753V1.99992H4.83419ZM5.38086 1.33325H2.38086V6.99992H3.04753V4.66658H4.91419L5.04753 5.33325H7.38086V1.99992H5.51419" fill="white"/></svg>');
    background: var(--du-blue-info); 
}
.du-doc-active td {
    background-color: #FDFAFF;
    border-color: var(--du-purple) !important;
}
.du-doc-active .du-doc-time {
    color: var(--du-purple-primary) !important;
    font-weight: 600;
}
.du-doc-active .du-doc-time svg { margin-bottom: 2px; }
.du-doc-list table .du-doc-active .du-user-path-current { border-color: var(--du-purple); }
.du-doc-list table .du-doc-active .du-user-path-current::before {
    content: url('data:image/svg+xml,<svg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.42708 6.66675C5.89375 6.66675 7.09375 5.46675 7.09375 4.00008C7.09375 2.53341 5.89375 1.33341 4.42708 1.33341C2.96042 1.33341 1.76042 2.53341 1.76042 4.00008C1.76042 5.46675 2.96042 6.66675 4.42708 6.66675ZM4.42708 0.666748C6.26042 0.666748 7.76042 2.16675 7.76042 4.00008C7.76042 5.83342 6.26042 7.33342 4.42708 7.33342C2.59375 7.33342 1.09375 5.83342 1.09375 4.00008C1.09375 2.16675 2.59375 0.666748 4.42708 0.666748ZM6.09375 3.83341V4.33341H4.09375V2.33341H4.59375V3.83341H6.09375Z" fill="white"/></svg>');
    background: var(--du-purple);
}
.du-doc-list [class*="fwk-user-photo-"] + [class*="fwk-user-photo-"] { margin-left: 4px; }

/* Doc sidebar - Path */
.du-doc-path { max-width: 260px; }

/* Doc sidebar - History */
.du-doc-history .fwk-accordion-content {
    padding: 16px 0 !important;
}
.du-doc-history ul.fwk-accordion { margin-bottom: 1px; }
.du-doc-history ul.fwk-accordion li { 
    border: 0;
    border-radius: 0;
}
.du-doc-history ul.fwk-accordion .fwk-accordion-title {
    color: var(--du-blue-muted);
    padding: 8px 16px;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    cursor: pointer;
}
.du-doc-history ul.fwk-accordion .fwk-accordion-title::after {
    width: calc(100% - 32px);
    height: 1px;
    content: '';
    position: absolute;
    left: 16px;
    bottom: 0;
    background: var(--du-blue-btn-gray);
}
.du-doc-history ul.fwk-accordion .fwk-accordion-title[aria-expanded="true"] {
    transition: 'background' 0 ease-in;
    background: var(--du-blue-page-bg);
}
.du-doc-history ul.fwk-accordion .fwk-accordion-content {
    color: var(--du-blue-muted);
    padding: 16px;
    font-size: 10px;
    font-weight: 400 !important;
    transition: all .3s ease-in-out;
    background: var(--du-blue-page-bg);
    border: 0;
}
.du-doc-history ul.fwk-accordion .fwk-accordion-content div + div { margin-top: 8px; }
.du-doc-history ul.fwk-accordion .fwk-accordion-content .fwk-user-photo-36 {
    width: 20px;
    height: 20px;
}
.du-doc-history ul.fwk-accordion .fwk-accordion-content .fwk-text-bold {
    color: var(--du-text-dark);
    font-weight: 400 !important;
}


/* Dashboard  */
.du-dashboard-doc-item,
.du-dashboard-connected-item {
    padding: 8px;
    border-radius: var(--du-radius-control);
}
.du-dashboard-doc-item.fwk-active,
.du-dashboard-connected-item.fwk-active { background: var(--du-purple-block-bg); }
.du-dashboard-profile-photo {
    width: 70px;
    height: 80px;
    padding: 0;
    border-radius: var(--du-radius-control);
}
.du-dashboard-profile-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.du-dashboard-profile .fwk-margin-small-top { margin-top: 4px !important; }


/* Dictionaries  */
.du-dictionary-list .fwk-nav a {
    color: var(--du-blue-dark);
    padding: 16px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    background: white;
    border: var(--du-border-div);
    border-radius: var(--du-radius-default);
    box-shadow: 0 2px 6px #A8BBD733;
}
.du-dictionary-list .fwk-nav a .fwk-badge {
    color: var(--du-blue-dark) !important;
    background: var(--du-blue-btn-gray);
    border-radius: 2px;
}
.du-dictionary-list .fwk-nav li:hover a,
.du-dictionary-list .fwk-nav .fwk-active a {
    background: #FDFAFF;
    border-color: var(--du-purple);
}
.du-dictionary-list .fwk-nav .fwk-active a div:last-child {
    padding-right: 32px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.58984 16.58L13.1698 12L8.58984 7.41L9.99984 6L15.9998 12L9.99984 18L8.58984 16.58Z" fill="%23C078EA"/></svg>') center right no-repeat;
}
.du-dictionary-list .fwk-nav .fwk-active a .fwk-badge {
    color: var(--du-purple) !important;
    background: var(--du-purple-light);
}
.du-dictionary-list .fwk-nav li + li { margin-top: 8px; }
.du-dictionary-values > div > .fwk-card {
    padding: 16px;
    background: #FDFAFF;
    border-color: var(--du-purple);
}
.du-dictionary-values .fwk-table,
.du-dictionary-values .fwk-table tr td {
    border: 0;
    border-radius: 0;
}


/* Utils  */
#du-notification-list { 
    width: 300px;
    max-width: 100%;
    border-radius: var(--du-radius-control); 
}
.du-notifications-list {
    background: white;
    border: var(--du-border-div);
    border-radius: var(--du-radius-control);
    box-shadow: var(--du-box-shadow);
}
.du-notifications-list-header {
    padding: 16px 16px 8px;
    border: var(--du-border-div) var(--du-border-div) 0 0;
}
.du-notifications-list-title {
    color: var(--du-text-dark);
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.du-notifications-list-content ul {
    margin: 0;
    padding: 0 16px;
    border-bottom: var(--du-border-div);
}
.du-notifications-list-content ul li { padding: 0; }
.du-notifications-list-content ul li a { 
    color: var(--du-text-main);
    padding: 2px 12px 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    border-bottom-width: 1px !important;
}
.du-notifications-list-content ul li.fwk-active a { 
    color: var(--du-purple-dark); 
    border-color: var(--du-purple-dark); 
}
.du-notifications-list-content ul li + li { margin-left: 24px; }
.du-notification-date { 
    color: var(--du-blue-muted);
    padding: 8px 16px;
    font-weight: 500;
    background: var(--du-blue-page-bg);
    border-bottom: var(--du-border-div);
}
.du-notifications-list .du-notification {
    color: var(--du-text-dark);
    padding: 12px 16px;
    position: relative;
    font-size: 12px;
    border-bottom: var(--du-border-div);
}
.du-notifications-list .du-notification::before {
    width: 12px;
    height: 12px;
    margin: 3px 0;
    content: '';
    position: absolute;
    top: 12px;
    right: 16px;
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAxMiAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMjA1MDc4IDYuNzA0OThMMy4wMDAwOCA5LjQ5OTk4TDMuNzA1MDggOC43ODk5OEwwLjkxNTA3OCA1Ljk5OTk4TTExLjEyMDEgMi43ODk5OEw1LjgzMDA4IDguMDg0OThMMy43NTAwOCA1Ljk5OTk4TDMuMDM1MDggNi43MDQ5OEw1LjgzMDA4IDkuNDk5OThMMTEuODMwMSAzLjQ5OTk4TTkuMDAwMDggMy40OTk5OEw4LjI5NTA4IDIuNzg5OThMNS4xMjAwOCA1Ljk2NDk4TDUuODMwMDggNi42Njk5OEw5LjAwMDA4IDMuNDk5OThaIiBmaWxsPSIjMDA5Q0ZCIi8+Cjwvc3ZnPgo=") 0 center no-repeat;
}
.du-notifications-list .du-notification-new { background: var(--du-purple-block-bg); }
.du-notifications-list .du-notification-new::before {
    width: 8px;
    height: 8px;
    margin: 5px 2px;
    content: '';
    position: absolute;
    top: 12px;
    right: 16px;
    background: var(--du-purple);
    border-radius: 50%;
}
.du-notification-img {
    width: 28px;
    margin-right: 12px;
}


/* print reports */
@media print {
    body *:not(.printable, .printable *),
    button, button svg {
        display: none;
    }
    input {
        border: none!important;
        background-color: transparent!important;
    }
}
