@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Light.ttf") format("truetype");
    font-weight: 100;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "IBM Plex Sans";
    src: url("../fonts/IBMPlexSans-Bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Bold.ttf") format("truetype");
    font-weight: 700;
}
/*GLOBAL*/
:root {
    --content-background-color: #ffffff;
    --theme-primary-color: #00B0EB;
    --theme-primary-font-color: #FFFFFF;
    --sidebar-backgoud-color: #585858;
    --side-max-width: 260px;
    --side-collapsed-max-width: 65px;
}
.dropdown-toggle::after {
    vertical-align: middle !important;
}
html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "IBM Plex Sans";
    line-height: 1.1;
    overflow-x: hidden;
}
body.demo-inprogress {
    position: relative;
}
body.demo-inprogress::before {
    content: '';
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
body.demo-inprogress .main [class$="_clone"],
body.demo-inprogress .main .clone {
    background: #fff !important;
}
body.demo-inprogress .main .btn.btn-primary.clone {
    background: var(--theme-primary-color) !important;
}
body.demo-inprogress .clone {
    z-index: 9999999;
    pointer-events: none !important;
}
body.demo-inprogress input,
body.demo-inprogress label {
    pointer-events: none;
}
body.demo-inprogress .sidebar .nav .clone {
    background: #353535;
}
.zw-stage11-app-v2 .language-switcher .disabled {
    opacity: .5;
    pointer-events: none;
    cursor: not-allowed;
}
*,
h1,h2,h3,h4,h5,h5 {
    color: #4A4A4A;
    font-family: "IBM Plex Sans";
}
p {
    color: #6C6C6C;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    margin: 0 0 10px;
}
h2 {
    /*color: #585858;*/
    color: #00203F;
    font-family: "IBM Plex Sans";
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 22px;
}
b, strong {
    font-weight: bold;
}
hr {
    height: 2px;
}
.h-100vh {
    height: 100vh;
}
.h-100vw {
    height: 100vw;
}
.mw-25 {
    min-width: 25%;
}
.mw-30 {
    max-width: 30%;
    width: 100%;
}
.fw-bold-900 {
    font-weight: 900 !important;
}
.w-fit-content {
    width: fit-content;
}
.text-tag {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.text-tag.filled * {
    color: #2F6F5B;
}
.text-tag.open * {
    color: #E65402;
}
.bg-none {
    background: none !important;
}
.text-left {
    text-align: left !important;
}
.scroll-x > ul {
    width: auto;
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    overflow-y: hidden !important;
}
form .is-invalid ~ .invalid-feedback {
    margin-bottom: 15px;
    margin-top: -15px !important;
}
form .form-switch-field span,
form .form-switch-field label {
    color: #65635C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}
form .form-switch-field label {
    color: var(--theme-primary-color);
}
a.copy-content {
    position: relative;
}
a.copy-content:after {
    content: '';
    position: absolute;
    right: -35px;
    top: -10px;
    display: block;
    width: 25px;
    height: 25px;
    background-image: url("../images/demo/icon/icons-scl-copy-content.svg");
    background-size: 25px auto;
    background-repeat: no-repeat;
}
.ui-widget.ui-widget-content {
    z-index: 9999999999 !important;
}
.card.guide {
    position: fixed !important;
    min-width: 450px;
    max-width: 550px;
    width: 100%;
    top: 50%;
    left: 50%;
    z-index: 9999999999;
    padding: 15px 30px !important;
    border-radius: 11px !important;
    background-color: #FFFFFF !important;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5);
}
.card.guide .card-header h3 {
    color: #CFCFCF;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
}
.card.guide .card-header i {
    color: #CFCFCF;
}
.search-form.table-header [data-action="clear"] {
    border: 1px solid rgba(151, 151, 151, .6);
    box-shadow: inset 0 0 1px 0 rgba(101, 99, 92, .6);
    color: #65635C;
    text-transform: capitalize;
    font-weight: normal;
}
.search-form.table-header [data-action="clear"]:hover {
    background-color: #65635C;
    color: #ffffff;
}
.card.guide .card-content h2 {
    color: #262626;
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.card.guide .card-content p {
    padding-right: 80px;
    color: #262626;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
}
.card.guide .card-footer .btn-primary.disabled {
    background: #CFCFCF !important;
    border-color: #CFCFCF;
}
.zw-stage11-app-v2 table .tight-md {
    width: 80px;
}
.zw-stage11-app-v2 span.status-tag {
    position: relative;
    color: #65635C;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    padding-left: 25px;
}
.zw-stage11-app-v2 span.status-tag.active {
    color: #02E673 !important;
}
.zw-stage11-app-v2 span.status-tag.suspended {
    color: var(--bs-red) !important;
}
.zw-stage11-app-v2 span.status-tag.pending {
    color: var(--bs-orange) !important;
}
.zw-stage11-app-v2 span.status-tag:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 3px;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    background-color: #02E673;
}
.zw-stage11-app-v2 span.status-tag.suspended:after {
    background-color: var(--bs-red);
}
.zw-stage11-app-v2 span.status-tag.pending:after {
    background-color: var(--bs-orange);
}
.zw-stage11-app-v2 span.status-tag.active:after {
    background-color: #02E673;
}
.zw-stage11-app-v2 span.status-tag.suspended:after {
    background-color: var(--bs-red);
}
.zw-stage11-app-v2 span.status-tag.pending:after {
    background-color: var(--bs-orange);
}
.zw-stage11-app-v2 span.invoice-status {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 span.invoice-status,
.zw-stage11-app-v2 span.invoice-status .material-symbols-outlined {
    color: var(--bs-info);
}
.zw-stage11-app-v2 span.invoice-status.payment_received,
.zw-stage11-app-v2 span.invoice-status.payment_received strong,
.zw-stage11-app-v2 span.invoice-status.payment_received .material-symbols-outlined {
    color: var(--bs-green);
}
.zw-stage11-app-v2 span.invoice-status.payment_overdue,
.zw-stage11-app-v2 span.invoice-status.payment_inkasso,
.zw-stage11-app-v2 span.invoice-status.verification_failed,
.zw-stage11-app-v2 span.invoice-status.offer_expired,
.zw-stage11-app-v2 span.invoice-status.payment_overdue strong,
.zw-stage11-app-v2 span.invoice-status.verification_failed strong,
.zw-stage11-app-v2 span.invoice-status.offer_expired strong,
.zw-stage11-app-v2 span.invoice-status.payment_overdue .material-symbols-outlined,
.zw-stage11-app-v2 span.invoice-status.verification_failed .material-symbols-outlined,
.zw-stage11-app-v2 span.invoice-status.offer_expired .material-symbols-outlined {
    color: var(--bs-danger);
}
.zw-stage11-app-v2 .inner.app a {
    color: var(--theme-primary-color);
    background: transparent;
}
.container {
    max-width: 1130px !important;
}
.container > .warning {
    padding-top: 30px;
}
html[lang="ru"] .container {
    max-width: 1230px !important;
}
#chart_bar_rise {
    height: 270px !important;
}
.text-primary {
    color: var(--theme-primary-color) !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.ml-auto {
    margin-left: auto !important;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
}
.form-check-inline label {
    margin: 0 5px;
}
/*Inline strategy buttons*/
.strategy-btns {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.strategy-btns label {
    display: flex;
    align-items: center;
    align-content: center;
    color: #262626;
    background: #F2EEE6;
    border-radius: 5px;
    padding: 15px;
    gap: 5px;
    width: 100%;
    text-transform: capitalize;
}
.strategy-btns label > span {
    font-size: 22px;
    letter-spacing: 0;
}
.strategy-btns label.active {
    background: rgba(0, 165, 214, .2);
    font-weight: bolder;
    letter-spacing: 0;
    line-height: 18px;
}
.strategy-btns label.active input {
    font-weight: bold;
}
.strategy-btns label input {
    border: 1px solid rgba(0, 0, 0, .5) !important;
}
.strategy-btns label input:checked {
    background-image: url("../images/active-dot-dark-blue.svg") !important;
}
/*Progress buttons*/
.progress-btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    /*gap: 25px;*/
}
.progress-btns .arrow {
    display: flex;
    position: absolute;
    top: calc(100% + 20px);
    left: 4px;
    width: 15px;
    height: 3px;
    background: linear-gradient(90deg, var(--theme-primary-color) 96%, transparent 2%);
    justify-content: end;
    align-items: center;
    transition: width .5s ease;
}
.progress-btns label {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.progress-btns label:first-of-type input {
    appearance: none;
    width: 1px !important;
    height: 15px !important;
    margin: auto;
    border: none;
    background: #65635C;
}
.progress-btns label:after {
    content: '';
    position: absolute;
    bottom: -35px;
    width: 1px;
    height: 25px;
    background: #65635C;
}
/*.progress-btns label:first-of-type:after {*/
    /*height: 100%;*/
/*}*/
.progress-btns label:before {
    /*content: '';*/
    /*position: absolute;*/
    /*bottom: -24px;*/
    /*height: 3px;*/
    /*width: 100vh;*/
    /*background: var(--theme-primary-color);*/
    /*left: 6px;*/
}
.progress-btns label.active ~ *:before {
    content: none;
}
.progress-btns label.active:before {
    /*content: "\A";*/
    /*border-top: 10px solid var(--content-background-color);*/
    /*border-bottom: 10px solid var(--content-background-color);*/
    /*border-left: 20px solid var(--theme-primary-color);*/
    /*bottom: -32px;*/
    /*left: -10px;*/
}
.progress-btns label input {
    width: 20px !important;
    height: 20px !important;
}
.progress-btns label input:checked {
    background-image: url("../images/icon-check-white.svg") !important;
    background-color: var(--theme-primary-color);
    border: none;
    background-size: 12px !important;
    background-position: center;
}
/*Circles*/
.zw-stage11-app-v2 .hover-circles .circle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 10px;
    padding: 0 25px;
    border: 2px solid #27856F;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    text-align: center;
    color: #262626;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    cursor: pointer;
}
.zw-stage11-app-v2 .hover-circles .circle *:first-child {
    font-size: 25px;
    margin-top: 15px;
}
.zw-stage11-app-v2 .hover-circles .circle:hover *:first-child {
    color: #00A5D6;
}
.zw-stage11-app-v2 .hover-circles .circle:hover {
    border-color: #00A5D6;
}
.zw-stage11-app-v2 .user-settings-nav a,
.zw-stage11-app-v2 .user-settings-nav .btn {
    color: #65635C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: none;
    font-weight: normal;
}
.zw-stage11-app-v2 .user-settings-nav a:hover,
.zw-stage11-app-v2 .user-settings-nav .btn:hover {
    color: var(--theme-primary-color);
}
/*Dropdown*/
.zw-stage11-app-v2 .dropdown button#clientSelect {
    border: 1px solid rgba(151, 151, 151, .6);
    border-radius: 5px;
    box-shadow: inset 0 1px 3px 0 #65635C;
    background: transparent;
    padding: 10px 35px 10px 15px;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu .dropdown-item {
    padding: 10px 35px 10px 15px;
    color: #262626;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .dropdown button#clientSelect,
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu li:first-of-type .dropdown-item {
    color: #262626;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: normal;
    text-transform: none;
    background-color: #fff;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu li:first-of-type .dropdown-item span,
.zw-stage11-app-v2 .dropdown button#clientSelect b {
    color: #262626;
    font-weight: bold;
    text-transform: uppercase;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu li .dropdown-item span {
    text-transform: uppercase;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ button:hover,
.zw-stage11-app-v2 .dropdown #clientSelect ~ button:focus {
    background: transparent;
    color: #262626;
}
.zw-stage11-app-v2 .dropdown #clientSelect.dropdown-toggle::after {
    position: absolute;
    z-index: 99999;
    top: calc(50% - 2px);
    right: 10px;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu {
    width: 100%;
    padding: 0;
    border-radius: 5px;
    transform: translate(0px, 0px) !important;
    border: 1px solid #979797;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    min-width: fit-content;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu li:first-of-type .dropdown-item {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu li:last-of-type .dropdown-item {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu li:nth-child(even) .dropdown-item {
    background-color: #F2EEE6;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu li .dropdown-item:hover {
    background-color: #e9ecef;
}
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu .dropdown-item.active,
.zw-stage11-app-v2 .dropdown #clientSelect ~ .dropdown-menu .dropdown-item:active {
    background-color: transparent !important;
}
body.help-opened::before {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    transition: all .15s linear;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.zw-stage11-app-v2 .user-forgotpassword .card {
    padding: 20px 35px 20px 35px;
}
.zw-stage11-app-v2 .row .col .flash-message,
.zw-stage11-app-v2 .stage11-header,
.zw-stage11-app-v2 .officer-manage {
    margin-right: calc(-1 * (var(--bs-gutter-x) * .5));
    margin-left: calc(-1 * (var(--bs-gutter-x) * .5));
}
.zw-stage11-app-v2 .stage11-header {
    padding-top: 15px;
    padding-bottom: 15px;
}
.zw-stage11-app-v2 .flash-message .alert p {
    margin: 0;
    font-size: 18px;
}
.zw-stage11-app-v2 .consent-part h4 {
    font-size: 18px;
}
.color-inherit {
    color: inherit !important;
}
.color-primary {
    color: var(--theme-primary-color) !important;
}
.bg-gray,
.bg-gray:focus {
    background-color: #ECECEC;
    border-color: #ECECEC;
}
/*SIDEBAR*/
.sidebar {
    bottom: 0;
    left: 0;
    max-width: var(--side-max-width);
    position: fixed;
    top: 0;
    width: 100%;
    /*z-index: 1;*/
    background-color: var(--sidebar-backgoud-color);
    padding: 0;
    z-index: 100;
}
.sidebar,
body .main {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.sidebar .nav ul li {
    transition: padding-left 0.5s ease 0s;
    -webkit-transition: padding-left 0.5s ease 0s;
    -moz-transition: padding-left 0.5s ease 0s;
    -o-transition: padding-left 0.5s ease 0s;
}
.sidebar .logo img {
    max-width: 125px;
    height: auto;
    padding: 20px 0 15px 17px;
}
.sidebar .nav,
.sidebar .nav ul {
    width: 100%;
}
.sidebar .nav {
    padding-top: 10px;
    height: calc(100% - 100px);
}
.sidebar .nav ul li a {
    display: flex;
    padding: 15px;
    align-items: center;
    text-decoration: none !important;
    width: 100%;
    height: 50px;
}
.sidebar .nav ul li.br {
    height: 50px;
    background: transparent !important;
}
.sidebar .nav ul li {
    padding-left: 15px;
}
.sidebar-collapsed .sidebar .nav ul li {
    padding-left: 0 !important;
}
.sidebar .nav ul li:hover,
.sidebar .nav ul li.active {
    background: #474747;
}
.sidebar .nav ul li.active {
    border-right: 3px solid var(--theme-primary-color);
}
.sidebar .nav ul li a span {
    width: 25px;
    text-align: center;
}
.sidebar-collapsed .sidebar .nav ul li a span {
    width: 40px;
}
.sidebar .nav ul li a p {
    margin: 0;
    margin-left: 10px;
    color: #FFFFFF;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sidebar .logo {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 75px;
    margin-left: 15px;
}
.sidebar-collapsed .sidebar .logo {
    margin-left: 0;
}
.sidebar .logo img {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: opacity 0.5s 0.6s ease;
}
.sidebar .logo .logo-sm {
    opacity: 0;
    visibility: hidden;
    height: 0;
}
.sidebar [data-toggle="sidebar"] {
    position: absolute;
    bottom: 15px;
    right: 25px;
    left: auto;
    width: 15px;
}
.sidebar [data-toggle="sidebar"] .closed {
    display: none;
}
.sidebar [data-unseen-inbox] {
    position: relative;
}
.sidebar [data-unseen-inbox]:not([data-unseen-inbox='0']):after {
    content: attr(data-unseen-inbox);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -5px;
    right: -5px;
    color: #fff;
    background: red;
    font-size: 10px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: bold;
    /*padding: 4px;*/
}
body.sidebar-collapsed .sidebar {
    max-width: var(--side-collapsed-max-width);
}
body.sidebar-collapsed .sidebar .logo-lg {
    visibility: hidden;
    opacity: 0;
    height: 0;
}
body.sidebar-collapsed .sidebar .logo-sm {
    opacity: 1;
    visibility: visible;
    height: auto;
    max-width: 55px;
}
body.sidebar-collapsed .sidebar .nav ul li a p {
    display: none;
}
body.sidebar-collapsed .sidebar [data-toggle="sidebar"] .closed {
    display: unset;
}
body.sidebar-collapsed .sidebar [data-toggle="sidebar"] .opened {
    display: none;
}
/*INNER*/
body .inner.has-sidebar .main {
    margin-left: var(--side-max-width);
}
body.sidebar-collapsed .inner.has-sidebar .main {
    margin-left: var(--side-collapsed-max-width);
}
.inner .main .content {
    min-height: 100vh;
    background-color: var(--content-background-color);
    /*padding-top: 25px;*/
}
.zw-stage11-app-v2 .card {
    position: relative;
    border: none;
    border-radius: 1px;
    background-color: #FFFFFF;
    margin-bottom: 15px;
    padding: 20px 35px 40px 35px;
}
#cookie-disclaimer {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 0;
    background-color: rgba(99, 99, 99, 0.85);
    z-index: 1001;
    color: #f3f6fb;
}
#cookie-disclaimer p {
    color: #f3f6fb;
}
#cookie-disclaimer .btn {
    line-height: 0;
}
.zw-stage11-app-v2 .bell-notification {
    position: relative;
    border-right: 2px solid #ddd;
    margin-right: 10px;
}
.zw-stage11-app-v2 .bell-notification .got-message {
    background-color: #ff0000;
    border-radius: 50px;
    height: 7px;
    position: absolute;
    right: 6px;
    top: 3px;
    width: 7px;
}
.zw-stage11-app-v2 .card.p-0 .card-title,
.zw-stage11-app-v2 .card.p-0 .card-content {
    padding: 20px 35px 0 35px;
}
.zw-stage11-app-v2 .card .card-title {
    margin-bottom: 15px;
}
/*HEADER*/
.zw-stage11-app-v2 .stage11-header {
    /*margin-bottom: 15px;*/
}
.zw-stage11-app-v2 .stage11-header .page-title h1 {
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 15px;
}
.zw-stage11-app-v2 .stage11-header .user-details {
    background: #F2EEE6;
    padding: 15px;
    border-radius: 5px;
}
.zw-stage11-app-v2 .stage11-header .profile-intro .username {
    font-size: 14px;
}
.zw-stage11-app-v2 .stage11-header .profile-intro .company {
    color: #6C6C6C;
    font-size: 12px;
    text-align: right;
    line-height: 5px;
    margin-top: 3px;
}
.zw-stage11-app-v2 .pagenavigator {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.zw-stage11-app-v2 .pagenavigator li {
    color: #65635C;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 17px;
    cursor: pointer;
}
.zw-stage11-app-v2 .pagenavigator li:hover a,
.zw-stage11-app-v2 .pagenavigator li.active {
    background: #f2eee6;
    border-radius: 3px;
}
.zw-stage11-app-v2 .pagenavigator li.active {
    padding: 6px 10px;
}
.zw-stage11-app-v2 .pagenavigator li a {
    text-decoration: none;
    color: #65635C;
    padding: 6px 10px;
}
.zw-stage11-app-v2 .pagenavigator li.active a {
    color: #204E66;
}
.zw-stage11-app-v2 .pagenavigator span.next img,
.zw-stage11-app-v2 .pagenavigator li img {
    max-width: 20px;
    height: auto;
}
.zw-stage11-app-v2 .pagenavigator li:first-of-type img {
    rotate: 180deg;
}
/*NOTIFICATION CENTER*/
.zw-stage11-app-v2 .help-icon.fas.fa-question-circle {
    color: #c8c8c8;
}
.zw-stage11-app-v2 .profile-inner,
.zw-stage11-app-v2 .help-inner,
.zw-stage11-app-v2 .bell-inner {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    background: #fff;
    width: 270px;
    transform: translateX(300px);
    z-index: 99999;
    overflow: auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    padding: 20px 30px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.zw-stage11-app-v2 .help-inner.open,
.zw-stage11-app-v2 .profile-inner.open,
.zw-stage11-app-v2 .bell-inner.open {
    transform: translateX(0);
}
.zw-stage11-app-v2 .bell-inner .empty-container > i {
    font-size: 60px;
    margin: 20px 0;
    color: #65635C;
}
.zw-stage11-app-v2 .inbox-action-container {
    right: 15px;
    top: 35px;
}
.zw-stage11-app-v2 .inbox-messages-container table tbody tr {
    cursor: pointer;
}
.zw-stage11-app-v2 .inbox-messages-container table tbody tr:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
.zw-stage11-app-v2 .inbox-messages-container table tbody tr.unseen {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}
.zw-stage11-app-v2 .inbox-messages-container table tbody tr.unseen td {
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.zw-stage11-app-v2 .inbox-messages-container table tbody td input[type="checkbox"] {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.zw-stage11-app-v2 .bell-inner {
    padding-left: 0;
    padding-right: 0;
}
.zw-stage11-app-v2 .bell-inner > * {
    padding: 0 30px;
}
.zw-stage11-app-v2 .profile-inner .profile-intro {
    margin: 20px 0 10px 0;
}
.zw-stage11-app-v2 .profile-inner .profile-intro p {
    font-size: 14px;
}
.zw-stage11-app-v2 .profile-inner li {
    padding: 10px 0;
}
.zw-stage11-app-v2 .profile-inner li a {
    color: #7C7C7C;
    font-size: 1.143em;
    outline: none;
    text-decoration: none;
    line-height: 1.42857143;
}
.zw-stage11-app-v2 [data-toggle-target] {
    cursor: pointer;
}
.zw-stage11-app-v2 .notification-date {
    display: block;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 10px;
}
.zw-stage11-app-v2 .notification-item {
    padding: 10px 30px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #EEEEEE;
}
.zw-stage11-app-v2 .notification-item.unread {
    background-color: #EFEDED;
    border-left: 2px solid var(--theme-primary-color);
    border-bottom: 1px solid #DDDDDD;
}
.zw-stage11-app-v2 .notification-item h5 {
    font-weight: bold;
}
.zw-stage11-app-v2 .notification-item p,
.zw-stage11-app-v2 .notification-item a {
    font-size: 13px;
}
/*DASHBOARD*/
.zw-stage11-app-v2 .officer-manage p {
    /*margin-top: -15px;*/
}
.zw-stage11-app-v2 .dashboard .breadcrumb li a {
    color: #65635C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .dashboard .breadcrumb li img {
    rotate: 180deg;
    max-width: 20px;
    height: auto;
}
.zw-stage11-app-v2 .dashboard dl.user-details dt {
    color: #65635C;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.zw-stage11-app-v2 .dashboard dl.user-details dd {
    color: #262626;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    margin-bottom: 15px;
}
.zw-stage11-app-v2 .dashboard .user-details-container h4 {
    color: #000000;
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 22px;
    margin-top: 6px;
}
.zw-stage11-app-v2 .dashboard .user-details-container p > i {
    color: #65635C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .dashboard-grid .card {
    min-height: 300px;
}
html[lang="ru"] .zw-stage11-app-v2 .dashboard-grid .card {
    min-height: 360px;
}
.zw-stage11-app-v2 .dashboard-grid .col .card {
    min-height: unset;
}
.zw-stage11-app-v2 .dashboard-grid > div[class^="col-"]:nth-child(odd) .card::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 100%;
    background-color: var(--content-background-color);
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit.block .chart {
    position: relative;
    max-width: 300px;
    min-height: 275px;
    display: flex;
    align-items: center;
}
#chart_pie_rise {
    height: auto !important;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit.block .chart .pie-value {
    position: absolute;
    width: 90%;
    top: calc(50% - 17px);
    display: grid;
    height: 0;
    text-align: center;
    color: #4A4A4A;
    font-size: 33.6px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 30px;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit.block .chart .pie-value span:last-of-type {
    font-size: 19px;
    color: #4A4A4A;
    font-weight: 400;
}
.zw-stage11-app-v2 .dashboard-grid .card-title {
    /*padding: 20px 35px;*/
    margin-bottom: 18px;
    text-transform: uppercase;
}
.zw-stage11-app-v2 .dashboard-grid .bottom-separator {
    padding-bottom: 0;
}
.zw-stage11-app-v2 .dashboard-grid .bottom-separator > *:last-of-type {
    border-bottom: 2px solid #F2F2F2;
    padding-bottom: 20px;
}
.zw-stage11-app-v2 .dashboard-grid .bottom-separator h2 span {
    color: #262626;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 14px;
    text-transform: none;
}
.zw-stage11-app-v2 .dashboard-grid .account-overview ul,
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul,
.zw-stage11-app-v2 .dashboard-grid .my-invoices ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin-bottom: 25px;
    margin-top: 20px;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul {
    flex-direction: column;
    position: relative;
    margin-left: 15px;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li {
    position: relative;
    margin-bottom: 10px;
}
.zw-stage11-app-v2 .dashboard-grid .chart-legend ul {
    margin-bottom: 30px;
    margin-top: 7px;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li::after {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #eee;
    position: absolute;
    left: -15px;
    top: 5px;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li.credit-used::after {
    background-color: #00A5D6;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li.credit-available::after {
    background-color: #B07CF1;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li.credit-due::after {
    background-color: #27856F;
}
.zw-stage11-app-v2 .dashboard-grid .credit-due .chart-legend p {
    color: #7C7C7C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 12px;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li span strong {
    font-size: 19px;
    font-weight: 500;
}
.zw-stage11-app-v2 .dashboard-grid .account-overview ul:last-of-type {
    margin-bottom: 0;
    margin-top: 28px;
}
.zw-stage11-app-v2 .dashboard-grid .account-overview ul li,
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li,
.zw-stage11-app-v2 .dashboard-grid .my-invoices ul li {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    color: #4A4A4A;
}
html[lang="ru"] .zw-stage11-app-v2 .dashboard-grid .account-overview ul li {
    margin: 0 5px;
}
html[lang="ru"] .zw-stage11-app-v2 .dashboard-grid .credit-limit ul li,
html[lang="ru"] .zw-stage11-app-v2 .dashboard-grid .my-invoices ul li {
    margin: 5px
}
html[lang="ru"] .zw-stage11-app-v2 .invest-strategy {
    flex-direction: column;
}
html[lang="ru"] .zw-stage11-app-v2 .invest-strategy > div {
    border-bottom: .5px solid;
    border-bottom-color: rgba(162, 162, 162, .5);
    padding: 10px 0;
}
html[lang="ru"] .zw-stage11-app-v2 .invest-strategy > div:first-of-type {
    padding-top: 0;
}
html[lang="ru"] .zw-stage11-app-v2 .invest-strategy > div:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
}
.zw-stage11-app-v2 .dashboard-grid .my-invoices ul li a {
    color: #262626;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 14px;
}
.zw-stage11-app-v2 .dashboard-grid .my-invoices ul li a.btn {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19px;
    text-align: center;
    width: fit-content;
}
.zw-stage11-app-v2 .dashboard-grid .my-invoices ul li a i {
    color: #32C0EF;
}
.zw-stage11-app-v2 .dashboard-grid .credit-due .credit-due-chart {
    margin-top: -40px;
}
.zw-stage11-app-v2 .dashboard-grid .credit-due [role="tablist"] {
    padding: 0;
}
.zw-stage11-app-v2 .dashboard-grid .credit-due .nav-tabs li a,
.zw-stage11-app-v2 .dashboard-grid .credit-due .nav-tabs li.active a {
    font-weight: normal;
    color: inherit;
}
.zw-stage11-app-v2 .dashboard-grid .my-invoices > *:last-child {
    margin-top: 18px;
}
.zw-stage11-app-v2 .dashboard-grid .my-invoices ul li > div {
    margin-top: 5px;
}
.zw-stage11-app-v2 .dashboard-grid .invoice-overview .card-title,
.zw-stage11-app-v2 .dashboard-grid .invoice-overview [role="tablist"] {
    padding: 20px 30px 0 30px;
}
.zw-stage11-app-v2 .dashboard-grid .invoice-overview .scroll-x {
    max-width: 100%;
    overflow-x: auto;
}
.zw-stage11-app-v2 .dashboard-grid .invoice-overview .scroll-x [role="tablist"] {
    min-width: 350px;
}
.zw-stage11-app-v2 .dashboard-grid .invoice-overview .no-invoices {
    padding: 20px 30px;
}
.zw-stage11-app-v2 .dashboard-grid .invoice-overview .actions {
    padding: 0 30px 0 30px;
}
.zw-stage11-app-v2 .card-tabs .sort-option-container {
    position: absolute;
    right: 15px;
}
.zw-stage11-app-v2 .sort-option-select > button {
    color: #65635C;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    text-decoration: none;
}
.zw-stage11-app-v2 .sort-option-select .dropdown-item:active {
    background-color: transparent;
    cursor: pointer;
}
.zw-stage11-app-v2 .sort-option-select .dropdown-item a {
    color: #65635C;
    font-size: 13px;
    background-color: transparent;
    display: flex;
    padding: 0;
    width: 100%;
    text-decoration: none;
}
.zw-stage11-app-v2 select.sort-option-select {
    border: 0;
    margin: 0;
    box-shadow: none;
    color: #65635C;
}
.zw-stage11-app-v2 .date-range label {
    color: #65635C;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
}
.zw-stage11-app-v2 .card [role="tablist"] {
    padding: 20px 0;
}
.zw-stage11-app-v2 .card [role="tablist"]#invoiceImport {
    padding-top: 0;
}
.zw-stage11-app-v2 .card li[role="presentation"] a {
    padding-bottom: 9px;
    color: #4A4A4A;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 22px;
    border-color: transparent !important;
    text-decoration: none !important;
    margin: 0 15px;
}
.zw-stage11-app-v2 .card li[role="presentation"] a:first-of-type {
    margin-left: 0;
}
.zw-stage11-app-v2 .card li[role="presentation"] .active {
    border-bottom: 2px solid var(--theme-primary-color) !important;
}
.zw-stage11-app-v2 .card .scroll-x.border-bottom {
    position: relative;
    padding-bottom: 0 !important;
}
.zw-stage11-app-v2 .card .scroll-x.border-bottom > .border-bottom-0.pb-0 li[role="presentation"] {
    margin-bottom: 9px;
}
.zw-stage11-app-v2 .dashboard-grid .invoice-overview [role="tablist"],
.zw-stage11-app-v2 .bg-tabs li[role="presentation"] a {
    display: flex;
    align-items: center;
    border: 0 !important;
    color: #4A4A4A;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 14.4px;
    text-decoration: none;
    margin-bottom: 23px;
}
.zw-stage11-app-v2 .bg-tabs li[role="presentation"] a {
    /*border-radius: 2px;*/
    /*padding: 7px 19px;*/
}
.zw-stage11-app-v2 .bg-tabs li[role="presentation"] a.active {
    border-bottom: 3px solid var(--theme-primary-color) !important;
    /*    border-radius: 2px;*/
    /*    background-color: #FFFFFF;*/
    /*    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);*/
}
.zw-stage11-app-v2 .bg-tabs li[role="presentation"] a:first-of-type {
    background: #E3E1DF;
    padding: 8px 15px;
    border-radius: 2px;
    color: #4A4A4A;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 14px;
}
.zw-stage11-app-v2 .bg-tabs.icons li[role="presentation"] a:first-of-type {
    padding: 5px 10px;
}
.zw-stage11-app-v2 .bg-tabs.light-theme li[role="presentation"] a:first-of-type {
    background: #F2EEE6;
}
.zw-stage11-app-v2 .bg-tabs li[role="presentation"] a.active {
    border: 1px solid #DFDFDF !important;
    border-radius: 2px;
    background-color: #FFFFFF !important;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);
    padding: 6px 15px;
}
.zw-stage11-app-v2 .bg-tabs li[role="presentation"] a.active.bg-warning {
    background-color: #ffc107 !important;
    border-color: #ffc107 !important;
}
.zw-stage11-app-v2 .bg-tabs li[role="presentation"] a.active.bg-danger {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #ffffff;
}
.zw-stage11-app-v2 .bg-tabs.light-theme li[role="presentation"] a[data-invoice-tab="due_date_soon"]:not([data-invoice-tab-count='0']) {
    background: #ffc107 !important;
    border-color: #ffc107 !important;
}
.zw-stage11-app-v2 .bg-tabs.light-theme li[role="presentation"] a[data-invoice-tab="overdue"]:not([data-invoice-tab-count='0']),
.zw-stage11-app-v2 .bg-tabs.light-theme li[role="presentation"] a[data-invoice-tab="inkasso"]:not([data-invoice-tab-count='0']) {
    background: #dc3545 !important;
    border-color: #dc3545 !important;
    color: #ffffff;
}
.zw-stage11-app-v2 .bg-tabs.light-theme li[role="presentation"] a[data-invoice-tab="overdue"]:not([data-invoice-tab-count='0']) .material-symbols-outlined,
.zw-stage11-app-v2 .bg-tabs.light-theme li[role="presentation"] a[data-invoice-tab="inkasso"]:not([data-invoice-tab-count='0']) .material-symbols-outlined {
    color: #ffffff;
}
.zw-stage11-app-v2 .bg-tabs.icons li[role="presentation"] a.active {
    padding: 3px 10px;
}
.zw-stage11-app-v2 #invoiceImportContent .import {
    margin: 0 -35px;
}
.zw-stage11-app-v2 #invoiceImportContent .import .provider-form fieldset {
    padding: 0 35px;
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs .form-check {
    border: 2px solid #F2EEE6;
    border-radius: 5px;
    padding: 0;
    margin: 0;
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs .form-check img {
    width: 150px;
    height: auto;
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs .form-check label {
    margin: 0;
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs .form-check.active {
    border: 3px solid var(--theme-primary-color) !important;
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs .form-check:hover {
    border: 3px solid rgba(0, 176, 235, .5);
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs input[type="radio"] {
    width: 0;
    height: 0;
    background: none;
    border-radius: 0;
    border: 0;
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs input[type="radio"]:checked {
    background: none;
}
/*COMMON*/
.zw-stage11-app-v2 .pdf-download.text-dark {
    color: #65635C !important;
}
.zw-stage11-app-v2 td a.pdf-download img {
    max-width: 30px;
    height: auto;
    margin-top: -5px;
}
.zw-stage11-app-v2 td a.pdf-download {
    font-weight: bold;
    text-decoration: none;
}
.zw-stage11-app-v2 .to-bottom {
    display: flex;
    align-content: stretch;
    align-items: flex-end;
}
.zw-stage11-app-v2 .to-bottom *:first-of-type {
    width: 100%;
}
.zw-stage11-app-v2 .error {
    color: #DA4141;
}
.zw-stage11-app-v2 .square {
    width: 8px;
    height: 8px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.zw-stage11-app-v2 .square.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
}
.zw-stage11-app-v2 .square.green {
    background-color: #02735A;
}
.zw-stage11-app-v2 .square.orange {
    background-color: #E65402;
}
.zw-stage11-app-v2 .square.purple {
    background-color: #a8a8d8;
}
.zw-stage11-app-v2 .square.blue {
    background-color: #204E66;
}
.zw-stage11-app-v2 .square.red {
    background-color: #D55035;
}
.zw-stage11-app-v2 .square.gray {
    background-color: #BABABA;
}
.zw-stage11-app-v2 span.dot {
    height: 12px;
    width: 12px;
    background-color: #929292;
    border-radius: 50%;
    display: inline-block;
}
.zw-stage11-app-v2 span.dot.orange {
    background-color: #F7B500;
}
.zw-stage11-app-v2 span.dot.green {
    background-color: #2F6F5B;
}
.zw-stage11-app-v2 span.dot.blue {
    background-color: #32C5FF;
}
.zw-stage11-app-v2 span.dot.red {
    background-color: #E65402;
}
.zw-stage11-app-v2 span.dot.dark-red {
    background-color: #FF0000;
}
.zw-stage11-app-v2 .btn {
    font-family: "IBM Plex Sans";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 19.2px;
    text-align: center;
    padding: 6px 14px;
    text-transform: uppercase;
}
.zw-stage11-app-v2 .btn .pre-title {
    font-size: 16px;
}
.zw-stage11-app-v2 .btn-link {
    box-shadow: none !important;
}
.zw-stage11-app-v2 .btn-block {
    width: 100%;
}
.zw-stage11-app-v2 .btn.btn-default {
    background-color: #e3e3e3;
    color: #4A4A4A;
    font-weight: normal;
}
.zw-stage11-app-v2 .dropdown-toggle.btn-transparent ~ .dropdown-menu .dropdown-item,
.zw-stage11-app-v2 .btn.btn-transparent {
    background-color: transparent;
    text-transform: none;
    color: #262626 !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
    border: 1px solid #d4d4d4;
}
.zw-stage11-app-v2 .dropdown-toggle.btn-transparent ~ .dropdown-menu .dropdown-item {
    border: none;
}
.zw-stage11-app-v2 a.btn.btn-primary,
.zw-stage11-app-v2 .btn.btn-primary {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    color: var(--theme-primary-font-color);
}
.zw-stage11-app-v2 table:not(.ui-datepicker-calendar) {
    margin: 0;
}
.zw-stage11-app-v2 table.table {
    vertical-align: middle;
}
.zw-stage11-app-v2 table.table th,
.zw-stage11-app-v2 table.table abbr {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
    padding: .75rem .5rem;
}
.zw-stage11-app-v2 table .asc-order-arrows {
    position: relative;
    padding-left: 20px;
    cursor: pointer;
}
.zw-stage11-app-v2 table .asc-order-arrows a {
    position: absolute;
    color: #9B9B9B;
    font-size: 10px;
    top: -4px;
    left: 0;
}
.zw-stage11-app-v2 table .asc-order-arrows a:last-of-type {
    top: unset;
    bottom: -4px;
    left: 8px;
}
html[lang="ru"] .zw-stage11-app-v2 table.table th,
html[lang="ru"] .zw-stage11-app-v2 table.table abbr {
    padding: .55rem .25rem;
}
.zw-stage11-app-v2 table.table th {
    border-top: 2px solid #F2EEE6;
    border-bottom: 2px solid #F2EEE6 !important;
}
.zw-stage11-app-v2 table.table td {
    color: #4A4A4A;
    font-family: "IBM Plex Sans";
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
    border-color: #F2EEE6;
}
.zw-stage11-app-v2 table.invoice-table th,
.zw-stage11-app-v2 table.invoice-table abbr {
    border: none !important;
    color: #65635C;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 600;
}
.zw-stage11-app-v2 table.invoice-table thead tr.result th {
    color: #4A4A4A;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 19px;
}
.zw-stage11-app-v2 table.invoice-table thead tr.result {
    border-top: 2px solid #65635C;
    border-bottom: 2px solid #65635C;
}
.zw-stage11-app-v2 form.user-settings-edit input[type="checkbox"],
.zw-stage11-app-v2 table.invoice-table.selectable input[type="checkbox"] {
    height: 16px;
    width: 16px;
    min-width: 16px;
    min-height: 16px;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    background-color: #FFFFFF;
}
.zw-stage11-app-v2 form.user-settings-edit input[type="checkbox"]:checked,
.zw-stage11-app-v2 table.invoice-table.selectable input[type="checkbox"]:checked {
    background-color: #00a5d6;
    border-color: #00a5d6;
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.zw-stage11-app-v2 table.invoice-table td,
.zw-stage11-app-v2 table.table.invoice-table td {
    border-top: 1px solid #ECECEC;
    border-bottom: 1px solid #ECECEC;
    color: #262626;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 500;
    vertical-align: baseline;
}
.zw-stage11-app-v2 table.table.invoice-table td a {
    color: #65635C;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 table.table.invoice-table td a.invoice-bonds {
    color: var(--theme-primary-color);
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
}
.zw-stage11-app-v2 table.table.invoice-table.selectable tbody tr {
    cursor: pointer;
}
.zw-stage11-app-v2 table.table.invoice-table.selectable tbody tr:hover td {
    background-color: rgba(0,165,214,0.14);
}
.zw-stage11-app-v2 table.invoice-table.selectable tbody tr:first-of-type td:first-child {
    vertical-align: bottom;
}
.zw-stage11-app-v2 table.debtors-table thead th {
    color: #65635C;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
    font-weight: 400;
    border-top: 2px solid #ECECEC;
    border-bottom: 2px solid #ECECEC;
}
.zw-stage11-app-v2 table.borrower-contacts-table thead th .tight {
    width: 2%;
    white-space: nowrap;
}
.zw-stage11-app-v2 .invoice-form-wrapper #debtor_company_info,
.zw-stage11-app-v2 .invoice-form-wrapper #debtor_contact_person {
    width: 100%;
}
.zw-stage11-app-v2 .add-new-debtor-help,
.zw-stage11-app-v2 .add-new-borrower-contact-help {
    position: absolute;
    top: 28px;
    right: -50px;
}
.zw-stage11-app-v2 .add-new-borrower-contact-help {
    top: 22px;
}
.zw-stage11-app-v2 table.debtors-table tbody td,
.zw-stage11-app-v2 table.borrower-contacts-table tbody td {
    vertical-align: middle;
    border-bottom: 2px solid #ECECEC;
    color: #262626;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
    font-weight: 400;
}
.zw-stage11-app-v2 .invoice-history table.table tr td:first-of-type,
.zw-stage11-app-v2 .officer-dashboard table.table tr td:first-of-type {
    padding-left: 12px;
}
.zw-stage11-app-v2 .officer-dashboard table.table tr td:first-of-type {
    min-width: 250px;
}
.zw-stage11-app-v2 .invoice-history table.table .btn.btn-primary {
    padding: 2px 8px;
}
.zw-stage11-app-v2 table.table-bordered th,
.zw-stage11-app-v2 table.table-bordered td {
    border: 0;
    border-top: 2px solid #ECECEC !important;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 table.table-bordered th {
    color: #9B9B9B;
    font-family: Roboto;
    font-size: 12px;
}
.zw-stage11-app-v2 table.table-bordered td {
    color: #4A4A4A;
    font-family: "IBM Plex Sans";
}
.zw-stage11-app-v2 table.table thead tr.dark th {
    border-color: #65635C !important;
    border-width: 2px !important;
    border-bottom: 2px solid #65635C !important;
    border-top: 2px solid #65635C !important;
    color: #4A4A4A !important;
    font-size: 14px !important;
    font-weight: bold !important;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 table.table thead tr.dark-bottom th {
    border-top: 0;
    border-bottom-color: #65635C !important;
}
.zw-stage11-app-v2 .credit-rating {
    /*background: #006937 !important;*/
    /*border: 1px solid #006937;*/
    background: #34B644 !important;
    border: 1px solid #34B644;
    color: #fff;
    width: 27px;
    border-radius: 2px;
    font-weight: bold;
    font-family: "Roboto";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 23px;
    text-align: center;
    margin-top: 5px;
    display: block;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
}
.zw-stage11-app-v2 .credit-rating.credit-rating-b {
    background: #8CCA33 !important;
    border-color: #8CCA33 !important;
}
.zw-stage11-app-v2 .credit-rating.credit-rating-c {
    background: #D7E200 !important;
    border-color: #D7E200 !important;
}
.zw-stage11-app-v2 .credit-rating.credit-rating-d {
    background: #F9EF00 !important;
    border-color: #F9EF00 !important;
}
.zw-stage11-app-v2 .credit-rating.credit-rating-e {
    background: #F99500 !important;
    border-color: #F99500 !important;
}
.zw-stage11-app-v2 .credit-rating.credit-rating-f {
    background: #D42020 !important;
    border-color: #D42020 !important;
}
.zw-stage11-app-v2 .credit-rating.credit-rating-muted {
    background: #ccc !important;
    border-color: #ccc !important;
}
.zw-stage11-app-v2 .file-inner input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999999;
    opacity: 0;
}
.zw-stage11-app-v2 .file-inner ul.file-list {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
.zw-stage11-app-v2 .file-inner ul.file-list li {
    margin-bottom: 10px;
    position: relative;
    width: fit-content;
    cursor: pointer;
}
/*.zw-stage11-app-v2 .file-inner ul.file-list li:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    right: -20px;*/
/*    top: 4px;*/
/*    width: 10px;*/
/*    height: 10px;*/
/*    background: url("../images/demo/icon/close-black.svg");*/
/*    background-size: cover;*/
/*}*/
.zw-stage11-app-v2 .file-inner ul.file-list li span {
    display: block;
}
.zw-stage11-app-v2 .file-inner ul.file-list li span:first-of-type {
    color: #262626;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 17px;
    text-decoration: underline;
}
.zw-stage11-app-v2 .file-inner label {
    position: relative;
    width: 100%;
    border: 1px dashed #C1C1C1;
    border-radius: 5px;
    background-color: #FFFFFF;
    text-align: center;
    padding: 30px 0;
}
.zw-stage11-app-v2 .file-inner span {
    color: #65635C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}
.zw-stage11-app-v2 .file-inner .file-label-content span:last-of-type {
    color: var(--theme-primary-color);
    font-weight: bold;
    border: 2px solid var(--theme-primary-color);
    border-radius: 8px;
    padding: 16px;
    text-transform: none;
}
.zw-stage11-app-v2 .file-inner .file-label-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
    margin: auto;
    gap: 25px;
}
.zw-stage11-app-v2 .file-inner.has-error .help-block {
    color: #dc3545;
}
.zw-stage11-app-v2 .file-inner.has-error label {
    border-color: #dc3545;
}
.zw-stage11-app-v2 input[type="checkbox"]:not(.form-check-input),
.zw-stage11-app-v2 input[type="radio"] {
    appearance: none;
    border: 2px solid #ECECEC;
    border-radius: 2px;
    width: 15px;
    height: 15px;
}
.zw-stage11-app-v2 .form-switch input[type="checkbox"]:checked {
    background-color: transparent;
    border: 2px solid var(--theme-primary-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2300A5D6'/%3e%3c/svg%3e");
}
.zw-stage11-app-v2 input[type="radio"] {
    border-radius: 50%;
    border: 1px solid var(--theme-primary-color);
}
.zw-stage11-app-v2 form.user-settings-edit input[type="checkbox"]:checked,
.zw-stage11-app-v2 input[type="checkbox"]:not(.form-check-input):checked {
    background-color: var(--theme-primary-color);
    border-color: var(--theme-primary-color);
    background-image: url("../images/icons/check.svg");
}
.zw-stage11-app-v2 input[type="radio"]:checked {
    border: none !important;
    background-image: url("../images/icons/active-dot.svg");
    background-repeat: no-repeat;
    background-size: cover;
}
.zw-stage11-app-v2 input[type="text"],
.zw-stage11-app-v2 input[type="email"],
.zw-stage11-app-v2 input[type="password"],
.zw-stage11-app-v2 select,
.zw-stage11-app-v2 input[type="number"],
.zw-stage11-app-v2 .selection {
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #F0EDED;
    margin-bottom: 20px;
    padding-left: 3px;
    color: #818181;
    font-family: "IBM Plex Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
    box-shadow: none;
}
.zw-stage11-app-v2 input[readonly],
.zw-stage11-app-v2 select[readonly] {
    pointer-events: none;
}
.zw-stage11-app-v2 .selection {
    position: relative;
    width: fit-content;
    padding: 10px 25px 10px 15px;
    cursor: pointer;
    background: transparent url("../images/icons/icon-scl-triangle.png") no-repeat scroll calc(100% - 10px) center;
}
.zw-stage11-app-v2 .selection.disabled {
    background-color: #e9ecef;
}
.zw-stage11-app-v2 .selection img {
    max-width: 18px;
    height: auto;
}
.zw-stage11-app-v2 .selection .selected {
    display: flex;
    gap: 5px;
}
.zw-stage11-app-v2 .selection .select-options {
    position: absolute;
    left: 0;
    top: 110%;
    border: 1px solid #D7D7D7;
    background-color: #FFFFFF;
    max-height: 300px;
    overflow: auto;
    display: none;
}
.zw-stage11-app-v2 .selection.show .select-options {
    display: block;
}
.zw-stage11-app-v2 .selection .select-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 250px;
    display: flex;
    flex-direction: column;
}
.zw-stage11-app-v2 .selection .select-options ul li {
    color: #262626;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 17px;
    padding: 10px 5px;
    cursor: pointer;
    order: 9;
}
.zw-stage11-app-v2 .selection .select-options ul li.preferred {
    order: 1 !important;
}
.zw-stage11-app-v2 .selection .select-options ul li.preferred:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}
.zw-stage11-app-v2 .selection .select-options ul li span {
    color: #65635C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}
.zw-stage11-app-v2 .selection .select-options ul li.selected,
.zw-stage11-app-v2 .selection .select-options ul li:hover {
    background-color: rgba(50,192,239,0.3);
}
.zw-stage11-app-v2 .blackbox-container .search-container {
    position: relative;
}
.zw-stage11-app-v2 .blackbox-container .search-container.loading:after {
    content: '';
    position: absolute;
    left: 3px;
    bottom: -2px;
    width: 100%;
    max-width: calc(100% - 6px);
    height: 3px;
    background-color: var(--theme-primary-color);
    animation: progress-indicator 2s infinite linear;
}
.zw-stage11-app-v2 .blackbox-container .search-container:before {
    content: '\e8b6';
    font-family: 'Material Symbols Outlined';
    position: absolute;
    left: 5px;
    top: 5px;
    font-variation-settings:
            'FILL' 0,
            'wght' 500,
            'GRAD' 0,
            'opsz' 40;
    font-size: 20px;
    color: #65635C;
}
.zw-stage11-app-v2 .blackbox-container .search-container > input {
    padding-left: 30px;
    color: #65635C;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .blackbox-container .search-container .company-dropdown {
    border: 1px solid #979797;
    max-height: 295px;
    overflow: auto;
}
.zw-stage11-app-v2 .blackbox-container .search-container .company-dropdown li {
    border-bottom: 1px solid #979797;
}
.zw-stage11-app-v2 .blackbox-container .search-container .company-dropdown li:last-of-type {
    border-bottom: 0 !important;
}
.zw-stage11-app-v2 .blackbox-container .search-container .company-dropdown li > p {
    padding: 15px;
    color: #65635C;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0;
    cursor: pointer;
}
.zw-stage11-app-v2 .blackbox-container .search-container .company-dropdown li > p:hover {
    background-color: #EEEEEE;
}
.zw-stage11-app-v2 .date-range-input {
    display: flex;
    flex-direction: row;
    align-items: center;
    border-bottom: 2px solid #F0EDED;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.zw-stage11-app-v2 .date-range-input.active {
    border-color: var(--theme-primary-color);
}
.zw-stage11-app-v2 .date-range-input input,
.zw-stage11-app-v2 .date-range-input input.secondary {
    border: none;
    box-shadow: none;
    max-width: 115px;
    text-align: center;
    padding-right: 5px;
    padding-left: 5px;
}
.zw-stage11-app-v2 .date-range-input span {
    color: #818181;
    font-family: "IBM Plex Sans";
    font-size: 18px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .password-container input.is-invalid {
    background: none;
}
.zw-stage11-app-v2 .password-container input {
    padding-right: 50px;
}
.zw-stage11-app-v2 .form-group.has-error input,
.zw-stage11-app-v2 .form-group.has-error select,
.zw-stage11-app-v2 .form-group.has-error textarea {
    margin-bottom: 0;
    border-color: #DA4141;
}
.zw-stage11-app-v2 .to-bottom .form-group.has-error input {
    margin-top: 12px;
}
.zw-stage11-app-v2 .form-group span.help-block {
    margin-bottom: 20px;
    display: block;
    font-size: smaller;
}
.zw-stage11-app-v2 .form-group.has-error span.help-block,
.zw-stage11-app-v2 span.has-error  {
    color: #DA4141;
    margin-top: 5px;
}
.zw-stage11-app-v2 select {
    background: transparent url("../images/icons/icon-scl-triangle.png") no-repeat scroll calc(100% - 10px) center;
    height: 40px;
}
.zw-stage11-app-v2 select:focus {
    border-color: var(--theme-primary-color);
}
.zw-stage11-app-v2 .ui-datepicker select {
    background: none !important;
}
.zw-stage11-app-v2 input[type="email"]:focus,
.zw-stage11-app-v2 input[type="password"]:focus,
.zw-stage11-app-v2 input[type="text"]:focus {
    border-color: var(--theme-primary-color);
}
.zw-stage11-app-v2 form fieldset legend {
    color: #262626;
    font-family: "IBM Plex Sans";
    font-size: 17px;
    letter-spacing: 0;
    line-height: 18px;
    padding: 35px 0;
    text-transform: none;
}
.zw-stage11-app-v2 form fieldset legend strong {
    color: #000;
    font-weight: bold;
    font-size: 16px;
}
.zw-stage11-app-v2 form fieldset#invoice_details_clone legend,
.zw-stage11-app-v2 form fieldset:first-of-type legend {
    padding-top: 0;
}
/*.zw-stage11-app-v2 form.add-new-borrower-contact fieldset:first-of-type legend {*/
/*    padding-top: 0;*/
/*    color: #4A4A4A;*/
/*    line-height: 25px;*/
/*}*/

.zw-stage11-app-v2 form fieldset legend.gray {
    color: #65635C;
}
.zw-stage11-app-v2 #allocation input#amount {
    font-size: 17px;
}
.zw-stage11-app-v2 .allocation-return {
    border-top: 2px solid rgba(101, 99, 92, .5);
    border-bottom: 2px solid rgba(101, 99, 92, .5);
    padding: 10px 0;
}
.zw-stage11-app-v2 .allocation-return > span:first-of-type {
    color: #65635C;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .allocation-return p,
.zw-stage11-app-v2 .allocation-return p > span {
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 17px;
}
.zw-stage11-app-v2 .allocation-return strong,
.zw-stage11-app-v2 .allocation-return strong > span {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .custom-table thead tr.dark-bottom th {
    min-width: fit-content;
}
.zw-stage11-app-v2 .dashboard.invest-strategy label.custom-control-label {
    color: #65635C;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 18px;
}
.zw-stage11-app-v2 .dashboard.invest-strategy .repayment-value {
    color: #000000;
    font-size: 17px;
    letter-spacing: 0;
    line-height: 17px;
}
.zw-stage11-app-v2 .dashboard.invest-strategy .repayment-value span {
    color: #000000;
}
.zw-stage11-app-v2 #autoinvest p {
    color: #000000;
    font-size: 14px;
}
.zw-stage11-app-v2 #autoinvest legend {
    font-size: 14px;
}
/*FOOTER*/
.zw-stage11-app-v2 .footer {
    padding-left: 0;
}
.zw-stage11-app-v2 .footer p,
.zw-stage11-app-v2 .footer a {
    color: #7C7C7C;
    font-family: Roboto;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
}
.zw-stage11-app-v2 .sidebar .sidebar-hamburger {
    display: none !important;
}
.zw-stage11-app-v2 .sidebar .sidebar-hamburger {
    width: 100%;
    padding: 0 6px;
    position: relative;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}
.zw-stage11-app-v2 .sidebar .sidebar-hamburger span {
    display: flex;
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 5px;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}
.zw-stage11-app-v2.sidebar-collapsed .sidebar .sidebar-hamburger span {
    width: 100% !important;
    transform: unset !important;
    margin-top: 0 !important;
}
.zw-stage11-app-v2 .sidebar .sidebar-hamburger span {
    width: 0;
}
.zw-stage11-app-v2 .sidebar .sidebar-hamburger span:first-of-type {
    width: 100%;
    transform: rotate(45deg);
}
.zw-stage11-app-v2 .sidebar .sidebar-hamburger span:last-of-type {
    width: 100%;
    transform: rotate(-45deg);
    margin-top: -16px;
}
.zw-stage11-app-v2 .dashboard .settings .table-container.user-settings-table {
    overflow-x: auto;
}
.zw-stage11-app-v2 .dashboard .settings .table-container.user-settings-table th {
    min-width: 95px;
    text-align: center;
    white-space: nowrap !important;
}
.zw-stage11-app-v2 .dashboard .settings .table-container.user-settings-table th a {
    color: #65635C;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 1px;
}
.zw-stage11-app-v2 .dashboard .settings .table-container .clients-settings-table {
    height: 100%;
}
.zw-stage11-app-v2 .dashboard .settings .table-container .clients-settings-table td {
    padding: 10.3px .5rem;
    white-space: nowrap !important;
}
.zw-stage11-app-v2 .dashboard .settings .table td input[type="checkbox"] {
    border: 2px solid #605e57;
    width: 18px;
    height: 18px;
}
.zw-stage11-app-v2 .dashboard .settings .table td input[type="checkbox"]:checked {
    border-color: var(--theme-primary-color);
}
.zw-stage11-app-v2 .dashboard .my-invest .table-container {
    overflow-x: auto;
}
.zw-stage11-app-v2 .dashboard .my-invest .table-container .table {
    min-width: 700px;
}
.zw-stage11-app-v2 .dashboard .my-invest .table-container .table.withdrawal-table {
    min-width: 600px;
}
.zw-stage11-app-v2 .dashboard .my-invest .table.withdrawal-table th {
    border-top: 0 !important;
}
.zw-stage11-app-v2 .invoice-amount .help-text,
.zw-stage11-app-v2 .invoice-due-date .help-text {
    color: #65635C;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 17px;
    margin-top: -19px;
}
.zw-stage11-app-v2 .shufti-container table tbody tr th {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.zw-stage11-app-v2 .shufti-container table tbody tr td {
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.zw-stage11-app-v2 .dashboard .kyc[data-investor-id],
.zw-stage11-app-v2 .dashboard .kyc-approval,
.zw-stage11-app-v2 .investor-form-heading {
    line-height: 27px;
}
.zw-stage11-app-v2 .dashboard .kyc[data-investor-id] ul {
    list-style: none;
    counter-reset: kyc-flow-counter;
    padding: 0 25px 0;
    margin: 0;
}
.zw-stage11-app-v2 .dashboard .kyc[data-investor-id] ul li {
    position: relative;
/*    counter-increment: kyc-counter;*/
}
.zw-stage11-app-v2 .dashboard .kyc[data-investor-id] ul li:before {
    position: absolute;
    left: -25px;
    content: counter(kyc-flow-counter) ") ";
    counter-increment: kyc-flow-counter;
    color: #6C6C6C;
    font-size: 16px;
}
/*Toast*/
/*success*/
.zw-stage11-app-v2 .toast.bg-success {
    color: #0f5132 !important;
    background-color: #d1e7dd !important;
    border-color: #badbcc !important;
}
.zw-stage11-app-v2 .toast.bg-success .toast-body {
    color: #0f5132 !important;
}
/*danger*/
.zw-stage11-app-v2 .toast.bg-danger {
    color: #842029 !important;
    background-color: #f8d7da !important;
    border-color: #f5c2c7 !important;
}
.zw-stage11-app-v2 .toast.bg-danger .toast-body {
    color: #842029 !important;
}
/*warning*/
.zw-stage11-app-v2 .toast.bg-warning {
    color: #664d03 !important;
    background-color: #fff3cd !important;
    border-color: #ffecb5 !important;
}
.zw-stage11-app-v2 .toast.bg-warning .toast-body {
    color: #664d03 !important;
}
/*info*/
.zw-stage11-app-v2 .toast.bg-info {
    color: #055160 !important;
    background-color: #cff4fc !important;
    border-color: #b6effb !important;
}
.zw-stage11-app-v2 .toast.bg-info .toast-body {
    color: #055160 !important;
}
.zw-stage11-app-v2 .transaction-form button#generate-qr {
    margin-left: 15px !important;
}
/*End Toast*/
/*Email preview*/
.zw-stage11-app-v2 .email-preview .avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #f5f5f5;
    border-radius: 50%;
    color: #ccc;
    font-size: 20px;
    font-weight: bold;
}
.zw-stage11-app-v2 .email-preview .email-body,
.zw-stage11-app-v2 .email-preview .email-subject {
    margin-left: 55px;
}
.zw-stage11-app-v2 .email-preview .email-body {
    background-color: #f8f9fa;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}
.zw-stage11-app-v2 .email-preview .email-body .email-attachments,
.zw-stage11-app-v2 .email-preview .email-body iframe {
    width: 80%;
    margin: auto;
}
.zw-stage11-app-v2 .email-preview .email-body iframe {
    height: 55vh;
    padding: 20px;
    margin: auto;
    background: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.zw-stage11-app-v2 .email-preview .email-body .email-attachments .embed-file .download-file {
    cursor: pointer;
    display: none !important;
}
.zw-stage11-app-v2 .email-preview .email-body .email-attachments .embed-file:hover .download-file {
    display: flex !important;
}
/*Tablet*/
@media screen and (max-width: 1199px) {
    .w-md-100 {
        width: 100% !important;
    }
}
@media screen and (max-width: 1192px) {
    body .inner.has-sidebar .main {
        margin-left: 0 !important;
        padding: 0 20px;
        background-color: var(--content-background-color);
    }
    body.sidebar-collapsed .sidebar {
        transform: translateX(calc(var(--side-collapsed-max-width) * -1));
    }
    body .sidebar .sidebar-arrow {
        display: none !important;
    }
    .zw-stage11-app-v2 .sidebar .sidebar-hamburger {
        display: flex !important;
    }
    body .sidebar .nav ul:last-of-type {
        margin-bottom: 30px;
    }
    body .sidebar [data-toggle="sidebar"] {
        padding: 10px 0 5px 0;
        width: 30px;
        display: flex;
        justify-content: center;
        left: 0;
        transform: translateX(200px);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: var(--sidebar-backgoud-color) !important;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
    }
    body.sidebar-collapsed .sidebar [data-toggle="sidebar"] {
        transform: translateX(var(--side-collapsed-max-width));
    }
}
@media screen and (max-width: 900px) {
    .zw-stage11-app-v2 .dashboard-grid .credit-limit.block .chart,
    .zw-stage11-app-v2 .dashboard-grid .credit-limit.block .chart-legend {
        margin-left: -35px;
    }
    .zw-stage11-app-v2 .dashboard-grid .credit-due .credit-due-chart {
        margin-top: 0;
    }
    .zw-stage11-app-v2 .dashboard-grid .card {
        min-height: 390px;
    }
}
/*Mobile*/
@media screen and (max-width: 1199px) {
    .zw-stage11-app-v2 table {
        display: block;
        overflow-x: auto;
    }
}
@media screen and (max-width: 767px) {
    .zw-stage11-app-v2 .stage11-header .user-details .profile-intro .username {
        content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 416c0 17.7 14.3 32 32 32l54.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 448c17.7 0 32-14.3 32-32s-14.3-32-32-32l-246.7 0c-12.3-28.3-40.5-48-73.3-48s-61 19.7-73.3 48L32 384c-17.7 0-32 14.3-32 32zm128 0a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zM320 256a32 32 0 1 1 64 0 32 32 0 1 1 -64 0zm32-80c-32.8 0-61 19.7-73.3 48L32 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l246.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48l54.7 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-54.7 0c-12.3-28.3-40.5-48-73.3-48zM192 128a32 32 0 1 1 0-64 32 32 0 1 1 0 64zm73.3-64C253 35.7 224.8 16 192 16s-61 19.7-73.3 48L32 64C14.3 64 0 78.3 0 96s14.3 32 32 32l86.7 0c12.3 28.3 40.5 48 73.3 48s61-19.7 73.3-48L480 128c17.7 0 32-14.3 32-32s-14.3-32-32-32L265.3 64z" fill="%23c8c8c8"/></svg>');
        width: 20px;
        height: 20px;
    }
    .zw-stage11-app-v2 .main > .content > .container-fluid:nth-child(2) {
        width: calc(100% + 16px);
        margin-left: -8px;
        padding-left: 0;
        padding-right: 0;
    }
    .zw-stage11-app-v2 .stage11-header .page-title {
        max-width: 45%;
    }
    .zw-stage11-app-v2 .stage11-header .page-title h1 {
        line-height: 25px !important;
    }
    .zw-stage11-app-v2 .dashboard-grid .card {
        min-height: 360px;
    }
    .zw-stage11-app-v2 .dashboard-grid .card {
        min-width: 100% !important;
        padding-bottom: 35px !important;
    }
    .dashboard .box,
    #debtorInvoiceOverview,
    .zw-stage11-app-v2 .card.card-px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .zw-stage11-app-v2 .card.p-0 .card-content,
    .zw-stage11-app-v2 .dashboard-grid .invoice-overview .card-title,
    .zw-stage11-app-v2 .dashboard-grid .invoice-overview [role="tablist"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .zw-stage11-app-v2 .dashboard-grid .col-md-7 > .row {
        margin-right: -1.7rem !important;
    }
    .zw-stage11-app-v2 .dashboard-grid .credit-limit.block .chart,
    .zw-stage11-app-v2 .dashboard-grid .credit-limit.block .chart-legend {
        margin-left: 0;
    }
    .border-sm-right {
        border-right: 0 !important;
        border-bottom: 2px solid #F2EEE6 !important;
    }
    .zw-stage11-app-v2 .stage11-header .user-details {
        position: absolute;
        right: 20px;
        top: 30px;
        background: #ebebeb;
        padding: 15px 10px;
        margin-top: -10px;
    }
}
@media screen and (max-width: 600px) {
    .w-sm-100 {
        width: 100%;
    }
    .zw-stage11-app-v2 .dashboard-grid .credit-limit .chart-container {
        flex-direction: column;
    }
    .zw-stage11-app-v2 .transaction-form.deposit-form .copy-container {
        width: calc(100% - 50px);
    }
    .zw-stage11-app-v2 .transaction-form.withdraw .action-btn-container {
        padding: 0 !important;
    }
    .zw-stage11-app-v2 table {
        display: block;
        overflow-x: auto;
    }
    .zw-stage11-app-v2 table.table th {
        padding: .75rem 5px;
        min-width: 130px;
    }
    .zw-stage11-app-v2 table.table .tight {
        width: 30px;
        min-width: unset;
    }
    .zw-stage11-app-v2 .stage11-header {
        position: relative;
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .zw-stage11-app-v2 .invest-strategy-wrapper .custom-control {
        padding: 0 !important;
    }
    .zw-stage11-app-v2 .invest-strategy-wrapper .custom-radio .custom-control-label {
        padding-left: 5px;
    }
    .zw-stage11-app-v2 .transaction-form input.deposit-input,
    .zw-stage11-app-v2 .transaction-form.stripe-deposit input[type="text"] {
        max-width: 210px;
        margin-left: 5px;
    }
    .zw-stage11-app-v2 .transaction-wrapper .stripe-container img {
        max-width: 110px;
        display: flex;
    }
    .zw-stage11-app-v2 .transaction-wrapper .stripe-container {
        flex-direction: column;
    }
    .zw-stage11-app-v2 .transaction-wrapper .form-group.form-row {
        overflow: auto;
        flex-direction: column;
        align-items: start !important;
    }
    .zw-stage11-app-v2 .transaction-wrapper .transaction-form .form-group.form-row label,
    .zw-stage11-app-v2 .transaction-wrapper .transaction-form .form-group.form-row input {
        margin: 0 !important;
        margin-top: 5px !important;
        width: 100%;
        max-width: unset;
        text-align: left;
    }
    .zw-stage11-app-v2 .transaction-form .btn {
        width: 100%;
    }
    .zw-stage11-app-v2 .transaction-form.stripe-deposit .form-group {
        display: flex;
    }
    .zw-stage11-app-v2 .transaction-form.stripe-deposit .btn {
        margin-right: 0 !important;
    }
    .zw-stage11-app-v2 .repayment-title {
        margin-bottom: 30px;
    }
    #cookie-disclaimer .btn {
        padding: 15px 0;
    }
    .zw-stage11-app-v2 .stage11-header .user-details {
        right: 0;
    }
    .zw-stage11-app-v2 .transaction-form button#generate-qr {
        margin-left: 0 !important;
    }
    .zw-stage11-app-v2 .email-preview .email-body iframe {
        width: 90%;
    }
    .zw-stage11-app-v2 .email-preview .email-body {
        margin-top: 20px;
    }
    .zw-stage11-app-v2 .email-preview .email-body,
    .zw-stage11-app-v2 .email-preview .email-subject {
        margin-left: 0;
    }
}
@keyframes progress-indicator {
    0%{
        width: 0;
    }
    25%{
        width: 50%;
    }
    50%{
        width: 75%;
    }
    75%{
        width: 85%;
    }
    100%{
        width: 100%;
    }
}

.zw-stage11-app-v2 .invoices-container #btn-request-offer.btn-request-offer-p-resize {
    padding: 3px 11px;
}
.zw-stage11-app-v2 .border-emphasize {
    border-color: #00a5d6 !important;
}
