.login-logo {
    width: 150px;
}
.sidebar-nav-chevron {
    font-size: 11px !important;
}
#breadcrumbs {
    line-height: 43px;
}
.badge-module {
    padding: 8px 15px 8px 15px;
    font-size: 11px;
    margin-right: 5px;
    margin-bottom: 8px;
}
.required-fields {
    color: red;
}
.form-select + .select2-container .select2-selection--single {
    height: 34px;
}

.form-select + .select2-container .select2-selection__rendered {
    line-height: 34px;
}
.form-select + .select2-container .select2-selection--single {
    border: var(--bs-border-width) solid var(--bs-border-color);
}
.transaction-card {
    cursor: pointer;
}
.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}