vertical-layout-1,
vertical-layout-1 #main {
  display: flex;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
vertical-layout-1 #main {
  position: relative;
  flex-direction: column;
  z-index: 1;
  min-width: 0;
}
vertical-layout-1 #main > .container {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  width: 100%;
  min-height: 0;
  min-width: 0;
}
vertical-layout-1 #main > .container > .container {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  min-width: 0;
}
vertical-layout-1 #main > .container > .container > .container {
  position: relative;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
vertical-layout-1
  #main
  > .container
  > .container
  > .container
  ..content.inner-scroll {
  flex: 1 1 0%;
  min-height: 0;
}
vertical-layout-1
  #main
  > .container
  > .container
  > .container
  ..content.inner-scroll
  > :not(router-outlet) {
  flex: 1 1 0%;
}
.tw-agent-details .agent-details {
  width: 130px;
  height: 64px;
}
.tw-wapper {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.tw-wapper .widget-placeholder {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #d3d3d3;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.tw-wapper .tw-card .mat-card {
  position: unset;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  padding: 0;
  background: #eee;
  word-break: break-word;
}
.tw-wapper .tw-card .mat-card .card-wrapper {
  padding: 6px;
  height: 100%;
  border-radius: 2rem;
  transition-property: padding;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.tw-wapper .tw-card .mat-card .card-header {
  height: 4rem;
  align-items: center;
  border-radius: 2rem;
  padding-right: 1rem;
}
.tw-wapper .tw-card .mat-card .mat-card-header-text {
  margin: 0 6px;
  overflow: hidden;
}
.tw-wapper .tw-card .mat-card .mat-card-header-text .mat-card-title {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.tw-wapper .tw-card .mat-card .mat-card-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.07);
}
.tw-wapper .tw-card .mat-card .mat-card-content {
  flex: 1;
  border-radius: 2rem;
  margin-top: 6px;
  margin-bottom: 0;
  overflow: hidden;
  min-width: 100%;
  width: 1px;
}
.tw-wapper .tw-card .mat-card .mat-card-content.no-header {
  height: 100%;
  margin-top: 0;
}
.tw-wapper .body-box-none .mat-card .mat-card-content,
.tw-wapper .header-box-none .mat-card .card-header {
  box-shadow: none;
}
.tw-wapper .body-box .mat-card .mat-card-content,
.tw-wapper .header-box .mat-card .card-header {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.tw-wapper .tw-static-widget .tw-static-card {
  box-shadow: none !important;
  background: inherit !important;
}
.tw-wapper .tw-static-widget .tw-static-card .tw-static-card-wrapper {
  background: inherit !important;
  padding: 0;
}
.tw-wapper
  .tw-static-widget
  .tw-static-card
  .tw-static-card-wrapper
  .tw-static-card-content {
  background: inherit !important;
  overflow: inherit;
  padding: 0;
  margin-bottom: 0;
}
.tw-agent-details .agent-details.auxCode {
  width: auto;
}
.tw-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}
.tw-wrapper .tw-card {
  top: 0;
  right: 0;
  transition-property: transform, height, min-height, max-height;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.tw-wrapper .tw-card.aot {
  display: grid;
  min-width: 250px;
  max-width: 100vw;
  max-height: 100vh;
  transition-property: height, min-height, max-height;
}
.tw-wrapper .tw-card.aot.maximized {
  position: fixed;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
  transform: translateZ(0) !important;
}
@media screen and (min-width: 960px) {
  .tw-wrapper .tw-card.aot.maximized {
    width: calc(100% - 72px) !important;
  }
}
.tw-wrapper .tw-card.maximized {
  position: absolute;
  width: 100%;
  height: calc(100vh - 82px);
  z-index: 100000;
}
@media screen and (min-width: 1280px) {
  .tw-wrapper .tw-card.maximized {
    width: 66.66%;
    height: 100%;
  }
}
.tw-wrapper .tw-card.maximized.cover {
  width: 100%;
  height: 100%;
}
.tw-wrapper .tw-card.floating {
  position: relative;
  z-index: 100001;
  transition-property: height, min-height, max-height;
}
.tw-wrapper .tw-card.collapsed {
  height: 4rem !important;
}
.tw-wrapper .tw-card.collapsed .card-wrapper {
  padding: 0 !important;
}
.tw-wrapper .tw-card.collapsed .card-wrapper mat-card-content {
  opacity: 0;
  display: none !important;
}
.tw-wrapper .tw-card.collapsed.aot,
.tw-wrapper .tw-card.collapsed.floating,
.tw-wrapper .tw-card.collapsed.maximized {
  height: 5.2rem !important;
}
.tw-wrapper .tw-card.collapsed.aot .card-wrapper,
.tw-wrapper .tw-card.collapsed.floating .card-wrapper,
.tw-wrapper .tw-card.collapsed.maximized .card-wrapper {
  padding: 6px !important;
}
.tw-wrapper .tw-card.collapsed.inherit-header,
.tw-wrapper .tw-card.collapsed.inherit-header .card-header {
  height: 4rem !important;
}
.tw-wrapper .tw-card.collapsed.inherit-header.aot .card-header,
.tw-wrapper .tw-card.collapsed.inherit-header.floating .card-header,
.tw-wrapper .tw-card.collapsed.inherit-header.maximized .card-header {
  height: 3rem !important;
}
.tw-wrapper .tw-card.hidden {
  display: none;
}
.tw-wrapper .tw-card.animate__animated {
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
}
.tw-wrapper .tw-card.animate__faster {
  --animate-duration: 0.8s;
}
.tw-wrapper .tw-card.inherit-header .card-header {
  height: 3rem !important;
}
.tw-wrapper .tw-card.inherit-header .card-header,
.tw-wrapper .tw-card.inherit-header .card-header .mat-card-avatar {
  background: inherit !important;
  color: inherit !important;
}
.tw-wrapper .tw-card.inherit-header .mat-card-content {
  padding-top: 0;
  margin-top: 0;
}
.tw-wrapper mat-card-content {
  transition-property: transform, opacity;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.tw-wrapper .widget-placeholder {
  z-index: -1;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #d3d3d3;
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
}
.tw-wrapper .tw-card .mat-card {
  position: unset;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  padding: 0;
  background: #eee;
  word-break: break-word;
}
.tw-wrapper .tw-card .mat-card .card-header {
  height: 4rem;
  align-items: center;
  border-radius: 2rem;
  padding-right: 1rem;
}
.tw-wrapper .tw-card .mat-card .mat-card-header-text {
  margin: 0 6px;
  overflow: hidden;
}
.tw-wrapper .tw-card .mat-card .mat-card-header-text .mat-card-title {
  margin: 0 !important;
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.tw-wrapper .tw-card .mat-card .mat-card-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.07);
}
.tw-wrapper .tw-card .mat-card .mat-card-content {
  flex: 1;
  border-radius: 2rem;
  margin-top: 6px;
  margin-bottom: 0;
  overflow: hidden;
  min-width: 100%;
  width: 1px;
}
.tw-wrapper .tw-card .mat-card .mat-card-content.no-header {
  height: 100%;
  margin-top: 0;
}
.tw-wrapper .body-box-none .mat-card .mat-card-content,
.tw-wrapper .header-box-none .mat-card .card-header {
  box-shadow: none;
}
.tw-wrapper .body-box .mat-card .mat-card-content,
.tw-wrapper .header-box .mat-card .card-header {
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.tw-wrapper .tw-static-widget .tw-static-card {
  box-shadow: none !important;
  background: inherit !important;
}
.tw-wrapper .tw-static-widget .tw-static-card .tw-static-card-wrapper {
  background: inherit !important;
  padding: 0;
}
.tw-wrapper
  .tw-static-widget
  .tw-static-card
  .tw-static-card-wrapper
  .tw-static-card-content {
  background: inherit !important;
  overflow: inherit;
  padding: 0;
  margin-bottom: 0;
}
.mat-card {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  padding: 16px;
  border-radius: 4px;
}
._mat-animation-noopable.mat-card {
  transition: none;
  animation: none;
}
.mat-card .mat-divider-horizontal {
  position: absolute;
  left: 0;
  width: 100%;
}
[dir="rtl"] .mat-card .mat-divider-horizontal {
  left: auto;
  right: 0;
}
.mat-card .mat-divider-horizontal.mat-divider-inset {
  position: static;
  margin: 0;
}
[dir="rtl"] .mat-card .mat-divider-horizontal.mat-divider-inset {
  margin-right: 0;
}
.cdk-high-contrast-active .mat-card {
  outline: solid 1px;
}
.mat-card-actions,
.mat-card-subtitle,
.mat-card-content {
  display: block;
  margin-bottom: 16px;
}
.mat-card-title {
  display: block;
  margin-bottom: 8px;
}
.mat-card-actions {
  margin-left: -8px;
  margin-right: -8px;
  padding: 8px 0;
}
.mat-card-actions-align-end {
  display: flex;
  justify-content: flex-end;
}
.mat-card-image {
  width: calc(100% + 32px);
  margin: 0 -16px 16px -16px;
}
.mat-card-footer {
  display: block;
  margin: 0 -16px -16px -16px;
}
.mat-card-actions .mat-button,
.mat-card-actions .mat-raised-button,
.mat-card-actions .mat-stroked-button {
  margin: 0 8px;
}
.mat-card-header {
  display: flex;
  flex-direction: row;
}
.mat-card-header .mat-card-title {
  margin-bottom: 12px;
}
.mat-card-header-text {
  margin: 0 16px;
}
.mat-card-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.mat-card-title-group {
  display: flex;
  justify-content: space-between;
}
.mat-card-sm-image {
  width: 80px;
  height: 80px;
}
.mat-card-md-image {
  width: 112px;
  height: 112px;
}
.mat-card-lg-image {
  width: 152px;
  height: 152px;
}
.mat-card-xl-image {
  width: 240px;
  height: 240px;
  margin: -8px;
}
.mat-card-title-group > .mat-card-xl-image {
  margin: -8px 0 8px;
}
@media (max-width: 599px) {
  .mat-card-title-group {
    margin: 0;
  }
  .mat-card-xl-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.mat-card > :first-child,
.mat-card-content > :first-child {
  margin-top: 0;
}
.mat-card > :last-child:not(.mat-card-footer),
.mat-card-content > :last-child:not(.mat-card-footer) {
  margin-bottom: 0;
}
.mat-card-image:first-child {
  margin-top: -16px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.mat-card > .mat-card-actions:last-child {
  margin-bottom: -8px;
  padding-bottom: 0;
}
.mat-card-actions .mat-button:first-child,
.mat-card-actions .mat-raised-button:first-child,
.mat-card-actions .mat-stroked-button:first-child {
  margin-left: 0;
  margin-right: 0;
}
.mat-card-title:not(:first-child),
.mat-card-subtitle:not(:first-child) {
  margin-top: -4px;
}
.mat-card-header .mat-card-subtitle:not(:first-child) {
  margin-top: -8px;
}
.mat-card > .mat-card-xl-image:first-child {
  margin-top: -8px;
}
.mat-card > .mat-card-xl-image:last-child {
  margin-bottom: -8px;
}

@media screen and (max-width: 599px) {
  .tw-agent-details .agent-details {
    width: 80px;
  }
}
@media screen and (min-width: 600px) and (max-width: 959px) {
  .tw-agent-details .agent-details {
    width: 100px;
  }
}
.tw-agent-details .agent-details:after {
  position: absolute;
  bottom: -4px;
  right: 10%;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 12px solid hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  z-index: 1;
  transition: all 0.1s ease-in 0s;
  opacity: 0;
}
.tw-agent-details .agent-details.opened:after {
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1;
  z-index: 1104;
}
.tw-agent-details .agent-details .arrow-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.tw-agent-details .avatar {
  background-size: cover;
  border-radius: 1rem;
  border: 2px solid #fafafa;
  height: 44px;
  width: 48px;
}
.tw-agent-details .element-status {
  left: 38px;
  bottom: 0;
  border: 1px solid #fff;
}
.tw-agent-details .user-button {
  padding: 0 8px;
}
.tw-agent-details .user-button:after {
  position: absolute;
  bottom: -4px;
  left: 20%;
  content: "";
  display: block;
  height: 0;
  width: 0;
  border: 12px solid hsla(0, 0%, 100%, 0);
  border-bottom-color: #fff;
  z-index: 1;
  transition: all 0.1s ease-in 0s;
  opacity: 0;
}
.tw-agent-details .user-button.opened:after {
  transition: opacity 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 1;
  z-index: 1104;
}
.agent-info-menu.mat-menu-panel .mat-menu-item .mat-icon {
  margin-right: 8px;
}

.tw-aux-timer .time {
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tw-aux-timer .time .time-seperator {
  color: #424242;
  margin: 0 2px;
}
.tw-aux-timer .partial {
  display: inline-block;
  margin: 2px;
  padding: 8px 6px;
  font-size: 14px;
  text-shadow: 0 0 7px #dadada;
  border-radius: 6px;
  line-height: 1;
  width: 20px;
  text-align: center;
  background: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.fuse-sidebar {
  width: 72px;
  min-width: 72px;
  max-width: 72px;
}
@media screen and (max-width: 599px) {
  .fuse-sidebar {
    min-width: 0 !important;
    max-width: 60px !important;
    width: 60px !important;
  }
  .toolbar.navbar-left {
    border-top-left-radius: 3rem;
    margin-left: 60px !important;
  }
  #container-3 {
    padding-left: 60px !important;
  }
  .twn-list .mat-selection-list .mat-list-item {
    width: 60px !important;
  }
}
.fuse-sidebar.navbar-.fuse-sidebar {
  overflow: hidden;
}
.fuse-sidebar.navbar {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  width: 100%;
  height: 100%;
}
.fuse-sidebar.navbar.right-navbar .toggle-sidebar-opened mat-icon {
  transform: rotate(180deg);
}
.fuse-sidebar {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.fuse-sidebar .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  min-height: 64px;
  padding: 1rem;
  transition: padding 0.2s ease;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.fuse-sidebar .navbar-header .logo {
  display: flex;
  align-items: center;
}
.fuse-sidebar .navbar-content {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.fuse-sidebar .navbar-content .twn-list {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fuse-sidebar .navbar-content .twn-list .mat-list-item {
  color: #fff !important;
}
.fuse-sidebar .navbar-content .twn-list .mat-selection-list {
  height: calc(100% - 114px);
  overflow-x: hidden;
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.fuse-sidebar .navbar-content .twn-list .button-settings {
  width: 70px !important;
  height: 44px !important;
}
.fuse-sidebar
  .navbar-content
  .twn-list
  .button-settings
  .mat-ripple:not(:empty) {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.fuse-sidebar .navbar-content .twn-list .button-settings:hover {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: rgba(0, 0, 0, 0.12);
}
.fuse-sidebar .navbar-content .twn-list .button-settings .mat-icon {
  -webkit-animation: rotating 3s linear infinite;
  animation: rotating 3s linear infinite;
}
.fuse-sidebar .navbar-content .twn-list .brand-logo {
  -webkit-filter: drop-shadow(0 10px 6px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 10px 6px rgba(0, 0, 0, 0.2));
  margin-bottom: 3rem;
}
.fuse-sidebar .navbar-content .mat-icon {
  color: #fff !important;
}
.top-navbar {
  display: flex;
  align-items: center;
}
.top-navbar .navbar-content {
  width: 100%;
}
.top-navbar .navbar-content .twn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.5rem;
}
.top-navbar .navbar-content .twn-list .mat-list-item {
  color: #fff !important;
}
.top-navbar .navbar-content .twn-list .mat-selection-list {
  overflow-x: hidden;
  display: flex;
  flex: 1 0 auto;
  justify-content: space-between;
  padding: 0;
}
.top-navbar .navbar-content .twn-list .mat-selection-list .top {
  display: flex;
}
.top-navbar .navbar-content .twn-list .mat-selection-list .bottom {
  display: flex;
  margin-right: 4rem;
}
.top-navbar .navbar-content .twn-list .mat-selection-list .mat-list-option {
  margin-right: 0.25rem;
}
.top-navbar
  .navbar-content
  .twn-list
  .mat-selection-list
  .mat-ripple:not(:empty) {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.top-navbar
  .navbar-content
  .twn-list
  .mat-selection-list
  .mat-list-option:hover {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  background: rgba(0, 0, 0, 0.12);
}
.top-navbar .navbar-content .twn-list .mat-selection-list .mat-list-item {
  width: 70px !important;
  height: 44px !important;
  margin-right: 12px !important;
}
.top-navbar
  .navbar-content
  .twn-list
  .mat-selection-list
  .mat-list-single-selected-option,
.top-navbar
  .navbar-content
  .twn-list
  .mat-selection-list
  .mat-list-single-selected-option:focus,
.top-navbar
  .navbar-content
  .twn-list
  .mat-selection-list
  .mat-list-single-selected-option:hover {
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.top-navbar .navbar-content .twn-list .mat-selection-list .mat-list-text {
  padding: 0 !important;
}
.top-navbar .navbar-content .twn-list .brand-logo {
  margin-right: 3rem;
}
.top-navbar .navbar-content .mat-icon {
  color: #fff !important;
}
.tw-navbar-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tw-navbar-menu .wrap {
  margin: 0 6px;
}
.tw-navbar-menu .mat-icon {
  font-size: 28px;
  height: 28px;
  width: 28px;
  line-height: 28px;
}

.fuse-sidebar {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  position: absolute;
  top: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 280px;
  min-width: 280px;
  max-width: 280px;
  z-index: 1000;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.35);
}

.fuse-sidebar.left-positioned {
  left: 0;
  transform: translateX(-100%);
}
.fuse-sidebar.right-positioned {
  right: 0;
  transform: translateX(100%);
}
.fuse-sidebar.open {
  transform: translateX(0);
}
.fuse-sidebar.locked-open {
  position: relative !important;
  transform: translateX(0) !important;
}
.fuse-sidebar.folded {
  position: absolute !important;
  top: 0;
  bottom: 0;
}
.fuse-sidebar.animations-enabled {
  transition-property: transform, width, min-width, max-width;
  transition-duration: 0.15s;
  transition-timing-function: ease-in-out;
}
.fuse-sidebar-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  opacity: 0;
}

.fuse-sidebar .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  min-height: 64px;
  padding: 1rem;
  transition: padding 0.2s ease;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.mat-subheader {
  display: flex;
  box-sizing: border-box;
  padding: 16px;
  align-items: center;
}
.mat-list-base .mat-subheader {
  margin: 0;
}
.mat-list-base {
  padding-top: 8px;
  display: block;
  -webkit-tap-highlight-color: transparent;
}
.mat-list-base .mat-subheader {
  height: 48px;
  line-height: 16px;
}
.mat-list-base .mat-subheader:first-child {
  margin-top: -8px;
}
.mat-list-base .mat-list-item,
.mat-list-base .mat-list-option {
  display: block;
  height: 48px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 0;
}
.mat-list-base .mat-list-item .mat-list-item-content,
.mat-list-base .mat-list-option .mat-list-item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  height: inherit;
}
.mat-list-base .mat-list-item .mat-list-item-content-reverse,
.mat-list-base .mat-list-option .mat-list-item-content-reverse {
  display: flex;
  align-items: center;
  padding: 0 16px;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.mat-list-base .mat-list-item .mat-list-item-ripple,
.mat-list-base .mat-list-option .mat-list-item-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.mat-list-base .mat-list-item.mat-list-item-with-avatar,
.mat-list-base .mat-list-option.mat-list-item-with-avatar {
  height: 56px;
}
.mat-list-base .mat-list-item.mat-2-line,
.mat-list-base .mat-list-option.mat-2-line {
  height: 72px;
}
.mat-list-base .mat-list-item.mat-3-line,
.mat-list-base .mat-list-option.mat-3-line {
  height: 88px;
}
.mat-list-base .mat-list-item.mat-multi-line,
.mat-list-base .mat-list-option.mat-multi-line {
  height: auto;
}
.mat-list-base .mat-list-item.mat-multi-line .mat-list-item-content,
.mat-list-base .mat-list-option.mat-multi-line .mat-list-item-content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mat-list-base .mat-list-item .mat-list-text,
.mat-list-base .mat-list-option .mat-list-text {
  display: flex;
  flex-direction: column;
  flex: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}
.mat-list-base .mat-list-item .mat-list-text > *,
.mat-list-base .mat-list-option .mat-list-text > * {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}
.mat-list-base .mat-list-item .mat-list-text:empty,
.mat-list-base .mat-list-option .mat-list-text:empty {
  display: none;
}
.mat-list-base
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
.mat-list-base
  .mat-list-item.mat-list-option
  .mat-list-item-content
  .mat-list-text,
.mat-list-base
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
.mat-list-base
  .mat-list-option.mat-list-option
  .mat-list-item-content
  .mat-list-text {
  padding-right: 0;
  padding-left: 16px;
}
[dir="rtl"]
  .mat-list-base
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
[dir="rtl"]
  .mat-list-base
  .mat-list-item.mat-list-option
  .mat-list-item-content
  .mat-list-text,
[dir="rtl"]
  .mat-list-base
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
[dir="rtl"]
  .mat-list-base
  .mat-list-option.mat-list-option
  .mat-list-item-content
  .mat-list-text {
  padding-right: 16px;
  padding-left: 0;
}
.mat-list-base
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base
  .mat-list-item.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base
  .mat-list-option.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text {
  padding-left: 0;
  padding-right: 16px;
}
[dir="rtl"]
  .mat-list-base
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
[dir="rtl"]
  .mat-list-base
  .mat-list-item.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
[dir="rtl"]
  .mat-list-base
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
[dir="rtl"]
  .mat-list-base
  .mat-list-option.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text {
  padding-right: 0;
  padding-left: 16px;
}
.mat-list-base
  .mat-list-item.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base
  .mat-list-item.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content
  .mat-list-text,
.mat-list-base
  .mat-list-option.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base
  .mat-list-option.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content
  .mat-list-text {
  padding-right: 16px;
  padding-left: 16px;
}
.mat-list-base .mat-list-item .mat-list-avatar,
.mat-list-base .mat-list-option .mat-list-avatar {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}
.mat-list-base .mat-list-item .mat-list-avatar ~ .mat-divider-inset,
.mat-list-base .mat-list-option .mat-list-avatar ~ .mat-divider-inset {
  margin-left: 72px;
  width: calc(100% - 72px);
}
[dir="rtl"] .mat-list-base .mat-list-item .mat-list-avatar ~ .mat-divider-inset,
[dir="rtl"]
  .mat-list-base
  .mat-list-option
  .mat-list-avatar
  ~ .mat-divider-inset {
  margin-left: auto;
  margin-right: 72px;
}
.mat-list-base .mat-list-item .mat-list-icon,
.mat-list-base .mat-list-option .mat-list-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  font-size: 24px;
  box-sizing: content-box;
  border-radius: 50%;
  padding: 4px;
}
.mat-list-base .mat-list-item .mat-list-icon ~ .mat-divider-inset,
.mat-list-base .mat-list-option .mat-list-icon ~ .mat-divider-inset {
  margin-left: 64px;
  width: calc(100% - 64px);
}
[dir="rtl"] .mat-list-base .mat-list-item .mat-list-icon ~ .mat-divider-inset,
[dir="rtl"]
  .mat-list-base
  .mat-list-option
  .mat-list-icon
  ~ .mat-divider-inset {
  margin-left: auto;
  margin-right: 64px;
}
.mat-list-base .mat-list-item .mat-divider,
.mat-list-base .mat-list-option .mat-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
[dir="rtl"] .mat-list-base .mat-list-item .mat-divider,
[dir="rtl"] .mat-list-base .mat-list-option .mat-divider {
  margin-left: auto;
  margin-right: 0;
}
.mat-list-base .mat-list-item .mat-divider.mat-divider-inset,
.mat-list-base .mat-list-option .mat-divider.mat-divider-inset {
  position: absolute;
}
.mat-list-base[dense] {
  padding-top: 4px;
  display: block;
}
.mat-list-base[dense] .mat-subheader {
  height: 40px;
  line-height: 8px;
}
.mat-list-base[dense] .mat-subheader:first-child {
  margin-top: -4px;
}
.mat-list-base[dense] .mat-list-item,
.mat-list-base[dense] .mat-list-option {
  display: block;
  height: 40px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 0;
}
.mat-list-base[dense] .mat-list-item .mat-list-item-content,
.mat-list-base[dense] .mat-list-option .mat-list-item-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  padding: 0 16px;
  position: relative;
  height: inherit;
}
.mat-list-base[dense] .mat-list-item .mat-list-item-content-reverse,
.mat-list-base[dense] .mat-list-option .mat-list-item-content-reverse {
  display: flex;
  align-items: center;
  padding: 0 16px;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.mat-list-base[dense] .mat-list-item .mat-list-item-ripple,
.mat-list-base[dense] .mat-list-option .mat-list-item-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
}
.mat-list-base[dense] .mat-list-item.mat-list-item-with-avatar,
.mat-list-base[dense] .mat-list-option.mat-list-item-with-avatar {
  height: 48px;
}
.mat-list-base[dense] .mat-list-item.mat-2-line,
.mat-list-base[dense] .mat-list-option.mat-2-line {
  height: 60px;
}
.mat-list-base[dense] .mat-list-item.mat-3-line,
.mat-list-base[dense] .mat-list-option.mat-3-line {
  height: 76px;
}
.mat-list-base[dense] .mat-list-item.mat-multi-line,
.mat-list-base[dense] .mat-list-option.mat-multi-line {
  height: auto;
}
.mat-list-base[dense] .mat-list-item.mat-multi-line .mat-list-item-content,
.mat-list-base[dense] .mat-list-option.mat-multi-line .mat-list-item-content {
  padding-top: 16px;
  padding-bottom: 16px;
}
.mat-list-base[dense] .mat-list-item .mat-list-text,
.mat-list-base[dense] .mat-list-option .mat-list-text {
  display: flex;
  flex-direction: column;
  flex: auto;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0;
}
.mat-list-base[dense] .mat-list-item .mat-list-text > *,
.mat-list-base[dense] .mat-list-option .mat-list-text > * {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: inherit;
}
.mat-list-base[dense] .mat-list-item .mat-list-text:empty,
.mat-list-base[dense] .mat-list-option .mat-list-text:empty {
  display: none;
}
.mat-list-base[dense]
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-item.mat-list-option
  .mat-list-item-content
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-option.mat-list-option
  .mat-list-item-content
  .mat-list-text {
  padding-right: 0;
  padding-left: 16px;
}
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-item.mat-list-option
  .mat-list-item-content
  .mat-list-text,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content
  .mat-list-text,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-option.mat-list-option
  .mat-list-item-content
  .mat-list-text {
  padding-right: 16px;
  padding-left: 0;
}
.mat-list-base[dense]
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-item.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-option.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text {
  padding-left: 0;
  padding-right: 16px;
}
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-item.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-item.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-option.mat-list-item-with-avatar
  .mat-list-item-content-reverse
  .mat-list-text,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-option.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text {
  padding-right: 0;
  padding-left: 16px;
}
.mat-list-base[dense]
  .mat-list-item.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-item.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-option.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content-reverse
  .mat-list-text,
.mat-list-base[dense]
  .mat-list-option.mat-list-item-with-avatar.mat-list-option
  .mat-list-item-content
  .mat-list-text {
  padding-right: 16px;
  padding-left: 16px;
}
.mat-list-base[dense] .mat-list-item .mat-list-avatar,
.mat-list-base[dense] .mat-list-option .mat-list-avatar {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
}
.mat-list-base[dense] .mat-list-item .mat-list-avatar ~ .mat-divider-inset,
.mat-list-base[dense] .mat-list-option .mat-list-avatar ~ .mat-divider-inset {
  margin-left: 68px;
  width: calc(100% - 68px);
}
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-item
  .mat-list-avatar
  ~ .mat-divider-inset,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-option
  .mat-list-avatar
  ~ .mat-divider-inset {
  margin-left: auto;
  margin-right: 68px;
}
.mat-list-base[dense] .mat-list-item .mat-list-icon,
.mat-list-base[dense] .mat-list-option .mat-list-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  font-size: 20px;
  box-sizing: content-box;
  border-radius: 50%;
  padding: 4px;
}
.mat-list-base[dense] .mat-list-item .mat-list-icon ~ .mat-divider-inset,
.mat-list-base[dense] .mat-list-option .mat-list-icon ~ .mat-divider-inset {
  margin-left: 60px;
  width: calc(100% - 60px);
}
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-item
  .mat-list-icon
  ~ .mat-divider-inset,
[dir="rtl"]
  .mat-list-base[dense]
  .mat-list-option
  .mat-list-icon
  ~ .mat-divider-inset {
  margin-left: auto;
  margin-right: 60px;
}
.mat-list-base[dense] .mat-list-item .mat-divider,
.mat-list-base[dense] .mat-list-option .mat-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
[dir="rtl"] .mat-list-base[dense] .mat-list-item .mat-divider,
[dir="rtl"] .mat-list-base[dense] .mat-list-option .mat-divider {
  margin-left: auto;
  margin-right: 0;
}
.mat-list-base[dense] .mat-list-item .mat-divider.mat-divider-inset,
.mat-list-base[dense] .mat-list-option .mat-divider.mat-divider-inset {
  position: absolute;
}
.mat-nav-list a {
  text-decoration: none;
  color: inherit;
}
.mat-nav-list .mat-list-item {
  cursor: pointer;
  outline: none;
}
mat-action-list button {
  background: none;
  color: inherit;
  border: none;
  font: inherit;
  outline: inherit;
  -webkit-tap-highlight-color: transparent;
  text-align: left;
}
[dir="rtl"] mat-action-list button {
  text-align: right;
}
mat-action-list button::-moz-focus-inner {
  border: 0;
}
mat-action-list .mat-list-item {
  cursor: pointer;
  outline: inherit;
}
.mat-list-option:not(.mat-list-item-disabled) {
  cursor: pointer;
  outline: none;
}
.mat-list-item-disabled {
  pointer-events: none;
}
.cdk-high-contrast-active .mat-list-item-disabled {
  opacity: 0.5;
}
.cdk-high-contrast-active :host .mat-list-item-disabled {
  opacity: 0.5;
}
.cdk-high-contrast-active .mat-selection-list:focus {
  outline-style: dotted;
}
.cdk-high-contrast-active .mat-list-option:hover,
.cdk-high-contrast-active .mat-list-option:focus,
.cdk-high-contrast-active .mat-nav-list .mat-list-item:hover,
.cdk-high-contrast-active .mat-nav-list .mat-list-item:focus,
.cdk-high-contrast-active mat-action-list .mat-list-item:hover,
.cdk-high-contrast-active mat-action-list .mat-list-item:focus {
  outline: dotted 1px;
}
.cdk-high-contrast-active .mat-list-single-selected-option::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 10px;
  height: 0;
  border-bottom: solid 10px;
  border-radius: 10px;
}
.cdk-high-contrast-active [dir="rtl"] .mat-list-single-selected-option::after {
  right: auto;
  left: 16px;
}
@media (hover: none) {
  .mat-list-option:not(.mat-list-single-selected-option):not(.mat-list-item-disabled):hover,
  .mat-nav-list .mat-list-item:not(.mat-list-item-disabled):hover,
  .mat-action-list .mat-list-item:not(.mat-list-item-disabled):hover {
    background: none;
  }
}
.mat-button .mat-button-focus-overlay,
.mat-icon-button .mat-button-focus-overlay {
  opacity: 0;
}
.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
  opacity: 0.04;
}
@media (hover: none) {
  .mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
  .mat-stroked-button:hover:not(.mat-button-disabled)
    .mat-button-focus-overlay {
    opacity: 0;
  }
}
.mat-button,
.mat-icon-button,
.mat-stroked-button,
.mat-flat-button {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
}
.mat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner {
  border: 0;
}
.mat-button.mat-button-disabled,
.mat-icon-button.mat-button-disabled,
.mat-stroked-button.mat-button-disabled,
.mat-flat-button.mat-button-disabled {
  cursor: default;
}
.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner {
  border: 0;
}
.mat-raised-button {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mat-raised-button::-moz-focus-inner {
  border: 0;
}
.mat-raised-button.mat-button-disabled {
  cursor: default;
}
.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-raised-button::-moz-focus-inner {
  border: 0;
}
._mat-animation-noopable.mat-raised-button {
  transition: none;
  animation: none;
}
.mat-stroked-button {
  border: 1px solid currentColor;
  padding: 0 15px;
  line-height: 34px;
}
.mat-stroked-button .mat-button-ripple.mat-ripple,
.mat-stroked-button .mat-button-focus-overlay {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.mat-fab {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  flex-shrink: 0;
}
.mat-fab::-moz-focus-inner {
  border: 0;
}
.mat-fab.mat-button-disabled {
  cursor: default;
}
.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-fab.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-fab::-moz-focus-inner {
  border: 0;
}
._mat-animation-noopable.mat-fab {
  transition: none;
  animation: none;
}
.mat-fab .mat-button-wrapper {
  padding: 16px 0;
  display: inline-block;
  line-height: 24px;
}
.mat-mini-fab {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  flex-shrink: 0;
}
.mat-mini-fab::-moz-focus-inner {
  border: 0;
}
.mat-mini-fab.mat-button-disabled {
  cursor: default;
}
.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-mini-fab::-moz-focus-inner {
  border: 0;
}
._mat-animation-noopable.mat-mini-fab {
  transition: none;
  animation: none;
}
.mat-mini-fab .mat-button-wrapper {
  padding: 8px 0;
  display: inline-block;
  line-height: 24px;
}
.mat-icon-button {
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  line-height: 40px;
  border-radius: 50%;
}
.mat-icon-button i,
.mat-icon-button .mat-icon {
  line-height: 24px;
}
.mat-button-ripple.mat-ripple,
.mat-button-focus-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.mat-button-ripple.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-button-focus-overlay {
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),
    background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
._mat-animation-noopable .mat-button-focus-overlay {
  transition: none;
}
.cdk-high-contrast-active .mat-button-focus-overlay {
  background-color: #fff;
}
.cdk-high-contrast-black-on-white .mat-button-focus-overlay {
  background-color: #000;
}
.mat-button-ripple-round {
  border-radius: 50%;
  z-index: 1;
}
.mat-button .mat-button-wrapper > *,
.mat-flat-button .mat-button-wrapper > *,
.mat-stroked-button .mat-button-wrapper > *,
.mat-raised-button .mat-button-wrapper > *,
.mat-icon-button .mat-button-wrapper > *,
.mat-fab .mat-button-wrapper > *,
.mat-mini-fab .mat-button-wrapper > * {
  vertical-align: middle;
}
.mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-prefix
  .mat-icon-button,
.mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-suffix
  .mat-icon-button {
  display: block;
  font-size: inherit;
  width: 2.5em;
  height: 2.5em;
}
.cdk-high-contrast-active .mat-button,
.cdk-high-contrast-active .mat-flat-button,
.cdk-high-contrast-active .mat-raised-button,
.cdk-high-contrast-active .mat-icon-button,
.cdk-high-contrast-active .mat-fab,
.cdk-high-contrast-active .mat-mini-fab {
  outline: solid 1px;
}
.toolbar {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  z-index: 4;
}
.toolbar.navbar-left {
  border-top-left-radius: 3rem;
}
.toolbar.navbar-left .mat-.toolbar {
  border-top-left-radius: inherit;
}
@media screen and (max-width: 599px) {
  .toolbar.navbar-left,
  .toolbar.navbar-left .mat-.toolbar {
    border-radius: 0;
  }
}
.toolbar.navbar-right {
  border-top-right-radius: 3rem;
}
.toolbar.navbar-right .mat-.toolbar {
  border-top-right-radius: inherit;
}
@media screen and (max-width: 599px) {
  .toolbar.navbar-right,
  .toolbar.navbar-right .mat-.toolbar {
    border-radius: 0;
  }
}
.toolbar.below {
  z-index: 2;
}
.toolbar .mat-.toolbar {
  position: relative;
  background: inherit !important;
  color: inherit !important;
}
.toolbar .logo {
  display: flex;
  align-items: center;
}
.toolbar .logo .logo-icon {
  width: 38px;
}
.toolbar .chat-panel-toggle-button,
.toolbar .language-button,
.toolbar .quick-panel-toggle-button,
.toolbar .user-button,
.toolbar fuse-search-bar {
  min-width: 64px;
  height: 64px;
}
@media screen and (max-width: 599px) {
  .toolbar .chat-panel-toggle-button,
  .toolbar .language-button,
  .toolbar .quick-panel-toggle-button,
  .toolbar .user-button,
  .toolbar fuse-search-bar {
    height: 56px;
  }
}
.toolbar .navbar-toggle-button {
  min-width: 56px;
  height: 56px;
}
.toolbar .toolbar-separator {
  height: 64px;
  width: 1px;
}
@media screen and (max-width: 599px) {
  .toolbar ..toolbar-separator {
    height: 56px;
  }
}
.toolbar .connectivityStatus {
  position: absolute;
  right: 8px;
  cursor: pointer;
}
.content {
  position: relative;
  display: flex;
  z-index: 999;
  flex: 1 0 auto;
}
.content.navbar-left {
  border-bottom-left-radius: 3rem;
}
@media screen and (max-width: 599px) {
  .content.navbar-left {
    border-radius: 0;
  }
}
.content.navbar-left .tw-content {
  border-bottom-left-radius: 3rem;
}
@media screen and (max-width: 599px) {
  .content.navbar-left .tw-content {
    border-radius: 0;
  }
}
.content.navbar-right {
  border-bottom-right-radius: 3rem;
}
@media screen and (max-width: 599px) {
  .content.navbar-right {
    border-radius: 0;
  }
}
.content.navbar-right .tw-content {
  border-bottom-right-radius: 3rem;
}
@media screen and (max-width: 599px) {
  .content.navbar-right .tw-content {
    border-radius: 0;
  }
}
content .tw-content {
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  content,
  content .tw-content {
    border-radius: 0;
  }
}
content .aot-widgets {
  position: fixed;
  z-index: 1;
}
content .aot-widgets tw-wrapper {
  position: absolute;
}
.mat-button .mat-button-focus-overlay,
.mat-icon-button .mat-button-focus-overlay {
  opacity: 0;
}
.mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
.mat-stroked-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay {
  opacity: 0.04;
}
@media (hover: none) {
  .mat-button:hover:not(.mat-button-disabled) .mat-button-focus-overlay,
  .mat-stroked-button:hover:not(.mat-button-disabled)
    .mat-button-focus-overlay {
    opacity: 0;
  }
}
.mat-button,
.mat-icon-button,
.mat-stroked-button,
.mat-flat-button {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
}
.mat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner {
  border: 0;
}
.mat-button.mat-button-disabled,
.mat-icon-button.mat-button-disabled,
.mat-stroked-button.mat-button-disabled,
.mat-flat-button.mat-button-disabled {
  cursor: default;
}
.mat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-button.cdk-program-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-icon-button.cdk-program-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-stroked-button.cdk-program-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-flat-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-button::-moz-focus-inner,
.mat-icon-button::-moz-focus-inner,
.mat-stroked-button::-moz-focus-inner,
.mat-flat-button::-moz-focus-inner {
  border: 0;
}
.mat-raised-button {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}
.mat-raised-button::-moz-focus-inner {
  border: 0;
}
.mat-raised-button.mat-button-disabled {
  cursor: default;
}
.mat-raised-button.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-raised-button.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-raised-button::-moz-focus-inner {
  border: 0;
}
._mat-animation-noopable.mat-raised-button {
  transition: none;
  animation: none;
}
.mat-stroked-button {
  border: 1px solid currentColor;
  padding: 0 15px;
  line-height: 34px;
}
.mat-stroked-button .mat-button-ripple.mat-ripple,
.mat-stroked-button .mat-button-focus-overlay {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.mat-fab {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 0;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  padding: 0;
  flex-shrink: 0;
}
.mat-fab::-moz-focus-inner {
  border: 0;
}
.mat-fab.mat-button-disabled {
  cursor: default;
}
.mat-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-fab.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-fab::-moz-focus-inner {
  border: 0;
}
._mat-animation-noopable.mat-fab {
  transition: none;
  animation: none;
}
.mat-fab .mat-button-wrapper {
  padding: 16px 0;
  display: inline-block;
  line-height: 24px;
}
.mat-mini-fab {
  box-sizing: border-box;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  outline: none;
  border: none;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: baseline;
  text-align: center;
  margin: 0;
  min-width: 64px;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 4px;
  overflow: visible;
  transform: translate3d(0, 0, 0);
  transition: background 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  min-width: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0;
  flex-shrink: 0;
}
.mat-mini-fab::-moz-focus-inner {
  border: 0;
}
.mat-mini-fab.mat-button-disabled {
  cursor: default;
}
.mat-mini-fab.cdk-keyboard-focused .mat-button-focus-overlay,
.mat-mini-fab.cdk-program-focused .mat-button-focus-overlay {
  opacity: 0.12;
}
.mat-mini-fab::-moz-focus-inner {
  border: 0;
}
._mat-animation-noopable.mat-mini-fab {
  transition: none;
  animation: none;
}
.mat-mini-fab .mat-button-wrapper {
  padding: 8px 0;
  display: inline-block;
  line-height: 24px;
}
.mat-icon-button {
  padding: 0;
  min-width: 0;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  line-height: 40px;
  border-radius: 50%;
}
.mat-icon-button i,
.mat-icon-button .mat-icon {
  line-height: 24px;
}
.mat-button-ripple.mat-ripple,
.mat-button-focus-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
}
.mat-button-ripple.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-button-focus-overlay {
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1),
    background-color 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
._mat-animation-noopable .mat-button-focus-overlay {
  transition: none;
}
.cdk-high-contrast-active .mat-button-focus-overlay {
  background-color: #fff;
}
.cdk-high-contrast-black-on-white .mat-button-focus-overlay {
  background-color: #000;
}
.mat-button-ripple-round {
  border-radius: 50%;
  z-index: 1;
}
.mat-button .mat-button-wrapper > *,
.mat-flat-button .mat-button-wrapper > *,
.mat-stroked-button .mat-button-wrapper > *,
.mat-raised-button .mat-button-wrapper > *,
.mat-icon-button .mat-button-wrapper > *,
.mat-fab .mat-button-wrapper > *,
.mat-mini-fab .mat-button-wrapper > * {
  vertical-align: middle;
}
.mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-prefix
  .mat-icon-button,
.mat-form-field:not(.mat-form-field-appearance-legacy)
  .mat-form-field-suffix
  .mat-icon-button {
  display: block;
  font-size: inherit;
  width: 1em;
  height: 2.5em;
}
.cdk-high-contrast-active .mat-button,
.cdk-high-contrast-active .mat-flat-button,
.cdk-high-contrast-active .mat-raised-button,
.cdk-high-contrast-active .mat-icon-button,
.cdk-high-contrast-active .mat-fab,
.cdk-high-contrast-active .mat-mini-fab {
  outline: solid 1px;
}
.mat-form-field {
  display: inline-block;
  position: relative;
  text-align: left;
}
[dir="rtl"] .mat-form-field {
  text-align: right;
}
.mat-form-field-wrapper {
  position: relative;
}
.mat-form-field-flex {
  display: inline-flex;
  align-items: baseline;
  box-sizing: border-box;
  width: 100%;
}
.mat-form-field-prefix,
.mat-form-field-suffix {
  white-space: nowrap;
  flex: none;
  position: relative;
}
.mat-form-field-infix {
  display: block;
  position: relative;
  flex: auto;
  min-width: 0;
  
}
.cdk-high-contrast-active .mat-form-field-infix {
  border-image: linear-gradient(transparent, transparent);
}
.mat-form-field-label-wrapper {
  position: absolute;
  left: 0;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
[dir="rtl"] .mat-form-field-label-wrapper {
  left: auto;
  right: 0;
}
.mat-form-field-label {
  position: absolute;
  left: 0;
  font: inherit;
  pointer-events: none;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transform-origin: 0 0;
  transition: transform 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    color 400ms cubic-bezier(0.25, 0.8, 0.25, 1),
    width 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  display: none;
}
[dir="rtl"] .mat-form-field-label {
  transform-origin: 100% 0;
  left: auto;
  right: 0;
}
.mat-form-field-empty.mat-form-field-label,
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  display: block;
}
.mat-form-field-autofill-control:-webkit-autofill
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: none;
}
.mat-form-field-can-float
  .mat-form-field-autofill-control:-webkit-autofill
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: block;
  transition: none;
}
.mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label,
.mat-input-server[placeholder]:not(:placeholder-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: none;
}
.mat-form-field-can-float
  .mat-input-server:focus
  + .mat-form-field-label-wrapper
  .mat-form-field-label,
.mat-form-field-can-float
  .mat-input-server[placeholder]:not(:placeholder-shown)
  + .mat-form-field-label-wrapper
  .mat-form-field-label {
  display: block;
}
.mat-form-field-label:not(.mat-form-field-empty) {
  transition: none;
}
.mat-form-field-underline {
  position: absolute;
  width: 100%;
  pointer-events: none;
  transform: scale3d(1, 1.0001, 1);
}
.mat-form-field-ripple {
  position: absolute;
  left: 0;
  width: 100%;
  transform-origin: 50%;
  transform: scaleX(0.5);
  opacity: 0;
  transition: background-color 300ms cubic-bezier(0.55, 0, 0.55, 0.2);
}
.mat-form-field.mat-focused .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple {
  opacity: 1;
  transform: scaleX(1);
  transition: transform 300ms cubic-bezier(0.25, 0.8, 0.25, 1),
    opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1),
    background-color 300ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-form-field-subscript-wrapper {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
.mat-form-field-subscript-wrapper .mat-icon,
.mat-form-field-label-wrapper .mat-icon {
  width: 1em;
  height: 1em;
  font-size: inherit;
  vertical-align: baseline;
}
.mat-form-field-hint-wrapper {
  display: flex;
}
.mat-form-field-hint-spacer {
  flex: 1 0 1em;
}
.mat-error {
  display: block;
}
.mat-form-field-control-wrapper {
  position: relative;
}
.mat-form-field._mat-animation-noopable .mat-form-field-label,
.mat-form-field._mat-animation-noopable .mat-form-field-ripple {
  transition: none;
}
.mat-form-field-appearance-outline .mat-form-field-wrapper {
  margin: 0.25em 0;
}
.mat-form-field-appearance-outline .mat-form-field-flex {
  padding: 0 0.75em 0 0.75em;
  margin-top: -0.25em;
  position: relative;
}
.mat-form-field-appearance-outline .mat-form-field-prefix,
.mat-form-field-appearance-outline .mat-form-field-suffix {
  top: 0.25em;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  display: flex;
  position: absolute;
  top: 0.25em;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.mat-form-field-appearance-outline .mat-form-field-outline-start,
.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border: 1px solid currentColor;
  min-width: 5px;
}
.mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 5px 0 0 5px;
  border-right-style: none;
}
[dir="rtl"] .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-right-style: solid;
  border-left-style: none;
  border-radius: 0 5px 5px 0;
}
.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 5px 5px 0;
  border-left-style: none;
  flex-grow: 1;
}
[dir="rtl"] .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-left-style: solid;
  border-right-style: none;
  border-radius: 5px 0 0 5px;
}
.mat-form-field-appearance-outline .mat-form-field-outline-gap {
  border-radius: 0.000001px;
  border: 1px solid currentColor;
  border-left-style: none;
  border-right-style: none;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float
  .mat-form-field-outline-gap {
  border-top-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  opacity: 0;
}
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-start,
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-end,
.mat-form-field-appearance-outline
  .mat-form-field-outline-thick
  .mat-form-field-outline-gap {
  border-width: 2px;
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline,
.mat-form-field-appearance-outline.mat-form-field-invalid
  .mat-form-field-outline {
  opacity: 0;
  transition: opacity 100ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick,
.mat-form-field-appearance-outline.mat-form-field-invalid
  .mat-form-field-outline-thick {
  opacity: 1;
}
.mat-form-field-appearance-outline:not(.mat-form-field-disabled)
  .mat-form-field-flex:hover
  .mat-form-field-outline {
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-form-field-appearance-outline:not(.mat-form-field-disabled)
  .mat-form-field-flex:hover
  .mat-form-field-outline-thick {
  opacity: 1;
}
.mat-form-field-appearance-outline .mat-form-field-subscript-wrapper {
  padding: 0 1em;
}
.mat-form-field-appearance-outline._mat-animation-noopable:not(.mat-form-field-disabled)
  .mat-form-field-flex:hover
  ~ .mat-form-field-outline,
.mat-form-field-appearance-outline._mat-animation-noopable
  .mat-form-field-outline,
.mat-form-field-appearance-outline._mat-animation-noopable
  .mat-form-field-outline-start,
.mat-form-field-appearance-outline._mat-animation-noopable
  .mat-form-field-outline-end,
.mat-form-field-appearance-outline._mat-animation-noopable
  .mat-form-field-outline-gap {
  transition: none;
}
.tw-su-active-agents .tw-wrapper.active-agent-wrapper.mat-card-content {
  position: relative;
  background: inherit !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .custom
  .mat-form-field-wrapper {
  margin: 0;
  padding-bottom: 0 !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .custom
  .mat-form-field-wrapper
  .mat-form-field-infix {
  border: none;
  padding: 0.5em 0.5rem !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .custom
  .mat-form-field-wrapper
  .mat-form-field-outline-end,
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .custom
  .mat-form-field-wrapper
  .mat-form-field-outline-start {
  border-color: inherit;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .agent-list {
  gap: 8px;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .agent-list
  .agent-item {
  cursor: pointer;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .agent-list
  .agent-item
  .avatar
  .avatar-content {
  width: 50px;
  height: 44px;
  border-radius: 16px;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .agent-list
  .agent-item
  .element-status.success {
  background: #8bb768;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .agent-list
  .agent-item
  .element-status.warning {
  background: #fca000;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .agent-list
  .agent-item
  .element-status.danger {
  background: #e74c6c;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .tw-accordion.active
  .channel-list {
  display: none;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .channel-list {
  transition: opacity 0.3s;
  opacity: 1;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .channel-list
  .mat-card-avatar {
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px 8px 0;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .channel-list
  .mat-card-avatar
  .mat-badge-content {
  top: -6px;
  height: 20px;
  width: 20px;
  background: #c4e1be !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .feature-actions
  button {
  margin: 0 8px 8px 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper.mat-card-content
  .indicators
  .mat-icon {
  cursor: default;
  margin-left: 4px;
}
.mat-card {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  position: relative;
  padding: 16px;
  border-radius: 4px;
}
._mat-animation-noopable.mat-card {
  transition: none;
  animation: none;
}
.mat-card .mat-divider-horizontal {
  position: absolute;
  left: 0;
  width: 100%;
}
[dir="rtl"] .mat-card .mat-divider-horizontal {
  left: auto;
  right: 0;
}
.mat-card .mat-divider-horizontal.mat-divider-inset {
  position: static;
  margin: 0;
}
[dir="rtl"] .mat-card .mat-divider-horizontal.mat-divider-inset {
  margin-right: 0;
}
.cdk-high-contrast-active .mat-card {
  outline: solid 1px;
}
.mat-card-actions,
.mat-card-subtitle,
.mat-card-content {
  display: block;
  margin-bottom: 16px;
}
.mat-card-title {
  display: block;
  margin-bottom: 8px;
}
.mat-card-actions {
  margin-left: -8px;
  margin-right: -8px;
  padding: 8px 0;
}
.mat-card-actions-align-end {
  display: flex;
  justify-content: flex-end;
}
.mat-card-image {
  width: calc(100% + 32px);
  margin: 0 -16px 16px -16px;
}
.mat-card-footer {
  display: block;
  margin: 0 -16px -16px -16px;
}
.mat-card-actions .mat-button,
.mat-card-actions .mat-raised-button,
.mat-card-actions .mat-stroked-button {
  margin: 0 8px;
}
.mat-card-header {
  display: flex;
  flex-direction: row;
}
.mat-card-header .mat-card-title {
  margin-bottom: 12px;
}
.mat-card-header-text {
  margin: 0 16px;
}
.mat-card-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.mat-card-title-group {
  display: flex;
  justify-content: space-between;
}
.mat-card-sm-image {
  width: 80px;
  height: 80px;
}
.mat-card-md-image {
  width: 112px;
  height: 112px;
}
.mat-card-lg-image {
  width: 152px;
  height: 152px;
}
.mat-card-xl-image {
  width: 240px;
  height: 240px;
  margin: -8px;
}
.mat-card-title-group > .mat-card-xl-image {
  margin: -8px 0 8px;
}
@media (max-width: 599px) {
  .mat-card-title-group {
    margin: 0;
  }
  .mat-card-xl-image {
    margin-left: 0;
    margin-right: 0;
  }
}
.mat-card > :first-child,
.mat-card-content > :first-child {
  margin-top: 0;
}
.mat-card > :last-child:not(.mat-card-footer),
.mat-card-content > :last-child:not(.mat-card-footer) {
  margin-bottom: 0;
}
.mat-card-image:first-child {
  margin-top: -16px;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.mat-card > .mat-card-actions:last-child {
  margin-bottom: -8px;
  padding-bottom: 0;
}
.mat-card-actions .mat-button:first-child,
.mat-card-actions .mat-raised-button:first-child,
.mat-card-actions .mat-stroked-button:first-child {
  margin-left: 0;
  margin-right: 0;
}
.mat-card-title:not(:first-child),
.mat-card-subtitle:not(:first-child) {
  margin-top: -4px;
}
.mat-card-header .mat-card-subtitle:not(:first-child) {
  margin-top: -8px;
}
.mat-card > .mat-card-xl-image:first-child {
  margin-top: -8px;
}
.mat-card > .mat-card-xl-image:last-child {
  margin-bottom: -8px;
}
.mat-input-element {
  font: inherit;
  background: transparent;
  color: currentColor;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  text-align: inherit;
}
.mat-input-element:-moz-ui-invalid {
  box-shadow: none;
}
.mat-input-element::-ms-clear,
.mat-input-element::-ms-reveal {
  display: none;
}
.mat-input-element,
.mat-input-element::-webkit-search-cancel-button,
.mat-input-element::-webkit-search-decoration,
.mat-input-element::-webkit-search-results-button,
.mat-input-element::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.mat-input-element::-webkit-contacts-auto-fill-button,
.mat-input-element::-webkit-caps-lock-indicator,
.mat-input-element::-webkit-credentials-auto-fill-button {
  visibility: hidden;
}
.mat-input-element[type="date"],
.mat-input-element[type="datetime"],
.mat-input-element[type="datetime-local"],
.mat-input-element[type="month"],
.mat-input-element[type="week"],
.mat-input-element[type="time"] {
  line-height: 1;
}
.mat-input-element[type="date"]::after,
.mat-input-element[type="datetime"]::after,
.mat-input-element[type="datetime-local"]::after,
.mat-input-element[type="month"]::after,
.mat-input-element[type="week"]::after,
.mat-input-element[type="time"]::after {
  content: " ";
  white-space: pre;
  width: 1px;
}
.mat-input-element::-webkit-inner-spin-button,
.mat-input-element::-webkit-calendar-picker-indicator,
.mat-input-element::-webkit-clear-button {
  font-size: 0.75em;
}
.mat-input-element::placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element::placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-input-element::-moz-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element::-moz-placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-input-element::-webkit-input-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element::-webkit-input-placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-input-element:-ms-input-placeholder {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: color 400ms 133.3333333333ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-input-element:-ms-input-placeholder:-ms-input-placeholder {
  -ms-user-select: text;
}
.mat-form-field-hide-placeholder .mat-input-element::placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
.mat-form-field-hide-placeholder .mat-input-element::-moz-placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
.mat-form-field-hide-placeholder .mat-input-element::-webkit-input-placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
.mat-form-field-hide-placeholder .mat-input-element:-ms-input-placeholder {
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  transition: none;
}
textarea.mat-input-element {
  resize: vertical;
  overflow: auto;
}
textarea.mat-input-element.cdk-textarea-autosize {
  resize: none;
}
textarea.mat-input-element {
  padding: 2px 0;
  margin: -2px 0;
}
select.mat-input-element {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  background-color: transparent;
  display: inline-flex;
  box-sizing: border-box;
  padding-top: 1em;
  top: -1em;
  margin-bottom: -1em;
}
select.mat-input-element::-ms-expand {
  display: none;
}
select.mat-input-element::-moz-focus-inner {
  border: 0;
}
select.mat-input-element:not(:disabled) {
  cursor: pointer;
}
select.mat-input-element::-ms-value {
  color: inherit;
  background: none;
}
.mat-focused .cdk-high-contrast-active select.mat-input-element::-ms-value {
  color: inherit;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -2.5px;
  pointer-events: none;
}
[dir="rtl"]
  .mat-form-field-type-mat-native-select
  .mat-form-field-infix::after {
  right: auto;
  left: 0;
}
.mat-form-field-type-mat-native-select .mat-input-element {
  padding-right: 15px;
}
[dir="rtl"] .mat-form-field-type-mat-native-select .mat-input-element {
  padding-right: 0;
  padding-left: 15px;
}
.mat-form-field-type-mat-native-select .mat-form-field-label-wrapper {
  max-width: calc(100% - 10px);
}
.mat-form-field-type-mat-native-select.mat-form-field-appearance-outline
  .mat-form-field-infix::after {
  margin-top: -5px;
}
.mat-form-field-type-mat-native-select.mat-form-field-appearance-fill
  .mat-form-field-infix::after {
  margin-top: -10px;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  border-radius: 4px 4px 0 0;
  padding: 0.75em 0.75em 0 0.75em;
}
.cdk-high-contrast-active .mat-form-field-appearance-fill .mat-form-field-flex {
  outline: solid 1px;
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 100%;
}
.mat-form-field-appearance-fill .mat-form-field-ripple {
  bottom: 0;
  height: 2px;
}
.cdk-high-contrast-active
  .mat-form-field-appearance-fill
  .mat-form-field-ripple {
  height: 0;
  border-top: solid 2px;
}
.mat-form-field-appearance-fill:not(.mat-form-field-disabled)
  .mat-form-field-flex:hover
  ~ .mat-form-field-underline
  .mat-form-field-ripple {
  opacity: 1;
  transform: none;
  transition: opacity 600ms cubic-bezier(0.25, 0.8, 0.25, 1);
}
.mat-form-field-appearance-fill._mat-animation-noopable:not(.mat-form-field-disabled)
  .mat-form-field-flex:hover
  ~ .mat-form-field-underline
  .mat-form-field-ripple {
  transition: none;
}
.mat-form-field-appearance-fill .mat-form-field-subscript-wrapper {
  padding: 0 1em;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  transform: perspective(100px);
  -ms-transform: none;
}
.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon,
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon {
  width: 1em;
}
.mat-form-field-appearance-legacy .mat-form-field-prefix .mat-icon-button,
.mat-form-field-appearance-legacy .mat-form-field-suffix .mat-icon-button {
  font: inherit;
  vertical-align: baseline;
}
.mat-form-field-appearance-legacy
  .mat-form-field-prefix
  .mat-icon-button
  .mat-icon,
.mat-form-field-appearance-legacy
  .mat-form-field-suffix
  .mat-icon-button
  .mat-icon {
  font-size: inherit;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  height: 1px;
}
.cdk-high-contrast-active
  .mat-form-field-appearance-legacy
  .mat-form-field-underline {
  height: 0;
  border-top: solid 1px;
}
.mat-form-field-appearance-legacy .mat-form-field-ripple {
  top: 0;
  height: 2px;
  overflow: hidden;
}
.cdk-high-contrast-active
  .mat-form-field-appearance-legacy
  .mat-form-field-ripple {
  height: 0;
  border-top: solid 2px;
}
.mat-form-field-appearance-legacy.mat-form-field-disabled
  .mat-form-field-underline {
  background-position: 0;
  background-color: transparent;
}
.cdk-high-contrast-active
  .mat-form-field-appearance-legacy.mat-form-field-disabled
  .mat-form-field-underline {
  border-top-style: dotted;
  border-top-width: 2px;
}
.mat-form-field-appearance-legacy.mat-form-field-invalid:not(.mat-focused)
  .mat-form-field-ripple {
  height: 1px;
}
.mat-chip {
  position: relative;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  transform: translateZ(0);
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.mat-standard-chip {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 16px;
  align-items: center;
  cursor: default;
  min-height: 32px;
  height: 1px;
}
._mat-animation-noopable.mat-standard-chip {
  transition: none;
  animation: none;
}
.mat-standard-chip .mat-chip-remove.mat-icon {
  width: 18px;
  height: 18px;
}
.mat-standard-chip::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: inherit;
  opacity: 0;
  content: "";
  pointer-events: none;
  transition: opacity 200ms cubic-bezier(0.35, 0, 0.25, 1);
}
.mat-standard-chip:hover::after {
  opacity: 0.12;
}
.mat-standard-chip:focus {
  outline: none;
}
.mat-standard-chip:focus::after {
  opacity: 0.16;
}
.cdk-high-contrast-active .mat-standard-chip {
  outline: solid 1px;
}
.cdk-high-contrast-active .mat-standard-chip:focus {
  outline: dotted 2px;
}
.mat-standard-chip.mat-chip-disabled::after {
  opacity: 0;
}
.mat-standard-chip.mat-chip-disabled .mat-chip-remove,
.mat-standard-chip.mat-chip-disabled .mat-chip-trailing-icon {
  cursor: default;
}
.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar,
.mat-standard-chip.mat-chip-with-avatar {
  padding-top: 0;
  padding-bottom: 0;
}
.mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar {
  padding-right: 8px;
  padding-left: 0;
}
[dir="rtl"]
  .mat-standard-chip.mat-chip-with-trailing-icon.mat-chip-with-avatar {
  padding-left: 8px;
  padding-right: 0;
}
.mat-standard-chip.mat-chip-with-trailing-icon {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 8px;
  padding-left: 12px;
}
[dir="rtl"] .mat-standard-chip.mat-chip-with-trailing-icon {
  padding-left: 8px;
  padding-right: 12px;
}
.mat-standard-chip.mat-chip-with-avatar {
  padding-left: 0;
  padding-right: 12px;
}
[dir="rtl"] .mat-standard-chip.mat-chip-with-avatar {
  padding-right: 0;
  padding-left: 12px;
}
.mat-standard-chip .mat-chip-avatar {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  margin-left: 4px;
}
[dir="rtl"] .mat-standard-chip .mat-chip-avatar {
  margin-left: 8px;
  margin-right: 4px;
}
.mat-standard-chip .mat-chip-remove,
.mat-standard-chip .mat-chip-trailing-icon {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.mat-standard-chip .mat-chip-remove,
.mat-standard-chip .mat-chip-trailing-icon {
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .mat-standard-chip .mat-chip-remove,
[dir="rtl"] .mat-standard-chip .mat-chip-trailing-icon {
  margin-right: 8px;
  margin-left: 0;
}
.mat-chip-ripple {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  pointer-events: none;
  border-radius: inherit;
  overflow: hidden;
}
.mat-chip-list-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  margin: -4px;
}
.mat-chip-list-wrapper input.mat-input-element,
.mat-chip-list-wrapper .mat-standard-chip {
  margin: 4px;
}
.mat-chip-list-stacked .mat-chip-list-wrapper {
  flex-direction: column;
  align-items: flex-start;
}
.mat-chip-list-stacked .mat-chip-list-wrapper .mat-standard-chip {
  width: 100%;
}
.mat-chip-avatar {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  object-fit: cover;
}
input.mat-chip-input {
  width: 150px;
  margin: 4px;
  flex: 1 0 150px;
}
.tw-su-active-agents .tw-wrapper.active-agent-wrapper .mat-card-content {
  position: relative;
  background: inherit !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .custom.mat-form-field-wrapper {
  margin: 0;
  padding-bottom: 0 !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .custom.mat-form-field-wrapper
  .mat-form-field-infix {
  border: none;
  padding: 0.5em 0.5rem !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .custom
  .mat-form-field-wrapper
  .mat-form-field-outline-end,
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .custom
  .mat-form-field-wrapper
  .mat-form-field-outline-start {
  border-color: inherit;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .agent-list {
  gap: 8px;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .agent-list
  .agent-item {
  cursor: pointer;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .agent-list
  .agent-item
  .avatar
  .avatar-content {
  width: 50px;
  height: 44px;
  border-radius: 16px;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .agent-list
  .agent-item
  .element-status.success {
  background: #8bb768;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .agent-list
  .agent-item
  .element-status.warning {
  background: #fca000;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .agent-list
  .agent-item
  .element-status.danger {
  background: #e74c6c;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .tw-accordion.active
  .channel-list {
  display: none;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .channel-list {
  transition: opacity 0.3s;
  opacity: 1;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .channel-list
  .mat-card-avatar {
  cursor: default;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 12px 8px 0;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .channel-list
  .mat-card-avatar
  .mat-badge-content {
  top: -6px;
  height: 20px;
  width: 20px;
  background: #c4e1be !important;
  color: rgba(0, 0, 0, 0.87) !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .feature-actions
  button {
  margin: 0 8px 8px 0;
  background-color: rgba(0, 0, 0, 0.1);
  width: 36px;
  height: 36px;
  line-height: 36px;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .indicators
  .mat-icon {
  cursor: default;
  margin-left: 4px;
}
@-webkit-keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes rotating {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
app-theme-options {
  display: flex;
  overflow: hidden;
}
app-theme-options .theme-options-panel {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  padding: 40px 24px 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
app-theme-options .theme-options-panel .header {
  display: flex;
  flex: 0 1 auto;
  margin-bottom: 32px;
  align-items: center;
  justify-content: space-between;
}
app-theme-options .theme-options-panel .header .title {
  font-size: 20px;
  font-weight: 600;
  padding-left: 4px;
}
app-theme-options .theme-options-panel form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}
app-theme-options .theme-options-panel form .group {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  position: relative;
  border-radius: 2px;
  padding: 28px 16px 8px;
  margin: 16px 0;
}
app-theme-options .theme-options-panel form .group h2 {
  position: absolute;
  top: -11px;
  left: 8px;
  margin: 0;
  padding: 0 8px;
  font-size: 16px;
  font-weight: 600;
}
app-theme-options .theme-options-panel form .group h3 {
  font-size: 14px;
  font-weight: 600;
  margin: 24px 0 16px;
  padding: 0;
}
app-theme-options .theme-options-panel form .group h3:first-of-type {
  margin-top: 0;
}
.fuse-material-color-picker-menu .mat-menu-content {
  padding: 0 !important;
}
body.theme-default-2 .mat-selection-list .mat-list-single-selected-option,
body.theme-default-2 .mat-selection-list .mat-list-single-selected-option:focus,
body.theme-default-2 .mat-selection-list .mat-list-single-selected-option:hover,
body.theme-default .mat-selection-list .mat-list-single-selected-option,
body.theme-default .mat-selection-list .mat-list-single-selected-option:focus,
body.theme-default .mat-selection-list .mat-list-single-selected-option:hover {
  -webkit-animation: apply 1s;
  animation: apply 1s;
  background: #e3173c !important;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.mat-selection-list .mat-list-item {
  width: 70px !important;
  height: 44px !important;
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}
.fuse-sidebar .left-navbar {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.main,
.mat-toolbar,
main {
  width: 100%;
}
.tw-template {
  flex: 1 1 100%;
  box-sizing: border-box;
  max-width: 100%;
}
.card-wapper.collum {
  flex-direction: column;
  box-sizing: border-box;
  display: flex;
  place-content: stretch flex-start;
  align-items: stretch;
}
.tw-wrapper .tw-card .mat-card .mat-card-avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.07);
}
.tw-wrapper .tw-card .mat-card .card-wrapper {
  padding: 6px;
  height: 100%;
  border-radius: 2rem;
  transition-property: padding;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}
.mat-card-avatar {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  flex-shrink: 0;
  object-fit: cover;
}
.tw-su-active-agents .tw-wrapper.active-agent-wrapper .mat-card-content {
  position: relative;
  background: inherit !important;
}
.tw-wrapper .tw-card .mat-card {
  position: unset;
  width: 100%;
  height: 100%;
  border-radius: 2rem;
  padding: 0;
  background: #eee;
  word-break: break-word;
}
.cdk-drag-handle,
.height,
.navbar-left {
  height: 100%;
}
.custom-scroll-adjust.content {
  height: 90%;
}
.tw-su-active-agents {
  padding: 10px;
}
.mat-card-content {
  height: 92%;
}
body.theme-default-2 .mat-form-field-appearance-outline .mat-form-field-outline,
body.theme-default .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.custom .mat-form-field-wrapper .mat-form-field-outline {
  border-radius: 2rem;
  top: 0.75rem !important;
}
.tw-su-active-agents
  .tw-wrapper.active-agent-wrapper
  .mat-card-content
  .custom
  .mat-form-field-wrapper
  .mat-form-field-infix {
  border: none;
  padding: 0.5em 0.5rem !important;
}
.avatar .avatar-content .initials {
  font-size: 20px;
  /* line-height: 24px; */
  letter-spacing: 0.2625px;
  font-weight: 400;
}
body.theme-default-2
  .tw-su-active-agents
  .agent-list
  .agent-item
  .avatar
  .avatar-content,
body.theme-default
  .tw-su-active-agents
  .agent-list
  .agent-item
  .avatar
  .avatar-content {
  color: rgba(0, 0, 0, 0.87);
  background-color: #fff !important;
}
.mat-form-field.custom .mat-form-field-wrapper {
  padding-bottom: 0rem !important;
}
body.theme-default-2 .mat-toolbar,
body.theme-default .mat-toolbar {
  background: #f1e5f3;
  color: rgba(0, 0, 0, 0.87);
  border-top-left-radius: 3rem;
}
.toolbar.navbar-left {
  border-top-left-radius: 3rem;
  margin-left: 72px;
}
.float-right {
  float: right;
  position: absolute;
  right: 5px;
}
.tw-wrapper .tw-card .mat-card .card-header {
  width: 100%;
  align-items: center;
  border-radius: 2rem;
  padding-right: 1rem;
  position: relative;
  float: left;
  background: #f5f0f0;
}
body.theme-default-2 .icon,
body.theme-default-2 .secondary-text,
body.theme-default-2 i,
body.theme-default .icon,
body.theme-default .secondary-text,
body.theme-default i {
  color: #721880;
}
.mat-icon-button i,
.mat-icon-button .mat-icon {
  line-height: 24px;
  color: #581563;
  font-size: 22px;
}
.logout {
  cursor: pointer;
}
.display-none {
  display: none;
}

.bage-span-style {
  height: 2%;
  width: 40%;
  padding-top: 0px;
  margin-right: 10%;
  text-align: right;
  text-overflow: ellipsis;
  overflow: hidden;
}
.badge {
  font-weight: 600;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.iconseperator {
  margin-left: 5%;
  font-size: 10px;
  padding-top: 3px;
}

.search-agents input[type="text"] {
  position: relative;
  padding: 12px 40px 12px 15px;
  width: 100%;
  color: #525252;
  z-index: 0;
  font-size: 12px;
  font-weight: 100;
  /* border: 1px solid #b4a6c3; */
  border-radius: 24px;
  background: linear-gradient(to right, #ffffff 0%, #464747 #f9f9f9 100%);
  transition: width 0.4s ease;
  outline: none;
}

.chat {
  list-style-type: none;
  width: 100%;
  padding: 5px 10px;
  margin-top: 0;
  height: 90%;
  overflow: auto;
}

.chat_bubble {
  margin-bottom: 3px;
  padding: 5px 10px;
  margin-top: 3px;
  clear: both;
  border-radius: 10px 10px 2px 2px;
}

.chat_bubble .timestamp {
  font-size: 0.7em;
  display: block;
  margin: 3px 0px;
}

.received {
  background: #e0e0e0;
  color: #424242;
  float: left;
  border-bottom-right-radius: 10px;
}

.sent {
  background: #ffffff;
  color: #4c4949;
  float: right;
  border-bottom-left-radius: 10px;
}

.sent + .sent {
  border-top-right-radius: 2px;
}

.received + .received {
  border-top-left-radius: 2px;
}

.stop {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.chat_bubble.info {
  border-radius: 10px;
  text-align: center;
  width: 95%;
  margin: auto;
  cursor: pointer;
  background: #e7dde8;
  margin-bottom: 3px;
}
.headsec-1 {
  padding: 8px 15px;
  background-color: #f5f0f0;
  border-radius: 30px;
  margin: 6px 4px !important;
}
.light-p {
  background: #ddc7e0;
}
.serch-b {
  border: none;
  position: absolute;
  z-index: 2;
  right: 7px;
  top: 7px;
  background: rgb(255 255 255 / 3%);
}
.p-2.color-gray {
  position: relative;
  /* bottom: 0px; */
  width: 100%;
  margin: 0 0%;
}
.chat-window {
  position: relative;
}
.chat-window .card-body {
  background: #f5f0f0;
  height: 61vh;
  border-radius: 18px;
  margin: 10px 5px 2px;
  padding: 5px;
}
#txt-userId {
  background: #f1f1f1;
  padding: 10px 16px;
  margin: 5px 5%;
  font-size: 12px;
  border-radius: 13px;
  color: #fff;
  height: 35px;
  width: 90%;
  border: 1px solid #e8e1e1;
}
#btn-login {
  width: 90%;
  margin: 1rem auto;
  display: block;
  padding: 0.4rem 4rem;
  line-height: 30px;
  border-radius: 1rem;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #91359f;
  border: none;
  color: #fff;
  cursor: pointer;
}
#btn-login + p {
  font-size: 12px;
}
#btn-login:hover {
  opacity: 0.8;
}
#btn-login:disabled {
  opacity: 0.8;
  color: #000;
  cursor: none;
}
#login {
  width: 300px;
}
.card.login-card {
  width: 100%;
}
.form-login h4 {
  font-size: 24px;
  color: #732180;
  padding: 20px 0;
}
.modal {
  position: fixed;
  width: auto;
  margin: 0;
  padding: 11px;
  background: #fff;
}

.close.modal-close {
  position: absolute;
  top: 6px;
  right: 5px;
}
.modal-title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #91359f;
}
.form-login .h4 {
  font-size: 18px;
  color: #733e7b;
  /* margin-top: 71px; */
  margin-bottom: 3px;
}
#login {
  /* height: 100vh; */  
  /* background-color: rgba(118, 48, 146, 0.08); */
  /* overflow: hidden; */
  margin: 0 auto;
}
.form-login {
  text-align: center;
  margin-top: 105px;
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  box-shadow: 0px 1px 18px 0px #ccc;
}
.chatList {
  cursor: pointer;
}
i.chatList:hover {
  font-size: 26px;
  color: #4e4444 !important;
  transition: all;
}

.static-widget-grid {
  margin-bottom: 0px;
}
.tw-su-active-agents {
  height: 88vh;
  float: left;
  position: relative;
  width: 100%;
}
.tw-template {
  flex: 1 1 100%;
  box-sizing: border-box;
  max-width: 100%;
  display: flex;
}

.mb-hide {
  display: block;
}
.mb-show {
  display: none;
}

@media screen and (max-width: 991px) {
  .static-widget-grid {
    margin-bottom: 0;
  }
  .tw-su-active-agents {
    height: 90vh;
    float: left;
    position: relative;
    width: 100%;
  }
  .tw-template {
    flex: 1 1 68%;
    box-sizing: border-box;
    max-width: 100%;
    display: block;
  }

  .mb-hide {
    display: none;
  }
  .mb-show {
    display: block;
  }
  #agent-details {
    display: none;
  }
  #agent-details.showChat {
    display: inherit;
  }
  #activeAgents.hide {
    display: none;
  }
  #violation-details {
    display: none;
  }
  #violation-details.showChat {
    display: inherit;
  }
}

@media screen and (max-width: 480px) {
  .tw-aux-timer {
    display: none;
  }
}

.text-success {
  color: #2dbe60;
}
.chat-time {
  font-size: 12px;
  margin-top: -1px;
}

.chat-time.sent {
  float: right;
}
.chat-time.received {
  float: left;
}
.login-card {
  width: 100%;
}
.mat-card-header.card-header {
  padding: 0;
}
.modal {
  position: fixed;
  width: auto;
  margin: 0;
  padding: 11px;
  background: rgb(41 38 38 / 9%);
}
.modal-content {
  position: relative;
  overflow: auto;
  height: 90vh;
}
audio,
video {
  width: 100%;
}
.mat-icon-no-color.text-success {
  color: #2dbe60 !important;
}
button:focus {
  outline: none !important;
  border: none;
}
.chat-icons {
  float: right;
}
.chat-icons a {
  border-radius: 40px;
  background-color: #dedbdb;
  padding: 4px;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  float: left;
  /* line-height: 23px; */
}
.chat-icons-small a {
        border-radius: 40px;
        background-color: #dedbdb;
        padding: 4px;
        width: 22px;
        height: 21px;
        margin: 0 3px;
        float: left;
        /* line-height: 23px; */
}
.chat-icons a i {
  float: left;
  position: relative;
  font-size: 21px;
  padding-left: 1px;
}
#btnScreenBlock i::after {
  content: "";
  position: absolute;
  top: -3px;
  left: 10px;
  width: 2px;
  height: 117%;
  transform: rotate(45deg);
  background-color: #7b2688;
}
.chat-icons a:hover {
  background-color: #721880;
}
.chat-icons a:hover i {
  color: #fff;
}
.chat-icons a:focus {
  outline: none;
}

.chat-icons-small a:hover {
    background-color: #721880;
}
.chat-icons-small a:hover i {
        color: #fff;
}

.chat-icons-small a:focus {
    outline: none;
}

.loader4 {
  width: 30px;
  height: 30px;
  position: absolute;
  display: inline-block;
  padding: 0px;
  display: block;
  border-radius: 100%;
  border: 5px solid;
  border-top-color: #673ab7;
  border-bottom-color: rgba(160, 160, 160, 0.3);
  border-left-color: #673ab7;
  border-right-color: rgba(88, 88, 88, 0.3);
  -webkit-animation: loader4 1s ease-in-out infinite;
  animation: loader4 1s ease-in-out infinite;
}

@keyframes loader4 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loader4 {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.btn-active {
  background-color: #ddc7e0 !important;
}
.violation {
  height: 90%;
  overflow: auto !important;
}
.violation-section.minimize {
  height: 72px !important;
}
.violation-window.minimize > .mat-card-content {
  display: none !important;
}
.chat-section.minimize {
  height: 72px !important;
}
.chat-window.minimize > .mat-card-content {
  display: none !important;
}
.violation-time {
  font-size: 12px;
  margin-top: -1px;
}
.violation-time.info {
  float: left;
  position: relative;
  padding: 7px 16px 8px 6px;
  /* margin: 0 10px 0 0; */
  line-height: 25px;
  width: 106px;
  display: block;
  min-height: 51px;
}
.violation-time.info::after,
.violation-time.info::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
}
.vilation-bar > .mat-badge..mat-card-avatar {
  width: 35px;
  height: 35px;
}
.vilation-bar > .mat-badge..mat-card-avatar i {
  font-size: 23px;
}
.violation-time.info::before {
  width: 8px;
  right: 0;
  top: 14px;
  border-radius: 10px;
  height: 8px;
  background-color: #ffffff;
  z-index: 1;
  border: 2px solid #721880;
}
.violation-time.info::after {
  width: 2px;
  top: 0px;
  height: auto;
  margin-bottom: -30px;
  right: 3px;
  background-color: #e4c6e8;
}
.headsec-1:first-child .violation-time.info::after {
  top: 14px;
}
.headsec-1:last-child .violation-time.info::after {
  top: 18px;
  height: 70%;
}

.timeline-icon {
  padding: 2px;
  background-color: #fff;
  border-radius: 23px;
  margin: 0 10px;
  height: 30px;
  /* width: 12%; */
  float: left;
  font-size: 12px;
  border: 1px solid #721880;
}

.timeline-icon i {
  padding: 4px;
  font-size: 16px;
}
.headsec-1 {
  display: flex;
  padding: 0px 6px;
  align-items: center;
}

.headsec-1 span {
  /* line-height: 29px; */
  float: left;
  margin-top: 4px;
  width: 44%;
}
.vilation-bar > .mat-badge {
  margin-left: 5px;
}
.vilation-bar > .message {
  margin-left: 10px;
  width: 58%;
}

.violation-window .violation {
  height: 75.1vh;
}
.version {
  color: purple;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 10px;
  font-size: 13px;
}
.logupload {
    color: purple;
    position: fixed;
    z-index: 999;
    bottom: 0;
    left:86px;
    font-size: 13px;
    height:19px
}
.no-agents {
  align-items: center;
  width: 100%;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
.message-description {
  font-size: 12px;
  max-height: 40px;
  overflow-x: auto;
}
.event-loader {
  float: right;
  margin-right: -5px;
}
.loader3 {
  width: 15px;
  height: 15px;

  display: inline-block;
  padding: 0px;
  display: block;
  border-radius: 100%;
  border: 5px solid;
  border-top-color: #673ab7;
  border-bottom-color: rgba(160, 160, 160, 0.3);
  border-left-color: #673ab7;
  border-right-color: rgba(88, 88, 88, 0.3);
  -webkit-animation: loader4 1s ease-in-out infinite;
  animation: loader4 1s ease-in-out infinite;
}
.load-violations { 
  color: rgb(114, 24, 128) !important;
}
.icon-size{
  font-size: 75% !important;
}
.curved-border {
    border-radius: 1rem;
}