.widgets {
    height: 100%;
}

.widget {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.widgets_with-fixed-header {
    display: flex;
    flex-direction: column;
}

.widgets_with-fixed-header .workspace-scroll-visible {
    position: relative;
}

.widget-header {
    display: flex;
    justify-content: space-between;
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    height: 49px;
    cursor: move;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    color: #2b726e;
    padding-top: 11px;
    padding-left: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.widget-header .products-count {
    margin-left: 8px;
    padding: 4px 8px 4px 8px;
    font-family: Roboto, sans-serif;
    font-size: 13px;
    color: #222222;
    background-color: #f4f4f4;
    border-radius: 20px;
}

.widget-header:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #f4f4f4;
}

.widget-body {
    position: absolute;
    background-color: #ffffff;
    width: 100%;
    top: 49px;
    bottom: 0;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    padding-top: 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.workspace-content .react-grid-item.react-grid-placeholder {
    background: #384654;
    opacity: 0.3;
}

.widget > .widget-header > div > a {
    color: #2b726e;
    cursor: pointer;
}

.widget > .widget-header > div > a.operation-link {
    font-size: 13px;
    letter-spacing: 0.19px;
    color: #006da8;
    cursor: pointer;
    padding-right: 10px;
}

.widget-info-row {
    font-size: 0;
    width: 100%;
}

.widget-info-col {
    width: 50%;
    height: 23px;
    display: inline-block;
}

.widget-info-title {
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 150px;
    padding-left: 10px;
    vertical-align: top;
}

.widget-info-value {
    font-size: 12px;
    display: inline-block;
    width: calc(100% - 150px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.widget-col-selector {
    display: inline-block;
    padding-left: 10px;
    cursor: pointer;
}
