@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-Variable.ttf');
    url('../fonts/Satoshi/Satoshi-Variable.ttf') format('truetype');
}
@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi/Satoshi-VariableItalic.ttf');
    url('../fonts/Satoshi/Satoshi-VariableItalic.ttf') format('truetype');
    font-style: italic;
}
@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans/GeneralSans-Variable.ttf');
    url('../fonts/GeneralSans/GeneralSans-Variable.ttf') format('truetype');
}
@font-face {
    font-family: 'General Sans';
    src: url('../fonts/GeneralSans/GeneralSans-VariableItalic.ttf');
    url('../fonts/GeneralSans/GeneralSans-VariableItalic.ttf') format('truetype');
    font-style: italic;
}

html,
body {
    color: #808C91;
    font-family: 'General Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
    font-style: normal;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Satoshi', serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: normal;
}
.theme.theme-default.theme-supplier .supplier-layout {
    display: flex;
    min-height: 100vh;
    background-color: #F9FAFA;
    padding-left: 80px;
}
.theme.theme-default.theme-supplier .supplier-layout .supplier-content {
    width: 100%;
}
.blue {
    color: #0E2144;
}
h1.logo {
    color: #fff;
}
h1.logo:first-letter {
    color: #E8F569;
}
.cursor-pointer {
    cursor: pointer;
}
.logo-sm {
    background: url('../images/logo_no_text.svg');
    border-radius: 50px;
    width: 28px;
    height: 28px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #E8F569;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.material-symbols-outlined {
    text-decoration: none;
}
a {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #395989;
}
.btn {
    font-family: 'General Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 12px;
    text-transform: none;
}
.btn.btn-primary {
    background-color: #A5C63F !important;
    border-color: #A5C63F;
    color: #122142;
}
.btn.btn-link {
    color: #2B6173;
    text-decoration: none;
}
p .btn.btn-link {
    padding: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: 0;
}
.text-danger {
    color: #FF170A !important;
}
.calendar-icon {
    background: #F3F4F5;
    padding: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.theme.theme-default.theme-supplier .btn.btn-light {
    background: #FFF;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #122142;
    padding: 8px 20px;
}
.theme.theme-default.theme-supplier header .navbar,
.theme.theme-supplier main {
    padding: 15px 45px;
}
.theme.theme-supplier main {
    padding-top: 30px;
}
.supplier-layout input[type="checkbox"] {
    cursor: pointer;
    background-color: #FFFFFF !important;
    border-radius: 50%;
}
.supplier-component input[type="checkbox"] {
    border: 1px solid #0E2144 !important;
}
.supplier-layout input[type="checkbox"]:checked {
    background: #0E2144 !important;
}
.supplier-component input[type="checkbox"]:checked {
    background-size: 15px;
    background-position: 3px;
    background-image: url("../images/checkbox-check-blue.svg") !important;
}
.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgba(57, 89, 137, .25);
}
.pagenavigator .navigation a {
    font-weight: 400;
}
.state-badge {
    padding: 4px 10px;
    background: #CEEBF5;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #2B6173;
}
.state-badge.scheduled {
    min-width: 110px;
    background: #FAE190;
    color: #937526;
}
.state-badge.completed {
    background: #EFF896;
    color: #707B08;
}
form.form-control {
    background-color: transparent;
    background-image: none !important;
    padding: 0;
    border: 0;
}
form.form-control .is-invalid ~ .invalid-feedback {
    padding: 0 10px;
}
/*DL list*/
dl dt {
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #576B74;
}
dl dd {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.01em;
    color: #10242B;
    margin-bottom: 15px;
}
/*File upload*/
.image-upload input[type="file"] {
    /*display: none;*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    appearance: none;
    opacity: 0;
    cursor: pointer;
}
label.image-upload {
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    color: #10242B !important;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    position: relative;
    border-bottom: 1px solid #F3F4F5;
}
.image-upload .img-placeholder {
    display: flex;
    width: 55px;
    height: 55px;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: #E5F1F5;
    border-radius: 50%;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #15141F;
    margin-right: 30px;
    position: relative;
}
.image-upload .img-placeholder:after {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.2 1.2H6.1656L5.0828 0.1172C5.04572 0.0799834 5.00164 0.0504683 4.95311 0.0303542C4.90457 0.0102401 4.85254 -7.57796e-05 4.8 4.1907e-07H3.2C3.14746 -7.57796e-05 3.09543 0.0102401 3.04689 0.0303542C2.99836 0.0504683 2.95428 0.0799834 2.9172 0.1172L1.8344 1.2H0.8C0.3588 1.2 0 1.5588 0 2V6.4C0 6.8412 0.3588 7.2 0.8 7.2H7.2C7.6412 7.2 8 6.8412 8 6.4V2C8 1.5588 7.6412 1.2 7.2 1.2ZM4 6C2.916 6 2 5.084 2 4C2 2.916 2.916 2 4 2C5.084 2 6 2.916 6 4C6 5.084 5.084 6 4 6Z' fill='white'/%3E%3C/svg%3E");
    background-color: #395989;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 9px;
    width: 20px;
    height: 20px;
    right: 0;
    bottom: 0;
    border-radius: 50%;
}
.image-upload .img-placeholder img {
    max-width: 100%;
    height: auto;
}
/*Navbar ( top )*/
.theme.theme-default.theme-supplier header .navbar {
    border: 0;
    background-color: #FFFFFF;
}
.theme.theme-default.theme-supplier header .navbar .title h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 36px;
    color: #10242B;
}
/*Navigation*/
.supplier-layout .supplier-navigation {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: 50px;
    align-items: center;
    padding: 25px 15px;
    background-color: #ffffff;
    border-right: 1px solid #F9FAFA;
}
.supplier-layout .supplier-navigation .nav .nav-item {
    position: relative;
    margin-bottom: 20px;
    color: #576B74;
}
.supplier-layout .supplier-navigation .nav .nav-item .nav-link {
    color: #576B74;
}
.supplier-layout .supplier-navigation .nav .nav-item.active .nav-link {
    color: #0E2144;
    transform: scale(1.3);
}
.supplier-layout .supplier-navigation img {
    max-width: 25px;
    height: auto;
}
.supplier-layout .supplier-navigation .avatar img {
    max-width: 35px;
}
/*Sort dropdown option*/
.sort span:first-of-type,
.sort select {
    font-family: "General Sans", sans-serif !important;
    background-color: transparent !important;
    border: 0 !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 14px !important;
    line-height: 22px;
    display: flex;
    align-items: center;
    color: #0E2144 !important;
    padding-left: 0;
    box-shadow: none !important;
}
.sort select {
    min-width: 90px;
}
.sort span:first-of-type {
    margin-right: 5px;
    font-weight: normal !important;
    color: #10242B !important;
}
/*FORM*/
.form-floating input,
input {
    background-color: #F3F4F5 !important;
    border-color: #F3F4F5 !important;
    border-radius: 12px;
    font-family: 'General Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #1B3D48;
}
label {
    color: #1B3D48 !important;
}
.form-floating > .form-control {
    padding: 1rem .75rem !important;
    border: 0;
}
.form-floating > label {
    padding: .75rem .75rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #395989 !important;
    opacity: 1 !important;
    font-weight: 600;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.625rem !important;
    padding-bottom: .625rem !important;
}
/*Login Layout*/
.login-layout {
    min-height: 100vh;
    background: linear-gradient(180deg, rgba(18,33,66,.5) 0%, rgba(57,89,137,.5) 50%, rgba(31,54,90,.5) 100%), url('../images/login-bg.jpeg');
    background-size: cover;
    display: flex;
    align-items: center;
}
.login-layout .logo-content {
    max-width: 400px;
    margin: auto;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.login-layout .logo-content img{
    width: 300px;
}
.login-layout .logo-content p {
    color: #fff;
    margin-top: 0;
    font-family: 'Satoshi', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    position: relative;
    top: -30px;
}
.login-layout .page-content {
    max-width: 450px;
    background: #F9FAFA;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.06);
    border-radius: 32px;
    padding: 25px;
}
.login-layout .page-content.tmp-component {
    max-width: 500px;
}
.login-layout .attribute-header h1 {
    color: #10242B;
}
.login-layout form .buttonblock {
    padding-top: 60px;
}
.login-layout .sign-off form [type="submit"],
.login-layout .kyb-form form [type="submit"] {
    margin-top: 60px;
    width: 100%;
}
.login-layout .sign-off .form-check {
    display: flex;
    gap: 10px;
    align-items: center;
}
.login-layout .kyb-form form label {
    opacity: .8;
}
.login-layout .btn{
    background-color: #A5C63F !important;
}
/*Supplier*/
.supplier-invoices .table-header > div {
    border-bottom: 1px solid #D6DADB;
    padding-bottom: 5px;
}
.supplier-invoices .invoice-table tbody tr:hover td {
    background: #F2F8FA;
}
.supplier-invoices table {
    border-collapse: separate;
    border-spacing: 0 10px;
}
.supplier-invoices table tr {
    position: relative;
}
.supplier-invoices table tr td:first-of-type input[type="checkbox"] {
    /* position: absolute;
    top: calc(50% - 11px); */
    /*background: #fff !important;*/
    border: 0px solid #0E2144;
    outline: 3px solid #0E2144;
    padding: 10px;
    margin-top: 10px;
}
.supplier-invoices table tbody tr td:last-of-type {
/*    width: 50px;*/
}
.supplier-invoices table img.buyer-logo {
    max-width: 35px;
    height: auto;
    margin-right: 10px;
}
.supplier-invoices table tbody tr td {
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #808C91;
    padding: 15px;
}
.supplier-invoices table tbody tr td.invoice-sell {
    padding-right: 0;
}
.supplier-invoices table tbody tr td:first-of-type {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #10242B;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.supplier-invoices table tbody tr td:first-of-type small {
    color: #808C91;
    font-weight: 400;
    font-size: 14px;
}
.supplier-invoices table tbody tr td.invoice-sell,
.supplier-invoices table tbody tr td.order-amount {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #10242B;
}
.supplier-invoices table tbody tr td.order-amount {
    font-size: 20px;
}
.supplier-invoices table tbody tr td:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.supplier-invoices table tbody a {
    font-weight: 600;
    color: #0E2144;
}
.supplier-invoices table thead th {
    font-weight: 500;
    color: #576B74;
}
.supplier-invoices table tbody tr td {
    background-color: #fff;
}
.supplier-invoices .pagination-select {
    margin-right: 25px;
}
/*Offcanvas*/
.theme.theme-supplier .offcanvas {
    padding: 35px;
    min-width: 600px;
    border: 0;
    background: #F9FAFA;
}
.theme.theme-supplier .offcanvas .not-valid-invoices {
    background: #ffc9c9;
}
.theme.theme-supplier .offcanvas .card {
    border: 0;
    padding: 20px;
}
.theme.theme-supplier .offcanvas#offcanvasEmbedPage {
    padding: 35px 30px;
}
.theme.theme-supplier .offcanvas .btn-close {
    background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.4 14L0 12.6L5.6 7L0 1.4L1.4 0L7 5.6L12.6 0L14 1.4L8.4 7L14 12.6L12.6 14L7 8.4L1.4 14Z' fill='%2310242B'/%3E%3C/svg%3E");
    opacity: 1;
}
.theme.theme-supplier .offcanvas .reomve-invoice {
    position: absolute;
    top: 50%;
    left: -5px;
    border: 1px solid;
    border-radius: 1rem;
}
.theme.theme-supplier .offcanvas .reomve-invoice-confirm {
    border: 1px solid;
    border-radius: 1rem;
}
.theme.theme-supplier .offcanvas .offcanvas-header h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #10242B;
}
.theme.theme-supplier .offcanvas .offcanvas-header.byline h5 {
    line-height: 1.15;
}
.theme.theme-supplier .offcanvas .offcanvas-header h5 span {
    font-weight: 400;
    font-size: 14px;
    color: rgb(128, 140, 145);
}
.theme.theme-supplier .offcanvas .offcanvas-body {
    display: flex;
    flex-direction: column;
}
.theme.theme-supplier .offcanvas .offcanvas-body.settings-container {
    margin: 0 -35px -20px -10px;
    padding: 0;
    color: #10242B;
}
.theme.theme-supplier .offcanvas .action .btn {
    display: flex;
    align-items: center;
    gap: 5px;
    margin: auto;
    padding: 12px 45px;
    width: fit-content;
}
.theme.theme-supplier .offcanvas .action .btn span[class^="material-symbols"] {
    font-size: 25px !important;
}
/*Invoice embed */
.offcanvas.sell-invoice-alert .offcanvas-body .content,
.offcanvas-body .invoice-embed-list {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.offcanvas-body .invoice-embed-list {
    overflow: auto;
    padding: 0 8px;
    /*padding-bottom: 15px;*/
}
.invoice-embed-list .sell-summary {
    padding-top: 25px;
}
.invoice-embed-list .sell-summary .header {
    border-bottom: 1px solid #F3F4F5;
    padding-bottom: 10px;
}
.invoice-embed-list .sell-summary .header h3 {
    font-family: 'General Sans', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    color: #395989;
}
.invoice-embed-list .sell-summary .header small {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #808C91;
}
.invoice-embed-list .sell-summary .content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.invoice-embed-list .sell-summary .content span {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #576B74;
    padding: 10px 0;
}
.invoice-embed-list .sell-summary .content span:nth-child(2n) {
    text-align: end;
    font-size: 16px;
    line-height: 20px;
    color: #10242B;
}
.invoice-embed-list .sell-summary .content span:last-of-type {
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #2791B5;
}
.invoice-embed-list .sell-summary .content span:nth-child(3),
.invoice-embed-list .sell-summary .content span:nth-child(4) {
    border-bottom: 1px solid #F3F4F5;
}
.invoice-embed.bottom {
    border-bottom: 1px solid #D6DADB;
}
.order-embed .invoice-embed.bottom:last-of-type {
    border-bottom: 0;
}
.invoice-embed .invoice-header {
    border-bottom: 1px solid #F3F4F5;
    padding: 25px 0;
}
.invoice-embed-list .invoice-embed:first-of-type .invoice-header {
    padding-top: 0;
}
.invoice-embed .invoice-header .buyer-details img {
    height: 32px;
    width: auto;
}
.invoice-embed .invoice-header .title {
    font-weight: 500;
    color: #36474F;
}
.invoice-embed .invoice-details .accordion-header button {
    box-shadow: none;
    background-color: transparent;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #808C91;
}
.invoice-embed .invoice-details .accordion-header button:after {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='9' viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 0.624993L12 6.62499L10.6 8.02499L6 3.42499L1.4 8.02499L1.22392e-07 6.62499L6 0.624993Z' fill='%23808C91'/%3E%3C/svg%3E");
    background-size: 12px;
    width: 13px;
    height: 13px;
    rotate: 180deg;
}
.invoice-embed .sell-details .details-list,
.invoice-embed .invoice-details .details-list > div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.invoice-embed .sell-details {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #576B74;
    padding: 5px 0;
}
.invoice-embed .sell-details .details-list > span,
.invoice-embed .invoice-details .details-list > div span,
.invoice-embed .invoice-details .details-list > div a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #576B74;
    padding: 5px 0;
}
.invoice-embed .sell-details .details-list > span:nth-child(even),
.invoice-embed .invoice-details .details-list > div span:nth-child(even),
.invoice-embed .invoice-details .details-list > div a {
    text-align: end;
    font-size: 16px;
    line-height: 20px;
    color: #10242B;
}
.invoice-embed .sell-details .details-list > span.amount {
    font-family: 'Satoshi', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    color: #0E2144;
    padding-top: 15px;
}
.invoice-embed .invoice-details .details-list span.br {
    display: flex;
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #808C91;
    border-bottom: 1px solid #F3F4F5;
    padding: 5px 0;
    margin-top: 10px;
}
.invoice-embed .sell-details .header h5 {
    font-weight: 400;
    font-size: 18px;
    color: #10242B;
}
.invoice-embed .sell-details .header h5,
.invoice-embed .sell-details .header span {
    color: #576B74;
}
/*Empty*/
.empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: calc(100vh - 240px);
    align-content: center;
    justify-content: center;
    font-size: 20px;
    gap: 15px;
    color: #395989;
}
.empty .material-symbols-outlined {
    font-size: 35px;
}
.empty.email-tpl {
    height: auto;
}
.verification-wrapper.signatory-rights .other-holders .email-wrapper .email-tpl {
    border-top: 5px solid #F9FAFA;
}
/*Calendar offcanvas & alert*/
.theme .offcanvas-backdrop {
    background: transparent;
    opacity: 0 !important;
}
.theme .offcanvas-backdrop:last-of-type {
    background: #000;
    opacity: .5 !important;
    transition: none !important;
}
.theme.theme-supplier .offcanvas.liquidity-chart,
.theme.theme-supplier .offcanvas.sell-invoice-alert,
.theme.theme-supplier .offcanvas.offcanvas-calendar {
    left: unset;
    right: 0;
    height: 100%;
    max-width: 600px;
}
.theme.theme-supplier .offcanvas.liquidity-chart {
    z-index: 9999;
}
.theme.theme-supplier .offcanvas.offcanvas-calendar {
    z-index: 999999;
}
/*.theme.theme-supplier .offcanvas.sell-invoice-alert,*/
/*.theme.theme-supplier .offcanvas.sell-invoice-alert .offcanvas-body {*/
/*    padding-left: 0;*/
/*}*/
.offcanvas.sell-invoice-alert .offcanvas-body .content {
    justify-content: center;
    /*padding: 0 60px;*/
    max-width: 85%;
    margin: auto;
}
.offcanvas.sell-invoice-alert .offcanvas-body .content h2 {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #10242B;
}
.offcanvas.sell-invoice-alert .offcanvas-body .content p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #808C91;
}
.theme.theme-supplier .offcanvas.offcanvas-calendar .offcanvas-body {
    padding: var(--bs-offcanvas-padding-y) 50px;
}
.theme.theme-supplier .offcanvas.offcanvas-calendar .offcanvas-body .calendar {
    overflow: auto;
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.offcanvas.offcanvas-calendar .offcanvas-body > div {
    text-align: center;
}
.offcanvas.offcanvas-calendar .offcanvas-body .month {
    margin-bottom: 22px;
}
.offcanvas.offcanvas-calendar .offcanvas-body span {
    text-align: center;
    text-transform: capitalize;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.02em;
    color: #10242B;
}
.offcanvas.offcanvas-calendar .offcanvas-body .days {
    margin-bottom: 20px;
}
.offcanvas.offcanvas-calendar .offcanvas-body .week,
.offcanvas.offcanvas-calendar .offcanvas-body .days .week-days {
    display: flex;
    justify-content: space-between;
}
.offcanvas.offcanvas-calendar .offcanvas-body .week span,
.offcanvas.offcanvas-calendar .offcanvas-body .days .week-days span {
    display: flex;
    width: 100%;
    justify-content: center;
    color: #2B6173;
    font-size: 10px;
    font-weight: 700;
    cursor: pointer;
    padding: 12px 0;
}
.offcanvas.offcanvas-calendar .offcanvas-body .days .week-days span {
    color: #0C212C;
    font-size: 14px;
    font-weight: 400;
}
.offcanvas.offcanvas-calendar .offcanvas-body .days .week-days span.disabled {
    color: #B8C5CA;
}
.offcanvas.offcanvas-calendar .offcanvas-body .days .week-days span.active {
    background: #122142;
    color: #fff;
    border-radius: 12px;
}
.offcanvas .supplier-settings-tabs .nav-title {
    font-family: 'Satoshi', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 36px;
    color: #10242B;
    padding: 0;
    padding-bottom: 25px;
}
.offcanvas .supplier-settings-tabs .nav {
    min-width: 170px;
}
.offcanvas .supplier-settings-tabs .nav,
.offcanvas .supplier-settings-tabs .tab-content .tab-pane {
    height: calc(100vh - 60px);
}
.offcanvas .supplier-settings-tabs .tab-content .tab-pane {
    padding: 0 35px;
    overflow: auto;
}
.offcanvas .supplier-settings-tabs .tab-content .tab-pane .body {
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
}
.offcanvas .supplier-settings-tabs .tab-content .tab-pane .body  .content p {
    font-size: 15px;
}
.offcanvas .supplier-settings-tabs .nav .nav-link {
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #10242B;
    padding: 0;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
}
.offcanvas .supplier-settings-tabs .nav .nav-link img,
.offcanvas .supplier-settings-tabs .nav .nav-link svg {
    width: 25px;
    height: auto;
    margin-right: 5px;
}
.offcanvas .supplier-settings-tabs .nav .nav-link.active {
    color: #395989;
}
.offcanvas .supplier-settings-tabs .tab-content {
    width: 100%;
}
.offcanvas .supplier-settings-tabs .tab-content .tab-title {
    margin-top: 4px;
}
.offcanvas .supplier-settings-tabs .tab-content .tab-title h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #10242B;
}
.offcanvas .supplier-settings-tabs .tab-content .body-title {
    font-family: 'General Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #36474F;
    margin-top: 15px;
    margin-bottom: 30px;
}
.person-tpl.bg-gray input,
.fiduciary-person-tpl.bg-gray input,
.container-parties .d-person.bg-gray input {
    background-color: #ffffff !important;
    border-color: #ffffff !important;
}
.person-tpl.bg-gray,
.fiduciary-person-tpl select {
    margin-bottom: 30px;
}
.officer-layout.manage-supplier-company-ownership form input[type="checkbox"],
.officer-layout.manage-supplier-company-ownership form input[type="radio"] {
    background-color: unset !important;
    border-color: unset !important;
    border-width: 1px;
}
.officer-layout.manage-supplier-company-ownership form input[type="radio"]:checked {
    /*background: #1b3d48;*/
    background: radial-gradient(#1b3d48 50%, transparent 6px) !important;
}
.officer-layout.manage-supplier-company-ownership form fieldset > .fiduciary-container {
    padding-left: 35px;
}
.officer-layout.manage-supplier-company-ownership form fieldset .container-parties > div {
    margin-left: 20px;
}
/*DEBUG*/
#debug {
    padding-left: 90px;
}
/*Media queries*/
@media screen and (max-width: 992px) {
    .theme.theme-default.theme-supplier header .navbar,
    .theme.theme-supplier main {
        padding: 20px 15px;
    }
    .pagenavigator .desc {
        display: none;
    }
    .pagenavigator .navigation {
        width: 100%;
    }
    .theme.theme-default.theme-supplier .supplier-layout {
        padding-left: 0;
        padding-bottom: 60px;
    }
    .supplier-layout .supplier-navigation .logo-sm,
    .supplier-layout .supplier-navigation .avatar {
        display: none;
    }
    .supplier-layout .supplier-navigation {
        top: unset;
        left: 0;
        bottom: 0;
        width: 100%;
        flex-direction: row;
        height: 50px;
        padding: 5px 0;
    }
    .supplier-layout .supplier-navigation .nav {
        flex-direction: row !important;
        width: 100%;
        justify-content: space-evenly;
    }
    .supplier-layout .supplier-navigation .nav .nav-item {
        margin-bottom: 0;
    }
    .supplier-invoices {
        padding-bottom: 40px;
    }
    .supplier-invoices .invoice-table {
        overflow: auto;
        padding: 0 12px;
    }
    .supplier-invoices table td {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .supplier-invoices .table-header > div.action {
        position: fixed;
        left: 0;
        bottom: 60px;
        width: 100%;
        padding: 0 20px;
        border-bottom: 0;
        z-index: 999;
    }
    .supplier-invoices .table-header > div.action .btn {
        width: 100%;
        text-align: center;
        align-items: center;
        align-content: center;
        justify-content: center;
        background: #E8F569 !important;
        border-color: #E8F569;
        color: #122142 !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        padding: 13px 20px !important;
    }
    .supplier-invoices table tbody tr td:first-of-type {
        font-size: 14px;
    }
    .supplier-invoices table tbody tr td:first-of-type small {
        font-size: 12px;
    }
}
@media screen and (max-width: 600px) {
    .theme.theme-supplier .offcanvas {
        width: 100%;
        min-width: unset;
    }
}
@media screen and (max-width: 485px) {
    /*.supplier-invoices table thead th {*/
    /*    text-align: left !important;*/
    /*}*/
    .pagenavigator .navigation {
        justify-content: flex-end !important;
    }
    .pagenavigator .navigation .pagination-select {
        display: none !important;
    }
    .theme.theme-supplier .offcanvas#offcanvasEmbedPage {
        padding: 35px 10px;
    }
}

/** kyb */

.supplier-kyb .form-check {
    margin: .5em 0;
}
.supplier-kyb .form-check input {
    margin-right: .5em;
}
.supplier-kyb .form-floating input,
.supplier-kyb input {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
}
.supplier-kyb .templates {
    display: none;
}
.supplier-kyb .other-holders {
    display: none;
}
.supplier-kyb th.tight, .supplier-kyb td.tight {
    white-space: nowrap;
    width: 1%;
}
.supplier-kyb [disabled] {
    background-color: rgb(233, 236, 239) !important;
}
.supplier-kyb .form-check {
    padding-left: 0;
}
.supplier-kyb.sign-off .form-check {
    display: block;
}
.supplier-kyb .form-check-input {
    display: block;
    margin: 0;
}
.supplier-kyb .form-check-label {
    display: block;
    margin-left: 2em;
}
