@charset "UTF-8";body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
    monospace;
}

.websdk-login-page {
  margin: 40px 40px 0;
  display: flex;
  gap: 40px;
  justify-content: space-evenly;
}

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-float infinite 3s ease-in-out;
  }
}

.App-header {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
}

.App-link {
  color: rgb(112, 76, 182);
}

@keyframes App-logo-float {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.mb20 {
  margin-bottom: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

.websdk-side-container {
  display: flex;
  flex-direction: row;
  width: 100%;
  gap: 1;
  justify-content: space-between;
}

.websdk-left-side {
  padding: 15px;
  border-right: 1px black solid;
  height: calc(100vh - 64px);
  min-width: 480px;
}

.websdk-right-side {
  padding: 15px;
  flex-grow: 1;
  height: calc(100vh - 64px);
}

.message {
  display: flex;
  flex-direction: row !important;
  background: lightgrey;
  border-radius: 8px;
  padding: 8px;
  gap: 20px;
  align-items: center;
}

.message-text {
  flex-grow: 1;
}

.message-input {
  flex-grow: 1;
};

.websdk-message-image {
  max-width: 90%;
}/* Primary color */
/* Primary color dark*/
/* Blue Gradient Top (Ambient Listening Feature) */
/* Blue Gradient Bottom (Ambient Listening Feature) */
/* Blue - Light Blue From Call Banner Gradient */
/* Blue - Dark Blue From Call Banner Gradient */
/* Emergency message CRITICAL gradient top. */
/* Emergency message CRITICAL gradient bottom. */
/* Emergency message SEVERE gradient top. */
/* Emergency message SEVERE gradient bottom. */
/* Emergency message URGENT gradient top. */
/* Emergency message URGENT gradient bottom. */
/**
    * There are legacy color codes which have been imported here in order to have a single CSS file.
    * These codes should NOT be used under the react project; new codes may be added there only if really necessary.
    */
.sw-footerNotConnected {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}/* Primary color */
/* Primary color dark*/
/* Blue Gradient Top (Ambient Listening Feature) */
/* Blue Gradient Bottom (Ambient Listening Feature) */
/* Blue - Light Blue From Call Banner Gradient */
/* Blue - Dark Blue From Call Banner Gradient */
/* Emergency message CRITICAL gradient top. */
/* Emergency message CRITICAL gradient bottom. */
/* Emergency message SEVERE gradient top. */
/* Emergency message SEVERE gradient bottom. */
/* Emergency message URGENT gradient top. */
/* Emergency message URGENT gradient bottom. */
/**
    * There are legacy color codes which have been imported here in order to have a single CSS file.
    * These codes should NOT be used under the react project; new codes may be added there only if really necessary.
    */
.sw-LayoutNotConnected {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFFFFF;
  color: #0277bd;
}/* Primary color */
/* Primary color dark*/
/* Blue Gradient Top (Ambient Listening Feature) */
/* Blue Gradient Bottom (Ambient Listening Feature) */
/* Blue - Light Blue From Call Banner Gradient */
/* Blue - Dark Blue From Call Banner Gradient */
/* Emergency message CRITICAL gradient top. */
/* Emergency message CRITICAL gradient bottom. */
/* Emergency message SEVERE gradient top. */
/* Emergency message SEVERE gradient bottom. */
/* Emergency message URGENT gradient top. */
/* Emergency message URGENT gradient bottom. */
/**
    * There are legacy color codes which have been imported here in order to have a single CSS file.
    * These codes should NOT be used under the react project; new codes may be added there only if really necessary.
    */
/** WEB FONT LOADING *
 * Do not change the names of the font families:Specific-font, Specific-font-bold, General-font, General-font-bold!
 */
@font-face {
  font-family: "Specific-font", Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans"), local("NotoSans"), url("fonts/noto-sans.woff") format("woff");
}
@font-face {
  font-family: "Specific-font-bold";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans Bold"), local("NotoSans-Bold"), url("fonts/noto-sans-bold.woff") format("woff");
}
@font-face {
  font-family: "General-font";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("fonts/open-sans.woff") format("woff");
}
@font-face {
  font-family: "General-font-bold";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("fonts/open-sans-bold.woff") format("woff");
}
h2 {
  font-size: 56px;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 35px;
}

html,
body {
  height: 100vh;
}

#root {
  height: 100%;
}

.stw-layout-pageContainer {
  display: flex;
  flex-grow: 1;
}.sw-menu {
  background: #034ea1;
  color: white;
  border-radius: 0;
}
.sw-menu .sw-menu-item {
  color: white;
}
.sw-menu .sw-menu-item.Mui-selected {
  font-weight: bold;
}
.sw-menu .sw-menu-item:hover {
  opacity: 0.7;
}
.sw-menu .MuiTabs-indicator {
  background-color: #fff;
}
.stw-OutgoingCallPopin-content--img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px;
}
.stw-OutgoingCallPopin-content--img .fake-img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #e8eaed;
  display: flex;
  position: relative;
}
.stw-OutgoingCallPopin-content--img .animation {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  border: solid 5px #e5e5e5;
  animation: pulse 2s infinite;
}
.stw-OutgoingCallPopin-cta-block--cancel {
  background-color: red;
  color: white;
  width: 100%;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  15% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: scale(1, 1);
    opacity: 0;
  }
  55% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1);
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}
.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "…";
  /* ascii code for the ellipsis character */
  width: 0px;
}

