body {
    background: linear-gradient(135deg, #0d1117 0%, #1a202c 100%);
    font-family: Inter;
    min-height: 100vh;
}
.row {
    /*background-color: rgb(20,21,24);*/
    /*border-color: rgba(138, 145, 158, 0.2);*/
    /*border-width: 1.33px;*/
}

.card {
    background-color: rgba(13, 17, 23, 0.8);
    border-color: rgba(138, 145, 158, 0);
    border-radius: 0.75rem;
    border-width: 1.33px;
    color: rgb(138, 145, 158);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
}
.card-title {
    font-size: 15px;
    margin: 0;
}
.card-title-secondary {
    font-size: 11px;
    margin-bottom: 0;
}
.card-text {
    font-size: 11px;
    margin: 0;
    color: rgb(255,255,255);
}
.green {
    color: rgba(39, 173, 117, .75);
    /*color: #0dfd6e;*/
}
.red {
    color: rgba(255, 13, 13, .75);
}
.margin-top-10{
    margin-top: 10px;
}

.font-color-gray {
    color: rgb(138, 145, 158);
}

.nav-link {
    color: rgb(138, 145, 158);
    font-size: 14px;
}
.nav-link:hover {
    color: rgb(148, 155, 168);
}

.modern-nav {
    background: rgba(15, 19, 26, 0.75);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.myDialog {
    height: 100px;
    background-color: rgb(20,21,24);
    font-size: 12px;
    font-weight: bolder;
    color: rgb(255,255,255);
    clip-path: polygon(0 0, 100% 30%, 100% 70%, 0 100%, 0 100%, 0% 60%, 0 0);
    position: fixed;
    top: 25%;
    left: 0;
    line-height: 100px;
    padding-right: 3px;
}

.has-modal {
    cursor: pointer;
}

.custom-tooltip {
    --bs-tooltip-bg: #712cf9;
    --bs-tooltip-color: var(--bs-white);
}


.section {
    cursor: pointer;
}
.section_row {
    /*background-color: rgb(20,21,24);*/
    background-color: rgb(15,19,26);
    border-radius: 5px;
}
.section_main {
    color: rgb(138, 145, 158);
}




.battery
{
    padding:20px;
    padding-right:30px;
}

.batFill
{
    position: relative;
    height:13px;
}
.bat-border{
    border: 2px solid rgb(138, 145, 158);
    border-radius: 5px;
    padding: 3px;
    display: inline-block;
}
.bat-ico{
    width:0px;
    border: 2px solid rgb(138, 145, 158);
    height: 8px;
    display: inline-block;
    margin-bottom: 8px;
}
.bat-text{
    font-size: 10px;
    color: var(--bs-card-title-color);
    text-align: center;
    width: 100%;
    position: absolute;
    top: 0%;
}

.balance {
    cursor: pointer;
}

.balance_hide {
    font-size: 8px;
    color: var(--bs-card-color);
}

.balance_show {
    display: none;
}