table {
    --bs-table-bg: transparent;
    --bs-table-striped-color: #212529;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #212529;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #212529;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6;
    font-size: 1rem;
}
table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
table > tbody {
    vertical-align: inherit;
}
table > thead {
    vertical-align: bottom;
}
table > :not(:last-child) > :last-child > * {
    border-bottom-color: currentColor;
}

.tooltip-henry {

    position: fixed;0
background-color: #EE3A43; /* Background-color for tooltip*/
    border-radius: .4em;
    padding: 10px;
    right:150px;
    bottom:55px;
    color: #fff; /* Text color for tooltip*/

}

/*Speech buble right*/
.tooltip-henry:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-left-color: #EE3A43;
    border-right: 0;
    margin-top: -8px;

}

/*Adjust the time chatbot help text is visible*/
.tooltip-henry.bounceOutRight {
    animation-delay: 6s;
}

/* Placement of Chat image*/
#bai-open-chat-btn {
    position: fixed;
    right: 40px;
    bottom: 40px;
    color:#FFF;
    width: 100px;
    height: 100px;
    border:none;
    /* Change the chatbot avatar image*/
    background: transparent url('https://cp.compendia.no/uploads/images/85_5cf8eb429c0b1.png') no-repeat scroll 0 0;
}
