@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";
@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/icon?family=Material+Icons";

/* node_modules/intl-tel-input/build/css/intlTelInput.css */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
[dir=rtl] .iti__arrow {
  margin-right: 6px;
  margin-left: 0;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-left: -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__dropdown-content--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
.iti__search-input {
  width: 100%;
  border-width: 0;
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
[dir=rtl] .iti__flag-box,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: 6px;
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type=text],
.iti--allow-dropdown input.iti__tel-input[type=tel],
.iti--separate-dial-code input.iti__tel-input,
.iti--separate-dial-code input.iti__tel-input[type=text],
.iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
[dir=rtl] .iti--allow-dropdown input.iti__tel-input,
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=text],
[dir=rtl] .iti--allow-dropdown input.iti__tel-input[type=tel],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input,
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=text],
[dir=rtl] .iti--separate-dial-code input.iti__tel-input[type=tel] {
  padding-right: 52px;
  padding-left: 6px;
  margin-right: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
[dir=rtl] .iti--allow-dropdown .iti__flag-container,
[dir=rtl] .iti--separate-dial-code .iti__flag-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover {
  cursor: default;
}
.iti--allow-dropdown .iti__flag-container:has(+ input[disabled]):hover .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:has(+ input[readonly]):hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 6px;
}
[dir=rtl] .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.iti--fullscreen-popup.iti--container.iti--country-search {
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-size: 5762px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 12px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cq {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1269px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1357px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1379px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1467px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1511px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1555px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1577px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1599px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1621px 0px;
}
.iti__flag.iti__ez {
  height: 14px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1731px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1775px 0px;
}
.iti__flag.iti__fx {
  height: 14px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1863px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2149px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2171px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2237px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2303px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2325px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2369px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2391px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2413px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2435px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2457px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2479px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2501px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2567px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2589px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2611px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2633px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2655px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2699px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2743px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2809px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2853px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2875px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2897px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2985px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -3051px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3073px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3095px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3117px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3139px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3161px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3183px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3205px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3226px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3270px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3556px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3622px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3666px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3688px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3710px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3732px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3752px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3774px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3818px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3840px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3862px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3899px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3921px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3965px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -4031px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4097px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4163px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4185px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4207px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4229px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4251px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4273px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4361px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4405px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4537px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4647px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4669px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4713px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4735px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4757px 0px;
}
.iti__flag.iti__su {
  height: 10px;
  background-position: -4779px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4801px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4823px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4889px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4911px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4977px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -5021px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5109px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5175px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5197px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5219px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5263px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uk {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5329px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5351px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5373px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5395px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5417px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5439px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5456px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5522px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5566px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5610px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5632px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5654px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5676px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5698px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5720px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5742px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("./media/flags-6C4T4GAU.png?1");
  background-repeat: no-repeat;
  background-color: #dbdbdb;
  background-position: 20px 0;
}
@media (min-resolution: 2x) {
  .iti__flag {
    background-image: url("./media/flags@2x-O7DSVWO7.png?1");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/* node_modules/quill/dist/quill.snow.css */
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family:
    Helvetica,
    Arial,
    sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li::before {
  content: "\2022";
}
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked=true] > li::before {
  content: "\2611";
}
.ql-editor ul[data-checked=false] > li::before {
  content: "\2610";
}
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    "Helvetica Neue",
    "Helvetica",
    "Arial",
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* src/styles.scss */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
html {
  --mat-sys-on-surface: initial;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-sys-background, transparent));
  color: var(--mat-app-text-color, var(--mat-sys-on-background, inherit));
}
:root {
  --mat-app-background-color: var(--sys-background);
  --mat-app-text-color: var(--sys-on-background);
  --mat-app-elevation-shadow-level-0:
    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-app-elevation-shadow-level-1:
    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-app-elevation-shadow-level-2:
    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-app-elevation-shadow-level-3:
    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-app-elevation-shadow-level-4:
    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-app-elevation-shadow-level-5:
    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-app-elevation-shadow-level-6:
    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-app-elevation-shadow-level-7:
    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-app-elevation-shadow-level-8:
    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-app-elevation-shadow-level-9:
    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-app-elevation-shadow-level-10:
    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-app-elevation-shadow-level-11:
    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-app-elevation-shadow-level-12:
    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-app-elevation-shadow-level-13:
    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-app-elevation-shadow-level-14:
    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-app-elevation-shadow-level-15:
    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-app-elevation-shadow-level-16:
    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-app-elevation-shadow-level-17:
    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-app-elevation-shadow-level-18:
    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-app-elevation-shadow-level-19:
    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-app-elevation-shadow-level-20:
    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-app-elevation-shadow-level-21:
    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-app-elevation-shadow-level-22:
    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-app-elevation-shadow-level-23:
    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-app-elevation-shadow-level-24:
    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);
}
:root {
  --mat-ripple-color: color-mix(in srgb, var(--sys-on-surface) 10%, transparent);
}
:root {
  --mat-option-selected-state-label-text-color: var(--sys-on-secondary-container);
  --mat-option-label-text-color: var(--sys-on-surface);
  --mat-option-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-option-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-option-selected-state-layer-color: var(--sys-secondary-container);
  --mat-option-label-text-font: Roboto, sans-serif;
  --mat-option-label-text-line-height: 1.25rem;
  --mat-option-label-text-size: 1rem;
  --mat-option-label-text-tracking: 0.006rem;
  --mat-option-label-text-weight: 400;
}
:root {
  --mat-optgroup-label-text-color: var(--sys-on-surface-variant);
  --mat-optgroup-label-text-font: Roboto, sans-serif;
  --mat-optgroup-label-text-line-height: 1.25rem;
  --mat-optgroup-label-text-size: 0.875rem;
  --mat-optgroup-label-text-tracking: 0.006rem;
  --mat-optgroup-label-text-weight: 500;
}
:root {
  --mat-full-pseudo-checkbox-selected-icon-color: var(--sys-primary);
  --mat-full-pseudo-checkbox-selected-checkmark-color: var(--sys-on-primary);
  --mat-full-pseudo-checkbox-unselected-icon-color: var(--sys-on-surface-variant);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: var(--sys-surface);
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
}
:root {
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: var(--sys-primary);
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
}
:root {
  --mdc-elevated-card-container-color: var(--sys-surface-container-low);
  --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-elevated-card-container-shape: 12px;
}
:root {
  --mdc-outlined-card-container-color: var(--sys-surface);
  --mdc-outlined-card-outline-color: var(--sys-outline-variant);
  --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);
  --mdc-outlined-card-container-shape: 12px;
  --mdc-outlined-card-outline-width: 1px;
}
:root {
  --mat-card-subtitle-text-color: var(--sys-on-surface);
  --mat-card-title-text-font: Roboto, sans-serif;
  --mat-card-title-text-line-height: 1.75rem;
  --mat-card-title-text-size: 1.375rem;
  --mat-card-title-text-tracking: 0;
  --mat-card-title-text-weight: 400;
  --mat-card-subtitle-text-font: Roboto, sans-serif;
  --mat-card-subtitle-text-line-height: 1.5rem;
  --mat-card-subtitle-text-size: 1rem;
  --mat-card-subtitle-text-tracking: 0.009rem;
  --mat-card-subtitle-text-weight: 500;
}
:root {
  --mdc-linear-progress-active-indicator-color: var(--sys-primary);
  --mdc-linear-progress-track-color: var(--sys-surface-variant);
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
:root {
  --mdc-plain-tooltip-container-color: var(--sys-inverse-surface);
  --mdc-plain-tooltip-supporting-text-color: var(--sys-inverse-on-surface);
  --mdc-plain-tooltip-supporting-text-line-height: 1rem;
  --mdc-plain-tooltip-supporting-text-font: Roboto, sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 0.75rem;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.025rem;
  --mdc-plain-tooltip-container-shape: 4px;
}
:root {
  --mdc-filled-text-field-caret-color: var(--sys-primary);
  --mdc-filled-text-field-focus-active-indicator-color: var(--sys-primary);
  --mdc-filled-text-field-focus-label-text-color: var(--sys-primary);
  --mdc-filled-text-field-container-color: var(--sys-surface-variant);
  --mdc-filled-text-field-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 4%, transparent);
  --mdc-filled-text-field-label-text-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-hover-label-text-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-color: var(--sys-on-surface);
  --mdc-filled-text-field-disabled-input-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-input-text-placeholder-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-error-hover-label-text-color: var(--sys-on-error-container);
  --mdc-filled-text-field-error-focus-label-text-color: var(--sys-error);
  --mdc-filled-text-field-error-label-text-color: var(--sys-error);
  --mdc-filled-text-field-active-indicator-color: var(--sys-on-surface-variant);
  --mdc-filled-text-field-disabled-active-indicator-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-text-field-hover-active-indicator-color: var(--sys-on-surface);
  --mdc-filled-text-field-error-active-indicator-color: var(--sys-error);
  --mdc-filled-text-field-error-focus-active-indicator-color: var(--sys-error);
  --mdc-filled-text-field-error-hover-active-indicator-color: var(--sys-on-error-container);
  --mdc-filled-text-field-label-text-font: Roboto, sans-serif;
  --mdc-filled-text-field-label-text-size: 1rem;
  --mdc-filled-text-field-label-text-tracking: 0.031rem;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
}
:root {
  --mdc-outlined-text-field-caret-color: var(--sys-primary);
  --mdc-outlined-text-field-focus-outline-color: var(--sys-primary);
  --mdc-outlined-text-field-focus-label-text-color: var(--sys-primary);
  --mdc-outlined-text-field-label-text-color: var(--sys-on-surface-variant);
  --mdc-outlined-text-field-hover-label-text-color: var(--sys-on-surface);
  --mdc-outlined-text-field-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-color: var(--sys-on-surface);
  --mdc-outlined-text-field-disabled-input-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-outlined-text-field-input-text-placeholder-color: var(--sys-on-surface-variant);
  --mdc-outlined-text-field-error-focus-label-text-color: var(--sys-error);
  --mdc-outlined-text-field-error-label-text-color: var(--sys-error);
  --mdc-outlined-text-field-error-hover-label-text-color: var(--sys-on-error-container);
  --mdc-outlined-text-field-outline-color: var(--sys-outline);
  --mdc-outlined-text-field-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-outlined-text-field-hover-outline-color: var(--sys-on-surface);
  --mdc-outlined-text-field-error-focus-outline-color: var(--sys-error);
  --mdc-outlined-text-field-error-hover-outline-color: var(--sys-on-error-container);
  --mdc-outlined-text-field-error-outline-color: var(--sys-error);
  --mdc-outlined-text-field-label-text-font: Roboto, sans-serif;
  --mdc-outlined-text-field-label-text-size: 1rem;
  --mdc-outlined-text-field-label-text-tracking: 0.031rem;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
:root {
  --mat-form-field-focus-select-arrow-color: var(--sys-primary);
  --mat-form-field-disabled-input-text-placeholder-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-state-layer-color: var(--sys-on-surface);
  --mat-form-field-error-text-color: var(--sys-error);
  --mat-form-field-select-option-text-color: #1d1b1e;
  --mat-form-field-select-disabled-option-text-color: rgba(29, 27, 30, 0.38);
  --mat-form-field-leading-icon-color: var(--sys-on-surface-variant);
  --mat-form-field-disabled-leading-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-trailing-icon-color: var(--sys-on-surface-variant);
  --mat-form-field-disabled-trailing-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-error-focus-trailing-icon-color: var(--sys-error);
  --mat-form-field-error-hover-trailing-icon-color: var(--sys-on-error-container);
  --mat-form-field-error-trailing-icon-color: var(--sys-error);
  --mat-form-field-enabled-select-arrow-color: var(--sys-on-surface-variant);
  --mat-form-field-disabled-select-arrow-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-form-field-hover-state-layer-opacity: 0.08;
  --mat-form-field-container-text-font: Roboto, sans-serif;
  --mat-form-field-container-text-line-height: 1.5rem;
  --mat-form-field-container-text-size: 1rem;
  --mat-form-field-container-text-tracking: 0.031rem;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-subscript-text-font: Roboto, sans-serif;
  --mat-form-field-subscript-text-line-height: 1rem;
  --mat-form-field-subscript-text-size: 0.75rem;
  --mat-form-field-subscript-text-tracking: 0.025rem;
  --mat-form-field-subscript-text-weight: 400;
  --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;
  --mat-form-field-focus-state-layer-opacity: 0;
}
:root {
  --mat-select-panel-background-color: var(--sys-surface-container);
  --mat-select-enabled-trigger-text-color: var(--sys-on-surface);
  --mat-select-disabled-trigger-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-select-placeholder-text-color: var(--sys-on-surface-variant);
  --mat-select-enabled-arrow-color: var(--sys-on-surface-variant);
  --mat-select-disabled-arrow-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-select-focused-arrow-color: var(--sys-primary);
  --mat-select-invalid-arrow-color: var(--sys-error);
  --mat-select-trigger-text-font: Roboto, sans-serif;
  --mat-select-trigger-text-line-height: 1.5rem;
  --mat-select-trigger-text-size: 1rem;
  --mat-select-trigger-text-tracking: 0.031rem;
  --mat-select-trigger-text-weight: 400;
  --mat-select-arrow-transform: translateY(-8px);
  --mat-select-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);
}
:root {
  --mat-autocomplete-background-color: var(--sys-surface-container);
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-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);
}
:root {
  --mdc-dialog-container-color: var(--sys-surface);
  --mdc-dialog-subhead-color: var(--sys-on-surface);
  --mdc-dialog-supporting-text-color: var(--sys-on-surface-variant);
  --mdc-dialog-subhead-font: Roboto, sans-serif;
  --mdc-dialog-subhead-line-height: 2rem;
  --mdc-dialog-subhead-size: 1.5rem;
  --mdc-dialog-subhead-weight: 400;
  --mdc-dialog-subhead-tracking: 0;
  --mdc-dialog-supporting-text-font: Roboto, sans-serif;
  --mdc-dialog-supporting-text-line-height: 1.25rem;
  --mdc-dialog-supporting-text-size: 0.875rem;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: 0.016rem;
  --mdc-dialog-container-shape: 28px;
}
:root {
  --mat-dialog-container-elevation-shadow: none;
  --mat-dialog-container-max-width: 560px;
  --mat-dialog-container-small-max-width: calc(100vw - 32px);
  --mat-dialog-container-min-width: 280px;
  --mat-dialog-actions-alignment: flex-end;
  --mat-dialog-actions-padding: 16px 24px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px 0;
  --mat-dialog-headline-padding: 6px 24px 13px;
}
:root {
  --mdc-chip-outline-color: var(--sys-outline);
  --mdc-chip-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-chip-focus-outline-color: var(--sys-on-surface-variant);
  --mdc-chip-hover-state-layer-opacity: 0.08;
  --mdc-chip-selected-hover-state-layer-opacity: 0.08;
  --mdc-chip-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-chip-elevated-selected-container-color: var(--sys-secondary-container);
  --mdc-chip-flat-disabled-selected-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-chip-focus-state-layer-color: var(--sys-on-surface-variant);
  --mdc-chip-hover-state-layer-color: var(--sys-on-surface-variant);
  --mdc-chip-selected-hover-state-layer-color: var(--sys-on-secondary-container);
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: var(--sys-on-secondary-container);
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: var(--sys-on-surface-variant);
  --mdc-chip-selected-label-text-color: var(--sys-on-secondary-container);
  --mdc-chip-with-icon-icon-color: var(--sys-on-surface-variant);
  --mdc-chip-with-icon-disabled-icon-color: var(--sys-on-surface);
  --mdc-chip-with-icon-selected-icon-color: var(--sys-on-secondary-container);
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: var(--sys-on-surface);
  --mdc-chip-with-trailing-icon-trailing-icon-color: var(--sys-on-surface-variant);
  --mdc-chip-label-text-font: Roboto, sans-serif;
  --mdc-chip-label-text-line-height: 1.25rem;
  --mdc-chip-label-text-size: 0.875rem;
  --mdc-chip-label-text-tracking: 0.006rem;
  --mdc-chip-label-text-weight: 500;
  --mdc-chip-container-height: 32px;
  --mdc-chip-container-shape-radius: 8px;
  --mdc-chip-with-avatar-avatar-shape-radius: 24px;
  --mdc-chip-with-avatar-avatar-size: 24px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 1px;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 0.38;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 0.38;
  --mdc-chip-with-icon-disabled-icon-opacity: 0.38;
  --mdc-chip-elevated-container-color: transparent;
}
:root {
  --mat-chip-trailing-action-state-layer-color: var(--sys-on-surface-variant);
  --mat-chip-selected-trailing-action-state-layer-color: var(--sys-on-secondary-container);
  --mat-chip-trailing-action-hover-state-layer-opacity: 0.08;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0.12;
  --mat-chip-selected-disabled-trailing-icon-color: var(--sys-on-surface);
  --mat-chip-selected-trailing-icon-color: var(--sys-on-secondary-container);
  --mat-chip-disabled-container-opacity: 1;
  --mat-chip-trailing-action-opacity: 1;
  --mat-chip-trailing-action-focus-opacity: 1;
}
:root {
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.08;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.08;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-switch-selected-focus-state-layer-color: var(--sys-primary);
  --mdc-switch-selected-handle-color: var(--sys-on-primary);
  --mdc-switch-selected-hover-state-layer-color: var(--sys-primary);
  --mdc-switch-selected-pressed-state-layer-color: var(--sys-primary);
  --mdc-switch-selected-focus-handle-color: var(--sys-primary-container);
  --mdc-switch-selected-hover-handle-color: var(--sys-primary-container);
  --mdc-switch-selected-pressed-handle-color: var(--sys-primary-container);
  --mdc-switch-selected-focus-track-color: var(--sys-primary);
  --mdc-switch-selected-hover-track-color: var(--sys-primary);
  --mdc-switch-selected-pressed-track-color: var(--sys-primary);
  --mdc-switch-selected-track-color: var(--sys-primary);
  --mdc-switch-disabled-selected-handle-color: var(--sys-surface);
  --mdc-switch-disabled-selected-icon-color: var(--sys-on-surface);
  --mdc-switch-disabled-selected-track-color: var(--sys-on-surface);
  --mdc-switch-disabled-unselected-handle-color: var(--sys-on-surface);
  --mdc-switch-disabled-unselected-icon-color: var(--sys-surface-variant);
  --mdc-switch-disabled-unselected-track-color: var(--sys-surface-variant);
  --mdc-switch-selected-icon-color: var(--sys-on-primary-container);
  --mdc-switch-unselected-focus-handle-color: var(--sys-on-surface-variant);
  --mdc-switch-unselected-focus-state-layer-color: var(--sys-on-surface);
  --mdc-switch-unselected-focus-track-color: var(--sys-surface-variant);
  --mdc-switch-unselected-handle-color: var(--sys-outline);
  --mdc-switch-unselected-hover-handle-color: var(--sys-on-surface-variant);
  --mdc-switch-unselected-hover-state-layer-color: var(--sys-on-surface);
  --mdc-switch-unselected-hover-track-color: var(--sys-surface-variant);
  --mdc-switch-unselected-icon-color: var(--sys-surface-variant);
  --mdc-switch-unselected-pressed-handle-color: var(--sys-on-surface-variant);
  --mdc-switch-unselected-pressed-state-layer-color: var(--sys-on-surface);
  --mdc-switch-unselected-pressed-track-color: var(--sys-surface-variant);
  --mdc-switch-unselected-track-color: var(--sys-surface-variant);
  --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-shape: 9999px;
  --mdc-switch-selected-icon-size: 16px;
  --mdc-switch-track-height: 32px;
  --mdc-switch-track-shape: 9999px;
  --mdc-switch-track-width: 52px;
  --mdc-switch-unselected-icon-size: 16px;
  --mdc-switch-state-layer-size: 40px;
}
:root {
  --mat-switch-track-outline-color: var(--sys-outline);
  --mat-switch-disabled-unselected-track-outline-color: var(--sys-on-surface);
  --mat-switch-label-text-color: var(--sys-on-surface);
  --mat-switch-label-text-font: Roboto, sans-serif;
  --mat-switch-label-text-line-height: 1.25rem;
  --mat-switch-label-text-size: 0.875rem;
  --mat-switch-label-text-tracking: 0.016rem;
  --mat-switch-label-text-weight: 400;
  --mat-switch-disabled-selected-handle-opacity: 1;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 16px;
  --mat-switch-selected-handle-size: 24px;
  --mat-switch-pressed-handle-size: 28px;
  --mat-switch-with-icon-handle-size: 24px;
  --mat-switch-selected-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 24px;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 22px;
  --mat-switch-unselected-handle-horizontal-margin: 0 8px;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0 4px;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0 2px;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 0;
  --mat-switch-visible-track-transition: opacity 75ms;
  --mat-switch-hidden-track-transition: opacity 75ms;
  --mat-switch-track-outline-width: 2px;
  --mat-switch-selected-track-outline-width: 2px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 2px;
}
:root {
  --mdc-radio-disabled-selected-icon-color: var(--sys-on-surface);
  --mdc-radio-disabled-unselected-icon-color: var(--sys-on-surface);
  --mdc-radio-unselected-hover-icon-color: var(--sys-on-surface);
  --mdc-radio-unselected-focus-icon-color: var(--sys-on-surface);
  --mdc-radio-unselected-icon-color: var(--sys-on-surface-variant);
  --mdc-radio-unselected-pressed-icon-color: var(--sys-on-surface);
  --mdc-radio-selected-focus-icon-color: var(--sys-primary);
  --mdc-radio-selected-hover-icon-color: var(--sys-primary);
  --mdc-radio-selected-icon-color: var(--sys-primary);
  --mdc-radio-selected-pressed-icon-color: var(--sys-primary);
  --mdc-radio-state-layer-size: 40px;
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
}
:root {
  --mat-radio-ripple-color: var(--sys-on-surface);
  --mat-radio-checked-ripple-color: var(--sys-primary);
  --mat-radio-disabled-label-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-radio-label-text-color: var(--sys-on-surface);
  --mat-radio-label-text-font: Roboto, sans-serif;
  --mat-radio-label-text-line-height: 1.25rem;
  --mat-radio-label-text-size: 0.875rem;
  --mat-radio-label-text-tracking: 0.016rem;
  --mat-radio-label-text-weight: 400;
  --mat-radio-touch-target-display: block;
}
:root {
  --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);
  --mdc-slider-handle-color: var(--sys-primary);
  --mdc-slider-focus-handle-color: var(--sys-primary);
  --mdc-slider-hover-handle-color: var(--sys-primary);
  --mdc-slider-active-track-color: var(--sys-primary);
  --mdc-slider-inactive-track-color: var(--sys-surface-variant);
  --mdc-slider-with-tick-marks-inactive-container-color: var(--sys-on-surface-variant);
  --mdc-slider-with-tick-marks-active-container-color: var(--sys-on-primary);
  --mdc-slider-disabled-active-track-color: var(--sys-on-surface);
  --mdc-slider-disabled-handle-color: var(--sys-on-surface);
  --mdc-slider-disabled-inactive-track-color: var(--sys-on-surface);
  --mdc-slider-label-container-color: var(--sys-primary);
  --mdc-slider-label-label-text-color: var(--sys-on-primary);
  --mdc-slider-with-overlap-handle-outline-color: var(--sys-on-primary);
  --mdc-slider-with-tick-marks-disabled-container-color: var(--sys-on-surface);
  --mdc-slider-label-label-text-font: Roboto, sans-serif;
  --mdc-slider-label-label-text-size: 0.75rem;
  --mdc-slider-label-label-text-line-height: 1rem;
  --mdc-slider-label-label-text-tracking: 0.031rem;
  --mdc-slider-label-label-text-weight: 500;
  --mdc-slider-active-track-height: 4px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 9999px;
  --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.38;
  --mdc-slider-with-tick-marks-container-shape: 9999px;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.38;
}
:root {
  --mat-slider-ripple-color: var(--sys-primary);
  --mat-slider-hover-state-layer-color: color-mix(in srgb, var(--sys-primary) 5%, transparent);
  --mat-slider-focus-state-layer-color: color-mix(in srgb, var(--sys-primary) 20%, transparent);
  --mat-slider-value-indicator-width: 28px;
  --mat-slider-value-indicator-height: 28px;
  --mat-slider-value-indicator-caret-display: none;
  --mat-slider-value-indicator-border-radius: 50% 50% 50% 0;
  --mat-slider-value-indicator-padding: 0;
  --mat-slider-value-indicator-text-transform: rotate(45deg);
  --mat-slider-value-indicator-container-transform: translateX(-50%) rotate(-45deg);
  --mat-slider-value-indicator-opacity: 1;
}
:root {
  --mat-menu-item-label-text-color: var(--sys-on-surface);
  --mat-menu-item-icon-color: var(--sys-on-surface-variant);
  --mat-menu-item-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-menu-item-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-menu-container-color: var(--sys-surface-container);
  --mat-menu-divider-color: var(--sys-surface-variant);
  --mat-menu-item-label-text-font: Roboto, sans-serif;
  --mat-menu-item-label-text-size: 0.875rem;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 1.25rem;
  --mat-menu-item-label-text-weight: 500;
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 8px;
  --mat-menu-divider-top-spacing: 8px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 12px;
  --mat-menu-item-with-icon-trailing-spacing: 12px;
  --mat-menu-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);
}
:root {
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: var(--sys-primary-container);
  --mdc-list-list-item-disabled-state-layer-color: var(--sys-on-surface);
  --mdc-list-list-item-disabled-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-supporting-text-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-leading-icon-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-trailing-supporting-text-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-trailing-icon-color: var(--sys-on-surface-variant);
  --mdc-list-list-item-selected-trailing-icon-color: var(--sys-primary);
  --mdc-list-list-item-disabled-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-disabled-leading-icon-color: var(--sys-on-surface);
  --mdc-list-list-item-disabled-trailing-icon-color: var(--sys-on-surface);
  --mdc-list-list-item-hover-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-focus-label-text-color: var(--sys-on-surface);
  --mdc-list-list-item-hover-state-layer-color: var(--sys-on-surface);
  --mdc-list-list-item-hover-state-layer-opacity: 0.08;
  --mdc-list-list-item-focus-state-layer-color: var(--sys-on-surface);
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
  --mdc-list-list-item-label-text-font: Roboto, sans-serif;
  --mdc-list-list-item-label-text-line-height: 1.5rem;
  --mdc-list-list-item-label-text-size: 1rem;
  --mdc-list-list-item-label-text-tracking: 0.031rem;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 1.25rem;
  --mdc-list-list-item-supporting-text-size: 0.875rem;
  --mdc-list-list-item-supporting-text-tracking: 0.016rem;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: Roboto, sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 1rem;
  --mdc-list-list-item-trailing-supporting-text-size: 0.688rem;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.031rem;
  --mdc-list-list-item-trailing-supporting-text-weight: 500;
  --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;
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 9999px;
  --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-label-text-opacity: 0.3;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}
