aw-wizard {
  display: flex;
  justify-content: flex-start; }
  aw-wizard .wizard-steps {
    top: 0;
    display: flex; }
  aw-wizard.horizontal {
  flex-direction: column; }
  aw-wizard.horizontal .wizard-steps {
    width: 100%;
    flex-direction: row; }
  aw-wizard.vertical {
  flex-direction: row; }
  aw-wizard.vertical .wizard-steps {
    min-width: calc(100% - 280px);
    width: 80%;
    height: 100%;
    flex-direction: column; }
  aw-wizard-step,
aw-wizard-completion-step {
  height: auto;
  width: 100%; }
  aw-wizard-navigation-bar ul.steps-indicator * {
  box-sizing: border-box; }
  aw-wizard-navigation-bar ul.steps-indicator li {
  position: relative;
  pointer-events: none; }
  aw-wizard-navigation-bar ul.steps-indicator li a .label {
    color: #808080;
    line-height: 14px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    transition: 0.25s; }
  aw-wizard-navigation-bar ul.steps-indicator li.navigable {
  pointer-events: auto; }
  aw-wizard-navigation-bar ul.steps-indicator li.navigable a {
    cursor: pointer; }
  aw-wizard-navigation-bar ul.steps-indicator li.navigable a:hover .label {
    color: #4d4d4d; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 0;
  width: 100%;
  list-style: none; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-2:before {
    left: 25%;
    right: 25%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-2 li {
    width: 50%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3:before {
    left: 16.66667%;
    right: 16.66667%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-3 li {
    width: 33.33333%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-4:before {
    left: 12.5%;
    right: 12.5%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-4 li {
    width: 25%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-5:before {
    left: 10%;
    right: 10%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-5 li {
    width: 20%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-6:before {
    left: 8.33333%;
    right: 8.33333%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-6 li {
    width: 16.66667%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-7:before {
    left: 7.14286%;
    right: 7.14286%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-7 li {
    width: 14.28571%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-8:before {
    left: 6.25%;
    right: 6.25%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-8 li {
    width: 12.5%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-9:before {
    left: 5.55556%;
    right: 5.55556%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-9 li {
    width: 11.11111%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-10:before {
    left: 5%;
    right: 5%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator.steps-10 li {
    width: 10%; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator li {
    margin: 0;
    padding: 0;
    text-align: center; }
  aw-wizard-navigation-bar.horizontal ul.steps-indicator li a .label {
      display: inline-block;
      padding-top: 10px;
      text-align: center; }
  aw-wizard-navigation-bar.vertical {
  max-width: 280px;
  width: 20%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  aw-wizard-navigation-bar.vertical ul.steps-indicator {
    display: flex;
    flex-direction: column;
    justify-content: center;
    list-style: none;
    margin: auto; }
  aw-wizard-navigation-bar.vertical ul.steps-indicator li:not(:last-child) {
      margin-bottom: 0;
      padding-bottom: 10px; }
  aw-wizard-navigation-bar.vertical ul.steps-indicator li a {
      display: flex;
      flex-direction: row;
      align-items: center; }
  aw-wizard-navigation-bar.vertical ul.steps-indicator li a .label {
        margin-left: 15px;
        text-align: left; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator {
  padding: 24px 0 10px 0; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 14px);
    top: -7px;
    left: calc(50% + 7px); }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li .step-indicator {
    top: -14px;
    left: calc(50% - 7px);
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #E6E6E6; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.optional .step-indicator {
    background-color: #38ef38; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.done .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.current .step-indicator {
    background-color: #808080; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.editing .step-indicator {
    background-color: #FF0000; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.completed .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #d9d9d9; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    background-color: #20ed20; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.done a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.current a:hover .step-indicator {
    background-color: #737373; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    background-color: #e60000; }
  aw-wizard-navigation-bar.horizontal.small ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator {
  padding: 60px 0 10px 0; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 50px);
    top: -25px;
    left: calc(50% + 25px); }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li .step-indicator {
    top: -50px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #E6E6E6; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.optional .step-indicator {
    background-color: #38ef38; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.done .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.current .step-indicator {
    background-color: #808080; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.editing .step-indicator {
    background-color: #FF0000; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.completed .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #d9d9d9; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    background-color: #20ed20; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.done a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.current a:hover .step-indicator {
    background-color: #737373; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    background-color: #e60000; }
  aw-wizard-navigation-bar.horizontal.large-filled ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator {
  padding: 60px 0 10px 0; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 50px);
    top: -25px;
    left: calc(50% + 25px); }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li .step-indicator {
    top: -50px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #E6E6E6; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.optional .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #38ef38; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.done .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.current .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #808080; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.editing .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #FF0000; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.completed .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #cdcdcd; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #12e212; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.done a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.current a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #676767; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #cc0000; }
  aw-wizard-navigation-bar.horizontal.large-empty ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator {
  padding: 60px 0 10px 0; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 50px);
    top: -25px;
    left: calc(50% + 25px); }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li .step-indicator {
    top: -50px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #E6E6E6;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.optional .step-indicator {
    background-color: #38ef38;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.done .step-indicator {
    background-color: #339933;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.current .step-indicator {
    background-color: #808080;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.editing .step-indicator {
    background-color: #FF0000;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.completed .step-indicator {
    background-color: #339933;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #d9d9d9;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    background-color: #20ed20;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
    background-color: #2d862d;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
    background-color: #737373;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    background-color: #e60000;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-filled-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    background-color: #2d862d;
    color: black; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator {
  padding: 60px 0 10px 0; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    height: 1px;
    width: calc(100% - 50px);
    top: -25px;
    left: calc(50% + 25px); }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li .step-indicator {
    top: -50px;
    left: calc(50% - 25px);
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #E6E6E6;
    color: #E6E6E6; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.optional .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #38ef38;
    color: #38ef38; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.done .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933;
    color: #339933; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.current .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #808080;
    color: #808080; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.editing .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #FF0000;
    color: #FF0000; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.completed .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933;
    color: #339933; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #cdcdcd;
    color: #cdcdcd; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #12e212;
    color: #12e212; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326;
    color: #267326; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #676767;
    color: #676767; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #cc0000;
    color: #cc0000; }
  aw-wizard-navigation-bar.horizontal.large-empty-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326;
    color: #267326; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator {
  padding: 5px 5px 5px 19px; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    left: -7px;
    top: 14px;
    height: calc(100% - 14px);
    width: 1px; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li a {
    min-height: 14px; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator {
    top: 0;
    left: -14px;
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #E6E6E6; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.optional .step-indicator {
    background-color: #38ef38; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.done .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.current .step-indicator {
    background-color: #808080; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.editing .step-indicator {
    background-color: #FF0000; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.completed .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 14px;
    height: 14px;
    text-align: center;
    vertical-align: middle;
    line-height: 14px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #d9d9d9; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    background-color: #20ed20; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.done a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.current a:hover .step-indicator {
    background-color: #737373; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    background-color: #e60000; }
  aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator {
  padding: 5px 5px 5px 55px; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    left: -25px;
    top: 50px;
    height: calc(100% - 50px);
    width: 1px; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li a {
    min-height: 50px; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li .step-indicator {
    top: 0;
    left: -50px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #E6E6E6; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.optional .step-indicator {
    background-color: #38ef38; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.done .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.current .step-indicator {
    background-color: #808080; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.editing .step-indicator {
    background-color: #FF0000; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.completed .step-indicator {
    background-color: #339933; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #d9d9d9; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    background-color: #20ed20; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.done a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.current a:hover .step-indicator {
    background-color: #737373; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    background-color: #e60000; }
  aw-wizard-navigation-bar.vertical.large-filled ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    background-color: #2d862d; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator {
  padding: 5px 5px 5px 55px; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    left: -25px;
    top: 50px;
    height: calc(100% - 50px);
    width: 1px; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li a {
    min-height: 50px; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li .step-indicator {
    top: 0;
    left: -50px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #E6E6E6; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.optional .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #38ef38; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.done .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.current .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #808080; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.editing .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #FF0000; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.completed .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #cdcdcd; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #12e212; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.done a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.current a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #676767; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #cc0000; }
  aw-wizard-navigation-bar.vertical.large-empty ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator {
  padding: 5px 5px 5px 55px; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    left: -25px;
    top: 50px;
    height: calc(100% - 50px);
    width: 1px; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li a {
    min-height: 50px; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li .step-indicator {
    top: 0;
    left: -50px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #E6E6E6;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.optional .step-indicator {
    background-color: #38ef38;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.done .step-indicator {
    background-color: #339933;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.current .step-indicator {
    background-color: #808080;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.editing .step-indicator {
    background-color: #FF0000;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.completed .step-indicator {
    background-color: #339933;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 50px;
    transition: 0.25s;
    border-radius: 100%;
    background-color: #d9d9d9;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    background-color: #20ed20;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
    background-color: #2d862d;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
    background-color: #737373;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    background-color: #e60000;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-filled-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    background-color: #2d862d;
    color: black; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator {
  padding: 5px 5px 5px 55px; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li:not(:last-child):before {
    background-color: #E6E6E6;
    content: '';
    position: absolute;
    left: -25px;
    top: 50px;
    height: calc(100% - 50px);
    width: 1px; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li a {
    min-height: 50px; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li .step-indicator {
    top: 0;
    left: -50px;
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #E6E6E6;
    color: #E6E6E6; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.optional .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #38ef38;
    color: #38ef38; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.done .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933;
    color: #339933; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.current .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #808080;
    color: #808080; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.editing .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #FF0000;
    color: #FF0000; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.completed .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #339933;
    color: #339933; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable a:hover .step-indicator {
    position: absolute;
    width: 50px;
    height: 50px;
    text-align: center;
    vertical-align: middle;
    line-height: 46px;
    transition: 0.25s;
    border-radius: 100%;
    border-width: 2px;
    border-style: solid;
    border-color: #cdcdcd;
    color: #cdcdcd; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.optional a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #12e212;
    color: #12e212; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.done a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326;
    color: #267326; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.current a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #676767;
    color: #676767; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.editing a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #cc0000;
    color: #cc0000; }
  aw-wizard-navigation-bar.vertical.large-empty-symbols ul.steps-indicator li.navigable.completed a:hover .step-indicator {
    border-width: 2px;
    border-style: solid;
    border-color: #267326;
    color: #267326; }

/*
Stimulsoft.Reports.JS
Version: 2018.3.3
Build date: 2018.10.23
License: https://www.stimulsoft.com/en/licensing/reports
*/
.stiJsViewerBookmarksPanel{z-index:2;left:0;float:left;position:absolute;overflow:visible;white-space:nowrap;color:#202020}
.stiJsViewerBookmarksPanelSeparated{border-right:1px solid #c6c6c6}
.stiJsViewerBookmarksContainer{top:0;left:0;right:0;bottom:0;z-index:1;position:absolute;overflow:auto;font-family:Arial;font-size:12px;white-space:nowrap;background:#fff;padding:3px 0 0 3px}
.stiJsViewerBookmarksContainerSimple{border:1px solid #c6c6c6;margin-top:2px}
.stiJsViewerBookmarksContainer img{border:0;vertical-align:middle}
.stiJsViewerBookmarksContainer a{color:#444;text-decoration:none;cursor:pointer}
.stiJsViewerBookmarksContainer a.node,.stiJsViewerBookmarksContainer a.nodeSel{white-space:nowrap;padding:2px}
.stiJsViewerBookmarksContainer a.node:hover,.stiJsViewerBookmarksContainer a.nodeSel:hover{color:#444;text-decoration:underline}
.stiJsViewerBookmarksContainer a.nodeSel{background-color:#c2d5f2}
.stiJsViewerBookmarksContainer a.clip{overflow:hidden}
.stiJsViewerBookmarksLabel{position:absolute;z-index:150;border:2px solid #8a8a8a;opacity:.7;border-radius:3px;box-sizing:content-box}
.stiJsViewerCheckBox{padding:0;margin:0;border:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;color:#202020}
.stiJsViewerCheckBoxDisabled{font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;border:0}
.stiJsViewerCheckBoxImageBlock{border:1px solid #ababab;background:#fff}
.stiJsViewerCheckBoxImageBlockOver{border:1px solid #a3bde3;background:#d5e1f2}
.stiJsViewerCheckBoxImageBlockDisabled{border:1px solid #b7b4b7;background:#f7f2f7}
.stiJsViewerDatePickerSeparator{border-top:1px solid #c6c6c6}
.stiJsViewerDatePickerDayOfWeekCell{white-space:nowrap;cursor:default;font-size:12px;padding:3px 0 5px 0;text-align:center;font-weight:700;border:0 none;border-bottom:1px solid #c6c6c6}
.stiJsViewerDatePickerDayButton{cursor:default;border:1px solid transparent;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerDatePickerDayButtonDefault{background:0 0}
.stiJsViewerDatePickerDayButtonOver{background:#d5e1f2;border:1px solid #d5e1f2}
.stiJsViewerDatePickerDayButtonSelected{background:#c2d5f2;border:1px solid #c2d5f2}
.stiJsViewerDatePickerDayButtonDisabled{color:#d6d3d6}
.stiJsViewerDropDownList{border:1px solid #ababab;background:#fff}
.stiJsViewerDropDownListOver{border:1px solid #a3bde3;background:#fff}
.stiJsViewerDropDownListDisabled{border:1px solid #b7b4b7;background:#fff}
.stiJsViewerDropDownList_TextBox{font-size:12px;border:0;margin:0;padding:0 0 0 4px;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#202020}
.stiJsViewerDropDownListImage{height:17px;width:32px;margin:0 3px 0 3px}
.stiJsViewerDropDownListButton{cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerDropDownListButtonDefault{background:#fff}
.stiJsViewerDropDownListButtonOver{background:#d5e1f2}
.stiJsViewerDropDownListButtonSelected{background:#c2d5f2}
.stiJsViewerDropDownListButtonDisabled{color:#d6d3d6}
.stiJsViewerForm{position:absolute;border:1px solid #ababab;background:#fff;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;text-align:left;color:#202020}
.stiJsViewerFormHeader{background:#fff;font-family:Corbel;font-size:25px;color:#587cb1;text-align:center;cursor:default}
.stiJsViewerFormContainer{padding:5px 15px 15px 15px;background:#fff}
.stiJsViewerFormSeparator{height:0;border-top:1px dashed #c8c8c8;margin-left:1px;margin-right:1px}
.stiJsViewerFormButtonsPanel{float:right}
.stiJsViewerMessagesFormDescription{line-height:1.2;border:0;margin:0;padding:20px 30px 20px 0;overflow:hidden;min-width:350px;max-width:650px;font-family:Arial;font-size:12px;text-align:left;cursor:default}
.stiJsViewerFormButton{height:23px;cursor:default;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerFormButtonDefault{background:#fff;border:1px solid #ababab}
.stiJsViewerFormButtonOver{background:#d5e1f2;border:1px solid #a3bde3}
.stiJsViewerFormButtonSelected{background:#c2d5f2;border:1px solid #a3bde3}
.stiJsViewerFormButtonDisabled{background:0 0;border:1px solid #b7b4b7}
.stiJsViewerGroupPanelContainer{background:#fff;border-left:1px solid #ababab;border-right:1px solid #ababab;border-bottom:1px solid #ababab}
.stiJsViewerHyperlinkButton{cursor:pointer;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerHyperlinkButtonDefault{color:#5a83ad}
.stiJsViewerHyperlinkButtonOver{text-decoration:underline;color:#5a83ad}
.stiJsViewerHyperlinkButtonSelected{color:#5a83ad}
.stiJsViewerHyperlinkButtonDisabled{color:#5a83ad}
.stiJsViewerParentMenu{z-index:35;position:absolute}
.stiJsViewerDropdownMenu,.stiJsViewerDropdownPanel,.stiJsViewerMenu{position:absolute;padding:1px;font-size:12px;border:1px solid #ababab;background:#fff;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:default;color:#202020}
.stiJsViewerVerticalMenuSeparator{height:1px;background:#d4d4d4;margin:1px 2px 1px 30px}
.stiJsViewerMenuStandartItem{white-space:nowrap;cursor:default;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerMenuStandartItemOver{background:#d5e1f2}
.stiJsViewerMenuStandartItemSelected{background:#c2d5f2}
.stiJsViewerMenuStandartItemDisabled{color:#d6d3d6}
.stiJsViewerClearAllStyles{padding:0;margin:0;border:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}
.stiJsViewerMainPanel{overflow:visible;width:100%;height:100%;z-index:2;position:relative}
.stiJsViewerReportPanel{z-index:1;bottom:0;right:0;left:0;min-height:100px;border-collapse:separate}
.stiJsViewerReportPanel table,.stiJsViewerReportPanel td{padding:0;margin:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}
.stiJsViewerDisabledPanel{top:0;left:0;right:0;bottom:0;position:absolute;background:#fff;opacity:0;-moz-opacity:0;-khtml-opacity:0}
.stiJsViewerAboutPanel{width:520px;height:351px;z-index:500;position:absolute;border:1px solid #ababab;box-shadow:0 0 7px rgba(0,0,0,.3);line-height:normal}
.stiJsViewerAboutPanelHeader{width:100%;font-family:Arial;font-size:24px;text-align:center;color:#587cb1;margin-top:35px}
.stiJsViewerAboutPanelCopyright{width:100%;text-align:center;font-family:Arial;font-size:12px;color:#444;margin-top:149px}
.stiJsViewerAboutPanelVersion{width:100%;text-align:center;font-family:Arial;font-size:12px;color:#444;margin-top:20px}
.stiJsViewerAboutPanelStiLink{cursor:pointer;width:100%;text-align:center;font-family:Arial;font-size:12px;color:#19478a;text-decoration:underline;margin-top:33px}
.stiJsViewerProcessImage{z-index:45;position:absolute;border:1px solid #0070b8;background:#fff;font-size:12px;color:#0070b8;box-shadow:0 0 7px rgba(0,0,0,.4)}
.stiJsViewerPageShadow{box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiJsViewerCaptionControls{white-space:nowrap;padding:0 25px 0 15px;border:0;margin:0;font-size:12px}
.stiEditableField{transition:all .5s ease;position:relative}
.stiEditableFieldSelected{background:#f5efd5;cursor:pointer;box-shadow:0 0 8px 0 rgba(0,0,0,.5)}
.stiEditableTextArea{background:#f5efd5;border:0;top:0;left:0;position:absolute;outline:0}
.stiJsViewerFindLabel{position:absolute;z-index:150;border:2px solid #8a8a8a;background:#ff0;opacity:.6;border-radius:3px}
.stiJsViewerParametersPanel{cursor:default;position:absolute;z-index:2;color:#202020}
.stiJsViewerParametersPanelTop{width:100%}
.stiJsViewerParametersPanelSeparatedTop{border-bottom:1px solid #c6c6c6}
.stiJsViewerParametersPanel td{padding:0;margin:0;border:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}
.stiJsViewerParametersPanel table{padding:0;margin:0;border:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0}
.stiJsViewerInnerParametersPanelLeft{position:absolute;top:0;bottom:0;background:#fff;overflow:auto}
.stiJsViewerInnerParametersPanelSimple{border:1px solid #c6c6c6}
.stiJsViewerInnerParametersPanelSeparatedLeft{border-right:1px solid #c6c6c6}
.stiJsViewerInnerContainerParametersPanel{font-size:12px;padding:10px;background:#fff;border-collapse:separate;overflow:auto}
.stiJsViewerParametersMenuInnerTable{border:0;padding:0;border-collapse:separate;color:#202020}
.stiJsViewerParametersMenuInnerTable td{padding:0}
.stiJsViewerParametersMenuSeparator{height:1px;width:100%;background:#d4d4d4}
.stiJsViewerParametersMenuItem table,.stiJsViewerParametersMenuItem td,.stiJsViewerParametersMenuItemOver table,.stiJsViewerParametersMenuItemOver td,.stiJsViewerParametersMenuItemPressed table,.stiJsViewerParametersMenuItemPressed td{border:0;padding:0}
.stiJsViewerParametersMenuItem,.stiJsViewerParametersMenuItemOver,.stiJsViewerParametersMenuItemPressed{padding:1px}
.stiJsViewerParametersMenuItem .stiJsViewerParametersMenuItemInnerTable{height:100%;width:100%;font-size:12px;white-space:nowrap;overflow:hidden;border:1px solid transparent;border-collapse:separate}
.stiJsViewerParametersMenuItemOver .stiJsViewerParametersMenuItemInnerTable{height:100%;width:100%;font-size:12px;background:#d5e1f2;border:1px solid #d5e1f2;white-space:nowrap;overflow:hidden;border-collapse:separate}
.stiJsViewerParametersMenuItemPressed .stiJsViewerParametersMenuItemInnerTable{height:100%;width:100%;font-size:12px;background:#c2d5f2;border:1px solid #c2d5f2;white-space:nowrap;overflow:hidden;border-collapse:separate}
.js_viewer_loader{margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:6px solid rgba(25,71,138,.2);border-right:6px solid rgba(25,71,138,.2);border-bottom:6px solid rgba(25,71,138,.2);border-left:6px solid #19478a;transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}
.js_viewer_loader,.js_viewer_loader:after{border-radius:50%;width:64px;height:64px}
@-webkit-keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.stiJsViewerRadioButton{padding:0;margin:0;border:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerRadioButtonDisabled{padding:0;margin:0;border:0;margin-top:0;margin-bottom:0;margin-left:0;margin-right:0;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerRadioButtonInnerCircle{border:1px solid #ababab;background:#ababab;border-radius:10px}
.stiJsViewerRadioButtonOutCircle{border:1px solid #ababab;background:#fff;border-radius:10px}
.stiJsViewerRadioButtonOutCircleOver{border:1px solid #a3bde3;background:#d5e1f2;border-radius:10px}
.stiJsViewerRadioButtonOutCircleDisabled{border:1px solid #b7b4b7;background:#f7f2f7;border-radius:10px}
.stiJsViewerStandartSmallButton{cursor:default;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerStandartSmallButtonDefault{border:1px solid transparent}
.stiJsViewerStandartSmallButtonOver{background:#d5e1f2;border:1px solid transparent}
.stiJsViewerStandartSmallButtonSelected{background:#c2d5f2;border:1px solid transparent}
.stiJsViewerStandartSmallButtonDisabled{color:#d6d3d6;border:1px solid transparent}
.stiJsViewerTextBoxEditButton{border:1px solid #ababab;background:#fff;border-Left:0}
.stiJsViewerTextBox{font-size:12px;margin:0;padding:0 0 0 4px;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#202020}
.stiJsViewerTextBoxDefault{border:1px solid #ababab}
.stiJsViewerTextBoxOver{border:1px solid #a3bde3}
.stiJsViewerTextBoxDisabled{border:1px solid #b7b4b7;background:#f7f2f7}
.stiJsViewerToolBar{overflow-X:auto;overflow-Y:hidden;width:100%;position:relative;z-index:2;color:#202020}
.stiJsViewerToolBarSeparated{border-bottom:1px solid #c6c6c6;background:#fff}
.stiJsViewerToolBarTable{cursor:default;font-size:12px;border:1px solid #c6c6c6;background:#fff;width:100%;border-collapse:separate;color:#202020}
.stiJsViewerToolBarSeparator{border:0;background:#d4d4d4}
.stiJsViewerToolTip{position:absolute;border:1px solid #c6c6c6;background:#fff;cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;z-index:50;max-width:250px;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiJsViewerToolTipTextCell{font-size:12px;font-family:Arial;color:#444;padding:10px;border:0;border-bottom:1px solid #c6c6c6;white-space:normal}
.stiJsViewerNavigatePanel{position:absolute;bottom:0;right:0;left:0;z-index:1;background:#19478a;font-family:Arial;font-size:12px;color:#fff}
.stiJsViewerNavigatePanelSeparator{border-right:1px dashed #a3b5d0;width:1px;margin:0 2px 0 1px}
.stiJsViewerNavigatePanelDisabledPanel{z-index:101;top:0;left:0;right:0;bottom:0;position:absolute;background:#fff;opacity:0;-moz-opacity:0;-khtml-opacity:0}
.stiJsViewerNavigateButton{cursor:default;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiJsViewerNavigateButtonOver{background:#3b629b}
.stiJsViewerNavigateButtonSelected{background:#11315f}
.stiJsViewerNavigateButtonDisabled{color:#d6d3d6}
.stiJsViewerResourceDropDownButton{height:15px;width:15px;cursor:default;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none}
.stiJsViewerResourceDropDownButtonDefault{background:#fff;border:1px solid transparent}
.stiJsViewerResourceDropDownButtonOver{background:#d5e1f2;border:1px solid #a3bde3}
.stiJsViewerResourceDropDownButtonSelected{background:#c2d5f2;border:1px solid #a3bde3}
.stiJsViewerResourceDropDownButtonDisabled{background:0 0;border:1px solid #b7b4b7}
.stiJsViewerDashboardElementButtonsPanel{position:absolute;top:5px;right:5px;opacity:0;transition:opacity .2s ease;z-index:1}
.stiJsViewerDashboardBackPanel{width:100%;text-align:center;color:#000;font-family:Arial;font-size:100px;font-weight:700;position:absolute;display:block!important;top:calc(50% - 50px);z-index:9999;opacity:.3;pointer-events:none;transform:rotate(-45deg)}
.stiJsViewerDashboardElementButtonsPanel .stiJsViewerStandartSmallButton{margin-left:2px;background:#fff}
.stiJsViewerDashboardElementButtonsPanel .stiJsViewerStandartSmallButtonDefault{border:1px solid #ababab}
.stiJsViewerDashboardElementButtonsPanel .stiJsViewerStandartSmallButtonOver{border:1px solid #a3bde3;background:#d5e1f2}
.stiJsViewerDashboardElementButtonsPanel .stiJsViewerStandartSmallButtonSelected{border:1px solid #a3bde3;background:#c2d5f2}
.stiJsViewerFilterContainer{background:#fff;border-top:1px dotted #c6c6c6;overflow:auto}
.stiJsViewerFilterPanelHeader{border-bottom:1px solid #c6c6c6}
.stiJsViewerFilterPanel{border:1px solid #c6c6c6;background:#fff;color:#444;font-family:Arial;font-size:12px;margin:4px;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiJsViewerTreeItemIconOpening{margin:0 3px 0 0}
.stiJsViewerTreeItem{color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiJsViewerTreeItemOver{background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiJsViewerTreeItemSelected{background:#c2d5f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiJsViewerTreeItemImage{border:0;padding:0;margin:1px 2px 1px 2px}
.stiJsViewerTreeItemCaption{margin:0;border:0;text-align:left;padding:2px 7px 2px 7px}
/*
Stimulsoft.Reports.JS
Version: 2018.3.3
Build date: 2018.10.23
License: https://www.stimulsoft.com/en/licensing/reports
*/
.stiDesignerChartFormToolBarCell{border:0;margin:0;padding:0;border-bottom:1px dotted #c6c6c6}
.stiDesignerChartFormToolBarCellWithOutBorder{border:0;margin:0;padding:0}
.stiDesignerSeriesPropertiesContainer{border-left:1px dotted #c6c6c6;overflow-y:auto;overflow-x:hidden}
.stiDesignerSeriesContainer{border-right:1px dotted #c6c6c6;overflow-y:auto;overflow-x:auto;text-align:center}
.stiDesignerChartFormContainer{border-top:1px dotted #c6c6c6;overflow-y:auto}
.stiDesignerChartImage{height:400px;width:400px;overflow:hidden}
.stiDesignerChartFormSeriesCaptionCell{text-align:center;padding:4px;font-family:Arial;font-size:12px;color:#444}
.stiDesignerChartFormSeriesLabelsButtonsCell{border-top:1px dotted #c6c6c6}
.stiDesignerChartFormShowSeriesLabelsButtons{font-family:Arial;font-size:12px;color:#444}
.stiDesignerChartFormSeriesWizardContainer{overflow-y:auto;text-align:center}
.stiDesignerChartFormProgress{position:absolute;left:70px;top:175px}
.stiDesignerCheckBox_Mouse{font-size:12px;font-family:Arial;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerCheckBoxDisabled_Mouse{font-size:12px;font-family:Arial;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerCheckBoxImageBlock_Mouse{width:13px;height:13px;border:1px solid #ababab;background:#fff}
.stiDesignerCheckBoxImageBlockOver_Mouse{width:13px;height:13px;border:1px solid #a3bde3;background:#e6eefa}
.stiDesignerCheckBoxImageBlockDisabled_Mouse{width:13px;height:13px;border:1px solid #e1e1e1;background:#f7f7f7}
.stiDesignerCheckBox_Touch{font-size:12px;font-family:Arial;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerCheckBoxDisabled_Touch{font-size:12px;font-family:Arial;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerCheckBoxImageBlock_Touch{width:16px;height:16px;border:1px solid #ababab;background:#fff}
.stiDesignerCheckBoxImageBlockOver_Touch{width:16px;height:16px;border:1px solid #a3bde3;background:#e6eefa}
.stiDesignerCheckBoxImageBlockDisabled_Touch{width:16px;height:16px;border:1px solid #e1e1e1;background:#f7f7f7}
.stiDesignerCheckBoxMenuItemImageBlock{width:18px;height:18px;border:1px solid #fff;background:0 0}
.stiDesignerCheckBoxMenuItemImageBlockChecked{width:18px;height:18px;border:1px solid #fff;background:#d5e1f2}
.stiDesignerCheckBoxMenuItemOver{font-size:12px;font-family:Arial;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;background:#d5e1f2}
.stiDesignerCheckBoxMenuItem{font-size:12px;font-family:Arial;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiColorControlWithBorder{border:1px solid #ababab}
.stiColorControlWithBorderDisabled{border:1px solid #e1e1e1}
.stiColorControlImage{border:1px solid #ababab;width:64px;height:15px;cursor:default}
.stiColorControlImageWithoutBorder{border:1px solid transparent;width:64px;height:15px;cursor:default}
.stiColorControlWithImage_ColorBar{border:1px solid #ababab;width:14px;height:2px;cursor:default}
.stiColorFormControlsTable{font-family:Arial;font-size:12px;color:#444;cursor:default}
.stiColorFormColorBar{border:1px solid #c6c6c6;width:128px;height:128px;display:inline-block}
.stiColorFormWebColorPanel{border:1px dotted #c6c6c6;background:#fff;overflow-X:hidden;overflow-Y:auto}
.stiColorDialogHeader{background:#eee;font-family:Arial;font-size:12px;color:#949494;cursor:default;padding:7px}
.stiColorDialogButton_Mouse{width:13px;height:13px;border:1px solid #e2e4e7;cursor:default}
.stiColorDialogButtonOver_Mouse{width:13px;height:13px;border:1px solid #f29436;cursor:default}
.stiColorDialogButton_Touch{width:22px;height:22px;border:1px solid #e2e4e7;cursor:default}
.stiColorDialogButtonOver_Touch{width:22px;height:22px;border:1px solid #f29436;cursor:default}
.stiDesignerComponentButton_Mouse{min-height:80px;min-width:55px;cursor:default;overflow:hidden;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentButtonOver_Mouse{min-height:80px;min-width:55px;cursor:default;overflow:hidden;background:#d5e1f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentButtonSelected_Mouse{min-height:80px;min-width:55px;cursor:default;overflow:hidden;background:#c2d5f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentButtonDisabled_Mouse{min-height:80px;min-width:55px;cursor:default;overflow:hidden;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentButton_Touch{min-height:80px;min-width:55px;cursor:default;overflow:hidden;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentButtonOver_Touch{min-height:80px;min-width:55px;cursor:default;overflow:hidden;background:#d5e1f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentButtonSelected_Touch{min-height:80px;min-width:55px;cursor:default;overflow:hidden;background:#c2d5f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentButtonDisabled_Touch{min-height:80px;min-width:55px;cursor:default;overflow:hidden;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItem_Mouse{display:inline-block;height:38px;border:1px solid #ababab;background:#fff;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItemOver_Mouse{display:inline-block;height:38px;color:#444;cursor:default;font-family:Arial;font-size:12px;border:1px solid #a3bde3;background:#e6eefa;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItemSelected_Mouse{display:inline-block;height:38px;color:#444;cursor:default;font-family:Arial;font-size:12px;border:1px solid #97b2db;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItemDisabled_Mouse{display:inline-block;height:38px;border:1px solid #e1e1e1;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItem_Touch{display:inline-block;height:38px;border:1px solid #ababab;background:#fff;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItemOver_Touch{display:inline-block;height:38px;color:#444;cursor:default;font-family:Arial;font-size:12px;border:1px solid #a3bde3;background:#e6eefa;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItemSelected_Touch{display:inline-block;height:38px;color:#444;cursor:default;font-family:Arial;font-size:12px;border:1px solid #97b2db;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerContainerItemDisabled_Touch{display:inline-block;height:38px;border:1px solid #e1e1e1;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControl_Mouse{border:1px solid #ababab;color:#444;background:#fff}
.stiDesignerDateControlOver_Mouse{border:1px solid #a3bde3;color:#444;background:#fff}
.stiDesignerDateControlDisabled_Mouse{border:1px solid #e1e1e1;background:#fff}
.stiDesignerDateControl_Touch{border:1px solid #ababab;color:#444;background:#fff}
.stiDesignerDateControlOver_Touch{border:1px solid #a3bde3;color:#444;background:#fff}
.stiDesignerDateControlDisabled_Touch{border:1px solid #e1e1e1;background:#fff}
.stiDesignerDateControl_TextBox_Mouse{font-size:12px;height:21px;border:0;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444}
.stiDesignerDateControl_TextBox_Touch{font-size:12px;height:26px;border:0;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444}
.stiDesignerDateControlDropDownListButton_Mouse{height:21px;color:#444;cursor:default;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControlDropDownListButtonOver_Mouse{height:21px;color:#444;cursor:default;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControlDropDownListButtonSelected_Mouse{height:21px;color:#444;cursor:default;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControlDropDownListButtonDisabled_Mouse{height:21px;color:#444;cursor:default;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControlDropDownListButton_Touch{height:26px;color:#444;cursor:default;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControlDropDownListButtonOver_Touch{height:26px;color:#444;cursor:default;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControlDropDownListButtonSelected_Touch{height:26px;color:#444;cursor:default;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDateControlDropDownListButtonDisabled_Touch{height:26px;color:#444;cursor:default;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerSeparator{border-top:1px solid #c6c6c6}
.stiDesignerDatePickerDayOfWeekCell{white-space:nowrap;color:#444;cursor:default;font-family:Arial;font-size:12px;padding:3px 0 3px 0;text-align:center;font-weight:700}
.stiDesignerDatePickerDayButton_Mouse{height:23px;width:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerDayButtonOver_Mouse{height:23px;width:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerDayButtonSelected_Mouse{height:23px;width:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerDayButtonDisabled_Mouse{height:23px;width:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerDayButton_Touch{height:25px;width:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerDayButtonOver_Touch{height:25px;width:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerDayButtonSelected_Touch{height:25px;width:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDatePickerDayButtonDisabled_Touch{height:25px;width:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDesignerStylesItemDisabled_Mouse,.stiDesignerDesignerStylesItemOver_Mouse,.stiDesignerDesignerStylesItem_Mouse{height:40px;cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDesignerStylesItemSelected_Mouse{height:40px;background:#c2d5f2;cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDesignerStylesItemDisabled_Touch,.stiDesignerDesignerStylesItemOver_Touch,.stiDesignerDesignerStylesItem_Touch{height:40px;cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDesignerStylesItemSelected_Touch{height:40px;background:#c2d5f2;cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDictionarySeparator{height:0;border-bottom:1px dotted #c6c6c6}
.stiDesignerDictionaryItemsContainer{position:absolute;left:0;right:0;bottom:0;overflow:auto}
.stiDesignerDictionaryDescriptionPanel{position:absolute;height:110px;left:0;right:0;bottom:0;overflow:auto;border-top:1px dotted #c6c6c6;font-family:Arial;font-size:11px;padding:5px}
.stiCreateDataHintHeaderText{font-family:Arial;font-size:13px;color:#19478a;text-align:center;white-space:nowrap;border:0;padding:10px 3px 10px 3px}
.stiCreateDataHintText{font-family:Arial;font-size:12px;color:gray;line-height:.8;text-align:center;white-space:normal;border:0;padding:3px}
.stiCreateDataHintItem{position:absolute;cursor:pointer;z-index:1}
.stiCreateDataSeparatorLine{border-top:1px solid #19478a;height:1px;opacity:.8}
.stiDesignerDropDownListImage{height:16px;width:32px;margin:0 3px 0 3px}
.stiDesignerDropDownListImageCell{border:1px solid #ababab;border-right:0;padding:0;margin:0;font-size:0}
.stiDesignerDropDownListImageCellOver{border:1px solid #a3bde3;border-right:0;padding:0;margin:0;font-size:0}
.stiDesignerDropDownListImageCellSelected{border:1px solid #97b2db;border-right:0;padding:0;margin:0;font-size:0}
.stiDesignerDropDownListImageCellDisabled{border:1px solid #e1e1e1;border-right:0;padding:0;margin:0;font-size:0}
.stiDesignerDropDownListButton_Mouse{color:#444;cursor:default;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #ababab;border-top:1px solid #ababab;border-right:1px solid #ababab}
.stiDesignerDropDownListButtonOver_Mouse{color:#444;cursor:default;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #a3bde3;border-top:1px solid #a3bde3;border-right:1px solid #a3bde3}
.stiDesignerDropDownListButtonSelected_Mouse{color:#444;cursor:default;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #a3bde3;border-top:1px solid #a3bde3;border-right:1px solid #a3bde3}
.stiDesignerDropDownListButtonDisabled_Mouse{color:#444;cursor:default;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1;border-right:1px solid #e1e1e1}
.stiDesignerDropDownListButton_Touch{color:#444;cursor:default;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #ababab;border-top:1px solid #ababab;border-right:1px solid #ababab}
.stiDesignerDropDownListButtonOver_Touch{color:#444;cursor:default;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #a3bde3;border-top:1px solid #a3bde3;border-right:1px solid #a3bde3}
.stiDesignerDropDownListButtonSelected_Touch{color:#444;cursor:default;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #a3bde3;border-top:1px solid #a3bde3;border-right:1px solid #a3bde3}
.stiDesignerDropDownListButtonDisabled_Touch{color:#444;cursor:default;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1;border-right:1px solid #e1e1e1}
.stiDesignerFileMenu{position:absolute;overflow:hidden;top:0;left:0;bottom:0;background:#19478a;z-index:9;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFileMenuItem{white-space:nowrap;color:#fff;cursor:default;font-family:Arial;font-size:12px;padding:14px 0 14px 25px}
.stiDesignerFileMenuItemOver{white-space:nowrap;color:#fff;background:#3b629b;cursor:default;font-family:Arial;font-size:12px;padding:14px 0 14px 25px}
.stiDesignerFileMenuItemSelected{white-space:nowrap;color:#fff;background:#11315f;cursor:default;font-family:Arial;font-size:12px;padding:14px 0 14px 25px}
.stiDesignerFileMenuItemDisabled{white-space:nowrap;color:#3773cf;cursor:default;font-family:Arial;font-size:12px;padding:14px 0 14px 25px}
.stiDesignerFileMenuSeparator{background:#3b629b;height:1px}
.stiDesignerFilterContainer{background:#fff;border-top:1px dotted #c6c6c6;overflow:auto}
.stiDesignerFilterPanelHeader{border-bottom:1px solid #c6c6c6}
.stiDesignerFilterPanel{border:1px solid #c6c6c6;background:#fff;color:#444;font-family:Arial;font-size:12px;margin:4px;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiDesignerChartFilterPanel{border:1px solid #c6c6c6;background:#fff;color:#444;font-family:Arial;font-size:12px;margin:4px;padding:5px}
.stiDesignerChartFilterPanelSelected{border:1px solid #97b2db;background:#e6eefa;color:#444;font-family:Arial;font-size:12px;margin:4px;padding:5px}
.stiDesignerFormButton_Mouse{background:#fff;border:1px solid #ababab;height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormButtonOver_Mouse{background:#d5e1f2;border:1px solid #a3bde3;height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormButtonSelected_Mouse{background:#c2d5f2;border:1px solid #97b2db;height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormButtonDisabled_Mouse{background:#fff;border:1px solid #e1e1e1;height:23px;color:#d6d3d6;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormButton_Touch{background:#fff;border:1px solid #ababab;height:29px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormButtonOver_Touch{background:#d5e1f2;border:1px solid #a3bde3;height:29px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormButtonSelected_Touch{background:#c2d5f2;border:1px solid #97b2db;height:29px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormButtonDisabled_Touch{background:#fff;border:1px solid #e1e1e1;color:#d6d3d6;height:29px;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerForm{position:absolute;border:1px solid #19478a;background:#fff;color:#444;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:default}
.stiDesignerFormHeader{background:#fff;font-family:Arial;font-size:13px;font-weight:700;color:#19478a;text-align:center;cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFormContainer{background:#fff;border-top:1px dotted #c6c6c6}
.stiDesignerFormSeparator{height:0;border-top:1px dotted #c6c6c6;margin-left:1px;margin-right:1px}
.stiDesignerFormButtonsPanel{float:right}
.stiDesignerFormBlock{background:#fff;color:#444;font-family:Arial;font-size:12px}
.stiDesignerFormBlockHeader{color:#949494;font-family:Arial;font-size:12px;background:#eee}
.stiDesignerFormPanelArrow{overflow:hidden;position:absolute;top:10px;width:21px;height:21px;left:-21px}
.stiDesignerFormPanelArrow:after{overflow:hidden;position:absolute;background:#fff;border:1px solid #19478a;left:17px;width:21px;height:21px;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}
.stiDesignerMessagesFormDescription{line-height:1.2;border:0;margin:0;padding:20px 30px 20px 0;overflow:hidden;min-width:350px;max-width:650px;font-family:Arial;font-size:12px;color:#444;text-align:left;cursor:default}
.stiDesignerGroupBlock{padding:1px;font-family:Arial;font-size:11px;color:#444;cursor:default}
.stiDesignerGroupBlockCaption{width:100%;text-align:center;padding:0 8px 0 8px;border:0;white-space:nowrap;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerGroupBlockTableCell{vertical-align:top;padding:2px;border:0}
.stiDesignerGroupBlockContainer_Mouse{overflow:hidden;height:75px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerGroupBlockContainerWithOutCaption_Mouse{overflow:hidden;height:90px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerGroupBlockDownRow_Mouse{overflow:hidden;height:15px}
.stiDesignerGroupBlockSeparator_Mouse{width:1px;height:84px;background:#c6c6c6}
.stiDesignerGroupBlockButton_Mouse{height:15px;width:15px}
.stiDesignerGroupBlockButtonOver_Mouse{height:15px;width:15px;background:#d5e1f2}
.stiDesignerGroupBlockButtonSelected_Mouse{height:15px;width:15px;background:#c2d5f2}
.stiDesignerGroupBlockDownRow_Touch{overflow:hidden;height:20px}
.stiDesignerGroupBlockContainer_Touch{overflow:hidden;height:90px}
.stiDesignerGroupBlockContainerWithOutCaption_Touch{overflow:hidden;height:110px}
.stiDesignerGroupBlockSeparator_Touch{width:1px;height:100px;background:#c6c6c6}
.stiDesignerGroupBlockButton_Touch{height:20px;width:20px}
.stiDesignerGroupBlockButtonOver_Touch{height:20px;width:20px;background:#d5e1f2}
.stiDesignerGroupBlockButtonSelected_Touch{height:20px;width:20px;background:#c2d5f2}
.stiDesignerGroupPanel{border:1px solid #c6c6c6;-webkit-padding-before:0;-webkit-padding-start:0;-webkit-padding-end:0;-webkit-padding-after:0;-webkit-margin-start:0;-webkit-margin-end:0;padding:0;margin:0}
.stiDesignerGroupPanelCaption{padding:2px;font-family:Arial;font-size:12px;color:#444;cursor:default;margin-left:10px}
.stiDesignerGroupPanelHeader_Mouse{height:23px;color:#8f8f8f;background:#eee;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerGroupPanelHeader_Touch{height:28px;color:#8f8f8f;background:#eee;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerCaptionControls{white-space:nowrap;padding:0 15px 0 7px;border:0;font-family:Arial;font-size:12px;color:#444;width:1px}
.stiDesignerTextContainer{white-space:nowrap;border:0;font-family:Arial;font-size:12px;color:#444}
.stiDesignerControlCells{padding:3px 4px 3px 0;border:0}
.stiDesignerCaptionControlsBigIntervals{white-space:nowrap;padding:0 25px 0 15px;border:0;font-family:Arial;font-size:12px;color:#444;width:1px}
.stiDesignerControlCellsBigIntervals{padding:3px 12px 3px 0;border:0}
.stiDesignerHomePanelSeparator{background:#c6c6c6}
.stiDesignerDrillDownFormCaptionControls{white-space:nowrap;min-width:200px;padding:0 8px 0 15px;border:0;margin:0;font-family:Arial;font-size:12px;color:#444}
.stiDesignerCaptionControlsOnPanel{white-space:nowrap;padding:0 5px 0 3px;border:0;font-family:Arial;font-size:12px;color:#444;width:1px}
.stiDesignerCaptionControlsOnPanelDisabled{white-space:nowrap;padding:0 5px 0 3px;border:0;font-family:Arial;font-size:12px;color:#d6d3d6;width:1px}
.stiDesignerControlCellsOnPanel{padding:0 3px 0 0;border:0}
.stiImageControlBrushPropertyForSolid{border:1px solid #ababab;width:30px;height:14px}
.stiImageControlBrushPropertyForNotSolid{border:0;width:32px;height:16px}
.stiDesignerStatusPanelSeparator{border:0;border-left:1px dashed #a3b5d0;padding:0;margin:0 3px 0 3px;height:35px}
.stiDesignerVariableItemsFormControlsLeftCell{vertical-align:top;margin:0;padding:0}
.stiDesignerVariableItemsFormControlsRightCell{border:0;vertical-align:top;margin:0;padding:0}
.stiDesignerStyleDesignerFormToolbarCell{border:0;padding:0;margin:0;border-bottom:1px dotted #c6c6c6}
.stiDesignerStyleDesignerFormPropertiesPanel{border:0;padding:0;margin:0}
.styleDesignerItemsContainer{overflow-y:auto;overflow-x:hidden}
.stiDesignerSelectDataProgress{position:absolute;left:200px;top:125px}
.stiDesignerTextEditFormSystemVariablesInfo{border-top:1px dotted #c6c6c6;padding:6px 6px 0 6px;font-family:Arial;font-size:12px;color:#444}
.stiDesignerCreateDataColumsTree{border-right:1px dotted #c6c6c6;border-bottom:1px dotted #c6c6c6;overflow:auto}
.stiDesignerCreateDataColumsButtonsTable{border:0;margin:0;padding:0;border-right:1px dotted #c6c6c6}
.stiDesignerCreateDataMainTable{border-bottom:1px dotted #c6c6c6}
.stiDesignerConditionsFormMainContainer{border-left:1px dotted #c6c6c6;width:700px;height:380px}
.stiDesignerConditionPanel{width:700px;height:380px;overflow:auto}
.stiDesignerConditionsFormToolbarCell{border-top:1px dotted #c6c6c6;width:100%}
.stiDesignerConditionsFormSampleBar{border:1px solid #ababab;margin:0 4px 0 4px}
.stiDesignerPagesContainer{overflow-x:auto;overflow-y:hidden;position:absolute;right:0;top:0;bottom:0}
.stiDesignerViewDataTableCell{font-family:Arial;font-size:12px;padding:4px 15px 4px 4px;color:#444;border-bottom:1px dotted #c6c6c6;border-right:1px dotted #c6c6c6}
.stiDesignerDataGridCell{padding:4px;font-family:Arial;font-size:12px;color:#444;border-bottom:1px dotted #c6c6c6;border-right:1px dotted #c6c6c6}
.stiDesignerTextFormatFormCustomContainer{border-top:1px dotted #c6c6c6}
.stiDesignerCrossTabContainerCell{border:0;margin:0;padding:0;border-left:1px dotted #c6c6c6;border-bottom:1px dotted #c6c6c6}
.stiDesignerrCrossTabContainerToolbar{border:0;margin:0;padding:0;font-family:Arial;font-size:12px;color:#444;border-bottom:1px dotted #c6c6c6;width:100%}
.stiDesignerDescriptionForBigButton{white-space:nowrap;padding:0 25px 0 15px;border:0;font-family:Arial;font-size:12px;color:#444;line-height:1.7}
.stiDesignerFileMenuPanelHeader{background:#fff;color:#444;text-align:center;cursor:default;display:inline-block;margin:30px;height:60px}
.stiDesignerFileMenuPanelHeaderRU{font-family:Arial,Helvetica,sans-serif;font-size:40px}
.stiDesignerFileMenuPanelHeaderEN{font-family:'Microsoft Yi Baiti';font-size:55px}
.stiImageContainerWithBorder{border:1px dashed #ababab;background:#f9f9f9}
.stiDesignerPageSetupFormSample{margin:4px}
.stiDesignerPageSetupFormSampleCell{border-right:1px dotted #c6c6c6;text-align:center;vertical-align:top;width:150px}
.stiDragAndDropHintText{color:#696969;margin-left:40px}
.stiResourceContainerWithBorder{border:1px dashed #ababab;background:#f9f9f9}
.stiResourceInnerContainer{overflow:auto;text-align:center;display:inline-block}
.stiResourceViewDataContainer{background:#f1f1f1;overflow:auto}
.stiBarCodeFormPropertiesContainer{width:430px;padding:5px 20px 5px 10px}
.stiShapeFormPropertiesContainer{width:400px;padding:5px 20px 5px 10px}
.stiCloudDemoPanel{text-align:center;font-family:Arial;font-size:15px;line-height:1.3;color:#888;padding:10px 0 10px 0;width:550px;height:500px}
.stiUsingMarker{position:absolute;width:12px;height:12px;border-radius:20px;background:#fff;left:10px;top:calc(50% - 6px)}
.stiUsingMarker div{margin:2px 0 0 2px;width:8px;height:8px;border-radius:20px;background:#19478a}
.stiThemesMenuHeader{color:#fff;background:#19478a;padding:7px;font-family:Arial;font-size:12px}
.stiCrossTabsTree{background:#fff;overflow-X:hidden;overflow-Y:auto;padding:10px}
.stiDataContainer{border:1px dashed #c6c6c6;overflow-y:auto;overflow-x:hidden;position:relative;padding:1px}
.stiDataGrid{border:1px dashed #c6c6c6;overflow-x:auto;overflow-y:hidden}
.stiDataTransformErrorBlock{font-family:Arial;font-size:12px;color:red;background:#fcdcdc;padding:15px;margin-top:6px}
.stiDesignerHyperlinkButton_Mouse{cursor:pointer;color:#5a83ad;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerHyperlinkButtonOver_Mouse{cursor:pointer;text-decoration:underline;color:#5a83ad;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerHyperlinkButtonSelected_Mouse{cursor:pointer;color:#5a83ad;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerHyperlinkButtonDisabled_Mouse{cursor:pointer;color:#5a83ad;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerHyperlinkButton_Touch{color:#5a83ad;cursor:pointer;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerHyperlinkButtonOver_Touch{text-decoration:underline;color:#5a83ad;cursor:pointer;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerHyperlinkButtonSelected_Touch{color:#5a83ad;cursor:pointer;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerHyperlinkButtonDisabled_Touch{color:#d6d3d6;cursor:pointer;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerImageGalleryItem{cursor:default;font-family:Arial;font-size:11px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;color:#fff}
.stiDesignerImageGalleryItemDefault{background:#e3e3e3;border:1px solid #ababab}
.stiDesignerImageGalleryItemOver{background:#d5e1f2;border:1px solid #19478a}
.stiDesignerImageGalleryItemSelected{background:#c2d5f2;border:1px solid #19478a}
.stiDesignerImageGalleryItemDisabled{background:#fff;border:1px solid #e1e1e1}
.stiItemGalleryCaptionContainer{text-overflow:ellipsis;overflow:hidden;max-width:70px;min-width:70px;padding:1px 5px 1px 5px;white-space:nowrap;text-align:center}
.stiItemGalleryCaption{height:15px;padding:0;white-space:nowrap;margin-top:4px}
.stiItemGalleryCaptionDefault{background:#a0a0a0}
.stiItemGalleryCaptionOver{background:#19478a}
.stiItemGalleryCaptionSelected{background:#11315f}
.stiItemGalleryCaptionDisabled{background:#a0a0a0}
.stiDesignerImageGalleryContainer{overflow-x:auto;overflow-y:hidden}
.stiDesignerMenuBigItem_Mouse{height:66px;color:#444;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuBigItemOver_Mouse{height:66px;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuBigItemSelected_Mouse{height:66px;background:#c2d5f2;color:#444;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuBigItemDisabled_Mouse{height:66px;color:#d6d3d6;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuBigItem_Touch{height:66px;color:#444;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuBigItemOver_Touch{height:66px;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuBigItemSelected_Touch{height:66px;background:#c2d5f2;color:#444;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuBigItemDisabled_Touch{height:66px;color:#d6d3d6;cursor:default;font-family:Arial;font-size:14px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItem_Mouse{height:42px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItemOver_Mouse{height:42px;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItemSelected_Mouse{height:42px;background:#c2d5f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItemDisabled_Mouse{height:42px;color:#d6d3d6;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItem_Touch{height:42px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItemOver_Touch{height:42px;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItemSelected_Touch{height:42px;background:#c2d5f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuMiddleItemDisabled_Touch{height:42px;color:#d6d3d6;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerParentMenu{z-index:35;position:absolute}
.stiDesignerMenu{position:absolute;padding:1px;border:1px solid #c6c6c6;background:#fff;color:#444;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:default}
.stiDesignerOpacityMenu{overflow:visible;padding:1px}
.stiDesignerInnerContainerOpacityMenu{border:1px solid #c6c6c6;background:#fff;color:#444;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:default}
.stiDesignerMenuHeader{white-space:nowrap;background:#eee;color:#444;cursor:default;font-family:Arial;font-size:12px;padding:3px;text-align:center}
.stiDesignerVerticalMenuSeparator{height:1px;background:#c6c6c6}
.stiDesignerMenuStandartItem_Mouse{height:24px;white-space:nowrap;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuStandartItemOver_Mouse{height:24px;white-space:nowrap;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuStandartItemSelected_Mouse{height:24px;white-space:nowrap;background:#c2d5f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuStandartItemDisabled_Mouse{height:24px;white-space:nowrap;color:#d6d3d6;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuStandartItem_Touch{height:30px;white-space:nowrap;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuStandartItemOver_Touch{height:30px;white-space:nowrap;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuStandartItemSelected_Touch{height:30px;white-space:nowrap;background:#c2d5f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerMenuStandartItemDisabled_Touch{height:30px;white-space:nowrap;color:#d6d3d6;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerClearAllStyles{padding:0;margin:0;border:0}
.stiDesignerMainPanel{overflow:visible;width:100%;height:100%;z-index:1;position:relative;background:#fff;cursor:default}
.stiDesignerMainPanel>div,.stiDesignerMainPanel>table,.stiDesignerMainPanel>td,.stiDesignerMainPanel>tr{line-height:1;box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;padding:0;margin:0}
.stiDesignerMainPanel *,.stiDesignerMainPanel :after,.stiDesignerMainPanel :before{box-sizing:content-box;-webkit-box-sizing:content-box;-moz-box-sizing:content-box}
.stiDesignerToolBar{background:#19478a;height:40px;font-family:Arial;font-size:12px;color:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolbox{font-family:Arial;font-size:12px;position:absolute;overflow:hidden;background:#fff;border-right:1px solid #c6c6c6;color:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerWorkPanel{background:#fff;border-bottom:1px solid #c6c6c6;position:relative;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanel{position:absolute;height:35px;left:0;bottom:0;right:0;background:#19478a;z-index:3;color:#fff;cursor:default;font-family:Arial;font-size:12px;white-space:nowrap;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesPanel{position:absolute;border-bottom:1px solid #c6c6c6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerDisabledPanel{top:0;left:0;right:0;bottom:0;position:absolute;background:#fff;opacity:0;-moz-opacity:0;-khtml-opacity:0}
.stiDesignerAboutPanel{width:520px;height:351px;z-index:500;position:absolute;border:1px solid #19478a;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiDesignerAboutPanelHeader{width:100%;font-family:Arial;font-size:24px;text-align:center;color:#19478a;margin-top:35px}
.stiDesignerAboutPanelCopyright{width:100%;text-align:center;font-family:Arial;font-size:12px;color:#444;margin-top:157px}
.stiDesignerAboutPanelVersion{width:100%;text-align:center;font-family:Arial;font-size:12px;color:#444;margin-top:20px}
.stiDesignerAboutPanelStiLink{cursor:pointer;width:100%;text-align:center;font-family:Arial;font-size:12px;color:#19478a;text-decoration:underline;margin-top:35px}
.stiDesignerProcessImageStatusPanel{font-family:Arial;color:#fff}
.stiDesignerProcessImage{z-index:45;position:absolute;border:1px solid #2b579a;background:#fff;font-family:Arial;font-size:12px;color:#2b579a;box-shadow:0 0 7px rgba(0,0,0,.4)}
.stiDesignerProcessImageCloud{z-index:45;position:absolute}
.stiDesignerPaintPanel{position:absolute;overflow:auto;background:#f1f1f1;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPaintPanel table,.stiDesignerPaintPanel td{padding:0;margin:0}
.stiDesignerNewReportPanel{position:absolute;bottom:0;top:0;left:150px;right:0}
.stiDesignerItemsContainer{border:1px dotted #c6c6c6;overflow-y:auto;overflow-x:hidden}
.stiDesignerVariableItemsFormContainer{border-right:1px dotted #c6c6c6;overflow-y:auto;overflow-x:hidden;padding:4px}
.stiDesignerDataSourceFormColumnsAndParametersTree{border-right:1px dotted #c6c6c6;overflow:auto;padding:4px}
.stiDesignerRelationFormColumnsContainer{overflow-y:auto;overflow-x:hidden;border:1px solid #c6c6c6;padding-top:4px;margin-top:6px}
.stiDesignerRelationFormErrorBlock{color:red;font-family:Arial;font-size:12px;background:#fcdcdc}
.stiDesignerHomePanel_Mouse{background:#fff;overflow-Y:hidden;overflow-X:auto;height:92px}
.stiDesignerInsertPanel_Mouse{background:#fff;overflow-Y:hidden;overflow-X:auto;height:92px}
.stiDesignerLayoutPanel_Mouse{background:#fff;overflow-Y:hidden;overflow-X:auto;height:92px}
.stiDesignerPagePanel_Mouse{background:#fff;height:92px;position:relative}
.stiDesignerPreviewPanel_Mouse{background:#fff;overflow-Y:hidden;overflow-X:auto;height:92px}
.stiDesignerHomePanel_Touch{background:#fff;overflow-Y:hidden;overflow-X:auto;height:112px}
.stiDesignerInsertPanel_Touch{background:#fff;overflow-Y:hidden;overflow-X:auto;height:112px}
.stiDesignerLayoutPanel_Touch{background:#fff;overflow-Y:hidden;overflow-X:auto;height:112px}
.stiDesignerPagePanel_Touch{background:#fff;height:112px;position:relative}
.stiDesignerPreviewPanel_Touch{background:#fff;overflow-Y:hidden;overflow-X:auto;height:112px}
.stiDesignerGroupHeaderFormPanel{height:350px;width:450px;overflow:auto;margin:0;padding:0;border:0;border-right:1px dotted #c6c6c6}
.stiDesignerEditFormPanel{height:450px;width:450px;overflow:auto;border-right:1px dotted #c6c6c6}
.stiDesignerSubReportFormPanel{height:450px;width:600px;overflow:auto;border-right:1px dotted #c6c6c6}
.stiDesignerTextEditorFormPanel{height:450px;width:550px;overflow:auto;border-right:1px dotted #c6c6c6}
.stiDesignerMapsEditorFormPanel{height:570px;width:600px;overflow:auto;border-right:1px dotted #c6c6c6}
.stiDesignerInteractionFormPanel{width:550px;overflow:auto;border-right:1px dotted #c6c6c6}
.stiDesignerPageSetupFormPanel{margin:0;padding:0;border:0;border-right:1px dotted #c6c6c6}
.stiDesignerImageFormMainPanel{font-family:Arial;font-size:12px;color:#444;padding:0;border:0;margin:0}
.stiDesignerGroupHeaderFormMainPanel{font-family:Arial;font-size:12px;color:#444;padding:0;border:0;margin:0;border-bottom:1px dotted #c6c6c6}
.stiDesignerDataColumnFormMainPanel{font-family:Arial;font-size:12px;color:#444;width:400px;height:450px;padding:4px;overflow:auto}
.stiDesignerGlobalizatonStringsFormContainer{margin:0;padding:0;border:0;border-right:1px dotted #c6c6c6;border-left:1px dotted #c6c6c6}
::-moz-selection{background:#d5e1f2}
::selection{background:#d5e1f2}
::-moz-selection{background:#d5e1f2}
.stiDesignerNewReportButton_Mouse{height:245px;width:175px;cursor:default;overflow:hidden;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerNewReportButtonOver_Mouse{height:245px;width:175px;cursor:default;overflow:hidden;background:#d5e1f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerNewReportButtonSelected_Mouse{height:245px;width:175px;cursor:default;background:#c2d5f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerNewReportButtonDisabled_Mouse{height:245px;width:175px;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerNewReportButton_Touch{height:245px;width:175px;cursor:default;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerNewReportButtonOver_Touch{height:245px;width:175px;cursor:default;background:#d5e1f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerNewReportButtonSelected_Touch{height:245px;width:175px;cursor:default;background:#c2d5f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerNewReportButtonDisabled_Touch{height:245px;width:175px;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButton_Mouse{border-bottom:2px solid #fff;border-top:2px solid #fff;height:26px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButtonOver_Mouse{border-bottom:2px solid #d5e1f2;border-top:2px solid #d5e1f2;background:#d5e1f2;height:26px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButtonSelected_Mouse{border-top:2px solid #19478a;border-bottom:2px solid #fff;height:26px;color:#19478a;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButtonDisabled_Mouse{border-bottom:2px solid #fff;border-top:2px solid #fff;height:26px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButton_Touch{border-bottom:2px solid #fff;border-top:2px solid #fff;height:26px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButtonOver_Touch{border-bottom:2px solid #d5e1f2;border-top:2px solid #d5e1f2;background:#d5e1f2;height:26px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButtonSelected_Touch{border-top:2px solid #19478a;border-bottom:2px solid #fff;height:26px;color:#19478a;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPagesButtonDisabled_Touch{border-bottom:2px solid #fff;border-top:2px solid #fff;height:26px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButton_Mouse{height:17px;color:#444;border:1px solid transparent;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButtonOver_Mouse{height:17px;border:1px solid #19478a;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButtonSelected_Mouse{height:17px;border:1px solid #19478a;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButtonDisabled_Mouse{height:17px;border:1px solid transparent;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButton_Touch{height:22px;border:1px solid transparent;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButtonOver_Touch{height:22px;border:1px solid #19478a;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButtonSelected_Touch{height:22px;border:1px solid #19478a;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPinButtonDisabled_Touch{height:22px;border:1px solid transparent;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.mobile_designer_loader{margin:60px auto;font-size:10px;position:relative;text-indent:-9999em;border-top:6px solid rgba(25,71,138,.2);border-right:6px solid rgba(25,71,138,.2);border-bottom:6px solid rgba(25,71,138,.2);border-left:6px solid #19478a;transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}
.mobile_designer_loader,.mobile_designer_loader:after{border-radius:50%;width:64px;height:64px}
@-webkit-keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.mobile_designer_loader_mini_white{font-size:10px;position:relative;text-indent:-9999em;border-top:3px solid rgba(255,255,255,.2);border-right:3px solid rgba(255,255,255,.2);border-bottom:3px solid rgba(255,255,255,.2);border-left:3px solid #fff;transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}
.mobile_designer_loader_mini_white,.mobile_designer_loader_mini_white:after{border-radius:50%;width:12px;height:12px}
@-webkit-keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.mobile_designer_loader_mini_color{font-size:10px;position:relative;text-indent:-9999em;border-top:3px solid rgba(25,71,138,.2);border-right:3px solid rgba(25,71,138,.2);border-bottom:3px solid rgba(25,71,138,.2);border-left:3px solid #19478a;transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}
.mobile_designer_loader_mini_color,.mobile_designer_loader_mini_color:after{border-radius:50%;width:12px;height:12px}
@-webkit-keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}
.stiDesignerPropertiesBrushControlButton_Mouse{border:1px solid #ababab;background:#fff;height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesBrushControlButtonOver_Mouse{border:1px solid #a3bde3;height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesBrushControlButtonSelected_Mouse{border:1px solid #a3bde3;height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesBrushControlButtonDisabled_Mouse{border:1px solid #e1e1e1;height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesBrushControlButton_Touch{border:1px solid #ababab;background:#fff;height:24px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesBrushControlButtonOver_Touch{border:1px solid #a3bde3;height:24px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesBrushControlButtonSelected_Touch{border:1px solid #a3bde3;height:24px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesBrushControlButtonDisabled_Touch{border:1px solid #e1e1e1;height:24px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButton_Mouse{border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:2px solid #fff;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButtonOver_Mouse{border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:2px solid #d5e1f2;height:28px;color:#444;background:#d5e1f2;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButtonSelected_Mouse{border-left:1px solid #c6c6c6;border-right:1px solid #c6c6c6;border-bottom:2px solid #19478a;height:28px;color:#19478a;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButtonDisabled_Mouse{border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:2px solid #fff;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButton_Touch{border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:2px solid #fff;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButtonOver_Touch{border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:2px solid #d5e1f2;height:28px;color:#444;background:#d5e1f2;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButtonSelected_Touch{border-left:1px solid #c6c6c6;border-right:1px solid #c6c6c6;border-bottom:2px solid #19478a;height:28px;color:#19478a;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooterTabButtonDisabled_Touch{border-left:1px solid #fff;border-right:1px solid #fff;border-bottom:2px solid #fff;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroup{background:#f8f8f8;border-top:1px solid #c6c6c6;border-bottom:1px solid #c6c6c6}
.stiDesignerPropertiesGroupContainer{background:#f8f8f8;border-top:1px solid #c6c6c6;padding:3px 0 3px 0}
.stiDesignerPropertiesGroupHeaderButton_Mouse{font-weight:700;height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroupHeaderButtonOver_Mouse{font-weight:700;height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroupHeaderButtonSelected_Mouse{font-weight:700;height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#97b2db;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroupHeaderButtonDisabled_Mouse{font-weight:700;height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroupHeaderButton_Touch{font-weight:700;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroupHeaderButtonOver_Touch{font-weight:700;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroupHeaderButtonSelected_Touch{font-weight:700;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#97b2db;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesGroupHeaderButtonDisabled_Touch{font-weight:700;height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;background:#fff;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanel{position:absolute;background:#fff;border-right:1px solid #c6c6c6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFixedMode{position:absolute;background:#fff;border:1px solid #19478a;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiDesignerDisabledPanelOfPropertiesPanel{top:0;left:0;right:0;bottom:0;position:absolute;background:#fff;opacity:.8;-moz-opacity:.8;-khtml-opacity:.8;z-index:50}
.stiDesignerPropertiesPanelHeader{position:absolute;right:0;top:0;left:0;background:#fff;border-bottom:1px dotted #c6c6c6;color:#19478a;cursor:default;font-family:Arial;font-size:13px;font-weight:700;overflow:hidden;height:34px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertiesPanelFooter{position:absolute;right:0;bottom:0;left:0;height:33px;background:#fff;color:#444;cursor:default;font-family:Arial;font-size:12px;overflow:hidden;border-top:1px solid #c6c6c6}
.stiDesignerPropertiesPanelInnerContent{position:absolute;overflow:auto;right:0;left:0;bottom:32px;background:#fff}
.stiDesignerPropertiesPanelShowButtonsPanel{position:absolute;width:1px}
.stiDesignerPropertyCaption{line-height:normal;color:#444;cursor:default;font-family:Arial;font-size:12px;overflow:hidden;white-space:nowrap;margin:0 5px 0 5px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerComponentsListPanel{position:absolute;top:40px;left:0;right:0;padding:0 0 5px 6px;overflow:hidden;border-bottom:1px dotted #c6c6c6}
.stiDesignerPropertyButton_Mouse{height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertyButtonOver_Mouse{height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertyButtonSelected_Mouse{height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertyButtonDisabled_Mouse{height:20px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertyButton_Touch{height:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertyButtonOver_Touch{height:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertyButtonSelected_Touch{height:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerPropertyButtonDisabled_Touch{height:25px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiMobileDesignerRadioButton{border:0;padding:0;margin:0;font-size:12px;font-family:Arial;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiMobileDesignerRadioButtonDisabled{border:0;padding:0;margin:0;font-size:12px;font-family:Arial;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiMobileDesignerRadioButtonOutCircle{border:1px solid #ababab;background:#fff;border-radius:10px}
.stiMobileDesignerRadioButtonOutCircleOver{border:1px solid #a3bde3;background:#e6eefa;border-radius:10px}
.stiMobileDesignerRadioButtonOutCircleDisabled{border:1px solid #e1e1e1;background:#f7f7f7;border-radius:10px}
.stiMobileDesignerRadioButtonInnerCircle_Mouse{margin:3px;width:7px;height:7px;border:1px solid #ababab;background:#ababab;border-radius:10px}
.stiMobileDesignerRadioButtonInnerCircle_Touch{margin:4px;width:9px;height:9px;border:1px solid #ababab;background:#ababab;border-radius:10px}
.stiDesignerCheckPanel{position:absolute;border:1px solid #19478a;background:#fff;color:#444;cursor:default;font-family:Arial;font-size:12px;z-index:100}
.stiDesignerCheckPopupPanel{position:absolute;cursor:default;font-family:Arial;font-size:12px;background:#fff;border:1px solid #19478a;box-shadow:0 0 7px rgba(0,0,0,.3);border-radius:3px;min-width:250px;max-width:450px;z-index:100;cursor:pointer}
.stiDesignerCheckPopupPanelArrow{overflow:hidden;position:absolute;width:31px;height:21px;left:11px}
.stiDesignerCheckPopupPanelArrow:after{overflow:hidden;position:absolute;background:#fff;border:1px solid #19478a;left:7px;top:-17px;width:21px;height:21px;content:"";-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg)}
.stiDesignerCheckPreviewPanel{position:absolute;background:#fff;box-shadow:0 0 7px rgba(0,0,0,.3);cursor:default;z-index:100}
.stiDesignerCheckContainer{width:600px;height:400px;overflow:auto;position:relative}
.stiDesignerCheckContainerItem{border-bottom:1px dashed #c6c6c6;background:#fff;color:#444;margin:15px 15px 0 15px;font-family:Arial;font-size:12px;line-height:1.2}
.stiDesignerSortContainer{background:#fff;border-top:1px dotted #c6c6c6;overflow:auto;padding:2px}
.stiDesignerSortPanel{border:1px solid #c6c6c6;background:#fff;color:#444;font-family:Arial;font-size:12px;margin:4px}
.stiDesignerSortPanelSelected{border:1px solid #97b2db;background:#e6eefa;color:#444;font-family:Arial;font-size:12px;margin:4px}
.stiDesignerStandartBigButton_Mouse{min-height:69px;min-width:50px;cursor:default;overflow:hidden;background:0 0;font-family:Arial;font-size:11.5px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartBigButtonOver_Mouse{min-height:69px;min-width:50px;cursor:default;overflow:hidden;background:#d5e1f2;font-family:Arial;font-size:11.5px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartBigButtonSelected_Mouse{min-height:69px;min-width:50px;cursor:default;overflow:hidden;background:#c2d5f2;font-family:Arial;font-size:11.5px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartBigButtonDisabled_Mouse{min-height:69px;min-width:50px;cursor:default;overflow:hidden;font-family:Arial;font-size:11.5px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartBigButton_Touch{min-height:90px;min-width:50px;cursor:default;overflow:hidden;background:0 0;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartBigButtonOver_Touch{min-height:90px;min-width:50px;cursor:default;overflow:hidden;background:#d5e1f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartBigButtonSelected_Touch{min-height:90px;min-width:50px;cursor:default;overflow:hidden;background:#c2d5f2;font-family:Arial;font-size:12px;color:#444;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartBigButtonDisabled_Touch{min-height:90px;min-width:50px;overflow:hidden;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButton_Mouse{height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButtonOver_Mouse{height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButtonSelected_Mouse{height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButtonDisabled_Mouse{height:23px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButton_Touch{height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButtonOver_Touch{height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButtonSelected_Touch{height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStandartSmallButtonDisabled_Touch{height:28px;color:#444;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButton_Mouse{height:35px;color:#fff;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButtonOver_Mouse{height:35px;background:#3b629b;color:#fff;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButtonSelected_Mouse{height:35px;background:#11315f;color:#fff;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButtonDisabled_Mouse{height:35px;color:#3773cf;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButton_Touch{height:35px;color:#fff;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButtonOver_Touch{height:35px;background:#3b629b;color:#fff;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButtonSelected_Touch{height:35px;background:#11315f;color:#fff;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerStatusPanelButtonDisabled_Touch{height:35px;color:#3773cf;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTabbedPane{background:#fff}
.stiDesignerTabsPanel{background:#fff}
.stiDesignerTabbedPaneContainer{background:#fff;border-bottom:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff}
.stiDesignerTabsCell{border:0;border-bottom:1px solid #fff;padding:0;margin:0}
.stiDesignerTabsSelectedCell{border:0;border-bottom:1px solid #fff;padding:0;margin:0}
.stiDesignerTabbedPaneSeparator{height:15px;width:1px;background:#c6c6c6}
.stiDesignerStandartTabHeader{background:#c2d5f2}
.stiDesignerStandartTab_Mouse{white-space:nowrap;background:#fff;border:1px solid #fff;border-bottom:0;color:#444;cursor:default;font-family:Arial;font-size:13px;font-weight:700;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerStandartTabOver_Mouse{white-space:nowrap;color:#19478a;background:#fff;border:1px solid #fff;border-bottom:0;cursor:default;font-family:Arial;font-size:13px;font-weight:700;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerStandartTabSelected_Mouse{white-space:nowrap;color:#19478a;background:#fff;border:1px solid #fff;border-bottom:0;cursor:default;font-family:Arial;font-size:13px;font-weight:700;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerStandartTabDisabled_Mouse{white-space:nowrap;background:#fff;border:1px solid #fff;border-bottom:0;color:#d6d3d6;cursor:default;font-family:Arial;font-size:13px;font-weight:700;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerStandartTab_Touch{white-space:nowrap;background:#fff;border:1px solid #fff;border-bottom:0;color:#444;cursor:default;font-family:Arial;font-size:13px;font-weight:700;padding:5px 6px 5px 6px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerStandartTabOver_Touch{white-space:nowrap;color:#19478a;background:#fff;border:1px solid #fff;border-bottom:0;cursor:default;font-family:Arial;font-size:13px;font-weight:700;padding:5px 6px 5px 6px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerStandartTabSelected_Touch{white-space:nowrap;color:#19478a;background:#fff;border:1px solid #fff;border-bottom:0;cursor:default;font-family:Arial;font-size:13px;font-weight:700;padding:5px 6px 5px 6px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerStandartTabDisabled_Touch{white-space:nowrap;background:#fff;border:1px solid #fff;border-bottom:0;color:#d6d3d6;cursor:default;font-family:Arial;font-size:13px;font-weight:700;padding:5px 6px 5px 6px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;cursor:pointer}
.stiDesignerTextArea_Mouse{font-size:12px;border:1px solid #ababab;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444;resize:none}
.stiDesignerTextAreaOver_Mouse{font-size:12px;border:1px solid #a3bde3;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444;resize:none}
.stiDesignerTextAreaDisabled_Mouse{font-size:12px;border:1px solid #e1e1e1;margin:0;padding:0 0 0 4px;font-family:Arial;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#f7f7f7;resize:none}
.stiDesignerTextArea_Touch{font-size:12px;border:1px solid #ababab;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444;resize:none}
.stiDesignerTextAreaOver_Touch{font-size:12px;border:1px solid #a3bde3;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;resize:none}
.stiDesignerTextAreaDisabled_Touch{font-size:12px;border:1px solid #e1e1e1;margin:0;padding:0 0 0 4px;font-family:Arial;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#f7f7f7;resize:none}
.stiDesignerTextBoxEnumerator_Mouse{border:1px solid #ababab;color:#444;background:#fff}
.stiDesignerTextBoxEnumeratorOver_Mouse{border:1px solid #a3bde3;color:#444;background:#fff}
.stiDesignerTextBoxEnumeratorDisabled_Mouse{border:1px solid #e1e1e1;color:#d6d3d6;background:#fff}
.stiDesignerTextBoxEnumerator_Touch{border:1px solid #ababab;color:#444;background:#fff}
.stiDesignerTextBoxEnumeratorOver_Touch{border:1px solid #a3bde3;color:#444;background:#fff}
.stiDesignerTextBoxEnumeratorDisabled_Touch{border:1px solid #e1e1e1;color:#d6d3d6;background:#fff}
.stiDesignerTextBoxEnumerator_TextBoxDefault{color:#444}
.stiDesignerTextBoxEnumerator_TextBoxDisabled{color:#d6d3d6}
.stiDesignerTextBoxEnumerator_TextBox_Mouse{font-size:12px;height:21px;border:0;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff}
.stiDesignerTextBoxEnumerator_TextBox_Touch{font-size:12px;height:26px;border:0;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff}
.stiDesignerTextBoxEnumeratorButton_Mouse{height:10px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEnumeratorButtonOver_Mouse{height:10px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEnumeratorButtonSelected_Mouse{height:10px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEnumeratorButtonDisabled_Mouse{height:10px;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEnumeratorButton_Touch{height:12px;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEnumeratorButtonOver_Touch{height:12px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#d5e1f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEnumeratorButtonSelected_Touch{height:12px;color:#444;cursor:default;font-family:Arial;font-size:12px;background:#c2d5f2;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEnumeratorButtonDisabled_Touch{height:12px;cursor:default;font-family:Arial;font-size:12px;color:#d6d3d6;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTextBoxEditButton{border:1px solid #ababab;background:#fff;border-Left:0;padding:0;margin:0;font-size:0}
.stiDesignerTextBoxEditButtonDisabled{border:1px solid #e1e1e1;background:#fff;border-Left:0;padding:0;margin:0;font-size:0}
.stiDesignerMarginsControl{font-size:12px;background:#fff;margin:0;padding:0;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));color:#444}
.stiDesignerMarginsControlInnerCell{border-right:1px solid #ababab}
.stiDesignerMarginsControlInnerCellOver{border-right:1px solid #a3bde3}
.stiDesignerMarginsControlDefault{border:1px solid #ababab}
.stiDesignerMarginsControlOver{border:1px solid #a3bde3}
.stiDesignerMarginsControlDisabled{border:1px solid #e1e1e1}
.stiDesignerTextBox_Mouse{font-size:12px;border:1px solid #ababab;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444}
.stiDesignerTextBoxOver_Mouse{font-size:12px;border:1px solid #a3bde3;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444}
.stiDesignerTextBoxDisabled_Mouse{font-size:12px;border:1px solid #e1e1e1;margin:0;padding:0 0 0 4px;font-family:Arial;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#f7f7f7;color:#d6d3d6}
.stiDesignerTextBox_Touch{font-size:12px;border:1px solid #ababab;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff;color:#444}
.stiDesignerTextBoxOver_Touch{font-size:12px;border:1px solid #a3bde3;margin:0;padding:0 0 0 4px;font-family:Arial;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#fff}
.stiDesignerTextBoxDisabled_Touch{font-size:12px;border:1px solid #e1e1e1;margin:0;padding:0 0 0 4px;font-family:Arial;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-webkit-border-radius:0;outline:0;background-image:-webkit-linear-gradient(hsla(0,0%,100%,0),hsla(0,0%,100%,0));background:#f7f7f7;color:#d6d3d6}
.stiDesignerToolButtonCell{border:0;padding:0;margin:0;vertical-align:bottom}
.stiDesignerToolButtonSelectedCell{border:0;padding:0;margin:0;vertical-align:bottom}
.stiDesignerToolButton_Mouse{height:24px;white-space:nowrap;background:#19478a;border:0;color:#fff;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonOver_Mouse{height:24px;white-space:nowrap;background:#3b629b;color:#fff;border:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonSelected_Mouse{height:24px;white-space:nowrap;background:#fff;color:#19478a;border:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFileButton_Mouse{height:24px;white-space:nowrap;background:#19478a;color:#fff;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFileButtonOver_Mouse{height:24px;white-space:nowrap;color:#fff;background:#3b629b;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButton_Touch{height:26px;white-space:nowrap;background:#19478a;border-bottom:0;color:#fff;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonOver_Touch{height:26px;white-space:nowrap;background:#3b629b;color:#fff;border-bottom:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonSelected_Touch{height:26px;white-space:nowrap;background:#fff;color:#19478a;border-bottom:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFileButton_Touch{height:26px;white-space:nowrap;background:#19478a;color:#fff;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerFileButtonOver_Touch{height:26px;white-space:nowrap;color:#fff;background:#3b629b;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonDinamic_Mouse{height:24px;white-space:nowrap;background:#11315f;color:#fff;border:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonOverDinamic_Mouse{height:24px;white-space:nowrap;background:#3b629b;color:#fff;border:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonSelectedDinamic_Mouse{height:24px;white-space:nowrap;background:#fff;color:#19478a;border:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonDinamic_Touch{height:26px;white-space:nowrap;background:#11315f;border:0;color:#fff;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonOverDinamic_Touch{height:26px;white-space:nowrap;background:#3b629b;color:#fff;border:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolButtonSelectedDinamic_Touch{height:26px;white-space:nowrap;background:#fff;color:#19478a;border:0;cursor:default;font-family:Arial;font-size:12px;padding:0 12px 0 12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerToolTip{position:absolute;border:1px solid #c6c6c6;padding:0;background:#fff;cursor:default;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;z-index:44;max-width:300px;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiDesignerToolTipTextCell{font-size:12px;font-family:Arial;color:#444;padding:10px;border:0;border-bottom:1px solid #c6c6c6;white-space:normal}
.stiDesignerConnectionsTree{width:400px;height:400px;overflow:auto}
.stiDesignerTreeItemIconOpening_Mouse{margin:0 3px 0 0}
.stiDesignerTreeItemButton_Mouse{border:1px solid transparent;padding:0;color:#444;cursor:default;font-family:Arial;font-size:11px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTreeItemButtonSelected_Mouse{border:1px solid #97b2db;padding:0;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:11px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTreeItemButtonImage_Mouse{border:0;padding:0;margin:1px 2px 1px 2px}
.stiDesignerTreeItemButtonCaption_Mouse{margin:0;border:0;padding:0 2px 0 0}
.stiDesignerTreeItemIconOpening_Touch{margin:3px}
.stiDesignerTreeItemButton_Touch{border:1px solid #fff;padding:0;color:#444;cursor:default;font-family:Arial;font-size:11px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTreeItemButtonSelected_Touch{border:1px solid #97b2db;padding:0;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:11px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerTreeItemButtonSelectedNotActive{border:1px solid #f0f0f0;background:#f0f0f0}
.stiDesignerTreeItemButtonImage_Touch{border:0;padding:0;margin:4px 2px 4px 4px}
.stiDesignerTreeItemButtonCaption_Touch{margin:0;border:0;padding:3px 5px 3px 2px}
.stiDesignerTreeItemForDragDrop_Mouse{border:1px solid #97b2db;padding:0;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;opacity:.6;border-radius:3px;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiDesignerTreeItemForDragDrop_Touch{border:1px solid #97b2db;padding:0;background:#d5e1f2;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;opacity:.6;border-radius:5px;box-shadow:0 0 7px rgba(0,0,0,.3)}
.stiDesignerVerticalButton_Mouse{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #19478a;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerVerticalButtonOver_Mouse{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #3b629b;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerVerticalButtonSelected_Mouse{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #11315f;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerVerticalButtonDisabled_Mouse{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #3773cf;color:#d6d3d6;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerVerticalButton_Touch{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #19478a;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerVerticalButtonOver_Touch{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #3b629b;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerVerticalButtonSelected_Touch{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #11315f;color:#444;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.stiDesignerVerticalButtonDisabled_Touch{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);width:80px;text-overflow:ellipsis;text-align:center;margin:35px 0 0 -30px;padding:1px 2px 2px 2px;border-bottom:7px solid #3773cf;color:#d6d3d6;cursor:default;font-family:Arial;font-size:12px;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none}
.wizardFormMainTable{border:0;padding:0}
.wizardFormInfoCell{background:#fff;border:0;border-bottom:1px dotted #c6c6c6;padding:0;height:55px;color:#444;cursor:default;font-family:Arial;font-size:12px;padding-left:20px;line-height:1.7}
.wizardFormStepsPanel{background:#fff;border:0;border-right:1px dotted #c6c6c6;padding:0;vertical-align:top}
.wizardFormWorkPanel{overflow-y:auto;height:380px;width:550px}
.wizardFormColumnsOrderItemsContent{overflow:auto;height:380px;width:520px;border-right:1px dotted #c6c6c6}
.wizardFormColumnsOrderButtonsContent{height:380px;width:29px;text-align:center}
.wizardFormColumnsItemsContent{overflow:auto;height:340px;border-bottom:1px dotted #c6c6c6}
.wizardFormColumnsItemsContentWithoutButtons{overflow:auto;height:380px}
.wizardFormDataSourcesContent{border-top:1px dotted #c6c6c6;overflow:auto;height:303px;border-bottom:1px dotted #c6c6c6;background:#f9f9f9}
.wizardFormDataSourcesContentWithoutButtons{border-top:1px dotted #c6c6c6;overflow:auto;height:343px;background:#f9f9f9}
.wizardFormColumnsButtonsContent{height:39px}
.wizardFormColumnsButtonsTable{border:0;padding:0;width:100%;height:100%}
.wizardFormTotalsTable{border:1px solid #c6c6c6;border-collapse:collapse;margin:5px}
.wizardRelationsFormItemsContainer{overflow:auto;width:500px;height:350px;border:1px dotted #c6c6c6}
.wizardFormTotalsHeaderColumn{color:#949494;cursor:default;font-family:Arial;font-size:12px;background:#eee;width:380px;text-align:center;padding:3px 0 3px 0;border:0;border-right:1px dotted #c6c6c6;white-space:nowrap}
.wizardFormTotalsHeaderFunction{color:#949494;cursor:default;font-family:Arial;font-size:12px;background:#eee;text-align:center;border:0;padding:3px 0 3px 0;white-space:nowrap}
.wizardFormTotalsCellColumn{color:#444;cursor:default;font-family:Arial;font-size:12px;border:0;margin:0;border-bottom:1px solid #c6c6c6;padding:0;white-space:nowrap}
.wizardFormTotalsDivColumn{width:380px;overflow:hidden;padding:6px;white-space:nowrap}
.wizardFormTotalsCellFunction{color:#444;cursor:default;font-family:Arial;font-size:12px;border:0;margin:0;border-left:1px solid #c6c6c6;padding:0 6px 0 6px;border-bottom:1px solid #c6c6c6}
.wizardFormThemesTableSeparator{border-bottom:1px dotted #c6c6c6;height:1px}
.wizardFormStepItem{color:#444;cursor:default;font-family:Arial;font-size:12px;padding:7px 40px 7px 10px;text-align:left;white-space:nowrap}
.wizardFormStepItemSelected{background:#19478a;color:#fff;cursor:default;font-family:Arial;font-size:12px;padding:7px 40px 7px 10px;text-align:left;white-space:nowrap}
.wizardFormSeparator{border-bottom:1px dotted #c6c6c6;margin:2px 3px 2px 3px;padding:6px;color:#19478a;cursor:default;font-family:Arial;font-size:13px;white-space:nowrap}
.wizardFormHintText{white-space:normal;line-height:1.5;border:0;font-family:Arial;font-size:12px;color:#696969;opacity:.6;position:absolute}
.stiDesignerZoomScale_Mouse{position:relative;width:100px;cursor:default;height:20px}
.stiDesignerZoomScaleLine_Mouse{position:absolute;top:10px;cursor:default;height:1px;width:100%;background:#fff;z-index:1}
.stiDesignerZoomScaleButton_Mouse{position:absolute;top:3px;cursor:default;height:15px;width:5px;background:#fff;z-index:100}
.stiDesignerZoomScaleButtonOver_Mouse{position:absolute;top:3px;cursor:default;height:15px;width:5px;background:#c2d5f2;z-index:100}
.stiDesignerZoomScaleButtonDisabled_Mouse{position:absolute;top:3px;cursor:default;height:15px;width:5px;background:#3773cf;z-index:1}
.stiDesignerZoomScale_Touch{position:relative;width:150px;cursor:default;height:30px}
.stiDesignerZoomScaleLine_Touch{position:absolute;top:15px;cursor:default;height:1px;width:100%;background:#fff;z-index:1}
.stiDesignerZoomScaleButton_Touch{position:absolute;top:0;cursor:default;height:30px;width:30px;z-index:100}
.stiDesignerZoomScaleButtonOver_Touch{position:absolute;top:0;cursor:default;height:30px;width:30px;z-index:100}
.stiDesignerZoomScaleButtonDisabled_Touch{position:absolute;top:0;cursor:default;height:30px;width:30px;z-index:1}
.stiDesignerZoomScaleMiddle{position:absolute;height:7px;background:#fff;width:1px;z-index:1}
.stiDataColumnContainer{font-family:Arial;font-size:12px;color:#d6d3d6;border:1px dashed #c6c6c6;text-align:center;white-space:nowrap;padding:1px;position:relative}
.stiDataColumnContainerOver{border:1px dashed #a3bde3}
.stiMapManualContainer{border:1px dashed #ababab}
.stiMapScrollContainer{overflow:auto}
.stiMapDataGridHeader td{background:#eee;color:#444;font-family:Arial;font-size:12px;white-space:nowrap;padding:4px 0 4px 0;text-align:center;border-bottom:1px solid #c6c6c6;border-right:1px solid #c6c6c6}
/* You can add global styles to this file, and also import other style files */
/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root{--blue:#007bff;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#007bff;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}
*,::after,::before{box-sizing:border-box}
html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}
body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}
[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}
hr{box-sizing:content-box;height:0;overflow:visible}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}
p{margin-top:0;margin-bottom:1rem}
abbr[data-original-title],abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}
address{margin-bottom:1rem;font-style:normal;line-height:inherit}
dl,ol,ul{margin-top:0;margin-bottom:1rem}
ol ol,ol ul,ul ol,ul ul{margin-bottom:0}
dt{font-weight:700}
dd{margin-bottom:.5rem;margin-left:0}
blockquote{margin:0 0 1rem}
b,strong{font-weight:bolder}
small{font-size:80%}
sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
a{color:#007bff;text-decoration:none;background-color:transparent}
a:hover{color:#0056b3;text-decoration:underline}
a:not([href]){color:inherit;text-decoration:none}
a:not([href]):hover{color:inherit;text-decoration:none}
code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;font-size:1em}
pre{margin-top:0;margin-bottom:1rem;overflow:auto}
figure{margin:0 0 1rem}
img{vertical-align:middle;border-style:none}
svg{overflow:hidden;vertical-align:middle}
table{border-collapse:collapse}
caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}
th{text-align:inherit}
label{display:inline-block;margin-bottom:.5rem}
button{border-radius:0}
button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}
button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button,input{overflow:visible}
button,select{text-transform:none}
select{word-wrap:normal}
[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{padding:0;border-style:none}
input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}
input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox}
textarea{overflow:auto;resize:vertical}
fieldset{min-width:0;padding:0;margin:0;border:0}
legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}
progress{vertical-align:baseline}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{outline-offset:-2px;-webkit-appearance:none}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
output{display:inline-block}
summary{display:list-item;cursor:pointer}
template{display:none}
[hidden]{display:none!important}
.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;font-weight:500;line-height:1.2}
.h1,h1{font-size:2.5rem}
.h2,h2{font-size:2rem}
.h3,h3{font-size:1.75rem}
.h4,h4{font-size:1.5rem}
.h5,h5{font-size:1.25rem}
.h6,h6{font-size:1rem}
.lead{font-size:1.25rem;font-weight:300}
.display-1{font-size:6rem;font-weight:300;line-height:1.2}
.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}
.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}
.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}
hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}
.small,small{font-size:80%;font-weight:400}
.mark,mark{padding:.2em;background-color:#fcf8e3}
.list-unstyled{padding-left:0;list-style:none}
.list-inline{padding-left:0;list-style:none}
.list-inline-item{display:inline-block}
.list-inline-item:not(:last-child){margin-right:.5rem}
.initialism{font-size:90%;text-transform:uppercase}
.blockquote{margin-bottom:1rem;font-size:1.25rem}
.blockquote-footer{display:block;font-size:80%;color:#6c757d}
.blockquote-footer::before{content:"\2014\00A0"}
.img-fluid{max-width:100%;height:auto}
.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}
.figure{display:inline-block}
.figure-img{margin-bottom:.5rem;line-height:1}
.figure-caption{font-size:90%;color:#6c757d}
code{font-size:87.5%;color:#e83e8c;word-wrap:break-word}
a>code{color:inherit}
kbd{padding:.2rem .4rem;font-size:87.5%;color:#fff;background-color:#212529;border-radius:.2rem}
kbd kbd{padding:0;font-size:100%;font-weight:700}
pre{display:block;font-size:87.5%;color:#212529}
pre code{font-size:inherit;color:inherit;word-break:normal}
.pre-scrollable{max-height:340px;overflow-y:scroll}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container,.container-sm{max-width:540px}}
@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}
@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}
@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
.row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}
.col{flex-basis:0;flex-grow:1;max-width:100%}
.row-cols-1>*{flex:0 0 100%;max-width:100%}
.row-cols-2>*{flex:0 0 50%;max-width:50%}
.row-cols-3>*{flex:0 0 33.333333%;max-width:33.333333%}
.row-cols-4>*{flex:0 0 25%;max-width:25%}
.row-cols-5>*{flex:0 0 20%;max-width:20%}
.row-cols-6>*{flex:0 0 16.666667%;max-width:16.666667%}
.col-auto{flex:0 0 auto;width:auto;max-width:100%}
.col-1{flex:0 0 8.333333%;max-width:8.333333%}
.col-2{flex:0 0 16.666667%;max-width:16.666667%}
.col-3{flex:0 0 25%;max-width:25%}
.col-4{flex:0 0 33.333333%;max-width:33.333333%}
.col-5{flex:0 0 41.666667%;max-width:41.666667%}
.col-6{flex:0 0 50%;max-width:50%}
.col-7{flex:0 0 58.333333%;max-width:58.333333%}
.col-8{flex:0 0 66.666667%;max-width:66.666667%}
.col-9{flex:0 0 75%;max-width:75%}
.col-10{flex:0 0 83.333333%;max-width:83.333333%}
.col-11{flex:0 0 91.666667%;max-width:91.666667%}
.col-12{flex:0 0 100%;max-width:100%}
.order-first{order:-1}
.order-last{order:13}
.order-0{order:0}
.order-1{order:1}
.order-2{order:2}
.order-3{order:3}
.order-4{order:4}
.order-5{order:5}
.order-6{order:6}
.order-7{order:7}
.order-8{order:8}
.order-9{order:9}
.order-10{order:10}
.order-11{order:11}
.order-12{order:12}
.offset-1{margin-left:8.333333%}
.offset-2{margin-left:16.666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.333333%}
.offset-5{margin-left:41.666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.333333%}
.offset-8{margin-left:66.666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.333333%}
.offset-11{margin-left:91.666667%}
@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}
@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}
@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}
@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}
.table{width:100%;margin-bottom:1rem;color:#212529}
.table td,.table th{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}
.table thead th{vertical-align:bottom;border-bottom:2px solid #dee2e6}
.table tbody+tbody{border-top:2px solid #dee2e6}
.table-sm td,.table-sm th{padding:.3rem}
.table-bordered{border:1px solid #dee2e6}
.table-bordered td,.table-bordered th{border:1px solid #dee2e6}
.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}
.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}
.table-hover tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}
.table-primary,.table-primary>td,.table-primary>th{background-color:#b8daff}
.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#7abaff}
.table-hover .table-primary:hover{background-color:#9fcdff}
.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#9fcdff}
.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}
.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}
.table-hover .table-secondary:hover{background-color:#c8cbcf}
.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}
.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}
.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}
.table-hover .table-success:hover{background-color:#b1dfbb}
.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}
.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}
.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}
.table-hover .table-info:hover{background-color:#abdde5}
.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}
.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}
.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}
.table-hover .table-warning:hover{background-color:#ffe8a1}
.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}
.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}
.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}
.table-hover .table-danger:hover{background-color:#f1b0b7}
.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}
.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}
.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}
.table-hover .table-light:hover{background-color:#ececf6}
.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}
.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}
.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}
.table-hover .table-dark:hover{background-color:#b9bbbe}
.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}
.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}
.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}
.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}
.table .thead-dark th{color:#fff;background-color:#343a40;border-color:#454d55}
.table .thead-light th{color:#495057;background-color:#e9ecef;border-color:#dee2e6}
.table-dark{color:#fff;background-color:#343a40}
.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}
.table-dark.table-bordered{border:0}
.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:rgba(255,255,255,.05)}
.table-dark.table-hover tbody tr:hover{color:#fff;background-color:rgba(255,255,255,.075)}
@media (max-width:575.98px){.table-responsive-sm{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-sm>.table-bordered{border:0}}
@media (max-width:767.98px){.table-responsive-md{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-md>.table-bordered{border:0}}
@media (max-width:991.98px){.table-responsive-lg{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-lg>.table-bordered{border:0}}
@media (max-width:1199.98px){.table-responsive-xl{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-responsive-xl>.table-bordered{border:0}}
.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.table-responsive>.table-bordered{border:0}
.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control{transition:none}}
.form-control::-ms-expand{background-color:transparent;border:0}
.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}
.form-control:focus{color:#495057;background-color:#fff;border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.form-control::-webkit-input-placeholder{color:#6c757d;opacity:1}
.form-control::-moz-placeholder{color:#6c757d;opacity:1}
.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}
.form-control::-ms-input-placeholder{color:#6c757d;opacity:1}
.form-control::placeholder{color:#6c757d;opacity:1}
.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}
select.form-control:focus::-ms-value{color:#495057;background-color:#fff}
.form-control-file,.form-control-range{display:block;width:100%}
.col-form-label{padding-top:calc(.375rem + 1px);padding-bottom:calc(.375rem + 1px);margin-bottom:0;font-size:inherit;line-height:1.5}
.col-form-label-lg{padding-top:calc(.5rem + 1px);padding-bottom:calc(.5rem + 1px);font-size:1.25rem;line-height:1.5}
.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem;line-height:1.5}
.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;font-size:1rem;line-height:1.5;color:#212529;background-color:transparent;border:solid transparent;border-width:1px 0}
.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}
.form-control-sm{height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.form-control-lg{height:calc(1.5em + 1rem + 2px);padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}
select.form-control[multiple],select.form-control[size]{height:auto}
textarea.form-control{height:auto}
.form-group{margin-bottom:1rem}
.form-text{display:block;margin-top:.25rem}
.form-row{display:flex;flex-wrap:wrap;margin-right:-5px;margin-left:-5px}
.form-row>.col,.form-row>[class*=col-]{padding-right:5px;padding-left:5px}
.form-check{position:relative;display:block;padding-left:1.25rem}
.form-check-input{position:absolute;margin-top:.3rem;margin-left:-1.25rem}
.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}
.form-check-label{margin-bottom:0}
.form-check-inline{display:inline-flex;align-items:center;padding-left:0;margin-right:.75rem}
.form-check-inline .form-check-input{position:static;margin-top:0;margin-right:.3125rem;margin-left:0}
.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#28a745}
.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(40,167,69,.9);border-radius:.25rem}
.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}
.form-control.is-valid,.was-validated .form-control:valid{border-color:#28a745;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}
.custom-select.is-valid,.was-validated .custom-select:valid{border-color:#28a745;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}
.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}
.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}
.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}
.custom-control-input.is-valid~.custom-control-label::before,.was-validated .custom-control-input:valid~.custom-control-label::before{border-color:#28a745}
.custom-control-input.is-valid:checked~.custom-control-label::before,.was-validated .custom-control-input:valid:checked~.custom-control-label::before{border-color:#34ce57;background-color:#34ce57}
.custom-control-input.is-valid:focus~.custom-control-label::before,.was-validated .custom-control-input:valid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before{border-color:#28a745}
.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}
.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}
.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:80%;color:#dc3545}
.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:.875rem;line-height:1.5;color:#fff;background-color:rgba(220,53,69,.9);border-radius:.25rem}
.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}
.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#dc3545;padding-right:calc(1.5em + .75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(.375em + .1875rem) center;background-size:calc(.75em + .375rem) calc(.75em + .375rem)}
.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + .75rem);background-position:top calc(.375em + .1875rem) right calc(.375em + .1875rem)}
.custom-select.is-invalid,.was-validated .custom-select:invalid{border-color:#dc3545;padding-right:calc(.75em + 2.3125rem);background:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px,url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)}
.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}
.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}
.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}
.custom-control-input.is-invalid~.custom-control-label::before,.was-validated .custom-control-input:invalid~.custom-control-label::before{border-color:#dc3545}
.custom-control-input.is-invalid:checked~.custom-control-label::before,.was-validated .custom-control-input:invalid:checked~.custom-control-label::before{border-color:#e4606d;background-color:#e4606d}
.custom-control-input.is-invalid:focus~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before{border-color:#dc3545}
.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}
.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}
.form-inline{display:flex;flex-flow:row wrap;align-items:center}
.form-inline .form-check{width:100%}
@media (min-width:576px){.form-inline label{display:flex;align-items:center;justify-content:center;margin-bottom:0}.form-inline .form-group{display:flex;flex:0 0 auto;flex-flow:row wrap;align-items:center;margin-bottom:0}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{display:flex;align-items:center;justify-content:center;width:auto;padding-left:0}.form-inline .form-check-input{position:relative;flex-shrink:0;margin-top:0;margin-right:.25rem;margin-left:0}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}
.btn{display:inline-block;font-weight:400;color:#212529;text-align:center;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.btn{transition:none}}
.btn:hover{color:#212529;text-decoration:none}
.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.btn.disabled,.btn:disabled{opacity:.65}
a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}
.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}
.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}
.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#0062cc;border-color:#005cbf}
.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(38,143,255,.5)}
.btn-secondary{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}
.btn-secondary.focus,.btn-secondary:focus{color:#fff;background-color:#5a6268;border-color:#545b62;box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn-secondary.disabled,.btn-secondary:disabled{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{color:#fff;background-color:#545b62;border-color:#4e555b}
.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(130,138,145,.5)}
.btn-success{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-success:hover{color:#fff;background-color:#218838;border-color:#1e7e34}
.btn-success.focus,.btn-success:focus{color:#fff;background-color:#218838;border-color:#1e7e34;box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}
.btn-success.disabled,.btn-success:disabled{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{color:#fff;background-color:#1e7e34;border-color:#1c7430}
.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}
.btn-info{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-info:hover{color:#fff;background-color:#138496;border-color:#117a8b}
.btn-info.focus,.btn-info:focus{color:#fff;background-color:#138496;border-color:#117a8b;box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}
.btn-info.disabled,.btn-info:disabled{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{color:#fff;background-color:#117a8b;border-color:#10707f}
.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}
.btn-warning{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-warning:hover{color:#212529;background-color:#e0a800;border-color:#d39e00}
.btn-warning.focus,.btn-warning:focus{color:#212529;background-color:#e0a800;border-color:#d39e00;box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}
.btn-warning.disabled,.btn-warning:disabled{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{color:#212529;background-color:#d39e00;border-color:#c69500}
.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}
.btn-danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:hover{color:#fff;background-color:#c82333;border-color:#bd2130}
.btn-danger.focus,.btn-danger:focus{color:#fff;background-color:#c82333;border-color:#bd2130;box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}
.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#bd2130;border-color:#b21f2d}
.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}
.btn-light{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-light:hover{color:#212529;background-color:#e2e6ea;border-color:#dae0e5}
.btn-light.focus,.btn-light:focus{color:#212529;background-color:#e2e6ea;border-color:#dae0e5;box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}
.btn-light.disabled,.btn-light:disabled{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{color:#212529;background-color:#dae0e5;border-color:#d3d9df}
.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(216,217,219,.5)}
.btn-dark{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-dark:hover{color:#fff;background-color:#23272b;border-color:#1d2124}
.btn-dark.focus,.btn-dark:focus{color:#fff;background-color:#23272b;border-color:#1d2124;box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#1d2124;border-color:#171a1d}
.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}
.btn-outline-primary{color:#007bff;border-color:#007bff}
.btn-outline-primary:hover{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#007bff;background-color:transparent}
.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{color:#fff;background-color:#007bff;border-color:#007bff}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.btn-outline-secondary{color:#6c757d;border-color:#6c757d}
.btn-outline-secondary:hover{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#6c757d;background-color:transparent}
.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{color:#fff;background-color:#6c757d;border-color:#6c757d}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.btn-outline-success{color:#28a745;border-color:#28a745}
.btn-outline-success:hover{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-outline-success.disabled,.btn-outline-success:disabled{color:#28a745;background-color:transparent}
.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{color:#fff;background-color:#28a745;border-color:#28a745}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.btn-outline-info{color:#17a2b8;border-color:#17a2b8}
.btn-outline-info:hover{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-outline-info.disabled,.btn-outline-info:disabled{color:#17a2b8;background-color:transparent}
.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{color:#fff;background-color:#17a2b8;border-color:#17a2b8}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.btn-outline-warning{color:#ffc107;border-color:#ffc107}
.btn-outline-warning:hover{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffc107;background-color:transparent}
.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{color:#212529;background-color:#ffc107;border-color:#ffc107}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.btn-outline-danger{color:#dc3545;border-color:#dc3545}
.btn-outline-danger:hover{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#dc3545;background-color:transparent}
.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{color:#fff;background-color:#dc3545;border-color:#dc3545}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.btn-outline-light{color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light:hover{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f8f9fa;background-color:transparent}
.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{color:#212529;background-color:#f8f9fa;border-color:#f8f9fa}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.btn-outline-dark{color:#343a40;border-color:#343a40}
.btn-outline-dark:hover{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#343a40;background-color:transparent}
.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{color:#fff;background-color:#343a40;border-color:#343a40}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.btn-link{font-weight:400;color:#007bff;text-decoration:none}
.btn-link:hover{color:#0056b3;text-decoration:underline}
.btn-link.focus,.btn-link:focus{text-decoration:underline;box-shadow:none}
.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}
.btn-group-lg>.btn,.btn-lg{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}
.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.btn-block{display:block;width:100%}
.btn-block+.btn-block{margin-top:.5rem}
input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}
.fade{transition:opacity .15s linear}
@media (prefers-reduced-motion:reduce){.fade{transition:none}}
.fade:not(.show){opacity:0}
.collapse:not(.show){display:none}
.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}
@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}
.dropdown,.dropleft,.dropright,.dropup{position:relative}
.dropdown-toggle{white-space:nowrap}
.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}
.dropdown-toggle:empty::after{margin-left:0}
.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:10rem;padding:.5rem 0;margin:.125rem 0 0;font-size:1rem;color:#212529;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.15);border-radius:.25rem}
.dropdown-menu-left{right:auto;left:0}
.dropdown-menu-right{right:0;left:auto}
@media (min-width:576px){.dropdown-menu-sm-left{right:auto;left:0}.dropdown-menu-sm-right{right:0;left:auto}}
@media (min-width:768px){.dropdown-menu-md-left{right:auto;left:0}.dropdown-menu-md-right{right:0;left:auto}}
@media (min-width:992px){.dropdown-menu-lg-left{right:auto;left:0}.dropdown-menu-lg-right{right:0;left:auto}}
@media (min-width:1200px){.dropdown-menu-xl-left{right:auto;left:0}.dropdown-menu-xl-right{right:0;left:auto}}
.dropup .dropdown-menu{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}
.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}
.dropup .dropdown-toggle:empty::after{margin-left:0}
.dropright .dropdown-menu{top:0;right:auto;left:100%;margin-top:0;margin-left:.125rem}
.dropright .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}
.dropright .dropdown-toggle:empty::after{margin-left:0}
.dropright .dropdown-toggle::after{vertical-align:0}
.dropleft .dropdown-menu{top:0;right:100%;left:auto;margin-top:0;margin-right:.125rem}
.dropleft .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}
.dropleft .dropdown-toggle::after{display:none}
.dropleft .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}
.dropleft .dropdown-toggle:empty::after{margin-left:0}
.dropleft .dropdown-toggle::before{vertical-align:0}
.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{right:auto;bottom:auto}
.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}
.dropdown-item{display:block;width:100%;padding:.25rem 1.5rem;clear:both;font-weight:400;color:#212529;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}
.dropdown-item:focus,.dropdown-item:hover{color:#16181b;text-decoration:none;background-color:#f8f9fa}
.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#007bff}
.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;pointer-events:none;background-color:transparent}
.dropdown-menu.show{display:block}
.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}
.dropdown-item-text{display:block;padding:.25rem 1.5rem;color:#212529}
.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}
.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}
.btn-group-vertical>.btn:hover,.btn-group>.btn:hover{z-index:1}
.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus{z-index:1}
.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}
.btn-toolbar .input-group{width:auto}
.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}
.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}
.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}
.dropdown-toggle-split::after,.dropright .dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after{margin-left:0}
.dropleft .dropdown-toggle-split::before{margin-right:0}
.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}
.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}
.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}
.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}
.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}
.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}
.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}
.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}
.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{position:absolute;clip:rect(0,0,0,0);pointer-events:none}
.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}
.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{position:relative;flex:1 1 0%;min-width:0;margin-bottom:0}
.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}
.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}
.input-group>.custom-file .custom-file-input:focus{z-index:4}
.input-group>.custom-select:not(:last-child),.input-group>.form-control:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}
.input-group>.custom-file{display:flex;align-items:center}
.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label::after{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.custom-file:not(:first-child) .custom-file-label{border-top-left-radius:0;border-bottom-left-radius:0}
.input-group-append,.input-group-prepend{display:flex}
.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}
.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}
.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}
.input-group-prepend{margin-right:-1px}
.input-group-append{margin-left:-1px}
.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;margin-bottom:0;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;text-align:center;white-space:nowrap;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem}
.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}
.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}
.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{padding:.5rem 1rem;font-size:1.25rem;line-height:1.5;border-radius:.3rem}
.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}
.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem}
.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-append:not(:last-child)>.btn,.input-group>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-top-right-radius:0;border-bottom-right-radius:0}
.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-top-left-radius:0;border-bottom-left-radius:0}
.custom-control{position:relative;display:block;min-height:1.5rem;padding-left:1.5rem}
.custom-control-inline{display:inline-flex;margin-right:1rem}
.custom-control-input{position:absolute;left:0;z-index:-1;width:1rem;height:1.25rem;opacity:0}
.custom-control-input:checked~.custom-control-label::before{color:#fff;border-color:#007bff;background-color:#007bff}
.custom-control-input:focus~.custom-control-label::before{box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.custom-control-input:focus:not(:checked)~.custom-control-label::before{border-color:#80bdff}
.custom-control-input:not(:disabled):active~.custom-control-label::before{color:#fff;background-color:#b3d7ff;border-color:#b3d7ff}
.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}
.custom-control-input:disabled~.custom-control-label::before,.custom-control-input[disabled]~.custom-control-label::before{background-color:#e9ecef}
.custom-control-label{position:relative;margin-bottom:0;vertical-align:top}
.custom-control-label::before{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;pointer-events:none;content:"";background-color:#fff;border:#adb5bd solid 1px}
.custom-control-label::after{position:absolute;top:.25rem;left:-1.5rem;display:block;width:1rem;height:1rem;content:"";background:no-repeat 50%/50% 50%}
.custom-checkbox .custom-control-label::before{border-radius:.25rem}
.custom-checkbox .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before{border-color:#007bff;background-color:#007bff}
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")}
.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-radio .custom-control-label::before{border-radius:50%}
.custom-radio .custom-control-input:checked~.custom-control-label::after{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}
.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-switch{padding-left:2.25rem}
.custom-switch .custom-control-label::before{left:-2.25rem;width:1.75rem;pointer-events:all;border-radius:.5rem}
.custom-switch .custom-control-label::after{top:calc(.25rem + 2px);left:calc(-2.25rem + 2px);width:calc(1rem - 4px);height:calc(1rem - 4px);background-color:#adb5bd;border-radius:.5rem;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label::after{transition:none}}
.custom-switch .custom-control-input:checked~.custom-control-label::after{background-color:#fff;transform:translateX(.75rem)}
.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before{background-color:rgba(0,123,255,.5)}
.custom-select{display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem 1.75rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;vertical-align:middle;background:#fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;border:1px solid #ced4da;border-radius:.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-select:focus{border-color:#80bdff;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.custom-select:focus::-ms-value{color:#495057;background-color:#fff}
.custom-select[multiple],.custom-select[size]:not([size="1"]){height:auto;padding-right:.75rem;background-image:none}
.custom-select:disabled{color:#6c757d;background-color:#e9ecef}
.custom-select::-ms-expand{display:none}
.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}
.custom-select-sm{height:calc(1.5em + .5rem + 2px);padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}
.custom-select-lg{height:calc(1.5em + 1rem + 2px);padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem}
.custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}
.custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}
.custom-file-input:focus~.custom-file-label{border-color:#80bdff;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}
.custom-file-input:lang(en)~.custom-file-label::after{content:"Browse"}
.custom-file-input~.custom-file-label[data-browse]::after{content:attr(data-browse)}
.custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}
.custom-file-label::after{position:absolute;top:0;right:0;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}
.custom-range{width:100%;height:1.4rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.custom-range:focus{outline:0}
.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}
.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}
.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25)}
.custom-range::-moz-focus-outer{border:0}
.custom-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{transition:none}}
.custom-range::-webkit-slider-thumb:active{background-color:#b3d7ff}
.custom-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.custom-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}
@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{transition:none}}
.custom-range::-moz-range-thumb:active{background-color:#b3d7ff}
.custom-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}
.custom-range::-ms-thumb{width:1rem;height:1rem;margin-top:0;margin-right:.2rem;margin-left:.2rem;background-color:#007bff;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}
@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{transition:none}}
.custom-range::-ms-thumb:active{background-color:#b3d7ff}
.custom-range::-ms-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:transparent;border-color:transparent;border-width:.5rem}
.custom-range::-ms-fill-lower{background-color:#dee2e6;border-radius:1rem}
.custom-range::-ms-fill-upper{margin-right:15px;background-color:#dee2e6;border-radius:1rem}
.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}
.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}
.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}
.custom-range:disabled::-moz-range-track{cursor:default}
.custom-range:disabled::-ms-thumb{background-color:#adb5bd}
.custom-control-label::before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.custom-control-label::before,.custom-file-label,.custom-select{transition:none}}
.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}
.nav-link{display:block;padding:.5rem 1rem}
.nav-link:focus,.nav-link:hover{text-decoration:none}
.nav-link.disabled{color:#6c757d;pointer-events:none;cursor:default}
.nav-tabs{border-bottom:1px solid #dee2e6}
.nav-tabs .nav-item{margin-bottom:-1px}
.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}
.nav-tabs .nav-link.disabled{color:#6c757d;background-color:transparent;border-color:transparent}
.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}
.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}
.nav-pills .nav-link{border-radius:.25rem}
.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#007bff}
.nav-fill .nav-item{flex:1 1 auto;text-align:center}
.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}
.tab-content>.tab-pane{display:none}
.tab-content>.active{display:block}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:.5rem 1rem}
.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;line-height:inherit;white-space:nowrap}
.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}
.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}
.navbar-nav .nav-link{padding-right:0;padding-left:0}
.navbar-nav .dropdown-menu{position:static;float:none}
.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}
.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem}
.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}
.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;content:"";background:no-repeat center center;background-size:100% 100%}
@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}
@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}
@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}
@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-right:0;padding-left:0}}
@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}
.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-right:0;padding-left:0}
.navbar-expand .navbar-nav{flex-direction:row}
.navbar-expand .navbar-nav .dropdown-menu{position:absolute}
.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}
.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}
.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}
.navbar-expand .navbar-toggler{display:none}
.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}
.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}
.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}
.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}
.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}
.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}
.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}
.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.navbar-light .navbar-text{color:rgba(0,0,0,.5)}
.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}
.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}
.navbar-dark .navbar-brand{color:#fff}
.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}
.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}
.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}
.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}
.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}
.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}
.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}
.navbar-dark .navbar-text a{color:#fff}
.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}
.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-radius:.25rem}
.card>hr{margin-right:0;margin-left:0}
.card>.list-group:first-child .list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.card>.list-group:last-child .list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}
.card-title{margin-bottom:.75rem}
.card-subtitle{margin-top:-.375rem;margin-bottom:0}
.card-text:last-child{margin-bottom:0}
.card-link:hover{text-decoration:none}
.card-link+.card-link{margin-left:1.25rem}
.card-header{padding:.75rem 1.25rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125)}
.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}
.card-header+.list-group .list-group-item:first-child{border-top:0}
.card-footer{padding:.75rem 1.25rem;background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125)}
.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}
.card-header-tabs{margin-right:-.625rem;margin-bottom:-.75rem;margin-left:-.625rem;border-bottom:0}
.card-header-pills{margin-right:-.625rem;margin-left:-.625rem}
.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1.25rem}
.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}
.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}
.card-img,.card-img-bottom{border-bottom-right-radius:calc(.25rem - 1px);border-bottom-left-radius:calc(.25rem - 1px)}
.card-deck .card{margin-bottom:15px}
@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-right:-15px;margin-left:-15px}.card-deck .card{flex:1 0 0%;margin-right:15px;margin-bottom:0;margin-left:15px}}
.card-group>.card{margin-bottom:15px}
@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}
.card-columns .card{margin-bottom:.75rem}
@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}
.accordion>.card{overflow:hidden}
.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}
.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}
.breadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 1rem;margin-bottom:1rem;list-style:none;background-color:#e9ecef;border-radius:.25rem}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}
.breadcrumb-item+.breadcrumb-item::before{display:inline-block;padding-right:.5rem;color:#6c757d;content:"/"}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:underline}
.breadcrumb-item+.breadcrumb-item:hover::before{text-decoration:none}
.breadcrumb-item.active{color:#6c757d}
.pagination{display:flex;padding-left:0;list-style:none;border-radius:.25rem}
.page-link{position:relative;display:block;padding:.5rem .75rem;margin-left:-1px;line-height:1.25;color:#007bff;background-color:#fff;border:1px solid #dee2e6}
.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.page-item:first-child .page-link{margin-left:0;border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}
.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}
.page-item.active .page-link{z-index:3;color:#fff;background-color:#007bff;border-color:#007bff}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}
.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}
.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}
.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}
.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}
.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}
.badge{display:inline-block;padding:.25em .4em;font-size:75%;font-weight:700;line-height:1;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.badge{transition:none}}
a.badge:focus,a.badge:hover{text-decoration:none}
.badge:empty{display:none}
.btn .badge{position:relative;top:-1px}
.badge-pill{padding-right:.6em;padding-left:.6em;border-radius:10rem}
.badge-primary{color:#fff;background-color:#007bff}
a.badge-primary:focus,a.badge-primary:hover{color:#fff;background-color:#0062cc}
a.badge-primary.focus,a.badge-primary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.5)}
.badge-secondary{color:#fff;background-color:#6c757d}
a.badge-secondary:focus,a.badge-secondary:hover{color:#fff;background-color:#545b62}
a.badge-secondary.focus,a.badge-secondary:focus{outline:0;box-shadow:0 0 0 .2rem rgba(108,117,125,.5)}
.badge-success{color:#fff;background-color:#28a745}
a.badge-success:focus,a.badge-success:hover{color:#fff;background-color:#1e7e34}
a.badge-success.focus,a.badge-success:focus{outline:0;box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}
.badge-info{color:#fff;background-color:#17a2b8}
a.badge-info:focus,a.badge-info:hover{color:#fff;background-color:#117a8b}
a.badge-info.focus,a.badge-info:focus{outline:0;box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}
.badge-warning{color:#212529;background-color:#ffc107}
a.badge-warning:focus,a.badge-warning:hover{color:#212529;background-color:#d39e00}
a.badge-warning.focus,a.badge-warning:focus{outline:0;box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}
.badge-danger{color:#fff;background-color:#dc3545}
a.badge-danger:focus,a.badge-danger:hover{color:#fff;background-color:#bd2130}
a.badge-danger.focus,a.badge-danger:focus{outline:0;box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}
.badge-light{color:#212529;background-color:#f8f9fa}
a.badge-light:focus,a.badge-light:hover{color:#212529;background-color:#dae0e5}
a.badge-light.focus,a.badge-light:focus{outline:0;box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}
.badge-dark{color:#fff;background-color:#343a40}
a.badge-dark:focus,a.badge-dark:hover{color:#fff;background-color:#1d2124}
a.badge-dark.focus,a.badge-dark:focus{outline:0;box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}
.jumbotron{padding:2rem 1rem;margin-bottom:2rem;background-color:#e9ecef;border-radius:.3rem}
@media (min-width:576px){.jumbotron{padding:4rem 2rem}}
.jumbotron-fluid{padding-right:0;padding-left:0;border-radius:0}
.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}
.alert-heading{color:inherit}
.alert-link{font-weight:700}
.alert-dismissible{padding-right:4rem}
.alert-dismissible .close{position:absolute;top:0;right:0;padding:.75rem 1.25rem;color:inherit}
.alert-primary{color:#004085;background-color:#cce5ff;border-color:#b8daff}
.alert-primary hr{border-top-color:#9fcdff}
.alert-primary .alert-link{color:#002752}
.alert-secondary{color:#383d41;background-color:#e2e3e5;border-color:#d6d8db}
.alert-secondary hr{border-top-color:#c8cbcf}
.alert-secondary .alert-link{color:#202326}
.alert-success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}
.alert-success hr{border-top-color:#b1dfbb}
.alert-success .alert-link{color:#0b2e13}
.alert-info{color:#0c5460;background-color:#d1ecf1;border-color:#bee5eb}
.alert-info hr{border-top-color:#abdde5}
.alert-info .alert-link{color:#062c33}
.alert-warning{color:#856404;background-color:#fff3cd;border-color:#ffeeba}
.alert-warning hr{border-top-color:#ffe8a1}
.alert-warning .alert-link{color:#533f03}
.alert-danger{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}
.alert-danger hr{border-top-color:#f1b0b7}
.alert-danger .alert-link{color:#491217}
.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}
.alert-light hr{border-top-color:#ececf6}
.alert-light .alert-link{color:#686868}
.alert-dark{color:#1b1e21;background-color:#d6d8d9;border-color:#c6c8ca}
.alert-dark hr{border-top-color:#b9bbbe}
.alert-dark .alert-link{color:#040505}
@-webkit-keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
@keyframes progress-bar-stripes{from{background-position:1rem 0}to{background-position:0 0}}
.progress{display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}
.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#007bff;transition:width .6s ease}
@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}
.progress-bar-striped{background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-size:1rem 1rem}
.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}
@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}
.media{display:flex;align-items:flex-start}
.media-body{flex:1}
.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}
.list-group-item-action{width:100%;color:#495057;text-align:inherit}
.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#f8f9fa}
.list-group-item-action:active{color:#212529;background-color:#e9ecef}
.list-group-item{position:relative;display:block;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125)}
.list-group-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}
.list-group-item:last-child{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}
.list-group-item.disabled,.list-group-item:disabled{color:#6c757d;pointer-events:none;background-color:#fff}
.list-group-item.active{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}
.list-group-item+.list-group-item{border-top-width:0}
.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}
.list-group-horizontal{flex-direction:row}
.list-group-horizontal .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}
.list-group-horizontal .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}
.list-group-horizontal .list-group-item.active{margin-top:0}
.list-group-horizontal .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}
.list-group-horizontal .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}
@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm .list-group-item.active{margin-top:0}.list-group-horizontal-sm .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md .list-group-item.active{margin-top:0}.list-group-horizontal-md .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg .list-group-item.active{margin-top:0}.list-group-horizontal-lg .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl .list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl .list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl .list-group-item.active{margin-top:0}.list-group-horizontal-xl .list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl .list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}
.list-group-flush .list-group-item{border-right-width:0;border-left-width:0;border-radius:0}
.list-group-flush .list-group-item:first-child{border-top-width:0}
.list-group-flush:last-child .list-group-item:last-child{border-bottom-width:0}
.list-group-item-primary{color:#004085;background-color:#b8daff}
.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#004085;background-color:#9fcdff}
.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#004085;border-color:#004085}
.list-group-item-secondary{color:#383d41;background-color:#d6d8db}
.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#383d41;background-color:#c8cbcf}
.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#383d41;border-color:#383d41}
.list-group-item-success{color:#155724;background-color:#c3e6cb}
.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#155724;background-color:#b1dfbb}
.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#155724;border-color:#155724}
.list-group-item-info{color:#0c5460;background-color:#bee5eb}
.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#0c5460;background-color:#abdde5}
.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#0c5460;border-color:#0c5460}
.list-group-item-warning{color:#856404;background-color:#ffeeba}
.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#856404;background-color:#ffe8a1}
.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#856404;border-color:#856404}
.list-group-item-danger{color:#721c24;background-color:#f5c6cb}
.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#721c24;background-color:#f1b0b7}
.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#721c24;border-color:#721c24}
.list-group-item-light{color:#818182;background-color:#fdfdfe}
.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#818182;background-color:#ececf6}
.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#818182;border-color:#818182}
.list-group-item-dark{color:#1b1e21;background-color:#c6c8ca}
.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#1b1e21;background-color:#b9bbbe}
.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#1b1e21;border-color:#1b1e21}
.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}
.close:hover{color:#000;text-decoration:none}
.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}
button.close{padding:0;background-color:transparent;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}
a.close.disabled{pointer-events:none}
.toast{max-width:350px;overflow:hidden;font-size:.875rem;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .25rem .75rem rgba(0,0,0,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);opacity:0;border-radius:.25rem}
.toast:not(:last-child){margin-bottom:.75rem}
.toast.showing{opacity:1}
.toast.show{display:block;opacity:1}
.toast.hide{display:none}
.toast-header{display:flex;align-items:center;padding:.25rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05)}
.toast-body{padding:.75rem}
.modal-open{overflow:hidden}
.modal-open .modal{overflow-x:hidden;overflow-y:auto}
.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}
.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}
.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}
@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}
.modal.show .modal-dialog{transform:none}
.modal.modal-static .modal-dialog{transform:scale(1.02)}
.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}
.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}
.modal-dialog-scrollable .modal-body{overflow-y:auto}
.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}
.modal-dialog-centered::before{display:block;height:calc(100vh - 1rem);content:""}
.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;justify-content:center;height:100%}
.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}
.modal-dialog-centered.modal-dialog-scrollable::before{content:none}
.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}
.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}
.modal-backdrop.fade{opacity:0}
.modal-backdrop.show{opacity:.5}
.modal-header{display:flex;align-items:flex-start;justify-content:space-between;padding:1rem 1rem;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}
.modal-header .close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}
.modal-title{margin-bottom:0;line-height:1.5}
.modal-body{position:relative;flex:1 1 auto;padding:1rem}
.modal-footer{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}
.modal-footer>*{margin:.25rem}
.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}
@media (min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered::before{height:calc(100vh - 3.5rem)}.modal-sm{max-width:300px}}
@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}
@media (min-width:1200px){.modal-xl{max-width:1140px}}
.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}
.tooltip.show{opacity:.9}
.tooltip .arrow{position:absolute;display:block;width:.8rem;height:.4rem}
.tooltip .arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}
.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}
.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}
.bs-tooltip-auto[x-placement^=top] .arrow::before,.bs-tooltip-top .arrow::before{top:0;border-width:.4rem .4rem 0;border-top-color:#000}
.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}
.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{left:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[x-placement^=right] .arrow::before,.bs-tooltip-right .arrow::before{right:0;border-width:.4rem .4rem .4rem 0;border-right-color:#000}
.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}
.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}
.bs-tooltip-auto[x-placement^=bottom] .arrow::before,.bs-tooltip-bottom .arrow::before{bottom:0;border-width:0 .4rem .4rem;border-bottom-color:#000}
.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}
.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{right:0;width:.4rem;height:.8rem}
.bs-tooltip-auto[x-placement^=left] .arrow::before,.bs-tooltip-left .arrow::before{left:0;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}
.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}
.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}
.popover .arrow{position:absolute;display:block;width:1rem;height:.5rem;margin:0 .3rem}
.popover .arrow::after,.popover .arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}
.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}
.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}
.bs-popover-auto[x-placement^=top]>.arrow::before,.bs-popover-top>.arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=top]>.arrow::after,.bs-popover-top>.arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}
.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}
.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}
.bs-popover-auto[x-placement^=right]>.arrow::before,.bs-popover-right>.arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=right]>.arrow::after,.bs-popover-right>.arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}
.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}
.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}
.bs-popover-auto[x-placement^=bottom]>.arrow::before,.bs-popover-bottom>.arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=bottom]>.arrow::after,.bs-popover-bottom>.arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}
.bs-popover-auto[x-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f7f7f7}
.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}
.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem;margin:.3rem 0}
.bs-popover-auto[x-placement^=left]>.arrow::before,.bs-popover-left>.arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}
.bs-popover-auto[x-placement^=left]>.arrow::after,.bs-popover-left>.arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}
.popover-header{padding:.5rem .75rem;margin-bottom:0;font-size:1rem;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}
.popover-header:empty{display:none}
.popover-body{padding:.5rem .75rem;color:#212529}
.carousel{position:relative}
.carousel.pointer-event{touch-action:pan-y}
.carousel-inner{position:relative;width:100%;overflow:hidden}
.carousel-inner::after{display:block;clear:both;content:""}
.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}
@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}
.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}
.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}
.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}
.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}
.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{z-index:1;opacity:1}
.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{z-index:0;opacity:0;transition:opacity 0s .6s}
@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}
.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;color:#fff;text-align:center;opacity:.5;transition:opacity .15s ease}
@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}
.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}
.carousel-control-prev{left:0}
.carousel-control-next{right:0}
.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:20px;height:20px;background:no-repeat 50%/100% 100%}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")}
.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none}
.carousel-indicators li{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}
@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}
.carousel-indicators .active{opacity:1}
.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center}
@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}
@keyframes spinner-border{to{transform:rotate(360deg)}}
.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}
.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}
@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}
@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1}}
.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}
.spinner-grow-sm{width:1rem;height:1rem}
.align-baseline{vertical-align:baseline!important}
.align-top{vertical-align:top!important}
.align-middle{vertical-align:middle!important}
.align-bottom{vertical-align:bottom!important}
.align-text-bottom{vertical-align:text-bottom!important}
.align-text-top{vertical-align:text-top!important}
.bg-primary{background-color:#007bff!important}
a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0062cc!important}
.bg-secondary{background-color:#6c757d!important}
a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}
.bg-success{background-color:#28a745!important}
a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}
.bg-info{background-color:#17a2b8!important}
a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}
.bg-warning{background-color:#ffc107!important}
a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}
.bg-danger{background-color:#dc3545!important}
a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}
.bg-light{background-color:#f8f9fa!important}
a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}
.bg-dark{background-color:#343a40!important}
a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}
.bg-white{background-color:#fff!important}
.bg-transparent{background-color:transparent!important}
.border{border:1px solid #dee2e6!important}
.border-top{border-top:1px solid #dee2e6!important}
.border-right{border-right:1px solid #dee2e6!important}
.border-bottom{border-bottom:1px solid #dee2e6!important}
.border-left{border-left:1px solid #dee2e6!important}
.border-0{border:0!important}
.border-top-0{border-top:0!important}
.border-right-0{border-right:0!important}
.border-bottom-0{border-bottom:0!important}
.border-left-0{border-left:0!important}
.border-primary{border-color:#007bff!important}
.border-secondary{border-color:#6c757d!important}
.border-success{border-color:#28a745!important}
.border-info{border-color:#17a2b8!important}
.border-warning{border-color:#ffc107!important}
.border-danger{border-color:#dc3545!important}
.border-light{border-color:#f8f9fa!important}
.border-dark{border-color:#343a40!important}
.border-white{border-color:#fff!important}
.rounded-sm{border-radius:.2rem!important}
.rounded{border-radius:.25rem!important}
.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}
.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}
.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}
.rounded-lg{border-radius:.3rem!important}
.rounded-circle{border-radius:50%!important}
.rounded-pill{border-radius:50rem!important}
.rounded-0{border-radius:0!important}
.clearfix::after{display:block;clear:both;content:""}
.d-none{display:none!important}
.d-inline{display:inline!important}
.d-inline-block{display:inline-block!important}
.d-block{display:block!important}
.d-table{display:table!important}
.d-table-row{display:table-row!important}
.d-table-cell{display:table-cell!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}
@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}
@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}
@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}
@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}
.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}
.embed-responsive::before{display:block;content:""}
.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}
.embed-responsive-21by9::before{padding-top:42.857143%}
.embed-responsive-16by9::before{padding-top:56.25%}
.embed-responsive-4by3::before{padding-top:75%}
.embed-responsive-1by1::before{padding-top:100%}
.flex-row{flex-direction:row!important}
.flex-column{flex-direction:column!important}
.flex-row-reverse{flex-direction:row-reverse!important}
.flex-column-reverse{flex-direction:column-reverse!important}
.flex-wrap{flex-wrap:wrap!important}
.flex-nowrap{flex-wrap:nowrap!important}
.flex-wrap-reverse{flex-wrap:wrap-reverse!important}
.flex-fill{flex:1 1 auto!important}
.flex-grow-0{flex-grow:0!important}
.flex-grow-1{flex-grow:1!important}
.flex-shrink-0{flex-shrink:0!important}
.flex-shrink-1{flex-shrink:1!important}
.justify-content-start{justify-content:flex-start!important}
.justify-content-end{justify-content:flex-end!important}
.justify-content-center{justify-content:center!important}
.justify-content-between{justify-content:space-between!important}
.justify-content-around{justify-content:space-around!important}
.align-items-start{align-items:flex-start!important}
.align-items-end{align-items:flex-end!important}
.align-items-center{align-items:center!important}
.align-items-baseline{align-items:baseline!important}
.align-items-stretch{align-items:stretch!important}
.align-content-start{align-content:flex-start!important}
.align-content-end{align-content:flex-end!important}
.align-content-center{align-content:center!important}
.align-content-between{align-content:space-between!important}
.align-content-around{align-content:space-around!important}
.align-content-stretch{align-content:stretch!important}
.align-self-auto{align-self:auto!important}
.align-self-start{align-self:flex-start!important}
.align-self-end{align-self:flex-end!important}
.align-self-center{align-self:center!important}
.align-self-baseline{align-self:baseline!important}
.align-self-stretch{align-self:stretch!important}
@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}
@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}
@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}
@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}
.float-left{float:left!important}
.float-right{float:right!important}
.float-none{float:none!important}
@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}
@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}
@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}
@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}
.overflow-auto{overflow:auto!important}
.overflow-hidden{overflow:hidden!important}
.position-static{position:static!important}
.position-relative{position:relative!important}
.position-absolute{position:absolute!important}
.position-fixed{position:fixed!important}
.position-sticky{position:-webkit-sticky!important;position:sticky!important}
.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}
.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}
@supports ((position: -webkit-sticky) or (position: sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}
.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}
.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}
.shadow-none{box-shadow:none!important}
.w-25{width:25%!important}
.w-50{width:50%!important}
.w-75{width:75%!important}
.w-100{width:100%!important}
.w-auto{width:auto!important}
.h-25{height:25%!important}
.h-50{height:50%!important}
.h-75{height:75%!important}
.h-100{height:100%!important}
.h-auto{height:auto!important}
.mw-100{max-width:100%!important}
.mh-100{max-height:100%!important}
.min-vw-100{min-width:100vw!important}
.min-vh-100{min-height:100vh!important}
.vw-100{width:100vw!important}
.vh-100{height:100vh!important}
.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:auto;content:"";background-color:rgba(0,0,0,0)}
.m-0{margin:0!important}
.mt-0,.my-0{margin-top:0!important}
.mr-0,.mx-0{margin-right:0!important}
.mb-0,.my-0{margin-bottom:0!important}
.ml-0,.mx-0{margin-left:0!important}
.m-1{margin:.25rem!important}
.mt-1,.my-1{margin-top:.25rem!important}
.mr-1,.mx-1{margin-right:.25rem!important}
.mb-1,.my-1{margin-bottom:.25rem!important}
.ml-1,.mx-1{margin-left:.25rem!important}
.m-2{margin:.5rem!important}
.mt-2,.my-2{margin-top:.5rem!important}
.mr-2,.mx-2{margin-right:.5rem!important}
.mb-2,.my-2{margin-bottom:.5rem!important}
.ml-2,.mx-2{margin-left:.5rem!important}
.m-3{margin:1rem!important}
.mt-3,.my-3{margin-top:1rem!important}
.mr-3,.mx-3{margin-right:1rem!important}
.mb-3,.my-3{margin-bottom:1rem!important}
.ml-3,.mx-3{margin-left:1rem!important}
.m-4{margin:1.5rem!important}
.mt-4,.my-4{margin-top:1.5rem!important}
.mr-4,.mx-4{margin-right:1.5rem!important}
.mb-4,.my-4{margin-bottom:1.5rem!important}
.ml-4,.mx-4{margin-left:1.5rem!important}
.m-5{margin:3rem!important}
.mt-5,.my-5{margin-top:3rem!important}
.mr-5,.mx-5{margin-right:3rem!important}
.mb-5,.my-5{margin-bottom:3rem!important}
.ml-5,.mx-5{margin-left:3rem!important}
.p-0{padding:0!important}
.pt-0,.py-0{padding-top:0!important}
.pr-0,.px-0{padding-right:0!important}
.pb-0,.py-0{padding-bottom:0!important}
.pl-0,.px-0{padding-left:0!important}
.p-1{padding:.25rem!important}
.pt-1,.py-1{padding-top:.25rem!important}
.pr-1,.px-1{padding-right:.25rem!important}
.pb-1,.py-1{padding-bottom:.25rem!important}
.pl-1,.px-1{padding-left:.25rem!important}
.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}
.pr-2,.px-2{padding-right:.5rem!important}
.pb-2,.py-2{padding-bottom:.5rem!important}
.pl-2,.px-2{padding-left:.5rem!important}
.p-3{padding:1rem!important}
.pt-3,.py-3{padding-top:1rem!important}
.pr-3,.px-3{padding-right:1rem!important}
.pb-3,.py-3{padding-bottom:1rem!important}
.pl-3,.px-3{padding-left:1rem!important}
.p-4{padding:1.5rem!important}
.pt-4,.py-4{padding-top:1.5rem!important}
.pr-4,.px-4{padding-right:1.5rem!important}
.pb-4,.py-4{padding-bottom:1.5rem!important}
.pl-4,.px-4{padding-left:1.5rem!important}
.p-5{padding:3rem!important}
.pt-5,.py-5{padding-top:3rem!important}
.pr-5,.px-5{padding-right:3rem!important}
.pb-5,.py-5{padding-bottom:3rem!important}
.pl-5,.px-5{padding-left:3rem!important}
.m-n1{margin:-.25rem!important}
.mt-n1,.my-n1{margin-top:-.25rem!important}
.mr-n1,.mx-n1{margin-right:-.25rem!important}
.mb-n1,.my-n1{margin-bottom:-.25rem!important}
.ml-n1,.mx-n1{margin-left:-.25rem!important}
.m-n2{margin:-.5rem!important}
.mt-n2,.my-n2{margin-top:-.5rem!important}
.mr-n2,.mx-n2{margin-right:-.5rem!important}
.mb-n2,.my-n2{margin-bottom:-.5rem!important}
.ml-n2,.mx-n2{margin-left:-.5rem!important}
.m-n3{margin:-1rem!important}
.mt-n3,.my-n3{margin-top:-1rem!important}
.mr-n3,.mx-n3{margin-right:-1rem!important}
.mb-n3,.my-n3{margin-bottom:-1rem!important}
.ml-n3,.mx-n3{margin-left:-1rem!important}
.m-n4{margin:-1.5rem!important}
.mt-n4,.my-n4{margin-top:-1.5rem!important}
.mr-n4,.mx-n4{margin-right:-1.5rem!important}
.mb-n4,.my-n4{margin-bottom:-1.5rem!important}
.ml-n4,.mx-n4{margin-left:-1.5rem!important}
.m-n5{margin:-3rem!important}
.mt-n5,.my-n5{margin-top:-3rem!important}
.mr-n5,.mx-n5{margin-right:-3rem!important}
.mb-n5,.my-n5{margin-bottom:-3rem!important}
.ml-n5,.mx-n5{margin-left:-3rem!important}
.m-auto{margin:auto!important}
.mt-auto,.my-auto{margin-top:auto!important}
.mr-auto,.mx-auto{margin-right:auto!important}
.mb-auto,.my-auto{margin-bottom:auto!important}
.ml-auto,.mx-auto{margin-left:auto!important}
@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}
@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}
@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}
@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace!important}
.text-justify{text-align:justify!important}
.text-wrap{white-space:normal!important}
.text-nowrap{white-space:nowrap!important}
.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.text-left{text-align:left!important}
.text-right{text-align:right!important}
.text-center{text-align:center!important}
@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}
@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}
@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}
@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}
.text-lowercase{text-transform:lowercase!important}
.text-uppercase{text-transform:uppercase!important}
.text-capitalize{text-transform:capitalize!important}
.font-weight-light{font-weight:300!important}
.font-weight-lighter{font-weight:lighter!important}
.font-weight-normal{font-weight:400!important}
.font-weight-bold{font-weight:700!important}
.font-weight-bolder{font-weight:bolder!important}
.font-italic{font-style:italic!important}
.text-white{color:#fff!important}
.text-primary{color:#007bff!important}
a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}
.text-secondary{color:#6c757d!important}
a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}
.text-success{color:#28a745!important}
a.text-success:focus,a.text-success:hover{color:#19692c!important}
.text-info{color:#17a2b8!important}
a.text-info:focus,a.text-info:hover{color:#0f6674!important}
.text-warning{color:#ffc107!important}
a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}
.text-danger{color:#dc3545!important}
a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}
.text-light{color:#f8f9fa!important}
a.text-light:focus,a.text-light:hover{color:#cbd3da!important}
.text-dark{color:#343a40!important}
a.text-dark:focus,a.text-dark:hover{color:#121416!important}
.text-body{color:#212529!important}
.text-muted{color:#6c757d!important}
.text-black-50{color:rgba(0,0,0,.5)!important}
.text-white-50{color:rgba(255,255,255,.5)!important}
.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.text-decoration-none{text-decoration:none!important}
.text-break{word-break:break-word!important;overflow-wrap:break-word!important}
.text-reset{color:inherit!important}
.visible{visibility:visible!important}
.invisible{visibility:hidden!important}
@media print{*,::after,::before{text-shadow:none!important;box-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]::after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd;page-break-inside:avoid}thead{display:table-header-group}img,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}body{min-width:992px!important}.container{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{color:inherit;border-color:#dee2e6}}
/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif, Tahoma;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
  }
.ql-container.ql-disabled .ql-tooltip {
    visibility: hidden;
  }
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
    pointer-events: none;
  }
.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
  }
.ql-clipboard p {
    margin: 0;
    padding: 0;
  }
.ql-editor {
    box-sizing: border-box;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    -o-tab-size: 4;
       tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
.ql-editor > * {
    cursor: text;
  }
.ql-editor p,
  .ql-editor ol,
  .ql-editor ul,
  .ql-editor pre,
  .ql-editor blockquote,
  .ql-editor h1,
  .ql-editor h2,
  .ql-editor h3,
  .ql-editor h4,
  .ql-editor h5,
  .ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
.ql-editor ol,
  .ql-editor ul {
    padding-left: 1.5em;
  }
.ql-editor ol > li,
  .ql-editor ul > li {
    list-style-type: none;
  }
.ql-editor ul > li::before {
    content: '\2022';
  }
.ql-editor ul[data-checked=true],
  .ql-editor ul[data-checked=false] {
    pointer-events: none;
  }
.ql-editor ul[data-checked=true] > li *,
  .ql-editor ul[data-checked=false] > li * {
    pointer-events: all;
  }
.ql-editor ul[data-checked=true] > li::before,
  .ql-editor ul[data-checked=false] > li::before {
    color: #777;
    cursor: pointer;
    pointer-events: all;
  }
.ql-editor ul[data-checked=true] > li::before {
    content: '\2611';
  }
.ql-editor ul[data-checked=false] > li::before {
    content: '\2610';
  }
.ql-editor li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em;
  }
.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: 0.3em;
    text-align: right;
  }
.ql-editor li.ql-direction-rtl::before {
    margin-left: 0.3em;
    margin-right: -1.5em;
  }
.ql-editor ol li:not(.ql-direction-rtl),
  .ql-editor ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em;
  }
.ql-editor ol li.ql-direction-rtl,
  .ql-editor ul li.ql-direction-rtl {
    padding-right: 1.5em;
  }
.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
  }
.ql-editor ol li:before {
    content: counter(list-0, decimal) '. ';
  }
.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
  }
.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
  }
.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
  }
.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
  }
.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  }
.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
  }
.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
  }
.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
  }
.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
  }
.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
  }
.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
  }
.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
  }
.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
  }
.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
  }
.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
  }
.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
  }
.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
  }
.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
  }
.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
  }
.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
  }
.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
  }
.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
  }
.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
  }
.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
  }
.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
  }
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
  }
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
  }
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
  }
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
  }
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
  }
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
  }
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
  }
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
  }
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
  }
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
  }
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
  }
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
  }
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
  }
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
  }
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
  }
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
  }
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
  }
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
  }
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
  }
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
  }
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
  }
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
  }
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
  }
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
  }
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
  }
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
  }
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
  }
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
  }
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
  }
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
  }
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
  }
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
  }
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
  }
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
  }
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
  }
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
  }
.ql-editor .ql-video {
    display: block;
    max-width: 100%;
  }
.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
  }
.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
  }
.ql-editor .ql-bg-black {
    background-color: #000;
  }
.ql-editor .ql-bg-red {
    background-color: #e60000;
  }
.ql-editor .ql-bg-orange {
    background-color: #f90;
  }
.ql-editor .ql-bg-yellow {
    background-color: #ff0;
  }
.ql-editor .ql-bg-green {
    background-color: #008a00;
  }
.ql-editor .ql-bg-blue {
    background-color: #06c;
  }
.ql-editor .ql-bg-purple {
    background-color: #93f;
  }
.ql-editor .ql-color-white {
    color: #fff;
  }
.ql-editor .ql-color-red {
    color: #e60000;
  }
.ql-editor .ql-color-orange {
    color: #f90;
  }
.ql-editor .ql-color-yellow {
    color: #ff0;
  }
.ql-editor .ql-color-green {
    color: #008a00;
  }
.ql-editor .ql-color-blue {
    color: #06c;
  }
.ql-editor .ql-color-purple {
    color: #93f;
  }
.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
  }
.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
  }
.ql-editor .ql-size-small {
    font-size: 0.75em;
  }
.ql-editor .ql-size-large {
    font-size: 1.5em;
  }
.ql-editor .ql-size-huge {
    font-size: 2.5em;
  }
.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
  }
.ql-editor .ql-align-center {
    text-align: center;
  }
.ql-editor .ql-align-justify {
    text-align: justify;
  }
.ql-editor .ql-align-right {
    text-align: right;
  }
.ql-editor.ql-blank::before {
    color: rgba(0,0,0,0.6);
    content: attr(data-placeholder);
    font-style: italic;
    left: 15px;
    pointer-events: none;
    position: absolute;
    right: 15px;
  }
.ql-snow.ql-toolbar:after,
  .ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
  }
.ql-snow.ql-toolbar button,
  .ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    padding: 3px 5px;
    width: 28px;
  }
.ql-snow.ql-toolbar button svg,
  .ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%;
  }
.ql-snow.ql-toolbar button:active:hover,
  .ql-snow .ql-toolbar button:active:hover {
    outline: none;
  }
.ql-snow.ql-toolbar input.ql-image[type=file],
  .ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
  }
.ql-snow.ql-toolbar button:hover,
  .ql-snow .ql-toolbar button:hover,
  .ql-snow.ql-toolbar button:focus,
  .ql-snow .ql-toolbar button:focus,
  .ql-snow.ql-toolbar button.ql-active,
  .ql-snow .ql-toolbar button.ql-active,
  .ql-snow.ql-toolbar .ql-picker-label:hover,
  .ql-snow .ql-toolbar .ql-picker-label:hover,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active,
  .ql-snow.ql-toolbar .ql-picker-item:hover,
  .ql-snow .ql-toolbar .ql-picker-item:hover,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
  }
.ql-snow.ql-toolbar button:hover .ql-fill,
  .ql-snow .ql-toolbar button:hover .ql-fill,
  .ql-snow.ql-toolbar button:focus .ql-fill,
  .ql-snow .ql-toolbar button:focus .ql-fill,
  .ql-snow.ql-toolbar button.ql-active .ql-fill,
  .ql-snow .ql-toolbar button.ql-active .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
  .ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c;
  }
.ql-snow.ql-toolbar button:hover .ql-stroke,
  .ql-snow .ql-toolbar button:hover .ql-stroke,
  .ql-snow.ql-toolbar button:focus .ql-stroke,
  .ql-snow .ql-toolbar button:focus .ql-stroke,
  .ql-snow.ql-toolbar button.ql-active .ql-stroke,
  .ql-snow .ql-toolbar button.ql-active .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
  .ql-snow.ql-toolbar button:hover .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover .ql-stroke-miter,
  .ql-snow.ql-toolbar button:focus .ql-stroke-miter,
  .ql-snow .ql-toolbar button:focus .ql-stroke-miter,
  .ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
  .ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
  .ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
  .ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
    stroke: #06c;
  }
@media (pointer: coarse) {
    .ql-snow.ql-toolbar button:hover:not(.ql-active),
    .ql-snow .ql-toolbar button:hover:not(.ql-active) {
      color: #444;
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
      fill: #444;
    }
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
    .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
    .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
      stroke: #444;
    }
  }
.ql-snow {
    box-sizing: border-box;
  }
.ql-snow * {
    box-sizing: border-box;
  }
.ql-snow .ql-hidden {
    display: none;
  }
.ql-snow .ql-out-bottom,
  .ql-snow .ql-out-top {
    visibility: hidden;
  }
.ql-snow .ql-tooltip {
    position: absolute;
    transform: translateY(10px);
  }
.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
  }
.ql-snow .ql-tooltip.ql-flip {
    transform: translateY(-10px);
  }
.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
  }
.ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table;
  }
.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
  }
.ql-snow .ql-stroke-miter {
    fill: none;
    stroke: #444;
    stroke-miterlimit: 10;
    stroke-width: 2;
  }
.ql-snow .ql-fill,
  .ql-snow .ql-stroke.ql-fill {
    fill: #444;
  }
.ql-snow .ql-empty {
    fill: none;
  }
.ql-snow .ql-even {
    fill-rule: evenodd;
  }
.ql-snow .ql-thin,
  .ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
  }
.ql-snow .ql-transparent {
    opacity: 0.4;
  }
.ql-snow .ql-direction svg:last-child {
    display: none;
  }
.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
  }
.ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
  }
.ql-snow .ql-editor h1 {
    font-size: 2em;
  }
.ql-snow .ql-editor h2 {
    font-size: 1.5em;
  }
.ql-snow .ql-editor h3 {
    font-size: 1.17em;
  }
.ql-snow .ql-editor h4 {
    font-size: 1em;
  }
.ql-snow .ql-editor h5 {
    font-size: 0.83em;
  }
.ql-snow .ql-editor h6 {
    font-size: 0.67em;
  }
.ql-snow .ql-editor a {
    text-decoration: underline;
  }
.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
  }
.ql-snow .ql-editor code,
  .ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px;
  }
.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
  }
.ql-snow .ql-editor code {
    font-size: 85%;
    padding: 2px 4px;
  }
.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
  }
.ql-snow .ql-editor img {
    max-width: 100%;
  }
.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
  }
.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
  }
.ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
  }
.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
  }
.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
  }
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2;
  }
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc;
  }
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc;
  }
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
  }
.ql-snow .ql-color-picker,
  .ql-snow .ql-icon-picker {
    width: 28px;
  }
.ql-snow .ql-color-picker .ql-picker-label,
  .ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
  }
.ql-snow .ql-color-picker .ql-picker-label svg,
  .ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
  }
.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px;
  }
.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
  }
.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
  }
.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
  }
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
  }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
  }
.ql-snow .ql-picker.ql-header {
    width: 98px;
  }
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal';
  }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1';
  }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2';
  }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3';
  }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4';
  }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5';
  }
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
  .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6';
  }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em;
  }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em;
  }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em;
  }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em;
  }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em;
  }
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em;
  }
.ql-snow .ql-picker.ql-font {
    width: 108px;
  }
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif';
  }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif';
  }
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
  .ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace';
  }
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif;
  }
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace;
  }
.ql-snow .ql-picker.ql-size {
    width: 98px;
  }
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal';
  }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small';
  }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large';
  }
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
  .ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge';
  }
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px;
  }
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px;
  }
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px;
  }
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
  }
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
  }
.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
  }
.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
  }
.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
  }
.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0,0,0,0.2) 0 2px 8px;
  }
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc;
  }
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
  }
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
  .ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000;
  }
.ql-toolbar.ql-snow + .ql-container.ql-snow {
    border-top: 0px;
  }
.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    padding: 5px 12px;
    white-space: nowrap;
  }
.ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px;
  }
.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px;
  }
.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
  }
.ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px;
  }
.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px;
  }
.ql-snow .ql-tooltip a {
    line-height: 26px;
  }
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
  .ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
  }
.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block;
  }
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Save';
    padding-right: 0px;
  }
.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:";
  }
.ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:";
  }
.ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:";
  }
.ql-snow a {
    color: #06c;
  }
.ql-container.ql-snow {
    border: 1px solid #ccc;
  }
.ql-editor {
     direction: rtl; text-align: right; 
  }
.ql-snow .ql-picker-label {
      padding-right: 20px;
  }


/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/**
 * Table Of Content
 *
 * 	1. Globals
 *	2. Headers
 *	3. Navigations
 *	4. Banners
 *	5. Footers
 *	6. app
 *	7. Widgets
 *	8. Custom Templates
 */
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/* devanagari */
/* base font url https://fonts.gstatic.com/s/poppins/v6/*/
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url('pxiByp8kv8JHgFVrLDz8Z11lFc-K.441f45d15f4eebf79334.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url('pxiByp8kv8JHgFVrLDz8Z1JlFc-K.0d539a142b5f7298a7cc.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: local('Poppins Light'), local('Poppins-Light'), url('pxiByp8kv8JHgFVrLDz8Z1xlFQ.e8794816c5eaeaa9dd20.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url('pxiEyp8kv8JHgFVrJJbecmNE.4ce6cd2c663c9ec89616.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url('pxiEyp8kv8JHgFVrJJnecmNE.a5f055724a520afccbaf.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: local('Poppins Regular'), local('Poppins-Regular'), url('pxiEyp8kv8JHgFVrJJfecg.1a280523d375e9358d52.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url('pxiByp8kv8JHgFVrLGT9Z11lFc-K.1453ee41c270eda2bcec.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url('pxiByp8kv8JHgFVrLGT9Z1JlFc-K.f8bfc367a17ec4646d56.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: local('Poppins Medium'), local('Poppins-Medium'), url('pxiByp8kv8JHgFVrLGT9Z1xlFQ.61e2d96d01a7eba5ea3e.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('pxiByp8kv8JHgFVrLEj6Z11lFc-K.1f85d65685f6ec226e8c.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('pxiByp8kv8JHgFVrLEj6Z1JlFc-K.350b9c393a5110f3c059.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url('pxiByp8kv8JHgFVrLEj6Z1xlFQ.aa4405ed937295296cf8.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url('pxiByp8kv8JHgFVrLCz7Z11lFc-K.f4e951545d5376ef6059.woff2') format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url('pxiByp8kv8JHgFVrLCz7Z1JlFc-K.d7da5528e854b89a5a42.woff2') format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: local('Poppins Bold'), local('Poppins-Bold'), url('pxiByp8kv8JHgFVrLCz7Z1xlFQ.e535f7856b24153e0f31.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Theme for the ripple elements.*/
/* stylelint-disable material/no-prefixes */
/* stylelint-enable */
/*Material Theme Colors*/
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Roboto, "Helvetica Neue", sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Roboto, "Helvetica Neue", sans-serif;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
}
.mat-expansion-panel-header {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00101px);
  -ms-transform: translateY(-1.28124em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28122em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28121em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.2812em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59375em) scale(0.75);
  width: 133.3333333333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59374em) scale(0.75);
  width: 133.3333433333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Roboto, "Helvetica Neue", sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Roboto, "Helvetica Neue", sans-serif;
}
.mat-simple-snackbar {
  font-family: Roboto, "Helvetica Neue", sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Roboto, "Helvetica Neue", sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.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: scale(0);
}
@media (-ms-high-contrast: active) {
  .mat-ripple-element {
    display: none;
  }
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.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;
}
@media screen and (-ms-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, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.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;
}
@-webkit-keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@-webkit-keyframes cdk-text-field-autofill-end {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation-name: cdk-text-field-autofill-start;
          animation-name: cdk-text-field-autofill-start;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation-name: cdk-text-field-autofill-end;
          animation-name: cdk-text-field-autofill-end;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
.mat-badge-content {
  font-weight: 600;
  font-size: 12px;
  font-family: Poppins, sans-serif;
}
.mat-badge-small .mat-badge-content {
  font-size: 9px;
}
.mat-badge-large .mat-badge-content {
  font-size: 24px;
}
.mat-h1, .mat-headline, .mat-typography h1 {
  font: 400 24px/32px Poppins, sans-serif;
  margin: 0 0 16px;
}
.mat-h2, .mat-title, .mat-typography h2 {
  font: 500 20px/32px Poppins, sans-serif;
  margin: 0 0 16px;
}
.mat-h3, .mat-subheading-2, .mat-typography h3 {
  font: 400 16px/28px Poppins, sans-serif;
  margin: 0 0 16px;
}
.mat-h4, .mat-subheading-1, .mat-typography h4 {
  font: 400 15px/24px Poppins, sans-serif;
  margin: 0 0 16px;
}
.mat-h5, .mat-typography h5 {
  font: 400 calc(14px * 0.83)/20px Poppins, sans-serif;
  margin: 0 0 12px;
}
.mat-h6, .mat-typography h6 {
  font: 400 calc(14px * 0.67)/20px Poppins, sans-serif;
  margin: 0 0 12px;
}
.mat-body-strong, .mat-body-2 {
  font: 500 14px/24px Poppins, sans-serif;
}
.mat-body, .mat-body-1, .mat-typography {
  font: 400 14px/20px Poppins, sans-serif;
}
.mat-body p, .mat-body-1 p, .mat-typography p {
  margin: 0 0 12px;
}
.mat-small, .mat-caption {
  font: 400 12px/20px Poppins, sans-serif;
}
.mat-display-4, .mat-typography .mat-display-4 {
  font: 300 112px/112px Poppins, sans-serif;
  letter-spacing: -0.05em;
  margin: 0 0 56px;
}
.mat-display-3, .mat-typography .mat-display-3 {
  font: 400 56px/56px Poppins, sans-serif;
  letter-spacing: -0.02em;
  margin: 0 0 64px;
}
.mat-display-2, .mat-typography .mat-display-2 {
  font: 400 45px/48px Poppins, sans-serif;
  letter-spacing: -0.005em;
  margin: 0 0 64px;
}
.mat-display-1, .mat-typography .mat-display-1 {
  font: 400 34px/40px Poppins, sans-serif;
  margin: 0 0 64px;
}
.mat-bottom-sheet-container {
  font: 400 14px/20px Poppins, sans-serif;
}
.mat-button, .mat-raised-button, .mat-icon-button, .mat-stroked-button,
.mat-flat-button, .mat-fab, .mat-mini-fab {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-button-toggle {
  font-family: Poppins, sans-serif;
}
.mat-card {
  font-family: Poppins, sans-serif;
}
.mat-card-title {
  font-size: 24px;
  font-weight: 500;
}
.mat-card-header .mat-card-title {
  font-size: 20px;
}
.mat-card-subtitle,
.mat-card-content {
  font-size: 14px;
}
.mat-checkbox {
  font-family: Poppins, sans-serif;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
}
.mat-chip {
  font-size: 14px;
  font-weight: 500;
}
.mat-chip .mat-chip-trailing-icon.mat-icon,
.mat-chip .mat-chip-remove.mat-icon {
  font-size: 18px;
}
.mat-table {
  font-family: Poppins, sans-serif;
}
.mat-header-cell {
  font-size: 12px;
  font-weight: 500;
}
.mat-cell, .mat-footer-cell {
  font-size: 14px;
}
.mat-calendar {
  font-family: Poppins, sans-serif;
}
.mat-calendar-body {
  font-size: 13px;
}
.mat-calendar-body-label,
.mat-calendar-period-button {
  font-size: 14px;
  font-weight: 500;
}
.mat-calendar-table-header th {
  font-size: 11px;
  font-weight: 400;
}
.mat-dialog-title {
  font: 500 20px/32px Poppins, sans-serif;
}
.mat-expansion-panel-header {
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.mat-expansion-panel-content {
  font: 400 14px/20px Poppins, sans-serif;
}
.mat-form-field {
  font-size: inherit;
  font-weight: 400;
  line-height: 1.125;
  font-family: Poppins, sans-serif;
}
.mat-form-field-wrapper {
  padding-bottom: 1.34375em;
}
.mat-form-field-prefix .mat-icon,
.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125;
}
.mat-form-field-prefix .mat-icon-button,
.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em;
}
.mat-form-field-prefix .mat-icon-button .mat-icon,
.mat-form-field-suffix .mat-icon-button .mat-icon {
  height: 1.125em;
  line-height: 1.125;
}
.mat-form-field-infix {
  padding: 0.5em 0;
  border-top: 0.84375em solid transparent;
}
.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.34372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em;
}
.mat-form-field-label {
  top: 1.34375em;
}
.mat-form-field-underline {
  bottom: 1.34375em;
}
.mat-form-field-subscript-wrapper {
  font-size: 75%;
  margin-top: 0.6666666667em;
  top: calc(100% - 1.7916666667em);
}
.mat-form-field-appearance-legacy .mat-form-field-wrapper {
  padding-bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-infix {
  padding: 0.4375em 0;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00106px);
  -ms-transform: translateY(-1.28119em) scale(0.75);
  width: 133.3333933333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00107px);
  -ms-transform: translateY(-1.28118em) scale(0.75);
  width: 133.3334033333%;
}
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.75) perspective(100px) translateZ(0.00108px);
  -ms-transform: translateY(-1.28117em) scale(0.75);
  width: 133.3334133333%;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  top: 1.28125em;
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  bottom: 1.25em;
}
.mat-form-field-appearance-legacy .mat-form-field-subscript-wrapper {
  margin-top: 0.5416666667em;
  top: calc(100% - 1.6666666667em);
}
@media print {
  .mat-form-field-appearance-legacy.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28116em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-form-field-autofill-control:-webkit-autofill + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28115em) scale(0.75);
  }
  .mat-form-field-appearance-legacy.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
    transform: translateY(-1.28114em) scale(0.75);
  }
}
.mat-form-field-appearance-fill .mat-form-field-infix {
  padding: 0.25em 0 0.75em 0;
}
.mat-form-field-appearance-fill .mat-form-field-label {
  top: 1.09375em;
  margin-top: -0.5em;
}
.mat-form-field-appearance-fill.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-fill.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-0.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-form-field-appearance-outline .mat-form-field-infix {
  padding: 1em 0 1em 0;
}
.mat-form-field-appearance-outline .mat-form-field-label {
  top: 1.84375em;
  margin-top: -0.25em;
}
.mat-form-field-appearance-outline.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label,
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59373em) scale(0.75);
  width: 133.3333533333%;
}
.mat-form-field-appearance-outline.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.59372em) scale(0.75);
  width: 133.3333633333%;
}
.mat-grid-tile-header,
.mat-grid-tile-footer {
  font-size: 14px;
}
.mat-grid-tile-header .mat-line,
.mat-grid-tile-footer .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-grid-tile-header .mat-line:nth-child(n+2),
.mat-grid-tile-footer .mat-line:nth-child(n+2) {
  font-size: 12px;
}
input.mat-input-element {
  margin-top: -0.0625em;
}
.mat-menu-item {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: Poppins, sans-serif;
  font-size: 12px;
}
.mat-radio-button {
  font-family: Poppins, sans-serif;
}
.mat-select {
  font-family: Poppins, sans-serif;
}
.mat-select-trigger {
  height: 1.125em;
}
.mat-slide-toggle-content {
  font-family: Poppins, sans-serif;
}
.mat-slider-thumb-label-text {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-stepper-vertical, .mat-stepper-horizontal {
  font-family: Poppins, sans-serif;
}
.mat-step-label {
  font-size: 14px;
  font-weight: 400;
}
.mat-step-sub-label-error {
  font-weight: normal;
}
.mat-step-label-error {
  font-size: 14px;
}
.mat-step-label-selected {
  font-size: 14px;
  font-weight: 500;
}
.mat-tab-group {
  font-family: Poppins, sans-serif;
}
.mat-tab-label, .mat-tab-link {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-toolbar,
.mat-toolbar h1,
.mat-toolbar h2,
.mat-toolbar h3,
.mat-toolbar h4,
.mat-toolbar h5,
.mat-toolbar h6 {
  font: 500 20px/32px Poppins, sans-serif;
  margin: 0;
}
.mat-tooltip {
  font-family: Poppins, sans-serif;
  font-size: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.mat-tooltip-handset {
  font-size: 14px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.mat-list-item {
  font-family: Poppins, sans-serif;
}
.mat-list-option {
  font-family: Poppins, sans-serif;
}
.mat-list-base .mat-list-item {
  font-size: 16px;
}
.mat-list-base .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-list-option {
  font-size: 16px;
}
.mat-list-base .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 14px;
}
.mat-list-base .mat-subheader {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.mat-list-base[dense] .mat-list-item {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-item .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-item .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option {
  font-size: 12px;
}
.mat-list-base[dense] .mat-list-option .mat-line {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  box-sizing: border-box;
}
.mat-list-base[dense] .mat-list-option .mat-line:nth-child(n+2) {
  font-size: 12px;
}
.mat-list-base[dense] .mat-subheader {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}
.mat-option {
  font-family: Poppins, sans-serif;
  font-size: 16px;
}
.mat-optgroup-label {
  font: 500 14px/24px Poppins, sans-serif;
}
.mat-simple-snackbar {
  font-family: Poppins, sans-serif;
  font-size: 14px;
}
.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
}
.mat-tree {
  font-family: Poppins, sans-serif;
}
.mat-tree-node,
.mat-nested-tree-node {
  font-weight: 400;
  font-size: 14px;
}
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.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: scale(0);
}
@media (-ms-high-contrast: active) {
  .mat-ripple-element {
    display: none;
  }
}
.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.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;
}
@media screen and (-ms-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, .cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
}
.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;
}
@keyframes cdk-text-field-autofill-start {
  /*!*/
}
@keyframes cdk-text-field-autofill-end {
  /*!*/
}
.cdk-text-field-autofill-monitored:-webkit-autofill {
  -webkit-animation-name: cdk-text-field-autofill-start;
          animation-name: cdk-text-field-autofill-start;
}
.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  -webkit-animation-name: cdk-text-field-autofill-end;
          animation-name: cdk-text-field-autofill-end;
}
textarea.cdk-textarea-autosize {
  resize: none;
}
textarea.cdk-textarea-autosize-measuring {
  height: auto !important;
  overflow: hidden !important;
  padding: 2px 0 !important;
  box-sizing: content-box !important;
}
.mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-option:hover:not(.mat-option-disabled), .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #424242;
}
.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e91e63;
}
.mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.mat-pseudo-checkbox::after {
  color: #fafafa;
}
.mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.mat-primary .mat-pseudo-checkbox-checked,
.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #424242;
}
.mat-pseudo-checkbox-checked,
.mat-pseudo-checkbox-indeterminate,
.mat-accent .mat-pseudo-checkbox-checked,
.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.mat-warn .mat-pseudo-checkbox-checked,
.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e91e63;
}
.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.mat-badge-content {
  color: white;
  background: #424242;
}
@media (-ms-high-contrast: active) {
  .mat-badge-content {
    outline: solid 1px;
    border-radius: 0;
  }
}
.mat-badge-accent .mat-badge-content {
  background: #3f51b5;
  color: white;
}
.mat-badge-warn .mat-badge-content {
  color: white;
  background: #e91e63;
}
.mat-badge {
  position: relative;
}
.mat-badge-hidden .mat-badge-content {
  display: none;
}
.mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}
.mat-badge-content.mat-badge-active {
  transform: none;
}
.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-button, .mat-icon-button, .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.mat-button.mat-primary, .mat-icon-button.mat-primary, .mat-stroked-button.mat-primary {
  color: #424242;
}
.mat-button.mat-accent, .mat-icon-button.mat-accent, .mat-stroked-button.mat-accent {
  color: #3f51b5;
}
.mat-button.mat-warn, .mat-icon-button.mat-warn, .mat-stroked-button.mat-warn {
  color: #e91e63;
}
.mat-button.mat-primary[disabled], .mat-button.mat-accent[disabled], .mat-button.mat-warn[disabled], .mat-button[disabled][disabled], .mat-icon-button.mat-primary[disabled], .mat-icon-button.mat-accent[disabled], .mat-icon-button.mat-warn[disabled], .mat-icon-button[disabled][disabled], .mat-stroked-button.mat-primary[disabled], .mat-stroked-button.mat-accent[disabled], .mat-stroked-button.mat-warn[disabled], .mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-button.mat-primary .mat-button-focus-overlay, .mat-icon-button.mat-primary .mat-button-focus-overlay, .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #424242;
}
.mat-button.mat-accent .mat-button-focus-overlay, .mat-icon-button.mat-accent .mat-button-focus-overlay, .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #3f51b5;
}
.mat-button.mat-warn .mat-button-focus-overlay, .mat-icon-button.mat-warn .mat-button-focus-overlay, .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e91e63;
}
.mat-button[disabled] .mat-button-focus-overlay, .mat-icon-button[disabled] .mat-button-focus-overlay, .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
.mat-button .mat-ripple-element, .mat-icon-button .mat-ripple-element, .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.mat-button-focus-overlay {
  background: black;
}
.mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button, .mat-raised-button, .mat-fab, .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  color: white;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  color: white;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  color: white;
}
.mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-flat-button.mat-primary, .mat-raised-button.mat-primary, .mat-fab.mat-primary, .mat-mini-fab.mat-primary {
  background-color: #424242;
}
.mat-flat-button.mat-accent, .mat-raised-button.mat-accent, .mat-fab.mat-accent, .mat-mini-fab.mat-accent {
  background-color: #3f51b5;
}
.mat-flat-button.mat-warn, .mat-raised-button.mat-warn, .mat-fab.mat-warn, .mat-mini-fab.mat-warn {
  background-color: #e91e63;
}
.mat-flat-button.mat-primary[disabled], .mat-flat-button.mat-accent[disabled], .mat-flat-button.mat-warn[disabled], .mat-flat-button[disabled][disabled], .mat-raised-button.mat-primary[disabled], .mat-raised-button.mat-accent[disabled], .mat-raised-button.mat-warn[disabled], .mat-raised-button[disabled][disabled], .mat-fab.mat-primary[disabled], .mat-fab.mat-accent[disabled], .mat-fab.mat-warn[disabled], .mat-fab[disabled][disabled], .mat-mini-fab.mat-primary[disabled], .mat-mini-fab.mat-accent[disabled], .mat-mini-fab.mat-warn[disabled], .mat-mini-fab[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-flat-button.mat-primary .mat-ripple-element, .mat-raised-button.mat-primary .mat-ripple-element, .mat-fab.mat-primary .mat-ripple-element, .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-accent .mat-ripple-element, .mat-raised-button.mat-accent .mat-ripple-element, .mat-fab.mat-accent .mat-ripple-element, .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-flat-button.mat-warn .mat-ripple-element, .mat-raised-button.mat-warn .mat-ripple-element, .mat-fab.mat-warn .mat-ripple-element, .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.mat-stroked-button:not([class*=mat-elevation-z]), .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([class*=mat-elevation-z]), .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.mat-fab[disabled]:not([class*=mat-elevation-z]), .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone,
.mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
[dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-checkbox-checkmark {
  fill: #fafafa;
}
.mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
@media (-ms-high-contrast: black-on-white) {
  .mat-checkbox-checkmark-path {
    stroke: #000 !important;
  }
}
.mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #424242;
}
.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #3f51b5;
}
.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e91e63;
}
.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
@media (-ms-high-contrast: active) {
  .mat-checkbox-disabled {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: active) {
  .mat-checkbox-background {
    background: none;
  }
}
.mat-checkbox .mat-ripple-element {
  background-color: black;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #424242;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #3f51b5;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e91e63;
}
.mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.mat-chip.mat-standard-chip::after {
  background: black;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #424242;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e91e63;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #3f51b5;
  color: white;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.mat-table {
  background: white;
}
.mat-table thead, .mat-table tbody, .mat-table tfoot,
mat-header-row, mat-row, mat-footer-row,
[mat-header-row], [mat-row], [mat-footer-row],
.mat-table-sticky {
  background: inherit;
}
mat-row, mat-header-row, mat-footer-row,
th.mat-header-cell, td.mat-cell, td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.mat-cell, .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.mat-datepicker-toggle,
.mat-datepicker-content .mat-calendar-next-button,
.mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
.mat-calendar-body-selected {
  background-color: #424242;
  color: white;
}
.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(66, 66, 66, 0.4);
}
.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}
.mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}
.mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}
.mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.mat-datepicker-toggle-active {
  color: #424242;
}
.mat-datepicker-toggle-active.mat-accent {
  color: #3f51b5;
}
.mat-datepicker-toggle-active.mat-warn {
  color: #e91e63;
}
.mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.mat-expansion-panel-header-description,
.mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.mat-form-field.mat-focused .mat-form-field-label {
  color: #424242;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e91e63;
}
.mat-focused .mat-form-field-required-marker {
  color: #3f51b5;
}
.mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #424242;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #3f51b5;
}
.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e91e63;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #424242;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #3f51b5;
}
.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e91e63;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e91e63;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e91e63;
}
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e91e63;
}
.mat-error {
  color: #e91e63;
}
.mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #424242;
}
.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #3f51b5;
}
.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e91e63;
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e91e63;
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.mat-icon.mat-primary {
  color: #424242;
}
.mat-icon.mat-accent {
  color: #3f51b5;
}
.mat-icon.mat-warn {
  color: #e91e63;
}
.mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-input-element:disabled,
.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-input-element {
  caret-color: #424242;
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-accent .mat-input-element {
  caret-color: #3f51b5;
}
.mat-warn .mat-input-element,
.mat-form-field-invalid .mat-input-element {
  caret-color: #e91e63;
}
.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e91e63;
}
.mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.mat-list-item-disabled {
  background-color: #eeeeee;
}
.mat-list-option:hover, .mat-list-option:focus,
.mat-nav-list .mat-list-item:hover,
.mat-nav-list .mat-list-item:focus,
.mat-action-list .mat-list-item:hover,
.mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.mat-menu-panel {
  background: white;
}
.mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.mat-menu-item[disabled], .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
}
.mat-menu-item .mat-icon-no-color,
.mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.mat-menu-item:hover:not([disabled]),
.mat-menu-item.cdk-program-focused:not([disabled]),
.mat-menu-item.cdk-keyboard-focused:not([disabled]),
.mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.mat-paginator {
  background: white;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.mat-paginator-decrement,
.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-paginator-first,
.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.mat-icon-button[disabled] .mat-paginator-decrement,
.mat-icon-button[disabled] .mat-paginator-increment,
.mat-icon-button[disabled] .mat-paginator-first,
.mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-progress-bar-background {
  fill: whitesmoke;
}
.mat-progress-bar-buffer {
  background-color: whitesmoke;
}
.mat-progress-bar-fill::after {
  background-color: #424242;
}
.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c5cae9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #3f51b5;
}
.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f8bbd0;
}
.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f8bbd0;
}
.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e91e63;
}
.mat-progress-spinner circle, .mat-spinner circle {
  stroke: #424242;
}
.mat-progress-spinner.mat-accent circle, .mat-spinner.mat-accent circle {
  stroke: #3f51b5;
}
.mat-progress-spinner.mat-warn circle, .mat-spinner.mat-warn circle {
  stroke: #e91e63;
}
.mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #424242;
}
.mat-radio-button.mat-primary .mat-radio-inner-circle,
.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #424242;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle,
.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}
.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e91e63;
}
.mat-radio-button.mat-warn .mat-radio-inner-circle,
.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e91e63;
}
.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.mat-radio-button .mat-ripple-element {
  background-color: black;
}
.mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.mat-select-panel {
  background: white;
}
.mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #424242;
}
.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #3f51b5;
}
.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e91e63;
}
.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e91e63;
}
.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.mat-drawer.mat-drawer-push {
  background-color: white;
}
.mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
[dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}
.mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #424242;
}
.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(66, 66, 66, 0.54);
}
.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #424242;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e91e63;
}
.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(233, 30, 99, 0.54);
}
.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e91e63;
}
.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-primary .mat-slider-track-fill,
.mat-primary .mat-slider-thumb,
.mat-primary .mat-slider-thumb-label {
  background-color: #424242;
}
.mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #3f51b5;
}
.mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.mat-warn .mat-slider-track-fill,
.mat-warn .mat-slider-thumb,
.mat-warn .mat-slider-thumb-label {
  background-color: #e91e63;
}
.mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}
.mat-slider:hover .mat-slider-track-background,
.cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-disabled .mat-slider-track-background,
.mat-slider-disabled .mat-slider-track-fill,
.mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.mat-step-header.cdk-keyboard-focused, .mat-step-header.cdk-program-focused, .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .mat-step-header:hover {
    background: none;
  }
}
.mat-step-header .mat-step-label,
.mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.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: #424242;
  color: white;
}
.mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e91e63;
}
.mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.mat-step-header .mat-step-label.mat-step-label-error {
  color: #e91e63;
}
.mat-stepper-horizontal, .mat-stepper-vertical {
  background-color: white;
}
.mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.mat-horizontal-stepper-header::before,
.mat-horizontal-stepper-header::after,
.mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.mat-sort-header-arrow {
  color: #757575;
}
.mat-tab-nav-bar,
.mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.mat-tab-group-inverted-header .mat-tab-nav-bar,
.mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.mat-tab-label, .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.mat-tab-label.mat-tab-disabled, .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.mat-tab-group[class*=mat-background-] .mat-tab-header,
.mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.mat-tab-group.mat-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #424242;
}
.mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #3f51b5;
}
.mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
.mat-tab-group.mat-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e91e63;
}
.mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.mat-tab-group.mat-background-primary .mat-tab-header, .mat-tab-group.mat-background-primary .mat-tab-links, .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #424242;
}
.mat-tab-group.mat-background-primary .mat-tab-label, .mat-tab-group.mat-background-primary .mat-tab-link, .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-primary .mat-ripple-element, .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.mat-tab-group.mat-background-accent .mat-tab-header, .mat-tab-group.mat-background-accent .mat-tab-links, .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #3f51b5;
}
.mat-tab-group.mat-background-accent .mat-tab-label, .mat-tab-group.mat-background-accent .mat-tab-link, .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-accent .mat-ripple-element, .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
.mat-tab-group.mat-background-warn .mat-tab-header, .mat-tab-group.mat-background-warn .mat-tab-links, .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #e91e63;
}
.mat-tab-group.mat-background-warn .mat-tab-label, .mat-tab-group.mat-background-warn .mat-tab-link, .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.mat-tab-group.mat-background-warn .mat-ripple-element, .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.mat-toolbar.mat-primary {
  background: #424242;
  color: white;
}
.mat-toolbar.mat-accent {
  background: #3f51b5;
  color: white;
}
.mat-toolbar.mat-warn {
  background: #e91e63;
  color: white;
}
.mat-toolbar .mat-form-field-underline,
.mat-toolbar .mat-form-field-ripple,
.mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.mat-toolbar .mat-form-field-label,
.mat-toolbar .mat-focused .mat-form-field-label,
.mat-toolbar .mat-select-value,
.mat-toolbar .mat-select-arrow,
.mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.mat-tree {
  background: white;
}
.mat-tree-node,
.mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.mat-simple-snackbar-action {
  color: #3f51b5;
}
.abfa-theme .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.abfa-theme .mat-option {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-option:hover:not(.mat-option-disabled), .abfa-theme .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.abfa-theme .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(0, 0, 0, 0.04);
}
.abfa-theme .mat-option.mat-active {
  background: rgba(0, 0, 0, 0.04);
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-option.mat-option-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #424242;
}
.abfa-theme .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #ff9800;
}
.abfa-theme .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e91e63;
}
.abfa-theme .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-pseudo-checkbox {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-pseudo-checkbox::after {
  color: #fafafa;
}
.abfa-theme .mat-pseudo-checkbox-disabled {
  color: #b0b0b0;
}
.abfa-theme .mat-primary .mat-pseudo-checkbox-checked,
.abfa-theme .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #424242;
}
.abfa-theme .mat-pseudo-checkbox-checked,
.abfa-theme .mat-pseudo-checkbox-indeterminate,
.abfa-theme .mat-accent .mat-pseudo-checkbox-checked,
.abfa-theme .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #ff9800;
}
.abfa-theme .mat-warn .mat-pseudo-checkbox-checked,
.abfa-theme .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e91e63;
}
.abfa-theme .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.abfa-theme .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0;
}
.abfa-theme .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-app-background, .abfa-theme.mat-app-background {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.mat-theme-loaded-marker {
  display: none;
}
.abfa-theme .mat-autocomplete-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: white;
}
.abfa-theme .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-badge-content {
  color: white;
  background: #424242;
}
@media (-ms-high-contrast: active) {
  .abfa-theme .mat-badge-content {
    outline: solid 1px;
    border-radius: 0;
  }
}
.abfa-theme .mat-badge-accent .mat-badge-content {
  background: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-badge-warn .mat-badge-content {
  color: white;
  background: #e91e63;
}
.abfa-theme .mat-badge {
  position: relative;
}
.abfa-theme .mat-badge-hidden .mat-badge-content {
  display: none;
}
.abfa-theme .mat-badge-disabled .mat-badge-content {
  background: #b9b9b9;
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.abfa-theme .ng-animate-disabled .mat-badge-content,
.abfa-theme .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.abfa-theme .mat-badge-content.mat-badge-active {
  transform: none;
}
.abfa-theme .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.abfa-theme .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.abfa-theme .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.abfa-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .abfa-theme .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.abfa-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .abfa-theme .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.abfa-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .abfa-theme .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.abfa-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .abfa-theme .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.abfa-theme .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.abfa-theme .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.abfa-theme .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.abfa-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .abfa-theme .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.abfa-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .abfa-theme .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.abfa-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .abfa-theme .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.abfa-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .abfa-theme .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.abfa-theme .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.abfa-theme .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.abfa-theme .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.abfa-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .abfa-theme .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.abfa-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .abfa-theme .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.abfa-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .abfa-theme .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.abfa-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .abfa-theme .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.abfa-theme .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-button, .abfa-theme .mat-icon-button, .abfa-theme .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.abfa-theme .mat-button.mat-primary, .abfa-theme .mat-icon-button.mat-primary, .abfa-theme .mat-stroked-button.mat-primary {
  color: #424242;
}
.abfa-theme .mat-button.mat-accent, .abfa-theme .mat-icon-button.mat-accent, .abfa-theme .mat-stroked-button.mat-accent {
  color: #ff9800;
}
.abfa-theme .mat-button.mat-warn, .abfa-theme .mat-icon-button.mat-warn, .abfa-theme .mat-stroked-button.mat-warn {
  color: #e91e63;
}
.abfa-theme .mat-button.mat-primary[disabled], .abfa-theme .mat-button.mat-accent[disabled], .abfa-theme .mat-button.mat-warn[disabled], .abfa-theme .mat-button[disabled][disabled], .abfa-theme .mat-icon-button.mat-primary[disabled], .abfa-theme .mat-icon-button.mat-accent[disabled], .abfa-theme .mat-icon-button.mat-warn[disabled], .abfa-theme .mat-icon-button[disabled][disabled], .abfa-theme .mat-stroked-button.mat-primary[disabled], .abfa-theme .mat-stroked-button.mat-accent[disabled], .abfa-theme .mat-stroked-button.mat-warn[disabled], .abfa-theme .mat-stroked-button[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-button.mat-primary .mat-button-focus-overlay, .abfa-theme .mat-icon-button.mat-primary .mat-button-focus-overlay, .abfa-theme .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #424242;
}
.abfa-theme .mat-button.mat-accent .mat-button-focus-overlay, .abfa-theme .mat-icon-button.mat-accent .mat-button-focus-overlay, .abfa-theme .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #ff9800;
}
.abfa-theme .mat-button.mat-warn .mat-button-focus-overlay, .abfa-theme .mat-icon-button.mat-warn .mat-button-focus-overlay, .abfa-theme .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e91e63;
}
.abfa-theme .mat-button[disabled] .mat-button-focus-overlay, .abfa-theme .mat-icon-button[disabled] .mat-button-focus-overlay, .abfa-theme .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
.abfa-theme .mat-button .mat-ripple-element, .abfa-theme .mat-icon-button .mat-ripple-element, .abfa-theme .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.abfa-theme .mat-button-focus-overlay {
  background: black;
}
.abfa-theme .mat-stroked-button:not([disabled]) {
  border-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-flat-button, .abfa-theme .mat-raised-button, .abfa-theme .mat-fab, .abfa-theme .mat-mini-fab {
  color: rgba(0, 0, 0, 0.87);
  background-color: white;
}
.abfa-theme .mat-flat-button.mat-primary, .abfa-theme .mat-raised-button.mat-primary, .abfa-theme .mat-fab.mat-primary, .abfa-theme .mat-mini-fab.mat-primary {
  color: white;
}
.abfa-theme .mat-flat-button.mat-accent, .abfa-theme .mat-raised-button.mat-accent, .abfa-theme .mat-fab.mat-accent, .abfa-theme .mat-mini-fab.mat-accent {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-flat-button.mat-warn, .abfa-theme .mat-raised-button.mat-warn, .abfa-theme .mat-fab.mat-warn, .abfa-theme .mat-mini-fab.mat-warn {
  color: white;
}
.abfa-theme .mat-flat-button.mat-primary[disabled], .abfa-theme .mat-flat-button.mat-accent[disabled], .abfa-theme .mat-flat-button.mat-warn[disabled], .abfa-theme .mat-flat-button[disabled][disabled], .abfa-theme .mat-raised-button.mat-primary[disabled], .abfa-theme .mat-raised-button.mat-accent[disabled], .abfa-theme .mat-raised-button.mat-warn[disabled], .abfa-theme .mat-raised-button[disabled][disabled], .abfa-theme .mat-fab.mat-primary[disabled], .abfa-theme .mat-fab.mat-accent[disabled], .abfa-theme .mat-fab.mat-warn[disabled], .abfa-theme .mat-fab[disabled][disabled], .abfa-theme .mat-mini-fab.mat-primary[disabled], .abfa-theme .mat-mini-fab.mat-accent[disabled], .abfa-theme .mat-mini-fab.mat-warn[disabled], .abfa-theme .mat-mini-fab[disabled][disabled] {
  color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-flat-button.mat-primary, .abfa-theme .mat-raised-button.mat-primary, .abfa-theme .mat-fab.mat-primary, .abfa-theme .mat-mini-fab.mat-primary {
  background-color: #424242;
}
.abfa-theme .mat-flat-button.mat-accent, .abfa-theme .mat-raised-button.mat-accent, .abfa-theme .mat-fab.mat-accent, .abfa-theme .mat-mini-fab.mat-accent {
  background-color: #ff9800;
}
.abfa-theme .mat-flat-button.mat-warn, .abfa-theme .mat-raised-button.mat-warn, .abfa-theme .mat-fab.mat-warn, .abfa-theme .mat-mini-fab.mat-warn {
  background-color: #e91e63;
}
.abfa-theme .mat-flat-button.mat-primary[disabled], .abfa-theme .mat-flat-button.mat-accent[disabled], .abfa-theme .mat-flat-button.mat-warn[disabled], .abfa-theme .mat-flat-button[disabled][disabled], .abfa-theme .mat-raised-button.mat-primary[disabled], .abfa-theme .mat-raised-button.mat-accent[disabled], .abfa-theme .mat-raised-button.mat-warn[disabled], .abfa-theme .mat-raised-button[disabled][disabled], .abfa-theme .mat-fab.mat-primary[disabled], .abfa-theme .mat-fab.mat-accent[disabled], .abfa-theme .mat-fab.mat-warn[disabled], .abfa-theme .mat-fab[disabled][disabled], .abfa-theme .mat-mini-fab.mat-primary[disabled], .abfa-theme .mat-mini-fab.mat-accent[disabled], .abfa-theme .mat-mini-fab.mat-warn[disabled], .abfa-theme .mat-mini-fab[disabled][disabled] {
  background-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-flat-button.mat-primary .mat-ripple-element, .abfa-theme .mat-raised-button.mat-primary .mat-ripple-element, .abfa-theme .mat-fab.mat-primary .mat-ripple-element, .abfa-theme .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.abfa-theme .mat-flat-button.mat-accent .mat-ripple-element, .abfa-theme .mat-raised-button.mat-accent .mat-ripple-element, .abfa-theme .mat-fab.mat-accent .mat-ripple-element, .abfa-theme .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1);
}
.abfa-theme .mat-flat-button.mat-warn .mat-ripple-element, .abfa-theme .mat-raised-button.mat-warn .mat-ripple-element, .abfa-theme .mat-fab.mat-warn .mat-ripple-element, .abfa-theme .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.abfa-theme .mat-stroked-button:not([class*=mat-elevation-z]), .abfa-theme .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-fab:not([class*=mat-elevation-z]), .abfa-theme .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .abfa-theme .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-fab[disabled]:not([class*=mat-elevation-z]), .abfa-theme .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-button-toggle-standalone,
.abfa-theme .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.abfa-theme .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.abfa-theme .mat-button-toggle {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
  background: white;
}
.abfa-theme .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: black;
}
.abfa-theme .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-button-toggle-checked {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-button-toggle-disabled {
  color: rgba(0, 0, 0, 0.26);
  background-color: #eeeeee;
}
.abfa-theme .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: white;
}
.abfa-theme .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #bdbdbd;
}
.abfa-theme .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.abfa-theme .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-card {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-card-subtitle {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-checkbox-frame {
  border-color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-checkbox-checkmark {
  fill: #fafafa;
}
.abfa-theme .mat-checkbox-checkmark-path {
  stroke: #fafafa !important;
}
@media (-ms-high-contrast: black-on-white) {
  .abfa-theme .mat-checkbox-checkmark-path {
    stroke: #000 !important;
  }
}
.abfa-theme .mat-checkbox-mixedmark {
  background-color: #fafafa;
}
.abfa-theme .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .abfa-theme .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #424242;
}
.abfa-theme .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .abfa-theme .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #ff9800;
}
.abfa-theme .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .abfa-theme .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e91e63;
}
.abfa-theme .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .abfa-theme .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #b0b0b0;
}
.abfa-theme .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #b0b0b0;
}
.abfa-theme .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(0, 0, 0, 0.54);
}
@media (-ms-high-contrast: active) {
  .abfa-theme .mat-checkbox-disabled {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: active) {
  .abfa-theme .mat-checkbox-background {
    background: none;
  }
}
.abfa-theme .mat-checkbox .mat-ripple-element {
  background-color: black;
}
.abfa-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.abfa-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #424242;
}
.abfa-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.abfa-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #ff9800;
}
.abfa-theme .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.abfa-theme .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e91e63;
}
.abfa-theme .mat-chip.mat-standard-chip {
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-chip.mat-standard-chip .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.abfa-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.abfa-theme .mat-chip.mat-standard-chip::after {
  background: black;
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #424242;
  color: white;
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e91e63;
  color: white;
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: rgba(0, 0, 0, 0.87);
  opacity: 0.4;
}
.abfa-theme .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background: rgba(0, 0, 0, 0.1);
}
.abfa-theme .mat-table {
  background: white;
}
.abfa-theme .mat-table thead, .abfa-theme .mat-table tbody, .abfa-theme .mat-table tfoot,
.abfa-theme mat-header-row, .abfa-theme mat-row, .abfa-theme mat-footer-row,
.abfa-theme [mat-header-row], .abfa-theme [mat-row], .abfa-theme [mat-footer-row],
.abfa-theme .mat-table-sticky {
  background: inherit;
}
.abfa-theme mat-row, .abfa-theme mat-header-row, .abfa-theme mat-footer-row,
.abfa-theme th.mat-header-cell, .abfa-theme td.mat-cell, .abfa-theme td.mat-footer-cell {
  border-bottom-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-header-cell {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-cell, .abfa-theme .mat-footer-cell {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-calendar-arrow {
  border-top-color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-datepicker-toggle,
.abfa-theme .mat-datepicker-content .mat-calendar-next-button,
.abfa-theme .mat-datepicker-content .mat-calendar-previous-button {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-calendar-table-header {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-calendar-body-label {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-calendar-body-cell-content {
  color: rgba(0, 0, 0, 0.87);
  border-color: transparent;
}
.abfa-theme .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.abfa-theme .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.abfa-theme .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(0, 0, 0, 0.04);
}
.abfa-theme .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(0, 0, 0, 0.18);
}
.abfa-theme .mat-calendar-body-selected {
  background-color: #424242;
  color: white;
}
.abfa-theme .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(66, 66, 66, 0.4);
}
.abfa-theme .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.abfa-theme .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(255, 152, 0, 0.4);
}
.abfa-theme .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}
.abfa-theme .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}
.abfa-theme .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.abfa-theme .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-datepicker-toggle-active {
  color: #424242;
}
.abfa-theme .mat-datepicker-toggle-active.mat-accent {
  color: #ff9800;
}
.abfa-theme .mat-datepicker-toggle-active.mat-warn {
  color: #e91e63;
}
.abfa-theme .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-divider {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-divider-vertical {
  border-right-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-expansion-panel {
  background: white;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-action-row {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .abfa-theme .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .abfa-theme .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .abfa-theme .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: white;
  }
}
.abfa-theme .mat-expansion-panel-header-title {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-expansion-panel-header-description,
.abfa-theme .mat-expansion-indicator::after {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.abfa-theme .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.abfa-theme .mat-form-field-label {
  color: rgba(0, 0, 0, 0.6);
}
.abfa-theme .mat-hint {
  color: rgba(0, 0, 0, 0.6);
}
.abfa-theme .mat-form-field.mat-focused .mat-form-field-label {
  color: #424242;
}
.abfa-theme .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #ff9800;
}
.abfa-theme .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e91e63;
}
.abfa-theme .mat-focused .mat-form-field-required-marker {
  color: #ff9800;
}
.abfa-theme .mat-form-field-ripple {
  background-color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #424242;
}
.abfa-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #ff9800;
}
.abfa-theme .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e91e63;
}
.abfa-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #424242;
}
.abfa-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #ff9800;
}
.abfa-theme .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e91e63;
}
.abfa-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e91e63;
}
.abfa-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.abfa-theme .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e91e63;
}
.abfa-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.abfa-theme .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e91e63;
}
.abfa-theme .mat-error {
  color: #e91e63;
}
.abfa-theme .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.abfa-theme .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.42) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.abfa-theme .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.04);
}
.abfa-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(0, 0, 0, 0.02);
}
.abfa-theme .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.abfa-theme .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #424242;
}
.abfa-theme .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #ff9800;
}
.abfa-theme .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e91e63;
}
.abfa-theme .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e91e63;
}
.abfa-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.06);
}
.abfa-theme .mat-icon.mat-primary {
  color: #424242;
}
.abfa-theme .mat-icon.mat-accent {
  color: #ff9800;
}
.abfa-theme .mat-icon.mat-warn {
  color: #e91e63;
}
.abfa-theme .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-input-element:disabled,
.abfa-theme .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-input-element {
  caret-color: #424242;
}
.abfa-theme .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-input-element::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-input-element::placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-input-element::-moz-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-input-element::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-input-element:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-accent .mat-input-element {
  caret-color: #ff9800;
}
.abfa-theme .mat-warn .mat-input-element,
.abfa-theme .mat-form-field-invalid .mat-input-element {
  caret-color: #e91e63;
}
.abfa-theme .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e91e63;
}
.abfa-theme .mat-list-base .mat-list-item {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-list-base .mat-list-option {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-list-base .mat-subheader {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-list-item-disabled {
  background-color: #eeeeee;
}
.abfa-theme .mat-list-option:hover, .abfa-theme .mat-list-option:focus,
.abfa-theme .mat-nav-list .mat-list-item:hover,
.abfa-theme .mat-nav-list .mat-list-item:focus,
.abfa-theme .mat-action-list .mat-list-item:hover,
.abfa-theme .mat-action-list .mat-list-item:focus {
  background: rgba(0, 0, 0, 0.04);
}
.abfa-theme .mat-menu-panel {
  background: white;
}
.abfa-theme .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-menu-item {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-menu-item[disabled], .abfa-theme .mat-menu-item[disabled]::after {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-menu-item .mat-icon-no-color,
.abfa-theme .mat-menu-item-submenu-trigger::after {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-menu-item:hover:not([disabled]),
.abfa-theme .mat-menu-item.cdk-program-focused:not([disabled]),
.abfa-theme .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.abfa-theme .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(0, 0, 0, 0.04);
}
.abfa-theme .mat-paginator {
  background: white;
}
.abfa-theme .mat-paginator,
.abfa-theme .mat-paginator-page-size .mat-select-trigger {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-paginator-decrement,
.abfa-theme .mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-paginator-first,
.abfa-theme .mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-icon-button[disabled] .mat-paginator-decrement,
.abfa-theme .mat-icon-button[disabled] .mat-paginator-increment,
.abfa-theme .mat-icon-button[disabled] .mat-paginator-first,
.abfa-theme .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-progress-bar-background {
  fill: whitesmoke;
}
.abfa-theme .mat-progress-bar-buffer {
  background-color: whitesmoke;
}
.abfa-theme .mat-progress-bar-fill::after {
  background-color: #424242;
}
.abfa-theme .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ffe0b2;
}
.abfa-theme .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #ffe0b2;
}
.abfa-theme .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #ff9800;
}
.abfa-theme .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f8bbd0;
}
.abfa-theme .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f8bbd0;
}
.abfa-theme .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e91e63;
}
.abfa-theme .mat-progress-spinner circle, .abfa-theme .mat-spinner circle {
  stroke: #424242;
}
.abfa-theme .mat-progress-spinner.mat-accent circle, .abfa-theme .mat-spinner.mat-accent circle {
  stroke: #ff9800;
}
.abfa-theme .mat-progress-spinner.mat-warn circle, .abfa-theme .mat-spinner.mat-warn circle {
  stroke: #e91e63;
}
.abfa-theme .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #424242;
}
.abfa-theme .mat-radio-button.mat-primary .mat-radio-inner-circle,
.abfa-theme .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .abfa-theme .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .abfa-theme .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #424242;
}
.abfa-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #ff9800;
}
.abfa-theme .mat-radio-button.mat-accent .mat-radio-inner-circle,
.abfa-theme .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .abfa-theme .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .abfa-theme .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #ff9800;
}
.abfa-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e91e63;
}
.abfa-theme .mat-radio-button.mat-warn .mat-radio-inner-circle,
.abfa-theme .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .abfa-theme .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .abfa-theme .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e91e63;
}
.abfa-theme .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.abfa-theme .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.abfa-theme .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-radio-button .mat-ripple-element {
  background-color: black;
}
.abfa-theme .mat-select-value {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-select-placeholder {
  color: rgba(0, 0, 0, 0.42);
}
.abfa-theme .mat-select-disabled .mat-select-value {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-select-arrow {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-select-panel {
  background: white;
}
.abfa-theme .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #424242;
}
.abfa-theme .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #ff9800;
}
.abfa-theme .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e91e63;
}
.abfa-theme .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e91e63;
}
.abfa-theme .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-drawer-container {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-drawer {
  background-color: white;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-drawer.mat-drawer-push {
  background-color: white;
}
.abfa-theme .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-drawer-side {
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.abfa-theme [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(0, 0, 0, 0.12);
  border-right: none;
}
.abfa-theme [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(0, 0, 0, 0.6);
}
.abfa-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #ff9800;
}
.abfa-theme .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(255, 152, 0, 0.54);
}
.abfa-theme .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #ff9800;
}
.abfa-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #424242;
}
.abfa-theme .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(66, 66, 66, 0.54);
}
.abfa-theme .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #424242;
}
.abfa-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e91e63;
}
.abfa-theme .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(233, 30, 99, 0.54);
}
.abfa-theme .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e91e63;
}
.abfa-theme .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: black;
}
.abfa-theme .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #fafafa;
}
.abfa-theme .mat-slide-toggle-bar {
  background-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-primary .mat-slider-track-fill,
.abfa-theme .mat-primary .mat-slider-thumb,
.abfa-theme .mat-primary .mat-slider-thumb-label {
  background-color: #424242;
}
.abfa-theme .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.abfa-theme .mat-accent .mat-slider-track-fill,
.abfa-theme .mat-accent .mat-slider-thumb,
.abfa-theme .mat-accent .mat-slider-thumb-label {
  background-color: #ff9800;
}
.abfa-theme .mat-accent .mat-slider-thumb-label-text {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-warn .mat-slider-track-fill,
.abfa-theme .mat-warn .mat-slider-thumb,
.abfa-theme .mat-warn .mat-slider-thumb-label {
  background-color: #e91e63;
}
.abfa-theme .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.abfa-theme .mat-slider-focus-ring {
  background-color: rgba(255, 152, 0, 0.2);
}
.abfa-theme .mat-slider:hover .mat-slider-track-background,
.abfa-theme .cdk-focused .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-slider-disabled .mat-slider-track-background,
.abfa-theme .mat-slider-disabled .mat-slider-track-fill,
.abfa-theme .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.abfa-theme .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.abfa-theme .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
  background-color: transparent;
}
.abfa-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .abfa-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .abfa-theme .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(0, 0, 0, 0.26);
}
.abfa-theme .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(0, 0, 0, 0.7);
}
.abfa-theme .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.abfa-theme .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
}
.abfa-theme .mat-step-header.cdk-keyboard-focused, .abfa-theme .mat-step-header.cdk-program-focused, .abfa-theme .mat-step-header:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
@media (hover: none) {
  .abfa-theme .mat-step-header:hover {
    background: none;
  }
}
.abfa-theme .mat-step-header .mat-step-label,
.abfa-theme .mat-step-header .mat-step-optional {
  color: rgba(0, 0, 0, 0.54);
}
.abfa-theme .mat-step-header .mat-step-icon {
  background-color: rgba(0, 0, 0, 0.54);
  color: white;
}
.abfa-theme .mat-step-header .mat-step-icon-selected,
.abfa-theme .mat-step-header .mat-step-icon-state-done,
.abfa-theme .mat-step-header .mat-step-icon-state-edit {
  background-color: #424242;
  color: white;
}
.abfa-theme .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e91e63;
}
.abfa-theme .mat-step-header .mat-step-label.mat-step-label-active {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-step-header .mat-step-label.mat-step-label-error {
  color: #e91e63;
}
.abfa-theme .mat-stepper-horizontal, .abfa-theme .mat-stepper-vertical {
  background-color: white;
}
.abfa-theme .mat-stepper-vertical-line::before {
  border-left-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-horizontal-stepper-header::before,
.abfa-theme .mat-horizontal-stepper-header::after,
.abfa-theme .mat-stepper-horizontal-line {
  border-top-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-sort-header-arrow {
  color: #757575;
}
.abfa-theme .mat-tab-nav-bar,
.abfa-theme .mat-tab-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-tab-group-inverted-header .mat-tab-nav-bar,
.abfa-theme .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: none;
}
.abfa-theme .mat-tab-label, .abfa-theme .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-tab-label.mat-tab-disabled, .abfa-theme .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.38);
}
.abfa-theme .mat-tab-group[class*=mat-background-] .mat-tab-header,
.abfa-theme .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.abfa-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.abfa-theme .mat-tab-group.mat-primary .mat-ink-bar, .abfa-theme .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #424242;
}
.abfa-theme .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .abfa-theme .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
.abfa-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
.abfa-theme .mat-tab-group.mat-accent .mat-ink-bar, .abfa-theme .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #ff9800;
}
.abfa-theme .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .abfa-theme .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
.abfa-theme .mat-tab-group.mat-warn .mat-ink-bar, .abfa-theme .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e91e63;
}
.abfa-theme .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .abfa-theme .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-header, .abfa-theme .mat-tab-group.mat-background-primary .mat-tab-links, .abfa-theme .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #424242;
}
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-label, .abfa-theme .mat-tab-group.mat-background-primary .mat-tab-link, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .abfa-theme .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
.abfa-theme .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.abfa-theme .mat-tab-group.mat-background-primary .mat-ripple-element, .abfa-theme .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(255, 224, 178, 0.3);
}
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-header, .abfa-theme .mat-tab-group.mat-background-accent .mat-tab-links, .abfa-theme .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #ff9800;
}
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-label, .abfa-theme .mat-tab-group.mat-background-accent .mat-tab-link, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .abfa-theme .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(0, 0, 0, 0.4);
}
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(0, 0, 0, 0.4);
}
.abfa-theme .mat-tab-group.mat-background-accent .mat-ripple-element, .abfa-theme .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-header, .abfa-theme .mat-tab-group.mat-background-warn .mat-tab-links, .abfa-theme .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #e91e63;
}
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-label, .abfa-theme .mat-tab-group.mat-background-warn .mat-tab-link, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .abfa-theme .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.abfa-theme .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.abfa-theme .mat-tab-group.mat-background-warn .mat-ripple-element, .abfa-theme .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme .mat-toolbar {
  background: whitesmoke;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-toolbar.mat-primary {
  background: #424242;
  color: white;
}
.abfa-theme .mat-toolbar.mat-accent {
  background: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-toolbar.mat-warn {
  background: #e91e63;
  color: white;
}
.abfa-theme .mat-toolbar .mat-form-field-underline,
.abfa-theme .mat-toolbar .mat-form-field-ripple,
.abfa-theme .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.abfa-theme .mat-toolbar .mat-form-field-label,
.abfa-theme .mat-toolbar .mat-focused .mat-form-field-label,
.abfa-theme .mat-toolbar .mat-select-value,
.abfa-theme .mat-toolbar .mat-select-arrow,
.abfa-theme .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.abfa-theme .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.abfa-theme .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.abfa-theme .mat-tree {
  background: white;
}
.abfa-theme .mat-tree-node,
.abfa-theme .mat-nested-tree-node {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme .mat-snack-bar-container {
  color: rgba(255, 255, 255, 0.7);
  background: #323232;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme .mat-simple-snackbar-action {
  color: #ff9800;
}
.abfa-theme-dark .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-option {
  color: white;
}
.abfa-theme-dark .mat-option:hover:not(.mat-option-disabled), .abfa-theme-dark .mat-option:focus:not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.abfa-theme-dark .mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: rgba(255, 255, 255, 0.04);
}
.abfa-theme-dark .mat-option.mat-active {
  background: rgba(255, 255, 255, 0.04);
  color: white;
}
.abfa-theme-dark .mat-option.mat-option-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #424242;
}
.abfa-theme-dark .mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #3f51b5;
}
.abfa-theme-dark .mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #e91e63;
}
.abfa-theme-dark .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-optgroup-disabled .mat-optgroup-label {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-pseudo-checkbox {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-pseudo-checkbox::after {
  color: #303030;
}
.abfa-theme-dark .mat-pseudo-checkbox-disabled {
  color: #686868;
}
.abfa-theme-dark .mat-primary .mat-pseudo-checkbox-checked,
.abfa-theme-dark .mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #424242;
}
.abfa-theme-dark .mat-pseudo-checkbox-checked,
.abfa-theme-dark .mat-pseudo-checkbox-indeterminate,
.abfa-theme-dark .mat-accent .mat-pseudo-checkbox-checked,
.abfa-theme-dark .mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #3f51b5;
}
.abfa-theme-dark .mat-warn .mat-pseudo-checkbox-checked,
.abfa-theme-dark .mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #e91e63;
}
.abfa-theme-dark .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled,
.abfa-theme-dark .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #686868;
}
.abfa-theme-dark .mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-app-background, .abfa-theme-dark.mat-app-background {
  background-color: #303030;
  color: white;
}
.mat-theme-loaded-marker {
  display: none;
}
.abfa-theme-dark .mat-autocomplete-panel {
  background: #424242;
  color: white;
}
.abfa-theme-dark .mat-autocomplete-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
  background: #424242;
}
.abfa-theme-dark .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
  color: white;
}
.abfa-theme-dark .mat-badge-content {
  color: white;
  background: #424242;
}
@media (-ms-high-contrast: active) {
  .abfa-theme-dark .mat-badge-content {
    outline: solid 1px;
    border-radius: 0;
  }
}
.abfa-theme-dark .mat-badge-accent .mat-badge-content {
  background: #3f51b5;
  color: white;
}
.abfa-theme-dark .mat-badge-warn .mat-badge-content {
  color: white;
  background: #e91e63;
}
.abfa-theme-dark .mat-badge {
  position: relative;
}
.abfa-theme-dark .mat-badge-hidden .mat-badge-content {
  display: none;
}
.abfa-theme-dark .mat-badge-disabled .mat-badge-content {
  background: #6e6e6e;
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
}
.abfa-theme-dark .ng-animate-disabled .mat-badge-content,
.abfa-theme-dark .mat-badge-content._mat-animation-noopable {
  transition: none;
}
.abfa-theme-dark .mat-badge-content.mat-badge-active {
  transform: none;
}
.abfa-theme-dark .mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
}
.abfa-theme-dark .mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.abfa-theme-dark .mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.abfa-theme-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.abfa-theme-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.abfa-theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.abfa-theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}
.abfa-theme-dark .mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.abfa-theme-dark .mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.abfa-theme-dark .mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.abfa-theme-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.abfa-theme-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.abfa-theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.abfa-theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}
.abfa-theme-dark .mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.abfa-theme-dark .mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.abfa-theme-dark .mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.abfa-theme-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.abfa-theme-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.abfa-theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.abfa-theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .abfa-theme-dark .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}
.abfa-theme-dark .mat-bottom-sheet-container {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.abfa-theme-dark .mat-button, .abfa-theme-dark .mat-icon-button, .abfa-theme-dark .mat-stroked-button {
  color: inherit;
  background: transparent;
}
.abfa-theme-dark .mat-button.mat-primary, .abfa-theme-dark .mat-icon-button.mat-primary, .abfa-theme-dark .mat-stroked-button.mat-primary {
  color: #424242;
}
.abfa-theme-dark .mat-button.mat-accent, .abfa-theme-dark .mat-icon-button.mat-accent, .abfa-theme-dark .mat-stroked-button.mat-accent {
  color: #3f51b5;
}
.abfa-theme-dark .mat-button.mat-warn, .abfa-theme-dark .mat-icon-button.mat-warn, .abfa-theme-dark .mat-stroked-button.mat-warn {
  color: #e91e63;
}
.abfa-theme-dark .mat-button.mat-primary[disabled], .abfa-theme-dark .mat-button.mat-accent[disabled], .abfa-theme-dark .mat-button.mat-warn[disabled], .abfa-theme-dark .mat-button[disabled][disabled], .abfa-theme-dark .mat-icon-button.mat-primary[disabled], .abfa-theme-dark .mat-icon-button.mat-accent[disabled], .abfa-theme-dark .mat-icon-button.mat-warn[disabled], .abfa-theme-dark .mat-icon-button[disabled][disabled], .abfa-theme-dark .mat-stroked-button.mat-primary[disabled], .abfa-theme-dark .mat-stroked-button.mat-accent[disabled], .abfa-theme-dark .mat-stroked-button.mat-warn[disabled], .abfa-theme-dark .mat-stroked-button[disabled][disabled] {
  color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-button.mat-primary .mat-button-focus-overlay, .abfa-theme-dark .mat-icon-button.mat-primary .mat-button-focus-overlay, .abfa-theme-dark .mat-stroked-button.mat-primary .mat-button-focus-overlay {
  background-color: #424242;
}
.abfa-theme-dark .mat-button.mat-accent .mat-button-focus-overlay, .abfa-theme-dark .mat-icon-button.mat-accent .mat-button-focus-overlay, .abfa-theme-dark .mat-stroked-button.mat-accent .mat-button-focus-overlay {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-button.mat-warn .mat-button-focus-overlay, .abfa-theme-dark .mat-icon-button.mat-warn .mat-button-focus-overlay, .abfa-theme-dark .mat-stroked-button.mat-warn .mat-button-focus-overlay {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-button[disabled] .mat-button-focus-overlay, .abfa-theme-dark .mat-icon-button[disabled] .mat-button-focus-overlay, .abfa-theme-dark .mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent;
}
.abfa-theme-dark .mat-button .mat-ripple-element, .abfa-theme-dark .mat-icon-button .mat-ripple-element, .abfa-theme-dark .mat-stroked-button .mat-ripple-element {
  opacity: 0.1;
  background-color: currentColor;
}
.abfa-theme-dark .mat-button-focus-overlay {
  background: white;
}
.abfa-theme-dark .mat-stroked-button:not([disabled]) {
  border-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-flat-button, .abfa-theme-dark .mat-raised-button, .abfa-theme-dark .mat-fab, .abfa-theme-dark .mat-mini-fab {
  color: white;
  background-color: #424242;
}
.abfa-theme-dark .mat-flat-button.mat-primary, .abfa-theme-dark .mat-raised-button.mat-primary, .abfa-theme-dark .mat-fab.mat-primary, .abfa-theme-dark .mat-mini-fab.mat-primary {
  color: white;
}
.abfa-theme-dark .mat-flat-button.mat-accent, .abfa-theme-dark .mat-raised-button.mat-accent, .abfa-theme-dark .mat-fab.mat-accent, .abfa-theme-dark .mat-mini-fab.mat-accent {
  color: white;
}
.abfa-theme-dark .mat-flat-button.mat-warn, .abfa-theme-dark .mat-raised-button.mat-warn, .abfa-theme-dark .mat-fab.mat-warn, .abfa-theme-dark .mat-mini-fab.mat-warn {
  color: white;
}
.abfa-theme-dark .mat-flat-button.mat-primary[disabled], .abfa-theme-dark .mat-flat-button.mat-accent[disabled], .abfa-theme-dark .mat-flat-button.mat-warn[disabled], .abfa-theme-dark .mat-flat-button[disabled][disabled], .abfa-theme-dark .mat-raised-button.mat-primary[disabled], .abfa-theme-dark .mat-raised-button.mat-accent[disabled], .abfa-theme-dark .mat-raised-button.mat-warn[disabled], .abfa-theme-dark .mat-raised-button[disabled][disabled], .abfa-theme-dark .mat-fab.mat-primary[disabled], .abfa-theme-dark .mat-fab.mat-accent[disabled], .abfa-theme-dark .mat-fab.mat-warn[disabled], .abfa-theme-dark .mat-fab[disabled][disabled], .abfa-theme-dark .mat-mini-fab.mat-primary[disabled], .abfa-theme-dark .mat-mini-fab.mat-accent[disabled], .abfa-theme-dark .mat-mini-fab.mat-warn[disabled], .abfa-theme-dark .mat-mini-fab[disabled][disabled] {
  color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-flat-button.mat-primary, .abfa-theme-dark .mat-raised-button.mat-primary, .abfa-theme-dark .mat-fab.mat-primary, .abfa-theme-dark .mat-mini-fab.mat-primary {
  background-color: #424242;
}
.abfa-theme-dark .mat-flat-button.mat-accent, .abfa-theme-dark .mat-raised-button.mat-accent, .abfa-theme-dark .mat-fab.mat-accent, .abfa-theme-dark .mat-mini-fab.mat-accent {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-flat-button.mat-warn, .abfa-theme-dark .mat-raised-button.mat-warn, .abfa-theme-dark .mat-fab.mat-warn, .abfa-theme-dark .mat-mini-fab.mat-warn {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-flat-button.mat-primary[disabled], .abfa-theme-dark .mat-flat-button.mat-accent[disabled], .abfa-theme-dark .mat-flat-button.mat-warn[disabled], .abfa-theme-dark .mat-flat-button[disabled][disabled], .abfa-theme-dark .mat-raised-button.mat-primary[disabled], .abfa-theme-dark .mat-raised-button.mat-accent[disabled], .abfa-theme-dark .mat-raised-button.mat-warn[disabled], .abfa-theme-dark .mat-raised-button[disabled][disabled], .abfa-theme-dark .mat-fab.mat-primary[disabled], .abfa-theme-dark .mat-fab.mat-accent[disabled], .abfa-theme-dark .mat-fab.mat-warn[disabled], .abfa-theme-dark .mat-fab[disabled][disabled], .abfa-theme-dark .mat-mini-fab.mat-primary[disabled], .abfa-theme-dark .mat-mini-fab.mat-accent[disabled], .abfa-theme-dark .mat-mini-fab.mat-warn[disabled], .abfa-theme-dark .mat-mini-fab[disabled][disabled] {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-flat-button.mat-primary .mat-ripple-element, .abfa-theme-dark .mat-raised-button.mat-primary .mat-ripple-element, .abfa-theme-dark .mat-fab.mat-primary .mat-ripple-element, .abfa-theme-dark .mat-mini-fab.mat-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-flat-button.mat-accent .mat-ripple-element, .abfa-theme-dark .mat-raised-button.mat-accent .mat-ripple-element, .abfa-theme-dark .mat-fab.mat-accent .mat-ripple-element, .abfa-theme-dark .mat-mini-fab.mat-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-flat-button.mat-warn .mat-ripple-element, .abfa-theme-dark .mat-raised-button.mat-warn .mat-ripple-element, .abfa-theme-dark .mat-fab.mat-warn .mat-ripple-element, .abfa-theme-dark .mat-mini-fab.mat-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-stroked-button:not([class*=mat-elevation-z]), .abfa-theme-dark .mat-flat-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-raised-button:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-raised-button:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-raised-button[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-fab:not([class*=mat-elevation-z]), .abfa-theme-dark .mat-mini-fab:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-fab:not([disabled]):active:not([class*=mat-elevation-z]), .abfa-theme-dark .mat-mini-fab:not([disabled]):active:not([class*=mat-elevation-z]) {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-fab[disabled]:not([class*=mat-elevation-z]), .abfa-theme-dark .mat-mini-fab[disabled]:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-button-toggle-standalone,
.abfa-theme-dark .mat-button-toggle-group {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.abfa-theme-dark .mat-button-toggle-group-appearance-standard {
  box-shadow: none;
}
.abfa-theme-dark .mat-button-toggle {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-button-toggle .mat-button-toggle-focus-overlay {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-button-toggle-appearance-standard {
  color: white;
  background: #424242;
}
.abfa-theme-dark .mat-button-toggle-appearance-standard .mat-button-toggle-focus-overlay {
  background-color: white;
}
.abfa-theme-dark .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark [dir=rtl] .mat-button-toggle-group-appearance-standard .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-button-toggle-group-appearance-standard.mat-button-toggle-vertical .mat-button-toggle + .mat-button-toggle {
  border-left: none;
  border-right: none;
  border-top: solid 1px rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-button-toggle-checked {
  background-color: #212121;
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-button-toggle-checked.mat-button-toggle-appearance-standard {
  color: white;
}
.abfa-theme-dark .mat-button-toggle-disabled {
  color: rgba(255, 255, 255, 0.3);
  background-color: black;
}
.abfa-theme-dark .mat-button-toggle-disabled.mat-button-toggle-appearance-standard {
  background: #424242;
}
.abfa-theme-dark .mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #424242;
}
.abfa-theme-dark .mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
.abfa-theme-dark .mat-button-toggle-group-appearance-standard {
  border: solid 1px rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-card {
  background: #424242;
  color: white;
}
.abfa-theme-dark .mat-card:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-card.mat-card-flat:not([class*=mat-elevation-z]) {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-card-subtitle {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-checkbox-frame {
  border-color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-checkbox-checkmark {
  fill: #303030;
}
.abfa-theme-dark .mat-checkbox-checkmark-path {
  stroke: #303030 !important;
}
@media (-ms-high-contrast: black-on-white) {
  .abfa-theme-dark .mat-checkbox-checkmark-path {
    stroke: #000 !important;
  }
}
.abfa-theme-dark .mat-checkbox-mixedmark {
  background-color: #303030;
}
.abfa-theme-dark .mat-checkbox-indeterminate.mat-primary .mat-checkbox-background, .abfa-theme-dark .mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #424242;
}
.abfa-theme-dark .mat-checkbox-indeterminate.mat-accent .mat-checkbox-background, .abfa-theme-dark .mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-checkbox-indeterminate.mat-warn .mat-checkbox-background, .abfa-theme-dark .mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background, .abfa-theme-dark .mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #686868;
}
.abfa-theme-dark .mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #686868;
}
.abfa-theme-dark .mat-checkbox-disabled .mat-checkbox-label {
  color: rgba(255, 255, 255, 0.7);
}
@media (-ms-high-contrast: active) {
  .abfa-theme-dark .mat-checkbox-disabled {
    opacity: 0.5;
  }
}
@media (-ms-high-contrast: active) {
  .abfa-theme-dark .mat-checkbox-background {
    background: none;
  }
}
.abfa-theme-dark .mat-checkbox .mat-ripple-element {
  background-color: white;
}
.abfa-theme-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,
.abfa-theme-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element {
  background: #424242;
}
.abfa-theme-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.abfa-theme-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element {
  background: #3f51b5;
}
.abfa-theme-dark .mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,
.abfa-theme-dark .mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element {
  background: #e91e63;
}
.abfa-theme-dark .mat-chip.mat-standard-chip {
  background-color: #616161;
  color: white;
}
.abfa-theme-dark .mat-chip.mat-standard-chip .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.abfa-theme-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled):active {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover {
  opacity: 0.54;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-disabled {
  opacity: 0.4;
}
.abfa-theme-dark .mat-chip.mat-standard-chip::after {
  background: white;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary {
  background-color: #424242;
  color: white;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn {
  background-color: #e91e63;
  color: white;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent {
  background-color: #3f51b5;
  color: white;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove {
  color: white;
  opacity: 0.4;
}
.abfa-theme-dark .mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element {
  background: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-table {
  background: #424242;
}
.abfa-theme-dark .mat-table thead, .abfa-theme-dark .mat-table tbody, .abfa-theme-dark .mat-table tfoot,
.abfa-theme-dark mat-header-row, .abfa-theme-dark mat-row, .abfa-theme-dark mat-footer-row,
.abfa-theme-dark [mat-header-row], .abfa-theme-dark [mat-row], .abfa-theme-dark [mat-footer-row],
.abfa-theme-dark .mat-table-sticky {
  background: inherit;
}
.abfa-theme-dark mat-row, .abfa-theme-dark mat-header-row, .abfa-theme-dark mat-footer-row,
.abfa-theme-dark th.mat-header-cell, .abfa-theme-dark td.mat-cell, .abfa-theme-dark td.mat-footer-cell {
  border-bottom-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-header-cell {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-cell, .abfa-theme-dark .mat-footer-cell {
  color: white;
}
.abfa-theme-dark .mat-calendar-arrow {
  border-top-color: white;
}
.abfa-theme-dark .mat-datepicker-toggle,
.abfa-theme-dark .mat-datepicker-content .mat-calendar-next-button,
.abfa-theme-dark .mat-datepicker-content .mat-calendar-previous-button {
  color: white;
}
.abfa-theme-dark .mat-calendar-table-header {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-calendar-table-header-divider::after {
  background: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-calendar-body-label {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-calendar-body-cell-content {
  color: white;
  border-color: transparent;
}
.abfa-theme-dark .mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-calendar-body-cell:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.abfa-theme-dark .cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected),
.abfa-theme-dark .cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: rgba(255, 255, 255, 0.04);
}
.abfa-theme-dark .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-calendar-body-selected {
  background-color: #424242;
  color: white;
}
.abfa-theme-dark .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(66, 66, 66, 0.4);
}
.abfa-theme-dark .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.abfa-theme-dark .mat-datepicker-content {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  background-color: #424242;
  color: white;
}
.abfa-theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-selected {
  background-color: #3f51b5;
  color: white;
}
.abfa-theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4);
}
.abfa-theme-dark .mat-datepicker-content.mat-accent .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.abfa-theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-selected {
  background-color: #e91e63;
  color: white;
}
.abfa-theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(233, 30, 99, 0.4);
}
.abfa-theme-dark .mat-datepicker-content.mat-warn .mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px white;
}
.abfa-theme-dark .mat-datepicker-content-touch {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-datepicker-toggle-active {
  color: #424242;
}
.abfa-theme-dark .mat-datepicker-toggle-active.mat-accent {
  color: #3f51b5;
}
.abfa-theme-dark .mat-datepicker-toggle-active.mat-warn {
  color: #e91e63;
}
.abfa-theme-dark .mat-dialog-container {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  background: #424242;
  color: white;
}
.abfa-theme-dark .mat-divider {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-divider-vertical {
  border-right-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-expansion-panel {
  background: #424242;
  color: white;
}
.abfa-theme-dark .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-action-row {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-keyboard-focused:not([aria-disabled=true]), .abfa-theme-dark .mat-expansion-panel .mat-expansion-panel-header.cdk-program-focused:not([aria-disabled=true]), .abfa-theme-dark .mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:hover:not([aria-disabled=true]) {
  background: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .abfa-theme-dark .mat-expansion-panel:not(.mat-expanded):not([aria-disabled=true]) .mat-expansion-panel-header:hover {
    background: #424242;
  }
}
.abfa-theme-dark .mat-expansion-panel-header-title {
  color: white;
}
.abfa-theme-dark .mat-expansion-panel-header-description,
.abfa-theme-dark .mat-expansion-indicator::after {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-expansion-panel-header[aria-disabled=true] {
  color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-title,
.abfa-theme-dark .mat-expansion-panel-header[aria-disabled=true] .mat-expansion-panel-header-description {
  color: inherit;
}
.abfa-theme-dark .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-form-field.mat-focused .mat-form-field-label {
  color: #424242;
}
.abfa-theme-dark .mat-form-field.mat-focused .mat-form-field-label.mat-accent {
  color: #3f51b5;
}
.abfa-theme-dark .mat-form-field.mat-focused .mat-form-field-label.mat-warn {
  color: #e91e63;
}
.abfa-theme-dark .mat-focused .mat-form-field-required-marker {
  color: #3f51b5;
}
.abfa-theme-dark .mat-form-field-ripple {
  background-color: white;
}
.abfa-theme-dark .mat-form-field.mat-focused .mat-form-field-ripple {
  background-color: #424242;
}
.abfa-theme-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-accent {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-form-field.mat-focused .mat-form-field-ripple.mat-warn {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix::after {
  color: #424242;
}
.abfa-theme-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix::after {
  color: #3f51b5;
}
.abfa-theme-dark .mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix::after {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,
.abfa-theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple,
.abfa-theme-dark .mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-error {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field-appearance-legacy .mat-form-field-label {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-form-field-appearance-legacy .mat-hint {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-form-field-appearance-legacy .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.abfa-theme-dark .mat-form-field-appearance-standard .mat-form-field-underline {
  background-color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 33%, transparent 0%);
  background-size: 4px 100%;
  background-repeat: repeat-x;
}
.abfa-theme-dark .mat-form-field-appearance-fill .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.1);
}
.abfa-theme-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex {
  background-color: rgba(255, 255, 255, 0.05);
}
.abfa-theme-dark .mat-form-field-appearance-fill .mat-form-field-underline::before {
  background-color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline::before {
  background-color: transparent;
}
.abfa-theme-dark .mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-form-field-appearance-outline .mat-form-field-outline-thick {
  color: white;
}
.abfa-theme-dark .mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick {
  color: #424242;
}
.abfa-theme-dark .mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick {
  color: #3f51b5;
}
.abfa-theme-dark .mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline {
  color: rgba(255, 255, 255, 0.15);
}
.abfa-theme-dark .mat-icon.mat-primary {
  color: #424242;
}
.abfa-theme-dark .mat-icon.mat-accent {
  color: #3f51b5;
}
.abfa-theme-dark .mat-icon.mat-warn {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field-type-mat-native-select .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-input-element:disabled,
.abfa-theme-dark .mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix::after {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element {
  caret-color: #424242;
}
.abfa-theme-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-input-element option {
  color: rgba(0, 0, 0, 0.87);
}
.abfa-theme-dark .mat-input-element option:disabled {
  color: rgba(0, 0, 0, 0.38);
}
.abfa-theme-dark .mat-accent .mat-input-element {
  caret-color: #3f51b5;
}
.abfa-theme-dark .mat-warn .mat-input-element,
.abfa-theme-dark .mat-form-field-invalid .mat-input-element {
  caret-color: #e91e63;
}
.abfa-theme-dark .mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix::after {
  color: #e91e63;
}
.abfa-theme-dark .mat-list-base .mat-list-item {
  color: white;
}
.abfa-theme-dark .mat-list-base .mat-list-option {
  color: white;
}
.abfa-theme-dark .mat-list-base .mat-subheader {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-list-item-disabled {
  background-color: black;
}
.abfa-theme-dark .mat-list-option:hover, .abfa-theme-dark .mat-list-option:focus,
.abfa-theme-dark .mat-nav-list .mat-list-item:hover,
.abfa-theme-dark .mat-nav-list .mat-list-item:focus,
.abfa-theme-dark .mat-action-list .mat-list-item:hover,
.abfa-theme-dark .mat-action-list .mat-list-item:focus {
  background: rgba(255, 255, 255, 0.04);
}
.abfa-theme-dark .mat-menu-panel {
  background: #424242;
}
.abfa-theme-dark .mat-menu-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-menu-item {
  background: transparent;
  color: white;
}
.abfa-theme-dark .mat-menu-item[disabled], .abfa-theme-dark .mat-menu-item[disabled]::after {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-menu-item .mat-icon-no-color,
.abfa-theme-dark .mat-menu-item-submenu-trigger::after {
  color: white;
}
.abfa-theme-dark .mat-menu-item:hover:not([disabled]),
.abfa-theme-dark .mat-menu-item.cdk-program-focused:not([disabled]),
.abfa-theme-dark .mat-menu-item.cdk-keyboard-focused:not([disabled]),
.abfa-theme-dark .mat-menu-item-highlighted:not([disabled]) {
  background: rgba(255, 255, 255, 0.04);
}
.abfa-theme-dark .mat-paginator {
  background: #424242;
}
.abfa-theme-dark .mat-paginator,
.abfa-theme-dark .mat-paginator-page-size .mat-select-trigger {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-paginator-decrement,
.abfa-theme-dark .mat-paginator-increment {
  border-top: 2px solid white;
  border-right: 2px solid white;
}
.abfa-theme-dark .mat-paginator-first,
.abfa-theme-dark .mat-paginator-last {
  border-top: 2px solid white;
}
.abfa-theme-dark .mat-icon-button[disabled] .mat-paginator-decrement,
.abfa-theme-dark .mat-icon-button[disabled] .mat-paginator-increment,
.abfa-theme-dark .mat-icon-button[disabled] .mat-paginator-first,
.abfa-theme-dark .mat-icon-button[disabled] .mat-paginator-last {
  border-color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-progress-bar-background {
  fill: whitesmoke;
}
.abfa-theme-dark .mat-progress-bar-buffer {
  background-color: whitesmoke;
}
.abfa-theme-dark .mat-progress-bar-fill::after {
  background-color: #424242;
}
.abfa-theme-dark .mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #c5cae9;
}
.abfa-theme-dark .mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #c5cae9;
}
.abfa-theme-dark .mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #f8bbd0;
}
.abfa-theme-dark .mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: #f8bbd0;
}
.abfa-theme-dark .mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-progress-spinner circle, .abfa-theme-dark .mat-spinner circle {
  stroke: #424242;
}
.abfa-theme-dark .mat-progress-spinner.mat-accent circle, .abfa-theme-dark .mat-spinner.mat-accent circle {
  stroke: #3f51b5;
}
.abfa-theme-dark .mat-progress-spinner.mat-warn circle, .abfa-theme-dark .mat-spinner.mat-warn circle {
  stroke: #e91e63;
}
.abfa-theme-dark .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle {
  border-color: #424242;
}
.abfa-theme-dark .mat-radio-button.mat-primary .mat-radio-inner-circle,
.abfa-theme-dark .mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .abfa-theme-dark .mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple, .abfa-theme-dark .mat-radio-button.mat-primary:active .mat-radio-persistent-ripple {
  background-color: #424242;
}
.abfa-theme-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
  border-color: #3f51b5;
}
.abfa-theme-dark .mat-radio-button.mat-accent .mat-radio-inner-circle,
.abfa-theme-dark .mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .abfa-theme-dark .mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple, .abfa-theme-dark .mat-radio-button.mat-accent:active .mat-radio-persistent-ripple {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #e91e63;
}
.abfa-theme-dark .mat-radio-button.mat-warn .mat-radio-inner-circle,
.abfa-theme-dark .mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple), .abfa-theme-dark .mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple, .abfa-theme-dark .mat-radio-button.mat-warn:active .mat-radio-persistent-ripple {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,
.abfa-theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-outer-circle {
  border-color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,
.abfa-theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-radio-button.mat-radio-disabled .mat-radio-label-content {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-radio-button .mat-ripple-element {
  background-color: white;
}
.abfa-theme-dark .mat-select-value {
  color: white;
}
.abfa-theme-dark .mat-select-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-select-disabled .mat-select-value {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-select-arrow {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-select-panel {
  background: #424242;
}
.abfa-theme-dark .mat-select-panel:not([class*=mat-elevation-z]) {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
  background: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #424242;
}
.abfa-theme-dark .mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #3f51b5;
}
.abfa-theme-dark .mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field .mat-select.mat-select-invalid .mat-select-arrow {
  color: #e91e63;
}
.abfa-theme-dark .mat-form-field .mat-select.mat-select-disabled .mat-select-arrow {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-drawer-container {
  background-color: #303030;
  color: white;
}
.abfa-theme-dark .mat-drawer {
  background-color: #424242;
  color: white;
}
.abfa-theme-dark .mat-drawer.mat-drawer-push {
  background-color: #424242;
}
.abfa-theme-dark .mat-drawer:not(.mat-drawer-side) {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-drawer-side {
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-drawer-side.mat-drawer-end {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.abfa-theme-dark [dir=rtl] .mat-drawer-side {
  border-left: solid 1px rgba(255, 255, 255, 0.12);
  border-right: none;
}
.abfa-theme-dark [dir=rtl] .mat-drawer-side.mat-drawer-end {
  border-left: none;
  border-right: solid 1px rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-drawer-backdrop.mat-drawer-shown {
  background-color: rgba(189, 189, 189, 0.6);
}
.abfa-theme-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-thumb {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-slide-toggle.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(63, 81, 181, 0.54);
}
.abfa-theme-dark .mat-slide-toggle.mat-checked .mat-ripple-element {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb {
  background-color: #424242;
}
.abfa-theme-dark .mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(66, 66, 66, 0.54);
}
.abfa-theme-dark .mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element {
  background-color: #424242;
}
.abfa-theme-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar {
  background-color: rgba(233, 30, 99, 0.54);
}
.abfa-theme-dark .mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: white;
}
.abfa-theme-dark .mat-slide-toggle-thumb {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  background-color: #bdbdbd;
}
.abfa-theme-dark .mat-slide-toggle-bar {
  background-color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-primary .mat-slider-track-fill,
.abfa-theme-dark .mat-primary .mat-slider-thumb,
.abfa-theme-dark .mat-primary .mat-slider-thumb-label {
  background-color: #424242;
}
.abfa-theme-dark .mat-primary .mat-slider-thumb-label-text {
  color: white;
}
.abfa-theme-dark .mat-accent .mat-slider-track-fill,
.abfa-theme-dark .mat-accent .mat-slider-thumb,
.abfa-theme-dark .mat-accent .mat-slider-thumb-label {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-accent .mat-slider-thumb-label-text {
  color: white;
}
.abfa-theme-dark .mat-warn .mat-slider-track-fill,
.abfa-theme-dark .mat-warn .mat-slider-thumb,
.abfa-theme-dark .mat-warn .mat-slider-thumb-label {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-warn .mat-slider-thumb-label-text {
  color: white;
}
.abfa-theme-dark .mat-slider-focus-ring {
  background-color: rgba(63, 81, 181, 0.2);
}
.abfa-theme-dark .mat-slider:hover .mat-slider-track-background,
.abfa-theme-dark .cdk-focused .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-slider-disabled .mat-slider-track-background,
.abfa-theme-dark .mat-slider-disabled .mat-slider-track-fill,
.abfa-theme-dark .mat-slider-disabled .mat-slider-thumb {
  background-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-slider-disabled:hover .mat-slider-track-background {
  background-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-slider-min-value .mat-slider-focus-ring {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,
.abfa-theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: white;
}
.abfa-theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,
.abfa-theme-dark .mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: transparent;
}
.abfa-theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb, .abfa-theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb, .abfa-theme-dark .mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: rgba(255, 255, 255, 0.3);
}
.abfa-theme-dark .mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.abfa-theme-dark .mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7) 2px, transparent 0, transparent);
}
.abfa-theme-dark .mat-step-header.cdk-keyboard-focused, .abfa-theme-dark .mat-step-header.cdk-program-focused, .abfa-theme-dark .mat-step-header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
@media (hover: none) {
  .abfa-theme-dark .mat-step-header:hover {
    background: none;
  }
}
.abfa-theme-dark .mat-step-header .mat-step-label,
.abfa-theme-dark .mat-step-header .mat-step-optional {
  color: rgba(255, 255, 255, 0.7);
}
.abfa-theme-dark .mat-step-header .mat-step-icon {
  background-color: rgba(255, 255, 255, 0.7);
  color: white;
}
.abfa-theme-dark .mat-step-header .mat-step-icon-selected,
.abfa-theme-dark .mat-step-header .mat-step-icon-state-done,
.abfa-theme-dark .mat-step-header .mat-step-icon-state-edit {
  background-color: #424242;
  color: white;
}
.abfa-theme-dark .mat-step-header .mat-step-icon-state-error {
  background-color: transparent;
  color: #e91e63;
}
.abfa-theme-dark .mat-step-header .mat-step-label.mat-step-label-active {
  color: white;
}
.abfa-theme-dark .mat-step-header .mat-step-label.mat-step-label-error {
  color: #e91e63;
}
.abfa-theme-dark .mat-stepper-horizontal, .abfa-theme-dark .mat-stepper-vertical {
  background-color: #424242;
}
.abfa-theme-dark .mat-stepper-vertical-line::before {
  border-left-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-horizontal-stepper-header::before,
.abfa-theme-dark .mat-horizontal-stepper-header::after,
.abfa-theme-dark .mat-stepper-horizontal-line {
  border-top-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-sort-header-arrow {
  color: #c6c6c6;
}
.abfa-theme-dark .mat-tab-nav-bar,
.abfa-theme-dark .mat-tab-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-tab-group-inverted-header .mat-tab-nav-bar,
.abfa-theme-dark .mat-tab-group-inverted-header .mat-tab-header {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: none;
}
.abfa-theme-dark .mat-tab-label, .abfa-theme-dark .mat-tab-link {
  color: white;
}
.abfa-theme-dark .mat-tab-label.mat-tab-disabled, .abfa-theme-dark .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-tab-header-pagination-chevron {
  border-color: white;
}
.abfa-theme-dark .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.5);
}
.abfa-theme-dark .mat-tab-group[class*=mat-background-] .mat-tab-header,
.abfa-theme-dark .mat-tab-nav-bar[class*=mat-background-] {
  border-bottom: none;
  border-top: none;
}
.abfa-theme-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.abfa-theme-dark .mat-tab-group.mat-primary .mat-ink-bar, .abfa-theme-dark .mat-tab-nav-bar.mat-primary .mat-ink-bar {
  background-color: #424242;
}
.abfa-theme-dark .mat-tab-group.mat-primary.mat-background-primary .mat-ink-bar, .abfa-theme-dark .mat-tab-nav-bar.mat-primary.mat-background-primary .mat-ink-bar {
  background-color: white;
}
.abfa-theme-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.abfa-theme-dark .mat-tab-group.mat-accent .mat-ink-bar, .abfa-theme-dark .mat-tab-nav-bar.mat-accent .mat-ink-bar {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-tab-group.mat-accent.mat-background-accent .mat-ink-bar, .abfa-theme-dark .mat-tab-nav-bar.mat-accent.mat-background-accent .mat-ink-bar {
  background-color: white;
}
.abfa-theme-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
.abfa-theme-dark .mat-tab-group.mat-warn .mat-ink-bar, .abfa-theme-dark .mat-tab-nav-bar.mat-warn .mat-ink-bar {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-tab-group.mat-warn.mat-background-warn .mat-ink-bar, .abfa-theme-dark .mat-tab-nav-bar.mat-warn.mat-background-warn .mat-ink-bar {
  background-color: white;
}
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(245, 245, 245, 0.3);
}
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-header, .abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-links, .abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-links, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination {
  background-color: #424242;
}
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-label, .abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-link, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link {
  color: white;
}
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-label.mat-tab-disabled, .abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-link.mat-tab-disabled, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-label.mat-tab-disabled, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination-chevron, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-chevron {
  border-color: white;
}
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.abfa-theme-dark .mat-tab-group.mat-background-primary .mat-ripple-element, .abfa-theme-dark .mat-tab-nav-bar.mat-background-primary .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(197, 202, 233, 0.3);
}
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-header, .abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-links, .abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-links, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination {
  background-color: #3f51b5;
}
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-label, .abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-link, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link {
  color: white;
}
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-label.mat-tab-disabled, .abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-link.mat-tab-disabled, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-label.mat-tab-disabled, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination-chevron, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-chevron {
  border-color: white;
}
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.abfa-theme-dark .mat-tab-group.mat-background-accent .mat-ripple-element, .abfa-theme-dark .mat-tab-nav-bar.mat-background-accent .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused:not(.mat-tab-disabled), .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused:not(.mat-tab-disabled),
.abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused:not(.mat-tab-disabled) {
  background-color: rgba(248, 187, 208, 0.3);
}
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-header, .abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-links, .abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-links, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination {
  background-color: #e91e63;
}
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-label, .abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-link, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link {
  color: white;
}
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-label.mat-tab-disabled, .abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-link.mat-tab-disabled, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-label.mat-tab-disabled, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-link.mat-tab-disabled {
  color: rgba(255, 255, 255, 0.4);
}
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination-chevron, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-chevron {
  border-color: white;
}
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron {
  border-color: rgba(255, 255, 255, 0.4);
}
.abfa-theme-dark .mat-tab-group.mat-background-warn .mat-ripple-element, .abfa-theme-dark .mat-tab-nav-bar.mat-background-warn .mat-ripple-element {
  background-color: rgba(255, 255, 255, 0.12);
}
.abfa-theme-dark .mat-toolbar {
  background: #212121;
  color: white;
}
.abfa-theme-dark .mat-toolbar.mat-primary {
  background: #424242;
  color: white;
}
.abfa-theme-dark .mat-toolbar.mat-accent {
  background: #3f51b5;
  color: white;
}
.abfa-theme-dark .mat-toolbar.mat-warn {
  background: #e91e63;
  color: white;
}
.abfa-theme-dark .mat-toolbar .mat-form-field-underline,
.abfa-theme-dark .mat-toolbar .mat-form-field-ripple,
.abfa-theme-dark .mat-toolbar .mat-focused .mat-form-field-ripple {
  background-color: currentColor;
}
.abfa-theme-dark .mat-toolbar .mat-form-field-label,
.abfa-theme-dark .mat-toolbar .mat-focused .mat-form-field-label,
.abfa-theme-dark .mat-toolbar .mat-select-value,
.abfa-theme-dark .mat-toolbar .mat-select-arrow,
.abfa-theme-dark .mat-toolbar .mat-form-field.mat-focused .mat-select-arrow {
  color: inherit;
}
.abfa-theme-dark .mat-toolbar .mat-input-element {
  caret-color: currentColor;
}
.abfa-theme-dark .mat-tooltip {
  background: rgba(97, 97, 97, 0.9);
}
.abfa-theme-dark .mat-tree {
  background: #424242;
}
.abfa-theme-dark .mat-tree-node,
.abfa-theme-dark .mat-nested-tree-node {
  color: white;
}
.abfa-theme-dark .mat-snack-bar-container {
  color: rgba(0, 0, 0, 0.87);
  background: #fafafa;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.abfa-theme-dark .mat-simple-snackbar-action {
  color: inherit;
}
/*Theme Colors*/
/*bootstrap Color*/
/*Light colors*/
/*Normal Color*/
/*Extra Variable*/
.preloader {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}
.spinner {
  width: 40px;
  height: 40px;
  top: 35%;
  position: relative;
  margin: 100px auto;
}
.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0160A0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}
.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
f * {
  outline: none;
  box-sizing: border-box;
  font-family: IRANSans !important;
}
/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
/* Large devices (laptops/desktops, 992px and up) */
/* Extra large devices (large laptops and desktops, 1200px and up) */
@font-face {
  font-family: "IRANSans";
  src: url('IRANSans(FaNum).e7fd32eb34140495c37c.ttf') format("truetype");
}
.negative {
  color: red;
}
body {
  width: auto !important;
  font-family: IRANSans;
  margin: 0;
  direction: rtl !important;
  overflow-x: hidden;
  color: #67757c;
  text-align: right;
  font-weight: 300;
  position: relative;
  background-color: #F1F3F2 !important;
  font-family: IRANSans !important;
  font-size: 0.85rem;
}
.dark-theme {
  background-color: #2a2a2a !important;
  color: white !important;
}
.dark-theme .mat-drawer-container,
.dark-theme .client-right-menu-box,
.dark-theme .client-side-logo,
.dark-theme .menu-items,
.dark-theme .client-mat-toolbar,
.dark-theme .preloader,
.dark-theme .mat-menu-content,
.dark-theme .client-panel {
  background-color: #2a2a2a !important;
  color: white !important;
}
.dark-theme app-client .client-notSent-box {
  background-color: #484848 !important;
  border: none !important;
  border-bottom: 1px solid gray !important;
}
.dark-theme app-client .client-panel {
  background-color: #484848 !important;
  border: none !important;
  border-bottom: 1px solid gray !important;
}
.dark-theme .client-panel {
  border: 1px solid #5a5a5a !important;
}
.dark-theme app-client-subscriber .client-paginator-panel {
  border: 1px solid #585858 !important;
}
.dark-theme #sidenav,
.dark-theme .client-search-box {
  border: 4px solid #5a5a5a !important;
}
.dark-theme #sidenav,
.dark-theme .client-mat-expansion-panel-header,
.dark-theme .client-mat-expansion-panel-header span {
  background-color: #2a2a2a !important;
  color: #fff !important;
}
.dark-theme app-card-list .client-search-box {
  border: 1px solid #5a5a5a !important;
}
.dark-theme .pure-material-textfield-outlined > mat-select + span,
.dark-theme .client-rightmenu-list mat-icon,
.dark-theme .mat-expansion-indicator::after,
.dark-theme .pure-material-textfield-outlined > input + span,
.dark-theme .mat-select-arrow,
.dark-theme .mat-datepicker-toggle,
.dark-theme .mat-hint,
.dark-theme .abfa-co,
.dark-theme .bill-history,
.dark-theme input.mat-input-element {
  color: #fff !important;
}
.dark-theme .support {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.dark-theme .android-btn {
  background-color: #4e4e4e !important;
  color: #fff !important;
}
.dark-theme .client-side-logo img {
  -webkit-filter: invert(0) !important;
          filter: invert(0) !important;
}
.dark-theme .mat-card,
.dark-theme .mat-expansion-panel-body,
.dark-theme .steps-indicator .step-indicator {
  background-color: #484848 !important;
  color: #fff !important;
}
.dark-theme .mat-error,
.dark-theme .sildebarItems:hover {
  color: #f58f0a !important;
}
.dark-theme .client-btn-subscriber button,
.dark-theme .btn {
  background-color: #03dac6;
  color: black;
}
.dark-theme .client-btn-subscriber button .white {
  color: black;
}
.dark-theme .client-card-panel-small {
  border: none;
}
.dark-theme aw-wizard-navigation-bar.vertical.small ul.steps-indicator li:not(:last-child):before {
  background-color: #484848 !important;
}
.dark-theme .mat-paginator-navigation-previous,
.dark-theme .mat-paginator-navigation-next,
.dark-theme .mat-paginator-navigation-last,
.dark-theme .mat-paginator-navigation-first {
  color: #fff !important;
}
.dark-theme .chart-line {
  color: #fff !important;
}
.dark-theme app-subscriberdebit .mat-paginator-page-size-label, .dark-theme app-subscriberdebit .mat-paginator-range-label {
  color: #fff !important;
}
.dark-theme app-ticket .mat-paginator-page-size-label, .dark-theme app-ticket .mat-paginator-range-label {
  color: #fff !important;
}
.dark-theme .moon-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
app-client-not-sent-request .mat-raised-button {
  margin-right: 5px !important;
  margin-left: 5px !important;
}
.bill-history {
  text-align: center;
  color: #0a0a0a;
  font-size: 14px;
  font-weight: bold;
}
.header-one {
  position: fixed !important;
  width: 100% !important;
  top: 0 !important;
}
.header-two {
  width: 100% !important;
  top: 0 !important;
}
.footer-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}
html {
  height: 100%;
  font-family: IRANSans !important;
}
html .page-wrapper {
  background: #FAFAFA;
}
a:hover,
a:focus,
a {
  text-decoration: none;
}
a.link {
  color: #455a64;
  text-decoration: none;
}
a.link:hover, a.link:focus {
  color: #1e88e5;
}
.img-responsive {
  width: 100%;
  height: auto;
  display: inline-block;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 4px;
}
html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}
code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fc4b6c;
  background-color: #f9e7eb;
  border-radius: 0.25rem;
}
.shadow-none {
  box-shadow: none !important;
}
.ml-auto {
  margin-left: auto;
}
.m-auto {
  margin: auto;
}
.mr-auto {
  margin-right: auto;
}
.rounded {
  border-radius: 4px;
}
/*******************
Headings
*******************/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: IRANSans !important;
  font-weight: 400;
}
h1 {
  line-height: 40px;
  font-size: 36px;
}
h2 {
  line-height: 36px;
  font-size: 30px;
}
h3 {
  line-height: 30px;
  font-size: 21px;
}
h4 {
  line-height: 22px;
  font-size: 18px;
}
h5 {
  line-height: 18px;
  font-size: 16px;
  font-weight: 400;
}
h6 {
  line-height: 16px;
  font-size: 14px;
  font-weight: 400;
}
html .display-5,
body .display-5 {
  font-size: 3rem;
}
html .display-6,
body .display-6 {
  font-size: 36px;
}
.box {
  border-radius: 4px;
  padding: 10px;
}
html body .dl {
  display: inline-block;
}
html body .db {
  display: block;
}
html body .op-5 {
  opacity: 0.5;
}
html body .op-3 {
  opacity: 0.3;
}
.no-wrap td,
.no-wrap th {
  white-space: nowrap;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.d-flex {
  display: flex;
}
.no-shrink {
  flex-shrink: 0;
}
.oh {
  overflow: hidden;
}
.pageHeader {
  display: flex;
}
/*******************
Blockquote
*******************/
.clear {
  clear: both;
}
ol li {
  margin: 5px 0;
}
/*******************
Paddings
*******************/
html body .p-0 {
  padding: 0px;
}
html body .p-10 {
  padding: 10px;
}
html body .p-20 {
  padding: 20px;
}
html body .p-30 {
  padding: 30px;
}
html body .p-l-0 {
  padding-left: 0px;
}
html body .p-l-10 {
  padding-left: 10px;
}
html body .p-l-20 {
  padding-left: 20px;
}
html body .p-r-0 {
  padding-right: 0px;
}
html body .p-r-5 {
  padding-right: 5px;
}
html body .p-r-10 {
  padding-right: 10px;
}
html body .p-r-20 {
  padding-right: 20px;
}
html body .p-r-30 {
  padding-right: 30px;
}
html body .p-r-40 {
  padding-right: 40px;
}
html body .p-t-0 {
  padding-top: 0px;
}
html body .p-t-10 {
  padding-top: 10px;
}
html body .p-t-20 {
  padding-top: 20px;
}
html body .p-t-30 {
  padding-top: 30px;
}
html body .p-b-0 {
  padding-bottom: 0px;
}
html body .p-b-5 {
  padding-bottom: 5px;
}
html body .p-b-10 {
  padding-bottom: 10px;
}
html body .p-b-20 {
  padding-bottom: 20px;
}
html body .p-b-30 {
  padding-bottom: 30px;
}
html body .p-b-40 {
  padding-bottom: 40px;
}
/*******************
Margin
*******************/
html body .m-0 {
  margin: 0px;
}
html body .m-l-5 {
  margin-left: 5px;
}
html body .m-l-10 {
  margin-left: 10px;
}
html body .m-l-15 {
  margin-left: 15px;
}
html body .m-l-20 {
  margin-left: 20px;
}
html body .m-l-25 {
  margin-left: 25px;
}
html body .m-l-30 {
  margin-left: 30px;
}
html body .m-l-40 {
  margin-left: 40px;
}
html body .m-r-5 {
  margin-right: 5px;
}
html body .m-r-10 {
  margin-right: 10px;
}
html body .m-r-15 {
  margin-right: 15px;
}
html body .m-r-20 {
  margin-right: 20px;
}
html body .m-r-30 {
  margin-right: 30px;
}
html body .m-r-40 {
  margin-right: 40px;
}
html body .m-r-60 {
  margin-right: 60px;
}
html body .m-t-0 {
  margin-top: 0px;
}
html body .m-t-5 {
  margin-top: 5px;
}
html body .m-t-10 {
  margin-top: 10px;
}
html body .m-t-15 {
  margin-top: 15px;
}
html body .m-t-20 {
  margin-top: 20px;
}
html body .m-t-30 {
  margin-top: 30px;
}
html body .m-t-35 {
  margin-top: 35px;
}
html body .m-t-37 {
  margin-top: 37px;
}
html body .m-t-40 {
  margin-top: 40px;
}
html body .m-t-50 {
  margin-top: 50px;
}
html body .m-t-100 {
  margin-top: 100px;
}
html body .m-b-0 {
  margin-bottom: 0px;
}
html body .m-b-5 {
  margin-bottom: 5px;
}
html body .m-b-10 {
  margin-bottom: 10px;
}
html body .m-b-15 {
  margin-bottom: 15px;
}
html body .m-b-20 {
  margin-bottom: 20px;
}
html body .m-b-30 {
  margin-bottom: 30px;
}
html body .m-b-40 {
  margin-bottom: 40px;
}
html body .m-b-50 {
  margin-bottom: 50px;
}
/*******************
vertical alignment
*******************/
html body .vt {
  vertical-align: top;
}
html body .vm {
  vertical-align: middle;
}
html body .vb {
  vertical-align: bottom;
}
/*******************
Opacity
*******************/
.op-5 {
  opacity: 0.5;
}
/*******************
font weight
*******************/
html body .font-bold {
  font-weight: 700;
}
html body .font-normal {
  font-weight: normal;
}
html body .font-light {
  font-weight: 300;
}
html body .font-medium {
  font-weight: 500;
}
html body .font-16 {
  font-size: 16px;
}
html body .font-14 {
  font-size: 14px;
}
html body .font-10 {
  font-size: 10px;
}
html body .font-12 {
  font-size: 13px;
}
html body .font-18 {
  font-size: 18px;
}
html body .font-20 {
  font-size: 20px;
}
/*******************
Border
*******************/
html body .b-0 {
  border: none;
}
html body .b-r {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-l {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-b {
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-t {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
html body .b-all {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
/*******************
Thumb size
*******************/
.thumb-sm {
  height: 32px;
  width: 32px;
}
.thumb-md {
  height: 48px;
  width: 48px;
}
.thumb-lg {
  height: 88px;
  width: 88px;
}
.hide {
  display: none;
}
.img-circle {
  border-radius: 100%;
}
.radius {
  border-radius: 4px;
}
/*******************
Text Colors
*******************/
.text-white {
  color: #ffffff !important;
}
.text-danger {
  color: #fc4b6c !important;
}
.text-muted {
  color: #3a3d3e !important;
}
.text-warning {
  color: #ffb22b !important;
}
.text-success {
  color: #47b3e4 !important;
}
.text-error {
  color: red;
}
.text-noterror {
  color: green;
}
.abfa-theme-dark .text-noterror {
  background-color: red !important;
}
.text-info {
  color: #152533 !important;
}
.text-inverse {
  color: #2f3d4a !important;
}
html body .text-blue {
  color: #02bec9;
}
html body .text-purple {
  color: #7460ee;
}
html body .text-primary {
  color: #7460ee;
}
html body .text-megna {
  color: #00897b;
}
html body .text-dark {
  color: #67757c;
}
html body .text-themecolor {
  color: #1e88e5;
}
html body .text-center {
  text-align: center;
}
html body .text-right {
  text-align: right;
}
html body .text-left {
  text-align: left;
}
/*******************
Background Colors
*******************/
.bg-primary {
  background-color: #7460ee !important;
}
.bg-success {
  background-color: #47b3e4 !important;
}
.bg-info {
  background-color: #152533 !important;
}
.bg-warning {
  background-color: #ffb22b !important;
}
.bg-danger {
  background-color: #fc4b6c !important;
}
html body .bg-megna {
  background-color: #00897b;
}
html body .bg-theme {
  background-color: #1e88e5;
}
html body .bg-inverse {
  background-color: #2f3d4a;
}
html body .bg-purple {
  background-color: #7460ee !important;
}
html body .bg-light-primary {
  background-color: #f1effd;
}
html body .bg-light-success {
  background-color: #e8fdf8;
}
html body .bg-light-info {
  background-color: #e3f3fd;
}
html body .bg-light-extra {
  background-color: #ebf3f5;
}
html body .bg-light-warning {
  background-color: #fff8ec;
}
html body .bg-light-danger {
  background-color: #f9e7eb;
}
html body .bg-light-inverse {
  background-color: #f6f6f6;
}
html body .bg-light {
  background-color: #f2f4f8;
}
html body .bg-white {
  background-color: #ffffff;
}
.img-circle {
  border-radius: 100%;
}
.no-shadow {
  box-shadow: none;
}
hr {
  border: 0px;
  height: 1px;
  background: rgba(120, 130, 140, 0.13);
}
/*******************
Rounds
*******************/
.round {
  line-height: 48px;
  color: #ffffff;
  width: 45px;
  height: 45px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  border-radius: 100%;
  background: #152533;
}
.round img {
  border-radius: 100%;
}
.round-lg {
  line-height: 65px;
  width: 60px;
  height: 60px;
  font-size: 30px;
}
.round.round-info {
  background: #152533;
}
.round.round-warning {
  background: #ffb22b;
}
.round.round-danger {
  background: #fc4b6c;
}
.round.round-success {
  background: #47b3e4;
}
.round.round-primary {
  background: #7460ee;
}
/*******************
Labels
*******************/
.label {
  padding: 3px 10px;
  line-height: 13px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 4px;
  font-size: 20px;
  font-family: IRANSans !important;
  font-style: initial;
}
.label-rounded {
  border-radius: 60px;
}
.label-custom {
  background-color: #00897b;
}
.label-success {
  background-color: #47b3e4;
}
.label-info {
  background-color: #152533;
}
.label-warning {
  background-color: #ffb22b;
}
.label-danger {
  background-color: #fc4b6c;
}
.label-megna {
  background-color: #00897b;
}
.label-primary {
  background-color: #7460ee;
}
.label-purple {
  background-color: #7460ee;
}
.label-red {
  background-color: #fb3a3a;
}
.label-inverse {
  background-color: #2f3d4a;
}
.label-default {
  background-color: #f2f4f8;
}
.label-white {
  background-color: #ffffff;
}
.label-light-success {
  background-color: #e8fdf8;
  color: #47b3e4;
}
.label-light-info {
  background-color: #e3f3fd;
  color: #152533;
}
.label-light-warning {
  background-color: #fff8ec;
  color: #ffb22b;
}
.label-light-danger {
  background-color: #f9e7eb;
  color: #fc4b6c;
}
.label-light-megna {
  background-color: #e0f2f4;
  color: #00897b;
}
.label-light-primary {
  background-color: #f1effd;
  color: #7460ee;
}
.label-light-inverse {
  background-color: #f6f6f6;
  color: #2f3d4a;
}
/*******************
Notify
*******************/
.notify {
  position: relative;
  top: -20px;
  right: 0px;
}
.notify .heartbit {
  position: absolute;
  top: -20px;
  right: -4px;
  height: 25px;
  width: 25px;
  border: 5px solid #fc4b6c;
  border-radius: 70px;
  -moz-animation: heartbit 1s ease-out;
  -moz-animation-iteration-count: infinite;
  -o-animation: heartbit 1s ease-out;
  -o-animation-iteration-count: infinite;
  -webkit-animation: heartbit 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.notify .point {
  width: 6px;
  height: 6px;
  border-radius: 30px;
  background-color: #fc4b6c;
  position: absolute;
  right: 6px;
  top: -10px;
}
@-webkit-keyframes heartbit {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    -webkit-transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    -webkit-transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-lg {
  line-height: 48px !important;
}
.btn-info {
  color: #fff;
  background-color: #4d7027;
  border-color: #527032;
  border-radius: 0;
}
.btn-info:hover {
  color: #fff;
  background-color: #4d7027 !important;
  border-color: #527032 !important;
  border-radius: 0;
}
/*******************
froms
*******************/
/*******************
Mat toolbar
*******************/
.mat-toolbar.mat-primary {
  background: #434343;
  color: white;
}
/*******************
Mat card
*******************/
.mat-card {
  background: #ffff;
  width: 100%;
  border-radius: 8px !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16) !important;
  font-family: IRANSans !important;
  margin-top: 2px;
}
.abfa-theme-dark .mat-card {
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #263238 !important;
}
/*******************
mat-slide-toggle
*******************/
.mat-slide-toggle-content {
  font-family: IRANSans !important;
}
/*******************
mat-expansion
*******************/
.mat-expansion-panel-header {
  height: 40px !important;
  font-size: 15px;
  font-style: initial;
  font-family: IRANSans !important;
}
.mat-expansion-panel-content {
  font-size: 13px;
  font-style: initial;
  font-family: IRANSans !important;
}
/*******************
mat-tree
*******************/
.mat-tree-node {
  display: flex;
  align-items: center;
  min-height: 25px !important;
  flex: 1;
  height: 5px !important;
  overflow: hidden;
  word-wrap: break-word;
  font-family: IRANSans !important;
}
.mat-tree-node .mat-icon {
  vertical-align: middle !important;
}
/*******************
mat-grid
*******************/
/*******************
mat-tab-label
*******************/
/*******************
mat-radio-button
*******************/
.mat-radio-button {
  margin-left: 20px;
  font-family: IRANSans !important;
}
/*******************
mat-checkbox
*******************/
.mat-checkbox {
  width: 100%;
}
.mat-checkbox-inner-container {
  height: 15px !important;
  width: 15px !important;
}
.mat-checkbox-layout .mat-checkbox-label {
  line-height: 24px;
  padding-right: 10px;
  font-family: IRANSans !important;
}
.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,
.mat-checkbox:active:checked {
  background: #00897b !important;
}
/*******************
Grid
*******************/
.row {
  margin: 0 -10px;
}
.mat-row {
  border: none !important;
}
.mat-footer-row,
.mat-header-row {
  background-color: #ffffff;
  border-bottom: 2px solid #f1f1f1;
  border-top: 2px solid #f1f1f1;
}
.dark-theme .mat-footer-row,
.dark-theme .mat-header-row {
  background-color: #848484 !important;
  border-bottom: 2px solid #f1f1f1;
  border-top: 2px solid #f1f1f1;
  color: #000000 !important;
}
/*******************
mat-form-field
*******************/
.mat-form-field-wrapper {
  padding-bottom: 2px;
}
/*******************
mat-list
*******************/
.mat-list-item a {
  font-family: IRANSans !important;
}
/*******************
Table
*******************/
.mat-accordion {
  width: 100%;
}
.table {
  width: 100%;
  text-align: center;
}
.mat-table {
  font-size: 15px !important;
  font-family: IRANSans !important;
}
.table-rasponsive {
  overflow: auto;
}
.table-rasponsive .mat-table {
  font-size: 15px !important;
  font-family: IRANSans !important;
  min-width: 280px;
  width: 100%;
  box-shadow: none !important;
}
.table-rasponsive .mat-header-row .mat-header-cell {
  white-space: nowrap;
}
.table-rasponsive .mat-cell {
  white-space: nowrap;
  font-size: 13px !important;
}
.table-rasponsive .mat-column-position {
  align-self: stretch;
  text-align: center;
}
.mat-cell,
.mat-footer-cell {
  font-size: 13px;
}
.dark-theme .mat-cell {
  color: #fff !important;
}
.mat-footer-cell {
  font-size: 13px;
}
.mat-sort-header-button {
  font-size: 14px !important;
  font-family: IRANSans !important;
  font-size: 13px !important;
  color: #757575;
  line-height: 3 !important;
}
.dark-theme .mat-sort-header-button {
  color: #fff !important;
}
.highlight {
  background-color: #fbffb3 !important;
  /* green */
}
.abfa-theme-dark .highlight {
  background-color: #9ee0da !important;
}
.mat-table mat-row:nth-child(even) {
  background-color: #fafafa;
  border: none !important;
}
.dark-theme .mat-table mat-row:nth-child(even) {
  background-color: #343333 !important;
  color: #fff !important;
  border: none !important;
}
.abfa-theme-dark .mat-table mat-row:hover {
  background-color: #ddd;
  border: none !important;
}
.mat-table mat-row:hover {
  background-color: #fafcd7;
  border: none !important;
}
/****************************summeryGrid****************************/
.summeryGrid .mat-header-row {
  background-color: #D8E4BE !important;
}
.summeryGrid .highlight {
  background-color: #ECF0DF !important;
  /* green */
}
.summeryGrid .header-cell {
  border: 1px solid #C6D3A7 !important;
  text-align: center !important;
}
.summeryGrid .mat-column-actionsColumn {
  display: none !important;
}
.summeryGrid .mat-sort-header-container {
  display: inline-flex !important;
}
.summeryGrid .mat-cell,
.mat-footer-cell {
  text-align: center !important;
  border: 1px solid #C6D3A7 !important;
  font-weight: bold;
}
.summeryGrid .mat-sort-header-button {
  color: #0C0F04 !important;
}
.summeryGrid .mat-row {
  min-height: 28px !important;
}
.siphonGrid .mat-table {
  width: 39% !important;
}
/*******************
mat-paginator
*******************/
.dark-theme app-subscriberdebit .mat-paginator-container {
  background-color: #484848 !important;
}
.dark-theme app-subscriberdebit .mat-card-header {
  background-color: #484848 !important;
  box-shadow: none !important;
}
.mat-paginator-container {
  font-family: IRANSans !important;
}
.mat-paginator,
.mat-paginator-page-size .mat-select-trigger {
  font-family: IRANSans !important;
}
.mat-option {
  font-family: IRANSans !important;
}
/*******************
mat-input
*******************/
input.mat-input-element {
  font-family: IRANSans !important;
  height: 31px;
  font-size: 13px !important;
}
.mat-input-element:disabled {
  color: #6b737a;
}
.dark-theme .mat-input-element:disabled {
  color: #d3d3d3 !important;
}
.dark-theme .mat-dialog-container, .dark-theme .report-viewer-ui {
  background-color: #484848;
  color: #fff !important;
}
.dark-theme .client-use-chart {
  color: #fff;
}
/*******************
material-icons
*******************/
.material-icons {
  color: #0e478c;
}
.abfa-theme .material-icons {
  color: #ff0000;
}
.abfa-theme-dark .material-icons {
  color: #4fa4aa;
}
.header-icon1 {
  color: #7cb342;
}
.abfa-theme .header-icon1 {
  color: #ff0000;
}
.abfa-theme-dark .header-icon1 {
  color: #4fa4aa;
}
.custom-float-button .material-icons {
  color: white;
}
.custom-float-button .mat-icon {
  font-size: 15px;
  vertical-align: middle !important;
}
/*******************
button
*******************/
.mat-raised-button {
  margin-bottom: 8px !important;
  background-color: #858383;
  font-size: 13px;
  font-style: initial;
  font-family: IRANSans !important;
  color: white;
  margin-right: 10px !important;
  margin-top: 5px !important;
}
.abfa-theme .mat-raised-button {
  background-color: #DE8936;
  font-size: 13px;
  font-style: initial;
  font-family: IRANSans !important;
  color: white;
  margin-right: 5px !important;
}
.abfa-theme-dark .mat-raised-button {
  background-color: #2ea194;
  font-size: 13px;
  font-style: initial;
  font-family: IRANSans !important;
  color: black;
  margin-right: 5px !important;
}
.mat-mini-fab.mat-accent {
  background-color: #858383;
  margin-right: 5px;
}
.abfa-theme .mat-mini-fab.mat-accent {
  background-color: #DE8936;
  margin-right: 5px;
}
.abfa-theme-dark .mat-mini-fab.mat-accent {
  background-color: #2ea194;
  margin-right: 5px;
}
.mat-mini-fab {
  width: 24px !important;
  height: 24px !important;
}
.mat-mini-fab .mat-button-wrapper {
  padding: 0px 0 !important;
}
button:focus {
  outline: 0px !important;
}
.mat-button {
  font-family: IRANSans !important;
}
/*******************
mat-select
*******************/
.mat-select {
  height: 30px;
  font-family: IRANSans !important;
  font-size: 13px !important;
  padding-top: 7px !important;
}
.mat-select-value {
  color: #969696 !important;
}
.pure-material-textfield-outlined.mat-select {
  font-family: IRANSans !important;
  font-size: 13px !important;
  padding-top: 7px !important;
  box-sizing: border-box !important;
  margin: 0 !important;
  border: solid 1px !important;
  border-color: #E7E7E7 !important;
  border-top-color: transparent !important;
  border-radius: 4px !important;
  padding: 15px 13px 15px !important;
  width: 220px !important;
  height: 38px !important;
  color: #969696 !important;
  background-color: transparent !important;
  box-shadow: none !important;
  font-family: inherit !important;
  line-height: 0.8 !important;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243)) !important;
  transition: border 0.2s, box-shadow 0.2s !important;
}
.pure-material-textfield-outlined > select + span::before,
.pure-material-textfield-outlined > select + span::before {
  margin-right: 4px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  position: relative;
  display: inline-block;
  padding-top: 6px;
  overflow: hidden;
}
.mat-form-field-appearance-outline .mat-select-arrow-wrapper {
  transform: translateY(20%) !important;
}
.mat-form-field-appearance-legacy .mat-form-field-label span {
  color: rgba(94, 95, 105, 0.99);
}
.dark-theme .mat-form-field-appearance-legacy .mat-form-field-label span {
  color: #ececec !important;
}
.dark-theme .ticket-right-panel-border {
  border: 7px solid #484848 !important;
}
.dark-theme app-ticket .ticketItem {
  background-color: #484848 !important;
  color: #fff !important;
}
.dark-theme input.mat-input-element {
  caret-color: #fff !important;
}
.dark-theme .ticket-panel-border {
  border-right: 4px solid #ffb303 !important;
}
.dark-theme .star-ticket {
  margin-top: 7px;
  color: #ffb303 !important;
}
.dark-theme .more-details {
  color: #ffb303 !important;
  text-decoration: underline;
}
.dark-theme app-ticket .mat-paginator-container {
  background-color: #484848 !important;
}
.dark-theme app-ticket .active {
  background-color: #f6b63e !important;
}
.mat-form-field-appearance-outline .mat-form-field-outline {
  color: rgba(0, 0, 0, 0.32);
}
.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick {
  color: #ee1414;
}
.mat-error {
  color: #ee1414;
}
/*******************
mat-tab-group
*******************/
.mat-tab-label {
  font-family: IRANSans !important;
}
.mat-tab-group {
  font-family: IRANSans !important;
}
:host ::ng-deep .mat-tab-body-wrapper {
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
}
:host ::ng-deep .mat-tab-body-wrapper .mat-tab-body.mat-tab-body-active {
  overflow-x: visible;
  overflow-y: visible;
}
/*******************
mat-icon
*******************/
.mat-icon {
  font-size: 18px;
  vertical-align: top !important;
}
/*******************
mat-slide-toggle
*******************/
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #73afe8;
}
.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #137ce2;
}
/*******************
help div
*******************/
.help-button {
  position: fixed;
  top: 70px;
  left: 20px;
  z-index: 99;
}
.help-button .mat-icon {
  color: white !important;
  font-size: 20px !important;
  font-family: IRANSans !important;
}
/*******************
custom mat form field label
*******************/
.custom-mat-formfield-label {
  width: 150px;
  padding-bottom: 10px !important;
  padding-right: 10px !important;
}
/*******************
Sparkline chart tooltip
*******************/
.jqstooltip {
  width: auto !important;
  height: auto !important;
  background: #2f3d4a;
  color: #ffffff;
  padding: 5px 15px;
  border: 0px;
  border-radius: 60px;
}
/*******************
list inline
*******************/
.list-inline {
  margin-left: 0px;
  padding: 0px;
}
.list-inline li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
}
.list-inline li:last-child {
  margin-right: 0px;
}
.mat-dialog-title {
  font-family: IRANSans !important;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url('MaterialIcons-Regular.e79bfd88537def476913.eot');
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url('MaterialIcons-Regular.570eb83859dc23dd0eec.woff2') format("woff2"), url('MaterialIcons-Regular.012cf6a10129e2275d79.woff') format("woff"), url('MaterialIcons-Regular.a37b0c01c0baf1888ca8.ttf') format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}
/******
  ******/
.ql-editor {
  direction: rtl;
  text-align: right;
}
.ql-snow .ql-picker-label {
  padding-right: 20px;
}
.td[_ngcontent-c40] {
  padding: 0px !important;
}
.header-icon {
  border-bottom: 1px solid #434343;
  display: inline-block;
  height: 64px;
  padding: 0px;
  width: 111px;
}
.mat-expansion-panel {
  background-color: #ffffff;
}
.mat-expansion-panel-content {
  background-color: #ffffff;
}
.abfa-theme .mat-expansion-panel .mat-expansion-panel-content {
  background-color: #e5e5e5;
}
.abfa-theme-dark .mat-expansion-panel .mat-expansion-panel-content {
  background-color: #263238;
}
.mat-drawer-container {
  background-color: #F1F3F2 !important;
}
.mat-expansion-panel {
  display: inline !important;
}
.mat-expansion-panel .mat-expansion-panel-header {
  border: solid 1px #9e9e9e !important;
  background-color: #ffffff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16) !important;
  padding-right: -30px;
}
.dark-theme .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #2a2a2a;
  color: #fff !important;
}
.foroush-icon {
  background: url('foroush.bfa5723cfb46e31f98b9.jpg') no-repeat scroll 0 0 transparent;
}
.abbaha-icon {
  background: url('abaha.bf8383f1898e3e96edd1.jpg') no-repeat scroll 0 0 transparent;
}
.abhajmi-icon {
  background: url('abhajmi.6f93ac34774d8d93392b.jpg') no-repeat scroll 0 0 transparent;
}
.vosol-icon {
  background: url('vosoll.68656296080f69fd3ec0.jpg') no-repeat scroll 0 0 transparent;
}
.hesabdari-icon {
  background: url('hesabdari.04664f67d7cb31e71e82.jpg') no-repeat scroll 0 0 transparent;
}
.reports-icon {
  background: url('reports.3bbfe0f47290f92d89c8.jpg') no-repeat scroll 0 0 transparent;
}
.tanzimat-icon {
  background: url('tanzimatt.b2eb91e7124a65ee5682.jpg') no-repeat scroll 0 0 transparent;
}
.list-group-header {
  background-color: #7cb342 !important;
  border-color: #7cb342 !important;
}
.abfa-theme .foroush-icon {
  background: url('foroushtheme2.d79088d4313cee2b654a.jpg') left top no-repeat;
}
.abfa-theme .abbaha-icon {
  background: url('abbahatheme2.51f23e6040f84678bc72.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme .abhajmi-icon {
  background: url('abhajmitheme2.a576d7bab43b28575ba2.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme .vosol-icon {
  background: url('vosolltheme2.4618e49d704a69f3f0ba.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme .hesabdari-icon {
  background: url('hesabdaritheme2.aabd7f21d1d4b92260e3.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme .reports-icon {
  background: url('reports2.9ddd02c7e2659856b159.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme .tanzimat-icon {
  background: url('tanzimatttheme2.af8be25fd46eab1dee23.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme .list-group-header {
  background-color: #e1bf5e !important;
  border-color: #e1bf5e !important;
}
.abfa-theme .list {
  background-color: #f8f9fa !important;
  border-color: #f8f9fa !important;
}
.dark-theme .mat-tab-label .mat-tab-label-content {
  color: #fff !important;
}
.mat-card-header {
  color: #EC8F09 !important;
  background-color: #fcbe455e !important;
  height: 40px;
  line-height: 2;
}
.abfa-theme-dark .foroush-icon {
  background: url('foroushtheme3.122f390b99d4ddba46bf.jpg') left top no-repeat;
}
.abfa-theme-dark .abbaha-icon {
  background: url('abbahatheme3.882e122f6a4f5aff48e7.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme-dark .abhajmi-icon {
  background: url('abhajmitheme3.e1623d4fa81480b5bfc6.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme-dark .vosol-icon {
  background: url('vosolltheme3.4ea92ae4ea388d61fac7.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme-dark .hesabdari-icon {
  background: url('hesabdaritheme3.514ae8df469b4ad1ac74.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme-dark .reports-icon {
  background: url('reportstheme3.ccb97f1fcac00e239011.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme-dark .tanzimat-icon {
  background: url('tanzimatttheme3.2086c685c76defcf6603.jpg') no-repeat scroll 0 0 transparent;
}
.abfa-theme-dark .list-group-header {
  background: #37bbac !important;
}
.dark-theme app-clientrequestinstallment .list ul:first-child li {
  background-color: #434343 !important;
  color: white !important;
}
.dark-theme app-clientrequestinstallment .req-installment:nth-child(even) {
  background-color: #3d3d3d !important;
  color: white !important;
}
.dark-theme app-clientrequestinstallment .req-installment:nth-child(odd) {
  background-color: #808080 !important;
  color: black !important;
}
.card-header {
  background: #00897b;
  color: #fff;
  margin-bottom: 5px !important;
  border-radius: 7px !important;
}
.abfa-theme-dark .mat-expansion-panel .mat-expansion-panel-header {
  background-color: #2ea194 !important;
}
.abfa-theme-dark .mat-footer-row,
.abfa-theme-dark .mat-header-row {
  background-color: #37bbac !important;
}
.abfa-theme-dark .mat-dialog-title {
  font-family: IRANSans !important;
  background-color: #37bbac !important;
}
.relatedSerialCodeBox {
  margin-right: 1px;
  margin-top: 2px;
  line-height: 3;
  width: 90%;
  padding-right: 17px;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  box-shadow: 0 0 3px 0 #54792d !important;
  background-color: #e9fbd7 !important;
}
.list-group {
  height: 205px;
  overflow-y: scroll;
}
.list-group-h100 {
  height: 105px;
  overflow-y: scroll;
}
.list-group-title {
  font-size: 14px;
  font-weight: bold;
  padding-right: 12px;
}
.list-group-selectAll {
  padding-right: 10px;
}
.list-group-item {
  height: 35px !important;
  padding-top: 2px;
}
.list-group-item-section {
  padding-right: 10px;
  display: flex;
  align-content: right;
  align-items: right;
}
.list-group-item-checkbox {
  width: 25px;
  padding-top: 8px;
}
.list-group-item-input {
  padding-top: 0px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.table-style {
  border: none;
  font-family: "IRANSans" !important;
  margin: 10px 120px 0 0;
  width: 80%;
  display: table;
}
.table-style-full {
  font-family: "IRANSans" !important;
  border: 1px solid #f0f0f0;
  width: 100%;
  margin: 0px;
  display: table;
}
.table-style-full td input {
  font-size: 10px;
}
.table-style td {
  display: table-cell;
  line-height: 15px;
  text-align: center !important;
}
.table-style-full td {
  display: table-cell;
  line-height: 35px;
}
.tblHeader {
  padding: 10px !important;
  text-align: center !important;
  font-weight: 900;
  background-color: #4d7027;
  color: #ffffff !important;
}
.table-style td button {
  border-width: 0ex !important;
  background: none !important;
}
.table-style-full td button {
  border-width: 0ex !important;
  background: none !important;
}
.table-style tr:nth-child(even) {
  background-color: #4d4d4d;
  color: white;
}
.table-style tr {
  background-color: #b4b4b4;
  color: black;
}
.table-style-full tr:nth-child(even) {
  background-color: #e9e9e9;
}
.table-style tr:hover {
  background-color: #c7f6fc;
}
.table-style-full tr:hover {
  background-color: #c7f6fc;
}
.abfa-theme .tblHeader {
  background-color: #666e83;
}
.dark-theme .tblHeader {
  background-color: #2a2a2a;
  color: #fff !important;
}
.ontop-panel {
  position: fixed;
  top: 100px;
  left: 120px;
  z-index: 99;
  width: 400px;
  height: 400px;
}
.info-icon {
  float: right;
  color: black !important;
}
form {
  margin-top: 10px;
}
.list-search-item-section {
  display: flex;
  align-content: right;
  align-items: right;
}
.list-section {
  display: flex;
  float: right;
}
.search-selectAll {
  border-bottom: 1px solid #f2f2f2;
  color: #616060 !important;
}
.search-input {
  font-size: 11px;
  color: #555 !important;
  background: #ffff !important;
  border: 1px solid transparent !important;
  transition: 0.15s ease-in;
  letter-spacing: 0;
  padding: 7px 28px 8px 2px !important;
  float: right !important;
}
.search-24px {
  float: right !important;
}
.search-title {
  color: #616060 !important;
}
.list-search-item {
  width: 5px;
  border: none !important;
  height: 35px !important;
  padding-top: 2px;
}
.list-search-item-input {
  padding-top: 2px;
  height: 15px !important;
}
.list-search-item-checkbox {
  width: 25px;
}
.search-mat-header {
  border: 1px solid #f2f2f2 !important;
  font-weight: 700;
  font-size: 13px;
  padding-top: 2px;
  color: #828282 !important;
}
.search-mat-panel {
  background: #fff !important;
  clear: both;
}
.search-date-input {
  width: 100% !important;
}
.mat-radio-group {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.list-search-group {
  height: 203px;
  overflow-y: scroll;
  width: 100%;
  color: #535353 !important;
}
.clear-filter {
  font-size: 13px;
  line-height: 2;
  width: 205px;
  margin: 10px -2px 0px 0px !important;
  background: #1fa4b3;
}
.smallRadio .mat-radio-container {
  height: 14px;
  width: 14px;
}
.smallRadio .mat-radio-outer-circle {
  height: 14px;
  width: 14px;
}
.smallRadio .mat-radio-inner-circle {
  height: 14px;
  width: 14px;
}
.smallRadio .mat-radio-button .mat-radio-ripple {
  height: 20px;
  width: 20px;
  left: calc(50% - 10px);
  top: calc(50% - 10px);
}
.icon-info {
  color: #00897b !important;
}
.abfa-theme .icon-info {
  color: #666e83 !important;
}
.abfa-theme-dark .icon-info {
  color: #c34700 !important;
}
.icon-warn {
  color: red !important;
}
.icon-extra {
  color: #4ac596 !important;
}
.icon-success {
  color: red !important;
}
.cartable {
  padding: 10px !important;
  text-align: right;
  font-weight: 900;
  background-color: #0160a0;
  color: #ffffff !important;
}
.abfa-theme .cartable {
  background-color: #666e83;
  color: #ffffff !important;
}
.abfa-theme-dark .cartable .mat-expansion-panel-header-title {
  background-color: #e6e6e6;
}
.drawer {
  min-height: 150px;
  direction: rtl;
  background-color: #FAFAFA !important;
  margin: 5px;
  z-index: 100;
  border: 1px solid;
  padding: 10px;
  box-shadow: 0px 10px 5px;
}
.drawer-600 {
  width: 600px;
}
.drawer-800 {
  width: 800px;
}
.drawer-1000 {
  width: 1000px;
}
.pageTitle {
  margin-right: 20px;
  font-weight: bold;
  font-size: 18px;
  line-height: 2.67;
}
.searchIcon {
  margin: 10px 30px 0px 0px;
}
.followCode {
  margin: 7px -33px 0px 0px;
}
.rightCartableMenu {
  width: 244px;
  height: 40px;
  background-color: #7cb342;
  color: #ffffff;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  font-weight: 500;
  line-height: 2.9;
  margin-right: -16px !important;
  padding-right: 19px;
}
.cartableGrouping {
  padding: 19px 20px 0px 0px;
  width: 244px;
  font-weight: bold;
  font-size: 16px;
}
.cartableReWork {
  background-color: #e9fad7 !important;
}
.newCartableWork {
  background-color: #b9de92 !important;
}
.cartableSidenavHeader {
  width: 267px;
  height: 40px;
  margin-right: -15px !important;
  border: solid 1px #9e9e9e !important;
  background-color: #ffffff !important;
  border-top-left-radius: 22px;
  border-bottom-left-radius: 22px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16) !important;
  padding-right: -30px;
}
.cartableSidenav {
  margin-top: 20px !important;
}
.page-content {
  padding-top: 0px !important;
}
.link {
  line-height: 35px !important;
  border-bottom: 1px solid lightgray;
}
.sepLine {
  margin-right: -5px;
  height: 0;
  border: solid 1px #fafafa;
}
mat-header-row {
  min-height: 0px !important;
}
.mat-form-field {
  font-family: IRANSans !important;
  display: inline !important;
}
.mat-form-field-infix {
  padding: 0px;
}
textarea.mat-input-element {
  padding: 17px 11px 0px 11px !important;
  margin: 0px !important;
}
/*-------------------aw wizard------------------*/
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li .step-indicator {
  font-size: 15px;
  color: #9C9C9C;
  top: 10px;
  left: 0px;
  right: 2px;
  width: 90%;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator {
  margin-right: 20px;
}
aw-wizard-navigation-bar.vertical.small ul.steps-indicator li.navigable a:hover .step-indicator {
  width: auto !important;
}
aw-wizard-navigation-bar.vertical {
  width: 100%;
  -moz-text-align-last: right !important;
       text-align-last: right !important;
  margin-bottom: 18px !important;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li.done .step-indicator {
  background-color: #fff;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li.hover .step-indicator {
  background-color: red !important;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li.current .step-indicator {
  color: #1976d2;
  background-color: transparent !important;
  font-size: 16px !important;
  width: 90%;
}
.dark-theme aw-wizard-navigation-bar.vertical ul.steps-indicator li.current .step-indicator {
  color: #f58f0a !important;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li .step-indicator {
  background-color: transparent !important;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li:not(:last-child) {
  margin-bottom: 18px !important;
}
aw-wizard-navigation-bar.vertical ul.steps-indicator li:not(:last-child):before {
  background-color: #fff !important;
}
/*-------------------aw wizard------------------*/
/*--------------------textfields----------------------*/
.pure-material-textfield-outlined {
  --pure-material-safari-helper1: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  position: relative;
  display: inline-block;
  padding-top: 6px;
  overflow: hidden;
}
/* Input, Textarea */
.pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > mat-select,
.pure-material-textfield-outlined > textarea {
  box-sizing: border-box;
  margin: 0;
  border: solid 1px;
  /* Safari */
  border-color: #ccc;
  border-top-color: transparent;
  border-radius: 4px;
  padding: 15px 13px 15px;
  width: 203px;
  height: 38px;
  color: #969696;
  background-color: transparent;
  box-shadow: none;
  /* Firefox */
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  caret-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  transition: border 0.2s, box-shadow 0.2s;
}
/* Span */
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > mat-select + span,
.pure-material-textfield-outlined > textarea + span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  border-color: #E7E7E7;
  width: 100%;
  max-height: 100%;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.6);
  cursor: text;
  transition: color 0.2s, font-size 0.2s, line-height 0.2s;
}
/* Corners */
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > mat-select + span::before,
.pure-material-textfield-outlined > mat-select + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
  content: "";
  display: block;
  box-sizing: border-box;
  margin-top: 6px;
  border-top: solid 1px;
  border-top-color: #E7E7E7;
  min-width: 10px;
  height: 8px;
  pointer-events: none;
  box-shadow: inset 0 1px transparent;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > mat-select + span::before,
.pure-material-textfield-outlined > textarea + span::before {
  margin-right: 1px;
  border-left: solid 1px transparent;
  border-radius: 4px 0;
}
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > mat-select + span::after,
.pure-material-textfield-outlined > textarea + span::after {
  flex-grow: 1;
  margin-left: 1px;
  border-right: solid 1px transparent;
  border-radius: 0 4px;
}
/* Hover */
.pure-material-textfield-outlined:hover > input,
.pure-material-textfield-outlined:hover > mat-select,
.pure-material-textfield-outlined:hover > textarea {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
  border-top-color: transparent;
}
.pure-material-textfield-outlined:hover > input + span::before,
.pure-material-textfield-outlined:hover > textarea + span::before,
.pure-material-textfield-outlined:hover > input + span::after,
.pure-material-textfield-outlined:hover > textarea + span::after .pure-material-textfield-outlined:hover > mat-select + span::before,
.pure-material-textfield-outlined:hover > mat-select + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
.pure-material-textfield-outlined:hover > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > mat-select:not(:focus):placeholder-shown,
.pure-material-textfield-outlined:hover > textarea:not(:focus):placeholder-shown {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.87);
}
/* Placeholder-shown */
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > mat-select:not(:focus):placeholder-shown,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown {
  border-top-color: #E7E7E7;
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > mat-select:not(:focus):placeholder-shown + span,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span {
  font-size: inherit;
  line-height: 48px;
}
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > input:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:not(:focus):placeholder-shown + span::after,
.pure-material-textfield-outlined > mat-select:not(:focus):placeholder-shown + span::before,
.pure-material-textfield-outlined > mat-select:not(:focus):placeholder-shown + span::after {
  border-top-color: transparent;
}
/* Focus */
.pure-material-textfield-outlined > input:focus,
.pure-material-textfield-outlined > textarea:focus {
  border-color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
  border-top-color: transparent;
  box-shadow: inset 1px 0 var(--pure-material-safari-helper1), inset -1px 0 var(--pure-material-safari-helper1), inset 0 -1px var(--pure-material-safari-helper1);
  outline: none;
}
.pure-material-textfield-outlined > input:focus + span,
.pure-material-textfield-outlined > mat-select:focus + span,
.pure-material-textfield-outlined > textarea:focus + span {
  color: rgb(var(--pure-material-primary-rgb, 33, 150, 243));
}
.pure-material-textfield-outlined > input:focus + span::before,
.pure-material-textfield-outlined > input:focus + span::after,
.pure-material-textfield-outlined > textarea:focus + span::before,
.pure-material-textfield-outlined > textarea:focus + span::after,
.pure-material-textfield-outlined > mat-select:focus + span::after,
.pure-material-textfield-outlined > mat-select:focus + span::before {
  border-top-color: var(--pure-material-safari-helper1) !important;
  box-shadow: inset 0 1px var(--pure-material-safari-helper1);
}
/* Disabled */
.pure-material-textfield-outlined > input:disabled,
.pure-material-textfield-outlined > input:disabled + span,
.pure-material-textfield-outlined > textarea:disabled,
.pure-material-textfield-outlined > textarea:disabled + span,
.pure-material-textfield-outlined > mat-select:disabled,
.pure-material-textfield-outlined > mat-select:disabled + span {
  border-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
  border-top-color: transparent !important;
  color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
  pointer-events: none;
}
.pure-material-textfield-outlined > input:disabled + span::before,
.pure-material-textfield-outlined > input:disabled + span::after,
.pure-material-textfield-outlined > textarea:disabled + span::before,
.pure-material-textfield-outlined > textarea:disabled + span::after,
.pure-material-textfield-outlined > mat-select:disabled + span::before,
.pure-material-textfield-outlined > mat-select:disabled + span::after {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span,
.pure-material-textfield-outlined > mat-select:disabled:placeholder-shown,
.pure-material-textfield-outlined > mat-select:disabled:placeholder-shown + span {
  border-top-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38) !important;
}
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > input:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > textarea:disabled:placeholder-shown + span::after,
.pure-material-textfield-outlined > mat-select:disabled:placeholder-shown + span::before,
.pure-material-textfield-outlined > mat-select:disabled:placeholder-shown + span::after {
  border-top-color: transparent !important;
}
/* Faster transition in Safari for less noticable fractional font-size issue */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) {
    .pure-material-textfield-outlined > input,
.pure-material-textfield-outlined > input + span,
.pure-material-textfield-outlined > mat-select,
.pure-material-textfield-outlined > mat-select + span,
.pure-material-textfield-outlined > textarea,
.pure-material-textfield-outlined > textarea + span,
.pure-material-textfield-outlined > input + span::before,
.pure-material-textfield-outlined > input + span::after,
.pure-material-textfield-outlined > mat-select + span::before,
.pure-material-textfield-outlined > mat-select + span::after,
.pure-material-textfield-outlined > textarea + span::before,
.pure-material-textfield-outlined > textarea + span::after {
      transition-duration: 0.1s;
    }
  }
}
/*--------------------textfields----------------------*/
.title {
  color: #9e9e9e;
  line-height: 2.5;
}
.answer {
  color: #7F7F7F;
  font-weight: 500;
  line-height: 1.5;
  font-family: IRANSans;
  font-size: 14px;
  font-weight: 600;
}
.abfa-theme-dark .answer {
  color: #fff !important;
}
.mat-input-element {
  background: transparent;
}
.infoBox {
  margin: 20px 0px 20px 0px;
  padding: 20px 0px 10px 0px;
  border-right: 2px solid #ffd600;
  background-color: #FFF9D9;
  color: #3c2b13;
  width: 98%;
  font-size: 12px;
  line-height: 1.11;
}
.abfa-theme-dark .infoBox {
  color: #fff;
  background-color: #4c4c4c;
}
.infoBox .mat-icon {
  margin-top: 15px;
  margin-left: 15px;
  height: 20px;
  color: #FFD600 !important;
}
.clientInfoBox {
  margin: 20px 0px 20px 0px;
  padding: 20px 0px 10px 0px;
  border-right: 2px solid #ffd600;
  background-color: #FFFCEB;
  color: dimgray;
  width: 98%;
  font-size: 12px;
  line-height: 1.31;
}
.clientInfoBox .mat-icon {
  margin-right: 10px;
  margin-left: 10px;
  height: 20px;
  color: #FFD600 !important;
}
.btn-primary {
  background-color: #1976d2;
  border-radius: 4px;
}
.btn-action {
  background-color: #124D95;
}
.btnDelete label {
  margin-bottom: 20px;
}
.btn-blue {
  background-color: #00897b;
}
/*------------------------------------------client-----------------------------*/
.white {
  color: white;
}
.client-delete-subscriber {
  float: left;
  border: 1px solid #eaeaea;
  border-right: 0px;
}
.client-delete-subscriber .mat-icon {
  color: #E1E1E1;
  margin-top: 22px;
}
.client-details-panel .mat-icon {
  background-color: whitesmoke;
  color: #A1A1A1;
}
.dark-theme .client-details-panel .mat-icon {
  background-color: transparent !important;
  color: #A1A1A1;
}
.client-details-panel button {
  background: transparent;
  border: none;
}
.client-dashboard-box {
  width: 49%;
  margin: 11px 4px;
}
.client-dashboard-box-info {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 14px;
  background-color: white;
  min-width: 300px;
  height: 500px;
  overflow-y: auto;
}
.dark-theme .client-dashboard-box-info {
  background-color: #484848;
  color: #fff;
}
.dark-theme .client-dashboard-box-info h5 {
  color: #fff;
}
.dark-theme .client-dashboard-box-info .list ul li {
  color: black !important;
}
.client-request-box {
  background-color: white;
  padding: 12px;
  min-height: 200px;
}
.dark-theme .client-request-box {
  background-color: #484848;
  color: #fff !important;
}
.dark-theme .client-request-box h5 {
  background-color: #484848;
  color: #fff !important;
}
.client-request-notice {
  background-color: #BFE7F1;
  padding: 15px;
  border-radius: 15px;
  color: #0f488d;
  font-size: 14px;
}
.icon-gray {
  color: #7A8990 !important;
}
.clinet-step {
  color: #fc971d;
}
.client-logo {
  height: inherit;
  background-repeat: no-repeat;
  background-position-x: right;
}
.client-card-panel-details {
  line-height: 38px;
}
.client-card-panel-space {
  height: 38px;
}
.client-card-panel-bag {
  background-color: #54C4D0;
  float: right;
}
.client-card-panel-bag .mat-icon {
  color: white;
  margin-top: 22px;
}
.client-panel {
  padding: 20px 20px 0px 20px;
  background-color: white;
  border: 2px solid #EEEEEE;
}
.client-request-panel {
  padding: 20px 30px 30px 30px;
  background-color: white;
  border: 4px solid #EEEEEE;
  border-top: 10px solid #EEEEEE;
}
.dark-theme .client-request-panel {
  padding: 20px 30px 30px 30px;
  background-color: #484848;
  border: none !important;
  border-top: 1px solid gray !important;
}
.dark-theme .paginator-border {
  border: none !important;
  border-top: 1px solid gray !important;
}
.dark-theme app-request-discount .title {
  color: #fff !important;
}
.client-card-panel {
  background-color: #54C4D0;
  float: right;
}
.client-card-panel .mat-icon {
  color: white;
  margin-top: 22px;
}
.client-card-panel-small {
  border: 1px solid #eaeaea;
  float: left;
}
.client-card-panel-big {
  border: 1px solid #eaeaea;
  border-top: 0px;
}
.client-card-panel-close {
  border-bottom: 1px solid #eaeaea;
}
.client-card-delete {
  float: left;
  border: 1px solid #eaeaea;
  border-right: 0px;
}
.dark-theme .client-card-delete {
  float: left;
  border: 0 !important;
  border-right: 0px;
}
.client-card-panel-open {
  border-bottom: 0px;
}
.client-delete-small-panel {
  float: left;
  border-right: 0px;
}
.clientPageHeader {
  background-color: #00897b !important;
}
.client-side-logo {
  margin-top: 10px;
}
.client-side-logo img {
  border-radius: 14px;
  max-width: 100%;
  height: auto;
  border: 0;
}
.stepLink {
  color: #287FD5 !important;
  border: none;
}
.cursorPointer {
  cursor: pointer;
}
.search-link {
  border: none;
  background: transparent;
}
.search-link:hover {
  color: #287FD5 !important;
}
.client-right-menu-box {
  padding-right: 0px !important;
  background-color: #F1F3F2;
  float: right;
  border: none !important;
}
.client-rightmenu-list {
  background-color: white;
  height: 90vh;
  overflow: auto;
  border-radius: 10px;
  box-shadow: 0px 0px 68px -29px #68686857;
  width: 97%;
  margin: 1px auto;
}
.client-subscriber-box {
  display: inline-block;
}
.client-subscriber-box .mat-button {
  min-width: 0px !important;
  padding-right: 0px !important;
  padding-left: 19px !important;
}
.display:inline-block .client-rightmenu-list a {
  color: #80807E !important;
}
.client-rightmenu-list mat-icon {
  color: #929291;
}
.client-homepage-link {
  padding: 20px 10px 12px;
}
.client-content-box {
  background-color: #FAFAFA;
  float: left;
}
.client-notice {
  background-color: #BFE7F1;
  padding: 1em 2em;
  border-radius: 15px;
  color: #0f488d;
  font-size: 15px;
}
.dark-theme .client-notice {
  background-color: #484848;
  color: #fff !important;
}
.client-request-panel-box {
  padding: 20px;
  margin-bottom: 12px;
  border-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.client-notSent-box {
  background-color: white;
  padding: 37px 15px 26px 17px;
  color: #7A8990;
  font-size: 16px;
  border: 4px solid #EEEEEE;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.client-notSent-box h4 {
  display: inline;
}
.client-header-box {
  background-color: white;
  padding: 37px 15px 26px 17px;
  color: #7A8990;
  font-size: 16px;
  border: 4px solid #EEEEEE;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.dark-theme .client-header-box {
  background-color: #484848;
  padding: 37px 15px 26px 17px;
  color: #fff !important;
  border: none !important;
}
.dark-theme app-ticket .client-header-box {
  background-color: #484848 !important;
  border: 1px solid #EEEEEE !important;
  color: #fff !important;
}
.dark-theme .mat-expansion-panel-header.mat-expanded:focus,
.dark-theme .mat-expansion-panel-header.mat-expanded:hover {
  background-color: transparent !important;
}
.client-header-box h4 {
  display: inline;
}
.search-box-title {
  width: 68% !important;
}
.client-header-box-right .mat-icon {
  color: #0e478c;
  margin-left: 10px;
}
.client-header-box-left button {
  background: transparent;
  border: none;
}
.client-header-box-left .mat-icon {
  font-weight: bold;
}
.client-search-box {
  background-color: white;
  padding: 29px 15px 26px 17px;
  color: #7A8990;
  font-size: 16px;
  border: 4px solid #EEEEEE;
  margin-top: -8px;
}
.dark-theme app-card-list .client-search-box {
  background-color: #484848 !important;
  color: #fff !important;
}
.client-search-box .mat-raised-button {
  margin-top: 0px !important;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
}
.client-search-box input.serialRequest {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  float: right;
  width: 71%;
  background-color: #FAFAFA;
  height: 38px;
}
.dark-theme .client-search-box input.serialRequest {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  float: right;
  width: 71%;
  background-color: transparent !important;
  height: 38px;
}
.client-search-box input.subscriberCode {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  width: 60%;
  background-color: #FAFAFA;
  height: 38px;
}
.dark-theme .client-search-box input.subscriberCode {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #c0bfbf;
  border-radius: 5px;
  width: 60%;
  background-color: transparent !important;
  height: 38px;
}
.client-header-box-right {
  float: right;
}
.clientWarn {
  color: cornsilk;
  border-radius: 5px;
  background-image: linear-gradient(to left, #2A897A, #387CA2);
  margin-right: 0;
  margin-bottom: 10px;
  padding-bottom: 15px;
}
.clientWarn a {
  font-weight: bold;
  float: left;
}
.downloadLink {
  color: #ceda1c !important;
}
.clientWarn a:hover {
  color: #cfcc25;
}
.client-addSubscriber .mat-form-field-infix {
  font-size: 12px !important;
  border-top: 0px;
}
.client-addSubscriber .mat-form-field-infix input.mat-input-element {
  height: auto;
}
.client-table {
  text-align: center;
  margin: 20px 0px 20px 0px;
  border: 1px solid #eaeaea;
  width: 100%;
}
.client-tblHeader {
  line-height: 2;
  color: #EC8F09;
  font-size: 12px;
}
.client-tbldetails {
  background-color: whitesmoke;
}
.dark-theme .client-tbldetails {
  background-color: #2a2a2a;
}
.client-btn-subscriber {
  width: 100%;
}
.client-letter-title {
  font-weight: bold;
}
.client-btn-subscriber button {
  color: white;
  line-height: 23px;
  background: #124D95;
  border-radius: 6px;
  border-color: 1358B;
  font-size: 11px;
  border-color: transparent;
  text-align: center;
  min-height: 44px;
  margin-right: 2px;
  margin-left: 2px;
  margin-bottom: 10px;
}
.iconBtn button {
  align-items: center;
  justify-content: center;
  min-width: 120px;
  text-align: center;
}
.widthBtn, .widthBtn button {
  width: 100%;
  margin-bottom: 0;
}
.widthBtn ul, .widthBtn ul li {
  width: 101% !important;
  list-style-type: none;
}
.iconBtn button p {
  margin: 0;
}
.iconBtn .menu {
  padding-right: 5px !important;
}
.client-title {
  line-height: 2;
  color: #0f488d;
  font-size: 14px;
  padding-left: 8px;
  padding-right: 0;
}
.dark-theme app-client-not-sent-request .client-title {
  color: #0f488d !important;
}
.dark-theme .guide-form {
  background-color: #484848 !important;
}
.dark-theme .client-guide-title {
  background-color: #484848 !important;
  border: none !important;
  margin-bottom: 23px;
}
.dark-theme .guide-dialog {
  margin: 0;
}
.client-answer {
  line-height: 2;
  color: #7d8b8b;
  padding-right: 0;
}
.client-unread-letter {
  background-color: #FFFDD5;
}
.client-notification-alarm {
  color: white;
}
.clinet-unread-icon {
  color: #FFC913;
}
.client-paginator-panel {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  float: right;
  margin: 1px 0px 13px 0px;
  border: 4px solid #EEEEEE;
}
.dark-theme .client-paginator-panel {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #484848 !important;
  color: #fff !important;
  float: right;
  margin: 1px 0px 13px 0px;
  border: none !important;
}
.dark-theme report-viewer .table {
  color: #fff !important;
}
.dark-theme report-viewer .table tr:nth-child(even) {
  background-color: #666666 !important;
  color: #fff !important;
}
.dark-theme app-furtherinfo .pure-material-textfield-outlined span {
  color: #fff !important;
}
#clientsnav {
  width: 293px !important;
}
form.cardSearchBox {
  margin-top: 0px;
}
form.cardSearchBox button:hover {
  background: #ec8f09;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
form.cardSearchBox button:hover .material-icons {
  color: white;
}
.dark-theme .cardSearchBox button:hover {
  background: #d6910f !important;
}
.client-profile-menu .mat-menu-item {
  display: inline !important;
  padding-right: 0px !important;
}
.mat-menu-item {
  font-family: IRANSans !important;
}
.client-profile-menu .mat-icon {
  margin: 15px 10px 0px 0px;
  color: #0e478c;
  font-size: 18px;
}
.client-profile-menu hr {
  width: 85%;
  margin-top: 0px;
  margin-bottom: 0px;
}
.client-mat-toolbar {
  background: white !important;
  color: #434343 !important;
  box-shadow: none !important;
  height: 51px !important;
}
.client-secend-mat-toolbar {
  background: #EC8F09 !important;
  color: white !important;
  height: 34px !important;
  box-shadow: none !important;
}
.client-secend-header {
  font-size: 12px;
}
.client-secend-header-left {
  font-size: 12px;
  margin-left: 25px;
}
.client-secend-header-left mat-icon {
  margin-top: 8px;
  color: white;
  cursor: pointer;
}
.client-page-footer {
  background-color: #606060;
  color: white;
}
.client-mat-menu-content {
  padding: 12px !important;
}
.client-messagebox-header {
  background-color: #54C4D0;
  text-align: center;
  height: 40px;
}
.client-messagebox-header mat-icon {
  color: white;
  margin-top: 10px;
}
.client-messagebox-title {
  font-weight: bold;
  padding-bottom: 0px !important;
}
.client-downloadlink {
  color: #798a92 !important;
  border: 1px solid #eaeaea;
  padding: 4px;
  border-right: 2px solid #e74c3c;
}
.client-continuelink {
  color: #009688 !important;
}
.client-message-shortend {
  display: block;
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.client-guide {
  line-height: 0px !important;
  width: 27px !important;
  height: 27px !important;
  background-color: #EC8F09 !important;
}
.client-guide:hover {
  background-color: #b46600 !important;
  cursor: pointer !important;
}
.client-guide mat-icon {
  color: #fff !important;
}
/*----------CardList---------*/
.abfa-theme-dark .card-panel {
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #263238;
}
.card-panel {
  border-radius: 8px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  float: right;
  margin: 1px 0px 13px 0px;
}
/*----------CardList---------*/
/*----------------------------------------clinet--------------------------*/
/*----------------------------------------clinet--------------------------*/
/*----------------------summery subscriber state style--------------------------*/
.searchBox {
  height: 220px;
  width: 900px;
  border: 1px soloid black;
}
.spanResponse {
  color: aqua;
}
.vl {
  border-left: 2px solid rgba(120, 130, 140, 0.13);
}
.box-info {
  width: 105%;
  margin: 5px -24px 0px;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.box-info-search {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.box-info-subject {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 3.5;
  text-align: center;
}
.table-subscriber-info {
  width: 92%;
  margin: 6px 10px 10px 0px;
}
.table-subscriber-info tr td {
  width: 33%;
  line-height: 2;
}
.table-water-info {
  width: 92%;
  text-align: center;
  margin: 6px 10px 10px 0px;
}
.reading-title {
  border-bottom: 3px solid black;
}
.table-reading-info {
  width: 98%;
  margin: 6px 10px 10px 0px;
}
.table-reading-info tr td {
  width: 50%;
  line-height: 2;
}
.tooltipImg {
  margin-right: -7px;
}
.result {
  background-color: #ECF0DF;
}
.table-waterPrice-info th {
  color: #0C0F04 !important;
  text-align: center;
  line-height: 2;
  background-color: #D8E4BE;
  border: 1px solid #C6D3A7;
}
.table-waterPrice-info tr td {
  border: 1px solid #C6D3A7;
  line-height: 2;
  text-align: center;
}
.table-waterPrice-info tr.detail:hover {
  cursor: pointer !important;
}
.table-installment-info {
  border: 1px solid #535C3D;
  line-height: 2;
  text-align: center;
  background-color: #ECF0DF;
}
.table-installment-info th {
  text-align: center;
  background-color: #C3D79A;
  border: 1px solid #535C3D;
  color: #0C0F04 !important;
}
.table-Detail-info {
  border: 1px solid #C6D3A7;
  line-height: 2;
  text-align: center;
  background-color: #ECF0DF;
}
.table-Detail-info th {
  text-align: center;
  background-color: #76923B;
  border: 1px solid #C6D3A7;
  color: #0C0F04 !important;
}
.table-water-info th {
  text-align: center;
  background-color: #D8E4BE;
  border: 1px solid #C6D3A7;
}
.table-water-info tr td {
  border: 1px solid #C6D3A7;
  line-height: 2;
}
.hr-style {
  height: 4px;
  margin: 0px;
}
.checkbox-menu-list {
  line-height: 2.8;
  border: 1px 1px 0px 1px;
  border-width: 1px;
  border-style: solid;
  border-color: #e6e4e4;
  text-align: center;
}
.checkbox-menu-list-items {
  line-height: 2.8;
  border-top: 1px solid #e6e4e4;
}
.assignment-icon {
  margin-top: 8px;
}
.ticketBadge {
  position: absolute;
  top: 0;
  left: 71%;
  font-size: 12px;
  line-height: 9px;
  border-radius: 50%;
  background-color: #ff0000;
  border: 4px solid #ff0000;
  color: #ffffff;
  text-align: center;
  z-index: 1;
}
.btn-requests-client {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 56px;
  width: 56px;
  margin-bottom: 59px;
  margin-left: 20px;
}
.btn-requests-client button {
  border: none;
  background: none;
}
.btn-requests-client button:hover {
  background-color: transparent;
  width: 72px;
  opacity: 0.8;
}
.btn-requests-client mat-icon {
  font-size: 57px !important;
  opacity: 0.5;
  width: 56px;
  height: 56px;
  color: white;
  background-color: #54C4D0;
}
.btn-requests {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 56px;
  width: 56px;
  margin-bottom: 170px;
  margin-left: 20px;
}
.btn-requests:hover {
  background-color: #7cb342;
  width: 72px;
  opacity: 0.8;
}
.btn-requests button {
  border: none;
  background: none;
}
.btn-requests mat-icon {
  font-size: 57px !important;
  opacity: 0.5;
  width: 56px;
  height: 56px;
  color: white;
  background-color: #7cb342;
}
.btn-cardboard {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 56px;
  width: 56px;
  margin-bottom: 105px;
  margin-left: 20px;
}
.btn-cardboard:hover {
  background-color: #7cb342;
  width: 72px;
  opacity: 0.8;
}
.btn-cardboard button {
  border: none;
  background: none;
}
.btn-cardboard mat-icon {
  font-size: 57px !important;
  opacity: 0.5;
  width: 56px;
  height: 56px;
  color: white;
  background-color: #7cb342;
}
.btn-summery {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 2;
  height: 56px;
  width: 56px;
  margin-bottom: 40px;
  margin-left: 20px;
}
.btn-summery:hover {
  background-color: #7cb342;
  width: 72px;
  opacity: 0.8;
}
.btn-summery button {
  border: none;
  background: none;
}
.btn-summery mat-icon {
  font-size: 57px !important;
  opacity: 0.5;
  width: 56px;
  height: 56px;
  color: white;
  background-color: #7cb342;
}
.custom-tooltip {
  background-color: white;
  border: 1px solid #EC8F09;
  color: #4d585e !important;
  font-family: IRANSans !important;
}
/*----------------------summery subscriber state style--------------------------*/
.work-order-Table {
  line-height: 2;
}
.table-header-row {
  background: #fbfbfb;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding-top: 1px;
  padding-bottom: 1px;
}
.table-details-row {
  border-bottom: 0.5px solid #eaeaea;
}
/*----------------------ticket-------------------------*/
.ticket-panel-box {
  padding: 2px 14px 2px 0px;
  margin-bottom: 12px;
  border-radius: 7px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
}
.ticket-panel-box-info {
  padding: 10px 5px 0px 25px;
}
.ticket-panel-sign {
  border-radius: 5px;
}
.ticket-panel-sign mat-icon {
  font-size: 100px;
  margin-right: 67px;
  margin-top: 12px;
}
/*----------------------ticket-------------------------*/
/* Styles for the active tab label */
.mat-tab-label.mat-tab-label-active {
  color: #0d0e0e !important;
}
.mat-expansion-panel-body {
  padding: 10px 8px 10px !important;
  line-height: 26px;
}
.dark-theme ::-webkit-input-placeholder {
  color: #fff !important;
}
.dark-theme ::-moz-placeholder {
  color: #fff !important;
}
.dark-theme :-ms-input-placeholder {
  color: #fff !important;
}
.dark-theme ::-ms-input-placeholder {
  color: #fff !important;
}
.dark-theme ::placeholder {
  color: #fff !important;
}
app-after-sale-request .btn {
  margin-right: 5px !important;
}
userdialogcomponent .ql-editor-mat-button {
  margin-right: 5px !important;
}
.dark-theme app-client-dashboard .client-request-notice span {
  color: #9d00ff;
}
.dark-theme app-client .client-letter-title {
  color: black;
}
app-client-copybill .btn {
  margin-right: 5px !important;
}
.dark-theme .client-homepage-link a {
  color: #fff !important;
}
.dark-theme .sidebar-icon {
  -webkit-filter: invert(1);
          filter: invert(1);
}
@media screen and (max-width: 768px) {
  .client-secend-mat-toolbar {
    height: 43px !important;
  }
}
button {
  border-radius: 4px !important;
}
.error-icon, .error-icon label, .error-icon mat-icon {
  color: #e63f3f;
}
.error-icon mat-icon {
  top: 5px;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
  margin-left: 4px;
}
.mat-menu-panel {
  margin-top: 0.5em;
}
.mat-select {
  z-index: 5 !important;
  position: relative;
  height: 39px !important;
  line-height: 27px !important;
}
/*
Template Name: Material Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
 Topbar
*******************/
mat-toolbar {
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.5);
}
mat-toolbar.topbar {
  padding: 0px 15px;
}
mat-toolbar .mat-primary {
  background-color: #434343;
}
mat-toolbar .navbar-header {
  text-align: center;
}
mat-toolbar .navbar-header .navbar-brand {
  display: flex;
  line-height: 18px;
  align-items: center;
}
mat-toolbar .navbar-header .navbar-brand .dark-logo {
  display: none;
}
mat-toolbar .navbar-header .navbar-brand b {
  margin-right: 5px;
}
mat-toolbar .app-search {
  display: none;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 1;
  position: absolute;
}
mat-toolbar .app-search .form-control {
  line-height: 42px;
}
mat-toolbar .app-search .cl-srh-btn {
  position: absolute;
  top: 12px;
  right: 15px;
  font-size: 15px;
  color: #67757c;
  cursor: pointer;
}
mat-toolbar .profile-pic {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}
/*******************
 Topbar
*******************/
.topbar {
  position: relative;
  /* Make sure the toolbar will stay on top of the content as it scrolls past. */
  z-index: 2;
}
.example-sidenav-container {
  /* When the sidenav is not fixed, stretch the sidenav container to fill the available space. This
     causes `<mat-sidenav-content>` to act as our scrolling element for desktop layouts. */
  flex: 1;
}
.example-sidenav-container {
  /* When the sidenav is fixed, don't constrain the height of the sidenav container. This allows the
     `<body>` to be our scrolling element for mobile layouts. */
  flex: 1 0 auto;
}
/*
Template Name: Material Pro Admin
Author: Wrappixel
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For all pages 
 ============================================================== */
/*******************
 Main container
*******************/
.main-container {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
}
.mat-drawer-container {
  background: #eef5f9;
}
html .page-wrapper {
  height: calc(100vh - 64px);
}
html .page-wrapper .page-content {
  padding: 15px;
}
/*******************
 Login register
*******************/
.login-register {
  height: 100vh;
  display: flex;
  background-size: cover;
  align-items: center;
}
.login-register .mat-card {
  margin: 0px 15px;
}
.login-register .mat-form-field {
  width: 100%;
}
.login-register .login-register-box {
  max-width: 400px;
  min-width: 280px;
  margin: 0 auto;
  vertical-align: middle;
}
.login-register .support-text {
  margin-top: -15px;
  display: block;
  padding-bottom: 15px;
}
.error-card h1 {
  font-size: 210px;
  font-weight: 900;
  line-height: 210px;
  margin: 0px;
  text-shadow: 4px 5px 1px #b3bbbf;
}
.ngx-datatable.material {
  box-shadow: none;
  border: 1px solid rgba(120, 130, 140, 0.13);
}
/*******************
 Calendar page
*******************/
.cal-event-action {
  text-decoration: none;
  margin: 0 3px;
}
.cal-header {
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}
.act {
  color: white;
}
.act:hover {
  color: aqua;
}
/*******************
 Mail page
*******************/
.icon-box {
  width: 20%;
  display: inline-block;
}
/*******************
 Mail page
*******************/
.email-box {
  border: 1px solid rgba(120, 130, 140, 0.13);
}
.email-sidebar {
  border-right: 1px solid rgba(120, 130, 140, 0.13);
  width: 300px;
}
.email-sidebar .d-flex {
  display: flex;
  padding: 15px 0px;
  cursor: pointer;
}
.email-sidebar .selected .d-flex {
  background: #f2f4f8;
}
.email-sidebar .icon-avatar {
  width: 60px;
  text-align: center;
  flex-shrink: 0;
}
.email-sidebar .mail-title {
  font-weight: 500;
}
.email-sidebar .text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  max-width: 200px;
  text-overflow: ellipsis;
}
.email-sidebar .avatar {
  width: 40px;
  border-radius: 100%;
}
.email-right-panel {
  padding: 30px;
  background: #f2f4f8;
}
.email-right-panel .avatar-lg {
  width: 100px;
  border-radius: 100%;
}
.email-right-panel .row {
  overflow: hidden;
}
.email-right-panel .col-md-2 {
  width: 20%;
  padding: 10px;
  float: left;
}
.align-items-center {
  align-items: center;
}
.bottom-right {
  position: absolute !important;
  right: 40px;
  bottom: 40px;
  z-index: 10;
}
.chat-right-panel .top-avatar img {
  width: 40px;
  vertical-align: middle;
}
.chat-middle-box {
  border-left: 1px solid rgba(120, 130, 140, 0.13);
  background: #ffffff;
  margin-bottom: 0px !important;
}
.chat-footer {
  padding: 10px 15px !important;
  background: #ffffff;
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  border-left: 1px solid rgba(120, 130, 140, 0.13);
}
.chat-list {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0 2rem;
  display: flex;
}
.chat-list.even {
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.chat-block {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f2f4f8;
  border-radius: 6px;
}
.chat-block img {
  vertical-align: middle;
  margin-right: 10px;
}
.chat-date {
  font-size: 12px;
  color: #3a3d3e;
}
.cdk-overlay-connected-position-bounding-box {
  align-items: flex-start !important;
}
/*******************
Chartistt chart css
******************/
.barchrt .ct-series-a .ct-bar {
  stroke: #47b3e4;
}
.barchrt .ct-series-b .ct-bar {
  stroke: #152533;
}
.linearea {
  height: 280px;
}
.linearea .ct-series-a .ct-area {
  fill-opacity: 0.05;
  fill: #47b3e4;
}
.linearea .ct-series-a .ct-line,
.linearea .ct-series-a .ct-point {
  stroke: #47b3e4;
  stroke-width: 2px;
}
.linearea .ct-series-b .ct-area {
  fill: #152533;
  fill-opacity: 0.1;
}
.linearea .ct-series-b .ct-line,
.linearea .ct-series-b .ct-point {
  stroke: #152533;
  stroke-width: 2px;
}
.linearea .ct-series-c .ct-area {
  fill: #fc4b6c;
  fill-opacity: 0.1;
}
.linearea .ct-series-c .ct-line,
.linearea .ct-series-c .ct-point {
  stroke: #fc4b6c;
  stroke-width: 2px;
}
.linearea .ct-series-a .ct-point,
.linearea .ct-series-b .ct-point,
.linearea .ct-series-c .ct-point {
  stroke-width: 6px;
}
.piechart .ct-series-a .ct-slice-donut {
  stroke: #152533;
}
.piechart .ct-series-b .ct-slice-donut {
  stroke: #47b3e4;
}
.piechart .ct-series-c .ct-slice-donut {
  stroke: #7460ee;
}
.piechart .ct-series-d .ct-slice-donut {
  stroke: #f2f4f8;
}
.piechart .ct-series-e .ct-slice-donut {
  stroke: #ffb22b;
}
/*******************
Pricing scss
******************/
html .popular-plan {
  transform: scale(1.1);
  z-index: 1;
}
html .price-listing {
  margin-bottom: 30px;
}
html .price-listing .mat-list-item {
  height: auto;
}
html .price-listing .mat-list-item .mat-list-item-content {
  display: block;
  padding: 20px 0;
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*******************
Main sidebar
******************/
mat-sidenav {
  width: 260px;
  padding-top: 0px;
}
#snav {
  width: 270px !important;
  min-height: 482px !important;
  border-radius: 8px !important;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.16) !important;
  background-color: #ffffff !important;
}
#snav .mat-list-item {
  height: auto;
}
#snav .mat-list-item:hover {
  background: none;
}
#snav .mat-list-item .mat-list-item-content {
  display: block;
  padding: 0px 15px;
}
#snav .mat-list-item .mat-list-item-content:hover {
  background: none;
}
#snav .mat-list-item .mat-list-item-content:hover > a {
  color: #1e88e5;
}
#snav .mat-list-item a {
  height: 45px;
  padding: 0 10px;
  margin-bottom: 10px;
  align-items: center;
  display: flex;
  font-size: 15px;
  white-space: nowrap;
  color: #607d8b;
}
#snav .mat-list-item a mat-icon:not(.dd-icon) {
  margin-right: 8px;
}
#snav .mat-list-item a mat-icon {
  color: #99abb4;
}
#snav .mat-list-item a .dd-icon {
  font-size: 16px;
  width: 16px;
  transition: 0.2s ease-in;
  margin: 5px 0 5px 5px;
  height: 16px;
}
#snav .mat-list-item.selected > .mat-list-item-content > a {
  background: #47b3e4;
  border-radius: 4px;
  color: #ffffff;
}
#snav .mat-list-item.selected > .mat-list-item-content > a mat-icon {
  color: #ffffff;
}
#snav .mat-list-item.selected > .mat-list-item-content > a .dd-icon {
  transform: rotate(-180deg);
}
#snav .mat-list-item.selected .sub-item .mat-list-item-content a.selected {
  background: transparent;
  color: #2f3d4a;
  font-weight: 500;
}
#snav .sub-item {
  display: none;
  margin-top: -15px;
}
#snav .sub-item a {
  padding-left: 28px;
  height: 50px;
  margin-bottom: 0px;
}
#snav .saperator {
  cursor: text;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 25px;
  font-weight: 500;
  white-space: nowrap;
}
#snav .selected .sub-item {
  display: block;
}
/*******************
use profile section
******************/
.user-profile {
  position: relative;
  background-size: cover;
  padding-right: 30px;
}
.user-profile .profile-img {
  width: 50px;
  margin-left: 30px;
  padding: 20px 0 0px 0;
  border-radius: 100%;
}
.user-profile .profile-img::before {
  -webkit-animation: 2.5s blow 0s linear infinite;
  animation: 2.5s blow 0s linear infinite;
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 20px;
  margin: 0 auto;
  border-radius: 50%;
  z-index: 0;
}
@-webkit-keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale3d(1, 1, 0.5);
  }
}
@keyframes blow {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  50% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    opacity: 1;
    transform: scale3d(1, 1, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale3d(1, 1, 0.5);
  }
}
.user-profile .profile-img img {
  width: 100%;
  border-radius: 100%;
  height: 50px;
}
.user-profile .profile-text {
  padding: 0px 0px 0px 0;
  position: relative;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
}
.user-profile .profile-text > a {
  color: white !important;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  display: block;
  white-space: nowrap;
}
.user-profile .profile-text > a:after {
  position: absolute;
  right: 20px;
  top: 20px;
}
/*============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .minisidebar #snav .mat-drawer-backdrop {
    display: none;
  }
  .minisidebar #snav.mat-sidenav ~ .mat-drawer-content {
    margin-left: 80px;
  }
  .minisidebar #snav.mat-sidenav {
    transition: width 0.2s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.2s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) {
    width: 80px;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .sub-menu, .minisidebar #snav.mat-sidenav:not(:hover) .dd-icon, .minisidebar #snav.mat-sidenav:not(:hover) .selected .sub-item {
    display: none;
    visibility: hidden;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .user-profile .profile-img {
    margin-left: 15px;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .user-profile .profile-text {
    visibility: hidden;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .saperator span {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 40px;
    display: block;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .mat-list-item > .mat-list-item-content > a {
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .mat-list-item > .mat-list-item-content > a > span:not(.menu-badge),
.minisidebar #snav.mat-sidenav:not(:hover) .mat-list-item > .mat-list-item-content > a > .menu-caret {
    display: none;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .mat-list-item > .mat-list-item-content > a > span.menu-badge {
    position: absolute;
    top: 10px;
    right: 16px;
  }
  .minisidebar #snav.mat-sidenav:not(:hover) .mat-list-item > .mat-list-item-content > a > .material-icons {
    width: 80px !important;
    padding: 0;
    margin: 0;
  }

  [dir=rtl] app-sidebar {
    display: block;
    overflow: hidden;
  }
  [dir=rtl] .minisidebar #snav.mat-sidenav ~ .mat-drawer-content {
    margin-left: 0px !important;
    margin-right: 80px !important;
  }
}
.sidebar-closed #snav.mat-sidenav ~ .mat-drawer-content {
  margin-left: 0px !important;
}
/*
Template Name: Material Pro Admin
Author: Themedesigner
Email: niravjoshi87@gmail.com
File: scss
*/
/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */
@media (min-width: 1650px) {
  .main-container.boxed {
    max-width: 1920px;
    margin: 0 auto;
  }
}
/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */
@media (max-width: 1600px) {
  .main-container.boxed {
    max-width: 1300px;
    margin: 0 auto;
  }
}
/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */
@media (min-width: 1024px) {
  .card-group {
    padding: 0 15px;
    display: flex;
    flex-flow: row wrap;
  }
  .card-group .mat-card {
    margin: 15px 0px;
    flex: 1 0 0%;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
  }
  .card-group .mat-card:first-child {
    border: 0px;
  }
}
@media (max-width: 1023px) {
  .card-group {
    margin: 15px 0;
  }
  .card-group .mat-card {
    margin: 0 15px;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
  }
  .card-group .mat-card:first-child {
    border: 0px;
  }
}
/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */
@media (min-width: 768px) {
  .navbar-header {
    width: 225px;
    flex-shrink: 0;
  }
  .navbar-header .navbar-brand {
    padding-top: 0px;
  }
}
/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */
@media (max-width: 767px) {
  .mat-toolbar-single-row {
    height: 64px;
  }

  .d-flex {
    display: block;
  }

  .no-block {
    display: flex;
  }

  .email-right-panel .col-md-2 {
    width: 100%;
  }

  .icon-box {
    width: 50%;
  }
}
/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}

.leaflet-container {
	overflow: hidden;
	}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        -ms-user-select: none;
	    user-select: none;
	  -webkit-user-drag: none;
	}

/* Prevents IE11 from highlighting tiles in blue */

.leaflet-tile::-moz-selection {
	background: transparent;
}

.leaflet-tile::selection {
	background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */

.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}

/* hack that prevents hw layers "stretching" when loading new tiles */

.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}

.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */

/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	touch-action: pan-x pan-y;
	}

.leaflet-container.leaflet-touch-drag {
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	touch-action: none;
}

.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
	-webkit-filter: inherit;
	        filter: inherit;
	visibility: hidden;
	}

.leaflet-tile-loaded {
	visibility: inherit;
	}

.leaflet-zoom-box {
	width: 0;
	height: 0;
	box-sizing: border-box;
	z-index: 800;
	}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */

.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }

.leaflet-overlay-pane { z-index: 400; }

.leaflet-shadow-pane  { z-index: 500; }

.leaflet-marker-pane  { z-index: 600; }

.leaflet-tooltip-pane   { z-index: 650; }

.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }

.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}

.lvml {
	behavior: url(#default#VML);
	display: inline-block;
	position: absolute;
	}

/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}

.leaflet-top {
	top: 0;
	}

.leaflet-right {
	right: 0;
	}

.leaflet-bottom {
	bottom: 0;
	}

.leaflet-left {
	left: 0;
	}

.leaflet-control {
	float: left;
	clear: both;
	}

.leaflet-right .leaflet-control {
	float: right;
	}

.leaflet-top .leaflet-control {
	margin-top: 10px;
	}

.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}

.leaflet-left .leaflet-control {
	margin-left: 10px;
	}

.leaflet-right .leaflet-control {
	margin-right: 10px;
	}

/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}

.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	transition: opacity 0.2s linear;
	}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}

.leaflet-zoom-animated {
	transform-origin: 0 0;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}

.leaflet-zoom-anim .leaflet-zoom-animated {
	transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}

/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}

.leaflet-grab {
	cursor: -webkit-grab;
	cursor:         grab;
	}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}

.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:         grabbing;
	}

/* marker & overlays interactivity */

.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}

.leaflet-container a {
	color: #0078A8;
	}

.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}

.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}

/* general typography */

.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}

/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}

.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}

.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}

.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}

.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}

.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}

.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}

.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}

.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}

/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}

.leaflet-control-layers-toggle {
	background-image: url('layers.a6137456ed160d760698.png');
	width: 36px;
	height: 36px;
	}

.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url('layers-2x.4f0283c6ce28e888000e.png');
	background-size: 26px 26px;
	}

.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}

.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}

.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}

.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}

.leaflet-control-layers label {
	display: block;
	}

.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */

.leaflet-default-icon-path {
	background: url('marker-icon.2273e3d8ad9264b7daa5.png');
	}

/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}

.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}

.leaflet-control-attribution a {
	text-decoration: none;
	}

.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}

.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}

.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}

.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}

.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}

/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}

.leaflet-popup-content-wrapper {
	padding: 1px;
	text-align: left;
	border-radius: 12px;
	}

.leaflet-popup-content {
	margin: 13px 19px;
	line-height: 1.4;
	}

.leaflet-popup-content p {
	margin: 18px 0;
	}

.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	}

.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;
	transform: rotate(45deg);
	}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}

.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}

.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}

.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}

.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}

/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}

/* Tooltip */

/* Base styles for the element that has a tooltip */

.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}

.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}

.leaflet-tooltip-top {
	margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}

.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}

.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}

.leaflet-tooltip-left {
	margin-left: -6px;
}

.leaflet-tooltip-right {
	margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}

.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}

.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}

.ng-resizable{position:relative}.ng-resizable-handle{position:absolute;font-size:0.1px;display:block;touch-action:none}.ng-resizable-handle.ng-resizable-e{cursor:e-resize;width:7px;right:-5px;height:100%;top:0}.ng-resizable-handle.ng-resizable-w{cursor:w-resize;width:7px;left:-5px;height:100%;top:0}.ng-resizable-handle.ng-resizable-s{cursor:s-resize;height:7px;bottom:-5px;width:100%;left:0}.ng-resizable-handle.ng-resizable-n{cursor:n-resize;height:7px;top:-5px;width:100%;left:0}.ng-resizable-handle.ng-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ng-resizable-handle.ng-resizable-sw{cursor:sw-resize;width:12px;height:12px;left:1px;bottom:1px}.ng-resizable-handle.ng-resizable-ne{cursor:ne-resize;width:12px;height:12px;right:1px;top:1px}.ng-resizable-handle.ng-resizable-nw{cursor:nw-resize;width:12px;height:12px;left:1px;top:1px}.ng-resizable-diagonal{box-sizing:border-box;width:0;height:0;border-bottom:12px solid #aaa;border-left:12px solid transparent}

.ng-select.ng-select-opened>.ng-select-container{background:#fff;border-color:#b3b3b3 #ccc #d9d9d9}.ng-select.ng-select-opened>.ng-select-container:hover{box-shadow:none}.ng-select.ng-select-opened>.ng-select-container .ng-arrow{top:-2px;border-color:transparent transparent #999;border-width:0 5px 5px}.ng-select.ng-select-opened>.ng-select-container .ng-arrow:hover{border-color:transparent transparent #333}.ng-select.ng-select-opened.ng-select-bottom>.ng-select-container{border-bottom-right-radius:0;border-bottom-left-radius:0}.ng-select.ng-select-opened.ng-select-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-focused:not(.ng-select-opened)>.ng-select-container{border-color:#007eff;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 0 3px rgba(0,126,255,0.1)}.ng-select.ng-select-disabled>.ng-select-container{background-color:#f9f9f9}.ng-select .ng-has-value .ng-placeholder{display:none}.ng-select .ng-select-container{background-color:#fff;border-radius:4px;border:1px solid #ccc;min-height:36px;align-items:center}.ng-select .ng-select-container:hover{box-shadow:0 1px 0 rgba(0,0,0,0.06)}.ng-select .ng-select-container .ng-value-container{align-items:center;padding-left:10px}[dir="rtl"] .ng-select .ng-select-container .ng-value-container{padding-right:10px;padding-left:0}.ng-select .ng-select-container .ng-value-container .ng-placeholder{color:#999}.ng-select.ng-select-single .ng-select-container{height:36px}.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{top:5px;left:0;padding-left:10px;padding-right:50px}[dir="rtl"] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input{padding-right:10px;padding-left:50px}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value{background-color:#f9f9f9;border:1px solid #e6e6e6}.ng-select.ng-select-multiple.ng-select-disabled>.ng-select-container .ng-value-container .ng-value .ng-value-label{padding:0 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-top:5px;padding-left:7px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container{padding-right:7px;padding-left:0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{font-size:.9em;margin-bottom:5px;background-color:#ebf5ff;border-radius:2px;margin-right:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value{margin-right:0;margin-left:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled{background-color:#f9f9f9}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:5px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label{padding-left:0;padding-right:5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon{display:inline-block;padding:1px 5px}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover{background-color:#d1e8ff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-right:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left{border-left:1px solid #b8dbff;border-right:none}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:1px solid #b8dbff}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right{border-left:0;border-right:1px solid #b8dbff}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 0 3px 3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input{padding:0 3px 3px 0}.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{top:5px;padding-bottom:5px;padding-left:3px}[dir="rtl"] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder{padding-right:3px;padding-left:0}.ng-select .ng-clear-wrapper{color:#999}.ng-select .ng-clear-wrapper:hover .ng-clear{color:#D0021B}.ng-select .ng-spinner-zone{padding:5px 5px 0 0}[dir="rtl"] .ng-select .ng-spinner-zone{padding:5px 0 0 5px}.ng-select .ng-arrow-wrapper{width:25px;padding-right:5px}[dir="rtl"] .ng-select .ng-arrow-wrapper{padding-left:5px;padding-right:0}.ng-select .ng-arrow-wrapper:hover .ng-arrow{border-top-color:#666}.ng-select .ng-arrow-wrapper .ng-arrow{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 2.5px}.ng-dropdown-panel{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,0.06);left:0}.ng-dropdown-panel.ng-select-bottom{top:100%;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-top-color:#e6e6e6;margin-top:-1px}.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.ng-dropdown-panel.ng-select-top{bottom:100%;border-top-right-radius:4px;border-top-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.ng-dropdown-panel .ng-dropdown-header{border-bottom:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-footer{border-top:1px solid #ccc;padding:5px 7px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;padding:8px 10px;font-weight:500;color:rgba(0,0,0,0.54);cursor:pointer}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled{cursor:default}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked{background-color:#f5faff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked{background-color:#ebf5ff;font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option{background-color:#fff;color:rgba(0,0,0,0.87);padding:8px 10px}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked{color:#333;background-color:#ebf5ff}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label{font-weight:600}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked{background-color:#f5faff;color:#333}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled{color:#ccc}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-left:22px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child{padding-right:22px;padding-left:0}.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{font-size:80%;font-weight:400;padding-right:5px}[dir="rtl"] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label{padding-left:5px;padding-right:0}[dir="rtl"] .ng-dropdown-panel{direction:rtl;text-align:right}

