:root {
    --bs-border-radius: 12px !important;
    --bs-border-radius-sm: 12px !important;
    --bs-secondary-color: rgba(173, 181, 189, 0.75) !important;
    --bs-body-color: rgba(173, 181, 189, 0.75) !important;
    --bs-border-color: #495057 !important;
}
.table {
    --bs-table-bg: #262626 !important;
}

input, select {
    background-color: #262626 !important;
    border: 0 !important;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-9 {
    font-size: 0.7rem !important;
}

.fs-10 {
    font-size: 0.6rem !important;
}

.w-10 {
    width: 10% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-60 {
    width: 60% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}
.dark-mode, .dark, body, .light {
    background-color: #181818 !important;
    color: #fff !important;
}

.dark-mode .form-control,
.dark-mode .form-select,
.dark-mode .list-group-item {
    background-color: #181818 !important;
    color: #fff !important;
    border-color: #333 !important;
}

button.active {
    color: #fff !important;
}

.nav-link {
    color: #797979 !important;
}

.elipse {
    position: absolute; 
    width: 185px; 
    height: 130px; 
    left: calc(50% - 185px/2 + 1.5px); 
    top: -21px; 
    background: rgba(253, 150, 0, 0.3); 
    filter: blur(127.5px);
}

.elipse2 {
    position: fixed;
    width: 211px;
    height: 117px;
    left: calc(50% - 211px / 2 + 0.5px);
    bottom: 2px;
    background: rgba(253, 150, 0, 0.3);
    filter: blur(127.5px);
    z-index: -1;
}

.amount-btn {
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 27%, rgba(38, 38, 38, 1) 100%);
    backdrop-filter: blur(55px);
    border: 1px solid;
    border-radius: 9px;
    padding-top: 6px;
    padding-right: 10px;
    padding-bottom: 6px;
    padding-left: 10px;
    border-width: 1px;
    border-color: #495057;
    margin-top: 8px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}

table tbody tr td:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom: 0px !important;
}


table thead tr th:first-child {
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    border-bottom: 0px !important;
    border-right: 0px !important;
    border-left: 1px solid !important;
}

table tbody tr td:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom: 0px !important;
}

table thead tr th:last-child {
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 1px solid !important;
}

table tbody tr td,table thead tr th {
    border-bottom: 0px !important;
    border-left: 0px !important;
    border-right: 0px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

table thead tr th {
    background: #1A1A1A !important;
    background: linear-gradient(180deg, rgba(26, 26, 26, 1) 27%, rgba(38, 38, 38, 1) 100%) !important;
    backdrop-filter: blur(55px);
    border-top: 1px solid !important;
    border-color: #495057 !important;
}

table tr {
    margin-top: 5px;
    margin-bottom: 5px;
}

table {
    border-collapse:separate; 
    border-spacing: 0 1em;
}

#value {
    border-bottom: 1px solid #E99101 !important;
    font-size: 25px !important;
    border-radius: 0 !important;
    background: transparent !important;
    outline: none !important;
    outline-color: transparent !important;
    outline-style: none !important;
    box-shadow: none !important;
}

#value:focus {
    border-bottom: 1px solid #F45801 !important;
    outline: none !important;
    outline-color: transparent !important;
    outline-style: none !important;
    box-shadow: none !important;
}

.h1, h1 {
    font-size: calc(2.375rem + 1.5vw) !important;
}

.tab-content {
    margin-bottom: 120px;
}

