.gridster {
    width: calc(100% + 32px);
    right: 15px;
}

.gridster > ul > li {
    padding-left: 5px;
    padding-right: 5px;
    background-color: #fff;
    max-height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.gridster ul li .gridster-widget {
    padding: 15px;
    height: 100%;
    display: flex;
    flex-direction: inherit;
}

.gridster ul li .gridster-widget .gridster-widget-header {
    width: 100%;
}

.gridster ul li .gridster-widget .gridster-widget-body {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
}

.gridster-widget-body table, .gridster-widget-body thead, .gridster-widget-body table tbody, .gridster-widget-body tr {
    display: block;
    width: 100%;
}

.gridster-widget-body table {
    overflow-x: auto;
}

.gridster-widget-body table tr {
    display: table;
    table-layout: fixed;
}

.gridster-widget-body table tbody {
    height: 90%;
    overflow: auto;
}

.gridster ul li .gridster-widget .gridster-widget-body .not-generated {
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gridster ul li .chart-holder {
    height: 100% !important;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gridster ul li .unique-value {
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gridster {
    padding: 0 !important;
    margin-top: 20px !important;
    min-height: 0;
}

.outer-hidden-widgets {
    width: 95%;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
}

.hidden-widgets-container {
    width: max-content;
    margin-top: 10px;
}

.hidden-widget {
    padding: 0;
    cursor: pointer;
    background-color: var(--partialBackgroundColor) !important;
    width: 200px;
    height: 70px;
    border-radius: 5px !important;
    transform: scale(1);
    text-align: unset !important;
}

.hidden-widget:hover {
    transform: scale(1.05);
}

.hidden-widget-title-outer {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
    display: flex;
    align-items: center;
}

.hidden-widget-title-inner {
    width: 100%;
    font-size: 11px;
    font-weight: 600;
    text-align: center !important;
}

.hidden-widget-options-container {
    position: absolute;
    width: 150px;
    height: 30px;
    padding: 0 5px 5px;
    top: 40px;
    left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden-widget-option {
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #707070;
    font-size: 12px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hidden-widget-option:hover {
    color: #333333;
    font-size: 14px !important;
}

.hidden-widget-option-tooltip {
    height: 20px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    z-index: 1;
    font-size: 12px;
}

.widget-more-left {
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.widget-more-right {
    position: absolute;
    bottom: 10px;
    right: 15px;
}