#overflow_endpoint {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 80vh;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(161, 150, 150);
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: rgb(90, 84, 84);
}

tr:hover {
    cursor: pointer;
}

tr.unread-messages {
    background-color: #dee7ff;
}

tr.unread-messages:hover {
    background-color: #c1d1ff !important;
}

.callout {
    margin-bottom: 0px;
}

.table {
    margin-bottom: 0px;
}

#buttons-container button {
    margin-right: 10px;
}

.custom-empty {
    all: initial;
}

.user-info-block {
    white-space: break-spaces;
}

.brand-link {
    text-align: center;
}

.crum-icon {
    background-image: url("/assets/images/crum.svg");
    width: 0.7rem;
    height: 0.7rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.crum-container {
    color: #6d7a8f !important;
}

.crum-container > a {
    color: #6d7a8f !important;
}

.collapse-icon-color {
    color: #2f80ed;
}

.form-card-title {
    color: black;
    font-weight: bold;
    font-size: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.collapsable-cards-header {
    cursor: pointer;
}

.table-cell-input {
    border: none;
    padding-left: 10px;
    margin-left: -10px;
}

.modal-list-title {
    color: #7e92a6;
}

.modal-list-item-title {
    color: black;
    text-align: left;
    cursor: pointer;
}

.modal-list-item-title:hover {
    background-color: #ecf1f4;
}

.modal-list-item-selected {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #ecf1f4;
}

.modal-list-item-selected > .fa-check {
    color: #27ae60;
}

.table-row-select-button {
    color: #6d7a8f;
    font-size: 1rem;
}

.form-group.required label:after {
    content: "*";
    color: red;
}

ul.gj-list-bootstrap li [data-role="wrapper"] {
    padding: 0px !important;
}

ul.gj-list-bootstrap li [data-role="expander"].gj-tree-material-icons-expander {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    padding-right: 0.5rem;
}

.gj-tree-material-icons-expander {
    font-size: 14px;
}

.gj-icon {
    width: 14px !important;
    height: 14px !important;
    line-height: 13px !important;
}

.gj-icon::after {
    background-color: #2f80ed;
    color: white;
    font-size: 14px !important;
    border-radius: 3px;
}

ul.gj-list li [data-role="display"] {
    cursor: default !important;
}

.content-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.form-footer-container {
    background-color: white;
}

.btn-primary-light {
    background-color: #ecf1f4;
    color: #2f80ed;
}

#select-modal-configurations-list {
    max-height: 40vh;
    overflow: auto;
    width: 100%;
}

.partner-form-content {
    padding-bottom: 120px !important;
}

.menu-item-colored {
    color: #ffffff !important;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.ss-main .ss-multi-selected {
    min-height: calc(2.25rem + 2px);
    border: 1px solid #ced4da;
}

.ss-main .ss-multi-selected .ss-add {
    flex: 1;
    margin: 0px;
    margin-right: 10px;
    align-self: center;
}

.brand-logo {
    max-width: 120px;
    height: auto;
    opacity: 0.8;
}

.sidebar-collapse .brand-image {
    display: block !important;
}

.sidebar-collapse .brand-text {
    display: block !important;
}

.sidebar-collapse .brand-logo {
    display: none !important;
}

.sidebar-collapse .brand-link {
    text-align: left !important;
}

.sidebar {
    padding: 0px;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
}
