.brand-name {
    text-decoration: inherit !important;
    color: inherit !important;
}
.brand-name span {
    font-weight: 900 !important;
    font-size: 23px !important;
    text-decoration: underline;
}
.brand-name:hover span {
    color: #e4e4e4;
    text-decoration: none;
}
.f-label {
    display: block;
    margin-bottom: 2px;
    font-weight: 600 !important;
}
.f-input, .f-select {
    /*border: 2px solid #ddd;*/
    border: 1px solid #aaa;
    outline: none;

    width: 100%;
    display: block;
    border-radius: 0;
    font-weight: 800;
    padding: 0.4rem 1.25rem;
    color: #000;
}
.f-input::placeholder {
    color: #777;
}
.f-input:focus, .f-select:focus {
    border-color: #333;

    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);

    box-shadow: 0 0 0 0.25rem #a3c6d4;
}
.f-input:disabled, .f-select:disabled {
    color: #555;
    background-color: #ddd;
}
.balances-list a:hover .b-list-icon {
    color: #333;
}
.shadow-custom {
    /*box-shadow: 2px 2px 0 #ccc;*/
}
.cur-bu.active {
    background-color: #fff;
}
.cur-ba:not(.active) {
    display: none;
}
.table-responsive {
    overflow-x: auto;
    /*border: 5px solid #e4e4e4;
    padding: 10px;
    background-color: #fff;*/
}
.table-s-responsive {
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
}
table:not(.d-table):not(.s-table) th {
    text-align: left;
}
table:not(.d-table):not(.s-table) th, table:not(.d-table):not(.s-table) td {
    padding: 4px 13px;
    border-right: 1px solid #ccc;
}
table:not(.d-table):not(.s-table) th:first-child, table:not(.d-table):not(.s-table) td:first-child {
    padding-left: 20px;
}
table:not(.d-table):not(.s-table) th:last-child, table:not(.d-table):not(.s-table) td:last-child {
    padding-right: 20px;
    border-right: none;
}
table:not(.d-table):not(.s-table) tr {
    border-bottom: 1px solid rgb(209 213 219 / var(--tw-border-opacity));
}
table:not(.d-table):not(.s-table) tr:last-child {
    border-bottom: none;
}
table:not(.d-table):not(.s-table) tbody tr:hover {
    background-color: #eee;
}
table:not(.d-table):not(.s-table) thead {
    border-bottom: 4px solid #667;
    background-color: rgba(230, 233, 235, .5);
}

table.d-table {
    width: 100%;
}
table.d-table td {
    padding: 3px 0;
}
table.d-table tr td:first-child {
    color: #777;
    font-size: .9em;
}
table.d-table tr td:last-child {
    text-align: right;
    font-size: 1.05em;
}
.s-table {
    max-width: 100% !important;
    width: 100% !important;
    font-size: .95em;
    border-collapse: collapse;
}
.s-table * {
    word-wrap: break-word;
}
.s-table thead th {
    font-weight: 700;
    text-align: left;
}
.s-table th, .s-table td {
    border: 1px solid #ccc;
    padding: 1px 8px;
}
.il-rm-btn {
    font-size: .8em;
    font-weight: 700;
    border: 1px solid #f55d42;
    background-color: #f5e2df;
    color: #a1210d;
    padding: 2px 20px;
    border-radius: 4px;
}
.il-rm-btn:disabled {
    background-color: #f5eeed;
    border-color: #d9bdb8;
    color: #967c78;
}
.il-rm-btn:active:not(:disabled) {
    background-color: #dbc2bf;
}
.ntf-btn:not(.read) .ntf-ic, .ntf-btn:active .ntf-ic {
    color: #222;
}
.ntf-btn:not(.read) .ntf-tx, .ntf-btn:active .ntf-tx {
    color: #111;
}
.ntf-btn:not(.read) .ntf-tl {
    font-weight: 800;
}
.ntf-btn:last-child {
    border-bottom: 1px solid rgb(209 213 219 / var(--tw-border-opacity));
}
.ntf-btn:not(.read) {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.ntf-btn:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.ntf-btn:active {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.ntf-count-badge {
    position: absolute;
    bottom: -12px; right: -6px;
    font-size: 12px;
    background: #f00;
    color: #fff;
    padding: 0 3px;
    border-radius: 45%;
    min-width: 20px;
    text-align: center;
}