/*! simple-legal-addin v.1.0.0 (1760087979537) ©  */
.title {
  font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
    sans-serif;
  font-weight: 600;
  /* padding-left: 5px; */
}
.subject {
  font-family: "Lato";
  font-weight: "bold";
  color: black;
  /* padding-left: 5px;
    padding-right: 5px; */
}
.matter {
  font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
    sans-serif;
  font-weight: 600;
  /* padding-left: 5px;
    margin-right: 5px; */
}
.tags {
  font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
    sans-serif;
  font-weight: 600;
  /* padding-left: 5px;
    padding-right: 5px; */
}
.saveBtn {
  width: 100%;
  /* margin-right: 5px; */
}
.attachmentList {
  font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
    sans-serif;
}
.messageText {
  font-family: "wf_segoe-ui_normal", "Segoe UI", "Segoe WP", Tahoma, Arial,
    sans-serif;
}
.attachmentDiv {
  /* box-shadow: none;
  box-sizing: border-box;
  border-width: 1px;
  border-color: rgb(166, 166, 166);
  border-style: solid; */
  /* margin-left: 5px;
    margin-right: 5px; */
  overflow-x: auto;
  overflow-y: auto;
  max-height: 250px;
  /* min-height: auto; */
}
.msg-bar {
  font-family: "Lato";
  font-weight: "normal";
  color: "black";
  font-size: 14;
}
.recentMatters {
  font-family: "Lato";
  font-weight: "normal";
  color: "black";
  font-size: 16;
}
.msg-bar2 {
  font-family: "Lato";
  font-weight: "normal";
  color: "black";
  font-size: 16;
}
.pivot {
  font-family: "Lato";
  font-weight: "normal";
  color: "black";
  font-size: 14;
}
.pivotHeader {
  margin-left: "-8px";
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
#container {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
#container > div {
  height: 100%;
  width: 100%;
}
.ms-welcome {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  min-height: 500px;
  min-width: 320px;
  overflow: auto;
  overflow-x: hidden;
}
.ms-welcome__progress,
.ms-welcome__header {
  padding: 20px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-welcome__progress h1,
.ms-welcome__header h1 {
  margin-top: 30px;
  text-align: center;
}
.ms-welcome__progress {
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-welcome__progress h1 {
  margin-bottom: 80px;
}
.ms-welcome__progress .ms-Spinner .ms-Spinner-label {
  color: #999;
}
.ms-welcome__progress .ms-Spinner .ms-Spinner-circle {
  color: #333333;
  border: 1.5px solid #CCC;
  border-top-color: #333333;
}
.ms-welcome__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 30px 20px;
}
.ms-welcome__main h2 {
  width: 100%;
  text-align: center;
}
.ms-welcome__features {
  list-style-type: none;
  margin-top: 30px;
  margin-bottom: 30px;
}
.ms-welcome__features.ms-List .ms-ListItem {
  padding: 0px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.ms-welcome__features.ms-List .ms-ListItem > .ms-Icon {
  font-size: 14pt;
  margin-right: 10px;
}
.ms-welcome__action {
  margin-top: 30px;
}
@media (min-width: 0) and (max-width: 350px) {
  .ms-welcome__features {
    width: 100%;
  }
}


/*# sourceMappingURL=app.eb0ff3f01a363210fe0b.css.map*/