.table th {
    white-space:nowrap;
}

.btn-group-example .btn[content="arrow"]::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.9;
    font-size: 12px;
    color: #ffffff;
}

.cursor-no-drop {
    cursor: no-drop;
}

.sticky-title-bar {
    position: fixed;
    top: 50px;
    padding: 0 22px;
    background: #fff;
    z-index: 1;
    width: calc(100% - 100px);
    display: none;
}

.sticky-title-bar .page-title-box {
    margin: 0;
    border: none !important;
}

.button-loading {
    background-image: url(../images/white-loader.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px;
    color: transparent;
    pointer-events: none;
    cursor: no-drop;
}
