.DataUnavailableContainer {
    background: #fff;
    height: 260px;
    left: calc(50% - 130px);
    position: absolute;
    text-align: center;
    top: calc(50% - 130px);
    width: 260px;

    &-icon {
        background-image: url("images/GraphIcon.svg");
        background-size: cover;
        display: inline-block;
        height: 50px;
        left: calc(50% - 25px);
        position: absolute;
        top: calc(50% - 25px);
        vertical-align: middle;
        width: 50px;
    }

    &-background {
        background-color: var(--gray-200);
        border-radius: 50%;
        height: 100px;
        left: calc(50% - 50px);
        position: absolute;
        top: calc(50% - 50px);
        width: 100px;
    }

    &-text {
        color: var(--gray-500);
        position: relative;
        top: calc(90% - 22px);
    }
}
