.root
.overlay
  position absolute
  top 0
  left 0
  right 0
  bottom 0


.loaderCase
  justify-content center
  align-items center
  min-height 8u

.item
  width 100%

.content
  width 100%
  height 100%
  background-color #ffffff

.contentCase
  border-radius 1u
  width 100%
  height 100%
  overflow hidden

.selectMenu
  background-color $UI.colors.primaryLightest
