/* src/styles.scss */
:root {
  --std-bg: #CA392D;
  --std-bg-light: #e3463b;
  --std-bg-dark: #b93126;
  --dark-text: #1C274C;
  --std-bg-2: #030110 !important;
  --dark: #040D1A;
  --dark_: #4C50C5;
  --light: #F1F5F8;
  --background: #f1f4f8;
  --light-background: var(--light);
  --light-blue-1: #FAFBFC;
  --light-blue: #F1F5F8;
  --light-green: #DAE1DF;
  --light-green-2: #687786;
  --border-light: #e6edf1;
  --border-light-2: #e8e9ef;
  --table-border-color: var(--border-light);
  --dark_2: #4F5884;
  --yellow: #FFEB3B;
  --violet: rgba(94, 53, 177, 1);
  --red: rgba(198, 40, 40, 1);
  --pgb-color:
    linear-gradient(
      45deg,
      #1f3954,
      #4f3333);
  --font-family: "poppins", sans-serif;
  --font-family-2: "Roboto", sans-serif;
  --font-size-small: .9rem;
}
mat-icon {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.custom-title {
  font-size: 27px;
  color: black;
  line-height: 1.1;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.custom-label {
  top: 0px !important;
  font-size: 0.7em;
  font-weight: bold;
  transition: 0.15s ease-out all;
  color: white !important;
}
.custom-radio-button .mat-radio-label-content {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 512px) {
  .custom-radio-button .mat-radio-label-content {
    display: grid !important;
  }
}
@media screen and (max-width: 512px) {
  .hidden-xs {
    display: none !important;
  }
}
.show-xs {
  display: none !important;
}
@media screen and (max-width: 512px) {
  .show-xs {
    display: inline-block !important;
  }
}
.seguros-container app-main-content .main-content-layout .mat-card.floating-box-margin {
  padding: 0;
  background: none;
  box-shadow: none;
  margin: 0;
}
.texto-login {
  margin: 16% 12% !important;
  position: absolute;
  text-align: center;
}
.texto-login span {
  color: white;
  width: 60%;
  font-size: 13pt;
}
.bigger {
  font-size: 27px;
}
.custom-title-links {
  font-size: 17px;
  color: black;
  line-height: 1.1;
  margin-bottom: 15px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.pocket-modal {
  width: 45vw;
}
.flex-item:last-child {
  margin-top: 7.5px !important;
}
.flex-item:last-child * {
  margin-left: 0px !important;
}
.text-std-light {
  color: var(--std-bg-2);
}
.text-std-dark {
  color: var(--dark);
}
.text-x-light-blue {
  color: #A1A5B7;
}
.text-x-light-blue-2 {
  color: #6f707f;
}
.text-yellow {
  color: var(--std-bg);
}
.text-black-u {
  color: rgba(0, 0, 0, 0.5) !important;
  text-decoration: rgba(0, 0, 0, 0.5) !important;
}
.text-palid {
  color: #ccc !important;
}
.text-palid-1 {
  color: #666 !important;
}
.text-palid-2 {
  color: #777 !important;
}
.text-palid-2 {
  color: #888 !important;
}
.text-palid-3 {
  color: #999 !important;
}
.button-show-more {
  font-size: 0.7rem !important;
  border-radius: 1.5rem !important;
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.shadow-x-2 {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.175) !important;
  transition: 0.3s all cubic-bezier(0.38, 0.32, 0, 0.62);
}
.shadow-x-2:hover {
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-x-3 {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.075) !important;
  transition: 0.3s all cubic-bezier(0.38, 0.32, 0, 0.62);
}
.text-darken-2 {
  color: var(--dark_) !important;
}
.text-black-u:hover {
  text-decoration: rgba(0, 0, 0, 0.5) !important;
}
.blacki {
  color: #222222 !important;
}
.bg-light-blue {
  background: rgb(179, 229, 252);
}
.text-std {
  color: var(--std-bg);
}
.text-yellow {
  color: var(--std-bg-2);
}
.text-violet {
  color: var(--violet);
}
.text-std {
  font-family: "poppins", sans-serif;
}
.text-std-3 {
  color: rgb(2, 119, 189) !important;
}
.text-std-1 {
  font-family: "poppins", sans-serif;
}
.text-std-2 {
  font-family: "Rubik", sans-serif;
}
.border-std {
  border: thin solid rgba(98, 94, 139, 0.3) !important;
}
.b-front {
  z-index: 999;
}
.text-arrow {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.blurout {
  animation-name: blurout;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes blurout {
  0% {
    -webkit-filter: blur(6px);
    filter: blur(6px);
    transform: scale(2);
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
* {
  margin: 0;
  padding: 0;
}
.on-hover {
  cursor: pointer;
}
.on-hover:hover {
  background: var(--light);
}
.on-hover:active {
  background: var(--light-green-2);
}
.btn-standard,
.btn-standard-outline,
.btn-standard-dark {
  cursor: pointer;
  background: var(--std-bg);
  align-items: center;
  display: flex;
  justify-content: center;
  color: var(--dark);
  border-radius: 11px;
  padding: 0.95rem 0.5rem;
  border: none;
  width: 100%;
  font-weight: 600;
  transition: 0.3s background linear, 0.3s transform linear;
}
.btn-standard-dark {
  color: #fff;
}
.btn-standard.sm,
.btn-standard-outline.sm {
  padding: 0.45rem 0.5rem !important;
}
.btn-standard.no-w,
.btn-standard-outline.no-w {
  width: auto !important;
}
.btn-standard:disabled,
.btn-standard-outline:disabled {
  background: #f6f6f6;
  color: #c0c0c0;
}
.btn-standard:hover {
  background: #00232c;
  transform: scale(0.98);
}
.btn-standard:disabled:hover,
.btn-standard-outline:disabled:hover {
  background: #e6e1e1;
  color: #c0c0c0;
}
.btn-standard-outline {
  background: #F9F9F9;
  color: #192133;
}
.btn-standard-dark {
  background: #0E0521;
  transition: all 0.35s linear;
}
.btn-standard-dark:hover {
  background: #18102e;
}
.underlined {
  text-decoration: underline;
}
.btn-standard-outline:hover {
  background: #edecec;
  transform: scale(0.98);
}
.btn-standard-3 {
  cursor: pointer;
  background: #edf0f8;
  transition: 0.4s all linear;
  align-items: center;
  display: flex;
  justify-content: space-between;
  color: var(--std-bg);
  border-radius: 11px;
}
.btn-standard-3:hover {
  background: var(--std-bg);
  color: #fff;
}
.font-weight-bold {
  font-weight: bold;
}
.font-weight-normal {
  font-weight: normal;
}
.sm-font-medium {
  font-size: 0.74rem !important;
  font-weight: 500;
}
.sm-font {
  font-size: 0.78rem;
}
.text-danger-std {
  color: #ee0b55 !important;
}
.upper-link {
  text-decoration: underline;
}
.profile-img-container {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
}
.profile-img-container.crowd {
  margin-left: -1rem;
}
.profile-img-container.lg {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
}
.profile-img-container.xl {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
}
.profile-img-container.x-xl {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #ccc;
  position: relative;
}
.profile-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.btn-std-link {
  background: transparent;
  color: var(--dark);
  display: inline-flex;
  align-items: center;
  font-family: var(--font-family-2);
  font-size: 0.9rem;
}
.text-light {
  color: #fff !important;
}
.text-lighter {
  color: #a1a1a7 !important;
}
.text-lighter-2 {
  color: #aaaabb !important;
}
.writer {
  font-weight: 500;
}
.point {
  font-size: 0.2rem !important;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.font-weight-medium {
  font-weight: 600;
}
.pagination-page {
  padding: 0.5rem 0.9rem;
  border: thin solid #ccc;
  border-radius: 9px;
  font-size: 0.8rem;
  font-family: var(--font-family-2);
  margin-right: 0.5rem;
}
.pagination-page.active {
  background: #000D13;
  border: none;
  font-weight: bold;
  color: #fff;
}
.btn-lighter {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #EEEEF5;
  font-family: var(--font-family-2);
  padding: 1rem 1rem;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
.btn-custom {
  cursor: pointer;
  transition: 0.4s all linear;
  align-items: center !important;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  padding: 0.9rem 0.75rem 0.9rem 0.75rem;
  width: 80%;
  color: #000;
}
.btn-pay-reference {
  background: var(--std-bg);
  color: #fff;
}
.btn-pay-reference:hover {
  background-color: #ee2113;
}
.btn-secondary {
  margin-top: 1rem !important;
  margin-bottom: 1rem;
  background: transparent;
  border: thin solid var(--std-bg-2);
  color: #000;
  font-weight: bold;
}
.btn-secondary:hover {
  background-color: var(--std-bg-2) !important;
  color: #fff;
  font-weight: bold;
}
.btn-pay-reference i {
  margin-left: auto;
}
.w-x-50 {
  width: 50%;
}
.w-x-75 {
  width: 75%;
}
.w-x-100 {
  width: 100%;
}
.d-flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-end {
  justify-content: flex-end;
}
.align-items-center {
  align-items: center;
}
.align-items-start {
  align-items: start;
}
.ml-auto,
.mx-auto {
  margin-left: auto;
}
.mr-auto,
.mx-auto {
  margin-right: auto;
}
.mt-x-1 {
  margin-top: 0.6rem;
}
.ml-x-1 {
  margin-left: 1rem;
}
.mr-x-1 {
  margin-right: 1rem;
}
.ml-x-2 {
  margin-left: 2rem;
}
.mr-x-2 {
  margin-right: 2rem;
}
.d-block {
  display: block;
}
.pt-x-1 {
  padding-top: 0.5rem;
}
.pl-x-1 {
  padding-left: 0.5rem;
}
.pr-x-1 {
  padding-right: 0.5rem;
}
.pl-x-2 {
  padding-left: 1.5rem;
}
.pr-x-2 {
  padding-right: 1.5rem;
}
.mt-x-1 {
  margin-top: 0.5rem;
}
.pb-x-1 {
  padding-bottom: 0.5rem;
}
.mb-x-1 {
  margin-bottom: 0.5rem;
}
.mb-x-0 {
  margin-bottom: 0 !important;
}
.pb-x-0 {
  padding-bottom: 0 !important;
}
.pt-x-2 {
  padding-top: 1rem;
}
.mt-x-2 {
  margin-top: 1rem;
}
.pb-x-2 {
  padding-bottom: 1rem;
}
.mb-x-2 {
  margin-bottom: 1rem;
}
.pt-x-3 {
  padding-top: 1.5rem;
}
.mt-x-3 {
  margin-top: 1.5rem;
}
.pb-x-3 {
  padding-bottom: 1.5rem;
}
.mb-x-3 {
  margin-bottom: 1.5rem;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center !important;
}
.text-dark-red {
  color: #690A23;
}
.btn-copy-content {
  cursor: pointer;
  transition: 0.4s all linear;
  align-items: center !important;
  display: flex;
  justify-content: center;
  border-radius: 8px;
  margin-left: auto;
  background: var(--std-bg);
  padding: 0.9rem 0.75rem 0.9rem 0.75rem;
  color: #fff;
}
.border-dashed {
  border: dashed 1px #ccc;
  padding: 0.75rem 0.5rem 0.75rem 0.75rem;
  border-radius: 8px;
}
.hidden-x {
  display: none;
}
.slider-content-holder {
  text-align: center;
}
.slider-content-holder h3 {
  font-size: 1.5rem;
}
.user-login-selection-type-container {
  display: flex;
  justify-content: center;
}
.user-login-selection-type {
  text-transform: uppercase;
  border-bottom: 3px solid #F3F2F8;
  color: #A09EB7;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  padding-bottom: 1rem;
}
.user-login-selection-type.active {
  border-bottom: 3px solid var(--std-bg);
  color: var(--dark);
  font-weight: 600;
}
.col-1 {
  width: 8.33%;
}
.col-2 {
  width: 16.66%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.33%;
}
.col-5 {
  width: 41.66%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.33%;
}
.col-8 {
  width: 66.66%;
}
.col-9 {
  width: 75%;
}
.col-10 {
  width: 83.33%;
}
.col-11 {
  width: 91.66%;
}
.flex-x-sm-100 {
  width: auto;
  flex: auto;
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .col-5 {
    width: 100%;
  }
  .w-x-sm-100 {
    width: 100% !important;
  }
  .px-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .shown-sm {
    display: block !important;
  }
  .shown-flex-sm {
    display: flex !important;
  }
  .align-items-start-sm {
    align-items: start;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .col-5 {
    width: 100%;
  }
  .flex-x-sm-100 {
    width: 100% !important;
    flex: 100% !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .w-x-sm-100 {
    width: 100% !important;
  }
  .px-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .shown-sm {
    display: block !important;
  }
  .shown-flex-sm {
    display: flex !important;
  }
  .align-items-start-sm {
    align-items: start;
  }
}
@media only screen and (max-width: 320px) {
  .col-5 {
    width: 100%;
  }
  .flex-x-sm-100 {
    width: 100% !important;
    flex: 100% !important;
  }
  .w-x-sm-100 {
    width: 100% !important;
  }
  .px-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .shown-sm {
    display: block !important;
  }
  .shown-flex-sm {
    display: flex !important;
  }
  .align-items-start-sm {
    align-items: start;
  }
}
@media only screen and (max-width: 768px) {
  .col-5 {
    width: 100%;
  }
  .flex-x-sm-100 {
    width: 100% !important;
    flex: 100% !important;
  }
  .w-x-sm {
    width: 100% !important;
  }
  .w-x-sm-75 {
    width: 75%;
  }
  .px-x-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .hidden-sm {
    display: none !important;
  }
  .shown-sm {
    display: block !important;
  }
  .shown-flex-sm {
    display: flex !important;
  }
  .w-x-sm-100 {
    width: 100% !important;
  }
  .align-items-start-sm {
    align-items: start;
  }
}
.hidden {
  display: none !important;
}
.user-profile-picture-cs {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1rem;
}
.user-profile-picture-cs.crowd {
  margin-left: -1rem;
  border: 3px solid var(--dark);
}
.user-profile-picture-rect-cs {
  border-radius: 5px !important;
}
.user-profile-picture-cs.md {
  width: 40px !important;
  height: 40px !important;
}
.user-profile-picture-cs.sm {
  width: 35px !important;
  height: 35px !important;
  font-size: 0.7rem !important;
  font-weight: 700;
}
.user-profile-picture-cs.sm {
  width: 25px !important;
  height: 25px !important;
  font-size: 0.7rem !important;
  font-weight: 700;
}
.user-profile-picture-cs.lg {
  width: 60px !important;
  height: 60px !important;
}
.user-profile-picture-cs.xl {
  width: 80px !important;
  height: 80px !important;
}
.user-profile-picture-cs.x-xl {
  width: 110px !important;
  height: 110px !important;
}
.user-profile-picture-cs .user-image {
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: thin solid #fafafa;
  filter: contrast(110%) brightness(105%);
}
.user-profile-picture-rect-cs .user-image {
  border-radius: 5px !important;
}
.text-amount sup {
  font-size: 0.65rem;
}
.divider {
  margin-left: 0.55rem;
  margin-right: 0.55rem;
}
.movement-aditional-info {
  color: #9596A3;
  margin: 0 !important;
}
.movement-aditional-info span {
  font-size: 0.75rem;
}
.btn-outlined {
  border: var(--std-bg);
  color: var(--std-bg);
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: thin solid var(--std-bg);
  font-size: 0.75rem;
}
.grouped-movements-footer {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.5rem;
  background: #FCFCFC;
  border-bottom: thin solid #f5f5f5;
}
.grouped-movements-footer * {
  padding: 0 !important;
  margin: 0 !important;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  min-width: 80%;
  max-width: 100%;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.grid-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 98%;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}
.border-0 {
  border: none !important;
}
.ng-hide {
  display: none !important;
}
.circled-item {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background: #3b55cc;
  margin-right: 0.35rem;
}
.circled-item.sm {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: #3b55cc;
  margin-right: 0.35rem;
}
.account-legend {
  align-items: center;
  padding-left: 0.35rem;
  display: flex;
}
.account-legend p {
  margin: 0 !important;
}
.text-secondary {
  color: #7f80a2;
}
.border-x-bottom {
  border-bottom: thin solid #e6eef3;
}
.border-x-top {
  border-top: thin solid #e6eef3;
}
.text-red {
  color: #CF292F;
}
.text-green {
  color: #22b277;
}
.text-uppercase {
  text-transform: uppercase;
}
.rounded-holder {
  background-color: #f3e6e6;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  border-radius: 1.5rem;
}
.rounded-holder-sm {
  background-color: #f5f5f5;
  color: #5b5757 !important;
  padding-left: 0.65rem;
  padding-right: 0.65rem;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
  border-radius: 1.5rem;
}
.rounded-holder-sm.red {
  background-color: #fff5f5;
  color: #8b2828 !important;
}
.rounded-holder-sm.orange {
  background-color: #fffbf5;
  color: #8b6328 !important;
}
.rounded-holder-sm.green {
  background-color: #f6fff6;
  color: #288b42 !important;
}
.btn-options {
  font-size: 0.75rem !important;
  border: thin solid #CF292F !important;
  border-radius: 0 !important;
  display: flex !important;
  align-items: center !important;
  height: auto !important;
  width: auto !important;
}
.btn-options.no-border {
  border: none !important;
  padding-left: 0.3rem !important;
  padding-right: 0.3rem !important;
}
.btn-options .mat-icon {
  font-size: 0.85rem !important;
  height: auto !important;
}
.mat-options-holder .mat-menu-item {
  font-size: 0.75rem !important;
  color: #da3737 !important;
  align-items: center !important;
}
.mat-options-holder .mat-icon {
  font-size: 1rem !important;
  color: #da3737 !important;
  height: auto !important;
}
.border-left {
  border-left: thin solid #ccc;
}
.pt-x-sm-0-1 {
  padding-top: 0.15rem;
}
.btn-go-up {
  position: fixed !important;
  z-index: 1;
  right: 1rem;
  bottom: 5rem;
}
.transaction-account-holder {
  background: #f1f1f1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  transition: 0.3s all linear;
}
.transaction-account-holder h5 {
  margin-bottom: 0.3rem !important;
}
.transaction-account-holder.is-fixed {
  position: sticky;
  top: -1.1rem;
  left: 0;
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.03);
  z-index: 999;
}
.transaction-account-holder.is-fixed h5 {
  font-size: 0.9rem;
}
.transaction-account-holder.is-fixed p {
  font-weight: 700;
  font-size: 0.7rem;
}
.text-overflow-ellipses {
  padding: 20px 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 50px;
}
.slider-holder {
  position: relative;
}
.btn-slide {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  color: #fff;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  transition: all 0.345s linear;
  cursor: pointer;
}
.btn-slide:hover {
  background: rgba(70, 67, 67, 0.6);
}
.big-font {
  font-size: 2.4rem !important;
}
.big-font-0 {
  font-size: 3.2rem !important;
}
.big-font-0-1 {
  font-size: 5.5rem !important;
}
.big-font-0-2 {
  font-size: 4rem !important;
}
.big-font-1 {
  font-size: 1.4rem !important;
}
.big-font-2 {
  font-size: 1.19rem !important;
}
.big-font-3 {
  font-size: 1.12rem !important;
}
.slider-indicator-holder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider-indicator-holder .slider-indicator {
  height: 5px;
  width: 20px;
  background: rgba(255, 255, 255, 0.6);
  margin-left: 0.75rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.slider-indicator:hover {
  width: 30px;
  background: #fff;
}
.slider-indicator-holder .slider-indicator.active {
  background: var(--std-bg);
  width: 40px;
}
.btn-slide.right {
  right: 6rem;
}
.btn-slide.left {
  left: 6rem;
}
.slide-container {
  width: 100%;
  height: 35rem;
  border-radius: 20px;
  position: relative;
}
.slider-item {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
}
@keyframes sliderShowAnimation {
  0% {
    display: block;
    transform: translateY(0.8rem);
    opacity: 0.5;
  }
  100% {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.slider-item.go-up {
  display: block;
  animation-name: sliderShowAnimation;
  animation-duration: 600ms;
  animation-timing-function: linear;
}
.slider-item.active {
  display: block;
  opacity: 1;
  transform: translateY(0rem);
}
.slide-caption-holder {
  position: absolute;
  background:
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.01) 10%,
      rgba(0, 0, 0, 0.5) 60%);
  width: 100%;
  height: 100%;
  border-radius: 20px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-caption-holder .caption {
  color: #fff;
  width: 50%;
}
.caption-title {
  font-size: 2.2rem;
  text-shadow: 1px 6px 6px rgba(0, 0, 0, 0.05);
}
.caption-tag {
  background: var(--light);
  padding: 1rem;
  border-radius: 10px;
  text-align: center;
  color: var(--dark-text);
}
.btn-border-0 {
  display: flex;
  justify-content: center;
  background: none;
  border-radius: 11px;
  border: none;
  transition: all 0.3s linear;
  padding: 0.6rem 0.55rem;
}
.btn-border-0:hover {
  background: #fafafa;
}
.public-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.public-links li {
  padding-left: 0.75rem;
  font-size: 0.55rem;
}
.public-links li a {
  font-size: 0.75rem;
  color: #000;
}
.social-media-holder {
  display: flex;
  position: absolute;
  bottom: 0;
  padding-bottom: 2rem;
  justify-content: left;
  z-index: 9999;
}
.social-media-holder a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 41px;
  width: 45px;
  background: linear-gradient(rgba(70, 67, 67, 0.6), rgba(68, 68, 71, 0.7));
  color: #fff;
  border-radius: 8px;
  margin-left: 0.75rem;
  transition: all 0.35s linear;
  cursor: pointer;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
.social-media-holder a:hover {
  transform: scale(1.1);
  background: rgba(70, 67, 67, 0.6);
}
.bg-x-light-0 {
  background: #F9F9F9;
}
.item-holder {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff;
  margin-top: 4rem;
  margin-bottom: 4rem;
  box-shadow: 0 0 1rem rgba(224, 210, 210, 0.175) !important;
  border-radius: 0.5rem;
}
.item-description {
  width: 70%;
  padding-top: 1rem;
  margin: auto;
}
.item-action {
  padding-top: 1rem;
  padding-top: 1rem;
  margin-top: 1rem;
  border-top: thin solid #E6E6E6;
}
.item-description h6 {
  font-size: 1.2rem;
}
.item-description a {
  color: #000;
  text-align: center;
}
.btn-circled {
  background-color: var(--std-bg);
  border: none;
  cursor: pointer;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--light-green);
  transition: all 0.35s linear;
}
.btn-circled.sm {
  width: 25px;
  height: 25px;
}
.btn-circled.md {
  width: 35px;
  height: 35px;
}
.btn-circled:hover {
  transform: scale(1.09);
  background: #00232c;
}
.btn-circled.light {
  background: #DAE1DF;
}
.btn-circled.light-green {
  background: #EEF6F4;
}
.btn-circled.outline {
  background: transparent;
  border: thin solid var(--dark);
}
.btn-circled.dark {
  background: var(--dark);
  color: white;
}
.btn-circled.light:hover {
  background: #d3d8d6;
  transform: scale(1.2);
}
.justify-space-between {
  justify-content: space-between;
}
.login-container {
  margin-left: auto;
}
.error-container {
  background: #FEF6F6;
  color: #C41B1B;
  padding: 0.75rem 0.75rem;
  width: 100%;
  border-radius: 11px;
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.8rem;
}
.error-container mat-icon {
  margin-right: 0.5rem;
}
.content-std-holder {
  background: #F9F9F9;
  position: relative;
  display: block;
  padding: 2rem 0.75rem;
}
.rounded-tag {
  background: #F8F8F8;
  border-radius: 11px;
  padding: 0.45rem 0.75rem;
}
.d-inline-block {
  display: inline-block !important;
}
.check-icon {
  background: #3AD3AF;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.check-icon mat-icon {
  font-size: 14px !important;
  color: #fff;
  height: auto;
  width: auto;
}
.check-holder {
  margin-left: 0.45rem;
}
.check-holder span {
  color: #0B533C;
  margin-left: 0.45rem;
}
.flex-grow-1 {
  flex-grow: 1;
}
.flex-grow-2 {
  flex-grow: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
  .w-md-50 {
    width: 50%;
  }
  .w-ls-90 {
    width: 95% !important;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-100 {
    width: 100%;
  }
  .login-container {
    margin-left: auto;
    margin-right: auto;
  }
  .custom-dialog-holder {
    width: 65% !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .caption-title {
    font-size: 1.4rem !important;
  }
  .shown-landscape {
    display: block !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-ls-50 {
    width: 50% !important;
  }
  .w-ls-90 {
    width: 90% !important;
  }
  .w-ls-40 {
    width: 40% !important;
  }
  .w-md-75 {
    width: 75%;
  }
  .w-md-100 {
    width: 100%;
  }
  .login-container {
    margin-left: auto;
    margin-right: auto;
  }
  .btn-slide.right {
    right: 1.5rem;
  }
  .btn-slide.left {
    left: 1.5rem;
  }
  .custom-dialog-holder {
    width: 65% !important;
  }
}
.html-center-holder {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: auto;
  min-height: 100vh;
}
.html-content {
  justify-self: center;
  align-self: center;
  width: 100%;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-ripple .mat-ripple-element {
  opacity: 0.03 !important;
  background-color: #005691 !important;
}
.mat-checkbox-checked.mat-accent .mat-checkbox-background,
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #005691;
}
.cs-button {
  display: flex;
  align-items: center;
  background: var(--std-bg);
  padding: 1rem 2rem;
  border-radius: 1rem;
  font-weight: 600;
  transition: all 0.2s ease-out;
  border: none;
  width: 100%;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  cursor: pointer;
}
.cs-button.sm {
  padding: 0.4rem 1rem;
  width: auto;
}
.cs-button.x-sm {
  padding: 0.4rem 1rem;
  font-size: 0.7rem !important;
  width: auto;
}
.cs-button.md {
  padding: 0.5rem 2rem;
  width: 100%;
}
.cs-button:disabled {
  background: #d7d7d7;
  color: #a1a1a1;
}
.cs-button:hover:not(.cs-button:disabled) {
  background: var(--std-bg-light);
  transform: scale(0.98);
  box-shadow: 0 1rem 1rem rgba(79, 91, 114, 0.1) !important;
}
.cs-button.light {
  background: #fff;
  color: var(--dark);
}
.cs-button.light:hover {
  background: #ded9d9 !important;
}
.cs-button.secondary {
  background: var(--std-bg-2);
}
.cs-button.secondary:hover {
  background: #c2973a !important;
}
.cs-button.outline {
  border: var(--std-bg) solid 2px;
  color: var(--std-bg);
  background: none;
}
.cs-button.outline:hover {
  background: none;
  color: var(--dark) !important;
}
.cs-button.outline:disabled {
  border: thin solid #d7d7d7;
  color: #a1a1a1;
}
.cs-button.outline.secondary {
  border: var(--std-bg-2) solid 2px;
  color: var(--std-bg-2);
  background: none;
}
.cs-button.outline.secondary:hover {
  background: var(--dark) !important;
  color: #fff !important;
}
.cs-button.outline.dark {
  border: #c7c8ce solid 2px;
  color: var(--dark);
  background: none;
}
.cs-button.outline.dark:hover {
  background: var(--dark) !important;
  border: none;
  color: #fff !important;
}
.cs-button.menu-cta {
  padding: 0;
  padding-right: 1rem;
}
.cs-button.menu-cta div.action-text {
  font-weight: 600;
  border-right: 2px solid #63C269;
  padding: 0.4rem 1rem;
}
.cs-button.menu-cta span {
  font-weight: 420;
  padding-left: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .custom-dialog-holder {
    width: 93% !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .m-x-sm-0 {
    margin: 0 !important;
  }
  .sm-title {
    font-size: 0.9rem !important;
  }
  .cs-button__wrapper {
    font-size: 0.9rem !important;
  }
  input {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 320px) {
  .custom-dialog-holder {
    width: 93% !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .m-x-sm-0 {
    margin: 0 !important;
  }
  .sm-title {
    font-size: 0.9rem !important;
  }
  input {
    font-size: 16px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
  .custom-dialog-holder {
    width: 93% !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .m-x-sm-0 {
    margin: 0 !important;
  }
  .sm-title {
    font-size: 0.9rem !important;
  }
  input {
    font-size: 16px !important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-height: 568px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
  .custom-dialog-holder {
    width: 93% !important;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }
  .m-x-sm-0 {
    margin: 0 !important;
  }
  .sm-title {
    font-size: 0.9rem !important;
  }
  input {
    font-size: 16px !important;
  }
}
.border-rounded {
  border-radius: 11px;
}
.bg-light {
  background: #FAFBFC;
}
.pill-container {
  border-radius: 10px;
  padding: 0.5rem 0.5rem;
  background: #fff;
}
.text-secondary-green {
  color: #5D7486;
}
.rounded-x {
  border-radius: 3rem !important;
}
.rounded-x-left {
  border-top-left-radius: 3rem !important;
  border-bottom-left-radius: 3rem !important;
}
.rounded-x-right {
  border-top-right-radius: 3rem !important;
  border-bottom-right-radius: 3rem !important;
}
.rounded-x-bottom {
  border-bottom-left-radius: 3rem !important;
  border-bottom-right-radius: 3rem !important;
}
.border-x-light {
  border: thin solid rgba(255, 255, 255, 0.3) !important;
}
.border-x-light-bottom {
  border-bottom: thin solid rgba(255, 255, 255, 0.3) !important;
}
.border-x-light-top {
  border-top: thin solid rgba(255, 255, 255, 0.3) !important;
}
.border-x-light-left {
  border-left: thin solid rgba(255, 255, 255, 0.3) !important;
}
.border-x-light-right {
  border-right: thin solid rgba(255, 255, 255, 0.3) !important;
}
.border-x-red {
  border: thin solid rgb(198, 40, 40);
}
.border-x-red-light {
  border: thin solid rgba(198, 40, 40, 0.7);
}
.border-x-bottom {
  border-bottom: thin solid #eee;
}
.border-x-top {
  border-top: thin solid #eee;
}
.border-x-right {
  border-right: thin solid #eee;
}
.border-x-left {
  border-left: thin solid #eee;
}
.border-x {
  border: thin solid #eee !important;
}
.border-x-dark {
  border: thin solid #444 !important;
}
.border-x-bottom-dark {
  border-bottom: thin solid #444 !important;
}
.border-x-top-dark {
  border-top: thin solid #444 !important;
}
.border-x-right-dark {
  border-right: thin solid #444 !important;
}
.border-x-left-dark {
  border-left: thin solid #444 !important;
}
.border-x-color-dark {
  border-color: #444 !important;
}
.rounded-container,
.rounded-info-container {
  background: #fff;
  border-radius: 15px;
  padding: 1rem 1rem;
  position: relative;
  border: thin solid #DAE1DF;
  margin-top: 1rem;
  cursor: pointer;
  transition: all 0.25s linear;
}
.rounded-info-container {
  background: #FAFBFC;
  border: none;
}
.text-light-2 {
  color: var(--light-green-2);
}
.text-dark {
  color: var(--dark);
}
.circled-container {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--light-green);
  align-items: center;
  justify-content: center;
  display: flex;
}
.text-truncate.sm-text {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-truncate {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bg-light-2 {
  background: #F9F9F9;
}
.fetching-data-animation {
  width: 35px;
  height: 35px;
  border-radius: 10px;
  animation: fetchingDataAnimation 1.25s ease-in-out infinite;
}
.justify-items-center {
  justify-items: center;
}
.user-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@keyframes fetchingDataAnimation {
  0% {
    transform: scale(0.4);
    background: #fafafa;
    border-radius: 10px;
    box-shadow: none;
  }
  25% {
    transform: scale(1) rotate(180deg);
    background: var(--std-bg);
    border-radius: 50%;
  }
  75% {
    transform: scale(1) rotate(0);
    background: #dfebf8;
    border-radius: 20%;
    box-shadow: 0 0.3rem 2rem rgba(47, 50, 72, 0.32);
  }
  100% {
    transform: scale(0.4) rotate(180deg);
    background: #b2d38a;
    border-radius: 10px;
    box-shadow: none;
  }
}
mat-toolbar > .titlebar-titulo {
  visibility: hidden;
}
mat-toolbar > .app-logo-container {
  justify-content: flex-start !important;
}
.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.no-spinner {
  -moz-appearance: textfield;
}
app-menu-accordion mat-list-item .menu-icon-moreitens {
  display: none !important;
}
html,
body {
  height: 100%;
}
.bg-days {
  background: #1e1f28;
}
.a-remove {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
.loading-overlay {
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
}
.loading-overlay.is-loading {
  display: flex;
}
.fade-in {
  opacity: 0;
  transform: translateY(1rem);
  animation: fadeInAnimation 1s forwards;
}
@keyframes fadeInAnimation {
  to {
    opacity: 1;
    transform: translateY(0rem);
  }
}
.fade-out {
  opacity: 1;
  animation: fadeOutAnimation 1s forwards;
}
@keyframes fadeOutAnimation {
  to {
    opacity: 0;
  }
}
::ng-deep .mdc-notched-outline .mdc-notched-outline__leading,
::ng-deep .mdc-notched-outline .mdc-notched-outline__notch,
::ng-deep .mdc-notched-outline .mdc-notched-outline__trailing {
  border-color: #007bff;
  border-width: 2px;
  border-radius: 8px;
}
.cs-input-label {
  color: var(--dark);
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}
.cs-input {
  border: none;
  padding: 0.3rem 1rem 0.3rem 1rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: transparent;
  box-shadow: none !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 1rem;
}
.cs-input.cs-input-sm {
  padding: 0rem !important;
}
.cs-input:hover {
  outline: none;
  border: none;
  box-shadow: none;
}
.cs-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.cs-input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
.cs-input:active {
  outline: none;
  border: none;
  box-shadow: none;
}
* {
  line-height: normal !important;
}
.ticket-item {
  background: #E9F2FF;
  padding: 1rem;
  border-radius: 15px;
  color: #00232c;
  margin-bottom: 1rem;
}
.ticket-item .ticket-container {
  border: thin solid #C3D5EC;
  border-radius: 15px;
  padding: 1rem;
}
.bg-std-2 {
  background: radial-gradient(#ffea9a, #d9a534);
}
.bg-dark {
  background: #0a1424;
}
@media (min-width: 320px) and (max-width: 480px) {
  .hidden-sm {
    display: none !important;
  }
  .shown-sm {
    display: block !important;
  }
  .justify-content-center-sm {
    justify-content: center !important;
  }
  .align-items-center-sm {
    align-items: center !important;
  }
  .row-wrap-sm {
    display: flex;
    flex-wrap: wrap !important;
  }
  .title-sm {
    font-size: 1.9rem !important;
  }
  .title-sm-2 {
    font-size: 1.5rem !important;
  }
  .title-sm-3 {
    font-size: 1.1rem !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px-sm-1 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .max-w-100-sm {
    max-width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 480px) and (max-width: 576px) {
  .col-sm-1 {
    width: 8.3333333333%;
    flex: 0 0 auto;
  }
  .col-sm-2 {
    width: 16.6666666667%;
    flex: 0 0 auto;
  }
  .col-sm-3 {
    width: 25%;
    flex: 0 0 auto;
  }
  .col-sm-4 {
    width: 33.3333333333%;
    flex: 0 0 auto;
  }
  .col-sm-5 {
    width: 41.6666666667%;
    flex: 0 0 auto;
  }
  .col-sm-6 {
    width: 50%;
    flex: 0 0 auto;
  }
  .col-sm-7 {
    width: 58.3333333333%;
    flex: 0 0 auto;
  }
  .col-sm-8 {
    width: 66.6666666667%;
    flex: 0 0 auto;
  }
  .col-sm-9 {
    width: 75%;
    flex: 0 0 auto;
  }
  .col-sm-10 {
    width: 83.3333333333%;
    flex: 0 0 auto;
  }
  .col-sm-11 {
    width: 91.6666666667%;
    flex: 0 0 auto;
  }
  .col-sm-12 {
    width: 100%;
    flex: 0 0 auto;
  }
}
.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.mt-auto {
  margin-top: auto !important;
}
.sticky {
  position: sticky;
  top: 10rem;
  max-height: 100vh;
  overflow-y: auto;
}
.shimmer-effect {
  position: relative;
}
.shimmer-effect.rounded-shimmer::after {
  border-radius: 50% !important;
}
.shimmer-effect::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #f6f7f8;
  background-image:
    linear-gradient(
      to right,
      #f6f7f8 0%,
      #e0e0e8 20%,
      #f6f7f8 40%,
      #e4eaee 100%);
  background-repeat: no-repeat;
  background-size: 800px 104px;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-name: placeholderShimmer;
  -webkit-animation-timing-function: linear;
}
.shimmer-effect::after .rounded-shimmer {
  border-radius: 50%;
}
@-webkit-keyframes placeholderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.material-symbols-outlined {
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 24;
}
.cs-table {
  border-collapse: collapse;
  border: none;
}
.cs-table th,
.cs-table td {
  border: none;
}
.cs-table-head {
  font-size: 0.85rem;
  font-weight: 500;
  color: var(--dark-text);
}
.cs-tr-head th {
  padding: 0.8rem 0.5rem;
  border-bottom: thin solid var(--border-light);
  margin-bottom: 1rem;
}
.cs-tr-head.light th {
  color: #76828C !important;
}
.cs-trow {
  transition: all 0.25s linear;
  cursor: pointer;
  color: var(--dark-text);
}
.cs-trow td {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  border-bottom: thin solid var(--border-light-2);
}
.cs-trow:hover {
  background-color: var(--light);
}
.cs-trow:active {
  background-color: #e5ebef;
}
.crowd-wrapper {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
[hidden] {
  display: none !important;
}
.text-md {
  font-size: 0.9rem;
}
.month-picker {
  background: #fff;
  border: thin solid var(--border-light);
  color: var(--dark-text);
}
.text-capitalize {
  text-transform: capitalize;
}

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