@import "~cosmoUiVariables";

.container {
    flex-basis: 100%;
    flex-shrink: 1;
    box-sizing: border-box;
    min-height: auto;
    height: 100%;
}
.panel {
    background: $white;
    border: $border-light;
    min-height: 100%;
    border-radius: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.selected {
  background: $card_background_hover;
  border: $border-primary;
}

.job {
    min-width: 942px;
}

.courier {
    min-width: 282px;
}