@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: #ebebeb;
    --theme-primary-color: #00B0EB;
    --theme-primary-font-color: #FFFFFF;
    --sidebar-backgoud-color: #585858;
    --side-max-width: 260px;
    --side-collapsed-max-width: 65px;
}
html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: "IBM Plex Sans";
    line-height: 1.1;
    overflow-x: hidden;
}
*,
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;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
}
b, strong {
    font-weight: bold;
}
hr {
    height: 2px;
}
form .is-invalid ~ .invalid-feedback {
    margin-bottom: 15px;
    margin-top: -15px !important;
}
.zw-stage11-app-v2 .inner.app a {
    color: var(--theme-primary-color);
}
.container {
    max-width: 1130px !important;
}
html[lang="ru"] .container {
    max-width: 1230px !important;
}
#chart_bar_rise {
    height: 270px !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;
}
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;
}
.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 .flash-message .alert p {
    margin: 0;
    font-size: 18px;
}
.zw-stage11-app-v2 .consent-part h4 {
    font-size: 18px;
}
.color-inherit {
    color: inherit !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;
}
.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 .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: 30px;
    left: auto;
    width: 15px;
}
.sidebar [data-toggle="sidebar"] .closed {
    display: none;
}
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 .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;
}
/*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: 999;
    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 .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;
}
.zw-stage11-app-v2 .notification-item {
    padding: 10px 4px 10px 4px;
    margin: 0 6px 10px 0;
    border-radius: 2px;
    -webkit-box-shadow: 3px 3px 5px 2px #ccc;
    -moz-box-shadow: 3px 3px 5px 2px #ccc;
    box-shadow: 2px 2px 3px 1px #eee;
    transition: 0.1s ease-in-out;
    border-bottom: 1px solid #ddd;
}
.zw-stage11-app-v2 .notification .unread {
    background-color: #EFEDED;
}
.zw-stage11-app-v2 .notification-item h5 {
    font-weight: bold;
}
.zw-stage11-app-v2 .notification-item p {
    font-size: 13px;
}
.zw-stage11-app-v2 .notification-item:hover {
    -webkit-transform: scale(0.98);
    -ms-transform: scale(0.98);
    transform: scale(0.98);
}
/*DASHBOARD*/
.zw-stage11-app-v2 .officer-manage p {
    /*margin-top: -15px;*/
}
.zw-stage11-app-v2 .dashboard-grid .card {
    min-height: 360px;
}
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: 15px;
    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 .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: #99B6D7;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li.credit-available::after {
    background-color: #A2C663;
}
.zw-stage11-app-v2 .dashboard-grid .credit-limit ul li.credit-due::after {
    background-color: #D55035;
}
.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 {
    font-size: 20px;
}
.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 .dashboard-grid .invoice-overview [role="tablist"],
.zw-stage11-app-v2 .dashboard-grid .invoice-overview li[role="presentation"] a {
    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 .dashboard-grid .invoice-overview li[role="presentation"] a {
    /*border-radius: 2px;*/
    /*padding: 7px 19px;*/
}
.zw-stage11-app-v2 .dashboard-grid .invoice-overview li[role="presentation"] a.active {
    border-bottom: 3px solid var(--theme-primary-color) !important;
    padding-bottom: 5px;
/*    border-radius: 2px;*/
/*    background-color: #FFFFFF;*/
/*    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.5);*/
}
.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: 5px;
    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: 3px solid var(--theme-primary-color) !important;
}
.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: 1px solid #DCD9D9;
    padding: 20px 0;
    margin: 0;
}
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs .form-check.active,
.zw-stage11-app-v2 #invoiceImportContent .import-provider-tabs .form-check:hover {
    border-color: var(--theme-primary-color);
}
.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 .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 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: #96D231;
}
.zw-stage11-app-v2 span.dot.blue {
    background-color: #32C5FF;
}
.zw-stage11-app-v2 span.dot.red {
    background-color: #F43B51;
}
.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-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 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 {
    margin: 0;
}
.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;
}
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 #ECECEC !important;
    border-bottom: 2px solid #ECECEC !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: #ECECEC;
}
.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 .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 input[type="checkbox"],
.zw-stage11-app-v2 input[type="radio"] {
    appearance: none;
    border: 2px solid #ECECEC;
    border-radius: 2px;
    width: 15px;
    height: 15px;
}
.zw-stage11-app-v2 input[type="radio"] {
    border-radius: 50%;
    border: 1px solid var(--theme-primary-color);
}
.zw-stage11-app-v2 input[type="checkbox"]: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"] {
    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 !important;
}
.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;
}
.zw-stage11-app-v2 select {
    background: transparent url("../images/icons/icon-scl-triangle.png") no-repeat scroll 98% 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: #00203F;
    font-family: "IBM Plex Sans";
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 35px 0;
}
.zw-stage11-app-v2 form fieldset:first-of-type legend {
    padding-top: 0;
}
/*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: 12px;
    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 .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;
}
/*Tablet*/
@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);
        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: 767px) {
    .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;
    }
    .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;
    }
}
@media screen and (max-width: 600px) {
    .zw-stage11-app-v2 .dashboard-grid .credit-limit .chart-container {
        flex-direction: column;
    }
    .zw-stage11-app-v2 table {
        display: block;
        overflow-x: auto;
    }
    .zw-stage11-app-v2 table.table th {
        min-width: 70px;
        padding: .75rem 5px;
    }
    .zw-stage11-app-v2 table.table .tight {
        width: 30px;
        min-width: unset;
    }
    .zw-stage11-app-v2 .stage11-header {
        position: relative;
    }
    .zw-stage11-app-v2 .stage11-header .user-details {
        position: absolute;
        right: 0;
        background: #ebebeb;
        padding: 15px 0;
        margin-top: -10px;
    }
    .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;
    }
}

