@font-face {
  font-family: "Trade Gothic LT";
  src: url("/fonts/Trade_Gothic_LT.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Trade Gothic LT Light";
  src: url("/fonts/Trade_Gothic_LT_Light.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Trade Gothic LT Bold";
  src: url("/fonts/Trade_Gothic_LT_Bold.ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Honeypirls Regular";
  src: url("/fonts/Honeypirls_Regular.otf");
  font-weight: normal;
}
:root {
  --safe-area-top: 0px;
  --safe-area-bottom: 0px;
}

body.safe-area-active {
  --safe-area-top: env(safe-area-inset-top);
  --safe-area-bottom: env(safe-area-inset-bottom);
}

html,
body {
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-smooth: always;
}

@media screen and (min-width: 1051px) {
  html,
  body {
    overflow: hidden;
    height: 100vh;
  }
}
* {
  margin: 0;
  padding: 0;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.app-container {
  border-radius: 50px;
  background-color: white;
  background: linear-gradient(72deg, #a9a9fd 0%, #c2c2fd 100%);
  width: calc(100% - 150px);
  margin: 0 auto;
  padding: 75px;
  overflow: auto;
  height: calc(100% - 75px);
  padding-bottom: calc(7rem + var(--safe-area-bottom));
}

.header-block {
  width: 100%;
  overflow: hidden;
  margin-bottom: 1rem;
}
.header-block h1 {
  font-weight: normal;
  font-size: 60px;
  color: #003366;
  font-family: "Honeypirls Regular";
}
.header-block .left-title {
  float: left;
}
.header-block .right-title {
  float: right;
}

.app-row {
  height: 70%;
  min-height: 500px;
  display: flex;
}

.main__left {
  display: flex;
  flex-direction: column;
  flex: 0.3;
  width: 341px;
  border-radius: 25px;
  background-color: white;
}
.main__left .main__chat_window {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  min-height: 0;
}
.main__left #chat-header {
  background-color: #c994ff;
  border-radius: 10px;
  color: white;
  text-align: center;
  font-size: 50px;
  font-family: "Honeypirls Regular";
  height: 78px;
  line-height: 77px;
  vertical-align: middle;
}

.main__right {
  flex: 0.7;
  display: flex;
  flex-direction: column;
}
.main__right .videos__group {
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: normal;
  flex-wrap: wrap;
  padding: 0 1rem 1rem;
}
.main__right .videos__group .options {
  margin: 1rem 0 1rem;
}

.video-box {
  min-width: 290px;
  flex: 0.5;
  margin-left: 30px;
  border-radius: 25px;
  background-color: white;
}
.video-box .video-header {
  background-color: #c994ff;
  color: white;
  text-align: center;
  font-size: 50px;
  font-family: "Honeypirls Regular";
  height: 78px;
  border-radius: 10px;
  line-height: 77px;
  margin-bottom: 12px;
}
.video-box #client-header #client-assessment {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.video-box #client-header #client-assessment .assessment-link {
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}
.video-box #client-header #client-assessment i.fa-file-medical {
  color: #fff;
  font-size: 16px;
}

.video-box .video-poster,
.video-box .video-placeholder,
.video-box #client-video-container,
.video-box #practitioner-video-container {
  margin-top: 16px;
}

.video-poster img {
  max-width: 90%;
  margin: 12px auto 0;
  display: block;
}

.video-poster,
.video-placeholder,
#peer-video-container,
#client-video-container,
#practitioner-video-container {
  width: 100%;
  text-align: center;
  margin: 16px auto 0;
  position: relative;
}

.video-poster .avatar-poster {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: calc(50px + 44px);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding: 24px 8px 8px;
}

.video-box .video-poster {
  aspect-ratio: 1.7777777778;
  min-height: clamp(220px, 38vh, 420px);
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  padding-bottom: calc(50px + 44px);
  position: relative;
}

.video-placeholder {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: calc(50px + 44px);
  display: none;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  background: transparent;
}
.video-placeholder video {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
  margin: 0;
  border-radius: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.video-poster > .audio-visualizer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 6px 8px;
  box-sizing: border-box;
  z-index: 3;
}

.video-box video,
.floating-video video,
.video-poster video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

.video-placeholder > video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  object-position: center;
}

video {
  width: 100%;
  display: block;
  border-radius: 0;
  margin: 0;
  object-fit: cover;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}

