@font-face {
    font-family: "banda";
    font-style: normal;
    font-weight: 400;
    src: url("/plugins/perevorot/banda/assets/fonts/regular.woff2") format("woff2");
    font-display: swap;
}

@font-face {
    font-family: "banda";
    font-style: normal;
    font-weight: 700;
    src: url("/plugins/perevorot/banda/assets/fonts/bold.woff2") format("woff2");
    font-display: swap;
}

body {
    font-family: 'banda';
    background-color: #F5F5F7;
}

nav .mainmenu-preview {
    display: none !important;
}

nav#layout-mainmenu.navbar-mode-inline_no_icons ul.mainmenu-nav li:first-child a .nav-label {
    display: none;
}

nav#layout-mainmenu.navbar-mode-inline_no_icons ul.mainmenu-nav li:first-child a:after {
    content: "banda dashboard";
    letter-spacing: -1.5px;
    line-height: 30px;
    font-size: 40px !important;
    font-weight: bold;
}

nav#layout-mainmenu img.account-avatar {
    border-radius: 100%;
}

nav#layout-mainmenu.navbar-mode-inline_no_icons {
    height: 80px;
}

nav#layout-mainmenu .toolbar-item {
    display: flex;
    align-items: center;
}

.report-widget h3 {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -1px;
    color: #000;
    text-transform: unset;
    transform: translateY(-3px);
    pointer-events: none;
    margin-bottom: 0;
    padding-left: 10px !important;
}

.report-widget {
    border-radius: 17px;
    font-weight: 700;
    font-size: 15px;
    color: #000;
}

.report-widget.is-chart{
    padding-bottom: 0;
}

.report-widget .currencies {
    font-size: 10px;
}

/* .report-widget .currencies td {
    text-align: center !important;
} */

.report-widget .account {
    font-size: 12px;
}

.report-widget .account td:not(:first-child) {
    background: #F5F5F7;
}

.report-widget .account td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.report-widget .account td:first-child {
    padding: 0 0 0 10px;
    display: flex;
    height: 27px;
    align-items: center;
}

.report-widget .account .account-wrapper {
    display: flex;
    height: 27px;
    flex-grow: 1;
}

.report-widget .account .account-wrapper span {
    background: #F5F5F7;
    height: 100%;
    flex-grow: 1;
    margin-left: 5px;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding-top: 6px;
}

.report-widget .safe td {
    padding-top: 20px;
}

.report-widget {
    padding: 25px;
}

.report-widget td {
    text-align: right;
    vertical-align: middle;
}

.report-widget td:last-child {
    padding-right: 10px;
}

.report-widget td:first-child {
    padding-left: 10px;
}

.report-widget td:first-child {
    text-align: left;
}

.report-widget td {
    vertical-align: middle;
    padding: 5px 0;
}

.report-widget tr.highlighted {
    background-color: #F5F5F7;
}

.report-widget .updated {
    font-size: 10px;
    font-weight: 400;
    opacity: .4;
    margin-left: 10px;
}

.report-widget .refresh-widget {
    top: 21px;
    right: 73px;
}

.report-widget .widget-control:hover {
    color: #000 !important;
}

.report-widget tr.highlighted td:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.report-widget tr.highlighted td:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.report-container>ul .item .content .drag-handle:before {
    color: #000 !important;
}

.report-container>ul .item .content .edit-widget {
    top: 20px !important;
    right: 50px !important;
}

.report-container>ul .item .content .edit-widget:hover {
    color: #000 !important;
}

.report-container>ul .item .content .close {
    top: 20px !important;
    right: 30px !important;
}

.report-container>ul .item .content .close:hover {
    color: #000 !important;
}

.report-container>ul .drag-handle {
    top: 23px !important;
}

.form-group.span-third-left {
    float: left;
    width: 32%;
    margin-right: 1.5%;
}

.form-group.span-third-right {
    float: right;
    width: 31.5%;
    clear: right;
    margin-left: 1.5%;
}

.report-widget .wrapper-common{
    padding: 0 10px;
}

.report-widget .wrapper-common .item-common:not(:last-child) {
    margin-bottom: 12px;
}

.report-widget .wrapper-common .name {
    font-size: 16px;
    color: #B7B5B5;
    margin-bottom: -3px;
    font-weight: 500;
}

.report-widget .wrapper-common .number {
    font-size: 28px;
    letter-spacing: -0.03em;
}

.apexcharts-toolbar{
    display: none!important;
}