.btn-primary, .btn.active {
    background: linear-gradient(109.9deg, #E99101 -1.28%, #F45801 104.67%);
    border-color: #F45801;
    color: #fff !important;
}

.btn-primary:hover, .btn-sm:hover, .btn-primary:focus, .btn-sm:focus {
    background: linear-gradient(109.9deg, #E99101 -1.28%, #F45801 104.67%);
    border-color: #E99101;
    color: #fff !important;
}

.bnav {
    position: fixed;
    bottom: 0 !important;
    left:0;
    right:0;
    border-top: 1px solid;
    border-color: #495057;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 10px;
    margin-bottom: 0px !important;
    backdrop-filter: blur(55px);
    background: radial-gradient(135.33% 135.33% at 5.71% -44.13%, #262626 0%, rgba(26, 26, 26, 0.27) 100%);
}

.nav-icon {
    font-size: 30px !important;
}

.nav-text {
    font-size: 10px !important;
}
.border-dotted {
  border-style: dotted !important;
  border-color: var(--bs-border-color) !important;
}

.transaction {
    background: #22222245;
    border-radius: 20px;
    padding-top: 14px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 10px;
    border-width: 1px;
    backdrop-filter: blur(25px);
    border: 1px solid;
    border-color: #495057;
}
.balance-positive {
    color: green;
    font-weight: bold;
}

.balance-negative {
    color: red;
    font-weight: bold;
}

.dark-mode table {
    background-color: #1e1e1e !important;
    color: #fff !important;
    --bs-table-color: #fff !important;
    --bs-table-bg: #1e1e1e !important;
    --bs-table-border-color: #444 !important;
}
.dark-mode div.table-bordered td,
.dark-mode div.table-bordered th {
    border-color: #444 !important;
}

body {
    font-size: 14px;
}

@media (max-width: 768px) {
    
}

[data-theme="dark"] {
  background-color: #111 !important;
  color: #eee;
}


:root {
    --tmr-bootstrap-border-color: #dee2e6;
    --tmr-white: #eee;
    --tmr-table-header: #54667a;
    --tmr-row-divider-color: #3490dc;
    --tmr-stripped-row-background-color: rgba(0, 0, 0, 0.05);
}

/*-- ==============================================================
 Screen smaller than 760px and iPads.
 ============================================================== */

@media only screen and (max-width: 410px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    
    [data-content]:before {
        content: attr(data-content);
    }
    
    /* Force table to not be like tables anymore */
    .table-mobile-responsive,
    .table-mobile-responsive thead,
    .table-mobile-responsive tbody,
    .table-mobile-responsive th,
    .table-mobile-responsive td,
    .table-mobile-responsive tr {
        display: block;
    }

    .table-mobile-responsive.text-center {
        text-align: left !important;
    }
    .table-mobile-responsive caption {
        width: max-content;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    .table-mobile-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-mobile-responsive> :not(:first-child) {
        border-top: none;
    }

    .table-mobile-responsive>:not(caption)>*>* {
        border-color: var(--tmr-bootstrap-border-color);
    }

    .table-mobile-responsive tr:not(.bg-light-blue) {
        border-bottom: 2px solid var(--tmr-row-divider-color);
    }

    /* Default layout */
    .table-mobile-responsive td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid;
        position: relative;
        padding-left: 50%;
        padding-top: 1.5rem !important;
    }

    .table-mobile-responsive td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 0;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    
    /* Sided layout */
    
    .table-mobile-sided tr {
        border: 1px solid !important;
        margin-bottom: 5px;
    }
    .table-mobile-responsive.table-mobile-sided> :not(:first-child) {
        border-top: none;
    }

    .table-mobile-responsive.table-mobile-sided>:not(caption)>*>* {
        border-color: var(--bs-table-border-color);
    }
    .table-mobile-responsive.table-mobile-sided td {
          /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid;
        position: relative;
        padding-left: 0%;
        padding-top: 7px !important;
        display: flex;
        justify-content: flex-end;
    }
    .table-mobile-responsive.table-mobile-sided td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 7px;
        left: 6px;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    /* Styleless */
    .table-mobile-responsive.table-mobile-styleless tr:not(.bg-light-blue) {
        border-bottom: none !important;
    }

    /* Stripped rows */
    .table-mobile-responsive.table-mobile-striped>tbody>tr:nth-of-type(odd)>* {
        background-color: var(--tmr-stripped-row-background-color) !important;
    }
}