.primary-video {
  position: relative;
  width: 100%;
  /* Use a responsive min-height that scales with viewport but avoids overflow */
  min-height: clamp(240px, 56vh, 720px);
  background-color: rgba(0, 0, 0, 0.06);
  padding-top: calc(var(--safe-area-top) + 56px);
}
.primary-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#peer-video-container {
  position: relative;
}
#peer-video-container .avatar-poster {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#peer-video-container .avatar-poster img {
  margin: 0 auto;
  display: block;
  max-height: 200px;
  margin-top: 0.5rem;
}

.floating-video {
  position: absolute;
  bottom: calc(20px + var(--safe-area-bottom));
  right: 20px;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
  cursor: move;
  z-index: 2000;
  background-size: contain;
  background-color: transparent;
  background-image: url(/images/avatar-poster.png);
  background-repeat: no-repeat;
  background-position: 50% 15%;
}
.floating-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  margin-top: 0;
}
.floating-video.dragging {
  opacity: 0.8;
}

.avatar-poster img {
  margin-top: 1rem;
}

.messages,
.messages-mobile {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  font-size: 19px;
  gap: 0.35rem;
  padding-bottom: var(--safe-area-bottom);
}

.messages {
  flex: 1 1 auto;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 0.5rem;
  min-height: 0;
  max-height: 24rem;
}
.messages::-webkit-scrollbar {
  width: 8px;
}
.messages::-webkit-scrollbar-track {
  background: rgba(82, 96, 130, 0.12);
  border-radius: 999px;
}
.messages::-webkit-scrollbar-thumb {
  background: rgba(82, 96, 130, 0.45);
  border-radius: 999px;
}
.messages::-webkit-scrollbar-thumb:hover {
  background: rgba(82, 96, 130, 0.7);
}

.message {
  display: flex;
  flex-direction: row;
  margin-top: 0.25rem;
  padding: 0 0.25rem;
}
.message b {
  color: #003366;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.message b i {
  margin-right: 0.7rem;
  font-size: 1.5rem;
}
.message span.message {
  background-color: #eeeeee;
  margin: 0.25rem 0.5rem;
  padding: 0.25rem 0.5rem;
  border-radius: 20px;
  font-size: 18px;
}
.message .bubble {
  max-width: 75%;
  padding: 0.5rem 0.75rem;
  border-radius: 16px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
}
.message .meta {
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
  font-size: 0.75rem;
  margin-bottom: 0.15rem;
}
.message .meta .name {
  font-weight: 600;
}
.message .meta .time {
  font-variant-numeric: tabular-nums;
  opacity: 0.7;
}
.message .text {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: anywhere;
}

.message.self {
  justify-content: flex-end;
}
.message.self .bubble {
  background: #9966ff;
  color: #fff;
  border-radius: 16px 16px 4px 16px;
}
.message.self .meta .name {
  color: rgba(255, 255, 255, 0.95);
}
.message.self .meta .time {
  color: rgba(255, 255, 255, 0.7);
}

.message.peer {
  justify-content: flex-start;
}
.message.peer .bubble {
  background: #fff;
  color: #003366;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px 16px 16px 4px;
}
.message.peer .meta .name {
  color: #003366;
}
.message.peer .meta .time {
  color: rgba(0, 0, 0, 0.5);
}

.main__message_container {
  padding: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-end;
  margin-bottom: 1rem;
  padding-bottom: var(--safe-area-bottom);
}
.main__message_container input,
.main__message_container textarea {
  height: 50px;
  max-height: 120px;
  flex: 1;
  font-size: 1rem;
  border-radius: 12px;
  padding: 0 20px;
  border: 1px solid #b9ade6;
  font-family: "Trade Gothic LT Light";
  resize: none;
  overflow-y: hidden;
  line-height: 50px;
  box-sizing: border-box;
}
.main__message_container textarea {
  line-height: 1.5;
  padding-top: 13px;
  padding-bottom: 13px;
}
.main__message_container .send-icon {
  background-image: url("/images/send-icon.png");
  background-repeat: no-repeat;
  background-size: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9966ff;
  height: 50px;
  border-radius: 10px;
  color: white;
  font-size: 1.2rem;
  width: 50px;
  margin: 0 0.25rem;
}

.options__button {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  background-color: #9966ff;
  min-height: 50px;
  border-radius: 16px;
  color: white;
  font-size: 1.2rem;
  min-width: 72px;
  padding: 8px 10px;
  margin: 0 0.5rem;
}

.options__left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  color: #3f5183;
}