:root {
  --mat-list-active-indicator-color: var(--sys-secondary-container);
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 16px;
  --mat-list-active-indicator-shape: 9999px;
}
:root {
  --mat-paginator-container-text-color: var(--sys-on-surface);
  --mat-paginator-container-background-color: var(--sys-surface);
  --mat-paginator-enabled-icon-color: var(--sys-on-surface-variant);
  --mat-paginator-disabled-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-paginator-container-text-font: Roboto, sans-serif;
  --mat-paginator-container-text-line-height: 1rem;
  --mat-paginator-container-text-size: 0.75rem;
  --mat-paginator-container-text-tracking: 0.025rem;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 0.75rem;
  --mat-paginator-container-size: 56px;
  --mat-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}
:root {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
:root {
  --mdc-tab-indicator-active-indicator-color: var(--sys-primary);
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
}
:root {
  --mat-tab-header-divider-color: var(--sys-surface-variant);
  --mat-tab-header-pagination-icon-color: var(--sys-on-surface);
  --mat-tab-header-inactive-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-ripple-color: var(--sys-on-surface);
  --mat-tab-header-inactive-ripple-color: var(--sys-on-surface);
  --mat-tab-header-inactive-focus-label-text-color: var(--sys-on-surface);
  --mat-tab-header-inactive-hover-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-focus-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-hover-label-text-color: var(--sys-on-surface);
  --mat-tab-header-active-focus-indicator-color: var(--sys-primary);
  --mat-tab-header-active-hover-indicator-color: var(--sys-primary);
  --mat-tab-header-label-text-font: Roboto, sans-serif;
  --mat-tab-header-label-text-size: 0.875rem;
  --mat-tab-header-label-text-tracking: 0.006rem;
  --mat-tab-header-label-text-line-height: 1.25rem;
  --mat-tab-header-label-text-weight: 500;
  --mat-tab-header-divider-height: 1px;
}
:root {
  --mdc-checkbox-disabled-selected-checkmark-color: var(--sys-surface);
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.12;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.08;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.12;
  --mdc-checkbox-selected-pressed-icon-color: var(--sys-primary);
  --mdc-checkbox-disabled-selected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-checkbox-disabled-unselected-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-checkbox-selected-checkmark-color: var(--sys-on-primary);
  --mdc-checkbox-selected-focus-icon-color: var(--sys-primary);
  --mdc-checkbox-selected-hover-icon-color: var(--sys-primary);
  --mdc-checkbox-selected-icon-color: var(--sys-primary);
  --mdc-checkbox-unselected-focus-icon-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-hover-icon-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-icon-color: var(--sys-on-surface-variant);
  --mdc-checkbox-selected-focus-state-layer-color: var(--sys-primary);
  --mdc-checkbox-selected-hover-state-layer-color: var(--sys-primary);
  --mdc-checkbox-selected-pressed-state-layer-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-focus-state-layer-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-hover-state-layer-color: var(--sys-on-surface);
  --mdc-checkbox-unselected-pressed-state-layer-color: var(--sys-primary);
  --mdc-checkbox-state-layer-size: 40px;
}
:root {
  --mat-checkbox-disabled-label-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-checkbox-label-text-color: var(--sys-on-surface);
  --mat-checkbox-label-text-font: Roboto, sans-serif;
  --mat-checkbox-label-text-line-height: 1.25rem;
  --mat-checkbox-label-text-size: 0.875rem;
  --mat-checkbox-label-text-tracking: 0.016rem;
  --mat-checkbox-label-text-weight: 400;
  --mat-checkbox-touch-target-display: block;
}
:root {
  --mdc-text-button-label-text-color: var(--sys-primary);
  --mdc-text-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-text-button-label-text-font: Roboto, sans-serif;
  --mdc-text-button-label-text-size: 0.875rem;
  --mdc-text-button-label-text-tracking: 0.006rem;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-container-height: 40px;
  --mdc-text-button-container-shape: 9999px;
}
:root {
  --mdc-protected-button-container-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-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 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-protected-button-hover-container-elevation-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);
  --mdc-protected-button-pressed-container-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-protected-button-container-color: var(--sys-surface);
  --mdc-protected-button-label-text-color: var(--sys-primary);
  --mdc-protected-button-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-protected-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-protected-button-label-text-font: Roboto, sans-serif;
  --mdc-protected-button-label-text-size: 0.875rem;
  --mdc-protected-button-label-text-tracking: 0.006rem;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-container-height: 40px;
  --mdc-protected-button-container-shape: 9999px;
}
:root {
  --mdc-filled-button-container-color: var(--sys-primary);
  --mdc-filled-button-label-text-color: var(--sys-on-primary);
  --mdc-filled-button-disabled-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-filled-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-filled-button-label-text-font: Roboto, sans-serif;
  --mdc-filled-button-label-text-size: 0.875rem;
  --mdc-filled-button-label-text-tracking: 0.006rem;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-container-height: 40px;
  --mdc-filled-button-container-shape: 9999px;
}
:root {
  --mdc-outlined-button-disabled-outline-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mdc-outlined-button-disabled-label-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-outlined-button-label-text-color: var(--sys-primary);
  --mdc-outlined-button-outline-color: var(--sys-outline);
  --mdc-outlined-button-label-text-font: Roboto, sans-serif;
  --mdc-outlined-button-label-text-size: 0.875rem;
  --mdc-outlined-button-label-text-tracking: 0.006rem;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-container-height: 40px;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 9999px;
}
:root {
  --mat-text-button-state-layer-color: var(--sys-primary);
  --mat-text-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-text-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);
  --mat-text-button-hover-state-layer-opacity: 0.08;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mat-text-button-touch-target-display: block;
  --mat-text-button-horizontal-padding: 12px;
  --mat-text-button-with-icon-horizontal-padding: 16px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: -4px;
}
:root {
  --mat-protected-button-state-layer-color: var(--sys-primary);
  --mat-protected-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-protected-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mat-protected-button-touch-target-display: block;
  --mat-protected-button-horizontal-padding: 24px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -8px;
}
:root {
  --mat-filled-button-state-layer-color: var(--sys-on-primary);
  --mat-filled-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-filled-button-ripple-color: color-mix(in srgb, var(--sys-on-primary) 12%, transparent);
  --mat-filled-button-hover-state-layer-opacity: 0.08;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mat-filled-button-touch-target-display: block;
  --mat-filled-button-horizontal-padding: 24px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -8px;
}
:root {
  --mat-outlined-button-state-layer-color: var(--sys-primary);
  --mat-outlined-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-outlined-button-ripple-color: color-mix(in srgb, var(--sys-primary) 12%, transparent);
  --mat-outlined-button-hover-state-layer-opacity: 0.08;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
  --mat-outlined-button-touch-target-display: block;
  --mat-outlined-button-horizontal-padding: 24px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -8px;
}
:root {
  --mdc-icon-button-icon-color: var(--sys-on-surface-variant);
  --mdc-icon-button-disabled-icon-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mdc-icon-button-state-layer-size: 40px;
  --mdc-icon-button-icon-size: 24px;
}
:root {
  --mat-icon-button-state-layer-color: var(--sys-on-surface-variant);
  --mat-icon-button-disabled-state-layer-color: var(--sys-on-surface-variant);
  --mat-icon-button-ripple-color: color-mix(in srgb, var(--sys-on-surface-variant) 12%, transparent);
  --mat-icon-button-hover-state-layer-opacity: 0.08;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
  --mat-icon-button-touch-target-display: block;
}
:root {
  --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 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-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 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-label-text-font: Roboto, sans-serif;
  --mdc-extended-fab-label-text-size: 0.875rem;
  --mdc-extended-fab-label-text-tracking: 0.006rem;
  --mdc-extended-fab-label-text-weight: 500;
  --mdc-extended-fab-container-height: 56px;
  --mdc-extended-fab-container-shape: 16px;
}
:root {
  --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 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-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 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-container-color: var(--sys-primary-container);
  --mdc-fab-container-shape: 16px;
}
:root {
  --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 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-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 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-container-color: var(--sys-primary-container);
  --mdc-fab-small-container-shape: 12px;
}
:root {
  --mat-fab-foreground-color: var(--sys-on-primary-container);
  --mat-fab-state-layer-color: var(--sys-on-primary-container);
  --mat-fab-ripple-color: color-mix(in srgb, var(--sys-on-primary-container) 12%, transparent);
  --mat-fab-hover-state-layer-opacity: 0.08;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-fab-disabled-state-foreground-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-fab-touch-target-display: block;
}
:root {
  --mat-fab-small-foreground-color: var(--sys-on-primary-container);
  --mat-fab-small-state-layer-color: var(--sys-on-primary-container);
  --mat-fab-small-ripple-color: color-mix(in srgb, var(--sys-on-primary-container) 12%, transparent);
  --mat-fab-small-hover-state-layer-opacity: 0.08;
  --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: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-fab-small-disabled-state-foreground-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
}
:root {
  --mdc-snackbar-container-color: var(--sys-inverse-surface);
  --mdc-snackbar-supporting-text-color: var(--sys-inverse-on-surface);
  --mdc-snackbar-supporting-text-font: Roboto, sans-serif;
  --mdc-snackbar-supporting-text-line-height: 1.25rem;
  --mdc-snackbar-supporting-text-size: 0.875rem;
  --mdc-snackbar-supporting-text-weight: 400;
  --mdc-snackbar-container-shape: 4px;
}
:root {
  --mat-snack-bar-button-color: var(--sys-inverse-primary);
}
:root {
  --mat-table-background-color: var(--sys-surface);
  --mat-table-header-headline-color: var(--sys-on-surface);
  --mat-table-row-item-label-text-color: var(--sys-on-surface);
  --mat-table-row-item-outline-color: var(--sys-outline);
  --mat-table-header-headline-font: Roboto, sans-serif;
  --mat-table-header-headline-line-height: 1.25rem;
  --mat-table-header-headline-size: 0.875rem;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.006rem;
  --mat-table-row-item-label-text-font: Roboto, sans-serif;
  --mat-table-row-item-label-text-line-height: 1.25rem;
  --mat-table-row-item-label-text-size: 0.875rem;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.016rem;
  --mat-table-footer-supporting-text-font: Roboto, sans-serif;
  --mat-table-footer-supporting-text-line-height: 1.25rem;
  --mat-table-footer-supporting-text-size: 0.875rem;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.016rem;
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
  --mat-table-row-item-outline-width: 1px;
}
:root {
  --mdc-circular-progress-active-indicator-color: var(--sys-primary);
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
:root {
  --mat-badge-background-color: var(--sys-error);
  --mat-badge-text-color: var(--sys-on-error);
  --mat-badge-disabled-state-background-color: color-mix(in srgb, var(--sys-error) 38%, transparent);
  --mat-badge-disabled-state-text-color: var(--sys-on-error);
  --mat-badge-text-font: Roboto, sans-serif;
  --mat-badge-text-size: 0.688rem;
  --mat-badge-text-weight: 500;
  --mat-badge-large-size-text-size: 0.688rem;
  --mat-badge-container-shape: 9999px;
  --mat-badge-container-size: 16px;
  --mat-badge-small-size-container-size: 6px;
  --mat-badge-large-size-container-size: 16px;
  --mat-badge-legacy-container-size: unset;
  --mat-badge-legacy-small-size-container-size: unset;
  --mat-badge-legacy-large-size-container-size: unset;
  --mat-badge-container-offset: -12px 0;
  --mat-badge-small-size-container-offset: -6px 0;
  --mat-badge-large-size-container-offset: -12px 0;
  --mat-badge-container-overlap-offset: -12px;
  --mat-badge-small-size-container-overlap-offset: -6px;
  --mat-badge-large-size-container-overlap-offset: -12px;
  --mat-badge-container-padding: 0 4px;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0 4px;
  --mat-badge-line-height: 16px;
  --mat-badge-small-size-text-size: 0;
  --mat-badge-small-size-line-height: 6px;
  --mat-badge-large-size-line-height: 16px;
}
:root {
  --mat-bottom-sheet-container-text-color: var(--sys-on-surface);
  --mat-bottom-sheet-container-background-color: var(--sys-surface-container-low);
  --mat-bottom-sheet-container-text-font: Roboto, sans-serif;
  --mat-bottom-sheet-container-text-line-height: 1.5rem;
  --mat-bottom-sheet-container-text-size: 1rem;
  --mat-bottom-sheet-container-text-tracking: 0.031rem;
  --mat-bottom-sheet-container-text-weight: 400;
  --mat-bottom-sheet-container-shape: 28px;
}
:root {
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.08;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
  --mat-standard-button-toggle-text-color: var(--sys-on-surface);
  --mat-standard-button-toggle-state-layer-color: var(--sys-on-surface);
  --mat-standard-button-toggle-selected-state-background-color: var(--sys-secondary-container);
  --mat-standard-button-toggle-selected-state-text-color: var(--sys-on-secondary-container);
  --mat-standard-button-toggle-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-standard-button-toggle-disabled-selected-state-background-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-standard-button-toggle-divider-color: var(--sys-outline);
  --mat-standard-button-toggle-label-text-font: Roboto, sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 1.25rem;
  --mat-standard-button-toggle-label-text-size: 0.875rem;
  --mat-standard-button-toggle-label-text-tracking: 0.006rem;
  --mat-standard-button-toggle-label-text-weight: 500;
  --mat-standard-button-toggle-height: 40px;
  --mat-standard-button-toggle-shape: 28px;
  --mat-standard-button-toggle-background-color: transparent;
  --mat-standard-button-toggle-disabled-state-background-color: transparent;
}
:root {
  --mat-datepicker-calendar-date-selected-state-text-color: var(--sys-on-primary);
  --mat-datepicker-calendar-date-selected-state-background-color: var(--sys-primary);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--sys-primary);
  --mat-datepicker-calendar-date-focus-state-background-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-datepicker-calendar-date-hover-state-background-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-datepicker-toggle-active-state-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-date-in-range-state-background-color: var(--sys-primary-container);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: var(--sys-tertiary-container);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: var(--sys-secondary-container);
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: var(--sys-secondary);
  --mat-datepicker-toggle-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-body-label-text-color: var(--sys-on-surface);
  --mat-datepicker-calendar-period-button-text-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-period-button-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-header-text-color: var(--sys-on-surface-variant);
  --mat-datepicker-calendar-date-today-outline-color: var(--sys-primary);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: var(--sys-on-surface);
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: var(--sys-primary);
  --mat-datepicker-range-input-separator-color: var(--sys-on-surface);
  --mat-datepicker-range-input-disabled-state-separator-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-range-input-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-container-background-color: var(--sys-surface-container-high);
  --mat-datepicker-calendar-container-text-color: var(--sys-on-surface);
  --mat-datepicker-calendar-text-font: Roboto, sans-serif;
  --mat-datepicker-calendar-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-size: 0.875rem;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 0.875rem;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 0.875rem;
  --mat-datepicker-calendar-header-text-weight: 500;
  --mat-datepicker-calendar-container-shape: 16px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-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);
  --mat-datepicker-calendar-container-touch-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);
  --mat-datepicker-calendar-header-divider-color: transparent;
  --mat-datepicker-calendar-date-outline-color: transparent;
}
:root {
  --mat-divider-color: var(--sys-outline);
  --mat-divider-width: 1px;
}
:root {
  --mat-expansion-container-background-color: var(--sys-surface);
  --mat-expansion-container-text-color: var(--sys-on-surface);
  --mat-expansion-actions-divider-color: var(--sys-outline);
  --mat-expansion-header-hover-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 8%, transparent);
  --mat-expansion-header-focus-state-layer-color: color-mix(in srgb, var(--sys-on-surface) 12%, transparent);
  --mat-expansion-header-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-expansion-header-text-color: var(--sys-on-surface);
  --mat-expansion-header-description-color: var(--sys-on-surface-variant);
  --mat-expansion-header-indicator-color: var(--sys-on-surface-variant);
  --mat-expansion-header-text-font: Roboto, sans-serif;
  --mat-expansion-header-text-size: 1rem;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: 1.5rem;
  --mat-expansion-header-text-tracking: 0.009rem;
  --mat-expansion-container-text-font: Roboto, sans-serif;
  --mat-expansion-container-text-line-height: 1.5rem;
  --mat-expansion-container-text-size: 1rem;
  --mat-expansion-container-text-tracking: 0.031rem;
  --mat-expansion-container-text-weight: 400;
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
  --mat-expansion-container-shape: 12px;
  --mat-expansion-legacy-header-indicator-display: none;
  --mat-expansion-header-indicator-display: inline-block;
}
:root {
  --mat-grid-list-tile-header-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-header-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-primary-text-size: 400 1rem / 1.5rem Roboto, sans-serif;
  --mat-grid-list-tile-footer-secondary-text-size: 400 0.875rem / 1.25rem Roboto, sans-serif;
}
:root {
  --mat-icon-color: inherit;
}
:root {
  --mat-sidenav-container-background-color: var(--sys-surface);
  --mat-sidenav-container-text-color: var(--sys-on-surface-variant);
  --mat-sidenav-content-background-color: var(--sys-background);
  --mat-sidenav-content-text-color: var(--sys-on-background);
  --mat-sidenav-scrim-color: rgba(51, 47, 55, 0.4);
  --mat-sidenav-container-shape: 16px;
  --mat-sidenav-container-elevation-shadow: none;
  --mat-sidenav-container-width: 360px;
  --mat-sidenav-container-divider-color: transparent;
}
:root {
  --mat-stepper-header-icon-foreground-color: var(--sys-surface);
  --mat-stepper-header-selected-state-icon-background-color: var(--sys-primary);
  --mat-stepper-header-selected-state-icon-foreground-color: var(--sys-on-primary);
  --mat-stepper-header-edit-state-icon-background-color: var(--sys-primary);
  --mat-stepper-header-edit-state-icon-foreground-color: var(--sys-on-primary);
  --mat-stepper-container-color: var(--sys-surface);
  --mat-stepper-line-color: var(--sys-outline);
  --mat-stepper-header-hover-state-layer-color: color-mix(in srgb, var(--sys-inverse-surface) 8%, transparent);
  --mat-stepper-header-focus-state-layer-color: color-mix(in srgb, var(--sys-inverse-surface) 12%, transparent);
  --mat-stepper-header-label-text-color: var(--sys-on-surface-variant);
  --mat-stepper-header-optional-label-text-color: var(--sys-on-surface-variant);
  --mat-stepper-header-selected-state-label-text-color: var(--sys-on-surface-variant);
  --mat-stepper-header-error-state-label-text-color: var(--sys-error);
  --mat-stepper-header-icon-background-color: var(--sys-on-surface-variant);
  --mat-stepper-header-error-state-icon-foreground-color: var(--sys-error);
  --mat-stepper-container-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-font: Roboto, sans-serif;
  --mat-stepper-header-label-text-size: 0.875rem;
  --mat-stepper-header-label-text-weight: 500;
  --mat-stepper-header-error-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-size: 0.875rem;
  --mat-stepper-header-selected-state-label-text-weight: 500;
  --mat-stepper-header-height: 72px;
  --mat-stepper-header-focus-state-layer-shape: 12px;
  --mat-stepper-header-hover-state-layer-shape: 12px;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
:root {
  --mat-sort-arrow-color: var(--sys-on-surface);
}
:root {
  --mat-toolbar-container-background-color: var(--sys-surface);
  --mat-toolbar-container-text-color: var(--sys-on-surface);
  --mat-toolbar-title-text-font: Roboto, sans-serif;
  --mat-toolbar-title-text-line-height: 1.75rem;
  --mat-toolbar-title-text-size: 1.375rem;
  --mat-toolbar-title-text-tracking: 0;
  --mat-toolbar-title-text-weight: 400;
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
:root {
  --mat-tree-container-background-color: var(--sys-surface);
  --mat-tree-node-text-color: var(--sys-on-surface);
  --mat-tree-node-text-font: Roboto, sans-serif;
  --mat-tree-node-text-size: 1rem;
  --mat-tree-node-text-weight: 400;
  --mat-tree-node-min-height: 48px;
}
:root {
  --mat-timepicker-container-background-color: var(--sys-surface-container);
  --mat-timepicker-container-shape: 4px;
  --mat-timepicker-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);
}
mat-card.card {
  background-color: #fff !important;
  padding: 20px;
}
.mat-mdc-card {
  background-color: white !important;
  border-style: none !important;
  border-width: 0 !important;
  box-shadow: 0 0 10px 0 rgba(183, 192, 206, 0.2) !important;
  border-radius: 20px !important;
}
html {
  --blue-05: #E3E9ED;
  --blue-10: #CCD6DD;
  --blue-20: #B2BDC9;
  --blue-30: #97A7B5;
  --blue-40: #7C92A5;
  --blue-50: #617D95;
  --blue-60: #466885;
  --blue-70: #355774;
  --blue-80: #332941;
  --blue-90: #332941;
  --darkblue-05: #E3E9ED;
  --darkblue-10: #ede8f5;
  --darkblue-20: #e9e1f7;
  --darkblue-30: #a892d4;
  --darkblue-40: #8668c1;
  --darkblue-50: #6441ab;
  --darkblue-60: #4e2f8f;
  --darkblue-70: #332941;
  --darkblue-80: #35135f;
  --darkblue-90: #2a0f4d;
  --darkblue-100: #1d0a36;
  --orange-30: #c7ab7f;
  --orange-40: #ac926c;
  --orange-50: #a18151;
  --orange-60: #7c5e31;
  --orange-70: #9b7945;
  --orange-80: #9e8156;
  --black: #000000;
  --grey-10: #F3F3F4;
  --grey-20: #CFD0D3;
  --grey-30: #B7B9BD;
  --grey-40: #A0A2A7;
  --grey-50: #888A91;
  --grey-60: #70737B;
  --grey-70: #585C65;
  --grey-80: #40444E;
  --grey-90: #282D38;
  --grey-100: #282D38;
  --new-30: #E3F2FD;
  --new-40: #BBDEFB;
  --new-50: #2196F3;
  --new-60: #1E88E5;
  --new-70: #1976D2;
  --new-80: #1565C0;
  --red-30: #F7D4D4;
  --red-40: #F2B8B7;
  --red-50: #EB9493;
  --red-60: #E5706F;
  --red-70: #DE4D4B;
  --red-80: #D82927;
  --pending-30: #FDE7C3;
  --pending-40: #FBD59A;
  --pending-50: #F59E0B;
  --pending-60: #D97706;
  --pending-70: #B45309;
  --pending-80: #92400E;
  --active-30: #DCFCE7;
  --active-40: #86EFAC;
  --active-50: #22C55E;
  --active-60: #16A34A;
  --active-70: #15803D;
  --active-80: #166534;
  --inprogress-30: #E0ECFF;
  --inprogress-40: #C7DBFF;
  --inprogress-50: #3B82F6;
  --inprogress-60: #332941;
  --inprogress-70: #1D4ED8;
  --inprogress-80: #1E40AF;
  --alerts-30: #FEE2E2;
  --alerts-40: #FCA5A5;
  --alerts-50: #EF4444;
  --alerts-60: #DC2626;
  --alerts-70: #B91C1C;
  --alerts-80: #991B1B;
  --check-30: #E0E7FF;
  --check-40: #A5B4FC;
  --check-50: #6366F1;
  --check-60: #4F46E5;
  --check-70: #4338CA;
  --check-80: #3730A3;
  --review-30: #DCFCE7;
  --review-40: #86EFAC;
  --review-50: #22C55E;
  --review-60: #16A34A;
  --review-70: #15803D;
  --review-80: #166534;
  --lab-test-30: #EDE9FE;
  --lab-test-40: #C4B5FD;
  --lab-test-50: #8B5CF6;
  --lab-test-60: #7C3AED;
  --lab-test-70: #6D28D9;
  --lab-test-80: #5B21B6;
  --ack-30: #E0F2F1;
  --ack-40: #B2DFDB;
  --ack-50: #80CBC4;
  --ack-60: #4DB6AC;
  --ack-70: #26A69A;
  --ack-80: #00897B;
  --back-btn: #E3E3E3;
  --invoice-30: #E0F4FF;
  --invoice-40: #BAE6FD;
  --invoice-50: #0EA5E9;
  --invoice-60: #0284C7;
  --invoice-70: #0369A1;
  --invoice-80: #075985;
}
html {
  --sys-primary: var(--blue-80);
  --sys-on-primary: rgb(255 255 255);
  --sys-secondary: #000000;
  --sys-on-secondary: rgb(255 255 255);
  --sys-tertiary: var(--orange-80);
  --sys-on-tertiary: rgb(255 255 255);
  --sys-error: var(--red-80);
  --sys-on-error: rgb(255 255 255);
  --success-container: var(--green-40);
  --on-success-container: #000000;
  --sys-error-container: var(--red-30);
  --sys-on-error-container: #000000;
  --warn-container: var(--orange-40);
  --on-warn-container: #000000;
  --sys-background: rgb(255, 255, 255);
  --sys-on-background: rgb(0, 0, 0);
  --sys-surface: rgb(255, 255, 255);
  --sys-on-surface: var(--grey-100);
  --sys-outline: var(--grey-30);
  --sys-outline-variant: #E9E9E9;
  --clr-disabled: var(--grey-10);
  --clr-on-disabled: var(--grey-100);
  --clr-disabled-icon: var(--grey-30);
  --clr-placeholder: #40454E;
}
.th-default {
  --theme-05: var(--darkblue-05);
  --theme-10: var(--darkblue-10);
  --theme-20: var(--darkblue-20);
  --theme-30: var(--darkblue-30);
  --theme-40: var(--darkblue-40);
  --theme-50: var(--darkblue-50);
  --theme-60: var(--darkblue-60);
  --theme-70: var(--darkblue-70);
  --theme-80: var(--darkblue-80);
  --theme-90: var(--darkblue-90);
  --theme-99: var(--grey-10);
  --sidebar-fg: #11074e;
  --active-menu-fg: white;
}
.new-card-style .card-container {
  padding: 30px 20px;
  background: #f5f5f7;
}
.new-card-style .card {
  background: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
  animation: cardFadeIn 0.3s ease-out;
  padding: 0;
  border-radius: 20px;
}
.new-card-style .card:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.06);
}
.new-card-style .card .card-section {
  border-bottom: 1px solid #e8e6ee;
}
.new-card-style .card .card-section:last-child {
  border-bottom: none;
}
.new-card-style .card .card-header {
  background:
    linear-gradient(
      to right,
      #ece5f7,
      #f3edfb);
  padding: 5px 20px;
  border-bottom: 1px solid #e0d3ee;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.new-card-style .card .card-header::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
}
.new-card-style .card .card-header .card-header-title {
  color: #4a3b5c;
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  margin: 0;
}
.new-card-style .card .card-header .card-header-title mat-icon {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}
.new-card-style .card .card-header .card-header-subtitle {
  color: #9a8fae;
  font-weight: 400;
  font-size: 12.5px;
  margin: 0;
  line-height: 1.4;
}
.new-card-style .card-content {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  padding: 18px 16px;
}
@media (min-width: 1200px) {
  .new-card-style .card-content {
    padding: 20px;
  }
}
@media (min-width: 1472px) {
  .new-card-style .card-content {
    padding: 24px;
  }
}
@media (max-width: 1472px) {
  .new-card-style .card-content {
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
  }
}
@media (max-width: 1200px) {
  .new-card-style .card-content {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
}
@media (max-width: 768px) {
  .new-card-style .card-content {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.new-card-style .card-document-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  padding: 18px 16px;
}
@media (min-width: 1200px) {
  .new-card-style .card-document-grid {
    padding: 20px;
  }
}
@media (min-width: 1472px) {
  .new-card-style .card-document-grid {
    padding: 24px;
  }
}
@media (min-width: 1200px) {
  .new-card-style .card-document-grid {
    gap: 22px;
  }
}
@media (min-width: 1472px) {
  .new-card-style .card-document-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
  }
}
.new-card-style .card-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 16px;
}
@media (min-width: 1200px) {
  .new-card-style .card-list {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .new-card-style .card-list {
    gap: 14px;
  }
}
.new-card-style .card-item {
  display: flex;
  flex-direction: column;
  background: #f8f7fb;
  border: 1px solid #eeecf3;
  border-radius: 8px;
  padding: 10px 14px;
}
.new-card-style .card-item .card-label {
  display: block;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #9ca3af;
}
.new-card-style .card-item .card-value {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  word-break: break-word;
  line-height: 1.4;
}
.new-card-style .card-item .card-value.card-value-with-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.new-card-style .card-item .card-value.card-value-with-action .card-value-action {
  flex-shrink: 0;
  cursor: pointer;
  color: #6b7280;
  transition: color 0.15s ease;
}
.new-card-style .card-item .card-value.card-value-with-action .card-value-action:hover {
  color: #4a3b5c;
}
.new-card-style .card-item .card-status {
  padding: 6px 12px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 12px;
  display: inline-block;
  text-transform: capitalize;
  width: fit-content;
}
.new-card-style .card-item .card-status.status-active {
  background: #d1fae5;
  color: #065f46;
}
.new-card-style .card-item .card-status.status-inactive {
  background: #fee2e2;
  color: #991b1b;
}
.new-card-style .card-item .card-status.status-pending {
  background: #fef3c7;
  color: #92400e;
}
.new-card-style .card-subsection {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 12px 14px;
  background: #f8f7fb;
  border-left: 3px solid #a78bfa;
  border-radius: 4px;
  margin: 10px;
}
.new-card-style .card-subsection .card-subsection-title {
  font-size: 13px;
  font-weight: 700;
  color: #4a3b5c;
}
.new-card-style .card-subsection-group {
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.new-card-style .card-subbox {
  border: 1px solid #e8e6ee;
  border-radius: 10px;
  padding: 16px;
  background: #ffffff;
}
.new-card-style .card-subbox .card-subbox-title {
  font-size: 13px;
  font-weight: 700;
  color: #4a3b5c;
  margin-bottom: 14px;
}
.new-card-style .card-subbox .card-content {
  padding: 0;
}
.new-card-style .card-subbox-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 18px 16px;
}
@media (min-width: 1200px) {
  .new-card-style .card-subbox-list {
    padding: 20px;
  }
}
.new-card-style .card-doc-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9fafb;
  border-radius: 8px;
  padding: 13px 15px;
  border: 1px solid #e8e6ee;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.new-card-style .card-doc-row:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.new-card-style .card-doc-row .card-doc-name {
  font-size: 13px;
  font-weight: 500;
  color: #374151;
}
.new-card-style .card-doc-row .card-doc-action {
  flex-shrink: 0;
  cursor: pointer;
  color: #6b7280;
  transition: color 0.15s ease;
}
.new-card-style .card-doc-row .card-doc-action:hover {
  color: #4a3b5c;
}
.new-card-style .card-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.new-card-style .card-chip {
  background:
    linear-gradient(
      135deg,
      #f9e9f3 0%,
      #fdf2f8 100%);
  color: #a1327a;
  padding: 8px 14px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  border: 1px solid #f3d3e8;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.new-card-style .card-chip:hover {
  background:
    linear-gradient(
      135deg,
      #f3d3e8 0%,
      #fce7f3 100%);
  border-color: #eab9d9;
}
.new-card-style .card-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  padding: 16px 20px 20px;
  border-top: 1px solid #e8e6ee;
}
.new-card-style .card-actions button {
  border: none;
  border-radius: 6px;
  padding: 10px 22px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.15s ease;
}
.new-card-style .card-actions button:hover {
  opacity: 0.9;
}
.new-card-style .card-actions .btn-back {
  background: #eceef1;
  color: #374151;
}
.new-card-style .card-actions .btn-send-back {
  background: #dc2626;
  color: #ffffff;
}
.new-card-style .card-actions .btn-approve {
  background: #1f1235;
  color: #ffffff;
}
.new-card-style .card-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-card-style .card-info-row .card-info-text {
  margin: 0;
  font-size: 13px;
  color: #374151;
  font-weight: 500;
}
.new-card-style .card-divider {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e6ee;
}
.new-card-style .card-content-heading {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  margin-top: 16px;
  margin-bottom: 12px;
  padding: 0 16px;
}
@media (min-width: 1200px) {
  .new-card-style .card-content-heading {
    padding: 0 20px;
  }
}
@media (min-width: 1472px) {
  .new-card-style .card-content-heading {
    padding: 0 24px;
  }
}
.new-card-style .card-span-2 {
  grid-column: span 2;
}
@media (max-width: 1024px) {
  .new-card-style .card-span-2 {
    grid-column: span 1;
  }
}
.new-card-style .card-full-width {
  grid-column: 1/-1;
}
.new-card-style .card-4col .card-content,
.new-card-style .card-4col .card-document-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1200px) {
  .new-card-style .card-4col .card-content,
  .new-card-style .card-4col .card-document-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .new-card-style .card-4col .card-content,
  .new-card-style .card-4col .card-document-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-card-style .container1 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 20px;
  padding-top: 0;
  width: 100%;
  box-sizing: border-box;
  counter-reset: cardnum;
}
@media (max-width: 1200px) {
  .new-card-style .container1 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .new-card-style .container1 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .new-card-style .container1 {
    grid-template-columns: 1fr;
  }
}
.new-card-style .card-container1,
.new-card-style .card-container22 {
  --accent: #4f46e5;
  --accent-soft: #eef2ff;
  min-width: 0;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #ffffff;
  border: 1px solid #e8e6ee;
  border-top: 3px solid var(--accent);
  border-radius: 14px;
  box-shadow: 0 1px 2px rgba(51, 41, 65, 0.05);
  color: #6b7280;
  cursor: pointer;
  overflow: hidden;
  counter-increment: cardnum;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    border-color 0.2s ease;
}
.new-card-style .card-container1:hover,
.new-card-style .card-container22:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(51, 41, 65, 0.13);
}
.new-card-style .card-container1:nth-child(8n+1),
.new-card-style .card-container22:nth-child(8n+1) {
  --accent: #dc2626;
  --accent-soft: #fee2e2;
}
.new-card-style .card-container1:nth-child(8n+2),
.new-card-style .card-container22:nth-child(8n+2) {
  --accent: #2563eb;
  --accent-soft: #dbeafe;
}
.new-card-style .card-container1:nth-child(8n+3),
.new-card-style .card-container22:nth-child(8n+3) {
  --accent: #16a34a;
  --accent-soft: #dcfce7;
}
.new-card-style .card-container1:nth-child(8n+4),
.new-card-style .card-container22:nth-child(8n+4) {
  --accent: #d97706;
  --accent-soft: #fef3c7;
}
.new-card-style .card-container1:nth-child(8n+5),
.new-card-style .card-container22:nth-child(8n+5) {
  --accent: #9333ea;
  --accent-soft: #f3e8ff;
}
.new-card-style .card-container1:nth-child(8n+6),
.new-card-style .card-container22:nth-child(8n+6) {
  --accent: #db2777;
  --accent-soft: #fce7f3;
}
.new-card-style .card-container1:nth-child(8n+7),
.new-card-style .card-container22:nth-child(8n+7) {
  --accent: #0d9488;
  --accent-soft: #ccfbf1;
}
.new-card-style .card-container1:nth-child(8n+8),
.new-card-style .card-container22:nth-child(8n+8) {
  --accent: #4f46e5;
  --accent-soft: #eef2ff;
}
@media (prefers-reduced-motion: reduce) {
  .new-card-style .card-container1,
  .new-card-style .card-container22 {
    transition: none;
  }
  .new-card-style .card-container1:hover,
  .new-card-style .card-container22:hover {
    transform: none;
  }
}
.new-card-style .card-container1 .card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  padding: 14px 14px 8px;
  color: var(--accent);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
}
.new-card-style .card-container1 .card-header::before {
  content: "\e84f";
  font-family: "Material Symbols Rounded";
  font-weight: 400;
  font-size: 22px;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--accent);
}
.new-card-style .card-container1 .card-header::after {
  content: counter(cardnum, decimal-leading-zero);
  margin-left: auto;
  align-self: flex-start;
  font-size: 11px;
  font-weight: 700;
  color: var(--accent);
  background: var(--accent-soft);
  padding: 3px 8px;
  border-radius: 7px;
}
.new-card-style .card-container1 .card-header .code {
  font-weight: 400;
  font-size: 13px;
  color: #9ca3af;
  margin-left: 6px;
}
.new-card-style .card-total {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 4px 16px 12px;
}
.new-card-style .card-total .label {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.3;
}
.new-card-style .card-total .count1,
.new-card-style .card-total .value {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--accent);
  line-height: 1.2;
}
.new-card-style .card-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(78px, 1fr));
  gap: 8px;
  padding: 0 16px 16px;
  margin-top: auto;
}
.new-card-style .card-stats .stat-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 9px 6px;
  text-align: center;
  background: #f3f4f6;
  border-radius: 10px;
}
.new-card-style .card-stats .stat-row .count1 {
  font-size: 0.88rem;
  font-weight: 700;
  color: #1f2937;
  line-height: 1.2;
}
.new-card-style .card-stats .stat-row .label {
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #9ca3af;
  line-height: 1.25;
}
.new-card-style .ver-line {
  display: none;
}
@media (max-width: 768px) {
  .new-card-style .header {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .new-card-style .header p {
    font-size: 14px;
    font-weight: 400;
    margin-left: 20px;
    margin-bottom: 10px;
  }
}
@keyframes cardFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .new-card-style .card {
    animation: none;
  }
}
.clickable-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.clickable-cards > .clickable-card {
  flex: 0 0 220px;
  width: 220px;
}
@media (max-width: 480px) {
  .clickable-cards > .clickable-card {
    flex-basis: 100%;
    width: 100%;
  }
}
.clickable-card {
  display: flex;
  align-items: center;
  gap: 13px;
  box-sizing: border-box;
  background: #ffffff;
  border: 1px solid #e8e6ee;
  border-radius: 12px;
  padding: 14px 16px;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  transition:
    border-color 0.18s ease,
    transform 0.18s ease,
    box-shadow 0.18s ease;
}
.clickable-card:hover {
  transform: translateY(-2px);
  border-color: var(--theme-30, #a892d4);
  box-shadow: 0 6px 18px rgba(24, 32, 48, 0.09);
}
.clickable-card:focus-visible {
  border-color: var(--theme-70);
  box-shadow: 0 0 0 3px var(--theme-10);
}
.clickable-card.selected {
  border-color: var(--theme-70);
  box-shadow: 0 4px 14px rgba(51, 41, 65, 0.18);
}
.clickable-card.selected .cc-tile {
  background: var(--theme-70);
  color: #ffffff;
}
.clickable-card.selected .cc-label {
  color: var(--theme-70);
}
.clickable-card .cc-tile {
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--theme-10);
  color: var(--theme-70);
  transition: background 0.18s ease, color 0.18s ease;
}
.clickable-card .cc-tile mat-icon {
  font-size: 19px;
  width: 19px;
  height: 19px;
}
.clickable-card .cc-text {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.clickable-card .cc-label {
  margin: 0;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  color: #79839a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.clickable-card .cc-value {
  margin: 0;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.05;
  color: #1f2937;
  font-variant-numeric: tabular-nums;
}
:root {
  --1px: 0.0625rem;
  --2px: 0.125rem;
  --3px: 0.1875rem;
  --4px: 0.25rem;
  --5px: 0.3125rem;
  --6px: 0.375rem;
  --7px: 0.4375rem;
  --8px: 0.5rem;
  --9px: 0.5625rem;
  --10px: 0.625rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --23px: 1.4375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --31px: 1.9375rem;
  --32px: 2rem;
  --33px: 2.0625rem;
  --34px: 2.125rem;
  --35px: 2.1875rem;
  --36px: 2.25rem;
  --37px: 2.3125rem;
  --38px: 2.375rem;
  --39px: 2.4375rem;
  --40px: 2.5rem;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  letter-spacing: 0 !important;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
  color: var(--grey-100);
  font-size: 16px;
}
body {
  line-height: 1.5;
  font-family:
    Inter,
    "Helvetica Neue",
    sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
#root,
#__next {
  isolation: isolate;
}
router-outlet + * {
  display: block;
  animation: fade-in-bottom 0.2s ease-in-out;
}
.feather {
  font-family: feather !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
input.mdc-text-field__input {
  height: calc(var(--form-field-height) - 6px) !important;
}
input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.desc {
  text-wrap: pretty;
}
.disabled-link {
  opacity: 0.6;
}
h1 {
  font-size: 28px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
h2 {
  font-size: 24px !important;
  margin-bottom: 10px !important;
  font-weight: 400 !important;
}
h3 {
  font-size: 20px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
h4 {
  font-size: 18px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
h5 {
  font-size: 16px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
h6 {
  font-size: 14px !important;
  margin-bottom: 0 !important;
  font-weight: 400 !important;
}
.visually-hidden {
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 0px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.phone {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5px;
}
.phone .code {
  width: 60px;
}
.phone .number {
  max-width: calc(100% - 65px);
}
.centerize {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.hide {
  display: none !important;
}
.hide-subscript .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.card {
  background-color: #fff;
  padding: 20px;
}
.mdc-tab__text-label {
  font-size: 18px !important;
}
.align-right {
  text-align: right !important;
}
.numeric-cell {
  text-align: right !important;
  justify-content: flex-end !important;
}
.numeric-cell .mat-sort-header-container {
  justify-content: flex-end !important;
}
:root {
  --font-body:
    "Inter",
    "Roboto",
    sans-serif;
  --font-display:
    "Inter",
    "Roboto",
    sans-serif;
  --font-ui:
    "Inter",
    "Roboto",
    sans-serif;
  --mf-text-xs: 11px;
  --mf-text-sm: 15px;
  --mf-text-base: 15px;
  --mf-text-md: 15px;
  --mf-text-lg: 16px;
  --mf-text-xl: 18px;
  --mf-text-2xl: 20px;
  --mf-text-3xl: 24px;
  --mf-weight-light: 300;
  --mf-weight-regular: 400;
  --mf-weight-medium: 500;
  --mf-weight-semibold: 600;
  --mf-weight-bold: 700;
  --mf-lh-tight: 1.3;
  --mf-lh-normal: 1.5;
  --mf-lh-loose: 1.6;
}
.component {
  font-family: var(--font-body);
  font-size: var(--mf-text-base);
  font-weight: var(--mf-weight-regular);
  line-height: var(--mf-lh-normal);
  --mdc-typography-body1-font-family: var(--font-body);
  --mdc-typography-body2-font-family: var(--font-body);
  --mdc-typography-subtitle1-font-family: var(--font-body);
  --mdc-typography-subtitle2-font-family: var(--font-body);
  --mdc-typography-caption-font-family: var(--font-body);
  --mdc-typography-button-font-family: var(--font-body);
  --mdc-typography-overline-font-family: var(--font-body);
  --mat-form-field-container-text-font: var(--font-body);
  --mdc-outlined-text-field-label-text-font: var(--font-body);
  --mdc-filled-text-field-label-text-font: var(--font-body);
  --mdc-outlined-text-field-input-text-font: var(--font-body);
  --mdc-filled-text-field-input-text-font: var(--font-body);
  --mdc-outlined-text-field-label-text-size: var(--mf-text-base);
  --mdc-filled-text-field-label-text-size: var(--mf-text-base);
  --mdc-outlined-text-field-input-text-size: var(--mf-text-base);
  --mdc-filled-text-field-input-text-size: var(--mf-text-base);
  --mat-form-field-container-text-size: var(--mf-text-base);
  --mat-table-row-item-label-text-font: var(--font-body);
  --mat-table-header-headline-font: var(--font-body);
  --mat-table-footer-supporting-text-font: var(--font-body);
  --mat-select-trigger-text-font: var(--font-body);
  --mat-option-label-text-font: var(--font-body);
  --mat-paginator-container-text-font: var(--font-body);
  --mdc-filled-button-label-text-font: var(--font-body);
  --mdc-outlined-button-label-text-font: var(--font-body);
  --mdc-text-button-label-text-font: var(--font-body);
}
.component h1 {
  font-family: var(--font-display);
  font-size: var(--mf-text-3xl);
  font-weight: var(--mf-weight-semibold);
}
.component h2 {
  font-family: var(--font-display);
  font-size: var(--mf-text-2xl);
  font-weight: var(--mf-weight-semibold);
}
.component h3 {
  font-family: var(--font-display);
  font-size: var(--mf-text-xl);
  font-weight: var(--mf-weight-medium);
}
.component h4 {
  font-family: var(--font-display);
  font-size: var(--mf-text-lg);
  font-weight: var(--mf-weight-medium);
}
.component h5 {
  font-family: var(--font-display);
  font-size: var(--mf-text-md);
  font-weight: var(--mf-weight-medium);
}
.component h6 {
  font-family: var(--font-display);
  font-size: var(--mf-text-base);
  font-weight: var(--mf-weight-medium);
}
.component mat-header-cell,
.component mat-cell,
.component td,
.component th {
  font-family: var(--font-body);
  font-size: var(--mf-text-base);
}
.component mat-header-cell,
.component th {
  font-weight: var(--mf-weight-semibold);
  font-size: var(--mf-text-sm);
}
.component label,
.component mat-label,
.component .field-label,
.component .mat-mdc-form-field-label,
.component .mdc-floating-label {
  font-family: var(--font-ui);
  font-size: var(--mf-label-font-size, var(--mf-text-base)) !important;
  font-weight: var(--mf-weight-medium);
}
.component .page-header h1,
.component .page-header1 h1 {
  font-size: var(--mf-text-xl);
  font-weight: var(--mf-weight-semibold);
}
.component button,
.component .btn {
  font-family: var(--font-ui);
}
.component .crumb,
.component nav {
  font-family: var(--font-ui);
  font-size: var(--mf-text-sm);
}
.profile-container mat-icon,
.profile-container .mat-icon,
.profile-container .material-icons,
.profile-container .material-symbols-outlined,
.profile-container .material-symbols-rounded,
.page-container mat-icon,
.page-container .mat-icon,
.page-container .material-icons,
.page-container .material-symbols-outlined,
.page-container .material-symbols-rounded,
.main-container mat-icon,
.main-container .mat-icon,
.main-container .material-icons,
.main-container .material-symbols-outlined,
.main-container .material-symbols-rounded,
.dashboard-container mat-icon,
.dashboard-container .mat-icon,
.dashboard-container .material-icons,
.dashboard-container .material-symbols-outlined,
.dashboard-container .material-symbols-rounded,
.form-container mat-icon,
.form-container .mat-icon,
.form-container .material-icons,
.form-container .material-symbols-outlined,
.form-container .material-symbols-rounded,
.employee-card mat-icon,
.employee-card .mat-icon,
.employee-card .material-icons,
.employee-card .material-symbols-outlined,
.employee-card .material-symbols-rounded {
  color: #231c2c;
}
.profile-container button mat-icon,
.profile-container .mat-mdc-icon-button mat-icon,
.profile-container [matPrefix] mat-icon,
.profile-container [matSuffix] mat-icon,
.page-container button mat-icon,
.page-container .mat-mdc-icon-button mat-icon,
.page-container [matPrefix] mat-icon,
.page-container [matSuffix] mat-icon,
.main-container button mat-icon,
.main-container .mat-mdc-icon-button mat-icon,
.main-container [matPrefix] mat-icon,
.main-container [matSuffix] mat-icon,
.dashboard-container button mat-icon,
.dashboard-container .mat-mdc-icon-button mat-icon,
.dashboard-container [matPrefix] mat-icon,
.dashboard-container [matSuffix] mat-icon,
.form-container button mat-icon,
.form-container .mat-mdc-icon-button mat-icon,
.form-container [matPrefix] mat-icon,
.form-container [matSuffix] mat-icon,
.employee-card button mat-icon,
.employee-card .mat-mdc-icon-button mat-icon,
.employee-card [matPrefix] mat-icon,
.employee-card [matSuffix] mat-icon {
  color: #231c2c;
}
app-vacancy-report-region,
app-typist-report,
app-total-designations,
app-suitability-report-list,
app-suitability-report-approval,
app-suitability-report,
app-suitability-rejected-list,
app-suitability-pending,
app-suitability-edit,
app-suitability-approved-list,
app-region-wise-list,
app-region-designation-list,
app-promotion-view,
app-promotion-list,
app-promotion-document,
app-promotion-dashboard,
app-panelreportregion,
app-panel-list,
app-officer-panel,
app-not-eligible-list,
app-hovacancylist,
app-md-approved-list,
app-ho-approved-list,
app-ho-final-list,
app-estimate-vacancy-ho,
app-final-approval-profile-update,
app-estimate-vacancy-dialog,
app-estimate-vacancies,
app-emp-designation-count,
app-emp-desig-count-list,
app-emp-desg-count-edit,
app-desg-count-edit,
app-accepted-list {
  --mf-label-font-size: 18px;
}
app-vacancy-report-region .component,
app-typist-report .component,
app-total-designations .component,
app-suitability-report-list .component,
app-suitability-report-approval .component,
app-suitability-report .component,
app-suitability-rejected-list .component,
app-suitability-pending .component,
app-suitability-edit .component,
app-suitability-approved-list .component,
app-region-wise-list .component,
app-region-designation-list .component,
app-promotion-view .component,
app-promotion-list .component,
app-promotion-document .component,
app-promotion-dashboard .component,
app-panelreportregion .component,
app-panel-list .component,
app-officer-panel .component,
app-not-eligible-list .component,
app-hovacancylist .component,
app-md-approved-list .component,
app-ho-approved-list .component,
app-ho-final-list .component,
app-estimate-vacancy-ho .component,
app-final-approval-profile-update .component,
app-estimate-vacancy-dialog .component,
app-estimate-vacancies .component,
app-emp-designation-count .component,
app-emp-desig-count-list .component,
app-emp-desg-count-edit .component,
app-desg-count-edit .component,
app-accepted-list .component {
  --mdc-outlined-text-field-label-text-size: 18px;
  --mdc-filled-text-field-label-text-size: 18px;
  --mat-form-field-container-text-size: 18px;
}
.page-header1 {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  flex-wrap: wrap;
}
.page-header1 h1 {
  margin-right: auto;
}
.page-header1 nav {
  min-width: 100%;
  margin-bottom: -25px;
}
.page-header1 .btn-back {
  margin-top: -10px;
}
.form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 20px;
  margin-block: 10px 20px;
}
.form .field mat-form-field {
  width: 100%;
  max-width: 100%;
}
.field {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1600px) {
  .form {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1599px) and (min-width: 992px) {
  .form {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 991px) and (min-width: 576px) {
  .form {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 16px;
  }
}
@media screen and (max-width: 575px) {
  .form {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-block: 10px 15px;
  }
}
@media (max-width: 992px) {
  .form {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .form {
    grid-template-columns: 1fr;
  }
}
.download-actions {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
  padding-top: 12px;
}
.btn-download {
  padding: 10px 28px;
  font-size: 0.95rem;
  font-weight: 500;
  color: #fff;
  background: #332941;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.3px;
  transition: background 0.2s;
}
.btn-download:hover {
  background: #4a3a5c;
}
.btn-download:active {
  background: #241e2e;
}
.actions {
  text-align: right;
  display: flex;
  column-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
}
form {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.grid-container {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 5px 20px;
  margin-bottom: 20px;
}
.row-12 {
  grid-column: span 12;
}
.row-11 {
  grid-column: span 11;
}
.row-10 {
  grid-column: span 10;
}
.row-9 {
  grid-column: span 9;
}
.row-8 {
  grid-column: span 8;
}
.row-7 {
  grid-column: span 7;
}
.row-6 {
  grid-column: span 6;
}
.row-5 {
  grid-column: span 5;
}
.row-4 {
  grid-column: span 4;
}
.row-3 {
  grid-column: span 3;
}
.row-2 {
  grid-column: span 2;
}
.row-1 {
  grid-column: span 1;
}
@media (max-width: 768px) {
  .grid-container {
    grid-template-columns: repeat(12, 1fr);
  }
  .row-12,
  .row-11,
  .row-10,
  .row-9,
  .row-8,
  .row-7,
  .row-6,
  .row-5,
  .row-4,
  .row-3,
  .row-2,
  .row-1 {
    grid-column: span 12;
    text-align: left;
  }
  .actions {
    justify-content: flex-start;
  }
  .card-container {
    grid-template-columns: 1fr;
  }
}
.navbar {
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 1000;
}
.nav-aln {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.nav-active {
  color: rgb(4, 4, 143);
  font-size: 18px;
}
.crumb {
  font-size: 15px;
}
@media (max-width: 600px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }
  nav {
    width: 100%;
    margin-bottom: 10px;
  }
  button {
    width: 100%;
    justify-content: flex-start;
  }
}
button {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
}
.summary-grid {
  margin-right: 10px;
  margin-left: 10px;
}
.summary-item {
  padding: 10px;
  border-radius: 8px;
  background-color: #F1F4FF;
  color: #1C2D63 !important;
  box-shadow: 5px 2px 4px 0px rgba(33, 57, 225, 0.1);
  text-align: center;
}
.subject-name {
  font-size: 18px !important;
  color: #1C2D63 !important;
}
.badge {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #2196f3;
  color: white;
  font-weight: bold;
  font-size: 1rem;
}
.count {
  font-size: 24px;
  font-weight: bold;
}
.back-btn {
  background: gray;
}
.code {
  color: rgb(161, 24, 6);
}
.hand,
.cursor-pointer {
  cursor: pointer;
}
.required-label::after {
  content: " *";
  color: red;
  font-weight: bold;
}
.textarea mat-form-field {
  --padding-inline: 12px 2px;
  --padding-block: 10px 2px;
  line-height: 1.4em;
  font-size: 14px;
}
.textarea mat-form-field textarea {
  overflow: auto;
  padding-top: 10px;
  height: 90px !important;
}
.mat-error-label {
  color: var(--red-80) !important;
  font-size: 10px;
  text-align: left;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #e1e1e1;
}
*::-webkit-scrollbar-track {
  background: #e1e1e1;
  border-radius: 5px;
  margin-block: 60px;
}
*::-webkit-scrollbar-thumb {
  background: rgba(137, 137, 137, 0);
  border-radius: 100px;
  box-shadow: rgba(255, 255, 255, 0.3) 0 0 0 1px;
}
*:hover::-webkit-scrollbar-thumb {
  background: var(--grey-20);
}
*::-webkit-scrollbar-thumb:hover {
  background: #898989;
}
body {
  --check-box-label-padding-left: 4px;
}
.mat-mdc-checkbox .mdc-label {
  margin-bottom: -2px;
  padding-left: var(--check-box-label-padding-left);
}
.mat-mdc-checkbox .mdc-checkbox__background {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1.5px solid var(--grey-100);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mat-mdc-checkbox .mdc-checkbox__checkmark {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -49%);
  width: 78%;
  opacity: 0;
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.6, 1);
  color: var(--mdc-checkbox-selected-checkmark-color, var(--mat-sys-on-primary));
}
.mat-mdc-checkbox .mdc-checkbox__mixedmark {
  width: 70%;
  transform: scaleX(0) rotate(0deg);
  opacity: 0;
  border-color: transparent;
  background-color: var(--mat-sys-on-primary);
  height: 1px;
  border-radius: 2px;
}
.mat-mdc-checkbox.square .mdc-checkbox__background {
  border-radius: 2px;
}
.mat-mdc-checkbox.bold .mdc-checkbox__background {
  border: 2px solid var(--grey-100);
}
.mat-mdc-checkbox.bold .mdc-checkbox__background .mdc-checkbox__checkmark {
  width: 87%;
}
.mat-mdc-checkbox.bold .mdc-checkbox__background .mdc-checkbox__mixedmark {
  width: 80%;
}
.mat-mdc-checkbox .mdc-checkbox .mat-mdc-checkbox-ripple,
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__ripple {
  display: none;
}
.mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:checked ~ .mdc-checkbox__ripple {
  display: none;
}
.mat-mdc-checkbox .mdc-checkbox__native-control:focus:focus:not(:checked) ~ .mdc-checkbox__background,
.mat-mdc-checkbox .mdc-checkbox__native-control:focus:focus:not(:indeterminate) ~ .mdc-checkbox__background {
  box-shadow: 0px 0px 0px 2px var(--theme-30) !important;
}
.mat-mdc-checkbox .mdc-checkbox__native-control:focus:focus:checked ~ .mdc-checkbox__background {
  box-shadow: 0px 0px 0px 1px var(--theme-30) !important;
  border-color: var(--theme-80);
  background-color: var(--theme-80);
}
.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  border-color: var(--theme-80);
  background-color: var(--theme-80);
}
.mat-mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  border-color: var(--grey-100);
  background-color: var(--grey-100);
}
.mat-mdc-checkbox .mdc-checkbox__native-control:focus:focus:indeterminate ~ .mdc-checkbox__background {
  border-color: var(--grey-100);
  background-color: var(--grey-100);
}
.mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  border-color: var(--theme-80);
  background-color: var(--theme-80);
}
.mat-mdc-checkbox .mdc-checkbox:hover .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  border-color: var(--grey-100);
  background-color: var(--grey-100);
}
.mat-mdc-checkbox:not(.mat-mdc-checkbox-checked, [ng-reflect-indeterminate=true]) .mdc-checkbox:hover .mat-mdc-checkbox-ripple,
.mat-mdc-checkbox:not(.mat-mdc-checkbox-checked, [ng-reflect-indeterminate=true]) .mdc-checkbox:hover .mdc-checkbox__ripple {
  display: none;
}
.mat-mdc-checkbox:not(.mat-mdc-checkbox-checked, [ng-reflect-indeterminate=true]) .mdc-checkbox:hover .mdc-checkbox__native-control:checked ~ .mdc-checkbox__ripple {
  display: none;
}
th.mat-mdc-header-cell .mat-mdc-checkbox .mdc-checkbox__background {
  border-color: var(--theme-80) !important;
  background-color: white !important;
}
th.mat-mdc-header-cell .mat-mdc-checkbox .mdc-checkbox__checkmark {
  color: var(--theme-80) !important;
}
th.mat-mdc-header-cell .mat-mdc-checkbox .mdc-checkbox__mixedmark {
  background-color: var(--theme-80) !important;
}
:root {
  --form-field-height: 40px;
  --label-font-size: 12px;
}
:root {
  --mdc-outlined-text-field-outline-width: 1.5px;
}
:root {
  --mdc-outlined-text-field-focus-outline-width: 1.5px;
}
:root {
  --mdc-outlined-text-field-container-shape: 4px;
}
:root {
  --mdc-outlined-text-field-caret-color: var(--grey-100);
}
:root {
  --mdc-outlined-text-field-input-text-color: var(--grey-80);
}
:root {
  --mdc-outlined-text-field-disabled-input-text-color: var(--grey-100);
}
:root {
  --mdc-outlined-text-field-input-text-placeholder-color: var(--grey-80);
}
:root {
  --mdc-outlined-text-field-error-caret-color: var(--grey-100);
}
:root {
  --mdc-outlined-text-field-outline-color: var(--grey-20);
}
:root {
  --mdc-outlined-text-field-disabled-outline-color: transparent;
}
:root {
  --mat-form-field-disabled-input-text-placeholder-color: var(--grey-80);
}
:root {
  --mat-form-field-error-text-color: var(--grey-40);
}
:root {
  --mat-form-field-container-text-line-height: var(--form-field-height);
}
:root {
  --mat-form-field-container-text-size: 12px;
}
:root {
  --mat-form-field-container-text-tracking: 0.00938em;
}
:root {
  --mat-form-field-container-height: var(--form-field-height);
}
:root {
  --mat-form-field-container-vertical-padding: 0px;
}
.search-form-field {
  --mdc-outlined-text-field-container-shape: 25px;
}
.search-form-field {
  --mat-form-field-container-text-line-height: 2.8;
}
.search-form-field {
  --mat-form-field-container-text-size: 10px;
}
.search-form-field {
  --mat-form-field-container-height: 28px;
}
.search-form-field .search-icon {
  width: 10.9px;
  color: var(--theme-80);
}
.mat-mdc-form-field {
  --form-field-bg: #fff;
  --form-field-disabled-bg: var(--grey-10);
  --mdc-outlined-text-field-hover-outline-color: var(--grey-40);
  --mdc-outlined-text-field-focus-outline-color: var(--grey-40);
  max-width: auto;
  width: 100%;
}
.mat-mdc-form-field .mdc-text-field--outlined {
  padding-inline: 12px;
}
.mat-mdc-form-field .mdc-text-field--outlined .mat-mdc-notch-piece {
  background-color: var(--form-field-bg);
}
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mat-mdc-notch-piece {
  border-color: var(--mdc-outlined-text-field-focus-outline-color);
}
.mat-mdc-form-field .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mat-mdc-notch-piece {
  border-color: var(--mdc-outlined-text-field-hover-outline-color);
}
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece {
  background-color: var(--form-field-disabled-bg);
}
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece.mdc-notched-outline__leading {
  border-right: none;
}
.mat-mdc-form-field .mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece.mdc-notched-outline__trailing {
  border-left: none;
}
.mat-mdc-form-field .mdc-text-field--disabled {
  pointer-events: none;
  background: #f0f0f0 !important;
}
.mat-mdc-form-field .mat-mdc-form-field-hint {
  color: var(--grey-40);
  font-size: 12px;
  margin-top: 5px;
  margin-left: -2px;
}
.mat-mdc-form-field .mat-mdc-form-field-hint::before {
  display: none;
}
.mat-mdc-form-field .mat-mdc-form-field-error {
  color: var(--red-80);
  font-size: 10px;
  text-align: right;
  padding-right: 5px;
}
.mat-mdc-form-field .mat-mdc-form-field-subscript-wrapper {
  top: 3px;
  left: 3px;
  margin-top: -3px;
}
.mat-mdc-form-field .mat-mdc-form-field-hint-wrapper,
.mat-mdc-form-field .mat-mdc-form-field-error-wrapper {
  padding: 0px;
}
.mat-mdc-form-field .mat-mdc-form-field-bottom-align::before {
  height: 14px;
}
.mat-drawer-end .mat-mdc-form-field {
  max-width: 100%;
}
.ng-pristine.ng-untouched .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mat-mdc-notch-piece {
  border-color: var(--grey-20);
}
.ng-pristine.ng-untouched .mat-mdc-form-field-error-wrapper {
  display: none;
}
.mdc-text-field--outlined.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-notched-outline .mat-mdc-notch-piece {
  border-color: var(--red-80);
}
.ng-pristine.ng-untouched .mdc-text-field--outlined.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mdc-notched-outline .mat-mdc-notch-piece {
  border-color: var(--grey-40);
}
label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
  display: block;
  line-height: 16px;
}
.mat-mdc-form-field-infix {
  z-index: 1;
}
input::placeholder {
  font-size: 14px;
}
.mat-mdc-form-field-icon-suffix {
  padding: 0 7px 0 4px !important;
}
.mat-mdc-form-field-icon-suffix {
  height: 40px;
  display: flex;
  align-items: center;
}
.hide-subscript .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-mdc-form-field-text-prefix {
  z-index: 1;
}
.icon-search {
  width: 15px;
  height: 15px;
  padding-inline: 17px 13px;
  color: var(--grey-40);
  font-variation-settings:
    "FILL" 1,
    "wght" 200,
    "GRAD" 0,
    "opsz" 24;
}
.mat-mdc-form-field.select-search {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1;
}
:root {
  --mat-select-panel-background-color: #fff;
}
:root {
  --mat-select-enabled-trigger-text-color: var(--grey-100);
}
:root {
  --mat-select-disabled-trigger-text-color: var(--grey-100);
}
:root {
  --mat-select-placeholder-text-color: var(--grey-80);
}
:root {
  --mat-select-trigger-text-size: 12px;
}
:root {
  --mat-select-arrow-transform: rotate(90deg);
}
.mat-mdc-form-field-type-mat-select.raised {
  --mdc-outlined-text-field-outline-width: 0px;
}
.mat-mdc-form-field-type-mat-select.raised .mdc-notched-outline {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.mat-mdc-form-field-type-mat-select.raised .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mat-mdc-notch-piece {
  border-width: 0;
}
.mat-mdc-form-field-type-mat-select.raised .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--grey-100);
  font-weight: 400;
  font-size: 20px;
  left: -4px;
}
.mat-mdc-form-field-type-mat-select.raised:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--grey-100);
}
.mat-mdc-form-field-type-mat-select.raised.mat-focused .mdc-notched-outline {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
.mat-mdc-form-field-type-mat-select.raised.mat-focused .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--grey-100);
}
.example-additional-selection {
  font-size: 10px;
}
.mat-mdc-select-panel.mat-mdc-select-panel {
  box-shadow: 0px 6px 14px -6px rgba(19, 25, 39, 0.12), 0px 10px 32px -4px rgba(19, 25, 39, 0.1);
  border-radius: 4px;
  padding: 0;
}
.mat-mdc-select-panel.mat-mdc-select-panel::-webkit-scrollbar {
  width: 3px;
}
.mat-mdc-select-panel.mat-mdc-select-panel::-webkit-scrollbar-track {
  margin-block: 2px 5px;
  border-radius: 10px;
}
.mat-mdc-select-panel-above .mat-mdc-select-panel.mat-mdc-select-panel {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  transform-origin: bottom center;
  translate: 0px -8px;
}
.cdk-overlay-pane:not(.mat-mdc-select-panel-above) .mat-mdc-select-panel.mat-mdc-select-panel {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transform-origin: top center;
  translate: 0px 8px;
}
body:has(.cdk-overlay-backdrop) .mat-mdc-form-field-type-mat-select.mat-focused .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  transform: rotateX(-180deg);
}
.mat-mdc-form-field-type-mat-select.mat-focused .mdc-notched-outline {
  border-radius: 8px;
}
.mat-mdc-form-field-type-mat-select.mat-focused .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--grey-40);
}
.mat-mdc-form-field-type-mat-select.mat-focused .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-notched-outline {
  box-shadow: 0 0 0 3px var(--red-30);
}
.mat-mdc-form-field-type-mat-select.mat-focused .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--red-80);
}
.mat-mdc-form-field-type-mat-select .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid:not(.mdc-text-field--focused):hover .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--red-80);
}
.mat-mdc-form-field-type-mat-select .mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece {
  background-color: transparent;
  border: 1.5px solid var(--grey-10);
}
.mat-mdc-form-field-type-mat-select .mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece.mdc-notched-outline__leading {
  border-right: none;
}
.mat-mdc-form-field-type-mat-select .mdc-text-field--outlined.mdc-text-field--disabled .mat-mdc-notch-piece.mdc-notched-outline__trailing {
  border-left: none;
}
.mat-mdc-form-field-type-mat-select .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused .mat-mdc-notch-piece {
  border-color: var(--grey-40);
  border-width: 1.5px;
}
.mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow {
  position: relative;
  height: 100%;
}
.mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow svg {
  display: none;
}
.mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  content: "\e313";
  font-family: "Material Symbols Rounded";
  font-size: 28px;
  color: var(--grey-40);
  position: absolute;
  left: -10px;
  font-weight: 200;
  transition: transform 0.5s ease;
  max-height: 100%;
  display: flex;
  align-items: center;
}
.mat-mdc-select.mat-mdc-select-invalid .mat-mdc-select-arrow::after {
  color: #d82927;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--grey-40);
}
.mat-mdc-option.mat-mdc-option:hover:not(.mdc-list-item--disabled) {
  background-color: var(--theme-20);
}
.mat-mdc-option.mat-mdc-option:not(:has(.mat-pseudo-checkbox-full)) {
  min-height: 40px;
}
.mat-mdc-option.mat-mdc-option:not(:last-child) {
  margin-bottom: 8px;
}
.mat-mdc-option.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) {
  background-color: var(--theme-70);
}
.mat-mdc-option.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled):not(.mat-mdc-option-multiple) .mdc-list-item__primary-text {
  color: #fff;
}
.mat-mdc-option.mat-mdc-option.mdc-list-item--selected:not(.mdc-list-item--disabled) .mat-icon {
  color: #fff;
}
.mat-mdc-option.mat-mdc-option .mat-pseudo-checkbox-minimal {
  display: none;
}
.mat-mdc-option.mat-mdc-option.mat-mdc-option-active.mdc-list-item {
  background-color: var(--theme-30);
}
.mat-mdc-option.mat-mdc-option .mat-mdc-option-ripple {
  display: none;
}
.mat-mdc-option.mat-mdc-option .mat-pseudo-checkbox {
  order: 3;
}
.mat-mdc-option.mat-mdc-option .mdc-list-item__primary-text {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.mat-mdc-option.mat-mdc-option .mat-pseudo-checkbox-full {
  width: 15px;
  height: 15px;
  border-radius: 2px;
  border-color: var(--grey-100);
  border-width: 1px;
  margin-right: 0px;
}
.mat-mdc-option.mat-mdc-option .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked::after {
  width: 8px;
  height: 3px;
  top: 2px;
  left: 2px;
  border-left: 1.9px solid #fff;
  border-bottom: 1.9px solid #fff;
}
.mat-mdc-option.mat-mdc-option .mat-pseudo-checkbox-full.mat-pseudo-checkbox-checked,
.mat-mdc-option.mat-mdc-option .mat-pseudo-checkbox-full.mat-pseudo-checkbox-indeterminate {
  background-color: var(--theme-80);
  border-color: rgba(0, 0, 0, 0);
}
.mat-mdc-option[disabled] .mat-pseudo-checkbox {
  display: none;
}
.no-icon-prefix.mat-mdc-form-field-has-icon-prefix .mat-mdc-text-field-wrapper {
  padding-left: 12px;
}
.no-icon-prefix .mat-mdc-form-field-icon-prefix {
  display: none;
}
.select-search {
  width: 100%;
  max-width: 100%;
}
.select-search .mdc-notched-outline {
  --mdc-outlined-text-field-outline-color: transparent;
  --mdc-outlined-text-field-hover-outline-color: transparent;
  --mdc-outlined-text-field-focus-outline-color: transparent;
}
.select-search-icon {
  color: var(--grey-60);
  width: 20px !important;
  height: 20px !important;
}
.mat-mdc-text-field-wrapper:disabled {
  background: #f3f3f4;
}
.mat-datepicker-content {
  --mat-datepicker-calendar-date-selected-state-text-color: #fff;
  --mat-datepicker-calendar-date-selected-state-background-color: var(--theme-70);
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: var(--theme-80);
  --mat-datepicker-calendar-date-focus-state-background-color: var(--theme-30);
  --mat-datepicker-calendar-date-hover-state-background-color: var(--theme-30);
  --mat-datepicker-calendar-date-in-range-state-background-color: var(--theme-30);
  --mat-datepicker-calendar-body-label-text-color: var(--grey-100);
  --mat-datepicker-calendar-period-button-text-color: var(--grey-100);
  --mat-datepicker-calendar-period-button-icon-color: var(--grey-100);
  --mat-datepicker-calendar-navigation-button-icon-color: var(--grey-100);
  --mat-datepicker-calendar-header-text-color: var(--grey-100);
  --mat-datepicker-calendar-date-today-outline-color: var(--theme-80);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-text-color: var(--grey-100);
  --mat-datepicker-calendar-date-disabled-state-text-color: color-mix(in srgb, var(--sys-on-surface) 38%, transparent);
  --mat-datepicker-calendar-date-preview-state-outline-color: var(--theme-80);
  --mat-datepicker-calendar-container-background-color: var(--theme-05);
  --mat-datepicker-calendar-container-text-color: var(--grey-100);
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-size: 18px;
  --mat-datepicker-calendar-period-button-text-weight: 600;
  --mat-datepicker-calendar-header-text-size: 12px;
  --mat-datepicker-calendar-container-shape: 8px;
  --mat-datepicker-calendar-container-touch-shape: 28px;
  --mat-datepicker-calendar-container-elevation-shadow: 0px 6px 14px -6px rgba(19, 25, 39, 0.12), 0px 10px 32px -4px rgba(19, 25, 39, 0.10);
  --mat-datepicker-calendar-container-touch-elevation-shadow: 0px 6px 14px -6px rgba(19, 25, 39, 0.12), 0px 10px 32px -4px rgba(19, 25, 39, 0.10);
  --mat-icon-button-state-layer-color: var(--theme-80);
}
.mat-calendar-header .mat-calendar-period-button {
  min-width: 100px;
}
.mat-mdc-form-field-type-mat-date-range-input:has(.mat-datepicker-toggle-active) {
  --mdc-outlined-text-field-outline-color: var(--theme-80);
}
.mat-mdc-form-field-type-mat-date-range-input:has(.mat-datepicker-toggle-active) .mdc-notched-outline {
  box-shadow: 0 0 0 3px var(--theme-30);
  border-radius: 8px;
}
.mat-mdc-form-field-type-mat-date-range-input:has(.mat-datepicker-toggle-active) .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-notched-outline {
  box-shadow: 0 0 0 3px var(--red-30);
}
.mat-mdc-form-field-type-mat-date-range-input:has(.mat-datepicker-toggle-active) .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  color: var(--red-80);
}
.calendar-icon.calendar-icon {
  position: absolute;
  color: var(--theme-80);
  width: 15px;
  padding-inline: 12px !important;
}
.mat-calendar-period-button:hover .mat-mdc-button-persistent-ripple,
.mat-calendar-period-button:hover .mat-mdc-button-persistent-ripple::before,
.mat-calendar-period-button:focus .mat-mdc-button-persistent-ripple,
.mat-calendar-period-button:focus .mat-mdc-button-persistent-ripple::before,
.mat-calendar-period-button:active .mat-mdc-button-persistent-ripple,
.mat-calendar-period-button:active .mat-mdc-button-persistent-ripple::before {
  background-color: var(--theme-80);
  opacity: 0.1;
}
.mat-calendar-period-button:hover .mat-ripple-element,
.mat-calendar-period-button:focus .mat-ripple-element,
.mat-calendar-period-button:active .mat-ripple-element {
  background-color: var(--theme-80);
  opacity: 0.1;
}
.mat-calendar-body-range-start:not(.mat-calendar-body-in-comparison-range)::before {
  left: 3px !important;
}
mat-month-view button .mat-calendar-body-cell-content {
  top: 50%;
  translate: -49% -49%;
  left: 50%;
}
mat-year-view .mat-calendar-body-label {
  display: none;
}
.mat-calendar-controls {
  justify-content: space-between;
}
.mat-calendar-controls .mat-calendar-previous-button,
.mat-calendar-controls .mat-calendar-next-button {
  border-radius: 8px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.mdc-button.mat-calendar-period-button {
  justify-content: center !important;
  padding-inline: 15px;
  padding-block: 10px;
}
.mat-datepicker-content .mat-calendar.mat-calendar {
  min-width: 290px;
  height: auto;
}
.mat-calendar-period-button {
  justify-content: flex-start !important;
}
.app-date-picker {
  min-width: 290px;
}
.app-date-picker .mat-ripple-element {
  background-color: var(--theme-80);
  opacity: 0.1;
}
.app-date-picker .mdc-text-field--outlined .mdc-floating-label {
  left: 0px;
}
.app-date-picker .mdc-notched-outline--notched .mdc-notched-outline__notch {
  border-top: 1.5px solid var(--mdc-outlined-text-field-outline-color);
}
.app-date-picker .mat-mdc-notch-piece.mdc-notched-outline__notch label {
  top: 50% !important;
  font-size: 10px;
}
.app-date-picker .mat-mdc-button-persistent-ripple.mdc-icon-button__ripple {
  display: none;
}
.app-date-picker .mat-datepicker-toggle button {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 32px;
  margin-right: 1px;
  border-radius: 4px 8px 8px 4px;
}
.app-date-picker .mat-datepicker-toggle button svg {
  display: none;
}
.mat-mdc-form-field-type-mat-date-range-input:has(.mat-datepicker-toggle-active) .mdc-notched-outline {
  box-shadow: 0 0 0 0 var(--theme-30);
  border-radius: 8px;
}
.code .mat-mdc-select-arrow-wrapper.mat-mdc-select-arrow-wrapper .mat-mdc-select-arrow::after {
  font-size: 17px;
  left: 0px;
  font-weight: 400;
}
.code .mat-mdc-select-value {
  text-overflow: clip;
}
.mat-mdc-select-panel:has(.code-options) {
  min-width: 200px;
}
.mat-mdc-select-panel:has(.code-options) .dial-code {
  font-weight: 500;
  font-size: 11px;
  opacity: 0.8;
  margin-left: 2px;
  line-height: 16px;
}
.flag {
  background: url(/icons/flags.png) no-repeat 0 0;
  background-size: 24px 4012px;
  width: 24px;
  height: 16px;
  overflow: hidden;
  margin-right: 13px;
  display: inline-block;
}
.flag.IN {
  background-position: -1px -2245px;
}
.flag.AF {
  background-position: -1px -3180px;
}
.flag.AX {
  background-position: -1px -3996px;
}
.flag.AL {
  background-position: -1px -1310px;
}
.flag.DZ {
  background-position: -1px -681px;
}
.flag.AS {
  background-position: -1px -2058px;
}
.flag.AD {
  background-position: -1px -766px;
}
.flag.AO {
  background-position: -1px -2636px;
}
.flag.AI {
  background-position: -1px -2687px;
}
.flag.AG {
  background-position: -1px -1140px;
}
.flag.AR {
  background-position: -1px -3282px;
}
.flag.AM {
  background-position: -1px -205px;
}
.flag.AW {
  background-position: -1px -1021px;
}
.flag.AC {
  background-position: -1px -86px;
}
.flag.AU {
  background-position: -1px -2279px;
}
.flag.AT {
  background-position: -1px -1735px;
}
.flag.AZ {
  background-position: -1px -1599px;
}
.flag.BS {
  background-position: -1px -460px;
}
.flag.BH {
  background-position: -1px -1956px;
}
.flag.BD {
  background-position: -1px -2364px;
}
.flag.BB {
  background-position: -1px -2075px;
}
.flag.BY {
  background-position: -1px -1412px;
}
.flag.BE {
  background-position: -1px -1px;
}
.flag.BZ {
  background-position: -1px -613px;
}
.flag.BJ {
  background-position: -1px -1684px;
}
.flag.BM {
  background-position: -1px -2585px;
}
.flag.BT {
  background-position: -1px -2483px;
}
.flag.BO {
  background-position: -1px -2177px;
}
.flag.BA {
  background-position: -1px -2092px;
}
.flag.BW {
  background-position: -1px -3724px;
}
.flag.BR {
  background-position: -1px -1004px;
}
.flag.IO {
  background-position: -1px -86px;
}
.flag.VG {
  background-position: -1px -1854px;
}
.flag.BN {
  background-position: -1px -2228px;
}
.flag.BG {
  background-position: -1px -3537px;
}
.flag.BF {
  background-position: -1px -953px;
}
.flag.BI {
  background-position: -1px -2551px;
}
.flag.KH {
  background-position: -1px -290px;
}
.flag.CM {
  background-position: -1px -2806px;
}
.flag.CA {
  background-position: -1px -1803px;
}
.flag.CV {
  background-position: -1px -3639px;
}
.flag.BQ {
  background-position: -1px -3741px;
}
.flag.KY {
  background-position: -1px -375px;
}
.flag.CF {
  background-position: -1px -2466px;
}
.flag.TD {
  background-position: -1px -1055px;
}
.flag.CL {
  background-position: -1px -1752px;
}
.flag.CN {
  background-position: -1px -1072px;
}
.flag.CX {
  background-position: -1px -3945px;
}
.flag.CC {
  background-position: -1px -3928px;
}
.flag.CO {
  background-position: -1px -409px;
}
.flag.KM {
  background-position: -1px -1871px;
}
.flag.CG {
  background-position: -1px -2398px;
}
.flag.CD {
  background-position: -1px -1990px;
}
.flag.CK {
  background-position: -1px -3112px;
}
.flag.CR {
  background-position: -1px -2857px;
}
.flag.CI {
  background-position: -1px -2194px;
}
.flag.HR {
  background-position: -1px -1174px;
}
.flag.CU {
  background-position: -1px -987px;
}
.flag.CW {
  background-position: -1px -3758px;
}
.flag.CY {
  background-position: -1px -732px;
}
.flag.CZ {
  background-position: -1px -3095px;
}
.flag.DK {
  background-position: -1px -1820px;
}
.flag.DJ {
  background-position: -1px -2874px;
}
.flag.DM {
  background-position: -1px -3350px;
}
.flag.DO {
  background-position: -1px -2007px;
}
.flag.EC {
  background-position: -1px -1531px;
}
.flag.EG {
  background-position: -1px -3027px;
}
.flag.SV {
  background-position: -1px -2160px;
}
.flag.GQ {
  background-position: -1px -1973px;
}
.flag.ER {
  background-position: -1px -936px;
}
.flag.EE {
  background-position: -1px -3333px;
}
.flag.SZ {
  background-position: -1px -3129px;
}
.flag.ET {
  background-position: -1px -3367px;
}
.flag.FK {
  background-position: -1px -3809px;
}
.flag.FO {
  background-position: -1px -1429px;
}
.flag.FJ {
  background-position: -1px -2500px;
}
.flag.FI {
  background-position: -1px -2568px;
}
.flag.FR {
  background-position: -1px -324px;
}
.flag.GF {
  background-position: -1px -324px;
}
.flag.PF {
  background-position: -1px -2262px;
}
.flag.GA {
  background-position: -1px -1157px;
}
.flag.GM {
  background-position: -1px -817px;
}
.flag.GE {
  background-position: -1px -1123px;
}
.flag.DE {
  background-position: -1px -3452px;
}
.flag.GH {
  background-position: -1px -2891px;
}
.flag.GI {
  background-position: -1px -341px;
}
.flag.GR {
  background-position: -1px -188px;
}
.flag.GL {
  background-position: -1px -2347px;
}
.flag.GD {
  background-position: -1px -3316px;
}
.flag.GP {
  background-position: -1px -511px;
}
.flag.GU {
  background-position: -1px -3265px;
}
.flag.GT {
  background-position: -1px -1208px;
}
.flag.GG {
  background-position: -1px -3877px;
}
.flag.GN {
  background-position: -1px -3520px;
}
.flag.GW {
  background-position: -1px -2602px;
}
.flag.GY {
  background-position: -1px -1038px;
}
.flag.HT {
  background-position: -1px -392px;
}
.flag.HN {
  background-position: -1px -2959px;
}
.flag.HK {
  background-position: -1px -3707px;
}
.flag.HU {
  background-position: -1px -902px;
}
.flag.IS {
  background-position: -1px -2704px;
}
.flag.IN {
  background-position: -1px -2245px;
}
.flag.ID {
  background-position: -1px -2653px;
}
.flag.IR {
  background-position: -1px -2738px;
}
.flag.IQ {
  background-position: -1px -851px;
}
.flag.IE {
  background-position: -1px -2670px;
}
.flag.IM {
  background-position: -1px -3894px;
}
.flag.IL {
  background-position: -1px -426px;
}
.flag.IT {
  background-position: -1px -154px;
}
.flag.JM {
  background-position: -1px -2296px;
}
.flag.JP {
  background-position: -1px -528px;
}
.flag.JE {
  background-position: -1px -3911px;
}
.flag.JO {
  background-position: -1px -1905px;
}
.flag.KZ {
  background-position: -1px -1565px;
}
.flag.KE {
  background-position: -1px -3605px;
}
.flag.KI {
  background-position: -1px -477px;
}
.flag.XK {
  background-position: -1px -3860px;
}
.flag.KW {
  background-position: -1px -3435px;
}
.flag.KG {
  background-position: -1px -2143px;
}
.flag.LA {
  background-position: -1px -562px;
}
.flag.LV {
  background-position: -1px -2619px;
}
.flag.LB {
  background-position: -1px -1616px;
}
.flag.LS {
  background-position: -1px -3010px;
}
.flag.LR {
  background-position: -1px -2823px;
}
.flag.LY {
  background-position: -1px -137px;
}
.flag.LI {
  background-position: -1px -1276px;
}
.flag.LT {
  background-position: -1px -1446px;
}
.flag.LU {
  background-position: -1px -1922px;
}
.flag.MO {
  background-position: -1px -3554px;
}
.flag.MG {
  background-position: -1px -1667px;
}
.flag.MW {
  background-position: -1px -2942px;
}
.flag.MY {
  background-position: -1px -2517px;
}
.flag.MV {
  background-position: -1px -800px;
}
.flag.ML {
  background-position: -1px -3469px;
}
.flag.MT {
  background-position: -1px -2041px;
}
.flag.MH {
  background-position: -1px -1463px;
}
.flag.MQ {
  background-position: -1px -239px;
}
.flag.MR {
  background-position: -1px -307px;
}
.flag.MU {
  background-position: -1px -2993px;
}
.flag.YT {
  background-position: -1px -324px;
}
.flag.MX {
  background-position: -1px -2755px;
}
.flag.FM {
  background-position: -1px -2313px;
}
.flag.MD {
  background-position: -1px -3690px;
}
.flag.MC {
  background-position: -1px -1191px;
}
.flag.MN {
  background-position: -1px -3503px;
}
.flag.ME {
  background-position: -1px -2976px;
}
.flag.MS {
  background-position: -1px -749px;
}
.flag.MA {
  background-position: -1px -3214px;
}
.flag.MZ {
  background-position: -1px -834px;
}
.flag.MM {
  background-position: -1px -18px;
}
.flag.NA {
  background-position: -1px -2534px;
}
.flag.NR {
  background-position: -1px -2330px;
}
.flag.NP {
  background-position: -1px -120px;
}
.flag.NL {
  background-position: -1px -1888px;
}
.flag.NC {
  background-position: -1px -1650px;
}
.flag.NZ {
  background-position: -1px -2024px;
}
.flag.NI {
  background-position: -1px -171px;
}
.flag.NE {
  background-position: -1px -715px;
}
.flag.NG {
  background-position: -1px -3418px;
}
.flag.NU {
  background-position: -1px -2840px;
}
.flag.NF {
  background-position: -1px -256px;
}
.flag.KP {
  background-position: -1px -2415px;
}
.flag.MK {
  background-position: -1px -1769px;
}
.flag.MP {
  background-position: -1px -919px;
}
.flag.NO {
  background-position: -1px -1089px;
}
.flag.OM {
  background-position: -1px -3384px;
}
.flag.PK {
  background-position: -1px -2772px;
}
.flag.PW {
  background-position: -1px -273px;
}
.flag.PS {
  background-position: -1px -1548px;
}
.flag.PA {
  background-position: -1px -1106px;
}
.flag.PG {
  background-position: -1px -1939px;
}
.flag.PY {
  background-position: -1px -3231px;
}
.flag.PE {
  background-position: -1px -1225px;
}
.flag.PH {
  background-position: -1px -2432px;
}
.flag.PL {
  background-position: -1px -1514px;
}
.flag.PT {
  background-position: -1px -664px;
}
.flag.PR {
  background-position: -1px -596px;
}
.flag.QA {
  background-position: -1px -579px;
}
.flag.RE {
  background-position: -1px -324px;
}
.flag.RO {
  background-position: -1px -885px;
}
.flag.RU {
  background-position: -1px -868px;
}
.flag.RW {
  background-position: -1px -3673px;
}
.flag.WS {
  background-position: -1px -3163px;
}
.flag.SM {
  background-position: -1px -2908px;
}
.flag.ST {
  background-position: -1px -3299px;
}
.flag.SA {
  background-position: -1px -52px;
}
.flag.SN {
  background-position: -1px -2925px;
}
.flag.RS {
  background-position: -1px -3401px;
}
.flag.SC {
  background-position: -1px -1327px;
}
.flag.SL {
  background-position: -1px -970px;
}
.flag.SG {
  background-position: -1px -35px;
}
.flag.SX {
  background-position: -1px -3826px;
}
.flag.SK {
  background-position: -1px -3044px;
}
.flag.SI {
  background-position: -1px -1582px;
}
.flag.SB {
  background-position: -1px -1361px;
}
.flag.SO {
  background-position: -1px -1786px;
}
.flag.ZA {
  background-position: -1px -3248px;
}
.flag.KR {
  background-position: -1px -3078px;
}
.flag.SS {
  background-position: -1px -3775px;
}
.flag.ES {
  background-position: -1px -1480px;
}
.flag.LK {
  background-position: -1px -3622px;
}
.flag.BL {
  background-position: -1px -324px;
}
.flag.SH {
  background-position: -1px -630px;
}
.flag.KN {
  background-position: -1px -103px;
}
.flag.LC {
  background-position: -1px -1837px;
}
.flag.MF {
  background-position: -1px -86px;
}
.flag.PM {
  background-position: -1px -1378px;
}
.flag.VC {
  background-position: -1px -3588px;
}
.flag.SD {
  background-position: -1px -443px;
}
.flag.SR {
  background-position: -1px -3656px;
}
.flag.SJ {
  background-position: -1px -1089px;
}
.flag.SE {
  background-position: -1px -494px;
}
.flag.CH {
  background-position: -1px -1718px;
}
.flag.SY {
  background-position: -1px -2449px;
}
.flag.TW {
  background-position: -1px -647px;
}
.flag.TJ {
  background-position: -1px -222px;
}
.flag.TZ {
  background-position: -1px -3146px;
}
.flag.TH {
  background-position: -1px -1242px;
}
.flag.TL {
  background-position: -1px -3843px;
}
.flag.TG {
  background-position: -1px -783px;
}
.flag.TK {
  background-position: -1px -3792px;
}
.flag.TO {
  background-position: -1px -1395px;
}
.flag.TT {
  background-position: -1px -545px;
}
.flag.TA {
  background-position: -1px -3979px;
}
.flag.TN {
  background-position: -1px -698px;
}
.flag.TR {
  background-position: -1px -2126px;
}
.flag.TM {
  background-position: -1px -3486px;
}
.flag.TC {
  background-position: -1px -1701px;
}
.flag.TV {
  background-position: -1px -358px;
}
.flag.VI {
  background-position: -1px -2381px;
}
.flag.UG {
  background-position: -1px -1497px;
}
.flag.UA {
  background-position: -1px -2721px;
}
.flag.AE {
  background-position: -1px -3061px;
}
.flag.GB {
  background-position: -1px -86px;
}
.flag.US {
  background-position: -1px -69px;
}
.flag.UY {
  background-position: -1px -3571px;
}
.flag.UZ {
  background-position: -1px -1293px;
}
.flag.VU {
  background-position: -1px -1633px;
}
.flag.VA {
  background-position: -1px -3197px;
}
.flag.VE {
  background-position: -1px -1344px;
}
.flag.VN {
  background-position: -1px -1259px;
}
.flag.WF {
  background-position: -1px -324px;
}
.flag.EH {
  background-position: -1px -3962px;
}
.flag.YE {
  background-position: -1px -2211px;
}
.flag.ZM {
  background-position: -1px -2109px;
}
.flag.ZW {
  background-position: -1px -2789px;
}
mat-select-trigger .flag {
  top: 4px;
  position: relative;
}
.pac-container {
  translate: 0px 14px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  box-shadow: 0px 6px 14px -6px rgba(19, 25, 39, 0.12), 0px 10px 32px -4px rgba(19, 25, 39, 0.1);
  border-top: none;
  padding-block: 8px;
  font-family: "Roboto" !important;
}
.pac-container::after {
  display: none;
}
.pac-container .pac-item {
  border-top: none;
  height: 40px;
  display: flex;
  align-items: center;
  padding-inline: 12px;
}
.pac-container .pac-item .pac-icon {
  margin-top: 0;
}
.pac-container .pac-item:hover {
  background-color: var(--theme-30);
}
.pac-container .pac-item-selected,
.pac-container .pac-item-selected:hover {
  background-color: var(--theme-80);
  color: #fff;
}
.pac-container .pac-item-selected .pac-item-query,
.pac-container .pac-item-selected:hover .pac-item-query {
  color: #fff;
}
:root {
  --mdc-switch-track-width: 32px;
}
:root {
  --mdc-switch-track-height: 20px;
}
:root {
  --mdc-switch-selected-icon-size: 0px;
}
:root {
  --mdc-switch-unselected-icon-size: 0px;
}
:root {
  --mat-switch-track-outline-width: 0;
}
:root {
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0 14px;
}
:root {
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0px 2px;
}
:root {
  --mat-switch-selected-pressed-handle-horizontal-margin: 0 14px;
}
:root {
  --mat-switch-pressed-handle-size: 16px;
}
:root {
  --mdc-switch-selected-pressed-state-layer-color: #fff;
}
:root {
  --mdc-switch-selected-hover-state-layer-color: #fff;
}
:root {
  --mdc-switch-selected-focus-state-layer-color: #fff;
}
.mat-mdc-slide-toggle {
  --mat-switch-with-icon-handle-size: 16px;
  --mdc-switch-unselected-hover-handle-color: var(--grey-40);
  --mdc-switch-unselected-focus-handle-color: var(--grey-40);
  --mdc-switch-unselected-pressed-handle-color: var(--grey-40);
  --mdc-switch-selected-hover-handle-color: #fff;
  --mdc-switch-selected-focus-handle-color: #fff;
  --mdc-switch-selected-pressed-handle-color: #fff;
  --mdc-switch-selected-focus-track-color: var(--theme-80);
  --mdc-switch-selected-hover-track-color: var(--theme-80);
  --mdc-switch-selected-pressed-track-color: var(--theme-80);
  --mdc-switch-selected-track-color: var(--theme-80);
  --mdc-switch-disabled-selected-track-color: var(--theme-80);
  --mat-switch-disabled-unselected-track-outline-color: #e0e2ec;
  --mdc-switch-disabled-track-opacity: 0.4;
  width: 100%;
}
.mat-mdc-slide-toggle .mdc-switch__ripple {
  display: none;
}
.mat-mdc-slide-toggle .mdc-form-field {
  justify-content: space-between !important;
  width: 100%;
  column-gap: 12px;
}
.mat-mdc-slide-toggle .mdc-form-field .mdc-label {
  margin-bottom: 0;
}
.mat-mdc-radio-group {
  display: flex;
  gap: 20px;
}
.mat-mdc-radio-button {
  --mat-radio-checked-ripple-color: var(--theme-80);
  --mat-radio-ripple-color: var(--theme-80);
  --mdc-radio-state-layer-size: 20px;
  --mdc-radio-unselected-hover-icon-color: var(--theme-80);
  --mdc-radio-unselected-focus-icon-color: var(--theme-80);
  --mdc-radio-unselected-icon-color: var(--theme-80);
  --mdc-radio-unselected-pressed-icon-color: var(--theme-80);
  --mdc-radio-selected-focus-icon-color: var(--theme-80);
  --mdc-radio-selected-hover-icon-color: var(--theme-80);
  --mdc-radio-selected-icon-color: var(--theme-80);
  --mdc-radio-selected-pressed-icon-color: var(--theme-80);
}
.mat-mdc-radio-button .mat-internal-form-field {
  column-gap: 5px;
}
.mat-mdc-radio-button .mdc-radio {
  width: 16px !important;
  height: 16px !important;
  padding: calc((var(--mdc-radio-state-layer-size, 40px) - 16px) / 2) !important;
}
.mat-mdc-radio-button .mdc-radio__background {
  width: 16px !important;
  height: 16px !important;
}
.mat-mdc-radio-button .mdc-radio__background::before {
  top: calc(-1 * (var(--mdc-radio-state-layer-size) - 16px) / 2) !important;
  left: calc(-1 * (var(--mdc-radio-state-layer-size) - 16px) / 2) !important;
}
.mat-mdc-radio-button .mat-mdc-radio-button .mdc-radio__native-control {
  top: -1px !important;
  left: -1px !important;
}
.mat-mdc-radio-button .mdc-radio__inner-circle {
  top: -2px !important;
  left: -2px !important;
}
.mat-mdc-radio-button .mdc-radio__outer-circle {
  border-width: 1px !important;
  transition: border-width 0.2s ease-in;
}
.mat-mdc-radio-button .mdc-radio__native-control:enabled:checked + .mdc-radio__background > .mdc-radio__outer-circle {
  border-width: 4px !important;
}
.mat-mdc-radio-button .mdc-radio__native-control:enabled:checked + .mdc-radio__background > .mdc-radio__inner-circle {
  border-width: 0px;
  border-color: transparent;
}
.mat-mdc-radio-button .mat-internal-form-field > label {
  padding-left: 0;
}
.mat-mdc-radio-button .mdc-radio__native-control:checked + .mdc-radio__background .mdc-radio__inner-circle {
  transform: scale(0.4) !important;
}
.mat-mdc-radio-button .mdc-label {
  margin-bottom: 0;
}
a {
  color: var(--blue-80);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
}
:root {
  --btn-icon-radius: 50%;
}
.btn-icon-unstyled {
  border: none;
  padding: 0;
  background: transparent;
  width: min-content;
  height: min-content;
  line-height: 0;
  cursor: pointer;
}
.mdc-button.mdc-button {
  height: var(--button-height);
  line-height: 1em;
  min-width: 121px;
  padding-inline: 11px;
}
@media (max-width: 600px) {
  .mdc-button.mdc-button {
    min-width: 70px !important;
  }
}
.btn.mat-mdc-icon-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mat-mdc-icon-button .mat-ripple-element {
  background-color: var(--theme-80) !important;
  opacity: 0.12;
}
.btn.mat-mdc-icon-button,
.btn.mat-mdc-icon-button .mat-mdc-button-persistent-ripple {
  border-radius: var(--btn-icon-radius);
}
.btn {
  --button-height: var(--35px);
  --mdc-text-button-label-text-size: var(--14px);
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-disabled-label-text-color: #9EA2AE;
  --mdc-text-button-container-height: var(--35px);
  --mdc-filled-button-label-text-size: var(--14px);
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-disabled-label-text-color: #9EA2AE;
  --mdc-filled-button-container-height: var(--35px);
  --mdc-filled-button-container-shape: 6px;
  --mdc-outlined-button-label-text-size: var(--14px);
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-disabled-label-text-color: #9EA2AE;
  --mdc-outlined-button-container-height: var(--35px);
  --mdc-outlined-button-container-shape: 6px;
  --mat-protected-button-state-layer-color: var(--theme-80);
  --mdc-protected-button-label-text-size: var(--12px);
  --mdc-protected-button-container-shape: var(--8px);
  --mdc-protected-button-container-height: var(--32px);
  --mdc-protected-button-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-fab-container-elevation-shadow: none;
  --mdc-fab-focus-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-fab-hover-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-fab-pressed-container-elevation-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  --mdc-fab-container-color: var(--sys-primary-container);
  --mdc-fab-container-shape: 99999px;
  --mat-icon-button-press-hover-focus-opacity: 1;
  --mat-icon-button-state-layer-color: var(--theme-20);
  --mat-icon-button-pressed-state-layer-opacity: var(--mat-icon-button-press-hover-focus-opacity);
  --mat-icon-button-hover-state-layer-opacity: var(--mat-icon-button-press-hover-focus-opacity);
  --mat-icon-button-focus-state-layer-opacity: var(--mat-icon-button-press-hover-focus-opacity);
}
.btn.mat-mdc-fab-base {
  width: 59px;
  height: 59px;
}
.btn.mat-mdc-icon-button {
  display: flex;
}
.btn-theme {
  --mdc-filled-button-container-color: var(--theme-70);
  --mdc-filled-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: var(--theme-70);
  --mdc-outlined-button-label-text-color: var(--grey-100);
  --mat-outlined-button-state-layer-color: var(--theme-70);
  --mat-outlined-button-ripple-color: var(--theme-70);
  --mdc-text-button-label-text-color: var(--theme-70);
  --mdc-protected-button-container-color: var(--theme-70);
  --mat-protected-button-ripple-color: #332941;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-label-text-weight: 600;
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-color: #332941;
  --mat-fab-foreground-color: #fff;
}
.btn-theme.mat-mdc-unelevated-button:not(:has(mat-icon)) > .mdc-button__label,
.btn-theme.mat-mdc-raised-button:not(:has(mat-icon)) > .mdc-button__label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.btn-theme.mat-mdc-unelevated-button:not(:has(mat-icon)) > .mdc-button__label::before,
.btn-theme.mat-mdc-raised-button:not(:has(mat-icon)) > .mdc-button__label::before {
  font-family: "Material Icons";
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
.btn-secondary {
  --mdc-filled-button-container-color: var(--back-btn);
  --mdc-filled-button-label-text-color: black;
  --mdc-outlined-button-outline-color: var(--back-btn);
  --mdc-outlined-button-label-text-color: black;
  --mat-outlined-button-state-layer-color: var(--back-btn);
  --mat-outlined-button-ripple-color: var(--back-btn);
  --mdc-text-button-label-text-color: var(--back-btn);
  --mdc-protected-button-container-color: var(--back-btn);
  --mat-protected-button-ripple-color: var(--orange-70);
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-label-text-weight: 600;
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-color: var(--theme-80);
  --mat-fab-foreground-color: #fff;
}
.btn-secondary.mat-mdc-unelevated-button:hover:not(:disabled),
.btn-secondary.mat-mdc-raised-button:hover:not(:disabled) {
  --mdc-filled-button-container-color: #c8c8c8;
}
.btn-danger {
  --mdc-filled-button-container-color: var(--red-80);
  --mdc-filled-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: var(--red-80);
  --mdc-outlined-button-label-text-color: var(--grey-100);
  --mat-outlined-button-state-layer-color: var(--red-80);
  --mat-outlined-button-ripple-color: var(--red-80);
  --mdc-text-button-label-text-color: var(--red-80);
  --mdc-protected-button-container-color: var(--red-80);
  --mat-protected-button-ripple-color: #b71c1c;
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-label-text-weight: 600;
  --mat-protected-button-hover-state-layer-opacity: 0.08;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-fab-container-color: var(--red-80);
  --mat-fab-foreground-color: #fff;
}
.btn-white {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: var(--grey-100);
  --mat-filled-button-state-layer-color: var(--theme-80);
  --mdc-outlined-button-outline-color: #fff;
  --mdc-outlined-button-container-color: transparent;
  --mdc-outlined-button-label-text-color: var(--grey-100);
  --mat-outlined-button-state-layer-color: var(--theme-80);
  --mat-outlined-button-ripple-color: var(--theme-30);
  --mdc-text-button-label-text-color: var(--grey-100);
  --mdc-outlined-button-outline-width: 1.5px;
  --mat-protected-button-state-layer-color: var(--theme-80);
  --mdc-protected-button-container-color: l #ff0000;
  --mat-protected-button-ripple-color: var(--theme-30);
  --mdc-protected-button-label-text-color: var(--grey-100);
  --mdc-protected-button-label-text-weight: 400;
  --mdc-fab-container-color: #fff;
  --mat-fab-foreground-color: var(--grey-100);
}
.btn-black {
  --mdc-filled-button-container-color: var(--grey-100);
  --mdc-filled-button-label-text-color: #fff;
  --mdc-outlined-button-outline-color: var(--grey-100);
  --mdc-outlined-button-container-color: transparent;
  --mdc-outlined-button-label-text-color: var(--grey-100);
  --mdc-text-button-label-text-color: var(--grey-100);
  --mat-protected-button-state-layer-color: var(--grey-100);
  --mdc-protected-button-container-color: var(--grey-100);
  --mdc-protected-button-label-text-color: #fff;
  --mdc-protected-button-label-text-weight: 700;
  --mdc-fab-container-color: var(--grey-100);
  --mat-fab-foreground-color: #fff;
}
.btn-back {
  --mdc-filled-button-container-color: #fff;
  --mdc-filled-button-label-text-color: #332941;
  --mdc-outlined-button-outline-color: #fff;
  --mdc-outlined-button-container-color: transparent;
  --mdc-outlined-button-label-text-color: #fff;
  --mdc-text-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mdc-protected-button-container-color: #f70000;
  --mdc-protected-button-label-text-color: #332941;
  --mdc-protected-button-label-text-weight: 700;
  --mdc-fab-container-color: #fff;
  --mat-fab-foreground-color: #332941;
  box-shadow: rgba(15, 22, 129, 0.1) 0px 4px 12px, rgba(11, 6, 84, 0.15) 0px 8px 24px;
}
.btn-link {
  background-color: transparent;
  padding: 0;
  border: none;
  cursor: pointer;
}
.btn-loader {
  height: 80%;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 2px solid #332941;
  display: inline-block;
  height: 1.6em;
  border-width: 2px;
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}
.btn-info {
  position: relative;
  line-height: 1.4em;
  display: inline-flex;
  justify-content: center;
}
.btn-info .info {
  width: 15px;
  height: 15px;
  font-size: 16px;
}
.btn-info:hover app-teaching-bubble {
  display: inline-block;
}
.mat-mdc-button .mat-mdc-button-touch-target {
  height: var(--button-height) !important;
}
@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 0%, 100% 0%, 100% 0%);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 100% 100%, 100% 100%);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  62.5% {
    clip-path: polygon(50% 50%, 100% 0, 100% 0%, 100% 0%, 100% 100%, 50% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 100% 100%, 100% 100%, 100% 100%, 100% 100%, 50% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 50% 100%, 0% 100%);
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}
.btn-custom-blue {
  background-color: #332941 !important;
  color: white !important;
}
.btn-custom-blue:hover:not(:disabled) {
  background-color: #1a2c54 !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(32, 54, 100, 0.4) !important;
}
.btn-custom-blue:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.btn-custom-red {
  background-color: #d82927 !important;
  color: white !important;
}
.btn-custom-red:hover:not(:disabled) {
  background-color: #b71c1c !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(216, 41, 39, 0.4) !important;
}
.btn-custom-red:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.proceed {
  background-color: var(--theme-70);
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shimmer {
  --gradient-loader-background-color: #f9f9f9;
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: gradient-loader;
  animation-timing-function: linear;
  background: #d7d7d7;
  background:
    linear-gradient(
      to right,
      var(--gradient-loader-background-color, rgba(0, 0, 0, 0.1019607843)) 10%,
      rgba(0, 0, 0, 0.05) 28%,
      var(--gradient-loader-background-color, rgba(0, 0, 0, 0.1019607843)) 70%);
  background-size: 1000px 104px;
  border-radius: 4px;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 100%;
  max-width: 1000px;
}
@keyframes gradient-loader {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}
.status-submitted,
.status-edit,
.status-edited,
.status-killed,
.status-sendback,
.status-pending,
.status-verified,
.status-approved,
.status-signed {
  border-radius: 25px;
  padding: 3px 12px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}
.status-approved,
.status-signed {
  background-color: var(--active-30);
  color: var(--active-70);
  border: 1px solid var(--active-40);
}
.status-pending,
.status-verified {
  background-color: var(--pending-30);
  color: var(--pending-70);
  border: 1px solid var(--pending-40);
}
.status-sendback {
  background-color: var(--red-30);
  color: var(--red-70);
  border: 1px solid var(--red-40);
}
.status-killed {
  background-color: var(--red-30);
  color: var(--red-70);
  border: 1px solid var(--red-40);
  font-weight: 600;
}
.status-edited {
  background-color: var(--new-30);
  color: var(--new-70);
  border: 1px solid var(--new-40);
}
.status-edit {
  background-color: var(--ack-30);
  color: var(--ack-70);
  border: 1px solid var(--ack-40);
}
.status-submitted {
  background-color: var(--lab-test-30);
  color: var(--lab-test-70);
  border: 1px solid var(--lab-test-40);
}
.status-new {
  padding: 4px 12px;
  border-radius: 14px;
  background-color: var(--new-30);
  color: var(--new-70);
  border: 1px solid var(--new-40);
  font-weight: 600;
}
.status-rejected {
  padding: 4px 12px;
  border-radius: 14px;
  background-color: var(--alerts-30);
  color: var(--alerts-70);
  border: 1px solid var(--alerts-40);
  font-weight: 600;
}
@media (max-width: 1054px) {
  .status-approved,
  .status-pending,
  .status-edit,
  .status-signed,
  .status-sendback {
    white-space: normal !important;
    text-align: left !important;
  }
}
.priority,
.qc-status,
.tenderStatus,
.supplierInvoice,
.hullerInvoice {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  height: 25px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.qc-status {
}
.qc-status.status-1 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.qc-status.status-2 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.qc-status.status-3 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.qc-status.status-4 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.qc-status.status-5 {
  background-color: var(--ack-30);
  color: var(--ack-60);
  border: 1px solid var(--ack-30);
  font-weight: bold;
}
.qc-status.status-6 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.qc-status.status-7 {
  background-color: var(--lab-test-30);
  color: var(--lab-test-60);
  border: 1px solid var(--lab-test-30);
  font-weight: bold;
}
.qc-status.status-8 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.qc-status.status-9 {
  background-color: var(--invoice-30);
  color: var(--invoice-60);
  border: 1px solid var(--invoice-30);
  font-weight: bold;
}
.qc-status.status-10 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.qc-status.status-11 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.qc-status.status-12 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.qc-status.status-13 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.qc-status.status-15 {
  background-color: var(--red-30);
  color: var(--red-60);
  border: 1px solid var(--red-30);
  font-weight: bold;
}
.priority.priority-1 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.priority.priority-2 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.priority.priority-3 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.tenderStatus.status-0 {
  background-color: var(--new-30);
  color: var(--new-60);
  border: 1px solid var(--new-30);
  font-weight: bold;
}
.tenderStatus.status-1 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.tenderStatus.status-2 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.vehicle-card {
}
.vehicle-card .tracking-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.vehicle-card .green {
  background: var(--active-30);
}
.vehicle-card .red {
  background: var(--alerts-30);
}
.vehicle-card .black {
  background: var(--pending-30);
}
.vehicle-card .blue {
  background: var(--new-30);
}
.vehicle-card .tracking-1 {
  box-shadow: 0 6px 0 0 var(--active-70), 0 25px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.vehicle-card .tracking-3 {
  box-shadow: 0 6px 0 0 var(--alerts-70), 0 25px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.vehicle-card .tracking-0 {
  box-shadow: 0 6px 0 0 var(--pending-50), 0 25px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.vehicle-card .tracking-4 {
  box-shadow: 0 6px 0 0 var(--new-70), 0 25px 32px 0 rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
.supplierInvoice {
}
.supplierInvoice.status-1 {
  background-color: var(--new-30);
  color: var(--new-60);
  border: 1px solid var(--new-30);
  font-weight: bold;
}
.supplierInvoice.status-2 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.supplierInvoice.status-3 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.supplierInvoice.status-4 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.supplierInvoice.status-5 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.supplierInvoice.status-6 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.supplierInvoice.status-7 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.supplierInvoice.status-8 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.supplierInvoice.status-9 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.supplierInvoice.status-10 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.supplierInvoice.status-11 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.supplierInvoice.status-12 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.supplierInvoice.status-13 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.supplierInvoice.status-14 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.supplierInvoice.status-15 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.supplierInvoice.status-16 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.supplierInvoice.status-17 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.supplierInvoice.status-18 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.hullerInvoice.status-1 {
  background-color: var(--new-30);
  color: var(--new-60);
  border: 1px solid var(--new-30);
  font-weight: bold;
}
.hullerInvoice.status-2 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-3 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.hullerInvoice.status-4 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-5 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.hullerInvoice.status-6 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-7 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.hullerInvoice.status-8 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.hullerInvoice.status-9 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-10 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.hullerInvoice.status-11 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.hullerInvoice.status-12 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-13 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.hullerInvoice.status-14 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.hullerInvoice.status-15 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-16 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.hullerInvoice.status-17 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.hullerInvoice.status-18 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-19 {
  background-color: var(--inprogress-30);
  color: var(--inprogress-60);
  border: 1px solid var(--inprogress-30);
  font-weight: bold;
}
.hullerInvoice.status-20 {
  background-color: var(--alerts-30);
  color: var(--alerts-60);
  border: 1px solid var(--alerts-30);
  font-weight: bold;
}
.hullerInvoice.status-21 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-22 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.hullerInvoice.status-23 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-24 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.hullerInvoice.status-25 {
  background-color: var(--pending-30);
  color: var(--pending-60);
  border: 1px solid var(--pending-30);
  font-weight: bold;
}
.hullerInvoice.status-26 {
  background-color: var(--active-30);
  color: var(--active-60);
  border: 1px solid var(--active-30);
  font-weight: bold;
}
.rice,
.paddy-C,
.boiled_rice,
.raw_rice,
.boiled_rice_C,
.boiled_rice_A,
.raw_rice_C,
.raw_rice_A,
.paddy,
.paddy-A {
  border-radius: 25px;
  padding: 3px 12px;
  box-sizing: border-box;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}
.paddy,
.paddy-A {
  background-color: #fff6e8;
  color: #a2680b;
  border: 1px solid #a2680b;
}
.raw_rice_A {
  background-color: #e8f5e9;
  color: #2e7d32;
  border: 1px solid #2e7d32;
}
.raw_rice_C {
  background-color: #fff3e0;
  color: #ef6c00;
  border: 1px solid #ef6c00;
}
.boiled_rice_A {
  background-color: #e3f2fd;
  color: #1565c0;
  border: 1px solid #1565c0;
}
.boiled_rice_C {
  background-color: #fdecea;
  color: #d81b60;
  border: 1px solid #d81b60;
}
.raw_rice {
  background-color: #eff8f0;
  color: #2e7d32;
  border: 1px solid #2e7d32;
}
.boiled_rice {
  background-color: #fff8fd;
  color: #d81b60;
  border: 1px solid #d81b60;
}
.rice,
.paddy-C {
  background-color: #e5f8ff;
  color: #127da4;
  border: 1px solid #127da4;
}
[statusType="1"] {
  color: #55a609;
}
[statusType="2"] {
  color: #e70202;
}
.swal2-popup {
  border-radius: 16px !important;
  padding: 2rem 2.5rem 1.75rem !important;
  font-family:
    "Inter",
    "Roboto",
    sans-serif !important;
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.14), 0 8px 24px rgba(0, 0, 0, 0.08) !important;
  max-width: 420px !important;
  width: 100% !important;
}
.swal2-icon {
  margin: 1.25rem auto 0.5rem !important;
  width: 72px !important;
  height: 72px !important;
}
.swal2-title {
  color: #231c2c !important;
  font-size: 1.25rem !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  padding: 0.5rem 0 0 !important;
  margin: 0 !important;
}
.swal2-html-container,
.swal2-content {
  color: #6b6b7b !important;
  font-size: 0.925rem !important;
  line-height: 1.55 !important;
  margin: 0.35rem 0 0 !important;
  padding: 0 !important;
}
.swal2-actions {
  gap: 10px !important;
  margin-top: 1.5rem !important;
  padding: 0 !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  width: 100% !important;
}
.swal2-popup.dms-auth-swal {
  max-width: 440px !important;
  padding-bottom: 1.25rem !important;
}
.dms-auth-swal-actions {
  flex-wrap: nowrap !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
  margin-top: 1.25rem !important;
}
.dms-auth-swal-confirm,
.dms-auth-swal-cancel {
  min-width: 110px !important;
  flex: 0 0 auto !important;
}
.dms-auth-swal-footer {
  margin-top: 0.75rem !important;
  padding: 0 !important;
  border: none !important;
  text-align: center !important;
}
.dms-auth-forgot-btn {
  background: none !important;
  border: none !important;
  color: #332941 !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  cursor: pointer !important;
  padding: 4px 8px !important;
  font-family:
    "Inter",
    "Roboto",
    sans-serif !important;
}
.dms-auth-forgot-btn:hover {
  color: #231c2c !important;
}
.dms-otp-html {
  margin-top: 0.5rem !important;
}
.dms-otp-message {
  margin: 0 0 0.25rem !important;
  color: #475569 !important;
  font-size: 0.9rem !important;
  line-height: 1.5 !important;
}
.dms-password-hint {
  margin: 0.35rem 0 0 !important;
  color: #64748b !important;
  font-size: 0.8rem !important;
  line-height: 1.4 !important;
}
.dms-swal-password-wrap {
  position: relative !important;
}
.dms-swal-password-wrap .swal2-input,
.dms-swal-password-wrap .dms-swal-password-input,
.dms-auth-swal .dms-swal-password-wrap .swal2-input {
  width: 100% !important;
  margin: 0 !important;
  padding-right: 44px !important;
  box-sizing: border-box !important;
}
.dms-swal-password-eye {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  border: none !important;
  background: transparent !important;
  color: #64748b !important;
  cursor: pointer !important;
  padding: 4px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}
.dms-swal-password-eye .material-icons {
  font-size: 20px !important;
}
.dms-swal-password-eye:hover {
  color: #231c2c !important;
}
.swal2-confirm.swal2-styled,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #231c2c !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 9px 28px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  font-family:
    "Inter",
    "Roboto",
    sans-serif !important;
  min-width: 90px !important;
  box-shadow: 0 4px 12px rgba(35, 28, 44, 0.25) !important;
  transition: background-color 0.2s ease, box-shadow 0.2s ease !important;
}
.swal2-confirm.swal2-styled:hover,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):hover {
  background-color: #332941 !important;
  box-shadow: 0 6px 16px rgba(35, 28, 44, 0.35) !important;
}
.swal2-confirm.swal2-styled:focus,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus {
  box-shadow: 0 0 0 3px rgba(35, 28, 44, 0.2) !important;
}
.swal2-confirm.swal2-styled:disabled,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):disabled {
  background-color: #a09aaa !important;
  box-shadow: none !important;
}
.swal2-cancel.swal2-styled,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  background-color: #e0e0e0 !important;
  color: #333333 !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 9px 28px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  font-family:
    "Inter",
    "Roboto",
    sans-serif !important;
  min-width: 90px !important;
  box-shadow: none !important;
  transition: background-color 0.2s ease !important;
}
.swal2-cancel.swal2-styled:hover,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):hover {
  background-color: #d5d5d5 !important;
}
.swal2-cancel.swal2-styled:focus,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1) !important;
}
.swal2-deny.swal2-styled,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
  background-color: #dc3545 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 8px !important;
  padding: 9px 28px !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.25) !important;
}
.swal2-deny.swal2-styled:hover,
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):hover {
  background-color: #c82333 !important;
}
.swal2-close,
button.swal2-close,
div:where(.swal2-container) button:where(.swal2-close) {
  display: none !important;
}
.swal2-validation-message {
  border-radius: 6px !important;
  font-size: 0.85rem !important;
}
.swal2-input,
.swal2-textarea,
.swal2-select {
  border-radius: 8px !important;
  border: 1.5px solid #ddd !important;
  font-family:
    "Inter",
    "Roboto",
    sans-serif !important;
  font-size: 0.9rem !important;
}
.swal2-input:focus,
.swal2-textarea:focus,
.swal2-select:focus {
  border-color: #231c2c !important;
  box-shadow: 0 0 0 3px rgba(35, 28, 44, 0.12) !important;
}
.swal2-backdrop-show {
  background: rgba(0, 0, 0, 0.45) !important;
}
:root {
  --bubble-position: 10px;
}
.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-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;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
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;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.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;
}
@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;
  }
}
.toast-container .ngx-toastr {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 70px;
  width: 100% !important;
  max-width: 520px;
  padding: 16px 50px 16px 62px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 24px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 16px;
}
.toast-success {
  background-color: #dff5e5 !important;
  color: #1f2937 !important;
  border: 1px solid #86d7a0;
  border-bottom: 4px solid #16a34a;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%2316a34a' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
.toast-success .toast-title {
  color: #14532d;
}
.toast-success .toast-close-button span {
  color: #14532d;
}
.toast-error {
  background-color: #fde8e8 !important;
  color: #1f2937 !important;
  border: 1px solid #f5a5a5;
  border-bottom: 4px solid #ef4444;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ef4444' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z'/%3E%3C/svg%3E");
}
.toast-error .toast-title {
  color: #7f1d1d;
}
.toast-error .toast-close-button span {
  color: #7f1d1d;
}
.toast-warning {
  background-color: #fff4df !important;
  color: #1f2937 !important;
  border: 1px solid #f6c36b;
  border-bottom: 4px solid #f59e0b;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23d97706' d='M256 32c14.2 0 27.3 7.5 34.5 19.8l216 368c7.3 12.4 7.3 27.7 .2 40.1S486.3 480 472 480H40c-14.3 0-27.6-7.7-34.7-20.1s-7-27.8 .2-40.1l216-368C228.7 39.5 241.8 32 256 32zm0 128c-13.3 0-24 10.7-24 24V296c0 13.3 10.7 24 24 24s24-10.7 24-24V184c0-13.3-10.7-24-24-24zm32 224a32 32 0 1 0 -64 0 32 32 0 1 0 64 0z'/%3E%3C/svg%3E");
}
.toast-warning .toast-title {
  color: #78350f;
}
.toast-warning .toast-close-button span {
  color: #78350f;
}
.toast-info {
  background-color: #e4f2ff !important;
  color: #1f2937 !important;
  border: 1px solid #93c5fd;
  border-bottom: 4px solid #332941;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%232563eb' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zm-40-176h24V272H216c-13.3 0-24-10.7-24-24s10.7-24 24-24h48c13.3 0 24 10.7 24 24v88h8c13.3 0 24 10.7 24 24s-10.7 24-24 24H216c-13.3 0-24-10.7-24-24s10.7-24 24-24zm40-208a32 32 0 1 1 0 64 32 32 0 1 1 0-64z'/%3E%3C/svg%3E");
}
.toast-info .toast-title {
  color: #332941;
}
.toast-info .toast-close-button span {
  color: #332941;
}
.toast-title {
  font-size: 16px;
  font-weight: 700 !important;
  margin-bottom: 4px;
}
.toast-message {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
.toast-close-button {
  position: absolute;
  top: 0;
  right: 16px;
  height: 100%;
  display: flex;
  align-items: center;
  opacity: 1;
}
.toast-close-button span {
  font-size: 20px !important;
  font-weight: 400;
  text-shadow: none;
}
.toast-center-bottom {
  left: 50% !important;
  bottom: 40px !important;
  transform: translateX(-50%) !important;
  position: fixed !important;
}
.toast-center-bottom .ngx-toastr {
  margin: 0 auto;
}
.stepper {
  display: flex;
  margin-bottom: 25px;
  overflow-x: auto;
  flex-wrap: wrap;
}
.stepper .completed {
  cursor: pointer;
}
.step {
  background-color: var(--theme-70);
  color: white;
  padding: 10px 20px;
  position: relative;
  clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 50%, calc(100% - 10px) 100%, 0 100%, 10px 50%);
  white-space: nowrap;
  font-weight: bold;
  transition: background-color 0.3s ease;
}
@media (max-width: 800px) {
  .step {
    padding: 3px 14px !important;
    font-size: 14px !important;
  }
}
.step.active {
  background: var(--theme-70);
  color: white;
}
.step.completed {
  cursor: pointer;
  background-color: var(--theme-20);
  color: var(--theme-70);
}
.stepper > div:first-child {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.stepper > div:last-child {
  display: flex;
  flex-wrap: wrap;
}
.btn {
  font-size: 14px;
  padding: 6px 14px;
  min-width: auto;
}
@media (max-width: 768px) {
  .btn {
    font-size: 13px;
    padding: 5px 10px;
    width: 40px;
    height: 30px;
  }
}
@media (max-width: 480px) {
  .stepper {
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .btn {
    font-size: 12px;
    padding: 4px 8px;
    width: 40px;
    height: 30px;
  }
}
.mdc-dialog {
  --dialog-bg: #000;
  --panel-shape: 12px;
  --panel-bg: white;
  --panel-padding: 16px;
}
.mdc-dialog .mat-mdc-dialog-surface {
  background-color: var(--panel-bg);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: var(--panel-shape);
  padding: var(--panel-padding);
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.25);
}
.cdk-overlay-pane.mat-mdc-dialog-panel {
  max-width: 100% !important;
  min-width: var(--mat-dialog-container-min-width, 280px);
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.material-symbols-rounded {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.material-symbols-sharp {
  font-variation-settings:
    "FILL" 1,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
mat-icon {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.btn.mdc-button > .mat-icon {
  --mat-outlined-button-icon-offset: 0px;
  --mat-outlined-button-icon-spacing: 8px;
}
.mdc-button.mdc-button {
  height: var(--button-height);
  line-height: 1em;
  min-width: 121px;
  padding-inline: 25px !important;
}
.stepper-custom .mat-horizontal-stepper-header-container,
.onboarding-stepper .mat-horizontal-stepper-header-container {
  max-width: 40% !important;
  width: 40% !important;
  pointer-events: none;
  display: flex !important;
  align-items: flex-start !important;
}
.stepper-custom .mat-step-header,
.onboarding-stepper .mat-step-header {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 12px 4px !important;
  overflow: visible !important;
  background-color: transparent !important;
  position: relative !important;
}
.stepper-custom .mat-step-header[aria-selected=true],
.stepper-custom .mat-step-header:hover,
.stepper-custom .mat-step-header.cdk-focused,
.stepper-custom .mat-step-header.cdk-mouse-focused,
.stepper-custom .mat-step-header.cdk-keyboard-focused,
.stepper-custom .mat-step-header.cdk-program-focused,
.onboarding-stepper .mat-step-header[aria-selected=true],
.onboarding-stepper .mat-step-header:hover,
.onboarding-stepper .mat-step-header.cdk-focused,
.onboarding-stepper .mat-step-header.cdk-mouse-focused,
.onboarding-stepper .mat-step-header.cdk-keyboard-focused,
.onboarding-stepper .mat-step-header.cdk-program-focused {
  background-color: transparent !important;
}
.stepper-custom .mat-step-header .mat-step-header-ripple,
.onboarding-stepper .mat-step-header .mat-step-header-ripple {
  display: none !important;
}
.stepper-custom .mat-step-header::before,
.stepper-custom .mat-step-header::after,
.onboarding-stepper .mat-step-header::before,
.onboarding-stepper .mat-step-header::after {
  content: "";
  position: absolute;
  top: 28px;
  height: 4px;
  background: #c7c7c7;
  z-index: 1;
}
.stepper-custom .mat-step-header::before,
.onboarding-stepper .mat-step-header::before {
  left: 0;
  right: calc(50% + 12px);
}
.stepper-custom .mat-step-header::after,
.onboarding-stepper .mat-step-header::after {
  left: calc(50% + 12px);
  right: 0;
}
.stepper-custom .mat-step-header:first-of-type::before,
.stepper-custom .mat-step-header:last-of-type::after,
.onboarding-stepper .mat-step-header:first-of-type::before,
.onboarding-stepper .mat-step-header:last-of-type::after {
  display: none;
}
.stepper-custom .mat-step-label,
.onboarding-stepper .mat-step-label {
  min-width: 0 !important;
  text-align: center !important;
  white-space: nowrap !important;
  margin-top: 6px !important;
  font-size: 12px !important;
  color: #757575 !important;
  display: block !important;
}
.stepper-custom .mat-step-label.mat-step-label-active,
.stepper-custom .mat-step-label.mat-step-label-selected,
.onboarding-stepper .mat-step-label.mat-step-label-active,
.onboarding-stepper .mat-step-label.mat-step-label-selected {
  color: #332941 !important;
  font-weight: 600 !important;
}
.stepper-custom .mat-step-icon,
.onboarding-stepper .mat-step-icon {
  border-radius: 50%;
  height: 32px;
  width: 32px;
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  color: #717275;
  border: 2px solid #939597;
  background-color: #fdfdff;
}
.stepper-custom .mat-step-icon-selected,
.stepper-custom .mat-step-icon-state-edit,
.onboarding-stepper .mat-step-icon-selected,
.onboarding-stepper .mat-step-icon-state-edit {
  background-color: #332941 !important;
  color: #ffffff !important;
  border: 2px solid #332941 !important;
}
.stepper-custom .mat-step-icon-state-edit svg,
.onboarding-stepper .mat-step-icon-state-edit svg {
  display: none !important;
}
.stepper-custom .mat-step-icon-state-edit::before,
.onboarding-stepper .mat-step-icon-state-edit::before {
  content: attr(data-step-index);
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.stepper-custom .mat-stepper-horizontal-line,
.onboarding-stepper .mat-stepper-horizontal-line {
  display: none !important;
}
.stepper-custom.stepper-progress-1 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-1 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-1 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-1 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-2 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-2 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-2 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-2 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-2 .mat-step-header:nth-of-type(2)::after,
.stepper-custom.stepper-progress-2 .mat-step-header:nth-of-type(3)::before,
.onboarding-stepper.stepper-progress-2 .mat-step-header:nth-of-type(2)::after,
.onboarding-stepper.stepper-progress-2 .mat-step-header:nth-of-type(3)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-3 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-3 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-3 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-3 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-3 .mat-step-header:nth-of-type(2)::after,
.stepper-custom.stepper-progress-3 .mat-step-header:nth-of-type(3)::before,
.onboarding-stepper.stepper-progress-3 .mat-step-header:nth-of-type(2)::after,
.onboarding-stepper.stepper-progress-3 .mat-step-header:nth-of-type(3)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-3 .mat-step-header:nth-of-type(3)::after,
.stepper-custom.stepper-progress-3 .mat-step-header:nth-of-type(4)::before,
.onboarding-stepper.stepper-progress-3 .mat-step-header:nth-of-type(3)::after,
.onboarding-stepper.stepper-progress-3 .mat-step-header:nth-of-type(4)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(2)::after,
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(3)::before,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(2)::after,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(3)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(3)::after,
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(4)::before,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(3)::after,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(4)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(4)::after,
.stepper-custom.stepper-progress-4 .mat-step-header:nth-of-type(5)::before,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(4)::after,
.onboarding-stepper.stepper-progress-4 .mat-step-header:nth-of-type(5)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(2)::after,
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(3)::before,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(2)::after,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(3)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(3)::after,
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(4)::before,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(3)::after,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(4)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(4)::after,
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(5)::before,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(4)::after,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(5)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(5)::after,
.stepper-custom.stepper-progress-5 .mat-step-header:nth-of-type(6)::before,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(5)::after,
.onboarding-stepper.stepper-progress-5 .mat-step-header:nth-of-type(6)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(2)::after,
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(3)::before,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(2)::after,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(3)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(3)::after,
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(4)::before,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(3)::after,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(4)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(4)::after,
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(5)::before,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(4)::after,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(5)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(5)::after,
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(6)::before,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(5)::after,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(6)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(6)::after,
.stepper-custom.stepper-progress-6 .mat-step-header:nth-of-type(7)::before,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(6)::after,
.onboarding-stepper.stepper-progress-6 .mat-step-header:nth-of-type(7)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(2)::after,
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(3)::before,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(2)::after,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(3)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(3)::after,
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(4)::before,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(3)::after,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(4)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(4)::after,
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(5)::before,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(4)::after,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(5)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(5)::after,
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(6)::before,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(5)::after,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(6)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(6)::after,
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(7)::before,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(6)::after,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(7)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(7)::after,
.stepper-custom.stepper-progress-7 .mat-step-header:nth-of-type(8)::before,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(7)::after,
.onboarding-stepper.stepper-progress-7 .mat-step-header:nth-of-type(8)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(1)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(2)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(1)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(2)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(2)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(3)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(2)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(3)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(3)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(4)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(3)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(4)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(4)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(5)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(4)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(5)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(5)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(6)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(5)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(6)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(6)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(7)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(6)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(7)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(7)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(8)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(7)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(8)::before {
  background: #332941;
}
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(8)::after,
.stepper-custom.stepper-progress-8 .mat-step-header:nth-of-type(9)::before,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(8)::after,
.onboarding-stepper.stepper-progress-8 .mat-step-header:nth-of-type(9)::before {
  background: #332941;
}
.tab-wrapper {
  display: flex;
  justify-content: center;
}
.tab-wrapper mat-tab-group {
  width: 100%;
}
.tab-wrapper mat-tab-group .mat-mdc-tab-indicator,
.tab-wrapper mat-tab-group .mat-mdc-tab-indicator .mdc-tab-indicator__content,
.tab-wrapper mat-tab-group .mat-mdc-tab .mdc-tab-indicator__content--underline,
.tab-wrapper mat-tab-group .mdc-tab--active::after,
.tab-wrapper mat-tab-group .mdc-tab:focus-visible::after {
  display: none;
}
.tab-wrapper mat-tab-group .mat-mdc-tab-header {
  border: none;
  border-bottom: none;
  border-radius: 10px;
  background: var(--theme-70);
  box-shadow: 0 0 0 3px var(--theme-70);
  padding: 3px;
  width: fit-content;
}
.tab-wrapper mat-tab-group .mat-mdc-tab-label-container {
  border: none;
  border-radius: 10px;
}
.tab-wrapper mat-tab-group .mdc-tab {
  min-width: 140px;
  height: 35px;
  border-radius: 10px;
  background: color-mix(in srgb, var(--theme-20) 40%, transparent);
  transition: all 0.35s ease;
  margin: 2px;
  position: relative;
  overflow: hidden;
}
.tab-wrapper mat-tab-group .mdc-tab .mdc-tab__text-label {
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: color 0.3s ease;
}
.tab-wrapper mat-tab-group .mdc-tab--active {
  background: var(--theme-20);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}
.tab-wrapper mat-tab-group .mdc-tab--active .mdc-tab__text-label {
  color: #000 !important;
}
.tab-wrapper mat-tab-group .mdc-tab--active:hover {
  background: var(--theme-99);
}
.tab-wrapper mat-tab-group .mdc-tab--active .mdc-tab__text-label,
.tab-wrapper mat-tab-group .mdc-tab--active:focus .mdc-tab__text-label,
.tab-wrapper mat-tab-group .mdc-tab--active:focus-visible .mdc-tab__text-label,
.tab-wrapper mat-tab-group .mdc-tab--active:hover .mdc-tab__text-label,
.tab-wrapper mat-tab-group .mdc-tab--active.mdc-ripple-upgraded--foreground-activation .mdc-tab__text-label,
.tab-wrapper mat-tab-group .mdc-tab--active.mdc-ripple-upgraded--background-focused .mdc-tab__text-label,
.tab-wrapper mat-tab-group .mat-mdc-tab.mdc-tab--active:hover .mdc-tab__text-label {
  color: #1a1a1a;
  font-weight: 700;
}
.tab-wrapper mat-tab-group .mat-mdc-tab-body-content {
  height: 100%;
  transform: none;
  overflow: hidden;
}
.mat-mdc-tab-body-wrapper._mat-animation-noopable {
  transition: none !important;
  animation: none !important;
  margin-top: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.mat-mdc-tab-body-wrapper {
  transition: none !important;
  animation: none !important;
}
@media (max-width: 768px) {
  .tab-wrapper mat-tab-group .mdc-tab {
    min-width: 100px;
    height: 38px;
  }
  .tab-wrapper mat-tab-group .mdc-tab__text-label {
    font-size: 12px !important;
  }
}
.tncsc-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.tncsc-table th,
.tncsc-table td {
  padding: 12px 14px;
  vertical-align: middle;
  text-align: center;
}
.tncsc-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
}
.tncsc-table th.mat-mdc-header-cell .mat-sort-header-container {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.tncsc-table .mat-column-actions {
  min-width: 300px;
  width: auto;
  text-align: center;
}
.tncsc-table .mat-mdc-cell.mat-column-actions {
  white-space: normal;
}
.tncsc-table td.mat-mdc-cell.mat-column-actions {
  overflow: visible;
}
.tncsc-table .mat-column-actions button[mat-icon-button] {
  margin: 0 4px;
}
.tncsc-table .mat-mdc-header-cell {
  background-color: #f9fafb;
  font-weight: 600;
}
.tncsc-table th,
.tncsc-table td {
  border-bottom: 1px solid #e5e7eb;
}
.tncsc-table td {
  font-size: 13px;
}
.tncsc-table tr.mat-mdc-row:hover {
  background-color: #f8fafc;
}
.tncsc-table {
}
.tncsc-table .component {
}
.tncsc-table .component .table-container,
.tncsc-table .component .table-wrapper {
  overflow-x: auto !important;
  width: 100% !important;
  display: block !important;
  box-sizing: border-box;
}
.tncsc-table .component mat-card-content {
  width: 100% !important;
  box-sizing: border-box;
  overflow: hidden;
}
.tncsc-table .component table.leave-table,
.tncsc-table .component table.tncsc-table,
.tncsc-table .component table[mat-table],
.tncsc-table .component table {
  display: table !important;
  width: 100% !important;
  min-width: max-content !important;
  border-collapse: collapse !important;
  table-layout: auto !important;
  margin: 0 !important;
}
.tncsc-table .component table.leave-table tr,
.tncsc-table .component table.tncsc-table tr,
.tncsc-table .component table[mat-table] tr,
.tncsc-table .component table tr {
  display: table-row !important;
}
.tncsc-table .component table.leave-table th,
.tncsc-table .component table.leave-table td,
.tncsc-table .component table.tncsc-table th,
.tncsc-table .component table.tncsc-table td,
.tncsc-table .component table[mat-table] th,
.tncsc-table .component table[mat-table] td,
.tncsc-table .component table th,
.tncsc-table .component table td {
  display: table-cell !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  padding: 10px 14px !important;
  vertical-align: middle !important;
  text-align: left !important;
}
.tncsc-table .component table.leave-table th:first-child,
.tncsc-table .component table.leave-table td:first-child,
.tncsc-table .component table.tncsc-table th:first-child,
.tncsc-table .component table.tncsc-table td:first-child,
.tncsc-table .component table[mat-table] th:first-child,
.tncsc-table .component table[mat-table] td:first-child,
.tncsc-table .component table th:first-child,
.tncsc-table .component table td:first-child {
  padding-left: 16px !important;
}
.tncsc-table .component table.leave-table th:last-child,
.tncsc-table .component table.leave-table td:last-child,
.tncsc-table .component table.tncsc-table th:last-child,
.tncsc-table .component table.tncsc-table td:last-child,
.tncsc-table .component table[mat-table] th:last-child,
.tncsc-table .component table[mat-table] td:last-child,
.tncsc-table .component table th:last-child,
.tncsc-table .component table td:last-child {
  padding-right: 16px !important;
}
.tncsc-table .component mat-table,
.tncsc-table .component .mat-mdc-table:not(table) {
  display: flex !important;
  flex-direction: column !important;
  width: max-content !important;
  min-width: 100% !important;
}
.tncsc-table .component mat-table mat-header-row,
.tncsc-table .component mat-table mat-row,
.tncsc-table .component mat-table .mat-mdc-header-row,
.tncsc-table .component mat-table .mat-mdc-row,
.tncsc-table .component .mat-mdc-table:not(table) mat-header-row,
.tncsc-table .component .mat-mdc-table:not(table) mat-row,
.tncsc-table .component .mat-mdc-table:not(table) .mat-mdc-header-row,
.tncsc-table .component .mat-mdc-table:not(table) .mat-mdc-row {
  display: flex !important;
  width: max-content !important;
  min-width: 100% !important;
  box-sizing: border-box;
}
.tncsc-table .component mat-table mat-header-cell,
.tncsc-table .component mat-table mat-cell,
.tncsc-table .component mat-table .mat-mdc-header-cell,
.tncsc-table .component mat-table .mat-mdc-cell,
.tncsc-table .component .mat-mdc-table:not(table) mat-header-cell,
.tncsc-table .component .mat-mdc-table:not(table) mat-cell,
.tncsc-table .component .mat-mdc-table:not(table) .mat-mdc-header-cell,
.tncsc-table .component .mat-mdc-table:not(table) .mat-mdc-cell {
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  padding: 10px 14px !important;
  box-sizing: border-box;
  align-items: center;
}
.tncsc-table .component mat-paginator,
.tncsc-table .component .mat-mdc-paginator {
  position: sticky !important;
  left: 0 !important;
  width: 100% !important;
  display: block !important;
  clear: both;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}
.tncsc-table .component mat-paginator .mat-mdc-paginator-container,
.tncsc-table .component .mat-mdc-paginator .mat-mdc-paginator-container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: 100% !important;
  padding: 4px 16px !important;
  box-sizing: border-box !important;
}
.tncsc-table .component .mat-column-skuId,
.tncsc-table .component .mat-column-sku,
.tncsc-table .component .mat-column-skuid,
.tncsc-table .component td.mat-column-skuId,
.tncsc-table .component th.mat-column-skuId,
.tncsc-table .component td.mat-column-sku,
.tncsc-table .component th.mat-column-sku {
  white-space: nowrap !important;
  min-width: 160px !important;
}
.tncsc-table .component .mat-column-actions,
.tncsc-table .component td.mat-column-actions,
.tncsc-table .component th.mat-column-actions,
.tncsc-table .component .mat-mdc-header-cell.mat-column-actions,
.tncsc-table .component .mat-mdc-cell.mat-column-actions {
  white-space: nowrap !important;
  min-width: 150px !important;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
  box-sizing: border-box !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.tncsc-table .component .mat-column-actions div,
.tncsc-table .component td.mat-column-actions div,
.tncsc-table .component th.mat-column-actions div,
.tncsc-table .component .mat-mdc-header-cell.mat-column-actions div,
.tncsc-table .component .mat-mdc-cell.mat-column-actions div {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 auto !important;
}
.tncsc-table .component .mat-column-actions .mat-mdc-button-touch-target,
.tncsc-table .component td.mat-column-actions .mat-mdc-button-touch-target,
.tncsc-table .component th.mat-column-actions .mat-mdc-button-touch-target,
.tncsc-table .component .mat-mdc-header-cell.mat-column-actions .mat-mdc-button-touch-target,
.tncsc-table .component .mat-mdc-cell.mat-column-actions .mat-mdc-button-touch-target {
  height: 34px !important;
  width: 34px !important;
}
.tncsc-table .component .mat-column-actions button,
.tncsc-table .component .mat-column-actions .mat-mdc-icon-button,
.tncsc-table .component .mat-column-actions .btn-icon,
.tncsc-table .component td.mat-column-actions button,
.tncsc-table .component td.mat-column-actions .mat-mdc-icon-button,
.tncsc-table .component td.mat-column-actions .btn-icon,
.tncsc-table .component th.mat-column-actions button,
.tncsc-table .component th.mat-column-actions .mat-mdc-icon-button,
.tncsc-table .component th.mat-column-actions .btn-icon,
.tncsc-table .component .mat-mdc-header-cell.mat-column-actions button,
.tncsc-table .component .mat-mdc-header-cell.mat-column-actions .mat-mdc-icon-button,
.tncsc-table .component .mat-mdc-header-cell.mat-column-actions .btn-icon,
.tncsc-table .component .mat-mdc-cell.mat-column-actions button,
.tncsc-table .component .mat-mdc-cell.mat-column-actions .mat-mdc-icon-button,
.tncsc-table .component .mat-mdc-cell.mat-column-actions .btn-icon {
  margin: 0 2px !important;
  padding: 0 !important;
  width: 34px !important;
  height: 34px !important;
  line-height: 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
.tncsc-table .component mat-table .mat-column-sno,
.tncsc-table .component mat-table .mat-column-sNo,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-sno,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-sNo {
  min-width: 65px !important;
  flex: 0 0 65px !important;
}
.tncsc-table .component mat-table .mat-column-skuId,
.tncsc-table .component mat-table .mat-column-sku,
.tncsc-table .component mat-table .mat-column-skuid,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-skuId,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-sku,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-skuid {
  min-width: 160px !important;
  flex: 0 0 160px !important;
}
.tncsc-table .component mat-table .mat-column-employeeId,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-employeeId {
  min-width: 110px !important;
  flex: 0 0 110px !important;
}
.tncsc-table .component mat-table .mat-column-assetName,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-assetName {
  min-width: 160px !important;
  flex: 0 0 160px !important;
}
.tncsc-table .component mat-table .mat-column-brandModel,
.tncsc-table .component mat-table .mat-column-brandMake,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-brandModel,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-brandMake {
  min-width: 140px !important;
  flex: 0 0 140px !important;
}
.tncsc-table .component mat-table .mat-column-region,
.tncsc-table .component mat-table .mat-column-fromRegion,
.tncsc-table .component mat-table .mat-column-toRegion,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-region,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-fromRegion,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-toRegion {
  min-width: 120px !important;
  flex: 0 0 120px !important;
}
.tncsc-table .component mat-table .mat-column-estateName,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-estateName {
  min-width: 120px !important;
  flex: 0 0 120px !important;
}
.tncsc-table .component mat-table .mat-column-wing,
.tncsc-table .component mat-table .mat-column-wingName,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-wing,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-wingName {
  min-width: 110px !important;
  flex: 0 0 110px !important;
}
.tncsc-table .component mat-table .mat-column-sectionDept,
.tncsc-table .component mat-table .mat-column-departmentName,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-sectionDept,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-departmentName {
  min-width: 130px !important;
  flex: 0 0 130px !important;
}
.tncsc-table .component mat-table .mat-column-fieldPointLocation,
.tncsc-table .component mat-table .mat-column-fieldPointLocationName,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-fieldPointLocation,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-fieldPointLocationName {
  min-width: 140px !important;
  flex: 0 0 140px !important;
}
.tncsc-table .component mat-table .mat-column-fieldPointName,
.tncsc-table .component mat-table .mat-column-fieldPoint,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-fieldPointName,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-fieldPoint {
  min-width: 130px !important;
  flex: 0 0 130px !important;
}
.tncsc-table .component mat-table .mat-column-status,
.tncsc-table .component mat-table .mat-column-assetStatus,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-status,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-assetStatus {
  min-width: 100px !important;
  flex: 0 0 100px !important;
}
.tncsc-table .component mat-table .mat-column-actions,
.tncsc-table .component .mat-mdc-table:not(table) .mat-column-actions {
  min-width: 160px !important;
  flex: 0 0 160px !important;
  justify-content: center !important;
  text-align: center !important;
}
body {
  --mat-menu-item-hover-state-layer-color: var(--theme-10);
  --mat-menu-item-focus-state-layer-color: var(--theme-10);
  --mat-menu-container-color: #fff;
  --mat-menu-divider-color: var(--sys-surface-variant);
  --mat-menu-item-label-text-font: Roboto;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: 0.006rem;
  --mat-menu-item-label-text-line-height: 20px;
  --mat-menu-item-label-text-weight: 400;
  --mat-menu-container-shape: 8px;
  --mat-menu-divider-bottom-spacing: 5px;
  --mat-menu-divider-top-spacing: 5px;
  --mat-menu-item-spacing: 12px;
  --mat-menu-item-icon-size: 16px;
  --mat-menu-item-leading-spacing: 12px;
  --mat-menu-item-trailing-spacing: 12px;
  --mat-menu-item-with-icon-leading-spacing: 10px;
  --mat-menu-item-with-icon-trailing-spacing: 10px;
  --mat-menu-container-elevation-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25), 0px 6px 14px -6px rgba(19, 25, 39, 0.12);
}
.mat-mdc-menu-item {
  min-height: 30px !important;
  border-radius: 8px;
  min-width: 180px !important;
  transition: 0.2s;
}
.mat-mdc-menu-item .mat-icon {
  font-size: 18px;
}
.mat-mdc-menu-content {
  padding-inline: 10px !important;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.mat-mdc-menu-item:not([disabled]):hover {
  --mat-menu-item-label-text-weight: 700;
  background-color: var(--theme-20) !important;
}
.mat-mdc-menu-item-text,
.mat-mdc-menu-item {
  transition: all 0.05s ease-in;
}
:root {
  --mat-paginator-container-text-size: 14px;
}
:root {
  --mat-form-field-container-height: 40px;
}
body mat-paginator {
  --mat-form-field-container-height: 28px;
  --mat-form-field-container-text-line-height: 28px;
  --mdc-icon-button-state-layer-size: 30px;
  --mdc-icon-button-icon-size: 22px;
  --mat-icon-button-state-layer-color: var(--theme-80);
}
body .mat-mdc-paginator-page-size-select {
  width: 60px;
}
body {
  --mat-paginator-enabled-icon-color: var(--theme-80);
  --mat-paginator-container-text-line-height: 1em;
  --mat-paginator-container-text-size: 10px;
  --mat-paginator-container-size: 70px;
  --mat-paginator-form-field-container-height: 28px;
  --mat-paginator-form-field-container-vertical-padding: 0px;
}
.mat-mdc-paginator-outer-container {
  container-type: inline-size;
}
@container (max-width: 400px) {
  .mat-mdc-paginator-outer-container .mat-mdc-paginator-container {
    justify-content: space-between;
  }
  .mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mat-mdc-paginator-page-size-label {
    display: none;
  }
  .mat-mdc-paginator-outer-container .mat-mdc-paginator-container .mat-mdc-paginator-range-label {
    margin: 0 10px 0 10px;
  }
}
.mat-mdc-paginator-page-size {
  align-items: center !important;
}
:root {
  --mat-table-header-container-height: 50px;
}
:root {
  --mat-table-row-item-container-height: 45px;
}
:root {
  --mat-table-footer-container-height: 40px;
}
:root {
  --mat-table-header-headline-color: #4b5b79;
}
:root {
  --mat-table-header-headline-size: 12px;
}
:root {
  --mat-table-header-headline-weight: 500;
}
.component.card,
.table-wrapper {
  width: 100% !important;
  overflow-x: auto !important;
}
.table-wrapper {
  background-color: #ffffff;
}
@media (max-width: 700px) {
  .table-wrapper {
    display: none;
  }
}
.table-content {
  overflow: auto;
  scrollbar-width: thin;
}
.table-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.table-content::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 10px;
}
.table-content::-webkit-scrollbar-track:horizontal:hover {
  height: 12px;
}
.table-content::-webkit-scrollbar-track:vertical:hover {
  width: 12px;
}
.container {
  overflow-x: auto;
}
table.flex-table {
  max-width: 100%;
  width: max-content;
  min-width: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: auto;
  overflow-y: visible;
  border-collapse: separate;
  border-spacing: 0;
  --mat-table-header-container-height: 50px;
  --mat-table-row-item-container-height: 40px;
  --mat-table-row-item-label-text-size: var(--12px);
  --mat-table-header-headline-size: var(--12px);
  --mat-table-background-color: transparent;
  --mat-table-header-headline-color: #7987a1;
  --mat-table-row-item-label-text-color: #000;
  --mat-table-row-item-outline-color: #E9E9E9;
  --mat-table-header-headline-weight: 500;
  --cell-padding-inline: 16px;
  scrollbar-width: auto;
  scrollbar-color: #9e9e9e #f5f5f5;
}
table.flex-table::-webkit-scrollbar {
  height: 16px;
  width: 16px;
}
table.flex-table::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
table.flex-table::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 10px;
}
table.flex-table::-webkit-scrollbar-thumb:hover {
  background: #707070;
}
table.flex-table thead,
table.flex-table tbody,
table.flex-table tfoot {
  display: flex;
  flex-direction: column;
}
table.flex-table thead {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
table.flex-table tr {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(auto-fit, 100px);
  min-width: max-content;
}
table.flex-table td,
table.flex-table th {
  min-width: fit-content;
  display: flex;
  align-items: center;
}
table.flex-table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}
table.flex-table .mat-mdc-header-row {
  height: 40px;
}
table.flex-table .mat-mdc-row {
  height: 45px;
}
table.flex-table .mat-mdc-header-cell,
table.flex-table .mat-mdc-cell {
  white-space: nowrap;
  padding: 0 16px;
}
table.flex-table .mat-sort-header-arrow {
  width: 15px;
  height: 15px;
  margin: 0;
}
table.flex-table .mat-sort-header-arrow svg {
  min-width: 15px;
  height: 15px;
  top: auto;
  left: auto;
  margin: 0;
}
.mat-mdc-table {
  overflow: visible !important;
}
.mat-mdc-table thead {
  background: var(--theme-70) !important;
  color: #fff;
}
tbody {
  display: table-row-group !important;
}
.mat-mdc-header-row {
  color: var(--theme-05) !important;
}
.mat-mdc-cell {
  border-bottom-color: var(--theme-10) !important;
}
.mat-sort-header .mat-sort-header-sorted .mat-sort-header-arrow {
  color: var(--theme-05) !important;
}
.mat-cell {
  text-align: center;
  padding: 10px 0 !important;
}
.no-data-row {
  padding: 10px 0;
}
.no-data-cell {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.currency-and-quantity {
  display: flex;
  justify-content: end;
}
.table-controls {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
table .pill {
  width: 99px;
  height: 23px;
  padding: 0 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  color: #000;
}
table .pill.quote {
  background-color: var(--grey-10);
}
table .pill.invoiced {
  background-color: var(--theme-40);
}
table .actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
}
table .actions mat-icon {
  font-size: 16px;
}
.btn-icon {
  color: rgb(106, 117, 135);
  display: flex;
  align-items: center;
  padding-left: 5px;
  padding-right: 5px;
}
.btn-delete {
  color: var(--red-80);
}
.btn-delete mat-icon {
  font-variation-settings:
    "FILL" 1,
    "wght" 700,
    "GRAD" 200,
    "opsz" 24;
}
.btn-activate {
  padding: 0;
  color: #6DB02D;
}
.btn-activate mat-icon {
  font-variation-settings:
    "FILL" 1,
    "wght" 700,
    "GRAD" 200,
    "opsz" 24;
}
.btn-edit {
  color: rgba(130, 143, 162, 0.895);
}
.btn-edit mat-icon {
  height: 16px;
  font-size: 16px;
  font-variation-settings:
    "FILL" 0.2,
    "wght" 600,
    "GRAD" 0,
    "opsz" 24;
}
.mobile-wrapper {
  background-color: #ffffff;
  border-radius: 8px;
  display: none;
  --mdc-checkbox-state-layer-size: 20px;
}
@media (max-width: 700px) {
  .mobile-wrapper {
    display: block;
  }
}
.mobile-wrapper .un-card {
  display: grid;
  grid-template-columns: 1fr 36px;
  padding-block: 8px 15px;
  border-bottom: 1px solid #e9e9e9;
}
.mobile-wrapper .un-card .select mat-checkbox {
  margin-top: 7px;
}
.mobile-wrapper .un-card .desc .quote-no {
  font-size: 12px;
  width: 100%;
}
.mobile-wrapper .un-card .desc .quote-no .cost {
  font-weight: 700;
}
.mobile-wrapper .un-card .desc .tracking-no {
  font-size: 10px;
  line-height: 1em;
  color: var(--grey-40);
}
.mobile-wrapper .un-card .actions .btn {
  margin-top: 2px;
}
@media (max-width: 575px) {
  .paginator {
    display: none !important;
  }
}
.component {
  padding: 30px;
  background-color: #f9fafb;
}
@media (max-width: 700px) {
  .component {
    max-width: 100%;
  }
}
.component .page-header {
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
  flex-wrap: wrap;
}
.component .page-header h1 {
  display: flex;
  margin-right: auto;
  color: var(--theme-20);
}
@media (max-width: 700px) {
  .component .page-header h1 {
    order: 0;
  }
}
.component .header {
  padding-inline: 0px;
}
@media (max-width: 700px) {
  .component .header {
    padding-left: 0;
  }
}
.component .header .filters-wrapper {
  display: flex;
  align-items: center;
}
.component .header .filters-wrapper .search {
  max-width: calc(100% - 26px);
  width: 100%;
  --form-field-bg: #fff;
}
.component .header .filters-wrapper .search .icon-search {
  width: 15px;
  height: 22px;
  padding-inline: 17px 13px;
  color: var(--theme-80);
}
.component .header .filters-wrapper .btn-info {
  margin-left: 10px;
}
.component .header .filters-wrapper .filters-more {
  position: relative;
  display: flex;
}
.component .header .filters-wrapper .filters-more .btn-filter {
  background-color: #fff;
  border: 1.5px solid var(--grey-20);
  border-radius: 10px;
  margin-left: 15px;
  width: fit-content;
  font-size: 12px;
  display: flex;
  gap: 30px;
  --btn-icon-radius: 8px;
}
.component .header .filters-wrapper .filters-more .btn-filter:hover {
  background-color: var(--grey-30);
}
.component .header .filters-wrapper .filters-more .btn-filter span {
  z-index: 1;
}
@media (max-width: 700px) {
  .component .header .filters-wrapper .filters-more .btn-filter span {
    display: none;
  }
}
.component .header .filters-wrapper .filters-more .btn-filter .icon-filter {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-80);
  font-size: 20px;
}
.component .content {
  width: 100% !important;
  max-width: 100%;
  margin-top: 10px;
}
@media (max-width: 700px) {
  .component .content {
    width: 100%;
    margin-top: 20px;
  }
}
.mat-mdc-table {
  overflow: visible !important;
}
tbody {
  display: table-row-group !important;
}
.cell-text {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.table-controls,
.table-controls * {
  pointer-events: auto;
}
:root {
  --mdc-plain-tooltip-supporting-text-size: var(--11px);
}
:root {
  --mdc-plain-tooltip-container-color: var(--grey-80);
}
html {
  --mat-sys-background: #faf9fd;
  --mat-sys-error: #ba1a1a;
  --mat-sys-error-container: #ffdad6;
  --mat-sys-inverse-on-surface: #f2f0f4;
  --mat-sys-inverse-primary: #abc7ff;
  --mat-sys-inverse-surface: #2f3033;
  --mat-sys-on-background: #1a1b1f;
  --mat-sys-on-error: #ffffff;
  --mat-sys-on-error-container: #93000a;
  --mat-sys-on-primary: #ffffff;
  --mat-sys-on-primary-container: #00458f;
  --mat-sys-on-primary-fixed: #001b3f;
  --mat-sys-on-primary-fixed-variant: #00458f;
  --mat-sys-on-secondary: #ffffff;
  --mat-sys-on-secondary-container: #3e4759;
  --mat-sys-on-secondary-fixed: #131c2b;
  --mat-sys-on-secondary-fixed-variant: #3e4759;
  --mat-sys-on-surface: #1a1b1f;
  --mat-sys-on-surface-variant: #44474e;
  --mat-sys-on-tertiary: #ffffff;
  --mat-sys-on-tertiary-container: #0000ef;
  --mat-sys-on-tertiary-fixed: #00006e;
  --mat-sys-on-tertiary-fixed-variant: #0000ef;
  --mat-sys-outline: #74777f;
  --mat-sys-outline-variant: #c4c6d0;
  --mat-sys-primary: #005cbb;
  --mat-sys-primary-container: #d7e3ff;
  --mat-sys-primary-fixed: #d7e3ff;
  --mat-sys-primary-fixed-dim: #abc7ff;
  --mat-sys-scrim: #000000;
  --mat-sys-secondary: #565e71;
  --mat-sys-secondary-container: #dae2f9;
  --mat-sys-secondary-fixed: #dae2f9;
  --mat-sys-secondary-fixed-dim: #bec6dc;
  --mat-sys-shadow: #000000;
  --mat-sys-surface: #faf9fd;
  --mat-sys-surface-bright: #faf9fd;
  --mat-sys-surface-container: #efedf0;
  --mat-sys-surface-container-high: #e9e7eb;
  --mat-sys-surface-container-highest: #e3e2e6;
  --mat-sys-surface-container-low: #f4f3f6;
  --mat-sys-surface-container-lowest: #ffffff;
  --mat-sys-surface-dim: #dbd9dd;
  --mat-sys-surface-tint: #005cbb;
  --mat-sys-surface-variant: #e0e2ec;
  --mat-sys-tertiary: #343dff;
  --mat-sys-tertiary-container: #e0e0ff;
  --mat-sys-tertiary-fixed: #e0e0ff;
  --mat-sys-tertiary-fixed-dim: #bec2ff;
  --mat-sys-neutral-variant20: #2d3038;
  --mat-sys-neutral10: #1a1b1f;
}
html {
  --mat-sys-level0:
    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);
}
html {
  --mat-sys-level1:
    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);
}
html {
  --mat-sys-level2:
    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);
}
html {
  --mat-sys-level3:
    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);
}
html {
  --mat-sys-level4:
    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);
}
html {
  --mat-sys-level5:
    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);
}
html {
  --mat-sys-body-large: 400 1rem / 1.5rem Roboto;
  --mat-sys-body-large-font: Roboto;
  --mat-sys-body-large-line-height: 1.5rem;
  --mat-sys-body-large-size: 1rem;
  --mat-sys-body-large-tracking: 0.031rem;
  --mat-sys-body-large-weight: 400;
  --mat-sys-body-medium: 400 0.875rem / 1.25rem Roboto;
  --mat-sys-body-medium-font: Roboto;
  --mat-sys-body-medium-line-height: 1.25rem;
  --mat-sys-body-medium-size: 0.875rem;
  --mat-sys-body-medium-tracking: 0.016rem;
  --mat-sys-body-medium-weight: 400;
  --mat-sys-body-small: 400 0.75rem / 1rem Roboto;
  --mat-sys-body-small-font: Roboto;
  --mat-sys-body-small-line-height: 1rem;
  --mat-sys-body-small-size: 0.75rem;
  --mat-sys-body-small-tracking: 0.025rem;
  --mat-sys-body-small-weight: 400;
  --mat-sys-display-large: 400 3.562rem / 4rem Roboto;
  --mat-sys-display-large-font: Roboto;
  --mat-sys-display-large-line-height: 4rem;
  --mat-sys-display-large-size: 3.562rem;
  --mat-sys-display-large-tracking: -0.016rem;
  --mat-sys-display-large-weight: 400;
  --mat-sys-display-medium: 400 2.812rem / 3.25rem Roboto;
  --mat-sys-display-medium-font: Roboto;
  --mat-sys-display-medium-line-height: 3.25rem;
  --mat-sys-display-medium-size: 2.812rem;
  --mat-sys-display-medium-tracking: 0;
  --mat-sys-display-medium-weight: 400;
  --mat-sys-display-small: 400 2.25rem / 2.75rem Roboto;
  --mat-sys-display-small-font: Roboto;
  --mat-sys-display-small-line-height: 2.75rem;
  --mat-sys-display-small-size: 2.25rem;
  --mat-sys-display-small-tracking: 0;
  --mat-sys-display-small-weight: 400;
  --mat-sys-headline-large: 400 2rem / 2.5rem Roboto;
  --mat-sys-headline-large-font: Roboto;
  --mat-sys-headline-large-line-height: 2.5rem;
  --mat-sys-headline-large-size: 2rem;
  --mat-sys-headline-large-tracking: 0;
  --mat-sys-headline-large-weight: 400;
  --mat-sys-headline-medium: 400 1.75rem / 2.25rem Roboto;
  --mat-sys-headline-medium-font: Roboto;
  --mat-sys-headline-medium-line-height: 2.25rem;
  --mat-sys-headline-medium-size: 1.75rem;
  --mat-sys-headline-medium-tracking: 0;
  --mat-sys-headline-medium-weight: 400;
  --mat-sys-headline-small: 400 1.5rem / 2rem Roboto;
  --mat-sys-headline-small-font: Roboto;
  --mat-sys-headline-small-line-height: 2rem;
  --mat-sys-headline-small-size: 1.5rem;
  --mat-sys-headline-small-tracking: 0;
  --mat-sys-headline-small-weight: 400;
  --mat-sys-label-large: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-label-large-font: Roboto;
  --mat-sys-label-large-line-height: 1.25rem;
  --mat-sys-label-large-size: 0.875rem;
  --mat-sys-label-large-tracking: 0.006rem;
  --mat-sys-label-large-weight: 500;
  --mat-sys-label-large-weight-prominent: 700;
  --mat-sys-label-medium: 500 0.75rem / 1rem Roboto;
  --mat-sys-label-medium-font: Roboto;
  --mat-sys-label-medium-line-height: 1rem;
  --mat-sys-label-medium-size: 0.75rem;
  --mat-sys-label-medium-tracking: 0.031rem;
  --mat-sys-label-medium-weight: 500;
  --mat-sys-label-medium-weight-prominent: 700;
  --mat-sys-label-small: 500 0.688rem / 1rem Roboto;
  --mat-sys-label-small-font: Roboto;
  --mat-sys-label-small-line-height: 1rem;
  --mat-sys-label-small-size: 0.688rem;
  --mat-sys-label-small-tracking: 0.031rem;
  --mat-sys-label-small-weight: 500;
  --mat-sys-title-large: 400 1.375rem / 1.75rem Roboto;
  --mat-sys-title-large-font: Roboto;
  --mat-sys-title-large-line-height: 1.75rem;
  --mat-sys-title-large-size: 1.375rem;
  --mat-sys-title-large-tracking: 0;
  --mat-sys-title-large-weight: 400;
  --mat-sys-title-medium: 500 1rem / 1.5rem Roboto;
  --mat-sys-title-medium-font: Roboto;
  --mat-sys-title-medium-line-height: 1.5rem;
  --mat-sys-title-medium-size: 1rem;
  --mat-sys-title-medium-tracking: 0.009rem;
  --mat-sys-title-medium-weight: 500;
  --mat-sys-title-small: 500 0.875rem / 1.25rem Roboto;
  --mat-sys-title-small-font: Roboto;
  --mat-sys-title-small-line-height: 1.25rem;
  --mat-sys-title-small-size: 0.875rem;
  --mat-sys-title-small-tracking: 0.006rem;
  --mat-sys-title-small-weight: 500;
}
html {
  --mat-sys-corner-extra-large: 28px;
  --mat-sys-corner-extra-large-top: 28px 28px 0 0;
  --mat-sys-corner-extra-small: 4px;
  --mat-sys-corner-extra-small-top: 4px 4px 0 0;
  --mat-sys-corner-full: 9999px;
  --mat-sys-corner-large: 16px;
  --mat-sys-corner-large-end: 0 16px 16px 0;
  --mat-sys-corner-large-start: 16px 0 0 16px;
  --mat-sys-corner-large-top: 16px 16px 0 0;
  --mat-sys-corner-medium: 12px;
  --mat-sys-corner-none: 0;
  --mat-sys-corner-small: 8px;
}
html {
  --mat-sys-dragged-state-layer-opacity: 0.16;
  --mat-sys-focus-state-layer-opacity: 0.12;
  --mat-sys-hover-state-layer-opacity: 0.08;
  --mat-sys-pressed-state-layer-opacity: 0.12;
}
.header {
  margin-bottom: 10px;
}
.custom-button {
  background-color: #f5f5f5;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  background-color: #e3e3e3;
  color: #000;
  height: var(--mdc-filled-button-container-height, 40px);
  line-height: 1em;
  min-width: 121px;
  padding-inline: 11px;
  font-family: var(--mdc-filled-button-label-text-font, var(--mat-sys-label-large-font));
  font-size: var(--mdc-filled-button-label-text-size, var(--mat-sys-label-large-size));
  letter-spacing: var(--mdc-filled-button-label-text-tracking, var(--mat-sys-label-large-tracking));
  text-transform: var(--mdc-filled-button-label-text-transform);
  font-weight: var(--mdc-filled-button-label-text-weight, var(--mat-sys-label-large-weight));
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.custom-button:hover {
  background-color: #918e8e;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.6), 0 2px 8px rgba(0, 0, 0, 0.1);
}
.colorbule {
  color: #094B8D;
}
.gridaction {
  cursor: pointer;
  width: 25px;
  height: 25px;
}
.tamil-text {
  font-family:
    "Noto Sans Tamil",
    "Latha",
    "Arial Unicode MS",
    sans-serif !important;
}
.swal-joining-popup {
  width: min(560px, 94vw) !important;
  padding: 1.25rem 1.25rem 1rem !important;
  border-radius: 16px !important;
  box-shadow: 0 18px 48px rgba(51, 41, 65, 0.18) !important;
}
.swal-joining-title {
  padding: 0.25rem 0 0.75rem !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  color: #332941 !important;
}
.swal-joining-html {
  overflow: visible;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.swal-joining-dialog {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.swal-joining-intro {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 12px;
  background:
    linear-gradient(
      135deg,
      #f3f0f7 0%,
      #eef4fb 100%);
  border: 1px solid #e4deee;
}
.swal-joining-intro__icon {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #332941;
  color: #fff;
}
.swal-joining-intro__icon svg {
  width: 22px;
  height: 22px;
  fill: #332941;
}
.swal-joining-intro__text {
  min-width: 0;
}
.swal-joining-intro__name {
  margin: 0 0 4px;
  font-size: 15px;
  font-weight: 700;
  color: #332941;
}
.swal-joining-intro__route {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #1976d2;
}
.swal-joining-hint {
  margin: 0;
  font-size: 13px;
  line-height: 1.45;
  color: #5f6470;
}
.swal-joining-form {
  padding: 16px;
  border: 1px solid #e8e8ee;
  border-radius: 12px;
  background: #fff;
}
.swal-joining-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 16px;
}
.swal-joining-field {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.swal-joining-field label,
.swal-joining-field .swal-joining-field-label {
  display: block;
  margin: 0 0 8px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5c5f66;
}
.swal-joining-field--date {
  flex: 1 1 auto;
}
.swal-joining-field--session {
  flex: 0 0 168px;
}
.swal-joining-input {
  width: 100%;
  margin: 0;
  padding: 11px 12px;
  box-sizing: border-box;
  border: 1px solid #d5d9e2;
  border-radius: 10px;
  background: #fafbfc;
  font-size: 14px;
  color: #1f2937;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}
.swal-joining-input:focus {
  outline: none;
  border-color: #332941;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(51, 41, 65, 0.12);
}
.swal-joining-session-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.swal-joining-session-btn {
  margin: 0;
  padding: 11px 10px;
  border: 1px solid #d5d9e2;
  border-radius: 10px;
  background: #fafbfc;
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
}
.swal-joining-session-btn:hover {
  border-color: #332941;
  color: #332941;
  background: #f3f0f7;
}
.swal-joining-session-btn.is-active {
  border-color: #332941;
  background: #332941;
  color: #fff;
  box-shadow: 0 4px 12px rgba(51, 41, 65, 0.22);
}
.swal-joining-actions {
  width: 100%;
  margin-top: 0.75rem !important;
  padding: 0 0.25rem !important;
  gap: 10px !important;
}
.swal-joining-confirm,
.swal-joining-cancel {
  min-width: 132px;
  border-radius: 10px !important;
  font-weight: 600 !important;
  padding: 0.65rem 1.1rem !important;
}
.swal-joining-confirm {
  background: #332941 !important;
  box-shadow: 0 6px 16px rgba(51, 41, 65, 0.24) !important;
}
.swal-joining-confirm:focus {
  box-shadow: 0 0 0 3px rgba(51, 41, 65, 0.2) !important;
}
.swal-joining-cancel {
  color: #332941 !important;
  border: 1px solid #d5d9e2 !important;
  background: #fff !important;
}
.swal-joining-validation {
  margin-top: 0.75rem !important;
  font-size: 13px !important;
}
@media (max-width: 520px) {
  .swal-joining-row {
    flex-direction: column;
    align-items: stretch;
  }
  .swal-joining-field--session {
    flex: 1 1 auto;
  }
  .swal-joining-intro {
    flex-direction: column;
  }
}
.section-tab-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: #1e2a5a;
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 8px;
  margin-bottom: 16px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.section-tab-header .section-tab-icon {
  font-size: 22px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
}
.section-tab-header .section-tab-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3px;
}
.form-actions,
.form-actions-footer,
.form-buttons {
  display: flex !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  margin-top: 16px !important;
}
body.m-features-active .toast-container,
body.m-features-active #toast-container {
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  position: fixed !important;
  z-index: 999999 !important;
}
body.m-features-active .toast-container .ngx-toastr,
body.m-features-active #toast-container .ngx-toastr {
  margin-bottom: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}
body.m-features-active .cdk-overlay-pane:has(.mat-mdc-snack-bar-container) {
  top: 16px !important;
  right: 16px !important;
  left: auto !important;
  bottom: auto !important;
  transform: none !important;
  position: fixed !important;
}
body.m-features-active .swal2-container {
  align-items: flex-start !important;
  justify-content: flex-end !important;
  padding-top: 16px !important;
  padding-right: 16px !important;
}
body.m-features-active .swal2-container .swal2-popup {
  margin: 0 !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2) !important;
}

/* angular:styles/global:styles */
