#favourites ~ .vds-body > .vds-bodycontents, #trialmessage ~ .vds-body > .vds-bodycontents, #cloudalert ~ .vds-body > .vds-bodycontents {
    top: 9.25rem;
}




/*kanbanView*/


/* Kanban View */
.kanbanViewBody {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    position: relative;
    height: 100%;
    height: fit-content;
}
.kanbanViewBody .sortable-ghost{
    border:0;
    background: transparent !important;
    box-shadow: none !important;
}
.sortable-drag{
    z-index: 100000;
}
.kanbanViewFooter {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 0;
    margin-bottom:-3px;
    box-shadow: 0 0 51px 0 rgba(0, 0, 0, 0.35);
}

.closeRecordTabsContainer .dragArea .kanbanCard{
    display: none !important;
}
.closeRecordButton{
    width: 160px;
    height: 52px;
    background: white;
}
.kanbanRecordGroup {
    min-width: 266px;
    width: 266px;
}

.kanbanColumnHeader {
    height: 24px;
}
.kanbanCardsContainer {
    max-height: 100%;
}

.kanbanCardsContainer .slimScrollBar{
    z-index: 1 !important;
}