.fabs {
    z-index: var(--layer-1);
    position: fixed;
    right: 15px;
    bottom: 15px;
}

.rz-footer + .fabs {
    bottom: 55px;
}

.bottom-bar-large + .fabs {
    bottom: 95px;
}

.bottom-bar + .fabs {
    bottom: 75px;
}

.rzi .tab-icon {
    font-size: 1.5rem;
}

.tab-span {
    font-size: 0.65rem;
    text-transform: none;
}

.footer {
    position: fixed;
    right: 15px;
    display: flex;
    bottom: 15px;
}

.w-100 {
    width: 100%;
}

.w-75 {
    width: 75%;
}

.w-50 {
    width: 75%;
}

.rz-panel-titlebar {
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
}

.rz-state-active.transaction {
    border-bottom: 2px solid !important;
}

.transaction {
    text-transform: none !important;
}

.rz-footer {
    padding: 0.5rem !important;
}
