gmap
  display: block
  width: 100%
  height: 100%
  position: relative

  .map
    width: 100% !important
    height: 100% !important

  .unused-message
    width: 100%
    height: 100%
    background: $themeBGColor
    color: $themeTextColor
    position: absolute
    top: 0
    left: 0
    display: flex
    align-items: center
    justify-content: center

  .error-message
    width: 100%
    height: 100%
    position: absolute
    top: 0
    left: 0
    display: flex
    align-items: center
    justify-content: center

