.account-balance {
    display: inline-block;
    margin-right: 15px;
}

.operation-card {
    position: absolute;
    left: 200px;
    right: 0;
    bottom: 0;
}

.operations-table {
    margin-bottom: 145px;
}

.operation-actions {
    width: 90px;
}

.operation-actions > i {
    display: inline-block;
    margin: 0 8px;
}

.results-header {
    text-align: center;
    font-weight: bold;
}

.results-total {
    text-align: right;
    font-weight: bold;
    background-color: #a9d4ff;
}

.single-item-checkbox {
    padding-top: 5px;
}

.results-cat-header {
    font-weight: bold;
    background-color: #c9c9c9;
}

.results-number {
    text-align: right;
}

.results-col-amount {
    width: 10%;
}

.results-col-title {
    width: 37.5%;
}

.results-col-actions {
    width: 2.5%;
    text-align: center;
}

.item-col-amount {
    width: 20%;
    border-right: 0 !important;
}

.item-col-title {
    width: 75%;
}

.item-col-actions {
    width: 5%;
    text-align: center !important;
    border-left: 0 !important;
}

.item-col-add {
    text-align: center !important;
    border-left: 0 !important;
    border-right: 0 !important;
}

.btn-card-footer > .btn {
    border-radius: 0;
}

.computing-results {
    text-align: center;
    font-size: 24px;
}

.tag-usage {
    text-align: center;
}

.tag-usage > .fa-times {
    color: #ff0000;
}

.tag-usage > .fa-check {
    color: rgb(33, 136, 56);
}

.stats-box {
    position: fixed;
    bottom: 132px;
    right: 0;
    z-index: 1000;
    width: 250px;
    padding: 5px;
    text-align: center;
}

.stats-box > .card-body {
    padding: 5px !important;
}

.table .form-check {
    padding-left: 1.6rem;
    margin-bottom: 1.4rem;
}

.operation-valid-field {
    line-height: 38px;
}

.operation-valid-field .form-check {
    position: relative;
    top: 7px;
}

.checks-btn {
    position: absolute;
    top: 80px;
    right: 20px;
    width: 300px;
    text-align: right;
}

.account-download {
    line-height: 65px;
}

.account-download .dropdown-item i {
    display: inline-block;
    font-size: 25px;
    margin-right: 20px;
}

.account-download .dropdown-item {
    line-height: 18px;
}

.account-dowload-format {
    position: relative;
    top: -4px;
}