#adianti_right_panel > div[adianti_target_container="adianti_right_panel"]
{
    overflow-y: unset;
}

#adianti_right_panel > div[adianti_target_container="adianti_right_panel"]:not(:last-of-type)
{
    overflow-y: hidden;
}

.right-panel {
    border-right: unset !important;
}

.right-panel .header-actions {
    display: flex;
}


.right-panel .header-actions button {
    margin-left: 5px;
}


.right-panel .container-part {
    box-shadow: none !important;
    border-left: none !important;
    width: calc(100% - 50px) !important;
}
