@charset "UTF-8";

/* node_modules/intl-tel-input/build/css/intlTelInput.css */
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti 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;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .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 {
  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,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.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 input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container: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__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .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 (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 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: 14px;
  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__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__un {
  height: 14px;
  background-position: -5241px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5263px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url("./media/flags-645KQKNA.png");
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("./media/flags@2x-E4CMA2OR.png");
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}

/* src/portal-theme.scss */
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}
.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}
.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}
.cdk-drag-preview .mat-ripple-element,
.cdk-drag-placeholder .mat-ripple-element {
  display: none;
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}
textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}
@keyframes cdk-text-field-autofill-start {
}
@keyframes cdk-text-field-autofill-end {
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}
.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}
.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}
.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}
.mat-app-background {
  background-color: var(--mat-app-background-color, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}
.mat-elevation-z0,
.mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}
.mat-elevation-z1,
.mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}
.mat-elevation-z2,
.mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}
.mat-elevation-z3,
.mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}
.mat-elevation-z4,
.mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}
.mat-elevation-z5,
.mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}
.mat-elevation-z6,
.mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}
.mat-elevation-z7,
.mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}
.mat-elevation-z8,
.mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}
.mat-elevation-z9,
.mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}
.mat-elevation-z10,
.mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}
.mat-elevation-z11,
.mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}
.mat-elevation-z12,
.mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}
.mat-elevation-z13,
.mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}
.mat-elevation-z14,
.mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}
.mat-elevation-z15,
.mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}
.mat-elevation-z16,
.mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}
.mat-elevation-z17,
.mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}
.mat-elevation-z18,
.mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}
.mat-elevation-z19,
.mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}
.mat-elevation-z20,
.mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}
.mat-elevation-z21,
.mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}
.mat-elevation-z22,
.mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}
.mat-elevation-z23,
.mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}
.mat-elevation-z24,
.mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}
.mat-theme-loaded-marker {
  display: none;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #005cb9;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #005cb9;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f9b324;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #005cb9;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #005cb9;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #005cb9;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #005cb9;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #005cb9;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #005cb9;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f9b324;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f9b324;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-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);
}
html {
  --mat-option-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-option-label-text-line-height: 32px;
  --mat-option-label-text-size: 20px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-optgroup-label-text-line-height: 32px;
  --mat-optgroup-label-text-size: 20px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-option-selected-state-label-text-color: #005cb9;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-accent {
  --mat-option-selected-state-label-text-color: #005cb9;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
.mat-warn {
  --mat-option-selected-state-label-text-color: #f9b324;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}
html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #005cb9;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #005cb9;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-full-pseudo-checkbox-selected-icon-color: #005cb9;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #005cb9;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #005cb9;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #005cb9;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f9b324;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f9b324;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}
html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
  --mat-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);
}
html {
  --mat-option-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-option-label-text-line-height: 32px;
  --mat-option-label-text-size: 20px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}
html {
  --mat-optgroup-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-optgroup-label-text-line-height: 32px;
  --mat-optgroup-label-text-size: 20px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}
html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}
html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-card-title-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-card-title-text-line-height: 32px;
  --mat-card-title-text-size: 20px;
  --mat-card-title-text-tracking: 0.0125em;
  --mat-card-title-text-weight: 500;
  --mat-card-subtitle-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-card-subtitle-text-line-height: 22px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: 0.0071428571em;
  --mat-card-subtitle-text-weight: 500;
}
html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}
.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #005cb9;
  --mdc-linear-progress-track-color: rgba(0, 92, 185, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #005cb9;
  --mdc-linear-progress-track-color: rgba(0, 92, 185, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f9b324;
  --mdc-linear-progress-track-color: rgba(249, 179, 36, 0.25);
}
html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}
html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}
html {
  --mdc-plain-tooltip-supporting-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}
html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}
html {
  --mdc-filled-text-field-caret-color: #005cb9;
  --mdc-filled-text-field-focus-active-indicator-color: #005cb9;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 92, 185, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-hover-label-text-color: #f9b324;
  --mdc-filled-text-field-error-focus-label-text-color: #f9b324;
  --mdc-filled-text-field-error-label-text-color: #f9b324;
  --mdc-filled-text-field-error-caret-color: #f9b324;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f9b324;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f9b324;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f9b324;
  --mdc-outlined-text-field-caret-color: #005cb9;
  --mdc-outlined-text-field-focus-outline-color: #005cb9;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 92, 185, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f9b324;
  --mdc-outlined-text-field-error-focus-label-text-color: #f9b324;
  --mdc-outlined-text-field-error-label-text-color: #f9b324;
  --mdc-outlined-text-field-error-hover-label-text-color: #f9b324;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f9b324;
  --mdc-outlined-text-field-error-hover-outline-color: #f9b324;
  --mdc-outlined-text-field-error-outline-color: #f9b324;
  --mat-form-field-focus-select-arrow-color: rgba(0, 92, 185, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f9b324;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.08;
}
.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #005cb9;
  --mdc-filled-text-field-focus-active-indicator-color: #005cb9;
  --mdc-filled-text-field-focus-label-text-color: rgba(0, 92, 185, 0.87);
  --mdc-outlined-text-field-caret-color: #005cb9;
  --mdc-outlined-text-field-focus-outline-color: #005cb9;
  --mdc-outlined-text-field-focus-label-text-color: rgba(0, 92, 185, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(0, 92, 185, 0.87);
}
.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f9b324;
  --mdc-filled-text-field-focus-active-indicator-color: #f9b324;
  --mdc-filled-text-field-focus-label-text-color: rgba(249, 179, 36, 0.87);
  --mdc-outlined-text-field-caret-color: #f9b324;
  --mdc-outlined-text-field-focus-outline-color: #f9b324;
  --mdc-outlined-text-field-focus-label-text-color: rgba(249, 179, 36, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(249, 179, 36, 0.87);
}
html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}
html {
  --mdc-filled-text-field-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-filled-text-field-label-text-size: 20px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-outlined-text-field-label-text-size: 20px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-form-field-container-text-line-height: 32px;
  --mat-form-field-container-text-size: 20px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 20px;
  --mat-form-field-subscript-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}
html {
  --mat-select-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 92, 185, 0.87);
  --mat-select-invalid-arrow-color: rgba(249, 179, 36, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(0, 92, 185, 0.87);
  --mat-select-invalid-arrow-color: rgba(249, 179, 36, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(249, 179, 36, 0.87);
  --mat-select-invalid-arrow-color: rgba(249, 179, 36, 0.87);
}
html {
  --mat-select-arrow-transform: translateY(-8px);
}
html {
  --mat-select-trigger-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-select-trigger-text-line-height: 32px;
  --mat-select-trigger-text-size: 20px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}
html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
html {
  --mat-autocomplete-background-color: white;
}
html {
  --mdc-dialog-container-shape: 4px;
  --mat-dialog-container-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}
html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}
html {
  --mdc-dialog-subhead-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-dialog-subhead-line-height: 32px;
  --mdc-dialog-subhead-size: 20px;
  --mdc-dialog-subhead-weight: 500;
  --mdc-dialog-subhead-tracking: 0.0125em;
  --mdc-dialog-supporting-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-dialog-supporting-text-line-height: 32px;
  --mdc-dialog-supporting-text-size: 20px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}
.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}
.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
  --mat-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #005cb9;
  --mdc-chip-elevated-selected-container-color: #005cb9;
  --mdc-chip-elevated-disabled-container-color: #005cb9;
  --mdc-chip-flat-disabled-selected-container-color: #005cb9;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #005cb9;
  --mdc-chip-elevated-selected-container-color: #005cb9;
  --mdc-chip-elevated-disabled-container-color: #005cb9;
  --mdc-chip-flat-disabled-selected-container-color: #005cb9;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
  --mat-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,
.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #f9b324;
  --mdc-chip-elevated-selected-container-color: #f9b324;
  --mdc-chip-elevated-disabled-container-color: #f9b324;
  --mdc-chip-flat-disabled-selected-container-color: #f9b324;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-selected-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
  --mat-chip-selected-disabled-trailing-icon-color: black;
  --mat-chip-selected-trailing-icon-color: black;
}
.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}
.mat-mdc-standard-chip {
  --mdc-chip-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-chip-label-text-line-height: 20px;
  --mdc-chip-label-text-size: 14px;
  --mdc-chip-label-text-tracking: 0.0178571429em;
  --mdc-chip-label-text-weight: 400;
}
html {
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}
html {
  --mdc-switch-selected-focus-state-layer-color: #0054b2;
  --mdc-switch-selected-handle-color: #0054b2;
  --mdc-switch-selected-hover-state-layer-color: #0054b2;
  --mdc-switch-selected-pressed-state-layer-color: #0054b2;
  --mdc-switch-selected-focus-handle-color: #003093;
  --mdc-switch-selected-hover-handle-color: #003093;
  --mdc-switch-selected-pressed-handle-color: #003093;
  --mdc-switch-selected-focus-track-color: #4d8dce;
  --mdc-switch-selected-hover-track-color: #4d8dce;
  --mdc-switch-selected-pressed-track-color: #4d8dce;
  --mdc-switch-selected-track-color: #4d8dce;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: #fff;
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-switch-handle-elevation-shadow:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-handle-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html .mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #0054b2;
  --mdc-switch-selected-handle-color: #0054b2;
  --mdc-switch-selected-hover-state-layer-color: #0054b2;
  --mdc-switch-selected-pressed-state-layer-color: #0054b2;
  --mdc-switch-selected-focus-handle-color: #003093;
  --mdc-switch-selected-hover-handle-color: #003093;
  --mdc-switch-selected-pressed-handle-color: #003093;
  --mdc-switch-selected-focus-track-color: #4d8dce;
  --mdc-switch-selected-hover-track-color: #4d8dce;
  --mdc-switch-selected-pressed-track-color: #4d8dce;
  --mdc-switch-selected-track-color: #4d8dce;
}
html .mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #f8ac20;
  --mdc-switch-selected-handle-color: #f8ac20;
  --mdc-switch-selected-hover-state-layer-color: #f8ac20;
  --mdc-switch-selected-pressed-state-layer-color: #f8ac20;
  --mdc-switch-selected-focus-handle-color: #f58b0d;
  --mdc-switch-selected-hover-handle-color: #f58b0d;
  --mdc-switch-selected-pressed-handle-color: #f58b0d;
  --mdc-switch-selected-focus-track-color: #fbca66;
  --mdc-switch-selected-hover-track-color: #fbca66;
  --mdc-switch-selected-pressed-track-color: #fbca66;
  --mdc-switch-selected-track-color: #fbca66;
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-switch-label-text-line-height: 20px;
  --mat-switch-label-text-size: 14px;
  --mat-switch-label-text-tracking: 0.0178571429em;
  --mat-switch-label-text-weight: 400;
}
html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #005cb9;
  --mdc-radio-selected-hover-icon-color: #005cb9;
  --mdc-radio-selected-icon-color: #005cb9;
  --mdc-radio-selected-pressed-icon-color: #005cb9;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #005cb9;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #005cb9;
  --mdc-radio-selected-hover-icon-color: #005cb9;
  --mdc-radio-selected-icon-color: #005cb9;
  --mdc-radio-selected-pressed-icon-color: #005cb9;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #005cb9;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f9b324;
  --mdc-radio-selected-hover-icon-color: #f9b324;
  --mdc-radio-selected-icon-color: #f9b324;
  --mdc-radio-selected-pressed-icon-color: #f9b324;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #f9b324;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}
html {
  --mat-radio-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-radio-label-text-line-height: 20px;
  --mat-radio-label-text-size: 14px;
  --mat-radio-label-text-tracking: 0.0178571429em;
  --mat-radio-label-text-weight: 400;
}
html {
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
  --mdc-slider-handle-elevation:
    0px 2px 1px -1px rgba(0, 0, 0, 0.2),
    0px 1px 1px 0px rgba(0, 0, 0, 0.14),
    0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
}
html {
  --mdc-slider-handle-color: #005cb9;
  --mdc-slider-focus-handle-color: #005cb9;
  --mdc-slider-hover-handle-color: #005cb9;
  --mdc-slider-active-track-color: #005cb9;
  --mdc-slider-inactive-track-color: #005cb9;
  --mdc-slider-with-tick-marks-inactive-container-color: #005cb9;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mat-slider-ripple-color: #005cb9;
  --mat-slider-hover-state-layer-color: rgba(0, 92, 185, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 92, 185, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #005cb9;
  --mdc-slider-focus-handle-color: #005cb9;
  --mdc-slider-hover-handle-color: #005cb9;
  --mdc-slider-active-track-color: #005cb9;
  --mdc-slider-inactive-track-color: #005cb9;
  --mdc-slider-with-tick-marks-inactive-container-color: #005cb9;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #005cb9;
  --mat-slider-hover-state-layer-color: rgba(0, 92, 185, 0.05);
  --mat-slider-focus-state-layer-color: rgba(0, 92, 185, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #f9b324;
  --mdc-slider-focus-handle-color: #f9b324;
  --mdc-slider-hover-handle-color: #f9b324;
  --mdc-slider-active-track-color: #f9b324;
  --mdc-slider-inactive-track-color: #f9b324;
  --mdc-slider-with-tick-marks-inactive-container-color: #f9b324;
  --mdc-slider-with-tick-marks-active-container-color: black;
  --mat-slider-ripple-color: #f9b324;
  --mat-slider-hover-state-layer-color: rgba(249, 179, 36, 0.05);
  --mat-slider-focus-state-layer-color: rgba(249, 179, 36, 0.2);
}
html {
  --mdc-slider-label-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 22px;
  --mdc-slider-label-label-text-tracking: 0.0071428571em;
  --mdc-slider-label-label-text-weight: 500;
}
html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
}
html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-menu-item-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-menu-item-label-text-size: 20px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 32px;
  --mat-menu-item-label-text-weight: 400;
}
html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}
html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #005cb9;
  --mdc-radio-selected-hover-icon-color: #005cb9;
  --mdc-radio-selected-icon-color: #005cb9;
  --mdc-radio-selected-pressed-icon-color: #005cb9;
}
.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #005cb9;
  --mdc-radio-selected-hover-icon-color: #005cb9;
  --mdc-radio-selected-icon-color: #005cb9;
  --mdc-radio-selected-pressed-icon-color: #005cb9;
}
.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f9b324;
  --mdc-radio-selected-hover-icon-color: #f9b324;
  --mdc-radio-selected-icon-color: #f9b324;
  --mdc-radio-selected-pressed-icon-color: #f9b324;
}
.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #005cb9;
  --mdc-checkbox-selected-hover-icon-color: #005cb9;
  --mdc-checkbox-selected-icon-color: #005cb9;
  --mdc-checkbox-selected-pressed-icon-color: #005cb9;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #005cb9;
  --mdc-checkbox-selected-hover-state-layer-color: #005cb9;
  --mdc-checkbox-selected-pressed-state-layer-color: #005cb9;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #005cb9;
  --mdc-checkbox-selected-hover-icon-color: #005cb9;
  --mdc-checkbox-selected-icon-color: #005cb9;
  --mdc-checkbox-selected-pressed-icon-color: #005cb9;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #005cb9;
  --mdc-checkbox-selected-hover-state-layer-color: #005cb9;
  --mdc-checkbox-selected-pressed-state-layer-color: #005cb9;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #f9b324;
  --mdc-checkbox-selected-hover-icon-color: #f9b324;
  --mdc-checkbox-selected-icon-color: #f9b324;
  --mdc-checkbox-selected-pressed-icon-color: #f9b324;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f9b324;
  --mdc-checkbox-selected-hover-state-layer-color: #f9b324;
  --mdc-checkbox-selected-pressed-state-layer-color: #f9b324;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #005cb9;
}
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}
html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}
.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}
html {
  --mdc-list-list-item-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-list-list-item-label-text-line-height: 32px;
  --mdc-list-list-item-label-text-size: 20px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-list-list-item-supporting-text-line-height: 20px;
  --mdc-list-list-item-supporting-text-size: 14px;
  --mdc-list-list-item-supporting-text-tracking: 0.0178571429em;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}
.mdc-list-group__subheader {
  font:
    400 16px / 28px Roboto,
    Work Sans,
    sans-serif;
  letter-spacing: 0.009375em;
}
html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}
html {
  --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;
}
html {
  --mat-paginator-container-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}
