/*!*********************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/toastr.css ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .toast-top-center {
    top: 0;
    right: 0;
    width: 100%;
  }
  .toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%;
  }
  .toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .toast-top-left {
    top: 12px;
    left: 12px;
  }
  .toast-top-right {
    top: 12px;
    right: 12px;
  }
  .toast-bottom-right {
    right: 12px;
    bottom: 12px;
  }
  .toast-bottom-left {
    bottom: 12px;
    left: 12px;
  }
  
  /* toast styles */
  .toast-title {
    font-weight: bold;
  }
  .toast-message {
    word-wrap: break-word;
  }
  .toast-message a,
  .toast-message label {
    color: #FFFFFF;
  }
  .toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none;
  }
  .toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 1px 0 #ffffff;
    /* opacity: 0.8; */
  }
  .toast-close-button:hover,
  .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
  }
  /*Additional properties for button version
   iOS requires the button element instead of an anchor tag.
   If you want the anchor version, it requires `href="#"`.*/
  button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
  }
  .toast-container {
    pointer-events: none;
    position: fixed;
    z-index: 999999;
  }
  .toast-container * {
    box-sizing: border-box;
  }
  .toast-container .ngx-toastr {
    position: relative;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    background-size: 24px;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
  }
  .toast-container .ngx-toastr:hover {
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    cursor: pointer;
  }
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
  .toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
  }
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
  .toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
  }
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
  .toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  }
  /* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
  .toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  }
  .toast-container.toast-top-center .ngx-toastr,
  .toast-container.toast-bottom-center .ngx-toastr {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
  .toast-container.toast-top-full-width .ngx-toastr,
  .toast-container.toast-bottom-full-width .ngx-toastr {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .ngx-toastr {
    background-color: #030303;
    pointer-events: auto;
  }
  .toast-success {
    background-color: #51A351;
  }
  .toast-error {
    background-color: #BD362F;
  }
  .toast-info {
    background-color: #2F96B4;
  }
  .toast-warning {
    background-color: #F89406;
  }
  .toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
  }
  /* Responsive Design */
  @media all and (max-width: 240px) {
    .toast-container .ngx-toastr.div {
      padding: 8px 8px 8px 50px;
      width: 11em;
    }
    .toast-container .toast-close-button {
      right: -0.2em;
      top: -0.2em;
    }
  }
  @media all and (min-width: 241px) and (max-width: 480px) {
    .toast-container .ngx-toastr.div {
      padding: 8px 8px 8px 50px;
      width: 18em;
    }
    .toast-container .toast-close-button {
      right: -0.2em;
      top: -0.2em;
    }
  }
  @media all and (min-width: 481px) and (max-width: 768px) {
    .toast-container .ngx-toastr.div {
      padding: 15px 15px 15px 50px;
      width: 25em;
    }
  }
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/styles.css?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************/
/* @tailwind base;
@tailwind components;
@tailwind utilities; */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
  margin: 0;
  padding: 0;
  border: 0;
  list-style:none;
}

ul li {
  line-height: 1.75;
}

body{
  color:#000;
  font-size:13px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html, body{
  height:100%;
  position:relative;
  background: #e6e6e6;
}

.clearfix::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

* html .clearfix {
  height: 1%;
}



*{
  box-sizing: border-box;
}

img{
  max-width:100%;
}

.checkbox {
	font-size: 14px;
	line-height: 20px;
  display: block;
  position: relative;
  padding-left: 28px;
  margin:0 !important;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox .checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
}

.checkbox:hover input ~ .checkmark {
  background-color: #fff;
}

.checkbox input:checked ~ .checkmark {
  background-color: #008ffb;
  border: 1px solid #008ffb;
}

.checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox input:checked ~ .checkmark::after {
  display: block;
}

.checkbox .checkmark::after {
  left: 15%;
  top: 15%;
  width: 70%;
  height: 70%;
  background: url('tick-white.5cfa85215b6e3e47.svg') center no-repeat;
  background-size: 100% auto;
}

.radio {
	font-size: 14px;
	line-height: 20px;
  display: block;
  position: relative;
  padding-left: 28px;
  margin:0 0 10px !important;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.radio:last-child {
  margin:0 !important;
}

.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #AAACAE;
  border-radius: 50%;
}

.radio:hover input ~ .checkmark {
  background-color: #fff;
}

.radio input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid rgb(0 0 0 / 10%);
}

.radio .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.radio input:checked ~ .checkmark::after {
  display: block;
}

.radio .checkmark::after {
 	top: 2px;
	left: 2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #008ffb;
}

select{
  font-size: 14px;
  line-height: 20px;
  height:42px;
  padding:10px 30px 10px 13px;
  border:1px solid #f2f2f2;
  border-radius:.375rem;
  -webkit-appearance: none;
          appearance: none;
  outline: none;
  background:#fff url('down-arrow.e1bb16f38c73cdb7.svg') calc(100% - 10px) center no-repeat;
  background-size:12px;
  box-shadow: 0 .3rem .5rem rgb(0 0 0 / 5%);
}

.dropdown{
	font-size: 14px;
	line-height: 20px;
  position: relative;
}

