.crmMobileMain {
  padding-bottom: 130px !important;
  scrollbar-gutter: stable;
  overflow-y: auto !important;
}
.crmClientPhone {
  overflow: visible !important;
  margin-bottom: 130px !important;
}
.clientMessagesPane,
.clientMeetingsPane,
.crmPhoneRows {
  min-height: 0 !important;
}
.clientMessageList {
  max-height: none !important;
  overflow: visible !important;
  padding-bottom: 36px !important;
}
.crmMessageFocused {
  outline: 4px solid #ef9815;
  box-shadow: 0 0 0 7px rgba(239, 152, 21, .2) !important;
}
@media (min-width: 981px) {
  .crmMobileLayout {
    height: calc(100dvh - 300px) !important;
    min-height: 390px !important;
  }
  .crmMobileMain {
    height: 100% !important;
    overflow-y: scroll !important;
  }
}