@keyframes ellipsis {
  to {
    width: 40px;
  }
}
@-webkit-keyframes ellipsis {
  to {
    width: 40px;
  }
}.stw-CallManager-container {
  height: 100%;
  width: 20%;
  box-sizing: border-box;
  width: 0;
  transition: width 1s ease-in-out;
}
.stw-CallManager-container--visible {
  width: 20%;
}.stw-incomingCallPopin {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.stw-incomingCallPopin-cta-block {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}
.stw-incomingCallPopin-cta-block .stw-refuse-call {
  flex-basis: 40%;
}
.stw-incomingCallPopin-cta-block .stw-accept-call {
  flex-basis: 40%;
}
.stw-incomingCallPopin-content--img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 16px;
}
.stw-incomingCallPopin-content--img .fake-img {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #e8eaed;
  display: flex;
  position: relative;
}
.stw-incomingCallPopin-content--img .animation {
  width: 150px;
  height: 150px;
  position: absolute;
  border-radius: 50%;
  border: solid 5px #e5e5e5;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  15% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  40% {
    transform: scale(1, 1);
    opacity: 0;
  }
  55% {
    transform: scale(1.1, 1.1);
    opacity: 1;
  }
  70% {
    transform: scale(1, 1);
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    transform: scale(1.1, 1.1);
    opacity: 0;
  }
}/* Primary color */
/* Primary color dark*/
/* Blue Gradient Top (Ambient Listening Feature) */
/* Blue Gradient Bottom (Ambient Listening Feature) */
/* Blue - Light Blue From Call Banner Gradient */
/* Blue - Dark Blue From Call Banner Gradient */
/* Emergency message CRITICAL gradient top. */
/* Emergency message CRITICAL gradient bottom. */
/* Emergency message SEVERE gradient top. */
/* Emergency message SEVERE gradient bottom. */
/* Emergency message URGENT gradient top. */
/* Emergency message URGENT gradient bottom. */
/**
    * There are legacy color codes which have been imported here in order to have a single CSS file.
    * These codes should NOT be used under the react project; new codes may be added there only if really necessary.
    */
