html .content.app-content {
    min-height: calc(100vh - 50px);
}
.dropdown-menu.show {
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
}
.main-menu .shadow-bottom.onScrollMenu {
    display: block;
}
.w-full {
    width: 100%;
}
.MuiTabs-scroller.MuiTabs-fixed {
    max-width: 100%;
    overflow: auto !important;
}

.MuiTabs-scroller.MuiTabs-fixed::-webkit-scrollbar {
    width: 4px;
    height: 8px;
}

.MuiTabs-scroller.MuiTabs-fixed::-webkit-scrollbar:hover {
    width: 4px;
    height: 8px;
}

.MuiTabs-scroller.MuiTabs-fixed::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 4px;
    height: 8px;
    background-color: #ccc;
}

.bg-warning .card-body {
    padding: 0.5rem 0.5rem;
}
span.error {
    color: #ea5455;
}
.input-group-text-readOnly {
    background-color: #efefef;
}
.badge-balance {
    margin: 0 0.5rem;
}
.checkbox-btn {
    margin-right: 5px;
}
.btn-send-group {
    display: flex;
    flex-direction: column;
}
button.color-primary:hover {
    background-color: rgba(0, 0, 0, 0.04);
}
.thAction1 {
    width: 50px;
}
.thAction2 {
    width: 100px;
}
.thWidth150 {
    width: 150px;
}
.pl-35 {
    padding-left: 3.5rem !important;
}
.h100px {
    height: 100px;
}
.w200px {
    width: 200px;
}
.h200px {
    height: 200px;
}
.position-top-right {
    top: 0;
    right: 0;
}
