.myAlert-bottom{
    position: fixed;
    bottom: 5px;
    left:2%;
    width: 96%;
    z-index:1052;
}

.navbar-default .navbar-nav > li.dropdown:hover > a,
.navbar-default .navbar-nav > li.dropdown:hover > a:hover,
.navbar-default .navbar-nav > li.dropdown:hover > a:focus {
    background-color: rgb(231, 231, 231);
    color: rgb(85, 85, 85);
}
li.dropdown:hover > .dropdown-menu {
    display: block;
}
.nav-top-line{ border-top:1px solid rgba(72, 94, 144, 0.16); }
.views{ }
.text-gray{ color:gray; font-size:10px; }
.cursor-not-allowed{cursor:not-allowed;}
.swal-text{
  text-align: center !important;
}


.ledger-card{
    border:1px solid #e5e7eb;
    border-radius:8px;
    padding:12px;
    margin-bottom:12px;
    background:#fff;
}
.ledger-head{
    display:flex;
    justify-content:space-between;
    font-weight:600;
    margin-bottom:8px;
}
.section-title{
    font-size:13px;
    font-weight:600;
    margin:6px 0;
    color:#374151;
}
.chip{
    display:inline-block;
    padding:4px 8px;
    margin:3px 4px 3px 0;
    border-radius:16px;
    font-size:12px;
}
.chip-fee{background:#e6f4ea;color:#137333}
.chip-exp{background:#fdecea;color:#a50e0e}
.small-muted{font-size:11px;color:#6b7280}
.amount{font-weight:600}
.summary-row{
    display:flex;
    justify-content:space-between;
    font-size:13px;
    margin-top:6px;
}