body {
  font-family: "Source Sans 3", sans-serif;
  background-color: #f8f9fa;
}
body .sidebar ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
body .sidebar .icon-menu {
  float: left;
  min-height: 100vh;
  padding: 20px;
  width: 25%;
}
body .sidebar .icon-menu a {
  margin-bottom: 20px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  position: relative;
  outline: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  color: inherit;
  min-width: 45px;
  min-height: 45px;
  border: 2px solid transparent;
  transition: background 0.15s, border 0.15s;
}
body .sidebar .icon-menu a:hover {
  background: #e4e9ec;
}
body .sidebar .icon-menu a.current {
  background: var(--baseColor);
  border-color: var(--primaryColor);
}
body .sidebar .icon-menu a.current:hover {
  background: transparent;
}
body .sidebar .icon-menu a img {
  max-width: 60%;
}
body .sidebar .main-menu {
  float: left;
  border-right: 1px solid #d7dde4;
  border-left: 1px solid #d7dde4;
  min-height: 100vh;
  width: 75%;
  padding: 20px;
}
body .sidebar .main-menu a {
  display: inline-block;
  color: #666f75;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 5px 0;
  padding: 3px 10px;
  font-size: 16px;
  min-height: 40px;
  min-width: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  transition: background 0.15s, color 0.15s;
}
body .sidebar .main-menu a.current {
  background-color: #e4e9ec;
  color: #16161a;
}
body .sidebar .main-menu a img {
  max-width: 9%;
}
body .sidebar .main-menu a:hover {
  background-color: #e4e9ec;
  color: #16161a;
}
body .content-container .content-block {
  padding: 0 20px;
}
body .content-container #emailTriage_wrapper .mt-2:first-child {
  margin-top: 30px;
  display: block !important;
  width: 100%;
}
body .content-container #emailTriage_wrapper .mt-2:first-child .dt-search {
  margin: 0;
  margin-bottom: 10px;
  outline: 0;
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 5px 7px;
  white-space: nowrap;
  color: #666f75;
  background: #e4e9ec;
  border-radius: 40px;
  transition: color 0.15s, background 0.15s, box-shadow 0.15s;
  width: 100%;
}
body .content-container #emailTriage_wrapper .mt-2:first-child .dt-search label {
  padding-left: 5px;
  width: 25px;
}
body .content-container #emailTriage_wrapper .mt-2:first-child .dt-search input {
  padding-left: 0;
  background-color: transparent;
  border-color: transparent;
  width: 100%;
}
body .content-container .breadcrumbs {
  padding: 30px;
  display: flex;
  align-items: center;
  gap: 30px;
  color: #a0a6ac;
}
body .content-container .breadcrumbs .breadcrumb {
  font-size: 20px;
  color: #a0a6ac;
  text-decoration: none;
  position: relative;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}
body .content-container .breadcrumbs .breadcrumb:first-child::after {
  content: "/";
  position: absolute;
  right: -20px;
  top: 0;
  width: 10px;
  text-align: center;
  pointer-events: none;
  opacity: 0.4;
}
body .content-container .breadcrumbs .breadcrumb:last-child {
  word-break: break-word;
  color: #16161a;
}

.info-bar {
  position: fixed;
  background-color: #f8f9fa;
  bottom: 0;
  font-size: 13px;
  color: #666f75;
  padding: 20px 20px 0 20px;
  width: 100%;
}

#emailTriage {
  font-size: 14.5px;
}
#emailTriage th img {
  max-width: 20%;
  margin-right: 5px;
}
#emailTriage th:nth-child(1) img {
  max-width: 12%;
}
#emailTriage th:nth-child(2) img {
  max-width: 4%;
}
#emailTriage th:nth-child(3) img {
  max-width: 12%;
}
#emailTriage th:hover {
  background-color: #e4e9ec;
  border: 0 !important;
  border-color: transparent !important;
}
#emailTriage tr {
  cursor: pointer;
}
#emailTriage tr:hover {
  background-color: #e4e9ec;
}
#emailTriage tr td {
  height: 56px;
  vertical-align: middle;
}
#emailTriage .dt-column-title {
  display: flex;
  color: #666f75;
  font-size: 14.5px;
  font-weight: 600;
  border-color: transparent !important;
}
#emailTriage .txt-ellipsis {
  display: inline-block;
  vertical-align: top;
  flex-shrink: 1;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14.5px;
}
#emailTriage .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  gap: 5px;
  padding: 3px 9px;
  min-height: 24px;
  max-width: 100%;
  text-align: center;
  line-height: 16px;
  font-size: 13px;
  background: #d7dde4;
  color: #16161a;
  white-space: nowrap;
  border-radius: 15px;
}

.bs-canvas-overlay {
  opacity: 0.85;
  z-index: 1100;
  background-color: rgba(53, 71, 104, 0.28);
}

.bs-canvas {
  top: 0;
  z-index: 1110;
  overflow-x: hidden;
  overflow-y: auto;
  width: 50%;
  transition: margin 0.4s ease-out;
  -webkit-transition: margin 0.2s ease-out;
  -moz-transition: margin 0.2s ease-out;
  -ms-transition: margin 0.2s ease-out;
}
.bs-canvas .bs-canvas-content .form-group {
  font-size: 13px;
  background-color: #e4e9ec;
  padding: 20px;
  color: #666f75;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.bs-canvas .bs-canvas-content .form-group label {
  margin-bottom: 0;
}
.bs-canvas .bs-canvas-content .form-group input {
  margin: 0;
  padding-left: 0;
  background-color: #e4e9ec;
  border: none;
}
.bs-canvas .bs-canvas-header {
  font-size: 18px;
  font-weight: 400;
}
.bs-canvas .bs-canvas-footer {
  display: flex;
  position: absolute;
  bottom: 0;
  background-color: #FFFFFF;
  min-height: 30px;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.0509803922);
  -moz-column-gap: 20px;
       column-gap: 20px;
  justify-content: flex-end;
  border-top: 1px solid #d7dde4;
  padding: 23px 30px;
  align-items: center;
  width: 100%;
  z-index: 2;
}

.bs-canvas-right {
  right: 0;
  margin-right: -50%;
}

.ql-toolbar.ql-snow {
  background-color: #FFF !important;
}

#email-viewer {
  background-color: #FFF;
  min-height: 250px;
}

input:focus,
.form-control:focus,
textarea:focus,
select:focus {
  outline: none; /* Remove the default outline */
  box-shadow: none; /* Remove the default box-shadow */
}/*# sourceMappingURL=style.css.map */