html {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}
.mat-mdc-tab-group,
.mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #005cb9;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #005cb9;
  --mat-tab-header-active-ripple-color: #005cb9;
  --mat-tab-header-inactive-ripple-color: #005cb9;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #005cb9;
  --mat-tab-header-active-hover-label-text-color: #005cb9;
  --mat-tab-header-active-focus-indicator-color: #005cb9;
  --mat-tab-header-active-hover-indicator-color: #005cb9;
}
.mat-mdc-tab-group.mat-accent,
.mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #005cb9;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #005cb9;
  --mat-tab-header-active-ripple-color: #005cb9;
  --mat-tab-header-inactive-ripple-color: #005cb9;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #005cb9;
  --mat-tab-header-active-hover-label-text-color: #005cb9;
  --mat-tab-header-active-focus-indicator-color: #005cb9;
  --mat-tab-header-active-hover-indicator-color: #005cb9;
}
.mat-mdc-tab-group.mat-warn,
.mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f9b324;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f9b324;
  --mat-tab-header-active-ripple-color: #f9b324;
  --mat-tab-header-inactive-ripple-color: #f9b324;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f9b324;
  --mat-tab-header-active-hover-label-text-color: #f9b324;
  --mat-tab-header-active-focus-indicator-color: #f9b324;
  --mat-tab-header-active-hover-indicator-color: #f9b324;
}
.mat-mdc-tab-group.mat-background-primary,
.mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #005cb9;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent,
.mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #005cb9;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn,
.mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f9b324;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}
.mat-mdc-tab-header {
  --mat-tab-header-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: 0.0892857143em;
  --mat-tab-header-label-text-line-height: 36px;
  --mat-tab-header-label-text-weight: 500;
}
html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}
html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #005cb9;
  --mdc-checkbox-selected-hover-icon-color: #005cb9;
  --mdc-checkbox-selected-icon-color: #005cb9;
  --mdc-checkbox-selected-pressed-icon-color: #005cb9;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #005cb9;
  --mdc-checkbox-selected-hover-state-layer-color: #005cb9;
  --mdc-checkbox-selected-pressed-state-layer-color: #005cb9;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
  --mat-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: white;
  --mdc-checkbox-selected-focus-icon-color: #005cb9;
  --mdc-checkbox-selected-hover-icon-color: #005cb9;
  --mdc-checkbox-selected-icon-color: #005cb9;
  --mdc-checkbox-selected-pressed-icon-color: #005cb9;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #005cb9;
  --mdc-checkbox-selected-hover-state-layer-color: #005cb9;
  --mdc-checkbox-selected-pressed-state-layer-color: #005cb9;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: black;
  --mdc-checkbox-selected-focus-icon-color: #f9b324;
  --mdc-checkbox-selected-hover-icon-color: #f9b324;
  --mdc-checkbox-selected-icon-color: #f9b324;
  --mdc-checkbox-selected-pressed-icon-color: #f9b324;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f9b324;
  --mdc-checkbox-selected-hover-state-layer-color: #f9b324;
  --mdc-checkbox-selected-pressed-state-layer-color: #f9b324;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}
html {
  --mat-checkbox-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-checkbox-label-text-line-height: 20px;
  --mat-checkbox-label-text-size: 14px;
  --mat-checkbox-label-text-tracking: 0.0178571429em;
  --mat-checkbox-label-text-weight: 400;
}
html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-container-elevation-shadow:
    0px 3px 1px -2px rgba(0, 0, 0, 0.2),
    0px 2px 2px 0px rgba(0, 0, 0, 0.14),
    0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow:
    0px 0px 0px 0px rgba(0, 0, 0, 0.2),
    0px 0px 0px 0px rgba(0, 0, 0, 0.14),
    0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}
html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: black;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: black;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}
.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #005cb9;
  --mat-text-button-state-layer-color: #005cb9;
  --mat-text-button-ripple-color: rgba(0, 92, 185, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #005cb9;
  --mat-text-button-state-layer-color: #005cb9;
  --mat-text-button-ripple-color: rgba(0, 92, 185, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f9b324;
  --mat-text-button-state-layer-color: #f9b324;
  --mat-text-button-ripple-color: rgba(249, 179, 36, 0.1);
}
.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #005cb9;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #005cb9;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f9b324;
  --mdc-filled-button-label-text-color: black;
  --mat-filled-button-state-layer-color: black;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #005cb9;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #005cb9;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f9b324;
  --mdc-protected-button-label-text-color: black;
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #005cb9;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #005cb9;
  --mat-outlined-button-ripple-color: rgba(0, 92, 185, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #005cb9;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #005cb9;
  --mat-outlined-button-ripple-color: rgba(0, 92, 185, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f9b324;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f9b324;
  --mat-outlined-button-ripple-color: rgba(249, 179, 36, 0.1);
}
html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}
html {
  --mdc-text-button-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: 0.0892857143em;
  --mdc-text-button-label-text-weight: 500;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: 0.0892857143em;
  --mdc-filled-button-label-text-weight: 500;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: 0.0892857143em;
  --mdc-protected-button-label-text-weight: 500;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: 0.0892857143em;
  --mdc-outlined-button-label-text-weight: 500;
  --mdc-outlined-button-label-text-transform: none;
}
html {
  --mdc-icon-button-icon-size: 24px;
}
html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #005cb9;
  --mat-icon-button-state-layer-color: #005cb9;
  --mat-icon-button-ripple-color: rgba(0, 92, 185, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #005cb9;
  --mat-icon-button-state-layer-color: #005cb9;
  --mat-icon-button-ripple-color: rgba(0, 92, 185, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f9b324;
  --mat-icon-button-state-layer-color: #f9b324;
  --mat-icon-button-ripple-color: rgba(249, 179, 36, 0.1);
}
html {
  --mat-icon-button-touch-target-display: block;
}
.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}
html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-container-shape: 50%;
  --mdc-fab-small-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-small-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --mdc-extended-fab-container-elevation-shadow:
    0px 3px 5px -1px rgba(0, 0, 0, 0.2),
    0px 6px 10px 0px rgba(0, 0, 0, 0.14),
    0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow:
    0px 5px 5px -3px rgba(0, 0, 0, 0.2),
    0px 8px 10px 1px rgba(0, 0, 0, 0.14),
    0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow:
    0px 7px 8px -4px rgba(0, 0, 0, 0.2),
    0px 12px 17px 2px rgba(0, 0, 0, 0.14),
    0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
html {
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #005cb9;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #005cb9;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #f9b324;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #005cb9;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #005cb9;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #f9b324;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
}
html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}
html {
  --mdc-extended-fab-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: 0.0892857143em;
  --mdc-extended-fab-label-text-weight: 500;
}
html {
  --mdc-snackbar-container-shape: 4px;
}
html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #005cb9;
}
html {
  --mdc-snackbar-supporting-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mdc-snackbar-supporting-text-line-height: 20px;
  --mdc-snackbar-supporting-text-size: 14px;
  --mdc-snackbar-supporting-text-weight: 400;
}
html {
  --mat-table-row-item-outline-width: 1px;
}
html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}
html {
  --mat-table-header-headline-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-table-header-headline-line-height: 22px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 500;
  --mat-table-header-headline-tracking: 0.0071428571em;
  --mat-table-row-item-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-table-row-item-label-text-line-height: 20px;
  --mat-table-row-item-label-text-size: 14px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: 0.0178571429em;
  --mat-table-footer-supporting-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-table-footer-supporting-text-line-height: 20px;
  --mat-table-footer-supporting-text-size: 14px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: 0.0178571429em;
}
html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}
html {
  --mdc-circular-progress-active-indicator-color: #005cb9;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #005cb9;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f9b324;
}
html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}
html {
  --mat-badge-background-color: #005cb9;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}
.mat-badge-accent {
  --mat-badge-background-color: #005cb9;
  --mat-badge-text-color: white;
}
.mat-badge-warn {
  --mat-badge-background-color: #f9b324;
  --mat-badge-text-color: black;
}
html {
  --mat-badge-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}
html {
  --mat-bottom-sheet-container-shape: 4px;
}
html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}
html {
  --mat-bottom-sheet-container-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-bottom-sheet-container-text-line-height: 20px;
  --mat-bottom-sheet-container-text-size: 14px;
  --mat-bottom-sheet-container-text-tracking: 0.0178571429em;
  --mat-bottom-sheet-container-text-weight: 400;
}
html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}
html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}
html {
  --mat-standard-button-toggle-height: 48px;
}
html {
  --mat-legacy-button-toggle-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-legacy-button-toggle-label-text-line-height: 32px;
  --mat-legacy-button-toggle-label-text-size: 20px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-standard-button-toggle-label-text-line-height: 32px;
  --mat-standard-button-toggle-label-text-size: 20px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}
html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-container-elevation-shadow:
    0px 2px 4px -1px rgba(0, 0, 0, 0.2),
    0px 4px 5px 0px rgba(0, 0, 0, 0.14),
    0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-container-touch-elevation-shadow:
    0px 11px 15px -7px rgba(0, 0, 0, 0.2),
    0px 24px 38px 3px rgba(0, 0, 0, 0.14),
    0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #005cb9;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 92, 185, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 92, 185, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 92, 185, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #005cb9;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 92, 185, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-text-color: black;
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #005cb9;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(0, 92, 185, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(0, 92, 185, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(0, 92, 185, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(0, 92, 185, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #f9b324;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(249, 179, 36, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(249, 179, 36, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(249, 179, 36, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(249, 179, 36, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #005cb9;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f9b324;
}
.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
html {
  --mat-datepicker-calendar-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 500;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 500;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}
html {
  --mat-divider-width: 1px;
}
html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}
html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}
html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}
html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}
html {
  --mat-expansion-header-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 500;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-expansion-container-text-line-height: 20px;
  --mat-expansion-container-text-size: 14px;
  --mat-expansion-container-text-tracking: 0.0178571429em;
  --mat-expansion-container-text-weight: 400;
}
html {
  --mat-grid-list-tile-header-primary-text-size: 14px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 14px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}
html {
  --mat-icon-color: inherit;
}
.mat-icon.mat-primary {
  --mat-icon-color: #005cb9;
}
.mat-icon.mat-accent {
  --mat-icon-color: #005cb9;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f9b324;
}
html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-shadow:
    0px 8px 10px -5px rgba(0, 0, 0, 0.2),
    0px 16px 24px 2px rgba(0, 0, 0, 0.14),
    0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-width: auto;
}
html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}
html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #005cb9;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #005cb9;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #005cb9;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f9b324;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f9b324;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #005cb9;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #005cb9;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #005cb9;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #f9b324;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #f9b324;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #f9b324;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html {
  --mat-stepper-header-height: 72px;
}
html {
  --mat-stepper-container-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-stepper-header-label-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-stepper-header-label-text-size: 14px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 20px;
  --mat-stepper-header-selected-state-label-text-size: 20px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}