.dropdown > span{
  display:inline-block;
	font-size: 18px;
  line-height: 20px;
  color:#808080;
  height:42px;
  width:100%;
	padding:10px 30px 10px 13px;
	border-radius:.375rem;
	outline: none;
	background:url('down-arrow.e1bb16f38c73cdb7.svg') calc(100% - 10px) 7px no-repeat;
	background-size:12px;
  cursor:pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dropdown .icon{
	display:inline-block;
	height:16px;
	vertical-align:middle;
	margin:0 5px 3px 0;
}

.dropdown .dropdown-wrapper{
	position:absolute;
	top:52px;
	left:50%;
	transform:translate(-50%, 0);
	width:200px;
	padding:0;
	background:#fff;
	box-shadow: 0 .3rem .5rem rgb(0 0 0 / 5%);
	border:1px solid rgb(0 0 0 / 10%);
	border-radius:8px;
	visibility:hidden;
	opacity:0;
	transition:all .2s ease;
  z-index: 1;
  max-height:400px;
  overflow:auto;
}

.dropdown .dropdown-wrapper.visible{
	visibility:visible;
	opacity:1;
	top:42px;
}

.dropdown ul li span{
  display:block;
	padding:10px 20px;
}

.dropdown ul li a{
	display:block;
	padding:10px 20px;
}

.dropdown ul li a:hover{
	background: rgb(0 0 0 / 10%);
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  font-size: 14px;
  line-height: 20px;
  height: 42px;
  padding: 10px 20px;
  white-space: nowrap;
}

.file-cta {
  color: #000;
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius:42px;
}

.file-name {
  font-size: 14px;
  line-height: 20px;
  height: 42px;
  padding: 10px 13px;
  white-space: nowrap;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.dropdown ul li ul{
  margin:0 20px;
  display:none;
}

.dropdown ul li ul li{
  padding:6px 0;
}

.error-msg{
  color:#ef6255;
}

.container{
  max-width:1280px;
  margin:auto;
}

.flex-wrapper{
  display:flex;
  justify-content:center;
  align-items:center;
}

.flex-boxes{
  display:flex;
  justify-content:space-between;

  /* align-items:center; */
  width: auto;
}

.flex-boxes .box{
  padding: 24px;
  transition:all .2s ease;
  position:relative;
  border: 1px solid transparent;
  border-radius: 24px;
  background: var(--is-app-background);
}

.flex-boxes .box:hover{
  border: 1px solid #5342ed;
  box-shadow: 0 .2rem .28rem rgb(83 66 237 / 85%);
}

.flex-boxes .box.first-box,
.flex-boxes .box.first-box:hover{
  padding:0;
  box-shadow:none;
  background:none;
  border:1px solid transparent;
  display:flex;
  justify-content:center;
  align-items:center;
}

.flex-boxes .box.first-box::after,
.flex-boxes .box.first-box::before{
  display:none;
}

.flex-boxes .box.first-box .first-box-wrapper{
  width: 100%;
}

.flex-boxes .box.first-box img{
  width:100%;
  max-width:72px;
  margin-bottom: 15px;
}

.flex-boxes .box.first-box h3{
  font-size:43px;
  text-transform:uppercase;
}

.flex-boxes .box.first-box h4{
  font-size:28px;
  color:#808080;
}

.flex-boxes .box .box-options{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
  opacity:0;
  visibility:hidden;
  transition:all .5s ease;
}

.flex-boxes .box:hover .box-options{
  opacity:1;
  visibility:visible;
}

.flex-boxes .box .box-options a{
  display:inline-block;
  width:100%;
  height:100%;
  text-align:right;
}

.flex-boxes .box .box-options .icon{
  display:inline-block;
  vertical-align:middle;
  margin:20px 20px 0 0;
  width:18px;
}

.flex-boxes .box h5{
  font-size: 16px;
}

.flex-boxes .box h5 a {
  display:inline-block;
  vertical-align:middle;
  margin:0 0 2px 5px;
}

.flex-boxes .box h5 a .icon{
  width:16px;
  opacity:.3;
}

.flex-boxes .box h5 + p{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.flex-boxes .box p .icon{
  display:inline-block;
  vertical-align:middle;
  margin:0 5px 2px 0;
  width:18px;
}

.flex-boxes .box p:last-child{
  margin-bottom:0;
}

@media only screen and (width <= 613px) {
  .flex-boxes {
    flex-direction: column;
  }
}

.flex-blocks{
  display:flex;
  justify-content:space-around;
  align-items:center;
  width:100%;
  min-height:108px;
  margin:20px 0 0;
}

.flex-blocks.flex-blocks-center{
  justify-content:center;
}

.flex-blocks.flex-2col .blocks{
  width:calc(50% - 20px);
}

.flex-blocks.flex-3col .blocks{
  width:calc(33% - 20px);
}

.flex-blocks .block{
  text-align:center;
}

.flex-blocks .block h1{
  margin-bottom: 12px;
}

@media screen and (width <= 1280px) {
  .flex-blocks .block h1{
    margin-bottom: 10px;
  }
}

.flex-blocks .block .icon-arrow-down{
  width:12px;
  vertical-align:middle;
  opacity:.5;
  margin-right:5px;
}

.flex-blocks.flex-blocks-center .block{
  margin:0 10px;
}

.flex-blocks .block .icon-block{
  width:188px;
  height:188px;
  display:flex;
  justify-content:center;
  align-items:center;
  flex-wrap:wrap;
  font-size: 42px;
  line-height:42px;
  font-weight: 500;
  color:#fff;
  background:#4d4d4d;
  border-radius:100%;
  margin:0 auto;
}

@media screen and (width <= 1480px) {
  .flex-blocks .block .icon-block{
    width:168px;
    height:168px;
  }
}

@media screen and (width <= 1280px) {
  .flex-blocks .block .icon-block{
    width:148px;
    height:148px;
  }
}

.flex-blocks .block .icon-block.icon-block-available,
.flex-blocks .block .icon-block.icon-block-ok{
  color:#fff;
  background:#1ecba9;
}

.flex-blocks .block .icon-block.icon-block-warn{
  color:#fff;
  background:#ef6255;
}

.flex-blocks .block .icon-block.icon-block-booked,
.flex-blocks .block .icon-block.icon-block-error{
  color:#fff;
  background:#ef6255;
}

.flex-blocks .block .icon-block.icon-block-clock{
  width:188px;
  height:188px;
  font-size: 32px;
  line-height:32px;
  font-weight: 500;
  background:url("/assets/img/icon-clock.svg") center no-repeat;
  background-size:auto 100%;
  border-radius:0;
  margin:0 auto;
}

@media screen and (width <= 1480px) {
  .flex-blocks .block .icon-block.icon-block-clock{
    width:168px;
    height:168px;
  }
}

@media screen and (width <= 1280px) {
  .flex-blocks .block .icon-block.icon-block-clock{
    width:148px;
    height:148px;
  }
}

.flex-blocks .block .icon-block.icon-block-clock .icon-block-wrapper{
  padding-top:15px;
}

.flex-blocks .block .icon-block.icon-block-calendar{
  width:188px;
  height:188px;
  font-size: 32px;
  line-height:32px;
  font-weight: 500;
  background:url("/assets/img/icon-calendar.svg") center no-repeat;
  background-size:auto 100%;
  border-radius:0;
  margin:0 auto;
}

@media screen and (width <= 1480px) {
  .flex-blocks .block .icon-block.icon-block-calendar{
    width:168px;
    height:168px;
  }
}

@media screen and (width <= 1280px) {
  .flex-blocks .block .icon-block.icon-block-calendar{
    width:148px;
    height:148px;
  }
}

.flex-blocks .block .icon-block.icon-block-calendar .icon-block-wrapper{
  padding-top:40px;
}

.flex-blocks .block .icon-block h6{
  font-size: 22px;
  line-height:18px;
  color:#fff;
  text-transform: uppercase;
  display:block;
  margin:0;
}

@media screen and (width <= 1480px) {
  .flex-blocks .block .icon-block h6{
    font-size: 18px;
  }
}

@media screen and (width <= 1280px) {
  .flex-blocks .block .icon-block h6{
    font-size: 14px;
  }
}


.table-view{
  overflow:auto;
}

.table-view .table-view-wrapper{
  min-width:100%;
  overflow:auto;
}

.table-view .table-row{
  display:flex;
  justify-content:center;
  align-items:center;
  border-bottom: 1px solid rgb(0 0 0 / 10%);
}

.table-view .table-row .table-col{
  padding:20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-view.table-2-cols .table-row.table-head .table-col,
.table-view.table-3-cols .table-row.table-head .table-col,
.table-view.table-4-cols .table-row.table-head .table-col,
.table-view.table-6-cols .table-row.table-head .table-col{
  text-transform: uppercase;
  font-weight: 600;
  color:#5342ED;
  letter-spacing:2px;
}

.table-view.table-2-cols .table-row .table-col{
	width:50%;
}

.table-view.table-3-cols .table-row .table-col{
	width:33.33%;
}

.table-view.table-4-cols .table-row .table-col{
  width:25%;
}

.table-view.table-6-cols .table-row .table-col{
  width:16.67%;
}

.table-view.table-center .table-row .table-col{
  text-align:center;
}

.table-view.table-2-cols .table-row.odd .table-col,
.table-view.table-3-cols .table-row.odd .table-col,
.table-view.table-4-cols .table-row.odd .table-col,
.table-view.table-6-cols .table-row.odd .table-col{
	color:#808080;
}

.loader{
  position: absolute;
  top: 20px;
  right: 20px;
  display:none;
}

.loader img{
  width:18px;
}

.help {
  display: flex;
  align-items: center;
  position: relative;
}

.flex-boxes .box:hover .help{
  opacity:1;
  visibility:visible;
}

/* .help a{
  margin: -6px 0 0 3px !important;
} */

.help img{
  width: 16px;
  opacity: .3;
  transition:all .5s ease;
}

.help a:hover img{
  opacity: 1 !important;
}

.help .help-wrapper{
  position:absolute;
  width:250px;
  padding:20px;
  top:28px;
  left:calc(50% - 3px);
  z-index:1;
  transform:translate(-50%, 0);
  background:#363636;
  border: 1px solid #363636;
  border-radius: 8px;
  display:block;
}

.help.help-position-right .help-wrapper{
  top:0;
  left:30px;
  transform: translate(0, 0);
}

.help.help-position-left .help-wrapper{
  top:0;
  left: -255px;
  transform: translate(0, 0);
}

.help .help-wrapper::after, .help .help-wrapper::before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.help .help-wrapper::after {
	border-color: rgb(136 183 213 / 0%);
	border-bottom-color: #363636;
	border-width: 5px;
	margin-left: -5px;
}

.help .help-wrapper::before {
	border-color: rgb(194 225 245 / 0%);
	border-bottom-color: rgb(0 0 0 / 10%);
	border-width: 6px;
	margin-left: -6px;
}

.help.help-position-right .help-wrapper::after, .help.help-position-right .help-wrapper::before {
  right: 100%;
  left:-5px;
	top: 13px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.help.help-position-right .help-wrapper::after {
	border-color: rgb(136 183 213 / 0%);
	border-right-color: #363636;
	border-width: 5px;
	margin-top: -5px;
}

.help.help-position-right .help-wrapper::before {
	border-color: rgb(194 225 245 / 0%);
	border-right-color: #363636;
	border-width: 6px;
	margin-top: -6px;
}

.help.visible .help-wrapper{
  display:block;
}

.help .help-wrapper p,
.help.help-position-right .help-wrapper p,
.help.help-position-left .help-wrapper p{
  display:inline-block;
  font-size:12px;
  line-height:16px;
  color:#fff;
  text-transform:none;
  margin-bottom:0;
}


.help.help-position-left .help-wrapper::after, .help.help-position-left .help-wrapper::before {
  left: 100%;
  right:-5px;
	top: 13px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
  margin-left: 0;
}

.help.help-position-left .help-wrapper::after {
	border-color: rgb(136 183 213 / 0%);
	border-left-color: #363636;
	border-width: 5px;
	margin-top: -5px;
}

.help.help-position-left .help-wrapper::before {
	border-color: rgb(194 225 245 / 0%);
	border-left-color: #363636;
	border-width: 6px;
	margin-top: -6px;
}


@media screen and (width <= 1480px) {
  .flex-boxes .box.first-box h3{
    font-size: 38px;
    margin-bottom:15px;
  }

  .flex-boxes .box.first-box h4{
    font-size:22px;
  }
}

@media screen and (width <= 1280px) {
  .flex-boxes .box.first-box img{
    max-width:68px;
  }

  .flex-boxes .box.first-box h3{
    font-size: 36px;
    margin-bottom:15px;
  }

  .flex-boxes .box.first-box h4{
    font-size:20px;
  }

  .flex-boxes .box h5 br{
    display:none;
  }
}

@media screen and (width <= 1024px) {
  .flex-boxes .box.first-box h3{
    font-size: 32px;
    margin-bottom:15px;
  }

  .flex-blocks .block h2{
    font-size: 48px; 
  }

  .flex-boxes{
    flex-wrap:wrap;
  }

  .flex-boxes .box .box-options{
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (width <= 980px) {
  .flex-boxes.flex-2boxes .box,
  .flex-boxes.flex-3boxes .box{
    width: 100%;
    height:auto !important;
    margin-bottom: 20px;
  }
}

@media screen and (width <= 767px) {
  .dropdown .dropdown-wrapper{
    left:0;
    transform:translate(0,0);
    width:100%;
  }
}

@media screen and (width <= 613px) {
  .flex-boxes .box{
    padding: 20px;
  }

  .flex-blocks{
    flex-wrap:wrap;
  }

  .flex-blocks.flex-blocks-no-wrap{
    flex-wrap:inherit;
    align-items: flex-end;
  }

  .flex-blocks .block{
    width:100%;
  }

  .help .help-wrapper{
    position:absolute;
    width:200px;
    padding:12px;
  }

  .help.help-position-right .help-wrapper{
    top:0;
    left:30px;
    transform: translate(0, 0);
  }
  
  .help.help-position-left .help-wrapper{
    top:0;
    left: -205px;
    transform: translate(0, 0);
  }
}

@media screen and (width <= 336px) {
  .flex-blocks.flex-blocks-no-wrap{
    flex-wrap:wrap;
  }
}

.daywise-waiting-time{
  font-size:18px;
  text-transform:uppercase;
  width:80%;
}

.daywise-waiting-time .flex-blocks{
  width:100%;
  min-height:inherit;
  padding:0 0 3px;
  margin:0 0 3px;
  border-bottom:1px solid #eed03a;
}

.daywise-waiting-time .flex-blocks:last-child{
  border-bottom:0;
}

@media print {
  @page {
    margin: 0;
    size: 381mm 430mm;
  }
}

body.print-mode-fixed {
  width: 1440px;
}

.flex-blocks {
  min-height: 52%;
  flex-wrap: wrap;
}

.flex-boxes .box {
  width: 100%;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  flex: 1;
}

.flex-boxes {
  margin-left: -20px;
  margin-right: -20px;
}

.flex-boxes .box.flex-2 {
  flex: 2;
}

.print {
  display: none !important;
}

body.print-mode .print {
  display: inherit !important;
}

body.print-mode .no-print {
  display: none !important;
}

@media print {
  .page-break-before {
    page-break-before: always;
  }

  body.print-mode .print.print-media-none {
    display: none !important;
  }

  body.print-mode .flex-boxes .box {
    box-shadow: none !important;
    transition: none !important;
  }
}

body.print-mode .flex-boxes .box {
  box-shadow: none !important;
  transition: none !important;
  border: 2px solid rgb(0 0 0 / 25%);
}

body.print-mode .main {
  height: auto;
  width: 100%;
}

.custom-month {
  border: none;
}

.custom-month__week-caption {
  border: none;
}

.custom-month__caption {
  border: none;
}

.month__caption {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.month__caption > a {
  font-weight: bold;
}

.month__caption > div {
  font-size: 13px;
  line-height: 13px;
}

.custom-month__day {
  border: none;
    padding: 5px;
}

.custom-month__day--default {
  text-align: right;
}

.custom-month__day--selected {
  background: slategrey;
  color: white;
}

.loading-refresh {
  width: 80px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}


/* material table design fixes */
table.mat-mdc-table {
    border-collapse: collapse;
    width: 100%;
    display: table;
    box-sizing: border-box;
}

table.mat-mdc-table .mat-mdc-header-cell,
table.mat-mdc-table .mat-mdc-cell {
    font-size: 14px;
    line-height: 24px;
    color: #272d37;
    padding: 0 6px;
    word-break: break-word;
    align-self: stretch;
    border-bottom-color: #D9E3EF;
    min-width: auto;

  }

table.mat-mdc-table .mat-mdc-cell p.link-text {
  color: rgb(0 120 212);
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  word-break: break-all;
  white-space: normal;
}
  
table.mat-mdc-table .mat-mdc-header-cell {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

table.mat-mdc-table th.mat-mdc-header-cell:first-child,
table.mat-mdc-table td.mat-mdc-cell:first-child {
    padding-left: 32px;
}

table.mat-mdc-table .mat-mdc-header-cell:first-of-type,
table.mat-mdc-table .mat-mdc-cell:first-of-type,
table.mat-mdc-table .mat-mdc-cell:last-of-type {
    padding-right: 6px;
    padding-left: 6px;
}

.mat-mdc-row:hover {
    background-color: #eff4f7;

}

.mat-mdc-row:hover .mat-mdc-cell.mat-mdc-table-sticky {
  background: inherit;
}

/* material table design fixes */

/* scroller style */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  visibility: hidden;
}

*:hover::-webkit-scrollbar {
  visibility: visible;
}

::-webkit-scrollbar-track {
  background: #f6f9fa;
  visibility: hidden;
  border-radius: 8px;
}

*:hover::-webkit-scrollbar-track {
  visibility: visible;
}

::-webkit-scrollbar-thumb {
  background: #d9e3ef;
  border-radius: 8px;
  visibility: hidden;
}

*:hover::-webkit-scrollbar-thumb {
  visibility: visible;
}

::-webkit-scrollbar:hover {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb:hover {
  background: #d9e3ef;
}

/* scroller style */

.mat-icon.light {
  color: rgb(0 0 0 / 54%);
}

.multiselect-dropdown .dropdown-list {
  font-size: 1rem;
}

.mat-mdc-menu-item .mat-icon.light {
  color: rgb(0 0 0 / 54%);
}

figure {
  margin-block-end:0;
  margin-block-start:0;
  margin-inline-end:0;
  margin-inline-start:0;
}

.dash-header.s-top-bar
.s-locked-status
svg.gd-icon-locked {
  display: none !important;
}

/* ==========================================================================
   GoodData React Component Overrides
   These styles target GoodData elements rendered via React portals to body.
   They need to be global CSS to override Angular's inherited styles.
   ========================================================================== */

/* GoodData font stack variable */
:root {
  --gd-font-stack: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
}

/* Reset for all GoodData overlay containers */
.overlay.dropdown-body,
.gd-overlay,
.gd-overlay-content,
.gd-dropdown,
.gd-dialog,
.gd-modal-dropdown,
.gd-attribute-filter-overlay,
.gd-date-filter-picker {
  font-family: var(--gd-font-stack) !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

/* GoodData dropdown list styling */
.gd-list,
.gd-infinite-list {
  font-family: var(--gd-font-stack);
}

/* Ensure input fields in dropdowns have correct sizing */
.overlay.dropdown-body .gd-input-field,
.overlay.dropdown-body .input-text {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

/* GoodData filter dropdown button content - use system font for consistency with Angular app */
.gd-attribute-filter-dropdown-button-content__next,
.gd-date-filter-button .button-content {
  font-family: system-ui, sans-serif;
}

/* GoodData bubble/tooltip styling */
.gd-bubble {
  font-family: var(--gd-font-stack) !important;
  font-size: 14px !important;
}

/* GoodData attribute filter dropdown specific styles */
.gd-attribute-filter-dropdown-body__next,
.gd-invertable-select,
.gd-invertable-select-list,
.gd-async-list,
.gd-ui-kit-paged-virtual-list {
  font-family: var(--gd-font-stack) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

/* GoodData list items */
.gd-list-item,
.gd-single-selection-attribute-filter-elements-select-item,
.gd-attribute-filter-list-item-label {
  font-family: system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

/* GoodData virtual list */
.gd-ui-kit-paged-virtual-list__list,
.gd-ui-kit-paged-virtual-list__item {
  font-family: system-ui, sans-serif !important;
  font-size: 14px !important;
}

/* GoodData search input in dropdowns */
.gd-invertable-select-search-bar .gd-input-field,
.gd-invertable-select-search-input .gd-input-field {
  font-family: system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[5].rules[1].use[0]!./node_modules/@angular-devkit/build-angular/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].rules[1].use[1]!./src/assets/theme/theme.scss?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
:root {
  --is-text-light: #ffffff;
  --is-text-secondary: rgba(0, 0, 0, 0.6);
  --is-text-inactive: rgba(0, 0, 0, 0.38);
  --is-selected-color: rgba(234, 233, 238, 1);
  --skeleton-color-start: rgba(98, 0, 238, 0.06);
  --skeleton-color-end: rgba(163, 106, 244, 0.04);
  --is-primary-light: #EEE8FD;
  --is-success: #008000;
  --is-success-light: #e6f9e6;
  --is-theme: #3F51B5;
  --is-theme-primary: #5342ED;
  --is-warning: #f89b02;
  --is-warning-light: #fff5e6;
  --is-secondary: #EAE9EE;
  --is-snackbar-button: #BB86FC;
  --is-hover: rgba(83, 66, 237, 0.04);
  --is-focused: rgba(83, 66, 237, 0.12);
  --is-pressed: rgba(83, 66, 237, 0.1);
  --is-status-error: rgba(176, 0, 32, 1);
  --is-status-error-accent: rgb(175, 88, 104);
  --is-active-hover: rgba(83, 66, 237, 1);
  --is-active-focused: rgba(83, 66, 237, 1);
  --is-active-pressed: rgba(83, 66, 237, 1);
  --is-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
  --is-border-radius: 2px;
  --is-app-background: #fff;
  --is-content-background: #F6F5F3;
  --draghandle-width: 14px;
  --black: #000000;
  --gd-option-selected: #e1e0de;
  --text-color: rgba(0, 0, 0, 0.87);
  /* Primary Colors */
  --color-primary-black: #15161B; /* Background, Text */
  --color-primary-black-disabled: #15161B80; /* GD button disabled */
  --color-primary-purple: #5342ED; /* Buttons, Icons, Infographics */
  /* Secondary Colors */
  --color-secondary-beige: #F6F5F3; /* Background */
  --color-secondary-dark-beige: #EDECEA; /* Highlight Boxes */
  /* Purple Variants */
  --color-secondary-purple-50: #A9A0F6; /* Infographics */
  --color-secondary-purple-30: #CBC6FA; /* Infographics */
  --color-secondary-purple-20: #DDD9FB; /* Infographics */
  --color-secondary-purple-10: #EEECFD; /* Infographics */
  /* Coral Variants */
  --color-secondary-coral: #EF6255; /* Infographics */
  --color-secondary-coral-90: #F17266; /* Infographics */
  --color-secondary-coral-70: #F49188; /* Infographics */
  --color-secondary-coral-50: #F7B0AA; /* Infographics */
  --color-secondary-coral-20: #FCE0DD; /* Infographics */
}

.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}

.mat-h1,
.mat-headline-5,
.mat-typography .mat-h1,
.mat-typography .mat-headline-5,
.mat-typography h1 {
  font: 500 1.423rem / 1.602rem system-ui, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h2,
.mat-headline-6,
.mat-typography .mat-h2,
.mat-typography .mat-headline-6,
.mat-typography h2 {
  font: 500 0.972rem / 1.3rem system-ui, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h3,
.mat-subtitle-1,
.mat-typography .mat-h3,
.mat-typography .mat-subtitle-1,
.mat-typography h3 {
  font: 400 1rem / 1.75rem system-ui, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h4,
.mat-body-1,
.mat-typography .mat-h4,
.mat-typography .mat-body-1,
.mat-typography h4 {
  font: 400 0.9375rem / 1.5rem system-ui, sans-serif;
  letter-spacing: normal;
  margin: 0 0 16px;
}

.mat-h5,
.mat-typography .mat-h5,
.mat-typography h5 {
  font: 400 calc(0.875rem * 0.83) / 0.95rem system-ui, sans-serif;
  margin: 0 0 12px;
}

.mat-h6,
.mat-typography .mat-h6,
.mat-typography h6 {
  font: 400 calc(0.875rem * 0.67) / 0.95rem system-ui, sans-serif;
  margin: 0 0 12px;
}

.mat-body-strong,
.mat-subtitle-2,
.mat-typography .mat-body-strong,
.mat-typography .mat-subtitle-2 {
  font: 400 0.9375rem / 1.5rem system-ui, sans-serif;
  letter-spacing: normal;
}

.mat-body,
.mat-body-2,
.mat-typography .mat-body,
.mat-typography .mat-body-2,
.mat-typography {
  font: 400 0.875rem / 0.95rem system-ui, sans-serif;
  letter-spacing: normal;
}
.mat-body p,
.mat-body-2 p,
.mat-typography .mat-body p,
.mat-typography .mat-body-2 p,
.mat-typography p {
  margin: 0 0 12px;
}

.mat-small,
.mat-caption,
.mat-typography .mat-small,
.mat-typography .mat-caption {
  font: 400 0.7875rem / 1.5rem system-ui, sans-serif;
  letter-spacing: normal;
}

.mat-headline-1,
.mat-typography .mat-headline-1 {
  font: 400 7rem / 7rem system-ui, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}

.mat-headline-2,
.mat-typography .mat-headline-2 {
  font: 500 3.5rem / 3.87rem system-ui, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}

.mat-headline-3,
.mat-typography .mat-headline-3 {
  font: 400 2.8125rem / 3rem system-ui, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}

.mat-headline-4,
.mat-typography .mat-headline-4 {
  font: 600 2.625rem / 3.25rem system-ui, sans-serif;
  letter-spacing: normal;
  margin: 0 0 64px;
}

html {
  font-size: 16px;
}

h2 {
  text-transform: uppercase;
}

p {
  font-size: 0.813rem;
  line-height: 1.28rem;
}

a {
  color: #5342ed;
  text-decoration: none;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer;
}

b {
  font-weight: 500;
}

a:hover {
  text-decoration: none;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  font-size: 14px;
  line-height: 20px;
  height: 42px;
  padding: 10px 13px 10px 13px;
  border: 1px solid transparent;
}

input[type=submit],
.btn {
  font-size: 14px;
  line-height: 20px;
  height: 42px;
  padding: 10px 13px 10px 13px;
  border: 1px solid #020203;
  border-radius: 0.375rem;
}

.is-no-data h1, .is-no-data h2 {
  font-size: 2.88vw;
  line-height: 2.9vw;
  font-weight: 500;
}

body {
  font: 400 0.9375rem / 1.5rem system-ui, sans-serif;
  letter-spacing: normal;
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-option-selected-state-label-text-color: #15161b;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #5342ed;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #d34435;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #15161b;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #15161b;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #5342ed;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5342ed;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #5342ed;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #5342ed;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #d34435;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #d34435;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mat-option-label-text-font: system-ui, sans-serif;
  --mat-option-label-text-line-height: 1.5rem;
  --mat-option-label-text-size: 0.9375rem;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
  --mat-optgroup-label-text-font: system-ui, sans-serif;
  --mat-optgroup-label-text-line-height: 1.5rem;
  --mat-optgroup-label-text-size: 0.9375rem;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
  --mat-card-title-text-font: system-ui, sans-serif;
  --mat-card-title-text-line-height: 1.3rem;
  --mat-card-title-text-size: 0.972rem;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font: system-ui, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 0.9375rem;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #15161b;
  --mdc-linear-progress-track-color: rgba(21, 22, 27, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #5342ed;
  --mdc-linear-progress-track-color: rgba(83, 66, 237, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #d34435;
  --mdc-linear-progress-track-color: rgba(211, 68, 53, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
  --mdc-plain-tooltip-supporting-text-font: system-ui, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.7875rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: normal;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
  --mdc-filled-text-field-caret-color: #15161b;
  --mdc-filled-text-field-focus-active-indicator-color: #15161b;
  --mdc-filled-text-field-focus-label-text-color: rgba(21, 22, 27, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #d34435;
  --mdc-filled-text-field-error-focus-label-text-color: #d34435;
  --mdc-filled-text-field-error-label-text-color: #d34435;
  --mdc-filled-text-field-error-caret-color: #d34435;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #d34435;
  --mdc-filled-text-field-error-focus-active-indicator-color: #d34435;
  --mdc-filled-text-field-error-hover-active-indicator-color: #d34435;
  --mdc-outlined-text-field-caret-color: #15161b;
  --mdc-outlined-text-field-focus-outline-color: #15161b;
  --mdc-outlined-text-field-focus-label-text-color: rgba(21, 22, 27, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #d34435;
  --mdc-outlined-text-field-error-focus-label-text-color: #d34435;
  --mdc-outlined-text-field-error-label-text-color: #d34435;
  --mdc-outlined-text-field-error-hover-label-text-color: #d34435;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #d34435;
  --mdc-outlined-text-field-error-hover-outline-color: #d34435;
  --mdc-outlined-text-field-error-outline-color: #d34435;
  --mat-form-field-focus-select-arrow-color: rgba(21, 22, 27, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #d34435;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #5342ed;
  --mdc-filled-text-field-focus-active-indicator-color: #5342ed;
  --mdc-filled-text-field-focus-label-text-color: rgba(83, 66, 237, 0.87);
  --mdc-outlined-text-field-caret-color: #5342ed;
  --mdc-outlined-text-field-focus-outline-color: #5342ed;
  --mdc-outlined-text-field-focus-label-text-color: rgba(83, 66, 237, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(83, 66, 237, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #d34435;
  --mdc-filled-text-field-focus-active-indicator-color: #d34435;
  --mdc-filled-text-field-focus-label-text-color: rgba(211, 68, 53, 0.87);
  --mdc-outlined-text-field-caret-color: #d34435;
  --mdc-outlined-text-field-focus-outline-color: #d34435;
  --mdc-outlined-text-field-focus-label-text-color: rgba(211, 68, 53, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(211, 68, 53, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
  --mdc-filled-text-field-label-text-font: system-ui, sans-serif;
  --mdc-filled-text-field-label-text-size: 0.9375rem;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: system-ui, sans-serif;
  --mdc-outlined-text-field-label-text-size: 0.9375rem;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: system-ui, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 0.9375rem;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 0.9375rem;
  --mat-form-field-subscript-text-font: system-ui, sans-serif;
  --mat-form-field-subscript-text-line-height: 1.5rem;
  --mat-form-field-subscript-text-size: 0.7875rem;
  --mat-form-field-subscript-text-tracking: normal;
  --mat-form-field-subscript-text-weight: 400;
  --mat-select-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(21, 22, 27, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 68, 53, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(83, 66, 237, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 68, 53, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(211, 68, 53, 0.87);
  --mat-select-invalid-arrow-color: rgba(211, 68, 53, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-trigger-text-font: system-ui, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 0.9375rem;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mat-autocomplete-background-color: white;
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
  --mdc-dialog-subhead-font: system-ui, sans-serif;
  --mdc-dialog-subhead-line-height: 1.3rem;
  --mdc-dialog-subhead-size: 0.972rem;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: system-ui, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.5rem;
  --mdc-dialog-supporting-text-size: 0.9375rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: #f6f8ff;
  --mdc-chip-elevated-container-color: #15161b;
  --mdc-chip-elevated-selected-container-color: #15161b;
  --mdc-chip-elevated-disabled-container-color: #15161b;
  --mdc-chip-flat-disabled-selected-container-color: #15161b;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #f6f8ff;
  --mdc-chip-selected-label-text-color: #f6f8ff;
  --mdc-chip-with-icon-icon-color: #f6f8ff;
  --mdc-chip-with-icon-disabled-icon-color: #f6f8ff;
  --mdc-chip-with-icon-selected-icon-color: #f6f8ff;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #f6f8ff;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #f6f8ff;
  --mat-chip-selected-disabled-trailing-icon-color: #f6f8ff;
  --mat-chip-selected-trailing-icon-color: #f6f8ff;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #5342ed;
  --mdc-chip-elevated-selected-container-color: #5342ed;
  --mdc-chip-elevated-disabled-container-color: #5342ed;
  --mdc-chip-flat-disabled-selected-container-color: #5342ed;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-elevated-container-color: #d34435;
  --mdc-chip-elevated-selected-container-color: #d34435;
  --mdc-chip-elevated-disabled-container-color: #d34435;
  --mdc-chip-flat-disabled-selected-container-color: #d34435;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: system-ui, sans-serif;
  --mdc-chip-label-text-line-height: 0.95rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}

html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
  --mdc-switch-selected-focus-state-layer-color: #66676d;
  --mdc-switch-selected-handle-color: #66676d;
  --mdc-switch-selected-hover-state-layer-color: #66676d;
  --mdc-switch-selected-pressed-state-layer-color: #66676d;
  --mdc-switch-selected-focus-handle-color: #15161b;
  --mdc-switch-selected-hover-handle-color: #15161b;
  --mdc-switch-selected-pressed-handle-color: #15161b;
  --mdc-switch-selected-focus-track-color: #d2d4db;
  --mdc-switch-selected-hover-track-color: #d2d4db;
  --mdc-switch-selected-pressed-track-color: #d2d4db;
  --mdc-switch-selected-track-color: #d2d4db;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #453de6;
  --mdc-switch-selected-handle-color: #453de6;
  --mdc-switch-selected-hover-state-layer-color: #453de6;
  --mdc-switch-selected-pressed-state-layer-color: #453de6;
  --mdc-switch-selected-focus-handle-color: #0024cd;
  --mdc-switch-selected-hover-handle-color: #0024cd;
  --mdc-switch-selected-pressed-handle-color: #0024cd;
  --mdc-switch-selected-focus-track-color: #a9a0f6;
  --mdc-switch-selected-hover-track-color: #a9a0f6;
  --mdc-switch-selected-pressed-track-color: #a9a0f6;
  --mdc-switch-selected-track-color: #a9a0f6;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e54d3b;
  --mdc-switch-selected-handle-color: #e54d3b;
  --mdc-switch-selected-hover-state-layer-color: #e54d3b;
  --mdc-switch-selected-pressed-state-layer-color: #e54d3b;
  --mdc-switch-selected-focus-handle-color: #b73423;
  --mdc-switch-selected-hover-handle-color: #b73423;
  --mdc-switch-selected-pressed-handle-color: #b73423;
  --mdc-switch-selected-focus-track-color: #f49188;
  --mdc-switch-selected-hover-track-color: #f49188;
  --mdc-switch-selected-pressed-track-color: #f49188;
  --mdc-switch-selected-track-color: #f49188;
}

html {
  --mdc-switch-state-layer-size: 40px;
}

html .mat-mdc-slide-toggle {
  --mdc-form-field-label-text-font: system-ui, sans-serif;
  --mdc-form-field-label-text-line-height: 0.95rem;
  --mdc-form-field-label-text-size: 0.875rem;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #15161b;
  --mdc-radio-selected-hover-icon-color: #15161b;
  --mdc-radio-selected-icon-color: #15161b;
  --mdc-radio-selected-pressed-icon-color: #15161b;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #15161b;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5342ed;
  --mdc-radio-selected-hover-icon-color: #5342ed;
  --mdc-radio-selected-icon-color: #5342ed;
  --mdc-radio-selected-pressed-icon-color: #5342ed;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #5342ed;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d34435;
  --mdc-radio-selected-hover-icon-color: #d34435;
  --mdc-radio-selected-icon-color: #d34435;
  --mdc-radio-selected-pressed-icon-color: #d34435;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #d34435;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-font: system-ui, sans-serif;
  --mdc-form-field-label-text-line-height: 0.95rem;
  --mdc-form-field-label-text-size: 0.875rem;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-color: #15161b;
  --mdc-slider-focus-handle-color: #15161b;
  --mdc-slider-hover-handle-color: #15161b;
  --mdc-slider-active-track-color: #15161b;
  --mdc-slider-inactive-track-color: #15161b;
  --mdc-slider-with-tick-marks-inactive-container-color: #15161b;
  --mdc-slider-with-tick-marks-active-container-color: #f6f8ff;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #15161b;
  --mat-slider-hover-state-layer-color: rgba(21, 22, 27, 0.05);
  --mat-slider-focus-state-layer-color: rgba(21, 22, 27, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #5342ed;
  --mat-slider-hover-state-layer-color: rgba(83, 66, 237, 0.05);
  --mat-slider-focus-state-layer-color: rgba(83, 66, 237, 0.2);
  --mdc-slider-handle-color: #5342ed;
  --mdc-slider-focus-handle-color: #5342ed;
  --mdc-slider-hover-handle-color: #5342ed;
  --mdc-slider-active-track-color: #5342ed;
  --mdc-slider-inactive-track-color: #5342ed;
  --mdc-slider-with-tick-marks-inactive-container-color: #5342ed;
  --mdc-slider-with-tick-marks-active-container-color: white;
}
html .mat-warn {
  --mat-slider-ripple-color: #d34435;
  --mat-slider-hover-state-layer-color: rgba(211, 68, 53, 0.05);
  --mat-slider-focus-state-layer-color: rgba(211, 68, 53, 0.2);
  --mdc-slider-handle-color: #d34435;
  --mdc-slider-focus-handle-color: #d34435;
  --mdc-slider-hover-handle-color: #d34435;
  --mdc-slider-active-track-color: #d34435;
  --mdc-slider-inactive-track-color: #d34435;
  --mdc-slider-with-tick-marks-inactive-container-color: #d34435;
}

html {
  --mdc-slider-label-label-text-font: system-ui, sans-serif;
  --mdc-slider-label-label-text-size: 0.9375rem;
  --mdc-slider-label-label-text-line-height: 1.5rem;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
  --mat-menu-item-label-text-font: system-ui, sans-serif;
  --mat-menu-item-label-text-size: 0.9375rem;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 1.5rem;
  --mat-menu-item-label-text-weight: 400;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #15161b;
  --mdc-radio-selected-hover-icon-color: #15161b;
  --mdc-radio-selected-icon-color: #15161b;
  --mdc-radio-selected-pressed-icon-color: #15161b;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #5342ed;
  --mdc-radio-selected-hover-icon-color: #5342ed;
  --mdc-radio-selected-icon-color: #5342ed;
  --mdc-radio-selected-pressed-icon-color: #5342ed;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #d34435;
  --mdc-radio-selected-hover-icon-color: #d34435;
  --mdc-radio-selected-icon-color: #d34435;
  --mdc-radio-selected-pressed-icon-color: #d34435;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #f6f8ff;
  --mdc-checkbox-selected-focus-icon-color: #15161b;
  --mdc-checkbox-selected-hover-icon-color: #15161b;
  --mdc-checkbox-selected-icon-color: #15161b;
  --mdc-checkbox-selected-pressed-icon-color: #15161b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #15161b;
  --mdc-checkbox-selected-hover-state-layer-color: #15161b;
  --mdc-checkbox-selected-pressed-state-layer-color: #15161b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #5342ed;
  --mdc-checkbox-selected-hover-icon-color: #5342ed;
  --mdc-checkbox-selected-icon-color: #5342ed;
  --mdc-checkbox-selected-pressed-icon-color: #5342ed;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5342ed;
  --mdc-checkbox-selected-hover-state-layer-color: #5342ed;
  --mdc-checkbox-selected-pressed-state-layer-color: #5342ed;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-focus-icon-color: #d34435;
  --mdc-checkbox-selected-hover-icon-color: #d34435;
  --mdc-checkbox-selected-icon-color: #d34435;
  --mdc-checkbox-selected-pressed-icon-color: #d34435;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d34435;
  --mdc-checkbox-selected-hover-state-layer-color: #d34435;
  --mdc-checkbox-selected-pressed-state-layer-color: #d34435;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #15161b;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #15161b;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mdc-list-list-item-label-text-font: system-ui, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 0.9375rem;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: system-ui, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 0.95rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: system-ui, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1.5rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.7875rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: normal;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 400 1rem / 1.75rem system-ui, sans-serif;
  letter-spacing: normal;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-container-text-font: system-ui, sans-serif;
  --mat-paginator-container-text-line-height: 1.5rem;
  --mat-paginator-container-text-size: 0.7875rem;
  --mat-paginator-container-text-tracking: normal;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.7875rem;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #15161b;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #15161b;
  --mat-tab-header-active-ripple-color: #15161b;
  --mat-tab-header-inactive-ripple-color: #15161b;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #15161b;
  --mat-tab-header-active-hover-label-text-color: #15161b;
  --mat-tab-header-active-focus-indicator-color: #15161b;
  --mat-tab-header-active-hover-indicator-color: #15161b;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #5342ed;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #5342ed;
  --mat-tab-header-active-ripple-color: #5342ed;
  --mat-tab-header-inactive-ripple-color: #5342ed;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #5342ed;
  --mat-tab-header-active-hover-label-text-color: #5342ed;
  --mat-tab-header-active-focus-indicator-color: #5342ed;
  --mat-tab-header-active-hover-indicator-color: #5342ed;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #d34435;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #d34435;
  --mat-tab-header-active-ripple-color: #d34435;
  --mat-tab-header-inactive-ripple-color: #d34435;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #d34435;
  --mat-tab-header-active-hover-label-text-color: #d34435;
  --mat-tab-header-active-focus-indicator-color: #d34435;
  --mat-tab-header-active-hover-indicator-color: #d34435;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #15161b;
  --mat-tab-header-with-background-foreground-color: #f6f8ff;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #5342ed;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #d34435;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-label-text-font: system-ui, sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #5342ed;
  --mdc-checkbox-selected-hover-icon-color: #5342ed;
  --mdc-checkbox-selected-icon-color: #5342ed;
  --mdc-checkbox-selected-pressed-icon-color: #5342ed;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #5342ed;
  --mdc-checkbox-selected-hover-state-layer-color: #5342ed;
  --mdc-checkbox-selected-pressed-state-layer-color: #5342ed;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #f6f8ff;
  --mdc-checkbox-selected-focus-icon-color: #15161b;
  --mdc-checkbox-selected-hover-icon-color: #15161b;
  --mdc-checkbox-selected-icon-color: #15161b;
  --mdc-checkbox-selected-pressed-icon-color: #15161b;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #15161b;
  --mdc-checkbox-selected-hover-state-layer-color: #15161b;
  --mdc-checkbox-selected-pressed-state-layer-color: #15161b;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-focus-icon-color: #d34435;
  --mdc-checkbox-selected-hover-icon-color: #d34435;
  --mdc-checkbox-selected-icon-color: #d34435;
  --mdc-checkbox-selected-pressed-icon-color: #d34435;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #d34435;
  --mdc-checkbox-selected-hover-state-layer-color: #d34435;
  --mdc-checkbox-selected-pressed-state-layer-color: #d34435;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-font: system-ui, sans-serif;
  --mdc-form-field-label-text-line-height: 0.95rem;
  --mdc-form-field-label-text-size: 0.875rem;
  --mdc-form-field-label-text-tracking: normal;
  --mdc-form-field-label-text-weight: 400;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #15161b;
  --mat-text-button-state-layer-color: #15161b;
  --mat-text-button-ripple-color: rgba(21, 22, 27, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #5342ed;
  --mat-text-button-state-layer-color: #5342ed;
  --mat-text-button-ripple-color: rgba(83, 66, 237, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #d34435;
  --mat-text-button-state-layer-color: #d34435;
  --mat-text-button-ripple-color: rgba(211, 68, 53, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #15161b;
  --mdc-filled-button-label-text-color: #f6f8ff;
  --mat-filled-button-state-layer-color: #f6f8ff;
  --mat-filled-button-ripple-color: rgba(246, 248, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #5342ed;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #d34435;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #15161b;
  --mdc-protected-button-label-text-color: #f6f8ff;
  --mat-protected-button-state-layer-color: #f6f8ff;
  --mat-protected-button-ripple-color: rgba(246, 248, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #5342ed;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #d34435;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #15161b;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #15161b;
  --mat-outlined-button-ripple-color: rgba(21, 22, 27, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #5342ed;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #5342ed;
  --mat-outlined-button-ripple-color: rgba(83, 66, 237, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #d34435;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #d34435;
  --mat-outlined-button-ripple-color: rgba(211, 68, 53, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
  --mdc-text-button-label-text-font: system-ui, sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: system-ui, sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: system-ui, sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: system-ui, sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-icon-button-icon-size: 24px;
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #15161b;
  --mat-icon-button-state-layer-color: #15161b;
  --mat-icon-button-ripple-color: rgba(21, 22, 27, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #5342ed;
  --mat-icon-button-state-layer-color: #5342ed;
  --mat-icon-button-ripple-color: rgba(83, 66, 237, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #d34435;
  --mat-icon-button-state-layer-color: #d34435;
  --mat-icon-button-ripple-color: rgba(211, 68, 53, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-icon-size: 24px;
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mdc-fab-small-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shadow-color: #000;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #15161b;
  --mat-fab-foreground-color: #f6f8ff;
  --mat-fab-state-layer-color: #f6f8ff;
  --mat-fab-ripple-color: rgba(246, 248, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #5342ed;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #d34435;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #15161b;
  --mat-fab-small-foreground-color: #f6f8ff;
  --mat-fab-small-state-layer-color: #f6f8ff;
  --mat-fab-small-ripple-color: rgba(246, 248, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #5342ed;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #d34435;
  --mat-fab-small-foreground-color: #fff;
  --mat-fab-small-state-layer-color: #fff;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
  --mdc-extended-fab-label-text-font: system-ui, sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-snackbar-container-shape: 4px;
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #5342ed;
  --mdc-snackbar-supporting-text-font: system-ui, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 0.95rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mat-table-row-item-outline-width: 1px;
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-header-headline-font: system-ui, sans-serif;
  --mat-table-header-headline-line-height: 1.5rem;
  --mat-table-header-headline-size: 0.9375rem;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: system-ui, sans-serif;
  --mat-table-row-item-label-text-line-height: 0.95rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: system-ui, sans-serif;
  --mat-table-footer-supporting-text-line-height: 0.95rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
  --mdc-circular-progress-active-indicator-color: #15161b;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #5342ed;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #d34435;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
  --mat-badge-background-color: #15161b;
  --mat-badge-text-color: #f6f8ff;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #5342ed;
  --mat-badge-text-color: white;
}

.mat-badge-warn {
  --mat-badge-background-color: #d34435;
}

html {
  --mat-badge-text-font: system-ui, sans-serif;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-large-size-text-size: 24px;
  --mat-bottom-sheet-container-shape: 4px;
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
  --mat-bottom-sheet-container-text-font: system-ui, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 0.95rem;
  --mat-bottom-sheet-container-text-size: 0.875rem;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
  --mat-standard-button-toggle-height: 48px;
  --mat-legacy-button-toggle-label-text-font: system-ui, sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 1.5rem;
  --mat-legacy-button-toggle-label-text-size: 0.9375rem;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: system-ui, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.5rem;
  --mat-standard-button-toggle-label-text-size: 0.9375rem;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-date-selected-state-text-color: #f6f8ff;
  --mat-datepicker-calendar-date-selected-state-background-color: #15161b;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(21, 22, 27, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: #f6f8ff;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(21, 22, 27, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(21, 22, 27, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #15161b;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(21, 22, 27, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #5342ed;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(83, 66, 237, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(83, 66, 237, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(83, 66, 237, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(83, 66, 237, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-background-color: #d34435;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(211, 68, 53, 0.4);
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(211, 68, 53, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(211, 68, 53, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(211, 68, 53, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #5342ed;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #d34435;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

html {
  --mat-datepicker-calendar-text-font: system-ui, sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
  --mat-divider-width: 1px;
  --mat-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-header-text-font: system-ui, sans-serif;
  --mat-expansion-header-text-size: 0.9375rem;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: system-ui, sans-serif;
  --mat-expansion-container-text-line-height: 0.95rem;
  --mat-expansion-container-text-size: 0.875rem;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
  --mat-grid-list-tile-header-primary-text-size: 0.875rem;
  --mat-grid-list-tile-header-secondary-text-size: 0.7875rem;
  --mat-grid-list-tile-footer-primary-text-size: 0.875rem;
  --mat-grid-list-tile-footer-secondary-text-size: 0.7875rem;
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #15161b;
}
.mat-icon.mat-accent {
  --mat-icon-color: #5342ed;
}
.mat-icon.mat-warn {
  --mat-icon-color: #d34435;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
  --mat-stepper-header-icon-foreground-color: #f6f8ff;
  --mat-stepper-header-selected-state-icon-background-color: #15161b;
  --mat-stepper-header-selected-state-icon-foreground-color: #f6f8ff;
  --mat-stepper-header-done-state-icon-background-color: #15161b;
  --mat-stepper-header-done-state-icon-foreground-color: #f6f8ff;
  --mat-stepper-header-edit-state-icon-background-color: #15161b;
  --mat-stepper-header-edit-state-icon-foreground-color: #f6f8ff;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #d34435;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #d34435;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #5342ed;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #5342ed;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #5342ed;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-selected-state-icon-background-color: #d34435;
  --mat-stepper-header-done-state-icon-background-color: #d34435;
  --mat-stepper-header-edit-state-icon-background-color: #d34435;
}

html {
  --mat-stepper-header-height: 72px;
  --mat-stepper-container-text-font: system-ui, sans-serif;
  --mat-stepper-header-label-text-font: system-ui, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 0.9375rem;
  --mat-stepper-header-selected-state-label-text-size: 0.9375rem;
  --mat-stepper-header-selected-state-label-text-weight: 400;
  --mat-sort-arrow-color: #757575;
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #15161b;
  --mat-toolbar-container-text-color: #f6f8ff;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #5342ed;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #d34435;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
  --mat-toolbar-title-text-font: system-ui, sans-serif;
  --mat-toolbar-title-text-line-height: 1.3rem;
  --mat-toolbar-title-text-size: 0.972rem;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 500;
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
  --mat-tree-node-min-height: 48px;
  --mat-tree-node-text-font: system-ui, sans-serif;
  --mat-tree-node-text-size: 0.875rem;
  --mat-tree-node-text-weight: 400;
}

div.sidenav {
  background-color: #15161b;
}
div.sidenav .brand-logo {
  color: #f6f8ff;
}

a.navigation-link {
  color: unset;
}
a.navigation-link .nav-icon:not(.mobile) {
  color: #eeeff7;
  transition: background-color 0.2s ease-in-out;
}
a.navigation-link .nav-icon:not(.mobile) mat-icon svg {
  color: #eeeff7;
}
a.navigation-link .nav-icon:not(.mobile) .nav-text {
  color: #eeeff7;
}
a.navigation-link .nav-icon.mobile {
  color: #35363b;
  transition: background-color 0.2s ease-in-out;
}
a.navigation-link .nav-icon.mobile mat-icon svg {
  color: #35363b;
}
a.navigation-link .nav-icon.mobile span {
  color: #35363b;
}
a.navigation-link span {
  color: #15161b;
}
a.navigation-link.active .nav-icon:not(.mobile) {
  color: #f6f8ff;
  background-color: #53545a !important;
}
a.navigation-link.active .nav-icon:not(.mobile) mat-icon svg {
  color: #f6f8ff;
}
a.navigation-link.active .nav-icon.mobile {
  color: #f6f8ff;
  background-color: #15161b !important;
}
a.navigation-link.active .nav-icon.mobile mat-icon {
  color: #f6f8ff;
}
a.navigation-link.active .nav-icon.mobile mat-icon svg {
  color: #f6f8ff;
}
a.navigation-link.active .nav-icon.mobile span {
  color: #f6f8ff;
}
a.navigation-link:focus:not(.active) .nav-icon:not(.mobile) {
  background-color: #35363b;
}
a.navigation-link:focus:not(.active) .nav-icon.mobile {
  background-color: #35363b;
}
a.navigation-link:focus:not(.active) .nav-icon.mobile mat-icon {
  color: #f6f8ff;
}
a.navigation-link:focus:not(.active) .nav-icon.mobile mat-icon svg {
  color: #f6f8ff;
}
a.navigation-link:hover:not(.active) .nav-icon:not(.mobile) {
  background-color: #35363b;
}
a.navigation-link:hover:not(.active) .nav-icon:not(.mobile) span {
  color: #f6f8ff;
}
a.navigation-link:hover:not(.active) .nav-icon.mobile {
  background-color: #53545a;
}
a.navigation-link:hover:not(.active) .nav-icon.mobile mat-icon {
  color: #f6f8ff;
}
a.navigation-link:hover:not(.active) .nav-icon.mobile mat-icon svg {
  color: #f6f8ff;
}
a.navigation-link:hover:not(.active) .nav-icon.mobile span {
  color: #f6f8ff;
}

.mobile-nav {
  background-color: var(--is-app-background);
}
.mobile-nav nav {
  border-top: 1px solid var(--color-secondary-dark-beige);
}

app-gd-dashboard-react {
  display: block;
  width: 100%;
  min-height: 600px;
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: normal;
}
app-gd-dashboard-react .gd-dashboard-container,
app-gd-dashboard-react .gd-dashboard-mount {
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
app-gd-dashboard-react * {
  letter-spacing: normal;
}

.gd-dash-header-wrapper {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
}

.s-attribute-filter {
  margin: 0 !important;
  border-radius: 5px !important;
}
.s-attribute-filter.gd-attribute-filter-dropdown-button__next {
  min-width: 220px;
}
.s-attribute-filter .gd-attribute-filter-dropdown-button-content__next {
  padding: 2px 0 !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: start;
  font-family: system-ui, sans-serif;
}
.s-attribute-filter .gd-attribute-filter-dropdown-button-content__next .gd-attribute-filter-dropdown_button-title-content__next {
  margin-right: 8px !important;
  font-size: 14px !important;
}
.s-attribute-filter .gd-attribute-filter-dropdown-button-content__next .gd-attribute-filter-dropdown-button-title__next {
  color: #53545a;
}
.s-attribute-filter .gd-attribute-filter-dropdown-button-content__next .gd-attribute-filter-dropdown-button-subtitle__next {
  font-size: 14px !important;
  width: 100%;
  justify-content: space-between;
}
.s-attribute-filter .gd-attribute-filter-dropdown-button-content__next .gd-attribute-filter-dropdown-button-subtitle__next .s-attribute-filter-button-subtitle {
  font-weight: 600 !important;
}
.s-attribute-filter .gd-attribute-filter-dropdown-button-content__next .gd-attribute-filter-dropdown-button-subtitle__next::after {
  color: var(--black);
  font-size: 18px;
}
.s-attribute-filter:after {
  box-shadow: unset !important;
  border: 0 !important;
}

.dash-filters-date {
  display: flex;
  align-items: center;
  justify-content: center;
}

.gd-date-filter-button {
  height: 32px !important;
  width: 270px;
}
.gd-date-filter-button .button-content {
  width: 100%;
  min-width: 220px;
  justify-content: start !important;
  font-family: system-ui, sans-serif;
}
.gd-date-filter-button .button-content .button-title {
  color: #53545a;
}
.gd-date-filter-button .button-content .button-subtitle::after {
  position: absolute;
  right: 12px;
  color: var(--black);
  font-size: 18px;
}

.dash-filters-all {
  gap: 16px;
}

.s-date-filter-button {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 5px !important;
}
.s-date-filter-button .button-content {
  padding: 0 8px !important;
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
}
.s-date-filter-button .button-content .button-title {
  margin-right: 8px !important;
  font-size: 14px !important;
}
.s-date-filter-button .button-content .button-subtitle {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.s-date-filter-button:after {
  box-shadow: unset !important;
  border: 0 !important;
}

.overlay,
.gd-overlay,
.gd-overlay-content,
.gd-dropdown,
.gd-dialog,
.gd-modal-dropdown {
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
  box-sizing: border-box;
}

.gd-attribute-filter-dropdown-body__next,
.gd-invertable-select,
.gd-invertable-select-list,
.gd-async-list,
.gd-ui-kit-paged-virtual-list {
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

.gd-single-selection-attribute-filter-elements-select-item,
.gd-attribute-filter-list-item-label,
.gd-ui-kit-paged-virtual-list__list,
.gd-ui-kit-paged-virtual-list__item {
  font-family: system-ui, sans-serif !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
}

.gd-invertable-select-search-bar .gd-input-field,
.gd-invertable-select-search-input .gd-input-field {
  font-family: system-ui, sans-serif !important;
  font-size: 14px !important;
}

.gd-overlay-content .overlay-wrapper {
  margin-top: 6px;
  min-width: 220px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body {
  border-radius: 8px;
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-input-field.gd-input-field-small, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-input-field.small, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .input-text.gd-input-field-small, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .input-text.small {
  height: 42px;
  width: 100%;
  padding: 6px 8px 6px 28px;
  border-radius: 4px;
  font-size: 14px;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-input-field, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .input-text {
  box-shadow: none;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-input-field:focus, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-input-field:hover, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .input-text:focus, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .input-text:hover {
  box-shadow: none;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body span.gd-input-icon.gd-icon-search {
  top: 8px;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body span.gd-input-icon-clear.gd-icon-clear.s-input-clear {
  top: 6px;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-list-item {
  font-size: 14px;
  font-family: system-ui, sans-serif;
  color: var(--color-primary-black);
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-list-item.gd-list-item-header {
  font-size: 12px;
  font-family: system-ui, sans-serif;
  color: var(--gd-palette-complementary-6, #94a1ad);
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-list-item.is-selected {
  background-color: var(--gd-option-selected, #e1e0de);
  font-weight: normal;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-extended-date-filter-body .gd-filter-list-item {
  font-size: 14px;
  font-family: system-ui, sans-serif;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button {
  font-family: system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button#date-filter-custom-static-id, .gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button#date-filter-custom-relative-id {
  font-weight: 400;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button.gd-button-secondary {
  color: var(--is-theme-primary);
  border-color: var(--is-theme-primary);
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button.gd-button-secondary .gd-button-text {
  color: var(--is-theme-primary);
  padding-bottom: 3px;
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button.gd-button-action {
  background-color: var(--color-primary-black);
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button.gd-button-action.disabled {
  background-color: var(--color-primary-black-disabled);
}
.gd-overlay-content .overlay-wrapper .overlay.dropdown-body .gd-button.gd-button-action.gd-button-small .gd-button-text {
  padding-bottom: 3px;
}

/* GD Dropdown items styles */
button.gd-button-action {
  font-family: system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #f6f8ff;
}

button.gd-button-secondary,
button.dash-header-options-button,
button.s-dialog-cancel-button {
  font-family: system-ui, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--is-theme-primary);
  border-color: var(--is-theme-primary);
}
button.gd-button-secondary:hover,
button.dash-header-options-button:hover,
button.s-dialog-cancel-button:hover {
  color: var(--is-theme-primary);
  border-color: var(--is-theme-primary);
}
button.gd-button-secondary::before,
button.dash-header-options-button::before,
button.s-dialog-cancel-button::before {
  color: var(--is-theme-primary);
}

/* GD button tooltip */
.gd-bubble .bubble-content .content {
  font: 400 14px system-ui, sans-serif !important;
}
.gd-bubble .bubble-content .content p, .gd-bubble .bubble-content .content a {
  font: 400 14px system-ui, sans-serif !important;
}
.gd-bubble .bubble-content .content a:not(.gd-ui-kit-link) {
  color: var(--gd-palette-complementary-8, #464e56) !important;
}

/* GD share dialog */
.gd-dialog-header h3 {
  color: var(--text-color) !important;
  font-family: system-ui, sans-serif !important;
}

.gd-share-dialog-grantee-content-header h3 {
  font-family: system-ui, sans-serif !important;
}

.gd-button-link, .gd-button-link-dimmed {
  font: 400 14px system-ui, sans-serif !important;
  color: var(--gd-palette-primary-base, #14b2e2);
}

.gd-share-dialog-grantee-item .gd-granular-permission-button {
  font-family: system-ui, sans-serif !important;
}

.gd-share-dialog-grantee-item .gd-grantee-content-label {
  font-family: system-ui, sans-serif !important;
  color: var(--color-primary-black);
}

.s-loading:not(.insight-view-loader .s-loading) {
  min-height: calc(100vh - 50px);
}

.gd-button.s-share.gd-button-secondary.dash-header-share-button.s-header-share-button {
  display: none;
}

.dropdown-body,
.gd-attribute-filter-overlay,
.gd-date-filter-picker,
.gd-dropdown-body {
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  letter-spacing: normal !important;
  box-sizing: border-box;
}
.dropdown-body *,
.gd-attribute-filter-overlay *,
.gd-date-filter-picker *,
.gd-dropdown-body * {
  box-sizing: border-box;
}

.gd-list,
.gd-infinite-list {
  font-family: gdcustomfont, avenir, "Helvetica Neue", arial, sans-serif;
  font-size: 14px;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.mdc-button--outlined:not(:disabled) .mdc-button__ripple {
  border-color: #745ef1 !important;
}

.mat-mdc-outlined-button,
.mat-mdc-raised-button,
.mat-mdc-button,
.mat-mdc-unelevated-button {
  border-radius: 24px !important;
}

mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr {
  height: 30px !important;
}
mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr td:not(.mat-calendar-body-label) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr td:not(.mat-calendar-body-label) .mat-calendar-body-cell.special-date {
  /* Background moved to .mat-calendar-body-cell-content to avoid square appearance */
}
mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr td:not(.mat-calendar-body-label) .mat-calendar-body-cell.special-date .mat-calendar-body-cell-content.mat-calendar-body-selected {
  background-color: var(--color-primary-black);
  color: #fff;
  border-radius: 100%;
}
mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr td:not(.mat-calendar-body-label) .mat-calendar-body-cell div.tooltip:not(.mat-calendar-body-selected) {
  border-color: var(--is-text-inactive);
  border-style: dashed;
}
mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr td:not(.mat-calendar-body-label) .mat-calendar-body-cell div.tooltip span.tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 1;
  bottom: 120%;
  margin-left: -60px;
  left: 50%;
}
mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr td:not(.mat-calendar-body-label) .mat-calendar-body-cell div.tooltip:hover span.tooltiptext {
  visibility: visible;
}
mat-calendar.is-calendar .mat-calendar-content mat-month-view table.mat-calendar-table tbody.mat-calendar-body tr td:not(.mat-calendar-body-label) .mat-calendar-body-cell div.tooltip:hover::after {
  content: "";
  position: absolute;
  top: -25%;
  left: 50%;
  margin-left: -8px;
  border-width: 8px;
  border-style: solid;
  border-color: black transparent transparent;
}

.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  background-color: #e0e0e0 !important;
}

.loading-text {
  color: rgba(0, 0, 0, 0.54);
}

.metrics-summary-card {
  background: white;
}
.metrics-summary-card .metrics-grid::after {
  background-color: rgba(0, 0, 0, 0.12);
}
.metrics-summary-card .metrics-grid .metric-item .metric-value {
  color: rgba(0, 0, 0, 0.87);
}
.metrics-summary-card .metrics-grid .metric-item .metric-label {
  color: rgba(0, 0, 0, 0.54);
}
.metrics-summary-card .metrics-grid .metric-item .metric-label.dotted-underline {
  border-bottom-color: rgba(0, 0, 0, 0.54);
}
.metrics-summary-card .metrics-grid .metric-item .metric-label:focus-visible {
  outline-color: #15161b;
}
.metrics-summary-card .header-info .metric-name {
  color: rgba(0, 0, 0, 0.87);
}
.metrics-summary-card .header-info .floor-name {
  color: rgba(0, 0, 0, 0.54);
}

.rich-text-tooltip {
  background-color: white;
  color: #62615f;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.rich-text-tooltip .tooltip-content ::ng-deep strong {
  color: #434241;
}

::ng-deep .rich-text-tooltip-overlay .cdk-overlay-pane {
  pointer-events: auto;
}

.portfolio-panel {
  border-radius: 12px !important;
}
.portfolio-panel .mat-mdc-menu-content {
  padding: 24px 0 !important;
  min-width: 192px;
  max-width: 240px;
}
.portfolio-panel .mat-mdc-menu-content .heading span {
  color: #15161b;
}
.portfolio-panel .mat-mdc-menu-content .heading p {
  color: #8e8f95;
}
.portfolio-panel .mat-mdc-menu-content button.mat-mdc-menu-item, .portfolio-panel .mat-mdc-menu-content a.mat-mdc-menu-item {
  color: #15161b;
}
.portfolio-panel .mat-mdc-menu-content button.mat-mdc-menu-item mat-icon, .portfolio-panel .mat-mdc-menu-content a.mat-mdc-menu-item mat-icon {
  transition: all 0.3s ease-in-out;
  color: #aeafb6;
}
.portfolio-panel .mat-mdc-menu-content button.mat-mdc-menu-item:hover, .portfolio-panel .mat-mdc-menu-content button.mat-mdc-menu-item:focus, .portfolio-panel .mat-mdc-menu-content a.mat-mdc-menu-item:hover, .portfolio-panel .mat-mdc-menu-content a.mat-mdc-menu-item:focus {
  background-color: #fbfaf8;
}

.custom-dropdown .dropdown-options {
  border-radius: 8px !important;
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  overflow: hidden;
}
.custom-dropdown .dropdown-options .dropdown-options-wrapper .dropdown-options-wrapper-inner .dropdown-item {
  color: #15161b;
}
.custom-dropdown .dropdown-options .dropdown-options-wrapper .dropdown-options-wrapper-inner .dropdown-item mat-icon {
  transition: all 0.3s ease-in-out;
  color: #aeafb6;
}
.custom-dropdown .dropdown-options .dropdown-options-wrapper .dropdown-options-wrapper-inner .dropdown-item:hover, .custom-dropdown .dropdown-options .dropdown-options-wrapper .dropdown-options-wrapper-inner .dropdown-item:focus {
  background-color: #f6f5f3;
}
.custom-dropdown .dropdown-options .dropdown-options-wrapper .dropdown-options-wrapper-inner .dropdown-item.selected {
  background-color: #e1e0de;
}
.custom-dropdown .dropdown-options .is-custom-search-container {
  background-color: #fff;
  margin-bottom: 0;
  z-index: 1;
  border-bottom: 1px solid #e1e0de;
  padding: 8px;
}
.custom-dropdown .dropdown-options .is-custom-search-container .is-custom-search-clear {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.custom-dropdown .dropdown-options .is-custom-search-container .is-custom-search-input {
  border: 1px solid #e1e0de;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.custom-dropdown .dropdown-options .is-custom-search-container .is-custom-search-input input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
}
.custom-dropdown .dropdown-options .is-custom-search-container .is-custom-search-input input:focus {
  border-color: #62615f;
}
.custom-dropdown .dropdown-options .is-custom-search-container .is-custom-search-input mat-icon.search-icon {
  font-size: 20px;
  width: 32px;
  padding: 2px 0 0 8px;
  color: var(--is-text-inactive);
}
.custom-dropdown .dropdown-options .is-custom-search-container .is-custom-search-input button {
  height: 100%;
  padding-right: 8px;
}
.custom-dropdown .dropdown-options .is-custom-search-container .is-custom-search-input button mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: var(--is-text-inactive);
}

.dashboard-item:hover, .dashboard-item.active {
  background-color: #f6f5f3;
}
.dashboard-item mat-icon {
  color: #62615f;
}
.dashboard-item span {
  font-size: 14px;
  color: #15161b;
}

.is-custom-select-container .is-custom-select-trigger {
  background: #edecea;
  border: 1px solid #edecea;
}
.is-custom-select-container .is-custom-select-trigger.disabled {
  background: #f6f5f3;
}
.is-custom-select-container .is-custom-selected-text.is-custom-label {
  font-weight: 400;
  color: #15161b;
}
.is-custom-select-container .is-custom-selected-text.is-custom-value {
  color: #15161b;
  font-weight: 600;
}
.is-custom-select-container .is-custom-select-input-container .is-custom-select-input {
  font-weight: 600;
}
.is-custom-select-container .is-custom-dropdown-container {
  background: #fbfaf8;
  border: 1px solid #e1e0de;
  box-shadow: var(--is-box-shadow);
  overflow: hidden;
}
.is-custom-select-container .is-custom-search-container {
  border-bottom: 1px solid #e1e0de;
}
.is-custom-select-container .is-custom-search-container .is-custom-search-clear {
  background: transparent;
}
.is-custom-select-container .is-custom-search-container .is-custom-search-input {
  border: 1px solid #e1e0de;
}
.is-custom-select-container .is-custom-search-container .is-custom-search-input input:focus {
  border-color: #62615f;
}
.is-custom-select-container .is-custom-select-all-container {
  border-bottom: 1px solid #e1e0de;
}
.is-custom-select-container .is-custom-actions {
  border-top: 1px solid #e1e0de;
}
.is-custom-select-container .is-custom-option:hover, .is-custom-select-container .is-custom-multi-select-option:hover {
  background: #f6f5f3;
}
.is-custom-select-container .is-custom-option.selected, .is-custom-select-container .is-custom-multi-select-option.selected {
  background: #e1e0de;
}

.is-btn {
  position: relative;
  font-size: 14px !important;
  font-family: system-ui, sans-serif;
  background: #edecea;
  border: 1px solid #edecea;
  padding: 4px 8px;
  border-radius: 5px;
  cursor: pointer;
  height: 30px;
}
.is-btn mat-icon {
  margin-top: 2px;
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #15161b;
}
.is-btn.btn-secondary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.1490196078);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 8px;
  border: 1px solid gainsboro;
  min-width: 165px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.87);
  line-height: 1.5rem;
}
.is-btn.btn-secondary mat-icon {
  margin-top: 0;
  margin-right: 4px;
}
.is-btn.btn-secondary.btn-not-allowed {
  background: #f6f5f3;
  border: 1px solid #f6f5f3;
  color: rgba(0, 0, 0, 0.38);
}
.is-btn.btn-secondary.btn-not-allowed mat-icon {
  color: #9f9e9c !important;
}
.is-btn.btn-secondary:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.is-btn.disabled, .is-btn:disabled {
  background: #f6f5f3;
  border: 1px solid #f6f5f3;
  pointer-events: none !important;
}
.is-btn.disabled mat-icon, .is-btn:disabled mat-icon {
  color: #9f9e9c !important;
}

.zone-management-container .header-section {
  border-bottom: 1px solid #d2d4db;
}
.zone-management-container .header-section .breadcrumb-nav {
  color: #66676d;
}
.zone-management-container .header-section .breadcrumb-nav .breadcrumb-link {
  color: #53545a;
}
.zone-management-container .header-section .breadcrumb-nav .breadcrumb-link:hover {
  color: #15161b;
}
.zone-management-container .header-section .breadcrumb-nav .breadcrumb-link:focus {
  outline-color: #53545a;
}
.zone-management-container .header-section .breadcrumb-nav .breadcrumb-separator {
  color: #8e8f95;
}
.zone-management-container .header-section .breadcrumb-nav .breadcrumb-current {
  color: #15161b;
}

.p-datatable .p-datatable-thead > tr > th {
  background-color: #f6f8ff;
  color: #0024cd;
  border-bottom: 2px solid #d2d4db;
}
.p-datatable .p-datatable-tbody > tr:hover {
  background-color: #f6f8ff;
}
.p-datatable .p-datatable-tbody > tr.p-highlight {
  background-color: #eeecfd !important;
}
.p-datatable .p-paginator {
  border-top: 1px solid #d2d4db;
}

.p-dropdown.p-inputwrapper-focus {
  box-shadow: 0 0 0 0.2rem rgba(83, 66, 237, 0.25);
}

.table-container {
  background-color: white;
}
.table-container .zone-table th {
  background-color: #f6f8ff;
  color: #15161b;
  border-bottom: 2px solid #d2d4db;
}
.table-container .zone-table th.read-only-header {
  background-color: #eeeff7;
}
.table-container .zone-table td {
  border-bottom: 1px solid #eeeff7;
}
.table-container .zone-table .mat-mdc-no-data-row td {
  border-bottom: none !important;
}
.table-container .zone-table .read-only-cell {
  background-color: #f6f8ff;
  color: #66676d;
}
.table-container .zone-table .derived-cell {
  color: #15161b;
}
.table-container .zone-table .zone-type-chip {
  background-color: var(--color-primary-dark-beige);
}
.table-container .zone-table .zone-type-chip.selected {
  background-color: var(--is-primary-light);
  border: 1px solid var(--color-primary-dark-beige);
}
.table-container .zone-table .mat-row:nth-child(even) {
  background-color: #f6f8ff;
}
.table-container .zone-table .mat-row:hover {
  background-color: #f6f8ff;
  box-shadow: 0 2px 4px rgba(21, 22, 27, 0.05);
}
.table-container .zone-table .mat-row.unassigned-row {
  background-color: #ffecef;
  border-left: 4px solid #f17266;
}
.table-container .zone-table .mat-row.unassigned-row:nth-child(even) {
  background-color: #fce0dd;
}
.table-container .zone-table .mat-row.unassigned-row:hover {
  background-color: #fce0dd;
  box-shadow: 0 2px 8px rgba(241, 114, 102, 0.2);
}
.table-container .empty-state .empty-icon {
  color: #aeafb6;
}
.table-container .empty-state .empty-text {
  color: #15161b;
}
.table-container .empty-state .empty-subtext {
  color: #66676d;
}

.ai-insights-container {
  background-color: #fbfaf8;
}

.ai-insights-header {
  border-bottom: 1px solid #edecea;
  background-color: #ffffff;
  padding: 16px;
}

.ai-content-warning {
  background-color: #ffecef;
  color: #b73423;
}

.magic-stars-icon {
  color: var(--is-theme-primary);
}

.ai-insights-title {
  color: #222120;
}

.action-icon {
  color: #222120;
}
.action-icon:hover {
  color: #53545a;
}

.loading-text {
  color: #222120;
}

.error-icon {
  color: #ef6255;
}

.error-text {
  color: #222120;
}

.insights-markdown {
  /* Links come from the agent response, so they need a colour of their own:
     inheriting body colour leaves them indistinguishable from prose. */
}
.insights-markdown ::ng-deep a {
  color: var(--is-theme-primary);
}

.empty-icon {
  color: #9f9e9c;
}

.empty-text {
  color: #767573;
}

.beta-badge {
  background-color: var(--is-theme-primary);
  color: var(--is-text-light);
  font-weight: 600;
  font-size: 10px;
  padding: 2px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}

.ai-insights-footer {
  background-color: #ffffff;
  border-top: 1px solid #edecea;
}
.ai-insights-footer .ai-insights-footer-title {
  color: #767573;
}
.ai-insights-footer .ai-insights-footer-disclaimer i {
  color: #767573;
}

.labs {
  color: #222120;
}
.labs .labs-subtitle {
  color: #222120;
}
.labs .feature-card {
  border: 1px solid #e1e0de;
}
.labs .feature-card-title {
  color: #222120;
}
.labs .feature-card-description {
  color: #62615f;
}
.labs .feature-card-disclaimer {
  color: #9f9e9c;
}

.innerSpace-Dark {
  /* TODO: Add dark theme */
}

mat-sidenav-content, mat-drawer-content {
  background: #f6f5f3;
}

.small-button {
  width: 24px !important;
  height: 24px !important;
  line-height: 24px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.small-button .small-icon {
  font-size: 16px !important;
  width: 16px !important;
  height: 16px !important;
}

.status-peek-overlay-pane {
  max-width: calc(100vw - 16px);
}

.dense-component-2 {
  --mat-form-field-container-height: 48px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 12px;
  --mat-form-field-filled-with-label-container-padding-top: 12px;
  --mat-form-field-filled-with-label-container-padding-bottom: 12px;
  --mat-select-arrow-transform: none;
  --mdc-checkbox-state-layer-size: 32px;
  --mat-checkbox-touch-target-display: none;
  --mdc-switch-state-layer-size: 32px;
  --mdc-radio-state-layer-size: 32px;
  --mat-radio-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 40px;
  --mdc-list-list-item-two-line-container-height: 56px;
  --mdc-list-list-item-three-line-container-height: 80px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 48px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mdc-text-button-container-height: 28px;
  --mdc-filled-button-container-height: 28px;
  --mdc-outlined-button-container-height: 28px;
  --mdc-protected-button-container-height: 28px;
  --mat-text-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-icon-button-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-fab-small-touch-target-display: none;
  --mat-table-header-container-height: 48px;
  --mat-table-footer-container-height: 44px;
  --mat-table-row-item-container-height: 44px;
  --mat-expansion-header-collapsed-state-height: 40px;
  --mat-expansion-header-expanded-state-height: 56px;
  --mat-stepper-header-height: 64px;
  --mat-toolbar-standard-height: 56px;
  --mat-toolbar-mobile-height: 48px;
  --mat-tree-node-min-height: 40px;
  --mat-standard-button-toggle-height: 40px;
}
.dense-component-2 .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.dense-component-2 .mdc-list-item__start,
.dense-component-2 .mdc-list-item__end {
  --mdc-radio-state-layer-size: 32px;
}
.dense-component-2 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .dense-component-2 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .dense-component-2 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 48px;
}
.dense-component-2 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .dense-component-2 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .dense-component-2 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 64px;
}
.dense-component-2 .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 40px;
}
.dense-component-2 .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}

.dense-component-3 {
  --mat-form-field-container-height: 44px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 10px;
  --mat-form-field-filled-with-label-container-padding-top: 10px;
  --mat-form-field-filled-with-label-container-padding-bottom: 10px;
  --mat-select-arrow-transform: none;
  --mdc-checkbox-state-layer-size: 28px;
  --mat-checkbox-touch-target-display: none;
  --mdc-switch-state-layer-size: 28px;
  --mdc-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 36px;
  --mdc-list-list-item-two-line-container-height: 52px;
  --mdc-list-list-item-three-line-container-height: 76px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mdc-text-button-container-height: 24px;
  --mdc-filled-button-container-height: 24px;
  --mdc-outlined-button-container-height: 24px;
  --mdc-protected-button-container-height: 24px;
  --mat-text-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-icon-button-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-fab-small-touch-target-display: none;
  --mat-table-header-container-height: 44px;
  --mat-table-footer-container-height: 40px;
  --mat-table-row-item-container-height: 40px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-stepper-header-height: 60px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 36px;
  --mat-standard-button-toggle-height: 36px;
}
.dense-component-3 .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.dense-component-3 .mdc-list-item__start,
.dense-component-3 .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.dense-component-3 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .dense-component-3 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .dense-component-3 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 44px;
}
.dense-component-3 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .dense-component-3 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .dense-component-3 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 60px;
}
.dense-component-3 .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 36px;
}
.dense-component-3 .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 36px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 6px;
}

.dense-component-5 {
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-select-arrow-transform: none;
  --mdc-checkbox-state-layer-size: 28px;
  --mat-checkbox-touch-target-display: none;
  --mdc-switch-state-layer-size: 28px;
  --mdc-radio-state-layer-size: 28px;
  --mat-radio-touch-target-display: none;
  --mdc-list-list-item-one-line-container-height: 24px;
  --mdc-list-list-item-two-line-container-height: 48px;
  --mdc-list-list-item-three-line-container-height: 56px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 36px;
  --mat-paginator-form-field-container-vertical-padding: 6px;
  --mdc-text-button-container-height: 24px;
  --mdc-filled-button-container-height: 24px;
  --mdc-outlined-button-container-height: 24px;
  --mdc-protected-button-container-height: 24px;
  --mat-text-button-touch-target-display: none;
  --mat-filled-button-touch-target-display: none;
  --mat-protected-button-touch-target-display: none;
  --mat-outlined-button-touch-target-display: none;
  --mat-icon-button-touch-target-display: none;
  --mat-fab-touch-target-display: none;
  --mat-fab-small-touch-target-display: none;
  --mat-table-header-container-height: 40px;
  --mat-table-footer-container-height: 36px;
  --mat-table-row-item-container-height: 36px;
  --mat-expansion-header-collapsed-state-height: 36px;
  --mat-expansion-header-expanded-state-height: 48px;
  --mat-stepper-header-height: 42px;
  --mat-toolbar-standard-height: 52px;
  --mat-toolbar-mobile-height: 44px;
  --mat-tree-node-min-height: 28px;
  --mat-standard-button-toggle-height: 24px;
}
.dense-component-5 .mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 24px;
}
.dense-component-5 .mdc-list-item__start,
.dense-component-5 .mdc-list-item__end {
  --mdc-radio-state-layer-size: 28px;
}
.dense-component-5 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .dense-component-5 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .dense-component-5 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 40px;
}
.dense-component-5 .mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .dense-component-5 .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .dense-component-5 .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 56px;
}
.dense-component-5 .mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 32px;
}
.dense-component-5 .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 28px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 2px;
}

.is-popover {
  background: white;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
}
.is-popover.fixed {
  position: fixed;
  pointer-events: none;
}
.is-popover h1 {
  margin-bottom: 6px !important;
}
.is-popover .date-range {
  padding: 4px 0;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 6px !important;
}

.mt-2 {
  margin-top: 12px !important;
}

.mt-3 {
  margin-top: 18px !important;
}

.mt-4 {
  margin-top: 24px !important;
}

.mt-5 {
  margin-top: 30px !important;
}

.mt-6 {
  margin-top: 36px !important;
}

.mt-7 {
  margin-top: 42px !important;
}

.mt-8 {
  margin-top: 48px !important;
}

.mt-9 {
  margin-top: 54px !important;
}

.mt-10 {
  margin-top: 60px !important;
}

.mt-11 {
  margin-top: 66px !important;
}

.mt-12 {
  margin-top: 72px !important;
}

.mt-13 {
  margin-top: 78px !important;
}

.mt-14 {
  margin-top: 84px !important;
}

.mt-15 {
  margin-top: 90px !important;
}

.mt-16 {
  margin-top: 96px !important;
}

.mt-17 {
  margin-top: 102px !important;
}

.mt-18 {
  margin-top: 108px !important;
}

.mt-19 {
  margin-top: 114px !important;
}

.mt-20 {
  margin-top: 120px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 6px !important;
}

.mr-2 {
  margin-right: 12px !important;
}

.mr-3 {
  margin-right: 18px !important;
}

.mr-4 {
  margin-right: 24px !important;
}

.mr-5 {
  margin-right: 30px !important;
}

.mr-6 {
  margin-right: 36px !important;
}

.mr-7 {
  margin-right: 42px !important;
}

.mr-8 {
  margin-right: 48px !important;
}

.mr-9 {
  margin-right: 54px !important;
}

.mr-10 {
  margin-right: 60px !important;
}

.mr-11 {
  margin-right: 66px !important;
}

.mr-12 {
  margin-right: 72px !important;
}

.mr-13 {
  margin-right: 78px !important;
}

.mr-14 {
  margin-right: 84px !important;
}

.mr-15 {
  margin-right: 90px !important;
}

.mr-16 {
  margin-right: 96px !important;
}

.mr-17 {
  margin-right: 102px !important;
}

.mr-18 {
  margin-right: 108px !important;
}

.mr-19 {
  margin-right: 114px !important;
}

.mr-20 {
  margin-right: 120px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 6px !important;
}

.mb-2 {
  margin-bottom: 12px !important;
}

.mb-3 {
  margin-bottom: 18px !important;
}

.mb-4 {
  margin-bottom: 24px !important;
}

.mb-5 {
  margin-bottom: 30px !important;
}

.mb-6 {
  margin-bottom: 36px !important;
}

.mb-7 {
  margin-bottom: 42px !important;
}

.mb-8 {
  margin-bottom: 48px !important;
}

.mb-9 {
  margin-bottom: 54px !important;
}

.mb-10 {
  margin-bottom: 60px !important;
}

.mb-11 {
  margin-bottom: 66px !important;
}

.mb-12 {
  margin-bottom: 72px !important;
}

.mb-13 {
  margin-bottom: 78px !important;
}

.mb-14 {
  margin-bottom: 84px !important;
}

.mb-15 {
  margin-bottom: 90px !important;
}

.mb-16 {
  margin-bottom: 96px !important;
}

.mb-17 {
  margin-bottom: 102px !important;
}

.mb-18 {
  margin-bottom: 108px !important;
}

.mb-19 {
  margin-bottom: 114px !important;
}

.mb-20 {
  margin-bottom: 120px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 6px !important;
}

.ml-2 {
  margin-left: 12px !important;
}

.ml-3 {
  margin-left: 18px !important;
}

.ml-4 {
  margin-left: 24px !important;
}

.ml-5 {
  margin-left: 30px !important;
}

.ml-6 {
  margin-left: 36px !important;
}

.ml-7 {
  margin-left: 42px !important;
}

.ml-8 {
  margin-left: 48px !important;
}

.ml-9 {
  margin-left: 54px !important;
}

.ml-10 {
  margin-left: 60px !important;
}

.ml-11 {
  margin-left: 66px !important;
}

.ml-12 {
  margin-left: 72px !important;
}

.ml-13 {
  margin-left: 78px !important;
}

.ml-14 {
  margin-left: 84px !important;
}

.ml-15 {
  margin-left: 90px !important;
}

.ml-16 {
  margin-left: 96px !important;
}

.ml-17 {
  margin-left: 102px !important;
}

.ml-18 {
  margin-left: 108px !important;
}

.ml-19 {
  margin-left: 114px !important;
}

.ml-20 {
  margin-left: 120px !important;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 6px;
}

.pt-2 {
  padding-top: 12px;
}

.pt-3 {
  padding-top: 18px;
}

.pt-4 {
  padding-top: 24px;
}

.pt-5 {
  padding-top: 30px;
}

.pt-6 {
  padding-top: 36px;
}

.pt-7 {
  padding-top: 42px;
}

.pt-8 {
  padding-top: 48px;
}

.pt-9 {
  padding-top: 54px;
}

.pt-10 {
  padding-top: 60px;
}

.pt-11 {
  padding-top: 66px;
}

.pt-12 {
  padding-top: 72px;
}

.pt-13 {
  padding-top: 78px;
}

.pt-14 {
  padding-top: 84px;
}

.pt-15 {
  padding-top: 90px;
}

.pt-16 {
  padding-top: 96px;
}

.pt-17 {
  padding-top: 102px;
}

.pt-18 {
  padding-top: 108px;
}

.pt-19 {
  padding-top: 114px;
}

.pt-20 {
  padding-top: 120px;
}

.pr-0 {
  padding-right: 0px;
}

.pr-1 {
  padding-right: 6px;
}

.pr-2 {
  padding-right: 12px;
}

.pr-3 {
  padding-right: 18px;
}

.pr-4 {
  padding-right: 24px;
}

.pr-5 {
  padding-right: 30px;
}

.pr-6 {
  padding-right: 36px;
}

.pr-7 {
  padding-right: 42px;
}

.pr-8 {
  padding-right: 48px;
}

.pr-9 {
  padding-right: 54px;
}

.pr-10 {
  padding-right: 60px;
}

.pr-11 {
  padding-right: 66px;
}

.pr-12 {
  padding-right: 72px;
}

.pr-13 {
  padding-right: 78px;
}

.pr-14 {
  padding-right: 84px;
}

.pr-15 {
  padding-right: 90px;
}

.pr-16 {
  padding-right: 96px;
}

.pr-17 {
  padding-right: 102px;
}

.pr-18 {
  padding-right: 108px;
}

.pr-19 {
  padding-right: 114px;
}

.pr-20 {
  padding-right: 120px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 6px;
}

.pb-2 {
  padding-bottom: 12px;
}

.pb-3 {
  padding-bottom: 18px;
}

.pb-4 {
  padding-bottom: 24px;
}

.pb-5 {
  padding-bottom: 30px;
}

.pb-6 {
  padding-bottom: 36px;
}

.pb-7 {
  padding-bottom: 42px;
}

.pb-8 {
  padding-bottom: 48px;
}

.pb-9 {
  padding-bottom: 54px;
}

.pb-10 {
  padding-bottom: 60px;
}

.pb-11 {
  padding-bottom: 66px;
}

.pb-12 {
  padding-bottom: 72px;
}

.pb-13 {
  padding-bottom: 78px;
}

.pb-14 {
  padding-bottom: 84px;
}

.pb-15 {
  padding-bottom: 90px;
}

.pb-16 {
  padding-bottom: 96px;
}

.pb-17 {
  padding-bottom: 102px;
}

.pb-18 {
  padding-bottom: 108px;
}

.pb-19 {
  padding-bottom: 114px;
}

.pb-20 {
  padding-bottom: 120px;
}

.pl-0 {
  padding-left: 0px;
}

.pl-1 {
  padding-left: 6px;
}

.pl-2 {
  padding-left: 12px;
}

.pl-3 {
  padding-left: 18px;
}

.pl-4 {
  padding-left: 24px;
}

.pl-5 {
  padding-left: 30px;
}

.pl-6 {
  padding-left: 36px;
}

.pl-7 {
  padding-left: 42px;
}

.pl-8 {
  padding-left: 48px;
}

.pl-9 {
  padding-left: 54px;
}

.pl-10 {
  padding-left: 60px;
}

.pl-11 {
  padding-left: 66px;
}

.pl-12 {
  padding-left: 72px;
}

.pl-13 {
  padding-left: 78px;
}

.pl-14 {
  padding-left: 84px;
}

.pl-15 {
  padding-left: 90px;
}

.pl-16 {
  padding-left: 96px;
}

.pl-17 {
  padding-left: 102px;
}

.pl-18 {
  padding-left: 108px;
}

.pl-19 {
  padding-left: 114px;
}

.pl-20 {
  padding-left: 120px;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 6px;
}

.m-2 {
  margin: 12px;
}

.m-3 {
  margin: 18px;
}

.m-4 {
  margin: 24px;
}

.m-5 {
  margin: 30px;
}

.m-6 {
  margin: 36px;
}

.m-7 {
  margin: 42px;
}

.m-8 {
  margin: 48px;
}

.m-9 {
  margin: 54px;
}

.m-10 {
  margin: 60px;
}

.m-11 {
  margin: 66px;
}

.m-12 {
  margin: 72px;
}

.m-13 {
  margin: 78px;
}

.m-14 {
  margin: 84px;
}

.m-15 {
  margin: 90px;
}

.m-16 {
  margin: 96px;
}

.m-17 {
  margin: 102px;
}

.m-18 {
  margin: 108px;
}

.m-19 {
  margin: 114px;
}

.m-20 {
  margin: 120px;
}

.ml-auto {
  margin-left: auto;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 6px;
}

.p-2 {
  padding: 12px;
}

.p-3 {
  padding: 18px;
}

.p-4 {
  padding: 24px;
}

.p-5 {
  padding: 30px;
}

.p-6 {
  padding: 36px;
}

.p-7 {
  padding: 42px;
}

.p-8 {
  padding: 48px;
}

.p-9 {
  padding: 54px;
}

.p-10 {
  padding: 60px;
}

.p-11 {
  padding: 66px;
}

.p-12 {
  padding: 72px;
}

.p-13 {
  padding: 78px;
}

.p-14 {
  padding: 84px;
}

.p-15 {
  padding: 90px;
}

.p-16 {
  padding: 96px;
}

.p-17 {
  padding: 102px;
}

.p-18 {
  padding: 108px;
}

.p-19 {
  padding: 114px;
}

.p-20 {
  padding: 120px;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 6px;
  margin-right: 6px;
}

.mx-2 {
  margin-left: 12px;
  margin-right: 12px;
}

.mx-3 {
  margin-left: 18px;
  margin-right: 18px;
}

.mx-4 {
  margin-left: 24px;
  margin-right: 24px;
}

.mx-5 {
  margin-left: 30px;
  margin-right: 30px;
}

.mx-6 {
  margin-left: 36px;
  margin-right: 36px;
}

.mx-7 {
  margin-left: 42px;
  margin-right: 42px;
}

.mx-8 {
  margin-left: 48px;
  margin-right: 48px;
}

.mx-9 {
  margin-left: 54px;
  margin-right: 54px;
}

.mx-10 {
  margin-left: 60px;
  margin-right: 60px;
}

.mx-11 {
  margin-left: 66px;
  margin-right: 66px;
}

.mx-12 {
  margin-left: 72px;
  margin-right: 72px;
}

.mx-13 {
  margin-left: 78px;
  margin-right: 78px;
}

.mx-14 {
  margin-left: 84px;
  margin-right: 84px;
}

.mx-15 {
  margin-left: 90px;
  margin-right: 90px;
}

.mx-16 {
  margin-left: 96px;
  margin-right: 96px;
}

.mx-17 {
  margin-left: 102px;
  margin-right: 102px;
}

.mx-18 {
  margin-left: 108px;
  margin-right: 108px;
}

.mx-19 {
  margin-left: 114px;
  margin-right: 114px;
}

.mx-20 {
  margin-left: 120px;
  margin-right: 120px;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.px-2 {
  padding-left: 12px;
  padding-right: 12px;
}

.px-3 {
  padding-left: 18px;
  padding-right: 18px;
}

.px-4 {
  padding-left: 24px;
  padding-right: 24px;
}

.px-5 {
  padding-left: 30px;
  padding-right: 30px;
}

.px-6 {
  padding-left: 36px;
  padding-right: 36px;
}

.px-7 {
  padding-left: 42px;
  padding-right: 42px;
}

.px-8 {
  padding-left: 48px;
  padding-right: 48px;
}

.px-9 {
  padding-left: 54px;
  padding-right: 54px;
}

.px-10 {
  padding-left: 60px;
  padding-right: 60px;
}

.px-11 {
  padding-left: 66px;
  padding-right: 66px;
}

.px-12 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-13 {
  padding-left: 78px;
  padding-right: 78px;
}

.px-14 {
  padding-left: 84px;
  padding-right: 84px;
}

.px-15 {
  padding-left: 90px;
  padding-right: 90px;
}

.px-16 {
  padding-left: 96px;
  padding-right: 96px;
}

.px-17 {
  padding-left: 102px;
  padding-right: 102px;
}

.px-18 {
  padding-left: 108px;
  padding-right: 108px;
}

.px-19 {
  padding-left: 114px;
  padding-right: 114px;
}

.px-20 {
  padding-left: 120px;
  padding-right: 120px;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.my-1 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my-2 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my-3 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my-4 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my-5 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-6 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my-7 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.my-8 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.my-9 {
  margin-top: 54px !important;
  margin-bottom: 54px !important;
}

.my-10 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my-11 {
  margin-top: 66px !important;
  margin-bottom: 66px !important;
}

.my-12 {
  margin-top: 72px !important;
  margin-bottom: 72px !important;
}

.my-13 {
  margin-top: 78px !important;
  margin-bottom: 78px !important;
}

.my-14 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.my-15 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}

.my-16 {
  margin-top: 96px !important;
  margin-bottom: 96px !important;
}

.my-17 {
  margin-top: 102px !important;
  margin-bottom: 102px !important;
}

.my-18 {
  margin-top: 108px !important;
  margin-bottom: 108px !important;
}

.my-19 {
  margin-top: 114px !important;
  margin-bottom: 114px !important;
}

.my-20 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-1 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.py-2 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-3 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.py-4 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.py-5 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.py-6 {
  padding-top: 36px;
  padding-bottom: 36px;
}

.py-7 {
  padding-top: 42px;
  padding-bottom: 42px;
}

.py-8 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.py-9 {
  padding-top: 54px;
  padding-bottom: 54px;
}

.py-10 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-11 {
  padding-top: 66px;
  padding-bottom: 66px;
}

.py-12 {
  padding-top: 72px;
  padding-bottom: 72px;
}

.py-13 {
  padding-top: 78px;
  padding-bottom: 78px;
}

.py-14 {
  padding-top: 84px;
  padding-bottom: 84px;
}

.py-15 {
  padding-top: 90px;
  padding-bottom: 90px;
}

.py-16 {
  padding-top: 96px;
  padding-bottom: 96px;
}

.py-17 {
  padding-top: 102px;
  padding-bottom: 102px;
}

.py-18 {
  padding-top: 108px;
  padding-bottom: 108px;
}

.py-19 {
  padding-top: 114px;
  padding-bottom: 114px;
}

.py-20 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.h-100 {
  height: 100% !important;
}

.text-center {
  text-align: center;
}

.f-row {
  display: flex;
  flex-direction: row;
}
.f-row.start {
  justify-content: flex-start;
}
.f-row.end {
  justify-content: flex-end;
}
.f-row.center {
  justify-content: center;
}

.f-col {
  display: flex;
  flex-direction: column;
}
.f-col.start {
  align-items: flex-start;
}
.f-col.end {
  align-items: flex-end;
}
.f-col.center {
  align-items: center;
}

.f-0 {
  flex: 0;
}

.f-1 {
  flex: 1;
}

.icon-size-1 {
  height: 6px !important;
  width: 6px !important;
  font-size: 6px !important;
}

.icon-size-2 {
  height: 12px !important;
  width: 12px !important;
  font-size: 12px !important;
}

.icon-size-3 {
  height: 18px !important;
  width: 18px !important;
  font-size: 18px !important;
}

.icon-size-4 {
  height: 24px !important;
  width: 24px !important;
  font-size: 24px !important;
}

.icon-size-5 {
  height: 30px !important;
  width: 30px !important;
  font-size: 30px !important;
}

.icon-size-6 {
  height: 36px !important;
  width: 36px !important;
  font-size: 36px !important;
}

.icon-size-7 {
  height: 42px !important;
  width: 42px !important;
  font-size: 42px !important;
}

.icon-size-8 {
  height: 48px !important;
  width: 48px !important;
  font-size: 48px !important;
}

.icon-size-9 {
  height: 54px !important;
  width: 54px !important;
  font-size: 54px !important;
}

.icon-size-10 {
  height: 60px !important;
  width: 60px !important;
  font-size: 60px !important;
}

.icon-size-11 {
  height: 66px !important;
  width: 66px !important;
  font-size: 66px !important;
}

.icon-size-12 {
  height: 72px !important;
  width: 72px !important;
  font-size: 72px !important;
}

.icon-size-13 {
  height: 78px !important;
  width: 78px !important;
  font-size: 78px !important;
}

.icon-size-14 {
  height: 84px !important;
  width: 84px !important;
  font-size: 84px !important;
}

.icon-size-15 {
  height: 90px !important;
  width: 90px !important;
  font-size: 90px !important;
}

.icon-size-16 {
  height: 96px !important;
  width: 96px !important;
  font-size: 96px !important;
}

.icon-size-17 {
  height: 102px !important;
  width: 102px !important;
  font-size: 102px !important;
}

.icon-size-18 {
  height: 108px !important;
  width: 108px !important;
  font-size: 108px !important;
}

.icon-size-19 {
  height: 114px !important;
  width: 114px !important;
  font-size: 114px !important;
}

.icon-size-20 {
  height: 120px !important;
  width: 120px !important;
  font-size: 120px !important;
}

.text-color-primary {
  color: var(--color-primary-black) !important;
}

.text-color-secondary {
  color: var(--is-text-secondary) !important;
}

.text-color-disabled {
  color: #CBCFD3 !important;
}

.text-color-inactive {
  color: var(--is-text-inactive) !important;
}

.text-color-link {
  color: #5342ED !important;
}

.text-color-error {
  color: #D81E22 !important;
}

.text-color-success {
  color: #0CB560 !important;
}

.text-color-warning {
  color: #F89B02 !important;
}

.text-color-info {
  color: #3E8DEC !important;
}

.text-color-light {
  color: var(--is-text-light) !important;
}

.text-color-theme {
  color: var(--is-theme-primary) !important;
}

.text-no-wrap {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.text-center {
  text-align: center !important;
}

.no-wrap {
  white-space: nowrap;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.isometric-container {
  overflow: hidden;
}

.isometric {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  overflow: visible;
  transform-style: preserve-3d;
  transform: rotateX(60deg) rotateY(0deg) rotateZ(45deg);
}
.isometric * {
  transform-style: preserve-3d;
}

.isometric {
  transform: rotateX(81deg) rotateY(0deg) rotateZ(24deg);
}

.floor {
  position: absolute;
  width: 26rem;
  height: 20rem;
  transform-origin: center;
}
.floor > * {
  position: absolute;
  border: 1px solid #fbff77;
  box-sizing: border-box;
  background: #feffdd;
}
.floor > *:nth-child(3n+1) {
  width: 26rem;
  height: 20rem;
}
.floor > *:nth-child(3n+2) {
  width: 26rem;
  height: 4rem;
}
.floor > *:nth-child(3n+3) {
  width: 20rem;
  height: 4rem;
}
.floor > *:nth-child(1) {
  transform: translateZ(4rem);
}
.floor > *:nth-child(2) {
  transform: translateY(18rem) translateZ(2rem) rotateX(-90deg);
}
.floor > *:nth-child(3) {
  transform: translateX(16rem) translateY(8rem) translateZ(2rem) rotateX(-90deg) rotateY(90deg);
}
.floor > *:nth-child(4) {
  transform: initial;
}
.floor > *:nth-child(5) {
  transform: translateY(-2rem) translateZ(2rem) rotateX(-90deg);
}
.floor > *:nth-child(6) {
  transform: translateX(-10rem) translateY(8rem) translateZ(2rem) rotateX(-90deg) rotateY(90deg);
}

.floor div {
  border-color: #000;
  opacity: 1;
  font-size: 29px;
  padding-left: 2rem;
  line-height: 4rem;
  color: #000;
}

.floor > *:nth-child(2) {
  opacity: 1;
}

.floor-0 {
  transform: translateZ(0rem);
}

.floor-1 {
  transform: translateZ(4rem);
}

.floor-2 {
  transform: translateZ(8rem);
}

.floor-3 {
  transform: translateZ(12rem);
}

.floor-4 {
  transform: translateZ(16rem);
}

.floor-5 {
  transform: translateZ(20rem);
}

.floor-6 {
  transform: translateZ(24rem);
}

.floor-7 {
  transform: translateZ(28rem);
}

.floor-8 {
  transform: translateZ(32rem);
}

.floor-9 {
  transform: translateZ(36rem);
}

.floor-10 {
  transform: translateZ(40rem);
}

.floor-11 {
  transform: translateZ(44rem);
}

.floor-12 {
  transform: translateZ(48rem);
}

.floor-13 {
  transform: translateZ(52rem);
}

.floor-14 {
  transform: translateZ(56rem);
}

.floor-15 {
  transform: translateZ(60rem);
}

.floor-16 {
  transform: translateZ(64rem);
}

.floor-17 {
  transform: translateZ(68rem);
}

.floor-18 {
  transform: translateZ(72rem);
}

.floor-19 {
  transform: translateZ(76rem);
}

.floor-20 {
  transform: translateZ(80rem);
}

.floor-21 {
  transform: translateZ(84rem);
}

.floor-22 {
  transform: translateZ(88rem);
}

.floor-23 {
  transform: translateZ(92rem);
}

.floor-24 {
  transform: translateZ(96rem);
}

.floor-25 {
  transform: translateZ(100rem);
}

.floor-26 {
  transform: translateZ(104rem);
}

.floor-27 {
  transform: translateZ(108rem);
}

.floor-28 {
  transform: translateZ(112rem);
}

.floor-29 {
  transform: translateZ(116rem);
}

.floor-30 {
  transform: translateZ(120rem);
}

.is-custom-select-container {
  position: relative;
  width: 100%;
}
.is-custom-select-container .is-custom-select-trigger {
  width: 100%;
  padding: 4px 8px;
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  font-family: system-ui, sans-serif;
}
.is-custom-select-container .is-custom-select-trigger.disabled {
  cursor: not-allowed;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-selected-text {
  line-height: 20px;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-selected-text.is-custom-label {
  margin-right: 8px;
  white-space: nowrap;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-selected-text.is-custom-value {
  margin-right: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-select-input-container {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 180px;
  min-width: 0;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-select-input-container .is-custom-select-input {
  min-width: 4ch;
  max-width: 17ch;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: none;
  background: transparent;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  outline: none;
  caret-color: transparent;
  font-size: 14px;
  font-family: system-ui, sans-serif;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-arrow {
  position: absolute;
  right: 8px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  transition: transform 0.2s;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-arrow.open {
  transform: rotate(180deg);
}
.is-custom-select-container .is-custom-select-trigger .prefix-icon {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.is-custom-select-container .is-custom-select-trigger .is-custom-icon {
  position: absolute;
  right: 8px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}
.is-custom-select-container .is-custom-dropdown-container {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 4px;
  border-radius: 8px;
  z-index: 99999;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container {
  padding: 8px;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container .is-custom-search-clear {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container .is-custom-search-input {
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container .is-custom-search-input mat-icon.search-icon {
  font-size: 20px;
  width: 32px;
  padding: 2px 0 0 8px;
  color: var(--is-text-inactive);
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container .is-custom-search-input input {
  border: none;
  outline: none;
  background: transparent;
  width: 100%;
  padding: 6px 8px;
  border-radius: 4px;
  font-size: 14px;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container .is-custom-search-input input:focus {
  outline: none;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container .is-custom-search-input button {
  height: 100%;
  padding-right: 8px;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-search-container .is-custom-search-input button mat-icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: var(--is-text-inactive);
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-select-all-container {
  padding: 0;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-actions {
  padding: 6px 12px;
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container {
  max-height: 280px;
  overflow-y: auto;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container.date-range-container {
  max-height: max-content;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container .is-custom-multi-select-option {
  white-space: nowrap;
  padding: 0;
  cursor: pointer;
  font-size: 14px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container .is-custom-multi-select-option.disabled {
  color: var(--is-text-inactive);
  cursor: not-allowed;
  pointer-events: none;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container .is-custom-option {
  white-space: nowrap;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  max-width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container .is-custom-option.disabled {
  color: var(--is-text-inactive);
  cursor: not-allowed;
  pointer-events: none;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container .is-custom-options-group {
  padding-left: 12px;
}
.is-custom-select-container .is-custom-dropdown-container .is-custom-options-container .is-custom-options-group .is-custom-options-group-label {
  font-weight: 600;
  padding: 8px 0px;
}

@media screen and (width <= 959px), screen and (height <= 600px) {
  .is-custom-select-container .is-custom-dropdown-container .is-custom-options-container .is-custom-option {
    max-width: 100%;
  }
}
.metrics-help-container .metrics-help-trigger {
  width: 30px;
  height: 30px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.metrics-help-container .metrics-help-trigger mat-icon {
  font-size: 20px;
  width: 20px;
  height: 20px;
  color: var(--is-text-secondary);
}
.metrics-help-container .metrics-help-trigger:hover mat-icon {
  color: var(--color-primary-black);
}
.metrics-help-container .metrics-help-popover {
  width: 320px;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 160px);
  overflow-y: auto;
}
.metrics-help-container .metrics-help-popover.align-right {
  left: auto;
  right: 0;
}
.metrics-help-container .metrics-help-popover .metrics-help-content {
  padding: 16px;
  font-family: system-ui, sans-serif;
}
.metrics-help-container .metrics-help-popover .metrics-help-content .metrics-help-title {
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--color-primary-black);
}
.metrics-help-container .metrics-help-popover .metrics-help-content .metrics-help-item {
  margin-bottom: 12px;
}
.metrics-help-container .metrics-help-popover .metrics-help-content .metrics-help-item .metrics-help-item-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--color-primary-black);
}
.metrics-help-container .metrics-help-popover .metrics-help-content .metrics-help-item .metrics-help-item-description {
  margin: 2px 0 0;
  font-size: 13px;
  line-height: 18px;
  color: var(--is-text-secondary);
}
.metrics-help-container .metrics-help-popover .metrics-help-content .metrics-help-learn-more {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: var(--is-text-secondary);
}
.metrics-help-container .metrics-help-popover .metrics-help-content .metrics-help-learn-more a {
  color: var(--color-primary-purple);
}

.is-dropdown-autocomplete {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: middle;
  line-height: inherit;
}
.is-dropdown-autocomplete .mat-form-field-wrapper {
  padding-bottom: 0;
}
.is-dropdown-autocomplete .mdc-text-field--outlined .mat-mdc-form-field-infix, .is-dropdown-autocomplete .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding: 1.32em 0 0.8em 0;
}
.is-dropdown-autocomplete .date-range {
  width: 220px;
}

app-header hr {
  border: 1px solid rgba(0, 0, 0, 0.12);
}
app-header .mat-toolbar {
  margin: 0;
}

.mat-mdc-dialog-title, .dialog-title, h2.mat-mdc-dialog-title {
  text-transform: none !important;
}

.empty-state-container {
  min-height: 400px;
}

.pluswrap {
  position: fixed;
  z-index: 999;
  width: 85%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
}
.pluswrap.contained {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pluswrap mat-spinner {
  display: flex;
  margin: 0 auto;
}

.disable-user {
  background: rgba(0, 0, 0, 0.2);
  pointer-events: none;
}

.is-option {
  padding: 16px;
}
.is-option span {
  flex-grow: 1;
}
.is-option span span.option-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
.is-option span span.option-wrapper .is-label {
  flex-grow: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.is-option span span.option-wrapper .is-suffix-icon {
  margin: 0;
}

mat-form-field.mat-form-field.mat-form-field-appearance-outline.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
  padding: 0.9em 0 1.3em 0;
}
mat-form-field.mat-form-field.mat-form-field-appearance-outline.mat-form-field-should-float .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label {
  top: 1.75em;
}

mat-form-field.mat-form-field .mat-form-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix, mat-form-field.mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix {
  padding: 1.1em 0 1.1em 0;
}
mat-form-field.mat-form-field .mat-form-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label, mat-form-field.mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label {
  top: 1.94375em;
}
mat-form-field.mat-form-field .mat-form-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label mat-label, mat-form-field.mat-form-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-form-field-infix .mat-form-field-label-wrapper label.mat-form-field-label mat-label {
  color: var(--is-text-secondary);
  font-size: 16px !important;
}

simple-snack-bar.mat-simple-snackbar > span {
  color: var(--is-text-light);
}
simple-snack-bar.mat-simple-snackbar .mat-simple-snackbar-action {
  color: var(--is-snackbar-button);
}

.user-initial {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  border: 1px solid rgba(0, 0, 0, 0.12);
  letter-spacing: 1.25px;
  font-size: 0.82rem;
  color: var(--is-text-secondary);
}
.user-initial.small {
  width: 35px;
  height: 35px;
  min-width: 35px;
  min-height: 35px;
  background: var(--is-text-light);
}

.is-button-toggle-group {
  display: flex;
  flex-wrap: wrap;
  height: 53px;
}
.is-button-toggle-group .is-button-toggle {
  display: flex;
  border: 1px solid var(--color-secondary-dark-beige);
  justify-content: space-around;
  padding: 14px 12px;
  height: 52px;
  width: 115px;
  cursor: pointer;
}
.is-button-toggle-group .is-button-toggle.active {
  background-color: var(--color-secondary-purple-10);
}
.is-button-toggle-group .is-button-toggle:not(:last-child) {
  border-right: 1px solid var(--color-secondary-dark-beige);
}
.is-button-toggle-group .is-button-toggle:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.is-button-toggle-group .is-button-toggle:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.is-button-toggle-group .is-button-toggle .prefix-icon svg {
  width: 40px;
}

.floor-bullet-icon {
  position: relative;
  margin-right: 12px;
  width: 40px;
}
.floor-bullet-icon .floor-bullet-label {
  position: absolute;
  left: 12px;
  top: 2px;
}
.floor-bullet-icon .floor-bullet-label.light {
  color: white;
}

.sensor-tooltip {
  position: fixed;
  z-index: 10;
  width: 240px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: var(--is-box-shadow);
  border: 1px solid var(--color-secondary-dark-beige);
}
.sensor-tooltip .data-table {
  margin-top: 16px;
}
.sensor-tooltip .data-table > .f-row > span:first-of-type {
  color: var(--is-text-secondary);
  margin-right: 8px;
  white-space: nowrap;
}

mat-tab-group.mat-mdc-tab-group.mat-primary div.mat-mdc-tab-label-container div.mat-mdc-tab-list div.mat-mdc-tab-labels {
  border-bottom: 1px solid var(--color-secondary-dark-beige);
}

mat-tab-group.mat-tab-group.mat-primary.is-tab-group div.mat-tab-label-container div.mat-tab-list div.mat-tab-labels div.mat-tab-label {
  flex: 1;
  opacity: 1 !important;
}
mat-tab-group.mat-tab-group.mat-primary.is-tab-group div.mat-tab-label-container div.mat-tab-list div.mat-tab-labels div.mat-tab-label.mat-tab-label-active div.mat-tab-label-content {
  color: #5342ED;
}
mat-tab-group.mat-tab-group.mat-primary.is-tab-group div.mat-tab-label-container div.mat-tab-list div.mat-tab-labels div.mat-tab-label div.mat-tab-label-content {
  color: rgba(0, 0, 0, 0.38);
}
mat-tab-group.mat-tab-group.mat-primary.is-tab-group div.mat-tab-label-container div.mat-tab-list mat-ink-bar {
  background-color: #5342ED;
}

mat-button-toggle-group.is-toggle-group {
  border-radius: 0px !important;
  border: 1px solid var(--color-secondary-dark-beige);
}
mat-button-toggle-group.is-toggle-group.wide mat-button-toggle {
  min-width: 96px;
}

.nowrap {
  white-space: nowrap;
}

.is-tab-group.no-pagination mat-tab-header .mat-tab-header-pagination.mat-tab-header-pagination-before,
.is-tab-group.no-pagination mat-tab-header .mat-tab-header-pagination.mat-tab-header-pagination-after,
.is-tab-group.no-pagination mat-tab-header .mat-tab-header-pagination.mat-tab-header-pagination-disabled {
  display: none !important;
}

.box-header-title-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.54rem;
}
.box-header-title-container h2 {
  margin-bottom: 0;
}
.box-header-title-container .help {
  padding-left: 6px;
}
.box-header-title-container .help a {
  display: flex;
  align-items: center;
}

.--content-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 9999 !important;
  pointer-events: auto !important;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}
.spinner:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid var(--is-primary-light);
  border-top-color: var(--is-theme-primary);
  animation: spinner 0.8s linear infinite;
}

.spinner-left:before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border-radius: 50%;
  border: 2px solid var(--is-primary-light);
  border-top-color: var(--is-theme-primary);
  animation: spinner 0.8s linear infinite;
}

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: var(--is-theme) !important;
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb::after,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label::after {
  background-color: var(--is-theme) !important;
}

mat-form-field.no-padding mat-form-field-wrapper {
  padding-bottom: 0 !important;
}

.mat-form-field-wrapper .mat-form-field-outline .mat-form-field-outline-start, .mat-form-field-wrapper .mat-form-field-outline .mat-form-field-outline-end, .mat-form-field-wrapper .mat-form-field-outline .mat-form-field-outline-gap {
  background: rgba(255, 255, 255, 0.72);
}

.mat-mdc-form-field.compact-field .mat-mdc-form-field-subscript-wrapper {
  margin-bottom: 6px;
  height: 0;
}
.mat-mdc-form-field.compact-field.margin-bottom-none .mat-mdc-form-field-subscript-wrapper {
  margin-bottom: 0;
}

detail-view .multiselect-dropdown span.dropdown-btn {
  display: flex;
  flex-wrap: wrap;
  min-height: 56px;
}
detail-view .multiselect-dropdown span.dropdown-btn span.selected-item-container {
  font-size: 14px;
  white-space: nowrap;
}
detail-view .multiselect-dropdown span.dropdown-btn span.selected-item-container .selected-item {
  max-width: 210px !important;
  margin-bottom: 4px !important;
  white-space: wrap;
}
detail-view .multiselect-dropdown span.dropdown-btn .dropdown-multiselect__caret {
  height: 12px !important;
  top: 20px !important;
}
detail-view .multiselect-dropdown span.dropdown-btn .dropdown-multiselect__caret:before {
  top: 85% !important;
  color: rgba(0, 0, 0, 0.54) !important;
  border-width: 5px 5px 0 5px !important;
  border-color: rgba(0, 0, 0, 0.54) transparent !important;
}
detail-view .multiselect-dropdown span.dropdown-btn span.dropdown-multiselect--active .dropdown-multiselect__caret:before {
  top: 35% !important;
}

app-edit-occupancy-sensor .mat-mdc-form-field-error-wrapper {
  padding: 0 0 !important;
}

.clickable {
  cursor: pointer;
}

app-work-space nav .mat-mdc-tab-link-container .mat-mdc-tab-list .mat-mdc-tab-links, app-admin nav .mat-mdc-tab-link-container .mat-mdc-tab-list .mat-mdc-tab-links {
  border-bottom: 1px solid var(--color-secondary-dark-beige);
}
app-work-space nav .mat-mdc-tab-link-container .mat-mdc-tab-list .mat-mdc-tab-links a .mdc-tab__content .mdc-tab__text-label, app-admin nav .mat-mdc-tab-link-container .mat-mdc-tab-list .mat-mdc-tab-links a .mdc-tab__content .mdc-tab__text-label {
  font-size: 13px;
}

.mdc-text-field--filled:not(.mdc-text-field--disabled) {
  background-color: #edecea !important;
}

app-users .customer-select-field .mat-mdc-select-arrow {
  display: none !important;
}
app-users .customer-select-arrow {
  transition: transform 0.2s;
}
app-users .customer-select-arrow.open {
  transform: rotate(180deg);
}

.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel.custom-select-panel {
  padding-top: 0 !important;
  max-height: 300px !important;
}
.cdk-overlay-pane:not(.mat-mdc-select-panel-above) div.mat-mdc-select-panel.custom-select-panel .empty-state {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dash-header {
  padding-top: 16px !important;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/datepicker.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************/
.qs-datepicker-container{font-size:1rem;font-family:system-ui;color:#000;position:absolute;width:15.625em;display:flex;flex-direction:column;z-index:9001;-webkit-user-select:none;user-select:none;border:1px solid grey;border-radius:.26392em;overflow:hidden;background:#fff;box-shadow:0 1.25em 1.25em -.9375em rgba(0,0,0,.3)}.qs-datepicker-container *{box-sizing:border-box}.qs-centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.qs-hidden{display:none}.qs-overlay{position:absolute;top:0;left:0;background:rgba(0,0,0,.75);color:#fff;width:100%;height:100%;padding:.5em;z-index:1;opacity:1;transition:opacity .3s;display:flex;flex-direction:column}.qs-overlay.qs-hidden{opacity:0;z-index:-1}.qs-overlay .qs-overlay-year{background:rgba(0,0,0,0);border:none;border-bottom:1px solid #fff;border-radius:0;color:#fff;font-size:.875em;padding:.25em 0;width:80%;text-align:center;margin:0 auto;display:block}.qs-overlay .qs-overlay-year::-webkit-inner-spin-button{-webkit-appearance:none}.qs-overlay .qs-close{padding:.5em;cursor:pointer;position:absolute;top:0;right:0}.qs-overlay .qs-submit{border:1px solid #fff;border-radius:.26392em;padding:.5em;margin:0 auto auto;cursor:pointer;background:hsla(0,0%,50.2%,.4)}.qs-overlay .qs-submit.qs-disabled{color:grey;border-color:grey;cursor:not-allowed}.qs-overlay .qs-overlay-month-container{display:flex;flex-wrap:wrap;flex-grow:1}.qs-overlay .qs-overlay-month{display:flex;justify-content:center;align-items:center;width:calc(100% / 3);cursor:pointer;opacity:.5;transition:opacity .15s}.qs-overlay .qs-overlay-month.active,.qs-overlay .qs-overlay-month:hover{opacity:1}.qs-controls{width:100%;display:flex;justify-content:space-between;align-items:center;flex-grow:1;flex-shrink:0;background:#d3d3d3;filter:blur(0);transition:filter .3s}.qs-controls.qs-blur{filter:blur(5px)}.qs-arrow{height:1.5625em;width:1.5625em;position:relative;cursor:pointer;border-radius:.26392em;transition:background .15s}.qs-arrow:hover{background:rgba(0,0,0,.1)}.qs-arrow:hover.qs-left:after{border-right-color:#000}.qs-arrow:hover.qs-right:after{border-left-color:#000}.qs-arrow:after{content:"";border:.39062em solid rgba(0,0,0,0);position:absolute;top:50%;transition:border .2s}.qs-arrow.qs-left:after{border-right-color:grey;right:50%;transform:translate(25%,-50%)}.qs-arrow.qs-right:after{border-left-color:grey;left:50%;transform:translate(-25%,-50%)}.qs-month-year{font-weight:700;transition:border .2s;border-bottom:1px solid rgba(0,0,0,0);cursor:pointer}.qs-month-year:hover{border-bottom:1px solid grey}.qs-month-year:active:focus,.qs-month-year:focus{outline:none}.qs-month{padding-right:.5ex}.qs-year{padding-left:.5ex}.qs-squares{display:flex;flex-wrap:wrap;padding:.3125em;filter:blur(0);transition:filter .3s}.qs-squares.qs-blur{filter:blur(5px)}.qs-square{width:calc(100% / 7);height:1.5625em;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .1s;border-radius:.26392em}.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover{background:orange}.qs-current{font-weight:700;text-decoration:underline}.qs-active,.qs-range-end,.qs-range-start{background:#add8e6}.qs-range-start:not(.qs-range-6){border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-middle{background:#d4ebf2}.qs-range-middle:not(.qs-range-0):not(.qs-range-6){border-radius:0}.qs-range-middle.qs-range-0{border-top-right-radius:0;border-bottom-right-radius:0}.qs-range-end:not(.qs-range-0),.qs-range-middle.qs-range-6{border-top-left-radius:0;border-bottom-left-radius:0}.qs-disabled,.qs-outside-current-month{opacity:.2}.qs-disabled{cursor:not-allowed}.qs-day,.qs-empty{cursor:default}.qs-day{font-weight:700;color:grey}.qs-event{position:relative}.qs-event:after{content:"";position:absolute;width:.46875em;height:.46875em;border-radius:50%;background:#07f;bottom:0;right:0}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./src/assets/css/details.css?ngGlobalStyle ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************/
.overlay-filter{
  float:right;
  opacity:0;
  visibility:hidden;
}

.overlay-filter .icon {
    height: 18px;
}

.filter-tags{
    display:inline-block;
}

.filter-tags span{
    display:inline-block;
    padding: 5px 10px 3px 12px;
    font-size:11px;
    color:#5342ED;
    text-transform:uppercase;
    letter-spacing:2px;
    border: 1px solid #5342ED;
    border-radius:5px;
    background:#EAE9EE;
    margin:0 5px 10px;
}

.filter-tags span a img{
    width:10px;
    margin-right:5px;
    opacity:.5;
}

/* h4{
  width:calc(100% - 28px);
} */

h4 a{
    display:inline-block;
    vertical-align:middle;
    margin:0 0 2px 5px;
}

h4 a .icon{
    width:16px;
    opacity: .3;
}

.btn-export {
    display: flex;
    white-space: nowrap;
    align-items: center;
    float:right;
    font-size: 14px;
    font-weight:400;
    line-height: 20px;
    text-transform:uppercase;
    color:#808080;
}

.btn-export .icon{
    margin-right: 5px;
    vertical-align: middle;
    opacity:1;
}

.flex-wrapper{
    align-items:flex-start;
}

.sidebar,
.main{
    height:auto;
    background:none;
}

.sidebar{
    width:320px;
}

.sidebar .sidebar-block{
    margin-bottom:30px;
    width:100%;
}

.sidebar input[type="text"]{
    border: 1px solid rgba(0,0,0,.1);
    width:100%;
    border-radius:8px;
}

.sidebar input.icon-calendar{
    background:url('calendar-blue.a10b4e44c926cc26.svg') 12px center no-repeat;
    background-size: auto;
    padding-left:37px;
    color:#5342ED;
}

.sidebar input.icon-calendar.disable {
    color: #E6E6E6;
}

.sidebar input.icon-calendar::placeholder{
    color:rgba(0,0,0,.3);
}

.sidebar select{
    background:url('down-arrow.e1bb16f38c73cdb7.svg') calc(100% - 10px) center no-repeat, url('location-blue.3efcdcc1daff0608.svg') 12px center no-repeat;
    background-size: auto, auto;
    border: 1px solid rgba(0,0,0,.1);
    border-radius:8px;
    box-shadow:none;
    width:100%;
    margin-bottom:10px;
    padding-left:35px;
    color:#5342ED;
}

.sidebar select.icon-none{
    background:url('down-arrow.e1bb16f38c73cdb7.svg') calc(100% - 10px) center no-repeat;
    background-size: auto;
}

.sidebar .dropdown{
    border: 1px solid rgba(0,0,0,.1);
    width:100%;
}

.sidebar .dropdown .dropdown-wrapper{
    left:0;
    transform: translate(0, 0);
    width:100%;
}

.main{
    width:calc(100% - 134px);
}

.sidebar{
    padding:20px 20px 20px 0;
}

.sidebar h6{
    display:block;
}

.date-view {
    display: flex;
    flex-direction: column;
}

.sidebar .date-view li{
    display:inline-block;
    margin-right:20px;
}

.sidebar .date-view li a{
    color:#808080;
    text-transform: uppercase;
}

.sidebar .date-view li a.disable{
    color:#E6E6E6;
}

.sidebar .date-view li a.active{
    color:#5342ED;
    text-decoration:underline;
}

.main{
    padding: 20px 0 20px 20px;
    overflow: hidden;
}

.main .filter-tags span{
    margin:0 10px 10px 0;
}

.main .chart-result{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
    margin:30px 0;
}

.main .chart-result h3,
.main .chart-result h6{
    text-align:center;
    width:100%;
}

.main .chart-result .chart-result-block{
    width:20%;
    text-align:center;
}

.bk-chart{
  display:inline-block;
  width:100%;
  height:100%;
  overflow:hidden;
}

.bk-chart-wrapper{
  float:left;
  width:100%;
  height:100%;
  min-height:500px;
}

.bk-chart-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.bk-chart-col{
  display:flex;
  justify-content:center;
  align-items:center;
}

.bk-chart .bk-chart-bar{
  width:10%;
  height:80%;
  margin:0 2%;
  background:#000;
}

.bk-chart .bk-chart-bar.bk-chart-bar-level1{
  background:rgba(102,102,102,0.25);
}

.bk-chart .bk-chart-bar.bk-chart-bar-level2{
  background:rgba(102,102,102,0.50);
}

.bk-chart .bk-chart-bar.bk-chart-bar-level3{
  background:rgba(102, 102, 102, 0.75);
}

.bk-chart .bk-chart-bar.bk-chart-bar-level4{
  background:rgba(102,102,102,1);
}

.bk-chart .bk-chart-box{
  width:80%;
  height:80%;
  margin:5%;
  border:1px solid #000;
  display:flex;
  justify-content:flex-start;
  align-items:flex-end;
}

.bk-chart-status{
  width:100%;
  height:100%;
  background:#000;
}

.bk-chart-status.bk-chart-status-h{
  width:0;
}

.bk-chart-status.bk-chart-status-v{
  height:0;
}

@media screen and (max-width: 980px) {
    .sidebar,
    .main{
        width:100%;
        padding:0;
    }
    .sidebar{
        display:none;
    }

    .overlay-filter{
      opacity:1;
      visibility:visible;
      margin-left: 6px;
    }
}

@media screen and (max-width: 767px) {
  h5 .btn-export{
    float:none;
    display:block;
    margin:10px 0 15px;
  }
}

@media screen and (max-width: 613px) {
    .sidebar, .main{
        padding:0;
    }
    .main .chart-result .chart-result-block{
        width:auto;
        text-align:center;
    }
}  
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/@angular-devkit/build-angular/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[1]!./node_modules/@angular-devkit/build-angular/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].rules[0].oneOf[0].use[2]!./node_modules/ngx-spinner/animations/line-scale-pulse-out-rapid.css?ngGlobalStyle ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-line-scale-pulse-out-rapid,
.la-line-scale-pulse-out-rapid > div {
    position: relative;
    box-sizing: border-box;
}

.la-line-scale-pulse-out-rapid {
    display: block;
    font-size: 0;
    color: #fff;
}

.la-line-scale-pulse-out-rapid.la-dark {
    color: #333;
}

.la-line-scale-pulse-out-rapid > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}

.la-line-scale-pulse-out-rapid {
    width: 40px;
    height: 32px;
}

.la-line-scale-pulse-out-rapid > div {
    width: 4px;
    height: 32px;
    margin: 2px;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 0;
    animation: line-scale-pulse-out-rapid .9s infinite cubic-bezier(.11, .49, .38, .78);
}

.la-line-scale-pulse-out-rapid > div:nth-child(3) {
    animation-delay: -.9s;
}

.la-line-scale-pulse-out-rapid > div:nth-child(2),
.la-line-scale-pulse-out-rapid > div:nth-child(4) {
    animation-delay: -.65s;
}

.la-line-scale-pulse-out-rapid > div:nth-child(1),
.la-line-scale-pulse-out-rapid > div:nth-child(5) {
    animation-delay: -.4s;
}

.la-line-scale-pulse-out-rapid.la-sm {
    width: 20px;
    height: 16px;
}

.la-line-scale-pulse-out-rapid.la-sm > div {
    width: 2px;
    height: 16px;
    margin: 1px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale-pulse-out-rapid.la-2x {
    width: 80px;
    height: 64px;
}

.la-line-scale-pulse-out-rapid.la-2x > div {
    width: 8px;
    height: 64px;
    margin: 4px;
    margin-top: 0;
    margin-bottom: 0;
}

.la-line-scale-pulse-out-rapid.la-3x {
    width: 120px;
    height: 96px;
}

.la-line-scale-pulse-out-rapid.la-3x > div {
    width: 12px;
    height: 96px;
    margin: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

/*
 * Animation
 */
@keyframes line-scale-pulse-out-rapid {
    0% {
        transform: scaley(1);
    }
    80% {
        transform: scaley(.3);
    }
    90% {
        transform: scaley(1);
    }
}