.stw-login-page {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.stw-login-page .stw-login-page-main-area {
  color: #0277bd;
}.stw-ContactMainPage {
  flex-grow: 1;
  display: flex;
}
.stw-ContactMainPage-listContainer {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
}.stw-ContactItem {
  display: flex;
  flex-direction: row;
  height: 56px;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
}
.stw-ContactItem:not(:last-child) {
  border-bottom: solid 1px black;
}
.stw-ContactItem:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
.stw-ContactItem-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stw-ContactItem-avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.stw-ContactItem-infoContainer {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  gap: 8px;
}
.stw-ContactItem-infoContainer .stw-ContactItem-actionContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stw-ContactItem-infoContainer .stw-ContactItem-actionContainer .stw-ContactItem-favoriteIcon {
  color: #f68b22;
}
.stw-ContactItem-infoContainer .stw-ContactItem-infoContainer-user {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.stw-ContactItem-infoContainer .stw-ContactItem-userName {
  font-size: 14px;
  line-height: 14px;
}
.stw-ContactItem-infoContainer .stw-ContactItem-operationalStatus {
  font-size: 12px;
}
.stw-ContactItem-infoContainer .stw-ContactItem-userCustomStatus {
  font-size: 10px;
}.stw-ContactList {
  flex: 1;
  overflow: auto;
}
.stw-ContactList-ButtonContainer {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 56px;
  align-items: center;
}.stw-GroupItem {
  display: flex;
  flex-direction: row;
  height: 56px;
  padding: 8px;
  gap: 8px;
  box-sizing: border-box;
}
.stw-GroupItem:not(:last-child) {
  border-bottom: solid 1px black;
}
.stw-GroupItem:hover {
  cursor: pointer;
  background-color: #f1f1f1;
}
.stw-GroupItem-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stw-GroupItem-avatar .stw-GroupItem-groupIcon {
  background-color: #f7f6f6;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stw-GroupItem-avatar .stw-GroupItem-groupIcon svg {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.stw-GroupItem-avatar .stw-GroupItem-groupIcon svg * {
  fill: #034ea1 !important;
  color: #034ea1 !important;
}
.stw-GroupItem-infoContainer {
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: space-between;
  gap: 8px;
}
.stw-GroupItem-infoContainer .stw-GroupItem-actionContainer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.stw-GroupItem-infoContainer .stw-GroupItem-actionContainer .stw-GroupItem-favoriteIcon {
  color: #f68b22;
}
.stw-GroupItem-infoContainer .stw-GroupItem-infoContainer-user {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
}
.stw-GroupItem-infoContainer .stw-GroupItem-userName {
  font-size: 14px;
  line-height: 14px;
}
.stw-GroupItem-infoContainer .stw-GroupItem-operationalStatus {
  font-size: 12px;
}
.stw-GroupItem-infoContainer .stw-GroupItem-userCustomStatus {
  font-size: 10px;
}.stw-ContactMainFrame {
  flex-grow: 1;
  height: 100%;
  display: flex;
  gap: 20px;
  background-color: #f7f6f6;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.stw-ContactMainFrame-Block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.stw-ContactMainFrame-Action button {
  width: 100%;
}
.stw-ContactMainFrame .stw-ContactAction {
  display: flex;
  width: 100%;
  flex-direction: column;
  height: 100%;
}.stw-ContactSelected {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.stw-ContactSelected-container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  padding: 8px;
}

.stw-contact-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  background-color: white;
  height: 50px;
  border-radius: 8px;
  width: calc(25% - 20px);
  padding: 8px 0px 8px 8px;
  position: relative;
}
.stw-contact-block:hover {
  cursor: pointer;
}
.stw-contact-block .stw-ContactBlock-removeIcon {
  position: absolute;
  background-color: grey;
  color: white;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}.stw-ContactAction-header {
  display: flex;
  justify-content: flex-end;
  background-color: #c5c5c5;
  padding: 10px;
}.stw-ContactFilter {
  width: 40%;
  height: 100%;
  padding-top: 20px;
}
.stw-ContactFilter-Title {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  text-transform: uppercase;
}
.stw-ContactFilter-Block {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.stw-ContactFilter-Block-title {
  font-weight: bold;
  padding: 8px;
}
.stw-ContactFilter-ButtonBlock {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  gap: 20px;
}
.stw-ContactFilter-ButtonBlock button {
  width: 50%;
}.stw-ContactDetail {
  display: flex;
  flex-direction: column;
  padding: 15px;
  min-width: 450px;
}
.stw-ContactDetail-Avatar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.stw-ContactDetail-Avatar .stw-ContactDetail-ContactName {
  font-weight: bold;
  margin: 10px 0;
  font-size: 18px;
}
.stw-ContactDetail-InformationContainer {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 30px;
}
.stw-ContactDetail-InformationContainer-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.stw-ContactDetail-InformationContainer-item-Label {
  color: #888888;
}.stw-ConversationMainPage {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  max-width: 100%;
}.stw-ConversationList {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 0 0;
  overflow: hidden;
}
.stw-ConversationListtmp {
  flex: 1;
  overflow: auto;
}.stw-ConversationItem {
  height: 70px;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  border-left: 7px solid white;
  width: 100%;
  min-width: 350px;
  box-sizing: border-box;
}
.stw-ConversationItem:not(:last-child) {
  border-bottom: solid 1px grey;
}
.stw-ConversationItem.selected {
  border-left-color: #034ea1;
  background: #e5e5e5;
}
.stw-ConversationItem:hover {
  background: #e5e5e5;
  cursor: pointer;
}
.stw-ConversationItem-header {
  flex: 1;
  text-align: end;
  font-size: 10px;
  align-content: center;
  padding-right: 4px;
  box-sizing: border-box;
}
.stw-ConversationItem-bodyContainer {
  flex: 2;
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.stw-ConversationItem-bodyContainer .stw-Avatar {
  flex-shrink: 0;
  color: #034ea1;
  fill: #034ea1;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #f7f6f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stw-ConversationItem-bodyContainer .stw-Avatar * {
  color: #034ea1 !important;
  fill: #034ea1 !important;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-width: 0;
  gap: 5px;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer .stw-ConversationItem-titleContainer {
  display: flex;
  flex-direction: row;
  gap: 1px;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer .stw-ConversationItem-titleContainer svg,
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer .stw-ConversationItem-titleContainer svg * {
  color: #034ea1 !important;
  fill: #034ea1 !important;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer .stw-ConversationItem-titleContainer .stw-ConversationItem-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer .stw-ConversationItem-lastMessage {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer .stw-ConversationItem-lastMessage .stw-ConversationItem-lastMessage-display {
  display: flex;
  align-items: center;
  gap: 10px;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-ContentContainer .stw-ConversationItem-lastMessage .stw-ConversationItem-lastMessage-display svg {
  width: 20px;
  height: 20px;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-Markers {
  min-width: 60px;
  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: center;
}
.stw-ConversationItem-bodyContainer .stw-ConversationItem-Markers--favorite {
  color: #f68b22;
}
.stw-ConversationItem-footer {
  flex: 1;
}.stw-ConversationActionBarsContainer {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.stw-ConversationSidebarActionBar:last-child {
  border-bottom: solid 1px black;
}
.stw-ConversationSidebarActionBar:not(:last-child) {
  border-bottom: solid 1px grey;
}.stw-ConversationMainFrame {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.stw-ConversationMainFrame-MessageList {
  flex: 1 0 0;
  overflow: auto;
  padding-bottom: 30px;
}
.stw-ConversationMainFrame-MessageList-loadMore {
  display: flex;
  justify-content: center;
  padding: 8px;
}
.stw-ConversationMainFrame-MessageList-loadMore span {
  background-color: #e5e5e5;
  padding: 10px;
  border-radius: 8px;
}
.stw-ConversationMainFrame-MessageList-loadMore:hover {
  cursor: pointer;
}
.stw-ConversationMainFrame-MessageList .stw-DayBlocMessagesContainer {
  flex: 1;
  gap: 20px;
  display: flex;
  flex-direction: column;
}
.stw-ConversationMainFrame-MessageList .stw-DayBlocMessagesContainer .stw-DayBlockTitle {
  display: flex;
  height: 30px;
  align-items: center;
  justify-content: center;
}
.stw-ConversationMainFrame-BottomShortCut {
  position: absolute;
  bottom: 140px;
  right: 30px;
  cursor: pointer;
}.stw-ConversationHeader {
  width: 100%;
  min-height: 75px;
  background-color: #e5e5e5;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.stw-ConversationHeader-ConversationDetails {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 8px;
  gap: 8px;
  flex-grow: 1;
}
.stw-ConversationHeader-ConversationDetails .stw-Avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stw-ConversationHeader-ConversationDetails .stw-ConversationHeader-Avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: green;
  margin: auto 10px auto 10px;
}
.stw-ConversationHeader-ConversationDetails .stw-ConversationHeader-InfoContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 8px 0;
}
.stw-ConversationHeader-ConversationDetails .stw-ConversationHeader-InfoContainer .stw-ConversationHeader-ConversationTitle {
  font-size: 14px;
}
.stw-ConversationHeader-ConversationDetails .stw-ConversationHeader-InfoContainer .stw-ConversationHeader-ConversationRecipients {
  font-size: 14px;
  max-width: 50%;
  height: 50px;
  overflow: auto;
}
.stw-ConversationHeader-ActionsContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-right: 5px;
}
.stw-ConversationHeader .stw-ConversationAction {
  cursor: pointer;
  height: 39px;
  width: 30px;
  color: #034ea1;
}
.stw-ConversationHeader .stw-ConversationAction * {
  color: #034ea1 !important;
  fill: #034ea1 !important;
}.stw-ConversationFooter {
  width: 100%;
  padding-bottom: 10px;
  background-color: #e5e5e5;
  display: flex;
  flex-direction: column;
}
.stw-ConversationFooter-TextMessageArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 5px 10px 5px 10px;
  gap: 10px;
  min-height: 40px;
}
.stw-ConversationFooter-TextMessageArea .stw-ConversationFooter-Emoticons {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.stw-ConversationFooter-TextMessageArea .stw-ConversationFooter-Emoticons .stw-ConversationFooter-EmojiPicker {
  position: absolute;
  top: -520px;
  left: 20px;
}
.stw-ConversationFooter-TextMessageArea .stw-ConversationFooter-MessageInput {
  flex-grow: 1;
  background-color: white;
}
.stw-ConversationFooter-TextMessageArea .stw-ConversationFooter-MessageSubmitButton {
  cursor: pointer;
}
.stw-ConversationFooter-MessageOptions {
  display: flex;
  flex-direction: row;
  align-items: start;
  font-size: 12px;
  gap: 10px;
}
.stw-ConversationFooter .stw-MessageOption {
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 25px;
  gap: 5px;
}
.stw-ConversationFooter .stw-MessageOption:not(:last-child) {
  padding-right: 10px;
  border-right: 1px solid black;
}.stw-MessageItem {
  display: flex;
  padding-left: 10px;
  gap: 20px;
  justify-content: center;
}
.stw-MessageItem-ContentContainer {
  border-radius: 13px;
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  flex-grow: 1;
}
.stw-MessageItem-ContentContainer.IsSender {
  background-color: #d3e1f1;
}
.stw-MessageItem-ContentContainer.IsNotSender {
  background-color: #f7f6f6;
}
.stw-MessageItem-ContentContainer-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stw-MessageItem-ContentContainer-avatar-img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.stw-MessageItem-ContentContainer .stw-MessageItem-InfoContainer {
  overflow: auto;
  word-wrap: break-word;
}
.stw-MessageItem-ContentContainer .stw-MessageItem-InfoContainer-SenderInfo {
  font-size: 13px;
  color: #9a9a9a;
}
.stw-MessageItem-ContentContainer .stw-MessageItem-InfoContainer-MessageContent {
  font-size: 14px;
  white-space: pre-wrap;
}
.stw-MessageItem-MessageStatus {
  display: flex;
  flex-direction: row;
  margin: 0px 20px;
}
.stw-MessageItem-MessageStatus.IsSender {
  align-self: center;
}
.stw-MessageItem-MessageStatus.IsNotSender {
  align-self: center;
}
.stw-MessageItem-MessageStatus-Time {
  font-size: 12px;
}
.stw-MessageItem--call {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 8px;
  border-radius: 8px;
  min-width: 45%;
  justify-content: space-between;
}
.stw-MessageItem--call svg {
  width: 30px;
}
.stw-MessageItem--call svg * {
  fill: #034ea1 !important;
  color: #034ea1 !important;
}
.stw-MessageItem--call-missed {
  background-color: #f4999d;
}
.stw-MessageItem--call-missed svg * {
  fill: #e62828 !important;
  color: #e62828 !important;
}
.stw-MessageItem--call-incoming {
  background-color: #e5e5e5;
}
.stw-MessageItem--call-outgoing {
  background-color: #d3e1f1;
}
.stw-MessageItem--call-iconContainer {
  display: flex;
  align-items: center;
  gap: 20px;
}.stw-ConversationRightSidebar {
  height: 100%;
  width: 20%;
  border: solid 2px black;
  box-sizing: border-box;
  width: 0;
  transition: width 1.5s ease-in-out;
}
.stw-ConversationRightSidebar.visible {
  width: 20%;
}.stw-MyToolsPackageItem {
  height: 56px;
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  border-left: 7px solid white;
  width: 100%;
  min-width: 350px;
  box-sizing: border-box;
}
.stw-MyToolsPackageItem:not(:last-child) {
  border-bottom: solid 1px grey;
}
.stw-MyToolsPackageItem.selected {
  border-left-color: #034ea1;
  background: #e5e5e5;
}
.stw-MyToolsPackageItem:hover {
  background: #e5e5e5;
  cursor: pointer;
}.stw-MyToolsList {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1 0 0;
  overflow: hidden;
}
.stw-MyToolsListtmp {
  flex: 1;
  overflow: auto;
}.stw-MyToolsMainPage {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}.stw-MyToolsMainFrame {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
}
.stw-MyToolsMainFrame .stw-MyToolsIframe {
  width: 100%;
}.stw-MyBusinessMainFrame {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.stw-MyBusinessMainFrame-block-cta {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  height: 56px;
}
.stw-MyBusinessMainFrame-block-cta .stw-MyBusinessMainFrame-input {
  width: 20%;
}
.stw-MyBusinessMainFrame-iframeContainer {
  margin-top: 10px;
  flex-grow: 1;
  width: 100%;
}