.video-box .options {
  position: relative;
  z-index: 5;
}

.options__button .control-label {
  font-family: "Trade Gothic LT Light", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  opacity: 0.95;
}

.file-controls {
  border-radius: 25px;
  background-color: white;
  padding: 25px;
  margin-top: 1rem;
  margin-left: 20px;
  background: white;
}
.file-controls .helper-text {
  font-size: 20px;
  line-height: 50px;
  font-family: "Trade Gothic LT Light";
}
.file-controls .cloud-icon {
  cursor: pointer;
  background-color: #9966ff;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  background-image: url("/images/cloud-upload-icon.png");
  background-position: center;
  background-size: 63%;
  margin-right: 20px;
  background-repeat: no-repeat;
  float: left;
}
.file-controls .send-icon {
  display: block;
  float: right;
  background-image: url("/images/send-icon.png");
  height: 50px;
  width: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 1.2rem;
}

.file-controls {
  padding: 12px 25px;
  margin-left: 20px;
  border-radius: 25px;
  background-color: white;
}

.file-controls {
  margin-top: 1.25rem;
  background: white;
  padding: 7px 25px;
  margin-left: 20px;
  border-radius: 25px;
  background-color: white;
}

.muted-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 18px;
  font-family: "Trade Gothic LT Bold";
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 2000;
}
.muted-overlay.show-muted {
  opacity: 1;
}

.show-muted {
  opacity: 1;
}

.error-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 92%;
  padding: 4%;
  height: calc(100% - var(--safe-area-bottom));
  text-align: center;
  background-color: white;
  color: darkred;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.error-screen.hidden {
  display: none;
}

.portrait-lock-overlay {
  position: fixed;
  inset: 0;
  z-index: 6000;
  background: rgba(8, 15, 34, 0.92);
  color: #ffffff;
  font-family: "Trade Gothic LT Light", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: none;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--safe-area-top) + 2.5rem) 2rem calc(var(--safe-area-bottom) + 2.5rem);
  line-height: 1.4;
}

body.orientation-blocked .portrait-lock-overlay {
  display: flex;
}

