.armHeaderLabel {
    text-align: left;
    margin-left: 6px;
    font-size: 16px !important;
    height: 32px;
    display: flex;
    align-items: center;
    position: relative;
}

.add-profile-btn {
    position: absolute;
    right: 10px;
}

.clickable {
    cursor: pointer;
}

.add-profile-btn{
    // margin-right: 43px;
}

.buttonTransparent
{
    padding: 0;
    background-color: transparent;
    border: none;
}

.buttonTransparent:disabled
{
    opacity: 0.2;
}

.inner-table {
    display: block;
    // max-height: 150px;
    overflow-y: auto;
    overflow-x: hidden;
}

.h-auto-scroll{
    overflow-y: auto;
    height: calc(100% - 65px);
}
