@import "~cosmoUiVariables";

.container {
    background: $card_background;
    border: $card_inner_border;
    height: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}