.media-permission-overlay {
  position: fixed;
  inset: 0;
  z-index: 6100;
  background: rgba(8, 12, 20, 0.85);
  backdrop-filter: blur(2px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.media-permission-card {
  width: min(480px, 100%);
  background: #ffffff;
  border-radius: 18px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.32);
  text-align: center;
  font-family: "Trade Gothic LT Light", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.media-permission-card h2 {
  margin: 0;
  font-size: 1.35rem;
  color: #1f2933;
  font-family: "Trade Gothic LT Bold";
}

.media-permission-card p {
  margin: 0;
  color: #364152;
  line-height: 1.45;
  font-size: 1rem;
}

.media-permission-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.media-permission-actions button {
  min-width: 140px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  cursor: pointer;
  transition: transform 0.12s ease, box-shadow 0.12s ease;
  font-family: inherit;
}

.media-permission-primary {
  background: linear-gradient(135deg, #2d72d9, #4062f6);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(64, 98, 246, 0.28);
}

.media-permission-primary:hover,
.media-permission-primary:focus {
  transform: translateY(-1px);
  box-shadow: 0 18px 36px rgba(64, 98, 246, 0.32);
}

.media-permission-secondary {
  background: #e4e7eb;
  color: #1f2933;
}

.media-permission-secondary:hover,
.media-permission-secondary:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(34, 41, 57, 0.15);
}

.controls {
  display: flex;
  justify-content: space-evenly;
  background-color: rgba(31, 36, 48, 0.9019607843);
  padding: 10px 0 calc(10px + var(--safe-area-bottom));
  position: sticky;
  bottom: 0;
  z-index: 3000;
}
.controls button {
  background: none;
  border: none;
  color: white;
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  min-width: 84px;
}
.controls .control-label {
  font-family: "Trade Gothic LT Light", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.2px;
  opacity: 0.95;
}

.drawer {
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0;
  background: linear-gradient(72deg, #a9a9fd 0%, #ebc2fd 100%);
}
.drawer .drawer-icon {
  font-size: 20px;
  color: white;
}
.drawer button {
  background: none;
  border: none;
  color: white;
  text-align: center;
}
.drawer button span {
  display: block;
  font-size: 12px;
  margin-top: 5px;
}

.drawer-panel {
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  position: fixed;
  inset: 0 0 var(--safe-area-bottom) 0;
  width: 100%;
  z-index: 5100;
  height: 100dvh;
  background-color: white;
}

.drawer-header {
  padding: 0.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.drawer-header i {
  font-size: 16px;
}

.drawer-header .drawer-version {
  font-size: 10px;
  color: #999;
  font-family: "Courier New", monospace;
  user-select: none;
}

.slide-overs {
  position: fixed;
  inset: 0;
  z-index: 5000;
}

body.drawer-open {
  overflow: hidden;
  touch-action: none;
}

.drawer-panel .main__chat_window {
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 52px - var(--safe-area-bottom));
  overflow: hidden;
}

.drawer-panel .messages-mobile {
  flex: 1;
  overflow-y: auto;
}

.drawer-panel .send-button-mobile.options__button {
  background: transparent;
  border: none;
  width: auto;
  min-width: 52px;
  min-height: 52px;
  padding: 8px;
  border-radius: 12px;
}

.drawer-panel .send-button-mobile .send-icon {
  display: inline-block;
  width: 36px;
  height: 36px;
}

.mobile-topbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: calc(var(--safe-area-top) + 8px) 12px 8px;
  z-index: 2100;
  background: linear-gradient(72deg, #a9a9fd 0%, #c2c2fd 100%);
  color: #003366;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.mobile-topbar .names {
  display: flex;
  gap: 8px;
  align-items: center;
}

.name-pill {
  background: rgba(255, 255, 255, 0.8509803922);
  color: #003366;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.4;
  font-family: "Trade Gothic LT", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.name-pill.client {
  border: 1px solid #b1c9fc;
}

.name-pill.practitioner {
  border: 1px solid #c994ff;
}

.name-pill.assess a {
  color: #003366;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.name-pill.assess i {
  color: #003366;
}

.mobile-topbar .topbar-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-topbar .topbar-button {
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  padding: 6px 10px;
  color: #fff;
}

.mobile-topbar .topbar-button i {
  color: #fff;
}

.mobile-topbar .session-status {
  color: #fff;
  font-size: 13px;
  font-family: "Trade Gothic LT Light", system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
}

.session-status {
  font-family: "Honeypirls Regular";
  font-size: 22px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}

.session-status-desktop {
  border-top: 1px solid rgba(255, 255, 255, 0.2705882353);
  display: block;
  width: 100%;
  text-align: center;
  margin: 0.5rem 0 1rem;
  font-family: "Honeypirls Regular";
  font-size: 24px;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2705882353);
}

.dot.muted {
  background-color: #ff0000;
  transform: scale(0.5);
  opacity: 0.8;
  transition: transform 0.3s, opacity 0.3s;
}

.dot.muted.bottom-half {
  background-color: #ff0000;
}

.audio-visualizer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  height: 100%;
  margin: 0;
}
.audio-visualizer .column {
  display: flex;
  flex-direction: column-reverse;
  gap: 3px;
}
.audio-visualizer .column .dot {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  transition: background-color 0.3s;
}
.audio-visualizer .column .dot.active {
  background-color: #9966ff;
}
.audio-visualizer .column .dot.muted {
  background-color: #ff0000;
  transform: scale(0.5);
  opacity: 0.8;
}

.unread-count {
  background-color: #b1c9fc;
  color: white;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-block;
  margin-top: -5px;
  margin-right: -10px;
  z-index: 10;
}

.hidden {
  display: none !important;
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.slide-overs {
  display: none;
}

.mobile-container {
  display: none;
}

@media screen and (max-width: 1050px) {
  .app-container {
    display: none;
  }
  .mobile-container {
    display: block;
  }
  .primary-video {
    height: calc(100dvh - (120px + var(--safe-area-bottom)));
  }
  html {
    max-height: 100dvh;
    overflow: hidden;
  }
  #peer-video-container {
    width: 100%;
    height: calc(100% - 80px);
    overflow: hidden;
    padding-top: 56px;
  }
  #peer-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    pointer-events: none;
    display: none;
  }
  #peer-video-container .avatar-poster {
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 8vh;
    pointer-events: auto;
    display: flex;
  }
  #peer-video-container .avatar-poster img {
    width: 40vw;
    max-width: 40vw;
    height: auto;
    display: block;
  }
  .messages {
    max-height: none;
  }
}
@media screen and (min-width: 1051px) {
  .app-container {
    display: block;
    overflow: auto;
  }
  .mobile-container {
    display: none;
  }
  .bottom-drawer {
    display: none;
  }
  .slide-overs {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