html {
  --mat-sort-arrow-color: #757575;
}
html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #005cb9;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #005cb9;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f9b324;
  --mat-toolbar-container-text-color: black;
}
html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}
html {
  --mat-toolbar-title-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-toolbar-title-text-line-height: 32px;
  --mat-toolbar-title-text-size: 20px;
  --mat-toolbar-title-text-tracking: 0.0125em;
  --mat-toolbar-title-text-weight: 500;
}
html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mat-tree-node-min-height: 48px;
}
html {
  --mat-tree-node-text-font:
    Roboto,
    Work Sans ,
    sans-serif;
  --mat-tree-node-text-size: 14px;
  --mat-tree-node-text-weight: 400;
}

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* src/styles.scss */
*:active,
* :focus {
  outline: none !important;
}
code {
  white-space: nowrap;
  border-radius: 10px;
  padding: 0 8px 1px 8px;
}
.mat-menu-content fa-icon {
  position: relative;
  top: 2px;
  left: 4px;
}
p a {
  border-bottom: 3px solid;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
body,
html {
  font-family:
    "Intro",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 16px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0 0 1rem 0;
  padding: 0;
}
ol,
ul {
  list-style-type: none;
}
img {
  height: auto;
}
h1 {
  font-size: 4rem;
}
h2 {
  font-size: 3rem;
}
h3 {
  font-size: 2rem;
}
h4 {
  font-size: 1rem;
}
h5 {
  font-size: 0.8rem;
}
h6 {
  font-size: 0.6rem;
}
a {
  text-decoration: none;
}
body,
html {
  font-family: "Roboto", sans-serif !important;
  background-color: #ededed !important;
  display: flex !important;
  flex: 1 0 auto !important;
  width: 100% !important;
  height: 100% !important;
  max-height: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: #003093 !important;
}
html,
body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: normal !important;
  color: #003093;
}
h1,
.h1 {
  font-size: 1.5rem !important;
}
h2,
.h2 {
  font-size: 1.4rem !important;
}
h3,
.h3 {
  font-size: 1.3rem !important;
}
h4,
.h4 {
  font-size: 1.2rem !important;
}
h5,
.h5 {
  font-size: 1.1rem !important;
}
h6,
.h6 {
  font-size: 0.95rem !important;
}
a {
  cursor: pointer;
  text-decoration: none;
}
a:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):hover,
a:not(.mat-button):not(.mat-raised-button):not(.mat-icon-button):not(.mat-fab):not(.mat-mini-fab):active {
  text-decoration: underline;
}
abbr {
  cursor: help;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.54);
}
blockquote {
  border-left: 3px solid rgba(0, 0, 0, 0.12);
  font-style: italic;
  margin: 1em 0;
  padding-left: 16px;
}
blockquote footer {
  font-style: normal;
}
blockquote footer:before {
  content: "\2014\a0";
}
blockquote.reverse {
  border-left: none;
  border-right: 3px solid rgba(0, 0, 0, 0.12);
  text-align: right;
  padding-left: 0;
  padding-right: 16px;
}
blockquote.reverse footer:before {
  content: "";
}
blockquote.reverse footer:after {
  content: "\2014\a0";
}
code {
  font-size: 105%;
  color: #ffffff !important;
  white-space: wrap;
  font-family:
    Consolas,
    Menlo,
    Monaco,
    Lucida Console,
    Liberation Mono,
    DejaVu Sans Mono,
    Bitstream Vera Sans Mono,
    Courier New,
    monospace,
    serif;
  background-color: #000000;
  line-height: 1.7;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 4px 0 16px 0;
}
mark {
  background: #005cb9;
}
pre {
  line-height: 1.6;
  margin: 8px 16px;
  white-space: pre-wrap;
}
small {
  font-size: 80%;
}
.text-smaller {
  font-size: 0.8rem;
  line-height: 0.9;
}
table thead tr th {
  text-align: left;
}
.text-italic {
  font-style: italic;
}
.text-semibold {
  font-weight: 600;
}
.text-bold,
strong {
  font-weight: 700;
}
.text-strike {
  text-decoration: line-through;
}
.text-super {
  vertical-align: super;
}
.text-sub {
  vertical-align: sub;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right;
}
.vertical-align-top {
  vertical-align: top !important;
}
.font-weight-100 {
  font-weight: 100;
}
.font-weight-200 {
  font-weight: 200;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400,
.num,
.currencyFeatureWhite {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800,
.mfa-info {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.font-size-2 {
  font-size: 2px;
}
.font-size-4 {
  font-size: 4px;
}
.font-size-6 {
  font-size: 6px;
}
.font-size-8 {
  font-size: 8px;
}
.font-size-10 {
  font-size: 10px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-18 {
  font-size: 18px;
}
.font-size-20 {
  font-size: 20px;
}
.font-size-22 {
  font-size: 22px;
}
.font-size-24 {
  font-size: 24px;
}
.font-size-26 {
  font-size: 26px;
}
.font-size-28 {
  font-size: 28px;
}
.font-size-30 {
  font-size: 30px;
}
.font-size-32 {
  font-size: 32px;
}
.font-size-34 {
  font-size: 34px;
}
.font-size-36 {
  font-size: 36px;
}
.font-size-38 {
  font-size: 38px;
}
.font-size-40 {
  font-size: 40px;
}
.font-size-42 {
  font-size: 42px;
}
.font-size-44 {
  font-size: 44px;
}
.font-size-46 {
  font-size: 46px;
}
.font-size-48 {
  font-size: 48px;
}
.font-size-50 {
  font-size: 50px;
}
.font-size-52 {
  font-size: 52px;
}
.font-size-54 {
  font-size: 54px;
}
.font-size-56 {
  font-size: 56px;
}
.font-size-58 {
  font-size: 58px;
}
.font-size-60 {
  font-size: 60px;
}
.font-size-62 {
  font-size: 62px;
}
.font-size-64 {
  font-size: 64px;
}
.font-size-66 {
  font-size: 66px;
}
.font-size-68 {
  font-size: 68px;
}
.font-size-70 {
  font-size: 70px;
}
.font-size-72 {
  font-size: 72px;
}
.font-size-74 {
  font-size: 74px;
}
.font-size-76 {
  font-size: 76px;
}
.font-size-78 {
  font-size: 78px;
}
.font-size-80 {
  font-size: 80px;
}
.font-size-82 {
  font-size: 82px;
}
.font-size-84 {
  font-size: 84px;
}
.font-size-86 {
  font-size: 86px;
}
.font-size-88 {
  font-size: 88px;
}
.font-size-90 {
  font-size: 90px;
}
.font-size-92 {
  font-size: 92px;
}
.font-size-94 {
  font-size: 94px;
}
.font-size-96 {
  font-size: 96px;
}
.font-size-98 {
  font-size: 98px;
}
.font-size-100 {
  font-size: 100px;
}
.font-size-102 {
  font-size: 102px;
}
.font-size-104 {
  font-size: 104px;
}
.font-size-106 {
  font-size: 106px;
}
.font-size-108 {
  font-size: 108px;
}
.font-size-110 {
  font-size: 110px;
}
.font-size-112 {
  font-size: 112px;
}
.font-size-114 {
  font-size: 114px;
}
.font-size-116 {
  font-size: 116px;
}
.font-size-118 {
  font-size: 118px;
}
.font-size-120 {
  font-size: 120px;
}
.line-height-2 {
  line-height: 2px;
}
.line-height-4 {
  line-height: 4px;
}
.line-height-6 {
  line-height: 6px;
}
.line-height-8 {
  line-height: 8px;
}
.line-height-10 {
  line-height: 10px;
}
.line-height-12 {
  line-height: 12px;
}
.line-height-14 {
  line-height: 14px;
}
.line-height-16 {
  line-height: 16px;
}
.line-height-18 {
  line-height: 18px;
}
.line-height-20 {
  line-height: 20px;
}
.line-height-22 {
  line-height: 22px;
}
.line-height-24 {
  line-height: 24px;
}
.line-height-26 {
  line-height: 26px;
}
.line-height-28 {
  line-height: 28px;
}
.line-height-30 {
  line-height: 30px;
}
.line-height-32 {
  line-height: 32px;
}
.line-height-34 {
  line-height: 34px;
}
.line-height-36 {
  line-height: 36px;
}
.line-height-38 {
  line-height: 38px;
}
.line-height-40 {
  line-height: 40px;
}
.line-height-42 {
  line-height: 42px;
}
.line-height-44 {
  line-height: 44px;
}
.line-height-46 {
  line-height: 46px;
}
.line-height-48 {
  line-height: 48px;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-52 {
  line-height: 52px;
}
.line-height-54 {
  line-height: 54px;
}
.line-height-56 {
  line-height: 56px;
}
.line-height-58 {
  line-height: 58px;
}
.line-height-60 {
  line-height: 60px;
}
.line-height-62 {
  line-height: 62px;
}
.line-height-64 {
  line-height: 64px;
}
.line-height-66 {
  line-height: 66px;
}
.line-height-68 {
  line-height: 68px;
}
.line-height-70 {
  line-height: 70px;
}
.line-height-72 {
  line-height: 72px;
}
.line-height-74 {
  line-height: 74px;
}
.line-height-76 {
  line-height: 76px;
}
.line-height-78 {
  line-height: 78px;
}
.line-height-80 {
  line-height: 80px;
}
.line-height-82 {
  line-height: 82px;
}
.line-height-84 {
  line-height: 84px;
}
.line-height-86 {
  line-height: 86px;
}
.line-height-88 {
  line-height: 88px;
}
.line-height-90 {
  line-height: 90px;
}
.line-height-92 {
  line-height: 92px;
}
.line-height-94 {
  line-height: 94px;
}
.line-height-96 {
  line-height: 96px;
}
.line-height-98 {
  line-height: 98px;
}
.line-height-100 {
  line-height: 100px;
}
.line-height-102 {
  line-height: 102px;
}
.line-height-104 {
  line-height: 104px;
}
.line-height-106 {
  line-height: 106px;
}
.line-height-108 {
  line-height: 108px;
}
.line-height-110 {
  line-height: 110px;
}
.line-height-112 {
  line-height: 112px;
}
.line-height-114 {
  line-height: 114px;
}
.line-height-116 {
  line-height: 116px;
}
.line-height-118 {
  line-height: 118px;
}
.line-height-120 {
  line-height: 120px;
}
.line-height-1 {
  line-height: 1;
}
.line-height-1\.25 {
  line-height: 1.25;
}
.line-height-1\.5,
.line-height-1\.50 {
  line-height: 1.5;
}
.line-height-1\.75 {
  line-height: 1.75;
}
.letter-spacing-condensed {
  letter-spacing: -0.02em;
}
.letter-spacing-normal {
  letter-spacing: normal;
}
.letter-spacing-relaxed {
  letter-spacing: 0.02em;
}
.padding-0\.5 {
  padding: 0.5rem !important;
}
.text-boxed {
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0 8px;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.text-truncate {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-nowrap {
  white-space: nowrap;
}
.text-of-ellipsis {
  text-overflow: ellipsis;
}
.message-error {
  color: red;
  font-style: italic;
}
.message-box {
  padding: 16px;
  background: #607d8b;
  text-align: left !important;
  border-left: 6px solid #37474f;
  color: #fff;
}
.message-box.error {
  background: #ef5350;
  border-left-color: #b71c1c;
}
.message-box.warning {
  background: #ffecb3;
  border-left-color: #ffc107;
  color: black;
}
.message-box.success {
  background: #ddeeed;
  border-left-color: #008a63;
}
.message-box.info {
  background: #e7efff;
  border-left-color: #4379db;
  color: black;
}
.message-box-info {
  padding: 16px;
  background: #e7efff;
  border-left: 6px solid #4379db;
  color: black;
}
.message-box-warning {
  padding: 16px;
  background: #ffecb3;
  border-left: 6px solid #ffc107;
  color: black;
}
.message-box-disabled {
  padding: 16px;
  background: #ededed;
  border-left: 6px solid #b3b3b3;
  color: black;
}
.textSubtitle1 {
  margin-top: 1.2em !important;
  margin-right: 0.4em !important;
  text-align: left !important;
  font-size: 1.15rem !important;
  font-weight: 400 !important;
}
.textLarge {
  font-size: 1.05rem !important;
}
.textBlack0_54 {
  color: rgba(0, 0, 0, 0.54);
}
.TestoInclinato50Deg {
  background-color: #005cb9;
  color: #fff;
  min-width: 100px;
  transform: rotate(50deg);
  -webkit-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
}
.textGray {
  color: #b3b3b3;
}
.textGray400 {
  color: #7d7d7d;
}
.xxlTitle {
  font-size: 2rem !important;
}
.text-white {
  color: #fff;
}
.f-smaller {
  font-size: smaller;
}
.f-small {
  font-size: small;
}
.f-medium {
  font-size: medium;
}
.f-120 {
  font-size: 1.2rem;
}
.f-105 {
  font-size: 1.05rem;
}
.f-095 {
  font-size: 0.95rem;
}
.fw-400 {
  font-weight: 400;
}
.headerStyle {
  background-color: #005cb9 !important;
  padding: 0.5rem !important;
  padding-bottom: 1.5rem !important;
  padding-top: 0.2rem !important;
  min-height: 7.5rem;
}
.headerStyleDialog {
  background-color: #005cb9 !important;
  padding: 0.5rem !important;
  padding-top: 1.2rem !important;
}
.headerStyle div {
  color: #fff !important;
}
.headerStyle h1 {
  color: #fff;
  font-weight: 400 !important;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 2.5rem;
  font-size: 1.7rem !important;
  margin-left: 0.6rem !important;
  margin-right: 0.9rem !important;
}
.headerStyle h4 {
  color: #beceff !important;
  font-weight: 200 !important;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.7rem;
  font-size: 1.5rem !important;
  margin-left: 0.6rem !important;
  margin-right: 0.9rem !important;
}
.headerStyleDialog h4 {
  color: #beceff !important;
  font-weight: 200 !important;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.7rem;
  font-size: 1.5rem !important;
  margin-left: 0.6rem !important;
  margin-right: 0.9rem !important;
}
.headerStyle h6 {
  color: #beceff !important;
  font-family: "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1rem;
  font-size: 0.95rem !important;
  margin-left: 0.6rem !important;
  margin-right: 0.9rem !important;
}
.mat-list-base {
  padding: 0 !important;
}
.mat-list-option,
.mat-nav-list .mat-list-item,
.mat-action-list .mat-list-item {
  margin-right: 3rem !important;
  border-radius: 0px 20px 20px 0 !important;
  width: 97% !important;
  background-color: transparent !important;
  text-decoration: none !important;
}
.mat-list-option:hover,
.mat-nav-list .mat-list-item:hover,
.mat-action-list .mat-list-item:hover {
  background-color: #e0ebf7 !important;
  text-decoration: none !important;
}
.mat-list-option:focus,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:focus {
  background-color: transparent;
}
@media only screen and (max-width: 600px) {
  mat-sidenav {
    width: 100%;
  }
}
mat-nav-list {
  padding: 0;
}
.sidenav-end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.sidenav-center-btn {
  display: flex;
  align-items: center;
  width: 100%;
  color: #666666;
  margin-left: 0.8rem;
}
.sidenav-center-btn:hover {
  display: flex;
  align-items: center;
  width: 100%;
}
.sidenav-btn {
  background: none;
  border-width: 0px;
  width: 100%;
  text-align: left;
}
.sidenav-profile {
  display: flex;
  padding: 3rem;
  padding-bottom: 0;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 5rem;
  background-color: #005cb9 !important;
}
.material-iconsMenu {
  color: #666666 !important;
  font-size: 1.3rem;
}
body:not(.is-mobile) ::-webkit-scrollbar {
  width: 12px;
  height: 12px;
  background-color: #fff;
}
body:not(.is-mobile) ::-webkit-scrollbar:hover {
  background-color: #ededed;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb {
  border: 2px solid transparent;
  box-shadow: inset 0 0 0 12px #b3b3b3;
  border-radius: 12px;
}
body:not(.is-mobile) ::-webkit-scrollbar-thumb:active {
  box-shadow: inset 0 0 0 12px #7d7d7d;
  border-radius: 12px;
}
.breadcrumbGlobal,
.breadcrumbGlobal .material-icons {
  background-color: #005cb9;
  flex-direction: row;
  box-sizing: border-box;
  display: flex;
  place-content: center flex-start;
  align-items: center;
  padding-left: 0.2rem !important;
  font-size: 0.8rem !important;
}
.breadcrumbGlobal {
  padding-top: 0.8rem;
}
.breadcrumbGlobal mat-icon,
.breadcrumbGlobal a,
.breadcrumbGlobal a mat-icon,
.breadcrumbGlobal span {
  color: hsla(0, 0%, 100%, 0.7) !important;
  letter-spacing: -0.1px !important;
}
.fuse-card-100 {
  min-width: 100%;
  min-width: 100%;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
}
.fuse-card-grid {
  min-width: 400px;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
}
.fuse-card-grid-medium {
  min-width: 600px;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
}
.fuse-card-grid-large {
  min-width: 1000px;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
}
@media (min-width: 640px) {
  .fuse-card-xlarge {
    width: 100% !important;
    border-radius: 20px !important;
    text-align: left;
    margin: 2rem !important;
  }
  .fuse-card-xxlarge {
    max-width: 1345px;
    min-width: 1345px;
    border-radius: 20px !important;
    text-align: left;
    margin: 2rem !important;
  }
}
@media (max-width: 1400px) {
  .fuse-card-xxlarge {
    max-width: 640px;
    border-radius: 20px !important;
    text-align: left;
    margin: 2rem !important;
    max-width: auto;
    min-width: auto;
  }
}
.fuse-card-large {
  max-width: 400px;
  min-width: 400px;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
}
.fuse-card-500 {
  max-width: 500px;
  min-width: 500px;
  border-radius: 20px !important;
  margin: 2rem !important;
}
.fuse-card-medium {
  max-width: 320px !important;
  min-width: 320px !important;
  min-height: 300px;
  border-radius: 20px !important;
  text-align: center;
  overflow: hidden;
}
.fuse-card-medium mat-card-content {
  margin-bottom: 0px !important;
  min-height: 60px !important;
  display: flex;
  justify-content: center;
}
.align-stretch .col-auto .fuse-card-medium {
  height: 100%;
}
.fuse-card-medium--nominheight {
  min-height: auto;
}
.fuse-card-medium .card-product-logoArea {
  min-height: 120px;
}
.fuse-card-medium .card-product-coloredArea {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.fuse-card-news {
  width: 90% !important;
  border-radius: 20px !important;
  text-align: center;
  margin: 2rem !important;
  margin-left: 5rem !important;
  margin-right: 5rem !important;
  background-color: #fff !important;
}
.fuse-card-news mat-card-content {
  margin-bottom: 0px !important;
  min-height: 5.5rem !important;
}
.fuse-card-small {
  max-width: 250px;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
}
@media (min-width: 750px) {
  .fuse-card-product {
    max-width: 750px !important;
    min-width: 750px !important;
    border-radius: 20px !important;
    text-align: left;
    margin: 2rem !important;
    display: flex;
    flex-direction: row;
    padding: 0rem;
    min-height: 450px;
  }
  .fuse-card-product-coloredArea {
    flex-grow: 1;
    background-color: #f9b324;
    padding: 1.2rem;
    border-radius: 0px 20px 20px 0px !important;
    max-width: 250px;
    text-align: center;
  }
}
@media (max-width: 750px) {
  .fuse-card-product {
    border-radius: 20px !important;
    text-align: left !important;
    margin: 2rem !important;
    max-width: auto !important;
    min-width: auto !important;
    display: flex !important;
    flex-direction: column !important;
    padding: 0rem !important;
  }
  .fuse-card-product-coloredArea {
    flex-grow: 1;
    padding: 1.2rem;
    border-radius: 0px 0px 20px 20px !important;
    width: 100%;
    text-align: center;
    background-color: #f9b324;
  }
  .fuse-card-login {
    border-radius: 20px !important;
    text-align: left;
    margin: 2rem !important;
    display: flex !important;
    padding: 0px !important;
  }
}
.login-container-sx {
  width: 45%;
  background-color: #005cb9 !important;
  margin: 0rem !important;
  border-radius: 20px 0px 0px 20px !important;
  padding: 5px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}
.bgbluMago {
  background-color: #005cb9 !important;
}
.login-container-dx {
  width: 55%;
}
.login-container-dx-mobile {
  width: 100%;
}
.card-product-coloredArea {
  flex-grow: 1;
}
.card-product {
  border-radius: 20px !important;
  text-align: left !important;
  margin: 2rem !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 0rem !important;
  min-height: 340px !important;
}
.fuse-card {
  border-radius: 20px !important;
  width: 100% !important;
}
.fuse-card-xsmall {
  max-width: 150px;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
}
.fuse-card-doc {
  max-width: 155px;
  min-height: 170px;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem !important;
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}
.fuse-card-doc-content {
  padding-left: 0.1rem !important;
  padding-right: 0.1rem !important;
}
.fuse-card-primary {
  background-color: #b3ceea !important;
}
.fuse-card .mat-card-header-text {
  width: 100% !important;
  text-align: center;
}
.mat-mdc-card-header-text {
  width: 100%;
  margin: 0 !important;
}
.editionsCard {
  border: 2px solid #005cb9 !important;
}
.editionsCardSelected {
  border: 2px solid #f9b324 !important;
}
.industriesCard mat-card-content,
.industriesCard mat-card-subtitle,
.industriesCard mat-card-title,
.industriesCard mat-card-actions {
  text-align: left;
  font-size: 0.9rem !important;
  margin: 0 !important;
}
.industriesCard mat-card-title {
  font-size: 1.4rem !important;
  color: #005cb9;
}
.industriesCard mat-card-subtitle {
  padding-bottom: 1rem !important;
  color: #fff !important;
}
.industriesCard mat-card-actions {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: 0;
}
mat-card.functionCard {
  margin: 1.2rem !important;
  padding: 0 !important;
  min-width: 16rem !important;
}
.functionCard mat-card-title {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.2rem !important;
  padding-top: 1rem !important;
  color: #005cb9;
  line-height: 0.9rem !important;
  font-size: 1.1rem !important;
  min-height: 4.2rem !important;
}
.functionCard mat-card-content {
  padding-top: 0rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0rem !important;
  line-height: 0.9rem;
  font-size: 0.7rem !important;
  margin-bottom: 0rem !important;
  min-height: 3.5rem !important;
}
.functionCard mat-card-actions {
  margin: 0 !important;
}
mat-card.functionCardMagoWeb {
  margin: 1.2rem !important;
  padding: 0 !important;
  min-width: 14rem !important;
}
.functionCardMagoWeb mat-card-title {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.2rem !important;
  padding-top: 1rem !important;
  line-height: 0.9rem !important;
  font-size: 1.1rem !important;
  min-height: 4.2rem !important;
  color: #005cb9;
}
.cardfunctionPlannedMW {
  background-color: #d9eabe !important;
}
.cardfunctionPlannedMC {
  background-color: #fde8bd !important;
}
.cardfunctionPlanned {
  background-color: #e0ebf7 !important;
}
.cardfunctionPhaseout {
  background-color: #d1d1d1 !important;
}
.functionCardMagoWeb mat-card-content {
  padding-top: 0rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0rem !important;
  line-height: 0.9rem;
  font-size: 0.7rem !important;
  margin-bottom: 0rem !important;
  min-height: 3.5rem !important;
}
.functionCardMagoWeb mat-card-actions {
  margin: 0 !important;
}
.alertMessageCard {
  background-color: #fde8bd !important;
  font-size: 0.85rem !important;
  margin-top: 0.8rem !important;
  font-weight: bold;
}
.fuse-card--no-margin {
  margin: 0 !important;
}
.cards-grid-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 1rem;
}
.card-wrapper {
  width: 25%;
  min-width: min(380px, 100vw) !important;
  padding: 2rem 0;
  padding-bottom: 2rem !important;
}
.card-wrapper--30 {
  width: 30%;
}
.card-wrapper--33 {
  width: 33%;
}
.card-wrapper--35 {
  width: 35%;
}
.card-wrapper--40 {
  width: 40%;
}
.card-wrapper--50 {
  width: 50%;
}
.card-product-download,
.card-version {
  border-radius: 20px !important;
  width: 100%;
  margin: 0 auto !important;
  padding: 0px !important;
}
.card-product-title {
  height: 8rem !important;
  position: relative;
  background: #fff;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-product-image {
  width: 70%;
  max-width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.card-product-image--mago4 {
  max-width: 270px;
}
.card-product-content {
  padding: 1.2rem 0 0 0 !important;
  text-align: center;
}
.card-product-link-container {
  color: #fff !important;
}
.card-product-content p {
  color: #fff !important;
}
.card-product-content .release {
  font-size: 1.6rem !important;
}
.card-product-content .date {
  font-size: 1.2rem !important;
}
.card-product-action {
  padding: 0 1.2rem 0.9rem 0 !important;
}
.card-product-link-container:hover {
  text-decoration: none !important;
}
.card-product-link-container:hover .card-product-link {
  text-decoration: underline;
}
.card-product-link {
  margin-right: 0.3rem;
  white-space: nowrap;
  font-size: 1.1rem;
}
.card-version-header {
  height: 7rem !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.4rem 5.5rem 1rem 1rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.card-version-title {
  padding: 0.8rem 1.2rem 0.2rem 1.2rem !important;
  text-align: left;
  height: 80px !important;
  text-overflow: ellipsis;
}
.card-version-title p {
  font-size: 1.2rem !important;
}
.card-version-date {
  position: absolute;
  top: 9rem;
  left: 1rem;
  font-weight: bold;
}
.card-version-readmore {
  position: absolute;
  top: 10rem;
  left: 1rem;
  cursor: pointer;
}
.card-version-button-container {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  text-align: center;
  color: #fff;
  font-size: 1rem;
}
.card-version-button {
  font-size: 1.3rem !important;
  border-radius: 50% !important;
}
.card-version-actions {
  display: flex;
  flex-direction: row;
  padding: 0 !important;
}
.card-version-action {
  width: 50% !important;
  margin: 0 !important;
  color: #000 !important;
  overflow: visible;
  padding: 0 !important;
  text-align: center;
}
.card-version-content-left {
  color: #fff !important;
  padding: 1.2rem;
  text-align: left;
  display: flex !important;
  flex-direction: column;
  align-items: left;
}
.card-version-content-right {
  color: #fff !important;
  padding: 0.8rem;
  text-align: center;
  display: flex !important;
  flex-direction: column;
  align-items: left;
}
.card-version-content p {
  color: #fff !important;
}
.card-version-content-left .release {
  font-size: 1.5rem !important;
}
.card-version-content-left .date {
  font-size: 1.3rem !important;
}
.card-version-content-left .size {
  font-size: 0.8rem !important;
  text-align: center;
  padding-top: 0.1rem;
}
.data-card-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  width: 100%;
}
.data-card {
  border-radius: 20px !important;
  text-align: left;
  margin: 0 auto !important;
  width: 100%;
  overflow: hidden;
}
.data-card .mat-mdc-card-header {
  display: block;
}
.data-card .mat-mdc-card-title {
  width: 100%;
}
.data-card-toprighttxt {
  position: absolute;
  right: 1rem;
  top: 1.2rem;
}
.filters-container {
  display: flex;
  flex-direction: row !important;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.filters-container .mat-mdc-form-field {
  min-width: 250px !important;
}
@media (max-width: 850px) {
  .filters-container > div {
    width: 100%;
  }
  .filters-container .mat-mdc-form-field {
    width: 100%;
  }
}
.filters-container .mat-form-field {
  width: auto !important;
  flex-grow: 1;
}
.filters-container .container-title {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0;
  display: block !important;
  width: 100%;
}
.form-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-container .mat-form-field {
  width: 100% !important;
  flex-grow: 1;
}
.data-card--list {
  width: 100%;
}
@media (max-width: 1200px) {
  .data-card--filters,
  .filters-container .mat-form-field {
    width: 100% !important;
  }
}
.vertical-solution-card {
  border-radius: 20px !important;
  text-align: left;
  margin: 0 auto;
  max-width: 1024px;
}
@media (max-width: 1200px) {
  .vertical-solution-card,
  .vertical-solution-card .mat-form-field {
    width: 100% !important;
  }
}
.vertical-solution-card-activation {
  width: 100% !important;
  padding-bottom: 1.5rem !important;
  border: 3px solid #d1d1d1 !important;
  background-color: #ededed !important;
  min-height: 350px !important;
}
.vertical-solution-card-activation-selected {
  border-color: #005cb9 !important;
  border: 3px solid;
  background-color: #fff !important;
}
.card-drawer-wrapper {
  min-height: 700px;
}
.card-drawer-wrapper--big {
  min-height: 850px;
}
.mat-mdc-card-content.p-0 {
  padding: 0 !important;
}
.mat-mdc-card-content.p-0 {
  padding: 0 !important;
}
.mat-mdc-card-content.plr-0,
.mat-mdc-card-header.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mat-mdc-card.boxshadow-none {
  box-shadow: none;
}
.mat-mdc-card-content.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mat-mdc-card-content.pb-0 {
  padding-bottom: 0 !important;
}
.mat-mdc-card-header.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mat-mdc-card.boxshadow-none {
  box-shadow: none;
}
.mat-mdc-card-header.pl-0,
.mat-mdc-card-content.pl-0,
.mat-mdc-card-actions.pl-0 {
  padding-left: 0 !important;
}
.mat-mdc-card-header.pr-0,
.mat-mdc-card-content.pr-0,
.mat-mdc-card-actions.pr-0 {
  padding-right: 0 !important;
}
.mat-mdc-card-header.pt-2,
.mat-mdc-card-content.pt-2,
.mat-mdc-card-actions.pt-2 {
  padding-top: 2rem !important;
}
.mat-mdc-card-header.pb-0-5 {
  padding-bottom: 0.5rem !important;
}
.mat-mdc-card-header.pb-1 {
  padding-bottom: 1rem !important;
}
.mat-mdc-card-header.pb-2 {
  padding-bottom: 2rem !important;
}
@media (max-width: 850px) {
  .mat-mdc-card-header.sma-p-0,
  .mat-mdc-card-content.sma-p-0,
  .mat-mdc-card-actions.sma-p-0 {
    padding: 0 !important;
  }
  .mat-mdc-card-header.sma-plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mat-mdc-card-header.sma-pb-0 {
    padding-bottom: 0 !important;
  }
}
.mat-mdc-card-actions.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.mat-mdc-card.bg-lightazure {
  background: #e0ebf7;
}
.mat-drawer-container {
  background-color: #ededed !important;
  text-align: left;
  margin: 0px !important;
  padding: 0px !important;
}
.mat-drawer-content {
  margin: 0px !important;
  padding: 0px !important;
  width: 100% !important;
}
mat-drawer-backdrop {
  background-color: #003093 !important;
}
.mat-drawer-smallScreen {
  position: fixed !important;
  vertical-align: text-bottom !important;
  right: 1.8rem !important;
  width: 320px !important;
  border: 0px solid !important;
  background-color: transparent !important;
}
.mat-drawer-largeScreen {
  position: fixed !important;
  vertical-align: text-bottom !important;
  bottom: 1.8rem !important;
  right: 1rem !important;
  border: 0px solid !important;
  width: 320px !important;
  background-color: transparent !important;
}
.mat-drawer-content-smallScreen {
  width: 100% !important;
}
.mat-drawer-content-largeScreen {
  width: 80% !important;
}
.mat-mdc-tab-group.h-100 .mat-mdc-tab-body-wrapper {
  height: 100% !important;
}
.mat-drawer.border-none {
  border: none !important;
}
.mat-drawer.w-50 {
  width: 50%;
}
.mat-drawer.w-60 {
  width: 60%;
}
.mat-drawer.w-70 {
  width: 70%;
}
.mat-drawer.w-80 {
  width: 80%;
}
@media screen and (max-width: 1000px) {
  .mat-drawer.sma-w-100 {
    width: 100%;
  }
}
.mat-stepper-vertical,
.mat-stepper-horizontal {
  background: #ededed !important;
}
@media (min-width: 640px) {
  .containerStepper {
    padding: 3rem;
    max-width: 1400px;
  }
  .mat-step-header .mat-step-icon,
  .mat-step-header .mat-step-icon-selected,
  .mat-step-header .mat-step-icon-state-done,
  .mat-step-header .mat-step-icon-state-edit {
    width: 3rem !important;
    height: 3rem !important;
    line-height: 1.1rem !important;
    border-radius: 50% !important;
    font-size: 1.6rem !important;
    text-align: center !important;
    background-color: #e0ebf7 !important;
  }
  .mat-step-header .mat-step-icon-selected,
  .mat-step-header .mat-step-icon-state-done,
  .mat-step-header .mat-step-icon-state-edit {
    background-color: #005cb9 !important;
  }
  .mat-step-icon .mat-icon {
    font-size: 1.6rem !important;
    width: 3rem !important;
    height: 3rem !important;
    line-height: 3rem !important;
    text-align: center !important;
  }
  mat-step-header:hover {
    background-color: trasparent !important;
    color: #e0ebf7 !important;
  }
  .mat-stepper-vertical-line::before {
    content: "";
    position: absolute !important;
    left: 0px !important;
    border-left-width: 2px !important;
    border-left-style: solid !important;
    border-left-color: #beceff !important;
  }
  [dir=rtl] .mat-stepper-vertical-line::before {
    left: auto;
    right: 0;
  }
  .mat-step-label,
  .mat-step-label-active,
  .mat-step-label-selected {
    font-size: 1.15rem !important;
  }
  .mat-step-header .mat-step-label-selected,
  .mat-step-header .mat-step-label-state-done,
  .mat-step-header .mat-step-label-state-edit,
  .mat-step-label.mat-step-label-active {
    color: #005cb9 !important;
  }
  .mat-step-label-active,
  .mat-step-label-selected {
    color: #e0ebf7 !important;
  }
  .mat-step-label-selected {
    font-size: 1.15rem !important;
  }
  mat-step-header .mat-step-label {
    overflow: visible !important;
  }
  mat-step-header .mat-step-icon-not-touched span,
  mat-step-header .mat-step-icon span,
  mat-step-header .mat-step-icon-not-touched .mat-icon,
  mat-step-header .mat-step-icon .mat-icon {
    display: number !important;
  }
  .mat-step-header .mat-step-icon-state-edit {
    width: 3rem !important;
    height: 3rem !important;
    line-height: 1.1rem !important;
    border-radius: 50% !important;
    font-size: 1.6rem !important;
    text-align: center !important;
  }
}
@media (max-width: 640px) {
  .containerStepper {
    padding: 3rem;
  }
  .mat-step-header .mat-step-icon,
  .mat-step-header .mat-step-icon-selected,
  .mat-step-header .mat-step-icon-state-done,
  .mat-step-header .mat-step-icon-state-edit {
    border-radius: 50% !important;
    font-size: 0.5rem !important;
    text-align: center !important;
  }
  .mat-step-header .mat-step-icon-selected,
  .mat-step-header .mat-step-icon-state-done,
  .mat-step-header .mat-step-icon-state-edit {
    background-color: #e0ebf7 !important;
  }
  .mat-step-icon .mat-icon {
    font-size: 0.5rem !important;
    text-align: center !important;
  }
  .mat-step-label-active,
  .mat-step-label-selected {
    color: #e0ebf7 !important;
  }
  .mat-step-label-selected {
    font-size: 0.3rem !important;
  }
  mat-step-header:hover {
    background-color: trasparent !important;
    color: #e0ebf7 !important;
  }
  .mat-step-label,
  .mat-step-label-active,
  .mat-step-label-selected {
    font-size: 0.3rem !important;
    color: #e0ebf7 !important;
  }
  .mat-step-label-selected {
    font-size: 0.3rem !important;
    color: #e0ebf7 !important;
  }
  mat-step-header .mat-step-label {
    overflow: visible !important;
  }
  mat-step-header .mat-step-icon-not-touched span,
  mat-step-header .mat-step-icon span,
  mat-step-header .mat-step-icon-not-touched .mat-icon,
  mat-step-header .mat-step-icon .mat-icon {
    display: number !important;
  }
  .mat-step-header .mat-step-icon-state-edit {
    width: 0.3rem !important;
    height: 0.3rem !important;
    border-radius: 50% !important;
    text-align: center !important;
  }
}
.mat-mdc-tab-label-container {
  display: flex;
  overflow: hidden;
  z-index: 1;
  background-color: #beceff;
  padding: 0px !important;
  margin: 0px !important;
}
.mat-mdc-tab-header {
  padding-bottom: 0px !important;
  border-bottom: none !important;
}
.mat-mdc-tab-label {
  min-width: 50px !important;
  padding: 1.5rem !important;
  margin: 0px !important;
  color: #003093 !important;
  font-weight: 400 !important;
  opacity: 1 !important;
  text-transform: capitalize;
}
.mat-mdc-tab-label-active {
  color: #003093 !important;
  font-weight: 400 !important;
}
.mat-mdc-tab-group.mat-primary .mat-ink-bar,
.mat-mdc-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #005cb9 !important;
  height: 5px !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #003093 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #003093 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple {
  border-color: #003093 !important;
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  border-color: #003093 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #003093 !important;
}
.radio-group {
  display: inline-flex !important;
  flex-direction: column !important;
}
mat-radio-button .mat-radio-label-content {
  white-space: normal !important;
}
mat-radio-button .mat-radio-label {
  align-items: normal !important;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #003093 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #003093 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple {
  border-color: #003093 !important;
}
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  border-color: #003093 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,
.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #003093 !important;
}
mat-radio-button .mat-radio-label-content {
  white-space: normal !important;
}
mat-radio-button .mat-radio-label {
  align-items: normal !important;
}
.example-radio-group {
  display: flex;
  flex-direction: column;
  margin: 15px 0;
}
.vertical-solution-radio-group {
  display: flex;
  flex-direction: row;
  margin: 15px 0;
  width: 100%;
}
.vertical-solution-radio-group .mat-radio-label-content {
  width: 50%;
}
.example-radio-button {
  margin: 5px;
}
.mat-checkbox-checked .mat-checkbox-background {
  background-color: #003093 !important;
}
.mat-form-fiel:hover,
.mat-focused .mat-form-field-label,
.mat-focused .mat-form-field-label:hover,
.mat-focused .mat-form-field-label .mat-form-field-required-marker {
  color: #005cb9 !important;
}
.mat-checkbox-disabled .mat-checkbox-background {
  background-color: #b3b3b3 !important;
}
button.mat-fab.mat-primary,
button.mat-raised-button.mat-primary {
  color: #fff !important;
  background-color: #005cb9 !important;
  margin: 0.3rem;
}
button.mat-secondary {
  color: #005cb9 !important;
  background-color: #fff !important;
  margin: 0.3rem;
  border: 1px #005cb9 solid !important;
}
button.mat-secondary:hover,
button.mat-secondary:focus,
button.mat-secondary:active {
  color: #fff !important;
  background-color: #005cb9 !important;
  margin: 0.3rem;
  border: 1px #005cb9 solid !important;
}
.mat-primary:disabled,
.mat-primary:disabled {
  color: #fff !important;
  background-color: #d1d1d1 !important;
}
button.mat-icon-button {
  color: #666666 !important;
}
button.mat-icon-button.mat-primary:disabled {
  color: #d1d1d1 !important;
}
.mat-secondary:disabled {
  color: #fff !important;
  background-color: #d1d1d1 !important;
  margin: 0.3rem;
}
button.mat-icon-button.mat-secondary:disabled {
  color: #d1d1d1 !important;
  color: #fff !important;
}
button.mat-icon-button.mat-accent:focus,
button.mat-icon-button.mat-accent:active {
  color: #fff !important;
  background-color: transparent !important;
  margin: 0 !important;
  padding: 0 !important;
}
.mat-raised-button {
  text-transform: capitalize !important;
}
.table-style * {
  min-width: none !important;
}
.table-style table {
  width: 100%;
}
.table-style tr.detail-row {
  height: 0;
}
.table-style .mat-cell {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
  margin: 0rem !important;
}
.table-style .ranking-table .mat-mdc-header-row {
  height: 40px !important;
}
.table-style .ranking-table .mat-mdc-header-cell {
  padding: 0 0.5rem;
  line-height: 100%;
  vertical-align: top;
}
.table-style .ranking-table .mat-mdc-cell {
  padding: 0 0.5rem;
}
.table-style tr.element-row:not(.expanded-row):hover {
  background: #e7efff !important;
}
.table-style tr.element-row.expanded-row {
  background: #beceff !important;
}
.table-style tr.element-row:not(.expanded-row):active {
  background: #8ba8ff !important;
  border: 0px !important;
}
.table-style .isavailable-checkbox,
.table-style .empty-field {
  min-width: 200px;
}
.table-style .element-detail {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  background: #e0ebf7 !important;
}
.table-style .td-detail {
  padding: 0px !important;
  margin: 0px !important;
  background: #e0ebf7 !important;
}
.table-style .long-cell {
  max-width: 80px;
  text-overflow: ellipsis;
}
.table-style .fragment-cell {
  max-width: 300px !important;
}
.table-style .info-button {
  font-size: 14px !important;
}
.gravity-table {
  border: 0px !important;
}
.gravity-table tr td,
.gravity-table tr th {
  padding: 0.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom-width: 1px;
  background: #e0ebf7 !important;
  font-size: 0.8rem !important;
  padding: 0.4rem !important;
  line-height: 0.9rem !important;
}
.table-upload {
  background: #e0ebf7 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}
.table-upload-row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.table-management {
  width: 100% !important;
}
.table-row {
  padding: 0.5rem;
}
.mat-mdc-cell.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
mat-toolbar {
  position: relative;
  z-index: 50;
  box-shadow: 5px 0px 10px rgba(0, 0, 0, 0.4);
}
mat-toolbar.p-0.mat-toolbar-single-row {
  padding: 0;
}
.mat-list-product_download_M4,
.mat-list-product_download_M4 div,
.mat-list-product_download_M4 mat-icon {
  color: #d9eabe !important;
}
a.mat-list-product_download_M4:hover,
a.mat-list-product_download_M4:active {
  text-decoration: none !important;
}
.mat-list-product_download_MC,
.mat-list-product_download_MC div,
.mat-list-product_download_MC mat-icon {
  color: #fde8bd !important;
}
a.mat-list-product_download_MC:hover,
a.mat-list-product_download_MC:active {
  text-decoration: none !important;
}
.mat-list-product_download_MW,
.mat-list-product_download_MW div,
.mat-list-product_download_MW mat-icon {
  color: #d9eabe !important;
}
a.mat-list-product_download_MW:hover,
a.mat-list-product_download_MW:active {
  text-decoration: none !important;
}
.mat-list-product_download_MN,
.mat-list-product_download_MN div,
.mat-list-product_download_MN mat-icon {
  color: #cae8f1 !important;
}
a.mat-list-product_download_MN:hover,
a.mat-list-product_download_MN:active {
  text-decoration: none !important;
}
.mat-accordion .mat-expansion-panel {
  border-top-right-radius: 10px !important;
  border-top-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
  border-color: #d1d1d1 !important;
}
mat-expansion-panel p,
mat-expansion-panel span,
mat-expansion-panel ul li {
  font-size: 0.95rem !important;
  text-align: left !important;
}
mat-expansion-panel {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  font-size: 0.8rem !important;
}
.accordionStyleTitle {
  margin-top: 3rem !important;
}
mat-expansion-panel p,
mat-expansion-panel span,
mat-expansion-panel ul li {
  font-size: 0.75rem !important;
  text-align: left !important;
}
mat-expansion-panel.functionalityGroupContainer {
  border: 1px solid;
  background: #ededed !important;
  margin-bottom: 3rem;
  padding: 0.9rem;
}
mat-expansion-panel.functionalityGroupContainer2 {
  background: #e0ebf7 !important;
  margin-bottom: 3rem;
  padding: 1.2rem;
}
mat-expansion-panel mat-expansion-panel-header mat-panel-description span {
  font-size: 0.95rem !important;
}
.faqMatExpansionPanel {
  border: 1px solid #003093;
  background: #ededed !important;
  margin-bottom: 3rem;
  padding: 1.2rem;
}
mat-expansion-panel.faqMatExpansionPanel p,
mat-expansion-panel.faqMatExpansionPanel span,
mat-expansion-panel.faqMatExpansionPanel ul li {
  font-size: 0.95rem !important;
  text-align: left !important;
}
mat-panel-title span {
  font-size: 1.2rem !important;
}
.app-dialog h2,
h3 {
  margin: 0;
}
.mt20 {
  margin-top: 20px;
}
.right {
  float: right;
}
.mt30 {
  margin-top: 30px;
}
.yes-no {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-around;
}
.app-dialog {
  text-align: center;
}
.dialog-header {
  display: flex;
  justify-content: space-between;
  column-gap: 80px;
}
.inputSearchStyle .material-icons {
  font-size: 1.45rem !important;
  color: rgba(0, 0, 0, 0.54) !important;
}
.inputSearchStyle .mat-form-field-appearance-outline .mat-form-field-outline-gap {
  background-color: #e0ebf7 !important;
}
.inputSearchStyle .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 20px 20px 0 !important;
  background-color: #e0ebf7 !important;
}
.inputSearchStyle .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 20px 0 0 20px !important;
  background-color: #e0ebf7 !important;
}
.inputSearchSmallStyle .material-icons {
  font-size: 0.95rem !important;
  color: rgba(0, 0, 0, 0.54) !important;
  margin-right: 0.3rem !important;
}
.inputSearchSmallStyle .mat-form-field-appearance-outline .mat-form-field-outline-gap {
  background-color: #e0ebf7 !important;
}
.inputSearchSmallStyle .mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 20px 20px 0 !important;
  background-color: #e0ebf7 !important;
}
.inputSearchSmallStyle .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 20px 0 0 20px !important;
  background-color: #e0ebf7 !important;
}
.inputSearchSmallStyle > .mat-form-field {
  font-size: 0.75rem !important;
  line-height: 1.15rem !important;
}
.mat-select-arrow {
  border: none !important;
}
.mat-mdc-form-field.m-0 {
  margin: 0 !important;
}
.mat-mdc-paginator {
  display: block !important;
  color: #b3b3b3 !important;
  font-size: 0.8rem !important;
  font-weight: 500 !important;
}
.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 0.7rem !important;
}
.mat-mdc-paginator .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__leading,
.mat-mdc-paginator .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__notch,
.mat-mdc-paginator .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline .mdc-notched-outline__trailing {
  border-width: 0px !important;
}
.mat-mdc-paginator .mat-mdc-paginator-touch-target {
  height: 20px;
}
.mat-mdc-paginator .mat-paginator-form-field-container-height {
  height: 20px !important;
}
.mat-mdc-paginator .mat-mdc-select-min-line {
  font-size: 0.8rem !important;
}
.mat-mdc-paginator .mat-mdc-select-arrow {
  color: #b3b3b3 !important;
}
.mat-mdc-paginator .mat-mdc-select {
  line-height: 0.7rem !important;
  font-weight: 500 !important;
}
.mat-mdc-paginator .mat-mdc-select {
  line-height: 1.5;
  color: #b3b3b3 !important;
}
.mat-mdc-paginator .mat-mdc-paginator-touch-target {
  margin: 20rem;
  color: #b3b3b3 !important;
}
.mat-mdc-paginator .mat-mdc-paginator-page-size-label {
  font-size: 0.8rem;
  white-space: nowrap;
  color: #b3b3b3 !important;
}
.mat-mdc-paginator .mat-mdc-paginator-navigation-previous {
  align-items: flex-start !important;
}
.mat-mdc-paginator .mat-mdc-select-value-text {
  font-size: 0.8rem !important;
  font-weight: 500 !important;
}
.mat-mdc-paginator .mdc-list-item__primary-text {
  color: #b3b3b3 !important;
}
.mat-mdc-paginator-page-size ng-star-inserted {
  height: 10px !important;
  margin: 0px !important;
  padding: 0px !important;
}
.mat-mdc-paginator-outer-container {
  display: flex;
  box-sizing: border-box !important;
  background-color: transparent !important;
  border-top: 1px solid #b3b3b3;
}
.mat-mdc-paginator-container {
  display: flex;
  align-items: flex-start !important;
  justify-content: flex-end;
  padding: 0px !important;
  flex-wrap: wrap;
  width: 100%;
  height: 1.5rem !important;
}
.mat-mdc-paginator-page-size {
  display: flex;
  align-items: center;
}
.mat-mdc-paginator-page-size-select {
  border: 0px !important;
}
.mat-mdc-paginator-range-actions {
  display: flex;
  align-items: center !important;
}
.mat-mdc-paginator-icon {
  display: inline-block;
  fill: #b3b3b3 !important;
  align-items: flex-start !important;
}
[dir=rtl] .mat-mdc-paginator-icon {
  transform: rotate(180deg);
}
.mat-mdc-paginator-touch-target {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: transparent;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.mat-mdc-paginator-page-size {
  width: 180px !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
.mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
  border-color: #b3b3b3 !important;
}
.mat-mdc-form-field {
  min-height: 66px !important;
  width: 100% !important;
  margin-bottom: 1.1rem !important;
}
.mat-mdc-form-field-flex {
  min-height: 66px !important;
}
.mat-mdc-form-field-infix {
  min-height: 66px !important;
}
.mdc-text-field--outlined,
.mat-mdc-select-value-text {
  line-height: 1 !important;
}
.mat-date-range-input {
  line-height: 2.1rem !important;
}
.mat-mdc-text-field-wrapper,
.mat-mdc-floating-label {
  margin-bottom: 1rem !important;
}
.mdc-floating-label,
.mat-mdc-floating-label {
  font-size: 0.9rem !important;
}
.mat-mdc-icon-button,
.mat-mdc-menu-item {
  color: #494949 !important;
}
.mat-mdc-button-ripple {
  color: #fff !important;
}
.mdc-list-item__primary-text {
  font-size: 1rem !important;
}
.mat-mdc-list-item-icon {
  margin-right: 0.5rem !important;
}
.mdc-list {
  padding-top: 0px !important;
}
.mat-mdc-card-outlined {
  border-color: #005cb9 !important;
}
.mat-mdc-card-content {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.fuse-card-medium {
  padding-top: 0.8rem;
}
.fuse-card-medium.websiteadmin {
  padding-top: 0.8rem !important;
  border-color: red;
}
.industriesCard {
  padding-top: 0rem !important;
}
.mat-mdc-card-title {
  color: #000b58 !important;
  padding-bottom: 0.3rem !important;
  width: 100% !important;
}
.mat-mdc-card-subtitle {
  padding-top: 0.2rem !important;
  padding-bottom: 0.2rem !important;
}
.fuse-card-medium .mat-mdc-card-header-text {
  text-align: center !important;
}
.mat-mdc-card-header-text {
  width: 100% !important;
}
mat-mdc-card-header {
  width: 100% !important;
}
.mat-mdc-card-actions {
  padding-left: 0.95rem !important;
  padding-right: 0.95rem !important;
  padding-bottom: 0.95rem !important;
}
.mat-mdc-menu-item-text {
  font-size: 0.9rem !important;
}
.mat-mdc-card-content {
  color: #000b58 !important;
}
.mdc-tooltip__surface {
  font-size: 0.78rem !important;
  color: #003093 !important;
  background-color: #e0ebf7 !important;
  border-radius: 5px !important;
  text-align: center !important;
  padding: 0.3rem !important;
  border: 1px solid #003093 !important;
}
.mdc-list-item__primary-text {
  font-size: 0.9rem !important;
}
.mdc-text-field--outlined {
  font-size: 0.9rem !important;
}
.mdc-text-field--outlined,
.mat-mdc-select-value-text {
  font-size: 0.95rem !important;
  line-height: 1.8rem !important;
}
.mat-mdc-select-value-text {
  color: #005cb9 !important;
  font-weight: 400;
}
.mat-mdc-form-field-subscript-wrapper {
  height: 0;
}
.mdc-notched-outline__notch {
  border-left: none !important;
}
.mat-mdc-button-touch-target {
  color: black !important;
}
.mat-datepicker-toggle-default-icon {
  fill: black;
}
.inputSearchStyle .mdc-text-field--outlined {
  background: #e0ebf7;
  border-radius: 20px !important;
}
.inputSearchStyle .mdc-text-field--outlined .mdc-notched-outline__leading {
  border-radius: 20px 0 0 20px !important;
  width: 20px !important;
}
.inputSearchStyle .mdc-text-field--outlined .mdc-notched-outline__trailing {
  border-radius: 0 20px 20px 0;
}
.inputSearchStyle .mdc-text-field--outlined .material-icons {
  font-size: 1.45rem !important;
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-mdc-option {
  font-size: 0.5rem !important;
}
.mat-mdc-select-min-line {
  font-size: 0.9rem !important;
}
mdc-notched-outline {
  padding: 0.9rem !important;
}
.button-icon-language {
  border-radius: 9999px !important;
  text-transform: none !important;
  font-size: 1.3rem !important;
  cursor: pointer !important;
}
.button-icon-language .material-icons {
  font-size: 1.45rem !important;
}
.mat-step-label {
  font-size: 0.95rem !important;
  font-weight: bold !important;
}
.app-dialog {
  padding: 2rem;
}
.mat-mdc-text-field-wrapper {
  margin-bottom: 0 !important;
}
.mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--invalid .mdc-floating-label,
.mat-mdc-form-field-error {
  color: red !important;
}
.mdc-text-field--outlined:is(.mdc-text-field--invalid) .mat-mdc-notch-piece {
  border-color: red !important;
  border-width: 2px !important;
}
.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled) {
  background-color: #4d8dce !important;
}
.mat-mdc-chip-action-label {
  color: #e0ebf7 !important;
}
.cdk-overlay-pane {
  max-width: 600px;
  width: auto !important;
}
div.product-circle-subsTable {
  padding: 0.2rem;
  width: 2.5rem;
  vertical-align: top;
}
.circleSubAssociatedAccount {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #fff;
  background: #005cb9;
  border-color: #ededed !important;
  border: 0px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: 0.4s;
}
div.circle-subsAssociatedAccount {
  padding: 0.2rem;
  vertical-align: top;
  margin-right: 0.5rem;
}
div.padding01 {
  padding: 0.1rem;
}
.text-color-black0_54 {
  color: rgba(0, 0, 0, 0.54) !important;
}
.margin-bottom1rem {
  margin-bottom: 1rem;
}
.horizontal-table {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.vertical-table {
  display: flex;
  flex-direction: column;
}
.horizontalDisplay {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 20px;
  flex-wrap: wrap;
}
.verticalDisplay {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: left;
  margin-top: 20px;
  flex-wrap: wrap;
}
.mat-mdc-standard-chip:not(.mdc-evolution-chip--disabled).roleChip {
  background: #ededed !important;
}
.labelRoleChip {
  color: rgba(0, 0, 0, 0.54) !important;
  font-size: 10px !important;
}
.mdc-label {
  margin-bottom: 0px;
}
.margin-right1rem {
  margin-right: 1rem;
}
.material-iconsInfo {
  color: #005cb9 !important;
  font-size: 1.3rem;
  line-height: 1;
  height: auto !important;
  width: auto !important;
}
.matIconGreen {
  color: #77b323;
}
.account-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between !important;
}
.mat-neutral {
  color: #fff !important;
}
.mat-yellow {
  color: #ffd700 !important;
}
.mat-gray {
  color: #b3b3b3 !important;
}
.tag-standard {
  background-color: #ededed !important;
  border-radius: 0.8rem !important;
  border: 0px solid #b3b3b3 !important;
  padding: 0.25rem 0.8rem !important;
  line-height: 1rem !important;
  display: inline-flex !important;
  color: #7d7d7d !important;
  font-size: 0.7rem !important;
  text-transform: uppercase !important;
}
.mat-mdc-progress-spinner .mdc-circular-progress__determinate-circle,
.mat-mdc-progress-spinner .mdc-circular-progress__indeterminate-circle-graphic {
  stroke: #003093 !important;
}
.logo {
  cursor: pointer;
}
.logo mat-icon {
  width: 140px;
  margin-left: 20px;
}
.width-100,
.method-section,
.CollapseContentStyle,
.contentGlobalFragment,
.contentGlobal,
.circular-portrait img,
.page-layout.simple,
mat-sidenav-container {
  width: 100%;
}
mat-sidenav-container {
  margin: 0px !important;
  padding: 0px !important;
}
mat-card-avatar {
  border-radius: 0;
}
.menu > button {
  margin: 0 7px;
}
.mat-toolbar {
  height: 100px;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: #005cb9;
}
::ng-deep .mat-focused .mat-form-field-label .mat-form-field-required-marker {
  color: #4d8dce !important;
}
::ng-deep .mat-focused .mat-form-field-label {
  color: #4d8dce !important;
}
::ng-deep .mat-form-field-underline {
  background-color: #003093 !important;
}
::ng-deep .mat-form-field-ripple {
  background-color: red !important;
}
::ng-deep .mat-form-field-disabled .mat-input-element {
  color: #d1d1d1 !important;
}
::ng-deep .mat-form-field-disabled .mat-form-field-label {
  color: #d1d1d1 !important;
}
::ng-deep .mat-form-field-disabled .mat-form-field-underline {
  color: #d1d1d1 !important;
}
::ng-deep .mat-form-field-disabled .mat-form-field-ripple {
  color: #d1d1d1 !important;
}
::ng-deep .mat-form-field-disabled .mat-form-field-required-marker {
  color: #d1d1d1 !important;
}
.mat-option-text,
.mat-select-value {
  color: #005cb9 !important;
}
.mat-option-disabled .mat-option-text {
  color: #d1d1d1 !important;
}
.stepperTitle {
  color: #003093 !important;
  font-size: 1.6em;
}
.stepperSubTitle {
  color: black !important;
  font-size: 1.1em;
  padding-top: 2em;
}
.stepperDisabled,
.stepperDisabled i {
  color: #666666 !important;
}
.boxPrice {
  margin-left: 1.1em;
  margin-right: 3em;
  color: #003093 !important;
}
.boxPrice i {
  color: #003093 !important;
}
.mediumPriceText {
  color: #003093 !important;
  font-size: 1.2em;
}
.mediumPrice,
.mediumPrice span {
  color: #003093 !important;
  font-size: 1.2em;
  font-weight: bold;
  margin-left: 0.6em;
}
.buttonSummaryIcon {
  color: #003093;
}
.imgIndustryStyle {
  border-radius: 5px;
  margin: 0.8em;
}
.listElementsTitle {
  color: #003093 !important;
  font-size: 1.4em;
  font-weight: bold;
}
.logo-btn {
  background: none;
  border-width: 0px;
}
.toolbar-btn {
  background: none;
  border-width: 0px;
  margin-right: 20px;
}
.toolbar-btn-login {
  background: none;
  border-width: 0px;
  margin-right: 0px !important;
  width: auto;
  height: auto;
  min-height: auto;
}
.toolbar-btn-login > img {
  max-width: 180px;
}
.toolbar-btn-login--small > img {
  max-width: 120px;
}
.go-back {
  display: flex;
  flex-direction: row;
  align-self: flex-start;
}
.pdf-list li {
  margin-bottom: 20px;
}
.flex-list {
  display: flex;
  flex-direction: column;
  padding: 9px 25px;
}
.flex-list ol {
  padding-inline-start: 17px;
}
.column-title-font {
  font-size: 16px;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.flex-center-row {
  display: flex;
  justify-content: center;
}
.flex-center-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-row {
  display: flex;
  flex-direction: row;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-start {
  align-items: flex-start;
}
.flex-end {
  align-self: flex-end;
}
.align-self-center {
  align-self: center;
}
.title-center {
  text-align: center;
}
.align-center {
  align-items: center;
}
.align-left {
  align-items: left;
}
.page-layout {
  background-color: #ededed !important;
  padding: 0px !important;
  width: 100% !important;
  margin: 0px !important;
  overflow-x: hidden;
}
.content {
  margin-left: 3rem !important;
  margin-top: 3rem !important;
  margin-right: 3rem !important;
}
.page-layout.simple.tabbed {
  min-height: 100%;
}
.page-layout.simple {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  min-width: 100%;
}
.mat-cell {
  padding: 0.5rem !important;
  text-align: left !important;
}
.header {
  background-color: #005cb9 !important;
  padding: 1rem 0;
}
.page-layout .content .cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: left;
}
.directionRow {
  flex-direction: row !important;
}
.directionColumn {
  flex-direction: column !important;
}
.page-layout .content .cards .card {
  display: flex;
  align-items: flex-start;
  margin: 1.1rem !important;
  padding: 0px !important;
  position: relative;
  display: flex;
  min-width: 0;
  word-wrap: break-word;
  border-radius: 0px;
  border: 0px solid black;
  background-color: #ededed !important;
  justify-content: left !important;
}
.page-layout .content .cards .card mat-card-content,
.page-layout .content .cards .card mat-card-title,
.page-layout .content .cards .card mat-card-subtitle,
.page-layout .content .cards .card mat-card-actions {
  margin: 1rem !important;
  padding: 0.5rem !important;
}
.fuse-card .mat-card-header-text {
  width: 100% !important;
  text-align: center;
}
.card-large-noborder {
  max-width: 640px;
  min-width: 640px;
  border-radius: 3px;
  text-align: left;
}
.summuryPriceCard {
  background-color: #fff !important;
  width: 320px !important;
  position: absolute !important;
  border: 3px solid #003093 !important;
  right: 0 !important;
  bottom: 0.2rem !important;
  padding: 0.8rem;
}
.SPCmarginBlock {
  margin-top: 1.2rem;
}
.SPCtitleBlock {
  font-size: 1.05rem !important;
}
.font-weight-400,
.num,
.currencyFeatureWhite {
  font-weight: 400 !important;
}
.font-weight-500 {
  font-weight: 500 !important;
}
.font-size-small,
.text-chip,
.mfa-info {
  font-size: small !important;
}
.currencyFeatureWhite {
  padding-right: 0.5rem;
  font-size: 1.15rem;
  color: #fff !important;
  line-height: 1.2rem;
}
.currencyFeatureLarge {
  padding-right: 0.5rem;
  font-size: 2rem;
}
.currencyFeature {
  padding-right: 0.5rem;
  font-size: 1.1rem;
  font-weight: 600;
}
.valueFeature {
  font-size: 2.1rem;
  font-weight: 300;
  line-height: 1;
}
.valueFeatureLarge {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1;
}
.valueFeatureLarge_new {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1;
  margin-right: 0.2rem;
}
.valueFeatureSmall {
  font-size: 1.5rem;
  font-weight: 300;
  margin-top: 2rem;
}
.valueFeatureXSmall {
  font-size: 0.9rem;
  font-weight: 300;
  margin-top: 0.5rem;
}
.valueFeatureSmallPrice {
  font-size: 1.9rem;
  font-weight: 300;
  margin-top: 2rem;
}
.valueFeatureMedium {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1;
}
.periodFeatureGray {
  padding-left: 0.5rem;
  color: #666666;
  font-size: 0.7rem;
}
.periodFeatureWhite {
  padding-left: 0.5rem;
  color: #fff;
  font-size: 0.7rem;
}
.periodFeatureWhite {
  padding-left: 0 !important;
  color: #fff !important;
  font-size: 0.6rem !important;
  line-height: 0.6rem !important;
}
.mluTotalPrice {
  background-color: #e0ebf7;
  padding: 1rem;
}
.mat-card-image {
  padding-top: 1rem;
}
.matIconCardLarge {
  width: 60% !important;
}
.matIconCardMedium {
  width: 45% !important;
}
.matIconCardXSmall {
  width: 25% !important;
}
.matIconCardSmall {
  width: 55% !important;
}
.mat-card-title {
  font-size: 1.4rem !important;
}
.mat-form-field {
  width: 100% !important;
}
.mat-card-content {
  font-size: 0.95rem !important;
}
.mat-cell,
.mat-footer-cell {
  font-size: 0.95rem !important;
}
.mat-input-element {
  width: 100% !important;
}
.mat-checkbox-layout {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: inherit;
  align-items: baseline;
  vertical-align: top !important;
  display: inline-flex;
  white-space: normal !important;
}
.cursorHand {
  color: #4d8dce !important;
  cursor: pointer !important;
  text-decoration: underline !important;
}
mat-sidenav-content {
  background-color: #ededed !important;
}
.circular-portrait {
  position: relative;
  width: 80px;
  height: 12 0px;
  overflow: hidden;
  border-radius: 50%;
}
.circular-portrait img {
  height: auto;
}
.content-margin {
  margin-top: 2rem !important;
  margin-left: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
}
.contentGlobal {
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-right: 1rem;
  display: block;
  text-align: center;
  overflow: hidden;
}
.contentGlobalFragment {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
  margin-right: 1rem;
  display: block;
  text-align: left;
}
.warning-icon {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: default;
  color: #ffd700 !important;
}
.circleUser {
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5rem;
  border-radius: 50%;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background: #005cb9;
  border-color: #ededed !important;
  border: 5px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
}
.circleNumber {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.1rem;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #fff;
  text-align: center;
  background: #005cb9;
  border-color: #ededed !important;
  border: 5px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
}
.circleTypeProduct {
  width: 2.2rem !important;
  height: 2.2rem;
  line-height: 2.2rem;
  border-radius: 50%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  border: 0px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  background: #b3b3b3;
}
.circleNumberLarge {
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1.8rem;
  border-radius: 50%;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  background: #005cb9;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
}
.circleNumberSmall {
  width: 1.2rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 50%;
  font-size: 0.9rem;
  color: #fff;
  text-align: center;
  background: #005cb9;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
}
.circleUserSmall {
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  border-radius: 50%;
  font-size: 1.1rem;
  color: #fff;
  background: #005cb9;
  border-color: #ededed !important;
  border: 0px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: 0.4s;
}
.circleUserSmallMenu {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 1.9rem;
  border-radius: 50%;
  font-size: 3rem;
  color: #fff;
  background: #005cb9;
  border-color: #ededed !important;
  border: 0px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: 0.4s;
}
.iconInlineXSmall {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 0.9rem;
  border-radius: 50%;
  font-size: 0.3rem;
  color: #fff;
  background: transparent;
  border-color: transparent !important;
  border: 0px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: 0.4s;
}
.width-3-5-rem,
.circleMediumIcon {
  width: 3.5rem !important;
}
.circleMediumIcon {
  height: 3.5rem;
  line-height: 2.6rem;
  border-radius: 50%;
  font-size: 3.5rem;
  color: #fff;
  background: #005cb9;
  border-color: #ededed !important;
  border: 0px solid;
  text-transform: uppercase;
  font-stretch: condensed;
  margin: 0 auto;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  transition: 0.4s;
}
.btn {
  background: #87befd;
  color: #fff;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 50%;
}
.btn:hover {
  background: #668ad8;
}
.priceLarge {
  font-size: 1.6rem !important;
}
.box-price {
  padding-left: 0.6rem !important;
  padding-top: 0.5rem !important;
}
.flag {
  width: 16px;
}
.mr-16 {
  margin-right: 16px !important;
}
.mr-8 {
  margin-right: 8px !important;
}
.panel-width {
  width: 40%;
}
.pointer {
  cursor: pointer;
}
.info .mat-dialog-container {
  background: none;
}
.border {
  border: 1px solid;
  border-color: #d1d1d1 !important;
}
input.nrUsersClass[type=number]::-webkit-inner-spin-button,
input.nrUsersClass[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.card-selected-green {
  border-color: #7fba27 !important;
  border-width: 4px !important;
  border-style: solid !important;
}
.wrapperNrUsersClass {
  border: 2px #dcd3d3 solid;
  width: 150px;
  height: 50px;
  padding: 0.4rem;
  display: flex;
  border-radius: 15px;
  background: white;
}
.num {
  height: 100%;
  width: 39%;
  border: none;
  font-size: 1.4rem;
}
.wrapperNrUsersClass-small {
  border: 1px #d1d1d1 solid !important;
  width: 68px !important;
  height: 28px !important;
  padding: 0.15rem !important;
  display: flex !important;
  border-radius: 4px !important;
  background: #fff !important;
  box-sizing: initial !important;
  color: #005cb9 !important;
}
.plusminus-small {
  height: 80% !important;
  background: white !important;
  border: none !important;
  font-size: 1.15rem !important;
  margin-bottom: 0.5rem !important;
  width: 35% !important;
}
.num-small {
  height: 100% !important;
  width: 30% !important;
  border: none !important;
  font-size: 1.05rem !important;
  font-weight: 400 !important;
  color: #005cb9 !important;
}
.maxWidthCardForm {
  max-width: 600px !important;
}
.maxWidthCardForm900 {
  max-width: 900px !important;
}
.mat-menu-item {
  font-size: 0.9rem !important;
}
.CollapseContentStyle {
  display: block !important;
  padding: 0px;
  line-height: 0.6rem;
  font-size: 0.5rem !important;
}
.CollapseContentStyle .mat-button {
  font-size: 0.7rem !important;
  line-height: 3rem !important;
}
.orangeLinePriceSelection {
  display: flex;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  bottom: 0px;
  justify-content: space-between;
  background-color: #f9b324;
  border-top: 3px solid #f9b324;
  min-height: 3rem;
  border-radius: 0px 0px 20px 20px !important;
}
.greenLinePriceSelection {
  display: flex;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  bottom: 0px;
  justify-content: space-between;
  background-color: #7fba27;
  border-top: 3px solid #7fba27;
  min-height: 3rem;
  border-radius: 0px 0px 20px 20px !important;
}
.whiteLinePriceSelection {
  display: flex;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  bottom: 0px;
  justify-content: space-between;
  background-color: #7fba27;
  min-height: 3rem;
  border-radius: 0px 0px 20px 20px !important;
}
.linePriceSelectionAlaCarte {
  display: flex;
  align-items: stretch;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  justify-content: flex-end;
  background-color: #f9b324;
  margin-bottom: 3rem;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #005cb9 !important;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: #beceff !important;
}
.notAvailable {
  display: none !important;
}
.line-clamp {
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  line-clamp: 3 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
}
.line-clamp-10 {
  display: -webkit-box !important;
  -webkit-line-clamp: 10 !important;
  line-clamp: 10 !important;
  overflow: hidden !important;
  -webkit-box-orient: vertical !important;
}
.hide {
  visibility: hidden;
}
.show {
  visibility: visible;
}
.navigationIndustries {
  margin-bottom: 5em !important;
}
.cdk-overlay-container {
  position: unset !important;
}
.dialogSimulator {
  height: 75% !important;
}
.feeBox {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.feeTotalAmount {
  display: flex;
  justify-content: space-between;
  padding: 10px;
  color: black;
  font-size: 1.1em;
  font-weight: bold;
  border-top: 1px solid #666666;
}
.firstColumnHeader {
  font-size: 0.9em;
  color: black;
  width: 16%;
}
.secondColumnHeader {
  font-size: 0.9em;
  color: black;
  width: 54%;
}
.thirdColumnHeader {
  font-size: 0 em;
  color: black;
  width: 30%;
}
.headerRow {
  background-color: #d1d1d1;
  color: black;
}
@media only screen and (min-width: 1024px) {
  .calculation-section {
    margin-bottom: 10px;
    padding: 20px;
    width: fit-content;
    border: 1px solid #d1d1d1;
  }
  .main-calculation-section {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .calculation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .calculation-section {
    margin-bottom: 10px;
    padding: 20px;
    width: fit-content;
    border: 1px solid #d1d1d1;
  }
  .main-calculation-section {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .calculation {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .calculation-section {
    margin-bottom: 10px;
    padding: 20px;
    width: fit-content;
    border: 1px solid #d1d1d1;
  }
  .main-calculation-section {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  .calculation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-direction: row;
  }
}
@media only screen and (max-width: 456px) {
  .calculation-section {
    width: auto;
  }
  .main-calculation-section {
    width: auto;
  }
  .calculation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    flex-direction: row;
  }
  mat-form-field {
    width: 40%;
  }
}
@media only screen and (max-width: 375px) {
  .calculation-section {
    width: auto;
  }
  .main-calculation-section {
    width: auto;
  }
  .calculation {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
  }
  button {
    width: 100%;
  }
  mat-form-field {
    width: 100%;
  }
}
.feature-layout {
  background-color: #e0ebf7;
  border-radius: 0.5rem;
  border: 1px solid #4d8dce;
  margin: 0.2rem !important;
  padding: 0.2rem !important;
  line-height: 1rem !important;
  display: inline-flex !important;
}
.course-training-layout {
  background-color: #e0ebf7;
  border-radius: 1.4rem;
  color: #005cb9 !important;
  margin: 0.2rem !important;
  padding: 0.3rem !important;
  line-height: 1rem !important;
  display: inline-flex !important;
  font-size: 0.8rem !important;
}
.product-layout {
  background-color: #e0ebf7;
  border-radius: 1.4rem;
  color: #fff !important;
  margin: 0.2rem !important;
  padding: 0.3rem !important;
  line-height: 1rem !important;
  display: inline-flex !important;
  font-size: 0.8rem !important;
}
.feature-layout-number {
  border-radius: 50% !important;
  text-align: center !important;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.35rem;
  background-color: #e0ebf7 !important;
  border: 1px solid #4d8dce !important;
}
.cart-product-mobile {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.cart-product {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.cart-product-border {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  width: 100% !important;
  border-bottom: 1px solid #2674c4;
}
.radio-button-background {
  background-color: #beceff !important;
  padding: 2rem;
}
.cart-amount {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 1.2rem;
  background-color: #2674c4;
  color: #fff;
}
.cart-amount-border-round {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  width: 100% !important;
  padding: 1.2rem;
  background-color: #2674c4;
  color: #fff;
  border-radius: 0px 0px 20px 20px !important;
}
.cart-product-2 {
  display: flex !important;
  flex-direction: row !important;
  width: 100% !important;
}
.color-white {
  color: #fff !important;
}
.color-darkred {
  color: darkred !important;
}
.bgBluMagoLight {
  background: #8ba8ff !important;
}
.bgGreen {
  background: #77b323 !important;
}
.bgGreenDark {
  background: #4f940e !important;
}
.colourGreenDark {
  color: #4f940e !important;
}
.bgGreenLight {
  background: #a6ff5d !important;
}
.bgBluLight {
  background: #e0ebf7 !important;
}
.bgBluA100 {
  background: #beceff !important;
}
.colourGrayDisabled {
  color: #b3b3b3 !important;
}
.titleTabContent {
  color: #0041a2 !important;
  text-align: left !important;
  font-size: 1.2rem !important;
  font-weight: 500 !important;
}
.rolesLogin {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  margin-right: 0.2rem !important;
  line-height: 1.5rem !important;
  border-radius: 9999px !important;
  background-color: #f5f5f5 !important;
  font-size: 0.7rem !important;
  height: 1.3rem !important;
}
.alertString {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  margin-right: 0.2rem !important;
  line-height: 1.5rem !important;
  border-radius: 9999px !important;
  background-color: red !important;
  font-size: 0.7rem !important;
  height: 1.3rem !important;
  color: #fff;
}
.successString {
  padding-left: 0.4rem !important;
  padding-right: 0.4rem !important;
  margin-bottom: 0.4rem !important;
  margin-right: 0.2rem !important;
  line-height: 1.5rem !important;
  border-radius: 9999px !important;
  background-color: #77b323 !important;
  font-size: 0.7rem !important;
  height: 1.3rem !important;
  color: #fff;
}
.ContentTitle_ImgText {
  padding-left: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.ContentTitle_MessageText {
  padding-left: 3rem;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.price .value {
  font-size: 72px;
  font-weight: 300;
  line-height: 1;
}
.valueEdition {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}
.price .currency {
  font-weight: 600;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}
.price .period {
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.9rem;
}
.price {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.buttonEditionChoice {
  margin-bottom: 1.1rem;
  margin-top: 1.1rem;
  width: 90%;
}
#contentBasket {
  position: relative;
}
#contentBasket div {
  position: absolute;
  top: -5px;
  right: -5px;
}
#contentBasket span {
  position: absolute;
  top: -10px;
  right: 6px;
}
.titleGroupFeatures {
  color: rgba(0, 0, 0, 0.54);
  margin-left: 0 !important;
  margin-top: 2.5rem !important;
  font-size: 1.2rem !important;
}
.titleGray {
  color: rgba(0, 0, 0, 0.54);
}
.columnDetail {
  display: flex !important;
  word-wrap: break-word !important;
  max-width: 250px !important;
  margin-top: 0.2rem !important;
}
.columnDetail div {
  max-width: 200px !important;
}
.columnDetail div mat-icon {
  display: flex !important;
  font-size: 1rem !important;
  width: 1.5rem !important;
  margin-top: 0.1rem;
}
.table-search,
.searcher {
  border-radius: 18px !important;
}
.table-body {
  margin: 30px 5px 0 0px;
  background-color: #fff;
  border-radius: 18px !important;
  display: grid;
}
.mat-paginator-page-size-label {
  white-space: nowrap;
}
.hidefield {
  display: none;
}
.questionMark {
  padding-bottom: 6px;
  padding-left: 5px;
}
.mandatory {
  color: red;
}
.mathintinputform {
  color: #666666;
}
::ng-deep .mat-checkbox-checked .mat-checkbox-background {
  background-color: #003093 !important;
}
.left {
  margin-right: 20px;
}
mat-card.form-view-medium {
  margin-top: 5px;
  padding: 20px 20px 20px 20px;
}
.w-25 {
  width: 25%;
}
.bt-0 {
  border-top: 0;
}
.s {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  font-size: 13px;
  border-radius: 8px;
  border: 1px solid;
  background: white;
  border-color: rgba(0, 0, 0, 0.12);
  min-height: 39.6px;
}
.p-05-12 {
  padding: 0.5rem 1.2rem !important;
}
.mat-radio-label {
  white-space: pre-wrap !important;
}
.icon-green-ok {
  color: #77b323;
}
.small-logo {
  background: #fff;
  width: 50px;
}
.flex-space-between {
  display: flex;
  justify-content: space-between;
}
.flex-justify-content-end {
  display: flex;
  justify-content: flex-end;
}
.no-padding .mat-dialog-container {
  padding: 0 !important;
}
.no-margin {
  margin: 0 !important;
}
.sepa-logo {
  background: #fff;
  width: 100px;
}
.iti {
  display: block !important;
  margin-bottom: 20px;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
.iti .dropdown-menu.country-dropdown {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-color: #d1d1d1;
  margin-top: -1px;
}
.iti .iti__country-list {
  box-shadow: none;
  font-size: 14px;
  margin-left: 0;
  max-height: 170px;
}
.iti__flag-container.open + input {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.iti .search-container input {
  font-size: 14px;
  border-color: #d1d1d1;
  border-radius: 0;
  padding: 5px 10px;
}
.iti .search-container input:focus {
  outline: none;
}
@media screen and (max-width: 479px) {
  .iti .iti__country-list {
    width: 88.3vw;
  }
}
ngx-intl-tel-input input {
  height: 80px;
  margin-bottom: 20px;
  padding: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #d1d1d1;
  border-radius: 4px;
  font-size: 18px;
}
ngx-intl-tel-input.ng-invalid.ng-touched input {
  border: 0.1rem solid red;
}
ngx-intl-tel-input input:hover {
  border: 0.15rem solid black;
}
ngx-intl-tel-input input:focus {
  outline: none !important;
  box-shadow: 0 0 0 0 #000;
}
ngx-intl-tel-input input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 0.95rem !important;
}
ngx-intl-tel-input input:-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 0.95rem !important;
}
ngx-intl-tel-input input::-ms-input-placeholder {
  color: #b3b3b3;
  font-size: 0.95rem !important;
}
ngx-intl-tel-input input::placeholder {
  color: #b3b3b3;
  font-size: 0.95rem !important;
}
ngx-intl-tel-input input[disabled] {
  background-color: #fff;
  font-size: 0.95rem !important;
  color: #b3b3b3;
}
ngx-intl-tel-input input[disabled]:hover {
  background-color: #fff;
  font-size: 0.95rem !important;
  border-color: #ededed;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0);
}
.content-padding-03 {
  padding: 0.3rem;
}
.mat-icon-layout {
  color: rgba(0, 0, 0, 0.54) !important;
}
.mat-icon-green {
  color: #77b323 !important;
}
.paymentSectionBox {
  border: 1px solid #d1d1d1;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
.paymentSectionAddCreditCardBox {
  padding: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.codeContainer {
  font-size: 105%;
  color: #ffffff !important;
  white-space: wrap;
  padding: 1rem;
  font-family:
    Consolas,
    Menlo,
    Monaco,
    Lucida Console,
    Liberation Mono,
    DejaVu Sans Mono,
    Bitstream Vera Sans Mono,
    Courier New,
    monospace,
    serif;
  background-color: #000000;
  line-height: 1.7;
}
.codeDate {
  color: #97ff44;
}
.border-none {
  border-style: none;
}
.padding-top-06 {
  padding-top: 0.6rem;
}
.add-new-creditCard {
  text-align: left;
  padding: 0rem;
  margin-left: 0.3rem;
}
.margin-left-05 {
  margin-left: 0.5rem;
}
.margin-right-1 {
  margin-right: 1rem;
}
.background-white {
  background-color: #ffffff;
}
.background-orangeMagoCloud,
.bg-magocloud,
.bg-magocld {
  background-color: #f9b324 !important;
  color: #fff !important;
}
.background-greenMagoWeb,
.bg-magoweb {
  background-color: #7fba27 !important;
  color: #fff !important;
}
.bg-mago4 {
  background-color: #22b9e8 !important;
  color: #fff !important;
}
.background-bluMagoNet {
  background-color: #4db3d0 !important;
  color: #fff !important;
}
.bg-magonet {
  background-color: #aeb0b2 !important;
  color: #fff !important;
}
.bg-retail,
.bg-tbs,
.bg-ims,
.bg-imago {
  background-color: #7d7d7d !important;
  color: #fff !important;
}
.bg-selectedButton {
  background-color: #005cb9 !important;
  color: #fff;
}
.color-orangeMagoCloud {
  color: #f9b324 !important;
}
.color-greenMagoWeb {
  color: #7fba27 !important;
}
.color-bluMagoNet {
  color: #4db3d0 !important;
}
.height-36 {
  height: 36.5rem;
}
.table-head {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.5rem !important;
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.nrOfUser {
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #fff !important;
  background-color: #5881ff !important;
  margin-left: 5px;
}
.margin-top-0-62rem {
  margin-top: 0.62rem !important;
}
.margin-top-1-25rem,
.method-section {
  margin-top: 1.25rem !important;
}
.font-weight-800,
.mfa-info {
  font-weight: 800 !important;
}
.mfa-info {
  margin: 0 0.31rem 0 0.31rem !important;
}
.text-chip {
  margin-left: 0.31rem !important;
}
.featureDescription {
  display: block !important;
  width: 100%;
  padding: 0px;
  line-height: 0.95rem;
  font-size: 0.8rem !important;
}
.featureDescriptionMWPack {
  display: block !important;
  width: 100%;
  padding: 0px;
  line-height: 0.95rem;
  font-size: 0.8rem !important;
  margin-bottom: 1.5rem;
}
.featureTitle {
  font-size: 1.2rem !important;
  margin-top: 1.8rem;
  font-weight: 800;
}
.singleFeatureTitle {
  color: #005cb9;
  font-size: 1.1rem !important;
}
.featureVersion {
  font-size: 0.75rem !important;
}
.groupFeatures {
  border-left: 2px solid #4f940e;
  padding-left: 0.5rem;
}
.greenAreaPrice {
  background-color: #7fba27;
  padding: 1.2rem;
}
.orangeAreaPrice {
  background-color: #f9b324;
  padding: 1.2rem;
}
.areaPriceTitle {
  color: #fff;
  font-weight: 400;
  font-size: 1.6rem;
}
.areaPriceTitleMC {
  color: #f9b324;
  font-weight: 400;
  font-size: 1.6rem;
}
.areaPriceSubTitle {
  color: #fff;
  font-size: 1.2rem;
}
.mat-form-field-subscript-wrapper {
  top: 3.5rem !important;
  position: static !important;
  margin-bottom: 0.5rem !important;
}
.square {
  aspect-ratio: 1/1;
  text-align: center;
  height: 2.5rem;
  padding: 0.5rem;
  padding-top: 0.6rem;
  background-color: #005cb9;
  color: #fff;
  margin: 0.5rem;
  margin-top: 0.7rem;
}
.remove-mat-expansion-panel-padding .mat-expansion-panel-content .mat-expansion-panel-body {
  padding: 0 !important;
  line-height: 1.2rem !important;
}
.bottom-button {
  position: absolute;
  bottom: 0;
}
.search-section .mat-form-field-wrapper {
  padding: 0px !important;
  margin: 0 !important;
}
.course-title-cell {
  padding: 0.4rem 0 !important;
  width: 93% !important;
}
.course-title-cell > h3 {
  margin-bottom: 0.2rem;
}
.course-title-cell > p {
  margin: 0 !important;
  max-width: 60% !important;
  line-height: 1;
}
.expand-cell {
  width: 7% !important;
}
.course-product {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin: 0.5rem 0;
}
.detail-content {
  width: 100%;
  padding: 1rem;
}
.white-box {
  width: 100%;
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.info {
  display: inline-block !important;
}
.program {
  display: inline-block;
  padding: 0 1rem 1rem 1rem;
}
.button-container {
  width: 100%;
  text-align: right;
  margin-top: 1rem;
}
.course-data {
  width: 100%;
  padding: 1rem;
}
.data-row {
  width: 50%;
  text-align: left;
  display: inline-block;
}
.bg-opacity {
  opacity: 0;
}
.cards-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
}
.card {
  width: 100%;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem 0 !important;
}
.button-container {
  width: 100%;
  text-align: right;
  margin-top: 2rem !important;
}
.improvement-text {
  font-size: 1rem;
}
.improvement-data-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.3rem !important;
}
.mt-2rem {
  margin-top: 2rem !important;
}
.coursedetail-back-button {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem !important;
}
.coursedetail-back-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem !important;
}
.coursedetail-description {
  margin-top: 0.3rem;
}
.coursedetail-image {
  max-width: 350px;
}
.coursedetail-image-thumb {
  width: 180px;
}
.coursedetail-action-container {
  align-self: flex-end;
}
.coursedetail-aims-container {
  background-color: #e0ebf7 !important;
  border: 1px solid #4d8dce !important;
  padding: 1.5rem !important;
  margin-top: 2rem !important;
  width: 100% !important;
  text-align: left !important;
}
.coursedetail-program-container {
  padding: 1.5rem;
}
.product-info-container {
  background-color: #e0ebf7;
  border: 1px solid #4d8dce;
  padding: 0.5rem;
  margin: 1.2rem;
}
.coursedetail-aims-container p {
  text-align: left !important;
}
.course-product {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  line-height: 3rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  margin: 0.5rem 0;
}
.detail-content {
  width: 100%;
  padding: 1rem;
}
.white-box {
  width: 100%;
  background: #fff;
  padding: 1rem;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
.info {
  display: inline-block !important;
}
.program {
  display: inline-block;
  padding: 0 1rem 1rem 1rem;
}
.button-container {
  width: 100%;
  text-align: right;
  margin-top: 1rem;
}
.course-data {
  width: 100%;
  padding: 1rem;
}
.data-row {
  width: 50%;
  text-align: left;
  display: inline-block;
}
.bg-opacity {
  opacity: 0;
}
.cards-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  padding: 0 2rem;
}
.card {
  width: 100%;
  border-radius: 20px !important;
  text-align: left;
  margin: 2rem 0 !important;
}
.button-container {
  width: 100%;
  text-align: right;
  margin-top: 2rem !important;
}
.improvement-text {
  font-size: 1rem;
}
.improvement-data-title {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 0.3rem !important;
}
.improvement-data-subtitle {
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 0.1rem !important;
}
.mt-2rem {
  margin-top: 2rem !important;
}
.coursedetail-back-button {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1rem !important;
}
.coursedetail-back-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.5rem !important;
}
.coursedetail-description {
  margin-top: 0.3rem;
}
.coursedetail-image {
  max-width: 350px;
}
.coursedetail-action-container {
  align-self: flex-end;
}
.coursedetail-aims-container {
  background-color: #e0ebf7 !important;
  border: 1px solid #4d8dce !important;
  padding: 1.5rem !important;
  margin-top: 2rem !important;
  width: 100% !important;
  text-align: left !important;
}
.coursedetail-program-container {
  padding: 1.5rem;
}
.product-info-container {
  background-color: #e0ebf7;
  border: 1px solid #4d8dce;
  padding: 0.5rem;
  margin: 1.2rem;
}
.coursedetail-aims-container p {
  text-align: left !important;
}
.downloadStatusBarStyle {
  padding: 2rem;
  padding-top: 1.5rem;
  background-color: #e0ebf7;
}
.downloadStatusBarStyle {
  padding: 2rem;
  padding-top: 1.5rem;
  background-color: #e0ebf7;
}
.downloadStatusBarStyle {
  padding: 2rem;
  padding-top: 1.5rem;
  background-color: #e0ebf7;
}
.example-card {
  max-width: 400px;
}
.example-header-image {
  background-image: url(https://material.angular.io/assets/img/examples/shiba1.jpg);
  background-size: cover;
}
.product-cards-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1650px;
  margin: 0 auto;
}
.cards-grid-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 1rem;
  gap: 5%;
}
.search-section {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 1rem;
}
.filter-container {
  display: flex;
  justify-content: start;
  gap: 0.7rem;
  padding-bottom: 3rem;
  flex-wrap: wrap;
}
.filter-button {
  width: 7.9rem !important;
  height: 2.3rem !important;
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  overflow: hidden !important;
}
.button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: absolute;
  left: -1.3rem;
  top: 50%;
  transform: translateY(-50%);
  transition: left 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.check-icon {
  width: 2rem !important;
  transform: scale(0.8);
  opacity: 0;
  transition: opacity 0.1s linear 0.1s;
}
.false-icon {
  width: 2rem !important;
}
.mat-icon-gray {
  color: #b3b3b3;
  font-size: 1.05rem;
  cursor: pointer;
}
.filter-button.active .button-content {
  left: 0;
}
.filter-button.active .button-content .check-icon {
  opacity: 1;
}
.products-report-container {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1650px;
  margin: 0 auto;
}
.primaryrelease-container {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  max-width: 1650px;
  margin: 0 auto;
  padding: 0 1rem;
  gap: 4rem;
}
.primaryrelease-container .release-card {
  width: 30%;
  border: 1px solid red;
}
.primaryrelease-container .releases-table {
  width: 60%;
}
@media (max-width: 1200px) {
  .primaryrelease-container div {
    width: 100% !important;
    margin-bottom: 1rem;
  }
}
.horizontal-alignment {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.vertical-alignment {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.margin3rem {
  margin: 3rem;
}
.containerUsersList {
  display: flex;
  flex-direction: column;
  margin-top: 1.5rem;
}
.violation-chip {
  background-color: red !important;
  color: #fff !important;
  display: inline-flex;
  padding: 7px 12px;
  border-radius: 16px;
  align-items: center;
  min-height: 32px;
  height: 1px;
  position: relative;
  box-sizing: border-box;
  border: none;
  cursor: default;
  margin-left: 10px;
}
@media screen and (max-width: 1200px) {
  .coursedetail-content-container {
    display: flex;
    flex-direction: column;
    margin-top: 3rem;
  }
  .coursedetail-content {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    margin-right: 0rem;
    margin-left: 0rem;
    flex-grow: 4;
    row-gap: 0.6rem;
    column-gap: 1.5rem;
  }
}
@media screen and (min-width: 1201px) {
  .coursedetail-content-container {
    display: flex;
    flex-direction: row;
    margin-top: 3rem;
  }
  .coursedetail-content {
    display: flex;
    flex-direction: column;
    margin-right: 2rem;
    margin-left: 2rem;
    flex-grow: 4;
    row-gap: 0.6rem;
    column-gap: 1.5rem;
  }
}
.apexcharts-menu-icon,
.apexcharts-reset-icon,
.apexcharts-zoom-icon {
  transform: scale(0.85);
}
.grid {
  margin: 0 auto;
  padding: 0;
  max-width: 1650px;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.grid--large {
  max-width: 2000px;
}
.grid--small {
  max-width: 1100px;
}
.grid--nomaxwidth {
  max-width: none;
}
.grid--card-medium {
  max-width: calc(320px + 2rem);
}
.grid--center {
  justify-content: center;
}
.grid--start {
  justify-content: start;
}
.grid--between {
  justify-content: space-between;
}
.grid--end {
  justify-content: end;
}
.grid--nowrap {
  flex-wrap: nowrap;
}
.col {
  flex: 1;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-auto--flex-auto {
  flex: auto;
}
.grid .grid [class=col-] {
  margin: 0px;
}
[class*=col-] {
  position: relative;
  padding: 1rem;
}
.col-10 {
  width: 10%;
}
.col-17-5 {
  width: 17.5%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-33 {
  width: 33.33%;
}
.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}
.col-50 {
  width: 50%;
}
.col-60 {
  width: 60%;
}
.col-65 {
  width: 65%;
}
.col-70 {
  width: 70%;
}
.col-80 {
  width: 80%;
}
.col-90 {
  width: 90%;
}
.col-100 {
  width: 100%;
}
@media (max-width: 1200px) {
  .grid--inverted-tab {
    flex-flow: column-reverse;
  }
  .tab-20 {
    width: 20%;
  }
  .tab-25 {
    width: 25%;
  }
  .tab-33 {
    width: 33.33%;
  }
  .tab-50 {
    width: 50%;
  }
  .tab-100 {
    width: 100%;
  }
}
@media (max-width: 850px) {
  .grid--inverted-sma {
    flex-flow: column-reverse;
  }
  .sma-20 {
    width: 20%;
  }
  .sma-25 {
    width: 25%;
  }
  .sma-33 {
    width: 33.33%;
  }
  .sma-40 {
    width: 33.33%;
  }
  .sma-50 {
    width: 50%;
  }
  .sma-100 {
    width: 100%;
    flex: auto;
  }
}
.p-0 {
  padding: 0;
}
.p-0-5 {
  padding: 0.5rem;
}
.p-1 {
  padding: 1rem;
}
.p-1-2 {
  padding: 1.2rem;
}
.p-2 {
  padding: 2rem;
}
.p-2-5 {
  padding: 2.5rem;
}
.p-3 {
  padding: 3rem;
}
.p-4 {
  padding: 4rem;
}
.p-5 {
  padding: 5rem;
}
.ptb-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.ptb-0-5 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.ptb-2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.ptb-3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.plr-0 {
  padding-left: 0;
  padding-right: 0;
}
.plr-0-5 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.plr-1 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.plr-2 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.plr-3 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pl-0 {
  padding-left: 0;
}
.pl-0-2 {
  padding-left: 0.2rem;
}
.pl-0-3 {
  padding-left: 0.3rem;
}
.pl-0-5 {
  padding-left: 0.5rem;
}
.pl-0-6 {
  padding-left: 0.6rem;
}
.pl-0-7 {
  padding-left: 0.7rem;
}
.pl-1 {
  padding-left: 1rem;
}
.pl-2 {
  padding-left: 2rem;
}
.pl-3 {
  padding-left: 3rem;
}
.pb-0 {
  padding-bottom: 0;
}
.pb-0-2 {
  padding-bottom: 0.2rem;
}
.pb-0-5 {
  padding-bottom: 0.5rem;
}
.pb-1 {
  padding-bottom: 1rem;
}
.pb-4 {
  padding-bottom: 4rem;
}
.pb-8 {
  padding-bottom: 8rem;
}
.pt-0 {
  padding-top: 0;
}
.pt-0-2 {
  padding-top: 0.2rem;
}
.pt-0-3 {
  padding-top: 0.3rem;
}
.pt-0-4 {
  padding-top: 0.4rem;
}
.pt-0-5 {
  padding-top: 0.5rem;
}
.pt-1 {
  padding-top: 1rem;
}
.pt-2 {
  padding-top: 2rem;
}
.pr-0 {
  padding-right: 0;
}
.pr-0-5 {
  padding-right: 0.5rem;
}
.pr-1 {
  padding-right: 1rem;
}
.pr-1-5 {
  padding-right: 1.5rem;
}
.pr-2 {
  padding-right: 2rem;
}
@media (max-width: 1200px) {
  .tab-p-0 {
    padding: 0;
  }
  .tab-pr-0 {
    padding-right: 0;
  }
  .tab-pb-0-5 {
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 850px) {
  .sma-p-1 {
    padding: 1rem;
  }
  .sma-pl-0 {
    padding-left: 0;
  }
  .sma-pr-0 {
    padding-right: 0;
  }
  .sma-ptb-0-5 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.m-0 {
  margin: 0;
}
.m-0-5 {
  margin: 0.5rem;
}
.mb-0-1 {
  margin-bottom: 0.1rem;
}
.mb-0-2 {
  margin-bottom: 0.2rem;
}
.mb-0-3 {
  margin-bottom: 0.3rem;
}
.mb-0-4 {
  margin-bottom: 0.4rem;
}
.mb-0-5 {
  margin-bottom: 0.5rem;
}
.mb-1 {
  margin-bottom: 1rem;
}
.mb-1-1 {
  margin-bottom: 1.1rem;
}
.mb-1-5 {
  margin-bottom: 1.5rem;
}
.mb-2 {
  margin-bottom: 2rem;
}
.mb-3 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 5rem;
}
.mb-6 {
  margin-bottom: 6rem;
}
.mb-7 {
  margin-bottom: 7rem;
}
.mb-8 {
  margin-bottom: 8rem;
}
.mb-9 {
  margin-bottom: 9rem;
}
.mb-10 {
  margin-bottom: 10rem;
}
.mt-05 {
  margin-top: 0.5rem;
}
.mt-1 {
  margin-top: 1rem;
}
.mt-1-5 {
  margin-top: 1.5rem;
}
.mt-2 {
  margin-top: 2rem;
}
.mt-3 {
  margin-top: 3rem;
}
.mt-4 {
  margin-top: 4rem;
}
.mt-5 {
  margin-top: 5rem;
}
.mt-6 {
  margin-top: 6rem;
}
.mt-7 {
  margin-top: 7rem;
}
.mt-8 {
  margin-top: 8rem;
}
.mt-9 {
  margin-top: 9rem;
}
.mt-10 {
  margin-top: 10rem;
}
.m-05 {
  margin: 0.5rem;
}
.m-1 {
  margin: 1rem;
}
.m-2 {
  margin: 2rem;
}
.m-3 {
  margin: 3rem;
}
.m-4 {
  margin: 4rem;
}
.m-5 {
  margin: 5rem;
}
.m-6 {
  margin: 6rem;
}
.m-7 {
  margin: 7rem;
}
.m-8 {
  margin: 8rem;
}
.m-9 {
  margin: 9rem;
}
.m-10 {
  margin: 10rem;
}
.ml-0 {
  margin-left: 0;
}
.ml-0-5 {
  margin-left: 0.5rem;
}
.mr-0 {
  margin-right: 0;
}
.mr-05 {
  margin-right: 0.5rem;
}
.mr-1 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 2rem;
}
.mr-3 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 4rem;
}
.mr-5 {
  margin-right: 5rem;
}
.mr-6 {
  margin-right: 6rem;
}
.mr-7 {
  margin-right: 7rem;
}
.mr-8 {
  margin-right: 8rem;
}
.mr-9 {
  margin-right: 9rem;
}
.mr-10 {
  margin-right: 10rem;
}
.ml-1 {
  margin-left: 1rem;
}
.ml-1-5 {
  margin-left: 1.5rem;
}
.ml-2 {
  margin-left: 2rem;
}
.ml-3 {
  margin-left: 3rem;
}
.ml-4 {
  margin-left: 4rem;
}
.ml-5 {
  margin-left: 5rem;
}
.ml-6 {
  margin-left: 6rem;
}
.ml-7 {
  margin-left: 7rem;
}
.ml-8 {
  margin-left: 8rem;
}
.ml-9 {
  margin-left: 9rem;
}
.ml-10 {
  margin-left: 10rem;
}
.text-primary {
  color: #005cb9;
}
.bg-lightazure {
  background: #e0ebf7;
}
.txta-r {
  text-align: right;
}
.txt-upp {
  text-transform: uppercase;
}
.txt-red {
  color: red;
}
.br {
  border: 1px solid red;
}
.border-none {
  border: none;
}
.custom-hr {
  margin: 3rem auto;
  height: 1px;
  width: 90%;
  background: #b3b3b3;
}
.align-start {
  align-items: start;
}
.align-end {
  align-items: end;
}
.align-center {
  align-items: center;
}
.align-stretch {
  align-items: stretch;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.center-y {
  margin-top: 50%;
  transform: translateY(-50%);
}
.lh-1 {
  line-height: 1;
}
.fs-0-8 {
  font-size: 0.8rem;
}
.fs-0-9 {
  font-size: 0.9rem;
}
.fs-1 {
  font-size: 1rem;
}
.fs-1-0-5 {
  font-size: 1.05rem;
}
.fs-1-4 {
  font-size: 1.4rem;
}
.fw-600 {
  font-weight: 600;
}
.flex-column {
  display: flex;
  flex-direction: column;
}
.flex-fill {
  flex: 1 1 auto;
}
.d-block {
  display: block;
}
.d-none {
  display: none;
}
.of-h {
  overflow: hidden;
}
.boxshadow-none {
  box-shadow: none;
}
.maw-80 {
  max-width: 80%;
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.w-49 {
  width: 49%;
}
.w-50 {
  width: 50%;
}
.maw-50 {
  max-width: 50%;
}
.w-60 {
  width: 60%;
}
.w-70 {
  width: 70%;
}
.w-80 {
  width: 80%;
}
.wrap-txt {
  overflow-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  .tab-w-100 {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .sma-w-100 {
    width: 100%;
  }
}
.text-left {
  text-align: left;
}
.cp {
  cursor: pointer;
}
.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ptb-0-5 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.pbr-0-5 {
  padding-bottom: 0.5rem !important;
  padding-right: 0.5rem;
}
.scrollx {
  overflow-x: scroll;
  overflow-y: hidden;
}
@media (max-width: 1200px) {
  .tab-scrollx {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (max-width: 850px) {
  .sma-scrollx {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
.bb- {
  border-bottom: 1px solid #b3b3b3;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-S7MQA5CE.css.map */
