/* Empty dummy CSS file which is replaced by the mobile.css if the client is an mobile device*/

.mat-drawer {
  bottom: 60px !important;
  /*backdrop-filter: blur(10px);*/
  /*background-color: rgba(255,255,255,0.8) !important;*/
}

mat-sidenav {
  width: 525px;
}

.sidenav-panel-content {
  height: calc(100% - 50px);
}

.title-image {
  width: 100%;
  margin-bottom: -50px;
}

.gallery-field {
  width: calc(525px - 60px);
}

.mat-tab-header {
  margin-bottom: 10px;
}

.mat-dialog-container {
  backdrop-filter: blur(10px);
}

.sidenav-panel {
  padding-top: 24px;
  height: calc(100% - 48px) !important;
}

.logo {
  max-width: 200px;
}

.profileImage {
  width: 120px;
  height: 120px;
}

/*.dialog-container-content {*/
/*  padding: 24px;*/
/*}*/

/*.tab-content {*/
/*  margin-top: 20px;*/
/*}*/

/*.map-content-panel {*/
/*  height: calc(100% - 50px);*/
/*}*/

/*.map-content-panel .tab-content {*/
/*  height: calc(100% - 25px);*/
/*}*/
