@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);
/* .bs-datepicker */
.bs-datepicker {
  display: flex;
  align-items: stretch;
  flex-flow: row wrap;
  background: #fff;
  box-shadow: 0 0 10px 0 #aaa;
  position: relative;
  z-index: 1;
  /* button */
  /* .bs-datepicker-head */
  /* .bs-datepicker-body */
  /* .current-timedate */
  /* .bs-datepicker-multiple */
  /* .bs-datepicker-btns */
  /*.bs-datepicker-custom-range */
  /* .bs-datepicker-predefined-btns */
  /* .bs-datepicker-buttons */ }
.bs-datepicker:after {
    clear: both;
    content: '';
    display: block; }
.bs-datepicker bs-day-picker {
    float: left; }
.bs-datepicker button:hover,
  .bs-datepicker button:focus,
  .bs-datepicker button:active,
  .bs-datepicker input:hover,
  .bs-datepicker input:focus,
  .bs-datepicker input:active,
  .bs-datepicker-btns button:hover,
  .bs-datepicker-btns button:focus,
  .bs-datepicker-btns button:active,
  .bs-datepicker-predefined-btns button:active,
  .bs-datepicker-predefined-btns button:focus {
    outline: none; }
.bs-datepicker-head {
    min-width: 270px;
    height: 50px;
    padding: 10px;
    border-radius: 3px 3px 0 0;
    text-align: justify;
    /* .bs-datepicker-head button */ }
.bs-datepicker-head:after {
      content: "";
      display: inline-block;
      vertical-align: top;
      width: 100%; }
.bs-datepicker-head button {
      display: inline-block;
      vertical-align: top;
      padding: 0;
      height: 30px;
      line-height: 30px;
      border: 0;
      background: transparent;
      text-align: center;
      cursor: pointer;
      color: #fff;
      transition: 0.3s; }
.bs-datepicker-head button[disabled], .bs-datepicker-head button[disabled]:hover, .bs-datepicker-head button[disabled]:active {
        background: rgba(221, 221, 221, 0.3);
        color: #f5f5f5;
        cursor: not-allowed; }
.bs-datepicker-head button.next, .bs-datepicker-head button.previous {
        border-radius: 50%;
        width: 30px;
        height: 30px; }
.bs-datepicker-head button.next span, .bs-datepicker-head button.previous span {
          font-size: 28px;
          line-height: 1;
          display: inline-block;
          position: relative;
          height: 100%;
          width: 100%;
          border-radius: 50%; }
.bs-datepicker-head button.current {
        border-radius: 15px;
        max-width: 155px;
        padding: 0 13px; }
.bs-datepicker-head button:hover {
    background-color: rgba(0, 0, 0, 0.1); }
.bs-datepicker-head button:active {
    background-color: rgba(0, 0, 0, 0.2); }
.bs-datepicker-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
    min-height: 232px;
    min-width: 278px;
    border: 1px solid #e9edf0;
    /* .bs-datepicker-body table */ }
.bs-datepicker-body .days.weeks {
      position: relative;
      z-index: 1; }
.bs-datepicker-body table {
      width: 100%;
      border-collapse: separate;
      border-spacing: 0;
      /* .bs-datepicker-body table.days */
      /* .bs-datepicker-body table.weeks */ }
.bs-datepicker-body table th {
        font-size: 13px;
        color: #9aaec1;
        font-weight: 400;
        text-align: center; }
.bs-datepicker-body table td {
        color: #54708b;
        text-align: center;
        position: relative;
        padding: 0; }
.bs-datepicker-body table td span {
          display: block;
          margin: 0 auto;
          font-size: 13px;
          border-radius: 50%;
          /*z-index: 1;*/
          -moz-user-select: none;
          -webkit-user-select: none;
          -ms-user-select: none; }
.bs-datepicker-body table td:not(.disabled):not(.week) span:not(.disabled):not(.is-other-month) {
          cursor: pointer; }
.bs-datepicker-body table td.is-highlighted:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-highlighted:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s; }
.bs-datepicker-body table td.is-active-other-month:not(.disabled):not(.selected) span,
        .bs-datepicker-body table td span.is-active-other-month:not(.disabled):not(.selected) {
          background-color: #e9edf0;
          transition: 0s;
          cursor: pointer; }
.bs-datepicker-body table td span.disabled,
        .bs-datepicker-body table td.disabled span {
          color: #9aaec1; }
.bs-datepicker-body table td span.selected,
        .bs-datepicker-body table td.selected span {
          color: #fff; }
.bs-datepicker-body table td span.is-other-month,
        .bs-datepicker-body table td.is-other-month span {
          color: rgba(0, 0, 0, 0.25); }
.bs-datepicker-body table td.active {
          position: relative; }
.bs-datepicker-body table td.active.select-start:before {
            left: 35%; }
.bs-datepicker-body table td.active.select-end:before {
            left: -85%; }
.bs-datepicker-body table td span.active.select-start:after,
        .bs-datepicker-body table td span.active.select-end:after,
        .bs-datepicker-body table td.active.select-start span:after,
        .bs-datepicker-body table td.active.select-end span:after {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          width: 100%;
          height: 100%;
          transition: 0.3s;
          top: 0;
          border-radius: 50%; }
.bs-datepicker-body table td:before,
        .bs-datepicker-body table td span:before {
          content: "";
          display: block;
          position: absolute;
          z-index: -1;
          top: 6px;
          bottom: 6px;
          left: -3px;
          right: -2px;
          box-sizing: content-box;
          background: transparent; }
.bs-datepicker-body table td.active.select-start + td.active:before {
          left: -20%; }
.bs-datepicker-body table td:last-child.active:before {
          border-radius: 0 3px 3px 0;
          width: 125%;
          left: -25%; }
.bs-datepicker-body table td span[class*="select-"],
        .bs-datepicker-body table td[class*="select-"] span {
          border-radius: 50%;
          color: #fff; }
.bs-datepicker-body table.days td.active:not(.select-start):before, .bs-datepicker-body table.days td.in-range:not(.select-start):before,
      .bs-datepicker-body table.days span.active:not(.select-start):before,
      .bs-datepicker-body table.days span.in-range:not(.select-start):before {
        background: #e9edf0; }
.bs-datepicker-body table.days span {
        width: 32px;
        height: 32px;
        line-height: 32px; }
.bs-datepicker-body table.days span.select-start {
          z-index: 2; }
.bs-datepicker-body table.days span.is-highlighted.in-range:before {
          right: 3px;
          left: 0; }
.bs-datepicker-body table.days span.in-range.select-end:before {
          right: 4px;
          left: 0; }
.bs-datepicker-body table.days td.select-start + td.select-end:before,
      .bs-datepicker-body table.days td.select-start + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.is-highlighted:before,
      .bs-datepicker-body table.days td.active + td.select-end:before,
      .bs-datepicker-body table.days td.in-range + td.is-highlighted:before,
      .bs-datepicker-body table.days td.in-range + td.select-end:before {
        background: #e9edf0;
        width: 100%; }
.bs-datepicker-body table.weeks tr td:nth-child(2).active:before {
        border-radius: 3px 0 0 3px;
        left: 0;
        width: 100%; }
.bs-datepicker-body table:not(.weeks) tr td:first-child:before {
        border-radius: 3px 0 0 3px; }
.bs-datepicker-body table.years td span {
        width: 46px;
        height: 46px;
        line-height: 45px;
        margin: 0 auto; }
.bs-datepicker-body table.years tr:not(:last-child) td span {
        margin-bottom: 8px; }
.bs-datepicker-body table.months td {
        height: 52px; }
.bs-datepicker-body table.months td span {
          padding: 6px;
          border-radius: 15px; }
.bs-datepicker .current-timedate {
    color: #54708b;
    font-size: 15px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 20px;
    border: 1px solid #e9edf0;
    margin-bottom: 10px;
    cursor: pointer;
    text-transform: uppercase;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
.bs-datepicker .current-timedate span:not(:empty):before {
      content: "";
      width: 15px;
      height: 16px;
      display: inline-block;
      margin-right: 4px;
      vertical-align: text-bottom;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABMklEQVQoU9VTwW3CQBCcOUgBtEBKSAukAnBKME+wFCAlYIhk8sQlxFABtJAScAsuAPBEewYcxCP8ouxrPDsza61uiVN1o6RNHD4htSCmq49RfO71BvMJqBBkITRf1kmUW49nQRC9h1I5AZlBClaL8aP1fKgOOxCx8aSLs+Q19eZuNO8QmPqJRtDFguy7OAcDbJPs+/BKVPDIPrvD2ZJgWAmVe7O0rI0Vqs1seyWUXpuJoppYCa5L+U++NpNPkr5OE2oMdARsb3gykJT5ydZcL8Z9Ww60nxg2LhjON9li9OwXZzo+xLbp3nC2s9CL2RrueGyVrgwNm8HpsCzZ9EEW6kqXlo1GQe03FzP/7W8Hl0dBtu7Bf7zt6mIwvX1RvzDCm7+q3mAW0Dl/GPdUCeXrZLT9BrDrGkm4qlPvAAAAAElFTkSuQmCC); }
.bs-datepicker-multiple {
    border-radius: 4px 0 0 4px; }
.bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-left: 10px; }
.bs-datepicker-multiple .bs-datepicker {
      box-shadow: none;
      position: relative; }
.bs-datepicker-multiple .bs-datepicker:not(:last-child) {
        padding-right: 10px; }
.bs-datepicker-multiple .bs-datepicker + .bs-datepicker:after {
        content: "";
        display: block;
        width: 14px;
        height: 10px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAKCAYAAABrGwT5AAAA1ElEQVQoU42RsQrCUAxF77VuDu7O4oMWW//BURBBpZvgKk4uIrjoqKOTf+DopIO4uYggtFTfw3+pkQqCW1/G5J7kJiFy4m5MxUlxAzgIPHX+lzMPzupRYlYgxiR7vqsOP8YKzsTx0yxFMCUZ+q7aZzlr+OvgoWcAFyAHgat2jLWu48252DdqAihDJGSSJNUUxYmQjs3+hPQBlAh2rG2LCOPnaw3IiGDX99TRCs7ASJsNhUOA7d/LcuHvRG22FIZvsNXw1MX6VZExCilOQKEfeLXr/10+aC9Ho7arh7oAAAAASUVORK5CYII=);
        position: absolute;
        top: 25px;
        left: -8px; }
.bs-datepicker-multiple .bs-datepicker .left {
        float: left; }
.bs-datepicker-multiple .bs-datepicker .right {
        float: right; }
.bs-datepicker-container {
    padding: 15px; }
.bs-datepicker .bs-media-container {
    display: flex; }
@media (max-width: 768px) {
      .bs-datepicker .bs-media-container {
        flex-direction: column; } }
.bs-datepicker-custom-range {
    padding: 15px;
    background: #eee; }
.bs-datepicker-predefined-btns button {
    width: 100%;
    display: block;
    height: 30px;
    background-color: #9aaec1;
    border-radius: 4px;
    color: #fff;
    border: 0;
    margin-bottom: 10px;
    padding: 0 18px;
    text-align: left;
    transition: 0.3s; }
.bs-datepicker-predefined-btns button:hover {
      background-color: #54708b; }
.bs-datepicker-buttons {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
    padding-top: 10px;
    border-top: 1px solid #e9edf0; }
.bs-datepicker-buttons .btn-default {
      margin-left: 10px; }
.bs-datepicker-buttons .btn-today-wrapper {
      display: flex;
      flex-flow: row wrap; }
.bs-datepicker-buttons .clear-right,
    .bs-datepicker-buttons .today-right {
      flex-grow: 0; }
.bs-datepicker-buttons .clear-left,
    .bs-datepicker-buttons .today-left {
      flex-grow: 1; }
.bs-datepicker-buttons .clear-center,
    .bs-datepicker-buttons .today-center {
      flex-grow: 0.5; }
/* .bs-timepicker */
.bs-timepicker-container {
  padding: 10px 0; }
.bs-timepicker-label {
  color: #54708b;
  margin-bottom: 10px; }
.bs-timepicker-controls {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px; }
.bs-timepicker-controls button {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0;
    background-color: #e9edf0;
    color: #54708b;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
    line-height: 0;
    padding: 0;
    transition: 0.3s; }
.bs-timepicker-controls button:hover {
      background-color: #d5dadd; }
.bs-timepicker-controls input {
    width: 35px;
    height: 25px;
    border-radius: 13px;
    text-align: center;
    border: 1px solid #e9edf0; }
.bs-timepicker .switch-time-format {
  text-transform: uppercase;
  min-width: 54px;
  height: 25px;
  border-radius: 20px;
  border: 1px solid #e9edf0;
  background: #fff;
  color: #54708b;
  font-size: 13px; }
.bs-timepicker .switch-time-format img {
    vertical-align: initial;
    margin-left: 4px; }
bs-datepicker-container,
bs-daterangepicker-container {
  z-index: 1080; }
/* screen size < 1024px */
@media (max-width: 768px) {
  .bs-datepicker-multiple {
    display: flex; }
    .bs-datepicker-multiple + .bs-datepicker-multiple {
      margin-top: 10px;
      margin-left: 0; } }
/* theming */
.theme-default .bs-datepicker-head {
  background-color: #777; }
.theme-default .btn-today-wrapper .btn-success, .theme-default .btn-clear-wrapper .btn-success {
  background-color: #777;
  border-color: #777; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:focus, .theme-default .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-default .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-default .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #616161;
  border-color: #616161; }
.theme-default .btn-today-wrapper .btn-success:hover, .theme-default .btn-clear-wrapper .btn-success:hover {
  background-color: #6F6E6E;
  border-color: #6F6E6E; }
.theme-default .bs-datepicker-predefined-btns button.selected {
  background-color: #777; }
.theme-default .bs-datepicker-body table td span.selected,
.theme-default .bs-datepicker-body table td.selected span,
.theme-default .bs-datepicker-body table td span[class*="select-"]:after,
.theme-default .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #777; }
.theme-default .bs-datepicker-body table td.week span {
  color: #777; }
.theme-default .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #777;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-green .bs-datepicker-head {
  background-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success, .theme-green .btn-clear-wrapper .btn-success {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:focus, .theme-green .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-green .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-green .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #1e7e34;
  border-color: #1e7e34; }
.theme-green .btn-today-wrapper .btn-success:hover, .theme-green .btn-clear-wrapper .btn-success:hover {
  background-color: #218838;
  border-color: #218838; }
.theme-green .bs-datepicker-predefined-btns button.selected {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td span.selected,
.theme-green .bs-datepicker-body table td.selected span,
.theme-green .bs-datepicker-body table td span[class*="select-"]:after,
.theme-green .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5cb85c; }
.theme-green .bs-datepicker-body table td.week span {
  color: #5cb85c; }
.theme-green .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5cb85c;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-blue .bs-datepicker-head {
  background-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success, .theme-blue .btn-clear-wrapper .btn-success {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:focus, .theme-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #2AA8CD;
  border-color: #2AA8CD; }
.theme-blue .btn-today-wrapper .btn-success:hover, .theme-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #3AB3D7;
  border-color: #3AB3D7; }
.theme-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td span.selected,
.theme-blue .bs-datepicker-body table td.selected span,
.theme-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.week span {
  color: #5bc0de; }
.theme-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #5bc0de;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-dark-blue .bs-datepicker-head {
  background-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success, .theme-dark-blue .btn-clear-wrapper .btn-success {
  background-color: #337ab7;
  border-color: #337ab7; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:focus, .theme-dark-blue .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-dark-blue .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-dark-blue .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #266498;
  border-color: #266498; }
.theme-dark-blue .btn-today-wrapper .btn-success:hover, .theme-dark-blue .btn-clear-wrapper .btn-success:hover {
  background-color: #2C6FA9;
  border-color: #2C6FA9; }
.theme-dark-blue .bs-datepicker-predefined-btns button.selected {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td span.selected,
.theme-dark-blue .bs-datepicker-body table td.selected span,
.theme-dark-blue .bs-datepicker-body table td span[class*="select-"]:after,
.theme-dark-blue .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.week span {
  color: #337ab7; }
.theme-dark-blue .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #337ab7;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-red .bs-datepicker-head {
  background-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success, .theme-red .btn-clear-wrapper .btn-success {
  background-color: #d9534f;
  border-color: #d9534f; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:focus, .theme-red .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-red .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-red .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #D23531;
  border-color: #D23531; }
.theme-red .btn-today-wrapper .btn-success:hover, .theme-red .btn-clear-wrapper .btn-success:hover {
  background-color: #E33732;
  border-color: #E33732; }
.theme-red .bs-datepicker-predefined-btns button.selected {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td span.selected,
.theme-red .bs-datepicker-body table td.selected span,
.theme-red .bs-datepicker-body table td span[class*="select-"]:after,
.theme-red .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #d9534f; }
.theme-red .bs-datepicker-body table td.week span {
  color: #d9534f; }
.theme-red .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #d9534f;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
.theme-orange .bs-datepicker-head {
  background-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success, .theme-orange .btn-clear-wrapper .btn-success {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active:focus, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:focus, .theme-orange .btn-clear-wrapper .btn-success:focus {
  box-shadow: none; }
.theme-orange .btn-today-wrapper .btn-success:not(:disabled):not(.disabled):active, .theme-orange .btn-clear-wrapper .btn-success:not(:disabled):not(.disabled):active {
  background-color: #ED9C29;
  border-color: #ED9C29; }
.theme-orange .btn-today-wrapper .btn-success:hover, .theme-orange .btn-clear-wrapper .btn-success:hover {
  background-color: #FFAC35;
  border-color: #FFAC35; }
.theme-orange .bs-datepicker-predefined-btns button.selected {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td span.selected,
.theme-orange .bs-datepicker-body table td.selected span,
.theme-orange .bs-datepicker-body table td span[class*="select-"]:after,
.theme-orange .bs-datepicker-body table td[class*="select-"] span:after {
  background-color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.week span {
  color: #f0ad4e; }
.theme-orange .bs-datepicker-body table td.active-week span:hover {
  cursor: pointer;
  background-color: #f0ad4e;
  color: #fff;
  opacity: 0.5;
  transition: 0s; }
/*# sourceMappingURL=bs-datepicker.css.map */
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */

.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */

.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */

.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */

.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */

.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */

.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */

@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

@font-face {
  font-family: "bootstrap-icons";
  src: url('bootstrap-icons.woff?4601c71fb26c9277391ec80789bfde9c') format("woff"),
url('bootstrap-icons.woff2?4601c71fb26c9277391ec80789bfde9c') format("woff2");
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: text-bottom;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bi-alarm-fill::before { content: "\f101"; }

.bi-alarm::before { content: "\f102"; }

.bi-align-bottom::before { content: "\f103"; }

.bi-align-center::before { content: "\f104"; }

.bi-align-end::before { content: "\f105"; }

.bi-align-middle::before { content: "\f106"; }

.bi-align-start::before { content: "\f107"; }

.bi-align-top::before { content: "\f108"; }

.bi-alt::before { content: "\f109"; }

.bi-app-indicator::before { content: "\f10a"; }

.bi-app::before { content: "\f10b"; }

.bi-archive-fill::before { content: "\f10c"; }

.bi-archive::before { content: "\f10d"; }

.bi-arrow-90deg-down::before { content: "\f10e"; }

.bi-arrow-90deg-left::before { content: "\f10f"; }

.bi-arrow-90deg-right::before { content: "\f110"; }

.bi-arrow-90deg-up::before { content: "\f111"; }

.bi-arrow-bar-down::before { content: "\f112"; }

.bi-arrow-bar-left::before { content: "\f113"; }

.bi-arrow-bar-right::before { content: "\f114"; }

.bi-arrow-bar-up::before { content: "\f115"; }

.bi-arrow-clockwise::before { content: "\f116"; }

.bi-arrow-counterclockwise::before { content: "\f117"; }

.bi-arrow-down-circle-fill::before { content: "\f118"; }

.bi-arrow-down-circle::before { content: "\f119"; }

.bi-arrow-down-left-circle-fill::before { content: "\f11a"; }

.bi-arrow-down-left-circle::before { content: "\f11b"; }

.bi-arrow-down-left-square-fill::before { content: "\f11c"; }

.bi-arrow-down-left-square::before { content: "\f11d"; }

.bi-arrow-down-left::before { content: "\f11e"; }

.bi-arrow-down-right-circle-fill::before { content: "\f11f"; }

.bi-arrow-down-right-circle::before { content: "\f120"; }

.bi-arrow-down-right-square-fill::before { content: "\f121"; }

.bi-arrow-down-right-square::before { content: "\f122"; }

.bi-arrow-down-right::before { content: "\f123"; }

.bi-arrow-down-short::before { content: "\f124"; }

.bi-arrow-down-square-fill::before { content: "\f125"; }

.bi-arrow-down-square::before { content: "\f126"; }

.bi-arrow-down-up::before { content: "\f127"; }

.bi-arrow-down::before { content: "\f128"; }

.bi-arrow-left-circle-fill::before { content: "\f129"; }

.bi-arrow-left-circle::before { content: "\f12a"; }

.bi-arrow-left-right::before { content: "\f12b"; }

.bi-arrow-left-short::before { content: "\f12c"; }

.bi-arrow-left-square-fill::before { content: "\f12d"; }

.bi-arrow-left-square::before { content: "\f12e"; }

.bi-arrow-left::before { content: "\f12f"; }

.bi-arrow-repeat::before { content: "\f130"; }

.bi-arrow-return-left::before { content: "\f131"; }

.bi-arrow-return-right::before { content: "\f132"; }

.bi-arrow-right-circle-fill::before { content: "\f133"; }

.bi-arrow-right-circle::before { content: "\f134"; }

.bi-arrow-right-short::before { content: "\f135"; }

.bi-arrow-right-square-fill::before { content: "\f136"; }

.bi-arrow-right-square::before { content: "\f137"; }

.bi-arrow-right::before { content: "\f138"; }

.bi-arrow-up-circle-fill::before { content: "\f139"; }

.bi-arrow-up-circle::before { content: "\f13a"; }

.bi-arrow-up-left-circle-fill::before { content: "\f13b"; }

.bi-arrow-up-left-circle::before { content: "\f13c"; }

.bi-arrow-up-left-square-fill::before { content: "\f13d"; }

.bi-arrow-up-left-square::before { content: "\f13e"; }

.bi-arrow-up-left::before { content: "\f13f"; }

.bi-arrow-up-right-circle-fill::before { content: "\f140"; }

.bi-arrow-up-right-circle::before { content: "\f141"; }

.bi-arrow-up-right-square-fill::before { content: "\f142"; }

.bi-arrow-up-right-square::before { content: "\f143"; }

.bi-arrow-up-right::before { content: "\f144"; }

.bi-arrow-up-short::before { content: "\f145"; }

.bi-arrow-up-square-fill::before { content: "\f146"; }

.bi-arrow-up-square::before { content: "\f147"; }

.bi-arrow-up::before { content: "\f148"; }

.bi-arrows-angle-contract::before { content: "\f149"; }

.bi-arrows-angle-expand::before { content: "\f14a"; }

.bi-arrows-collapse::before { content: "\f14b"; }

.bi-arrows-expand::before { content: "\f14c"; }

.bi-arrows-fullscreen::before { content: "\f14d"; }

.bi-arrows-move::before { content: "\f14e"; }

.bi-aspect-ratio-fill::before { content: "\f14f"; }

.bi-aspect-ratio::before { content: "\f150"; }

.bi-asterisk::before { content: "\f151"; }

.bi-at::before { content: "\f152"; }

.bi-award-fill::before { content: "\f153"; }

.bi-award::before { content: "\f154"; }

.bi-back::before { content: "\f155"; }

.bi-backspace-fill::before { content: "\f156"; }

.bi-backspace-reverse-fill::before { content: "\f157"; }

.bi-backspace-reverse::before { content: "\f158"; }

.bi-backspace::before { content: "\f159"; }

.bi-badge-3d-fill::before { content: "\f15a"; }

.bi-badge-3d::before { content: "\f15b"; }

.bi-badge-4k-fill::before { content: "\f15c"; }

.bi-badge-4k::before { content: "\f15d"; }

.bi-badge-8k-fill::before { content: "\f15e"; }

.bi-badge-8k::before { content: "\f15f"; }

.bi-badge-ad-fill::before { content: "\f160"; }

.bi-badge-ad::before { content: "\f161"; }

.bi-badge-ar-fill::before { content: "\f162"; }

.bi-badge-ar::before { content: "\f163"; }

.bi-badge-cc-fill::before { content: "\f164"; }

.bi-badge-cc::before { content: "\f165"; }

.bi-badge-hd-fill::before { content: "\f166"; }

.bi-badge-hd::before { content: "\f167"; }

.bi-badge-tm-fill::before { content: "\f168"; }

.bi-badge-tm::before { content: "\f169"; }

.bi-badge-vo-fill::before { content: "\f16a"; }

.bi-badge-vo::before { content: "\f16b"; }

.bi-badge-vr-fill::before { content: "\f16c"; }

.bi-badge-vr::before { content: "\f16d"; }

.bi-badge-wc-fill::before { content: "\f16e"; }

.bi-badge-wc::before { content: "\f16f"; }

.bi-bag-check-fill::before { content: "\f170"; }

.bi-bag-check::before { content: "\f171"; }

.bi-bag-dash-fill::before { content: "\f172"; }

.bi-bag-dash::before { content: "\f173"; }

.bi-bag-fill::before { content: "\f174"; }

.bi-bag-plus-fill::before { content: "\f175"; }

.bi-bag-plus::before { content: "\f176"; }

.bi-bag-x-fill::before { content: "\f177"; }

.bi-bag-x::before { content: "\f178"; }

.bi-bag::before { content: "\f179"; }

.bi-bar-chart-fill::before { content: "\f17a"; }

.bi-bar-chart-line-fill::before { content: "\f17b"; }

.bi-bar-chart-line::before { content: "\f17c"; }

.bi-bar-chart-steps::before { content: "\f17d"; }

.bi-bar-chart::before { content: "\f17e"; }

.bi-basket-fill::before { content: "\f17f"; }

.bi-basket::before { content: "\f180"; }

.bi-basket2-fill::before { content: "\f181"; }

.bi-basket2::before { content: "\f182"; }

.bi-basket3-fill::before { content: "\f183"; }

.bi-basket3::before { content: "\f184"; }

.bi-battery-charging::before { content: "\f185"; }

.bi-battery-full::before { content: "\f186"; }

.bi-battery-half::before { content: "\f187"; }

.bi-battery::before { content: "\f188"; }

.bi-bell-fill::before { content: "\f189"; }

.bi-bell::before { content: "\f18a"; }

.bi-bezier::before { content: "\f18b"; }

.bi-bezier2::before { content: "\f18c"; }

.bi-bicycle::before { content: "\f18d"; }

.bi-binoculars-fill::before { content: "\f18e"; }

.bi-binoculars::before { content: "\f18f"; }

.bi-blockquote-left::before { content: "\f190"; }

.bi-blockquote-right::before { content: "\f191"; }

.bi-book-fill::before { content: "\f192"; }

.bi-book-half::before { content: "\f193"; }

.bi-book::before { content: "\f194"; }

.bi-bookmark-check-fill::before { content: "\f195"; }

.bi-bookmark-check::before { content: "\f196"; }

.bi-bookmark-dash-fill::before { content: "\f197"; }

.bi-bookmark-dash::before { content: "\f198"; }

.bi-bookmark-fill::before { content: "\f199"; }

.bi-bookmark-heart-fill::before { content: "\f19a"; }

.bi-bookmark-heart::before { content: "\f19b"; }

.bi-bookmark-plus-fill::before { content: "\f19c"; }

.bi-bookmark-plus::before { content: "\f19d"; }

.bi-bookmark-star-fill::before { content: "\f19e"; }

.bi-bookmark-star::before { content: "\f19f"; }

.bi-bookmark-x-fill::before { content: "\f1a0"; }

.bi-bookmark-x::before { content: "\f1a1"; }

.bi-bookmark::before { content: "\f1a2"; }

.bi-bookmarks-fill::before { content: "\f1a3"; }

.bi-bookmarks::before { content: "\f1a4"; }

.bi-bookshelf::before { content: "\f1a5"; }

.bi-bootstrap-fill::before { content: "\f1a6"; }

.bi-bootstrap-reboot::before { content: "\f1a7"; }

.bi-bootstrap::before { content: "\f1a8"; }

.bi-border-all::before { content: "\f1a9"; }

.bi-border-bottom::before { content: "\f1aa"; }

.bi-border-center::before { content: "\f1ab"; }

.bi-border-inner::before { content: "\f1ac"; }

.bi-border-left::before { content: "\f1ad"; }

.bi-border-middle::before { content: "\f1ae"; }

.bi-border-outer::before { content: "\f1af"; }

.bi-border-right::before { content: "\f1b0"; }

.bi-border-style::before { content: "\f1b1"; }

.bi-border-top::before { content: "\f1b2"; }

.bi-border-width::before { content: "\f1b3"; }

.bi-border::before { content: "\f1b4"; }

.bi-bounding-box-circles::before { content: "\f1b5"; }

.bi-bounding-box::before { content: "\f1b6"; }

.bi-box-arrow-down-left::before { content: "\f1b7"; }

.bi-box-arrow-down-right::before { content: "\f1b8"; }

.bi-box-arrow-down::before { content: "\f1b9"; }

.bi-box-arrow-in-down-left::before { content: "\f1ba"; }

.bi-box-arrow-in-down-right::before { content: "\f1bb"; }

.bi-box-arrow-in-down::before { content: "\f1bc"; }

.bi-box-arrow-in-left::before { content: "\f1bd"; }

.bi-box-arrow-in-right::before { content: "\f1be"; }

.bi-box-arrow-in-up-left::before { content: "\f1bf"; }

.bi-box-arrow-in-up-right::before { content: "\f1c0"; }

.bi-box-arrow-in-up::before { content: "\f1c1"; }

.bi-box-arrow-left::before { content: "\f1c2"; }

.bi-box-arrow-right::before { content: "\f1c3"; }

.bi-box-arrow-up-left::before { content: "\f1c4"; }

.bi-box-arrow-up-right::before { content: "\f1c5"; }

.bi-box-arrow-up::before { content: "\f1c6"; }

.bi-box-seam::before { content: "\f1c7"; }

.bi-box::before { content: "\f1c8"; }

.bi-braces::before { content: "\f1c9"; }

.bi-bricks::before { content: "\f1ca"; }

.bi-briefcase-fill::before { content: "\f1cb"; }

.bi-briefcase::before { content: "\f1cc"; }

.bi-brightness-alt-high-fill::before { content: "\f1cd"; }

.bi-brightness-alt-high::before { content: "\f1ce"; }

.bi-brightness-alt-low-fill::before { content: "\f1cf"; }

.bi-brightness-alt-low::before { content: "\f1d0"; }

.bi-brightness-high-fill::before { content: "\f1d1"; }

.bi-brightness-high::before { content: "\f1d2"; }

.bi-brightness-low-fill::before { content: "\f1d3"; }

.bi-brightness-low::before { content: "\f1d4"; }

.bi-broadcast-pin::before { content: "\f1d5"; }

.bi-broadcast::before { content: "\f1d6"; }

.bi-brush-fill::before { content: "\f1d7"; }

.bi-brush::before { content: "\f1d8"; }

.bi-bucket-fill::before { content: "\f1d9"; }

.bi-bucket::before { content: "\f1da"; }

.bi-bug-fill::before { content: "\f1db"; }

.bi-bug::before { content: "\f1dc"; }

.bi-building::before { content: "\f1dd"; }

.bi-bullseye::before { content: "\f1de"; }

.bi-calculator-fill::before { content: "\f1df"; }

.bi-calculator::before { content: "\f1e0"; }

.bi-calendar-check-fill::before { content: "\f1e1"; }

.bi-calendar-check::before { content: "\f1e2"; }

.bi-calendar-date-fill::before { content: "\f1e3"; }

.bi-calendar-date::before { content: "\f1e4"; }

.bi-calendar-day-fill::before { content: "\f1e5"; }

.bi-calendar-day::before { content: "\f1e6"; }

.bi-calendar-event-fill::before { content: "\f1e7"; }

.bi-calendar-event::before { content: "\f1e8"; }

.bi-calendar-fill::before { content: "\f1e9"; }

.bi-calendar-minus-fill::before { content: "\f1ea"; }

.bi-calendar-minus::before { content: "\f1eb"; }

.bi-calendar-month-fill::before { content: "\f1ec"; }

.bi-calendar-month::before { content: "\f1ed"; }

.bi-calendar-plus-fill::before { content: "\f1ee"; }

.bi-calendar-plus::before { content: "\f1ef"; }

.bi-calendar-range-fill::before { content: "\f1f0"; }

.bi-calendar-range::before { content: "\f1f1"; }

.bi-calendar-week-fill::before { content: "\f1f2"; }

.bi-calendar-week::before { content: "\f1f3"; }

.bi-calendar-x-fill::before { content: "\f1f4"; }

.bi-calendar-x::before { content: "\f1f5"; }

.bi-calendar::before { content: "\f1f6"; }

.bi-calendar2-check-fill::before { content: "\f1f7"; }

.bi-calendar2-check::before { content: "\f1f8"; }

.bi-calendar2-date-fill::before { content: "\f1f9"; }

.bi-calendar2-date::before { content: "\f1fa"; }

.bi-calendar2-day-fill::before { content: "\f1fb"; }

.bi-calendar2-day::before { content: "\f1fc"; }

.bi-calendar2-event-fill::before { content: "\f1fd"; }

.bi-calendar2-event::before { content: "\f1fe"; }

.bi-calendar2-fill::before { content: "\f1ff"; }

.bi-calendar2-minus-fill::before { content: "\f200"; }

.bi-calendar2-minus::before { content: "\f201"; }

.bi-calendar2-month-fill::before { content: "\f202"; }

.bi-calendar2-month::before { content: "\f203"; }

.bi-calendar2-plus-fill::before { content: "\f204"; }

.bi-calendar2-plus::before { content: "\f205"; }

.bi-calendar2-range-fill::before { content: "\f206"; }

.bi-calendar2-range::before { content: "\f207"; }

.bi-calendar2-week-fill::before { content: "\f208"; }

.bi-calendar2-week::before { content: "\f209"; }

.bi-calendar2-x-fill::before { content: "\f20a"; }

.bi-calendar2-x::before { content: "\f20b"; }

.bi-calendar2::before { content: "\f20c"; }

.bi-calendar3-event-fill::before { content: "\f20d"; }

.bi-calendar3-event::before { content: "\f20e"; }

.bi-calendar3-fill::before { content: "\f20f"; }

.bi-calendar3-range-fill::before { content: "\f210"; }

.bi-calendar3-range::before { content: "\f211"; }

.bi-calendar3-week-fill::before { content: "\f212"; }

.bi-calendar3-week::before { content: "\f213"; }

.bi-calendar3::before { content: "\f214"; }

.bi-calendar4-event::before { content: "\f215"; }

.bi-calendar4-range::before { content: "\f216"; }

.bi-calendar4-week::before { content: "\f217"; }

.bi-calendar4::before { content: "\f218"; }

.bi-camera-fill::before { content: "\f219"; }

.bi-camera-reels-fill::before { content: "\f21a"; }

.bi-camera-reels::before { content: "\f21b"; }

.bi-camera-video-fill::before { content: "\f21c"; }

.bi-camera-video-off-fill::before { content: "\f21d"; }

.bi-camera-video-off::before { content: "\f21e"; }

.bi-camera-video::before { content: "\f21f"; }

.bi-camera::before { content: "\f220"; }

.bi-camera2::before { content: "\f221"; }

.bi-capslock-fill::before { content: "\f222"; }

.bi-capslock::before { content: "\f223"; }

.bi-card-checklist::before { content: "\f224"; }

.bi-card-heading::before { content: "\f225"; }

.bi-card-image::before { content: "\f226"; }

.bi-card-list::before { content: "\f227"; }

.bi-card-text::before { content: "\f228"; }

.bi-caret-down-fill::before { content: "\f229"; }

.bi-caret-down-square-fill::before { content: "\f22a"; }

.bi-caret-down-square::before { content: "\f22b"; }

.bi-caret-down::before { content: "\f22c"; }

.bi-caret-left-fill::before { content: "\f22d"; }

.bi-caret-left-square-fill::before { content: "\f22e"; }

.bi-caret-left-square::before { content: "\f22f"; }

.bi-caret-left::before { content: "\f230"; }

.bi-caret-right-fill::before { content: "\f231"; }

.bi-caret-right-square-fill::before { content: "\f232"; }

.bi-caret-right-square::before { content: "\f233"; }

.bi-caret-right::before { content: "\f234"; }

.bi-caret-up-fill::before { content: "\f235"; }

.bi-caret-up-square-fill::before { content: "\f236"; }

.bi-caret-up-square::before { content: "\f237"; }

.bi-caret-up::before { content: "\f238"; }

.bi-cart-check-fill::before { content: "\f239"; }

.bi-cart-check::before { content: "\f23a"; }

.bi-cart-dash-fill::before { content: "\f23b"; }

.bi-cart-dash::before { content: "\f23c"; }

.bi-cart-fill::before { content: "\f23d"; }

.bi-cart-plus-fill::before { content: "\f23e"; }

.bi-cart-plus::before { content: "\f23f"; }

.bi-cart-x-fill::before { content: "\f240"; }

.bi-cart-x::before { content: "\f241"; }

.bi-cart::before { content: "\f242"; }

.bi-cart2::before { content: "\f243"; }

.bi-cart3::before { content: "\f244"; }

.bi-cart4::before { content: "\f245"; }

.bi-cash-stack::before { content: "\f246"; }

.bi-cash::before { content: "\f247"; }

.bi-cast::before { content: "\f248"; }

.bi-chat-dots-fill::before { content: "\f249"; }

.bi-chat-dots::before { content: "\f24a"; }

.bi-chat-fill::before { content: "\f24b"; }

.bi-chat-left-dots-fill::before { content: "\f24c"; }

.bi-chat-left-dots::before { content: "\f24d"; }

.bi-chat-left-fill::before { content: "\f24e"; }

.bi-chat-left-quote-fill::before { content: "\f24f"; }

.bi-chat-left-quote::before { content: "\f250"; }

.bi-chat-left-text-fill::before { content: "\f251"; }

.bi-chat-left-text::before { content: "\f252"; }

.bi-chat-left::before { content: "\f253"; }

.bi-chat-quote-fill::before { content: "\f254"; }

.bi-chat-quote::before { content: "\f255"; }

.bi-chat-right-dots-fill::before { content: "\f256"; }

.bi-chat-right-dots::before { content: "\f257"; }

.bi-chat-right-fill::before { content: "\f258"; }

.bi-chat-right-quote-fill::before { content: "\f259"; }

.bi-chat-right-quote::before { content: "\f25a"; }

.bi-chat-right-text-fill::before { content: "\f25b"; }

.bi-chat-right-text::before { content: "\f25c"; }

.bi-chat-right::before { content: "\f25d"; }

.bi-chat-square-dots-fill::before { content: "\f25e"; }

.bi-chat-square-dots::before { content: "\f25f"; }

.bi-chat-square-fill::before { content: "\f260"; }

.bi-chat-square-quote-fill::before { content: "\f261"; }

.bi-chat-square-quote::before { content: "\f262"; }

.bi-chat-square-text-fill::before { content: "\f263"; }

.bi-chat-square-text::before { content: "\f264"; }

.bi-chat-square::before { content: "\f265"; }

.bi-chat-text-fill::before { content: "\f266"; }

.bi-chat-text::before { content: "\f267"; }

.bi-chat::before { content: "\f268"; }

.bi-check-all::before { content: "\f269"; }

.bi-check-circle-fill::before { content: "\f26a"; }

.bi-check-circle::before { content: "\f26b"; }

.bi-check-square-fill::before { content: "\f26c"; }

.bi-check-square::before { content: "\f26d"; }

.bi-check::before { content: "\f26e"; }

.bi-check2-all::before { content: "\f26f"; }

.bi-check2-circle::before { content: "\f270"; }

.bi-check2-square::before { content: "\f271"; }

.bi-check2::before { content: "\f272"; }

.bi-chevron-bar-contract::before { content: "\f273"; }

.bi-chevron-bar-down::before { content: "\f274"; }

.bi-chevron-bar-expand::before { content: "\f275"; }

.bi-chevron-bar-left::before { content: "\f276"; }

.bi-chevron-bar-right::before { content: "\f277"; }

.bi-chevron-bar-up::before { content: "\f278"; }

.bi-chevron-compact-down::before { content: "\f279"; }

.bi-chevron-compact-left::before { content: "\f27a"; }

.bi-chevron-compact-right::before { content: "\f27b"; }

.bi-chevron-compact-up::before { content: "\f27c"; }

.bi-chevron-contract::before { content: "\f27d"; }

.bi-chevron-double-down::before { content: "\f27e"; }

.bi-chevron-double-left::before { content: "\f27f"; }

.bi-chevron-double-right::before { content: "\f280"; }

.bi-chevron-double-up::before { content: "\f281"; }

.bi-chevron-down::before { content: "\f282"; }

.bi-chevron-expand::before { content: "\f283"; }

.bi-chevron-left::before { content: "\f284"; }

.bi-chevron-right::before { content: "\f285"; }

.bi-chevron-up::before { content: "\f286"; }

.bi-circle-fill::before { content: "\f287"; }

.bi-circle-half::before { content: "\f288"; }

.bi-circle-square::before { content: "\f289"; }

.bi-circle::before { content: "\f28a"; }

.bi-clipboard-check::before { content: "\f28b"; }

.bi-clipboard-data::before { content: "\f28c"; }

.bi-clipboard-minus::before { content: "\f28d"; }

.bi-clipboard-plus::before { content: "\f28e"; }

.bi-clipboard-x::before { content: "\f28f"; }

.bi-clipboard::before { content: "\f290"; }

.bi-clock-fill::before { content: "\f291"; }

.bi-clock-history::before { content: "\f292"; }

.bi-clock::before { content: "\f293"; }

.bi-cloud-arrow-down-fill::before { content: "\f294"; }

.bi-cloud-arrow-down::before { content: "\f295"; }

.bi-cloud-arrow-up-fill::before { content: "\f296"; }

.bi-cloud-arrow-up::before { content: "\f297"; }

.bi-cloud-check-fill::before { content: "\f298"; }

.bi-cloud-check::before { content: "\f299"; }

.bi-cloud-download-fill::before { content: "\f29a"; }

.bi-cloud-download::before { content: "\f29b"; }

.bi-cloud-fill::before { content: "\f29c"; }

.bi-cloud-minus-fill::before { content: "\f29d"; }

.bi-cloud-minus::before { content: "\f29e"; }

.bi-cloud-plus-fill::before { content: "\f29f"; }

.bi-cloud-plus::before { content: "\f2a0"; }

.bi-cloud-slash-fill::before { content: "\f2a1"; }

.bi-cloud-slash::before { content: "\f2a2"; }

.bi-cloud-upload-fill::before { content: "\f2a3"; }

.bi-cloud-upload::before { content: "\f2a4"; }

.bi-cloud::before { content: "\f2a5"; }

.bi-code-slash::before { content: "\f2a6"; }

.bi-code-square::before { content: "\f2a7"; }

.bi-code::before { content: "\f2a8"; }

.bi-collection-fill::before { content: "\f2a9"; }

.bi-collection-play-fill::before { content: "\f2aa"; }

.bi-collection-play::before { content: "\f2ab"; }

.bi-collection::before { content: "\f2ac"; }

.bi-columns-gap::before { content: "\f2ad"; }

.bi-columns::before { content: "\f2ae"; }

.bi-command::before { content: "\f2af"; }

.bi-compass-fill::before { content: "\f2b0"; }

.bi-compass::before { content: "\f2b1"; }

.bi-cone-striped::before { content: "\f2b2"; }

.bi-cone::before { content: "\f2b3"; }

.bi-controller::before { content: "\f2b4"; }

.bi-cpu-fill::before { content: "\f2b5"; }

.bi-cpu::before { content: "\f2b6"; }

.bi-credit-card-2-back-fill::before { content: "\f2b7"; }

.bi-credit-card-2-back::before { content: "\f2b8"; }

.bi-credit-card-2-front-fill::before { content: "\f2b9"; }

.bi-credit-card-2-front::before { content: "\f2ba"; }

.bi-credit-card-fill::before { content: "\f2bb"; }

.bi-credit-card::before { content: "\f2bc"; }

.bi-crop::before { content: "\f2bd"; }

.bi-cup-fill::before { content: "\f2be"; }

.bi-cup-straw::before { content: "\f2bf"; }

.bi-cup::before { content: "\f2c0"; }

.bi-cursor-fill::before { content: "\f2c1"; }

.bi-cursor-text::before { content: "\f2c2"; }

.bi-cursor::before { content: "\f2c3"; }

.bi-dash-circle-dotted::before { content: "\f2c4"; }

.bi-dash-circle-fill::before { content: "\f2c5"; }

.bi-dash-circle::before { content: "\f2c6"; }

.bi-dash-square-dotted::before { content: "\f2c7"; }

.bi-dash-square-fill::before { content: "\f2c8"; }

.bi-dash-square::before { content: "\f2c9"; }

.bi-dash::before { content: "\f2ca"; }

.bi-diagram-2-fill::before { content: "\f2cb"; }

.bi-diagram-2::before { content: "\f2cc"; }

.bi-diagram-3-fill::before { content: "\f2cd"; }

.bi-diagram-3::before { content: "\f2ce"; }

.bi-diamond-fill::before { content: "\f2cf"; }

.bi-diamond-half::before { content: "\f2d0"; }

.bi-diamond::before { content: "\f2d1"; }

.bi-dice-1-fill::before { content: "\f2d2"; }

.bi-dice-1::before { content: "\f2d3"; }

.bi-dice-2-fill::before { content: "\f2d4"; }

.bi-dice-2::before { content: "\f2d5"; }

.bi-dice-3-fill::before { content: "\f2d6"; }

.bi-dice-3::before { content: "\f2d7"; }

.bi-dice-4-fill::before { content: "\f2d8"; }

.bi-dice-4::before { content: "\f2d9"; }

.bi-dice-5-fill::before { content: "\f2da"; }

.bi-dice-5::before { content: "\f2db"; }

.bi-dice-6-fill::before { content: "\f2dc"; }

.bi-dice-6::before { content: "\f2dd"; }

.bi-disc-fill::before { content: "\f2de"; }

.bi-disc::before { content: "\f2df"; }

.bi-discord::before { content: "\f2e0"; }

.bi-display-fill::before { content: "\f2e1"; }

.bi-display::before { content: "\f2e2"; }

.bi-distribute-horizontal::before { content: "\f2e3"; }

.bi-distribute-vertical::before { content: "\f2e4"; }

.bi-door-closed-fill::before { content: "\f2e5"; }

.bi-door-closed::before { content: "\f2e6"; }

.bi-door-open-fill::before { content: "\f2e7"; }

.bi-door-open::before { content: "\f2e8"; }

.bi-dot::before { content: "\f2e9"; }

.bi-download::before { content: "\f2ea"; }

.bi-droplet-fill::before { content: "\f2eb"; }

.bi-droplet-half::before { content: "\f2ec"; }

.bi-droplet::before { content: "\f2ed"; }

.bi-earbuds::before { content: "\f2ee"; }

.bi-easel-fill::before { content: "\f2ef"; }

.bi-easel::before { content: "\f2f0"; }

.bi-egg-fill::before { content: "\f2f1"; }

.bi-egg-fried::before { content: "\f2f2"; }

.bi-egg::before { content: "\f2f3"; }

.bi-eject-fill::before { content: "\f2f4"; }

.bi-eject::before { content: "\f2f5"; }

.bi-emoji-angry-fill::before { content: "\f2f6"; }

.bi-emoji-angry::before { content: "\f2f7"; }

.bi-emoji-dizzy-fill::before { content: "\f2f8"; }

.bi-emoji-dizzy::before { content: "\f2f9"; }

.bi-emoji-expressionless-fill::before { content: "\f2fa"; }

.bi-emoji-expressionless::before { content: "\f2fb"; }

.bi-emoji-frown-fill::before { content: "\f2fc"; }

.bi-emoji-frown::before { content: "\f2fd"; }

.bi-emoji-heart-eyes-fill::before { content: "\f2fe"; }

.bi-emoji-heart-eyes::before { content: "\f2ff"; }

.bi-emoji-laughing-fill::before { content: "\f300"; }

.bi-emoji-laughing::before { content: "\f301"; }

.bi-emoji-neutral-fill::before { content: "\f302"; }

.bi-emoji-neutral::before { content: "\f303"; }

.bi-emoji-smile-fill::before { content: "\f304"; }

.bi-emoji-smile-upside-down-fill::before { content: "\f305"; }

.bi-emoji-smile-upside-down::before { content: "\f306"; }

.bi-emoji-smile::before { content: "\f307"; }

.bi-emoji-sunglasses-fill::before { content: "\f308"; }

.bi-emoji-sunglasses::before { content: "\f309"; }

.bi-emoji-wink-fill::before { content: "\f30a"; }

.bi-emoji-wink::before { content: "\f30b"; }

.bi-envelope-fill::before { content: "\f30c"; }

.bi-envelope-open-fill::before { content: "\f30d"; }

.bi-envelope-open::before { content: "\f30e"; }

.bi-envelope::before { content: "\f30f"; }

.bi-eraser-fill::before { content: "\f310"; }

.bi-eraser::before { content: "\f311"; }

.bi-exclamation-circle-fill::before { content: "\f312"; }

.bi-exclamation-circle::before { content: "\f313"; }

.bi-exclamation-diamond-fill::before { content: "\f314"; }

.bi-exclamation-diamond::before { content: "\f315"; }

.bi-exclamation-octagon-fill::before { content: "\f316"; }

.bi-exclamation-octagon::before { content: "\f317"; }

.bi-exclamation-square-fill::before { content: "\f318"; }

.bi-exclamation-square::before { content: "\f319"; }

.bi-exclamation-triangle-fill::before { content: "\f31a"; }

.bi-exclamation-triangle::before { content: "\f31b"; }

.bi-exclamation::before { content: "\f31c"; }

.bi-exclude::before { content: "\f31d"; }

.bi-eye-fill::before { content: "\f31e"; }

.bi-eye-slash-fill::before { content: "\f31f"; }

.bi-eye-slash::before { content: "\f320"; }

.bi-eye::before { content: "\f321"; }

.bi-eyedropper::before { content: "\f322"; }

.bi-eyeglasses::before { content: "\f323"; }

.bi-facebook::before { content: "\f324"; }

.bi-file-arrow-down-fill::before { content: "\f325"; }

.bi-file-arrow-down::before { content: "\f326"; }

.bi-file-arrow-up-fill::before { content: "\f327"; }

.bi-file-arrow-up::before { content: "\f328"; }

.bi-file-bar-graph-fill::before { content: "\f329"; }

.bi-file-bar-graph::before { content: "\f32a"; }

.bi-file-binary-fill::before { content: "\f32b"; }

.bi-file-binary::before { content: "\f32c"; }

.bi-file-break-fill::before { content: "\f32d"; }

.bi-file-break::before { content: "\f32e"; }

.bi-file-check-fill::before { content: "\f32f"; }

.bi-file-check::before { content: "\f330"; }

.bi-file-code-fill::before { content: "\f331"; }

.bi-file-code::before { content: "\f332"; }

.bi-file-diff-fill::before { content: "\f333"; }

.bi-file-diff::before { content: "\f334"; }

.bi-file-earmark-arrow-down-fill::before { content: "\f335"; }

.bi-file-earmark-arrow-down::before { content: "\f336"; }

.bi-file-earmark-arrow-up-fill::before { content: "\f337"; }

.bi-file-earmark-arrow-up::before { content: "\f338"; }

.bi-file-earmark-bar-graph-fill::before { content: "\f339"; }

.bi-file-earmark-bar-graph::before { content: "\f33a"; }

.bi-file-earmark-binary-fill::before { content: "\f33b"; }

.bi-file-earmark-binary::before { content: "\f33c"; }

.bi-file-earmark-break-fill::before { content: "\f33d"; }

.bi-file-earmark-break::before { content: "\f33e"; }

.bi-file-earmark-check-fill::before { content: "\f33f"; }

.bi-file-earmark-check::before { content: "\f340"; }

.bi-file-earmark-code-fill::before { content: "\f341"; }

.bi-file-earmark-code::before { content: "\f342"; }

.bi-file-earmark-diff-fill::before { content: "\f343"; }

.bi-file-earmark-diff::before { content: "\f344"; }

.bi-file-earmark-easel-fill::before { content: "\f345"; }

.bi-file-earmark-easel::before { content: "\f346"; }

.bi-file-earmark-excel-fill::before { content: "\f347"; }

.bi-file-earmark-excel::before { content: "\f348"; }

.bi-file-earmark-fill::before { content: "\f349"; }

.bi-file-earmark-font-fill::before { content: "\f34a"; }

.bi-file-earmark-font::before { content: "\f34b"; }

.bi-file-earmark-image-fill::before { content: "\f34c"; }

.bi-file-earmark-image::before { content: "\f34d"; }

.bi-file-earmark-lock-fill::before { content: "\f34e"; }

.bi-file-earmark-lock::before { content: "\f34f"; }

.bi-file-earmark-lock2-fill::before { content: "\f350"; }

.bi-file-earmark-lock2::before { content: "\f351"; }

.bi-file-earmark-medical-fill::before { content: "\f352"; }

.bi-file-earmark-medical::before { content: "\f353"; }

.bi-file-earmark-minus-fill::before { content: "\f354"; }

.bi-file-earmark-minus::before { content: "\f355"; }

.bi-file-earmark-music-fill::before { content: "\f356"; }

.bi-file-earmark-music::before { content: "\f357"; }

.bi-file-earmark-person-fill::before { content: "\f358"; }

.bi-file-earmark-person::before { content: "\f359"; }

.bi-file-earmark-play-fill::before { content: "\f35a"; }

.bi-file-earmark-play::before { content: "\f35b"; }

.bi-file-earmark-plus-fill::before { content: "\f35c"; }

.bi-file-earmark-plus::before { content: "\f35d"; }

.bi-file-earmark-post-fill::before { content: "\f35e"; }

.bi-file-earmark-post::before { content: "\f35f"; }

.bi-file-earmark-ppt-fill::before { content: "\f360"; }

.bi-file-earmark-ppt::before { content: "\f361"; }

.bi-file-earmark-richtext-fill::before { content: "\f362"; }

.bi-file-earmark-richtext::before { content: "\f363"; }

.bi-file-earmark-ruled-fill::before { content: "\f364"; }

.bi-file-earmark-ruled::before { content: "\f365"; }

.bi-file-earmark-slides-fill::before { content: "\f366"; }

.bi-file-earmark-slides::before { content: "\f367"; }

.bi-file-earmark-spreadsheet-fill::before { content: "\f368"; }

.bi-file-earmark-spreadsheet::before { content: "\f369"; }

.bi-file-earmark-text-fill::before { content: "\f36a"; }

.bi-file-earmark-text::before { content: "\f36b"; }

.bi-file-earmark-word-fill::before { content: "\f36c"; }

.bi-file-earmark-word::before { content: "\f36d"; }

.bi-file-earmark-x-fill::before { content: "\f36e"; }

.bi-file-earmark-x::before { content: "\f36f"; }

.bi-file-earmark-zip-fill::before { content: "\f370"; }

.bi-file-earmark-zip::before { content: "\f371"; }

.bi-file-earmark::before { content: "\f372"; }

.bi-file-easel-fill::before { content: "\f373"; }

.bi-file-easel::before { content: "\f374"; }

.bi-file-excel-fill::before { content: "\f375"; }

.bi-file-excel::before { content: "\f376"; }

.bi-file-fill::before { content: "\f377"; }

.bi-file-font-fill::before { content: "\f378"; }

.bi-file-font::before { content: "\f379"; }

.bi-file-image-fill::before { content: "\f37a"; }

.bi-file-image::before { content: "\f37b"; }

.bi-file-lock-fill::before { content: "\f37c"; }

.bi-file-lock::before { content: "\f37d"; }

.bi-file-lock2-fill::before { content: "\f37e"; }

.bi-file-lock2::before { content: "\f37f"; }

.bi-file-medical-fill::before { content: "\f380"; }

.bi-file-medical::before { content: "\f381"; }

.bi-file-minus-fill::before { content: "\f382"; }

.bi-file-minus::before { content: "\f383"; }

.bi-file-music-fill::before { content: "\f384"; }

.bi-file-music::before { content: "\f385"; }

.bi-file-person-fill::before { content: "\f386"; }

.bi-file-person::before { content: "\f387"; }

.bi-file-play-fill::before { content: "\f388"; }

.bi-file-play::before { content: "\f389"; }

.bi-file-plus-fill::before { content: "\f38a"; }

.bi-file-plus::before { content: "\f38b"; }

.bi-file-post-fill::before { content: "\f38c"; }

.bi-file-post::before { content: "\f38d"; }

.bi-file-ppt-fill::before { content: "\f38e"; }

.bi-file-ppt::before { content: "\f38f"; }

.bi-file-richtext-fill::before { content: "\f390"; }

.bi-file-richtext::before { content: "\f391"; }

.bi-file-ruled-fill::before { content: "\f392"; }

.bi-file-ruled::before { content: "\f393"; }

.bi-file-slides-fill::before { content: "\f394"; }

.bi-file-slides::before { content: "\f395"; }

.bi-file-spreadsheet-fill::before { content: "\f396"; }

.bi-file-spreadsheet::before { content: "\f397"; }

.bi-file-text-fill::before { content: "\f398"; }

.bi-file-text::before { content: "\f399"; }

.bi-file-word-fill::before { content: "\f39a"; }

.bi-file-word::before { content: "\f39b"; }

.bi-file-x-fill::before { content: "\f39c"; }

.bi-file-x::before { content: "\f39d"; }

.bi-file-zip-fill::before { content: "\f39e"; }

.bi-file-zip::before { content: "\f39f"; }

.bi-file::before { content: "\f3a0"; }

.bi-files-alt::before { content: "\f3a1"; }

.bi-files::before { content: "\f3a2"; }

.bi-film::before { content: "\f3a3"; }

.bi-filter-circle-fill::before { content: "\f3a4"; }

.bi-filter-circle::before { content: "\f3a5"; }

.bi-filter-left::before { content: "\f3a6"; }

.bi-filter-right::before { content: "\f3a7"; }

.bi-filter-square-fill::before { content: "\f3a8"; }

.bi-filter-square::before { content: "\f3a9"; }

.bi-filter::before { content: "\f3aa"; }

.bi-flag-fill::before { content: "\f3ab"; }

.bi-flag::before { content: "\f3ac"; }

.bi-flower1::before { content: "\f3ad"; }

.bi-flower2::before { content: "\f3ae"; }

.bi-flower3::before { content: "\f3af"; }

.bi-folder-check::before { content: "\f3b0"; }

.bi-folder-fill::before { content: "\f3b1"; }

.bi-folder-minus::before { content: "\f3b2"; }

.bi-folder-plus::before { content: "\f3b3"; }

.bi-folder-symlink-fill::before { content: "\f3b4"; }

.bi-folder-symlink::before { content: "\f3b5"; }

.bi-folder-x::before { content: "\f3b6"; }

.bi-folder::before { content: "\f3b7"; }

.bi-folder2-open::before { content: "\f3b8"; }

.bi-folder2::before { content: "\f3b9"; }

.bi-fonts::before { content: "\f3ba"; }

.bi-forward-fill::before { content: "\f3bb"; }

.bi-forward::before { content: "\f3bc"; }

.bi-front::before { content: "\f3bd"; }

.bi-fullscreen-exit::before { content: "\f3be"; }

.bi-fullscreen::before { content: "\f3bf"; }

.bi-funnel-fill::before { content: "\f3c0"; }

.bi-funnel::before { content: "\f3c1"; }

.bi-gear-fill::before { content: "\f3c2"; }

.bi-gear-wide-connected::before { content: "\f3c3"; }

.bi-gear-wide::before { content: "\f3c4"; }

.bi-gear::before { content: "\f3c5"; }

.bi-gem::before { content: "\f3c6"; }

.bi-geo-alt-fill::before { content: "\f3c7"; }

.bi-geo-alt::before { content: "\f3c8"; }

.bi-geo-fill::before { content: "\f3c9"; }

.bi-geo::before { content: "\f3ca"; }

.bi-gift-fill::before { content: "\f3cb"; }

.bi-gift::before { content: "\f3cc"; }

.bi-github::before { content: "\f3cd"; }

.bi-globe::before { content: "\f3ce"; }

.bi-globe2::before { content: "\f3cf"; }

.bi-google::before { content: "\f3d0"; }

.bi-graph-down::before { content: "\f3d1"; }

.bi-graph-up::before { content: "\f3d2"; }

.bi-grid-1x2-fill::before { content: "\f3d3"; }

.bi-grid-1x2::before { content: "\f3d4"; }

.bi-grid-3x2-gap-fill::before { content: "\f3d5"; }

.bi-grid-3x2-gap::before { content: "\f3d6"; }

.bi-grid-3x2::before { content: "\f3d7"; }

.bi-grid-3x3-gap-fill::before { content: "\f3d8"; }

.bi-grid-3x3-gap::before { content: "\f3d9"; }

.bi-grid-3x3::before { content: "\f3da"; }

.bi-grid-fill::before { content: "\f3db"; }

.bi-grid::before { content: "\f3dc"; }

.bi-grip-horizontal::before { content: "\f3dd"; }

.bi-grip-vertical::before { content: "\f3de"; }

.bi-hammer::before { content: "\f3df"; }

.bi-hand-index-fill::before { content: "\f3e0"; }

.bi-hand-index-thumb-fill::before { content: "\f3e1"; }

.bi-hand-index-thumb::before { content: "\f3e2"; }

.bi-hand-index::before { content: "\f3e3"; }

.bi-hand-thumbs-down-fill::before { content: "\f3e4"; }

.bi-hand-thumbs-down::before { content: "\f3e5"; }

.bi-hand-thumbs-up-fill::before { content: "\f3e6"; }

.bi-hand-thumbs-up::before { content: "\f3e7"; }

.bi-handbag-fill::before { content: "\f3e8"; }

.bi-handbag::before { content: "\f3e9"; }

.bi-hash::before { content: "\f3ea"; }

.bi-hdd-fill::before { content: "\f3eb"; }

.bi-hdd-network-fill::before { content: "\f3ec"; }

.bi-hdd-network::before { content: "\f3ed"; }

.bi-hdd-rack-fill::before { content: "\f3ee"; }

.bi-hdd-rack::before { content: "\f3ef"; }

.bi-hdd-stack-fill::before { content: "\f3f0"; }

.bi-hdd-stack::before { content: "\f3f1"; }

.bi-hdd::before { content: "\f3f2"; }

.bi-headphones::before { content: "\f3f3"; }

.bi-headset::before { content: "\f3f4"; }

.bi-heart-fill::before { content: "\f3f5"; }

.bi-heart-half::before { content: "\f3f6"; }

.bi-heart::before { content: "\f3f7"; }

.bi-heptagon-fill::before { content: "\f3f8"; }

.bi-heptagon-half::before { content: "\f3f9"; }

.bi-heptagon::before { content: "\f3fa"; }

.bi-hexagon-fill::before { content: "\f3fb"; }

.bi-hexagon-half::before { content: "\f3fc"; }

.bi-hexagon::before { content: "\f3fd"; }

.bi-hourglass-bottom::before { content: "\f3fe"; }

.bi-hourglass-split::before { content: "\f3ff"; }

.bi-hourglass-top::before { content: "\f400"; }

.bi-hourglass::before { content: "\f401"; }

.bi-house-door-fill::before { content: "\f402"; }

.bi-house-door::before { content: "\f403"; }

.bi-house-fill::before { content: "\f404"; }

.bi-house::before { content: "\f405"; }

.bi-hr::before { content: "\f406"; }

.bi-image-alt::before { content: "\f407"; }

.bi-image-fill::before { content: "\f408"; }

.bi-image::before { content: "\f409"; }

.bi-images::before { content: "\f40a"; }

.bi-inbox-fill::before { content: "\f40b"; }

.bi-inbox::before { content: "\f40c"; }

.bi-inboxes-fill::before { content: "\f40d"; }

.bi-inboxes::before { content: "\f40e"; }

.bi-info-circle-fill::before { content: "\f40f"; }

.bi-info-circle::before { content: "\f410"; }

.bi-info-square-fill::before { content: "\f411"; }

.bi-info-square::before { content: "\f412"; }

.bi-info::before { content: "\f413"; }

.bi-input-cursor-text::before { content: "\f414"; }

.bi-input-cursor::before { content: "\f415"; }

.bi-instagram::before { content: "\f416"; }

.bi-intersect::before { content: "\f417"; }

.bi-journal-album::before { content: "\f418"; }

.bi-journal-arrow-down::before { content: "\f419"; }

.bi-journal-arrow-up::before { content: "\f41a"; }

.bi-journal-bookmark-fill::before { content: "\f41b"; }

.bi-journal-bookmark::before { content: "\f41c"; }

.bi-journal-check::before { content: "\f41d"; }

.bi-journal-code::before { content: "\f41e"; }

.bi-journal-medical::before { content: "\f41f"; }

.bi-journal-minus::before { content: "\f420"; }

.bi-journal-plus::before { content: "\f421"; }

.bi-journal-richtext::before { content: "\f422"; }

.bi-journal-text::before { content: "\f423"; }

.bi-journal-x::before { content: "\f424"; }

.bi-journal::before { content: "\f425"; }

.bi-journals::before { content: "\f426"; }

.bi-joystick::before { content: "\f427"; }

.bi-justify-left::before { content: "\f428"; }

.bi-justify-right::before { content: "\f429"; }

.bi-justify::before { content: "\f42a"; }

.bi-kanban-fill::before { content: "\f42b"; }

.bi-kanban::before { content: "\f42c"; }

.bi-key-fill::before { content: "\f42d"; }

.bi-key::before { content: "\f42e"; }

.bi-keyboard-fill::before { content: "\f42f"; }

.bi-keyboard::before { content: "\f430"; }

.bi-ladder::before { content: "\f431"; }

.bi-lamp-fill::before { content: "\f432"; }

.bi-lamp::before { content: "\f433"; }

.bi-laptop-fill::before { content: "\f434"; }

.bi-laptop::before { content: "\f435"; }

.bi-layer-backward::before { content: "\f436"; }

.bi-layer-forward::before { content: "\f437"; }

.bi-layers-fill::before { content: "\f438"; }

.bi-layers-half::before { content: "\f439"; }

.bi-layers::before { content: "\f43a"; }

.bi-layout-sidebar-inset-reverse::before { content: "\f43b"; }

.bi-layout-sidebar-inset::before { content: "\f43c"; }

.bi-layout-sidebar-reverse::before { content: "\f43d"; }

.bi-layout-sidebar::before { content: "\f43e"; }

.bi-layout-split::before { content: "\f43f"; }

.bi-layout-text-sidebar-reverse::before { content: "\f440"; }

.bi-layout-text-sidebar::before { content: "\f441"; }

.bi-layout-text-window-reverse::before { content: "\f442"; }

.bi-layout-text-window::before { content: "\f443"; }

.bi-layout-three-columns::before { content: "\f444"; }

.bi-layout-wtf::before { content: "\f445"; }

.bi-life-preserver::before { content: "\f446"; }

.bi-lightbulb-fill::before { content: "\f447"; }

.bi-lightbulb-off-fill::before { content: "\f448"; }

.bi-lightbulb-off::before { content: "\f449"; }

.bi-lightbulb::before { content: "\f44a"; }

.bi-lightning-fill::before { content: "\f44b"; }

.bi-lightning::before { content: "\f44c"; }

.bi-link-45deg::before { content: "\f44d"; }

.bi-link::before { content: "\f44e"; }

.bi-linkedin::before { content: "\f44f"; }

.bi-list-check::before { content: "\f450"; }

.bi-list-nested::before { content: "\f451"; }

.bi-list-ol::before { content: "\f452"; }

.bi-list-stars::before { content: "\f453"; }

.bi-list-task::before { content: "\f454"; }

.bi-list-ul::before { content: "\f455"; }

.bi-list::before { content: "\f456"; }

.bi-lock-fill::before { content: "\f457"; }

.bi-lock::before { content: "\f458"; }

.bi-mailbox::before { content: "\f459"; }

.bi-mailbox2::before { content: "\f45a"; }

.bi-map-fill::before { content: "\f45b"; }

.bi-map::before { content: "\f45c"; }

.bi-markdown-fill::before { content: "\f45d"; }

.bi-markdown::before { content: "\f45e"; }

.bi-mask::before { content: "\f45f"; }

.bi-megaphone-fill::before { content: "\f460"; }

.bi-megaphone::before { content: "\f461"; }

.bi-menu-app-fill::before { content: "\f462"; }

.bi-menu-app::before { content: "\f463"; }

.bi-menu-button-fill::before { content: "\f464"; }

.bi-menu-button-wide-fill::before { content: "\f465"; }

.bi-menu-button-wide::before { content: "\f466"; }

.bi-menu-button::before { content: "\f467"; }

.bi-menu-down::before { content: "\f468"; }

.bi-menu-up::before { content: "\f469"; }

.bi-mic-fill::before { content: "\f46a"; }

.bi-mic-mute-fill::before { content: "\f46b"; }

.bi-mic-mute::before { content: "\f46c"; }

.bi-mic::before { content: "\f46d"; }

.bi-minecart-loaded::before { content: "\f46e"; }

.bi-minecart::before { content: "\f46f"; }

.bi-moon::before { content: "\f470"; }

.bi-mouse-fill::before { content: "\f471"; }

.bi-mouse::before { content: "\f472"; }

.bi-mouse2-fill::before { content: "\f473"; }

.bi-mouse2::before { content: "\f474"; }

.bi-mouse3-fill::before { content: "\f475"; }

.bi-mouse3::before { content: "\f476"; }

.bi-music-note-beamed::before { content: "\f477"; }

.bi-music-note-list::before { content: "\f478"; }

.bi-music-note::before { content: "\f479"; }

.bi-music-player-fill::before { content: "\f47a"; }

.bi-music-player::before { content: "\f47b"; }

.bi-newspaper::before { content: "\f47c"; }

.bi-node-minus-fill::before { content: "\f47d"; }

.bi-node-minus::before { content: "\f47e"; }

.bi-node-plus-fill::before { content: "\f47f"; }

.bi-node-plus::before { content: "\f480"; }

.bi-nut-fill::before { content: "\f481"; }

.bi-nut::before { content: "\f482"; }

.bi-octagon-fill::before { content: "\f483"; }

.bi-octagon-half::before { content: "\f484"; }

.bi-octagon::before { content: "\f485"; }

.bi-option::before { content: "\f486"; }

.bi-outlet::before { content: "\f487"; }

.bi-paint-bucket::before { content: "\f488"; }

.bi-palette-fill::before { content: "\f489"; }

.bi-palette::before { content: "\f48a"; }

.bi-palette2::before { content: "\f48b"; }

.bi-paperclip::before { content: "\f48c"; }

.bi-paragraph::before { content: "\f48d"; }

.bi-patch-check-fill::before { content: "\f48e"; }

.bi-patch-check::before { content: "\f48f"; }

.bi-patch-exclamation-fill::before { content: "\f490"; }

.bi-patch-exclamation::before { content: "\f491"; }

.bi-patch-minus-fill::before { content: "\f492"; }

.bi-patch-minus::before { content: "\f493"; }

.bi-patch-plus-fill::before { content: "\f494"; }

.bi-patch-plus::before { content: "\f495"; }

.bi-patch-question-fill::before { content: "\f496"; }

.bi-patch-question::before { content: "\f497"; }

.bi-pause-btn-fill::before { content: "\f498"; }

.bi-pause-btn::before { content: "\f499"; }

.bi-pause-circle-fill::before { content: "\f49a"; }

.bi-pause-circle::before { content: "\f49b"; }

.bi-pause-fill::before { content: "\f49c"; }

.bi-pause::before { content: "\f49d"; }

.bi-peace-fill::before { content: "\f49e"; }

.bi-peace::before { content: "\f49f"; }

.bi-pen-fill::before { content: "\f4a0"; }

.bi-pen::before { content: "\f4a1"; }

.bi-pencil-fill::before { content: "\f4a2"; }

.bi-pencil-square::before { content: "\f4a3"; }

.bi-pencil::before { content: "\f4a4"; }

.bi-pentagon-fill::before { content: "\f4a5"; }

.bi-pentagon-half::before { content: "\f4a6"; }

.bi-pentagon::before { content: "\f4a7"; }

.bi-people-fill::before { content: "\f4a8"; }

.bi-people::before { content: "\f4a9"; }

.bi-percent::before { content: "\f4aa"; }

.bi-person-badge-fill::before { content: "\f4ab"; }

.bi-person-badge::before { content: "\f4ac"; }

.bi-person-bounding-box::before { content: "\f4ad"; }

.bi-person-check-fill::before { content: "\f4ae"; }

.bi-person-check::before { content: "\f4af"; }

.bi-person-circle::before { content: "\f4b0"; }

.bi-person-dash-fill::before { content: "\f4b1"; }

.bi-person-dash::before { content: "\f4b2"; }

.bi-person-fill::before { content: "\f4b3"; }

.bi-person-lines-fill::before { content: "\f4b4"; }

.bi-person-plus-fill::before { content: "\f4b5"; }

.bi-person-plus::before { content: "\f4b6"; }

.bi-person-square::before { content: "\f4b7"; }

.bi-person-x-fill::before { content: "\f4b8"; }

.bi-person-x::before { content: "\f4b9"; }

.bi-person::before { content: "\f4ba"; }

.bi-phone-fill::before { content: "\f4bb"; }

.bi-phone-landscape-fill::before { content: "\f4bc"; }

.bi-phone-landscape::before { content: "\f4bd"; }

.bi-phone-vibrate-fill::before { content: "\f4be"; }

.bi-phone-vibrate::before { content: "\f4bf"; }

.bi-phone::before { content: "\f4c0"; }

.bi-pie-chart-fill::before { content: "\f4c1"; }

.bi-pie-chart::before { content: "\f4c2"; }

.bi-pin-angle-fill::before { content: "\f4c3"; }

.bi-pin-angle::before { content: "\f4c4"; }

.bi-pin-fill::before { content: "\f4c5"; }

.bi-pin::before { content: "\f4c6"; }

.bi-pip-fill::before { content: "\f4c7"; }

.bi-pip::before { content: "\f4c8"; }

.bi-play-btn-fill::before { content: "\f4c9"; }

.bi-play-btn::before { content: "\f4ca"; }

.bi-play-circle-fill::before { content: "\f4cb"; }

.bi-play-circle::before { content: "\f4cc"; }

.bi-play-fill::before { content: "\f4cd"; }

.bi-play::before { content: "\f4ce"; }

.bi-plug-fill::before { content: "\f4cf"; }

.bi-plug::before { content: "\f4d0"; }

.bi-plus-circle-dotted::before { content: "\f4d1"; }

.bi-plus-circle-fill::before { content: "\f4d2"; }

.bi-plus-circle::before { content: "\f4d3"; }

.bi-plus-square-dotted::before { content: "\f4d4"; }

.bi-plus-square-fill::before { content: "\f4d5"; }

.bi-plus-square::before { content: "\f4d6"; }

.bi-plus::before { content: "\f4d7"; }

.bi-power::before { content: "\f4d8"; }

.bi-printer-fill::before { content: "\f4d9"; }

.bi-printer::before { content: "\f4da"; }

.bi-puzzle-fill::before { content: "\f4db"; }

.bi-puzzle::before { content: "\f4dc"; }

.bi-question-circle-fill::before { content: "\f4dd"; }

.bi-question-circle::before { content: "\f4de"; }

.bi-question-diamond-fill::before { content: "\f4df"; }

.bi-question-diamond::before { content: "\f4e0"; }

.bi-question-octagon-fill::before { content: "\f4e1"; }

.bi-question-octagon::before { content: "\f4e2"; }

.bi-question-square-fill::before { content: "\f4e3"; }

.bi-question-square::before { content: "\f4e4"; }

.bi-question::before { content: "\f4e5"; }

.bi-receipt-cutoff::before { content: "\f4e6"; }

.bi-receipt::before { content: "\f4e7"; }

.bi-reception-0::before { content: "\f4e8"; }

.bi-reception-1::before { content: "\f4e9"; }

.bi-reception-2::before { content: "\f4ea"; }

.bi-reception-3::before { content: "\f4eb"; }

.bi-reception-4::before { content: "\f4ec"; }

.bi-record-btn-fill::before { content: "\f4ed"; }

.bi-record-btn::before { content: "\f4ee"; }

.bi-record-circle-fill::before { content: "\f4ef"; }

.bi-record-circle::before { content: "\f4f0"; }

.bi-record-fill::before { content: "\f4f1"; }

.bi-record::before { content: "\f4f2"; }

.bi-record2-fill::before { content: "\f4f3"; }

.bi-record2::before { content: "\f4f4"; }

.bi-reply-all-fill::before { content: "\f4f5"; }

.bi-reply-all::before { content: "\f4f6"; }

.bi-reply-fill::before { content: "\f4f7"; }

.bi-reply::before { content: "\f4f8"; }

.bi-rss-fill::before { content: "\f4f9"; }

.bi-rss::before { content: "\f4fa"; }

.bi-rulers::before { content: "\f4fb"; }

.bi-save-fill::before { content: "\f4fc"; }

.bi-save::before { content: "\f4fd"; }

.bi-save2-fill::before { content: "\f4fe"; }

.bi-save2::before { content: "\f4ff"; }

.bi-scissors::before { content: "\f500"; }

.bi-screwdriver::before { content: "\f501"; }

.bi-search::before { content: "\f502"; }

.bi-segmented-nav::before { content: "\f503"; }

.bi-server::before { content: "\f504"; }

.bi-share-fill::before { content: "\f505"; }

.bi-share::before { content: "\f506"; }

.bi-shield-check::before { content: "\f507"; }

.bi-shield-exclamation::before { content: "\f508"; }

.bi-shield-fill-check::before { content: "\f509"; }

.bi-shield-fill-exclamation::before { content: "\f50a"; }

.bi-shield-fill-minus::before { content: "\f50b"; }

.bi-shield-fill-plus::before { content: "\f50c"; }

.bi-shield-fill-x::before { content: "\f50d"; }

.bi-shield-fill::before { content: "\f50e"; }

.bi-shield-lock-fill::before { content: "\f50f"; }

.bi-shield-lock::before { content: "\f510"; }

.bi-shield-minus::before { content: "\f511"; }

.bi-shield-plus::before { content: "\f512"; }

.bi-shield-shaded::before { content: "\f513"; }

.bi-shield-slash-fill::before { content: "\f514"; }

.bi-shield-slash::before { content: "\f515"; }

.bi-shield-x::before { content: "\f516"; }

.bi-shield::before { content: "\f517"; }

.bi-shift-fill::before { content: "\f518"; }

.bi-shift::before { content: "\f519"; }

.bi-shop-window::before { content: "\f51a"; }

.bi-shop::before { content: "\f51b"; }

.bi-shuffle::before { content: "\f51c"; }

.bi-signpost-2-fill::before { content: "\f51d"; }

.bi-signpost-2::before { content: "\f51e"; }

.bi-signpost-fill::before { content: "\f51f"; }

.bi-signpost-split-fill::before { content: "\f520"; }

.bi-signpost-split::before { content: "\f521"; }

.bi-signpost::before { content: "\f522"; }

.bi-sim-fill::before { content: "\f523"; }

.bi-sim::before { content: "\f524"; }

.bi-skip-backward-btn-fill::before { content: "\f525"; }

.bi-skip-backward-btn::before { content: "\f526"; }

.bi-skip-backward-circle-fill::before { content: "\f527"; }

.bi-skip-backward-circle::before { content: "\f528"; }

.bi-skip-backward-fill::before { content: "\f529"; }

.bi-skip-backward::before { content: "\f52a"; }

.bi-skip-end-btn-fill::before { content: "\f52b"; }

.bi-skip-end-btn::before { content: "\f52c"; }

.bi-skip-end-circle-fill::before { content: "\f52d"; }

.bi-skip-end-circle::before { content: "\f52e"; }

.bi-skip-end-fill::before { content: "\f52f"; }

.bi-skip-end::before { content: "\f530"; }

.bi-skip-forward-btn-fill::before { content: "\f531"; }

.bi-skip-forward-btn::before { content: "\f532"; }

.bi-skip-forward-circle-fill::before { content: "\f533"; }

.bi-skip-forward-circle::before { content: "\f534"; }

.bi-skip-forward-fill::before { content: "\f535"; }

.bi-skip-forward::before { content: "\f536"; }

.bi-skip-start-btn-fill::before { content: "\f537"; }

.bi-skip-start-btn::before { content: "\f538"; }

.bi-skip-start-circle-fill::before { content: "\f539"; }

.bi-skip-start-circle::before { content: "\f53a"; }

.bi-skip-start-fill::before { content: "\f53b"; }

.bi-skip-start::before { content: "\f53c"; }

.bi-slack::before { content: "\f53d"; }

.bi-slash-circle-fill::before { content: "\f53e"; }

.bi-slash-circle::before { content: "\f53f"; }

.bi-slash-square-fill::before { content: "\f540"; }

.bi-slash-square::before { content: "\f541"; }

.bi-slash::before { content: "\f542"; }

.bi-sliders::before { content: "\f543"; }

.bi-smartwatch::before { content: "\f544"; }

.bi-sort-alpha-down-alt::before { content: "\f545"; }

.bi-sort-alpha-down::before { content: "\f546"; }

.bi-sort-alpha-up-alt::before { content: "\f547"; }

.bi-sort-alpha-up::before { content: "\f548"; }

.bi-sort-down-alt::before { content: "\f549"; }

.bi-sort-down::before { content: "\f54a"; }

.bi-sort-numeric-down-alt::before { content: "\f54b"; }

.bi-sort-numeric-down::before { content: "\f54c"; }

.bi-sort-numeric-up-alt::before { content: "\f54d"; }

.bi-sort-numeric-up::before { content: "\f54e"; }

.bi-sort-up-alt::before { content: "\f54f"; }

.bi-sort-up::before { content: "\f550"; }

.bi-soundwave::before { content: "\f551"; }

.bi-speaker-fill::before { content: "\f552"; }

.bi-speaker::before { content: "\f553"; }

.bi-speedometer::before { content: "\f554"; }

.bi-speedometer2::before { content: "\f555"; }

.bi-spellcheck::before { content: "\f556"; }

.bi-square-fill::before { content: "\f557"; }

.bi-square-half::before { content: "\f558"; }

.bi-square::before { content: "\f559"; }

.bi-stack::before { content: "\f55a"; }

.bi-star-fill::before { content: "\f55b"; }

.bi-star-half::before { content: "\f55c"; }

.bi-star::before { content: "\f55d"; }

.bi-stickies-fill::before { content: "\f55e"; }

.bi-stickies::before { content: "\f55f"; }

.bi-sticky-fill::before { content: "\f560"; }

.bi-sticky::before { content: "\f561"; }

.bi-stop-btn-fill::before { content: "\f562"; }

.bi-stop-btn::before { content: "\f563"; }

.bi-stop-circle-fill::before { content: "\f564"; }

.bi-stop-circle::before { content: "\f565"; }

.bi-stop-fill::before { content: "\f566"; }

.bi-stop::before { content: "\f567"; }

.bi-stoplights-fill::before { content: "\f568"; }

.bi-stoplights::before { content: "\f569"; }

.bi-stopwatch-fill::before { content: "\f56a"; }

.bi-stopwatch::before { content: "\f56b"; }

.bi-subtract::before { content: "\f56c"; }

.bi-suit-club-fill::before { content: "\f56d"; }

.bi-suit-club::before { content: "\f56e"; }

.bi-suit-diamond-fill::before { content: "\f56f"; }

.bi-suit-diamond::before { content: "\f570"; }

.bi-suit-heart-fill::before { content: "\f571"; }

.bi-suit-heart::before { content: "\f572"; }

.bi-suit-spade-fill::before { content: "\f573"; }

.bi-suit-spade::before { content: "\f574"; }

.bi-sun::before { content: "\f575"; }

.bi-sunglasses::before { content: "\f576"; }

.bi-symmetry-horizontal::before { content: "\f577"; }

.bi-symmetry-vertical::before { content: "\f578"; }

.bi-table::before { content: "\f579"; }

.bi-tablet-fill::before { content: "\f57a"; }

.bi-tablet-landscape-fill::before { content: "\f57b"; }

.bi-tablet-landscape::before { content: "\f57c"; }

.bi-tablet::before { content: "\f57d"; }

.bi-tag-fill::before { content: "\f57e"; }

.bi-tag::before { content: "\f57f"; }

.bi-tags-fill::before { content: "\f580"; }

.bi-tags::before { content: "\f581"; }

.bi-telegram::before { content: "\f582"; }

.bi-telephone-fill::before { content: "\f583"; }

.bi-telephone-forward-fill::before { content: "\f584"; }

.bi-telephone-forward::before { content: "\f585"; }

.bi-telephone-inbound-fill::before { content: "\f586"; }

.bi-telephone-inbound::before { content: "\f587"; }

.bi-telephone-minus-fill::before { content: "\f588"; }

.bi-telephone-minus::before { content: "\f589"; }

.bi-telephone-outbound-fill::before { content: "\f58a"; }

.bi-telephone-outbound::before { content: "\f58b"; }

.bi-telephone-plus-fill::before { content: "\f58c"; }

.bi-telephone-plus::before { content: "\f58d"; }

.bi-telephone-x-fill::before { content: "\f58e"; }

.bi-telephone-x::before { content: "\f58f"; }

.bi-telephone::before { content: "\f590"; }

.bi-terminal-fill::before { content: "\f591"; }

.bi-terminal::before { content: "\f592"; }

.bi-text-center::before { content: "\f593"; }

.bi-text-indent-left::before { content: "\f594"; }

.bi-text-indent-right::before { content: "\f595"; }

.bi-text-left::before { content: "\f596"; }

.bi-text-paragraph::before { content: "\f597"; }

.bi-text-right::before { content: "\f598"; }

.bi-textarea-resize::before { content: "\f599"; }

.bi-textarea-t::before { content: "\f59a"; }

.bi-textarea::before { content: "\f59b"; }

.bi-thermometer-half::before { content: "\f59c"; }

.bi-thermometer::before { content: "\f59d"; }

.bi-three-dots-vertical::before { content: "\f59e"; }

.bi-three-dots::before { content: "\f59f"; }

.bi-toggle-off::before { content: "\f5a0"; }

.bi-toggle-on::before { content: "\f5a1"; }

.bi-toggle2-off::before { content: "\f5a2"; }

.bi-toggle2-on::before { content: "\f5a3"; }

.bi-toggles::before { content: "\f5a4"; }

.bi-toggles2::before { content: "\f5a5"; }

.bi-tools::before { content: "\f5a6"; }

.bi-trash-fill::before { content: "\f5a7"; }

.bi-trash::before { content: "\f5a8"; }

.bi-trash2-fill::before { content: "\f5a9"; }

.bi-trash2::before { content: "\f5aa"; }

.bi-tree-fill::before { content: "\f5ab"; }

.bi-tree::before { content: "\f5ac"; }

.bi-triangle-fill::before { content: "\f5ad"; }

.bi-triangle-half::before { content: "\f5ae"; }

.bi-triangle::before { content: "\f5af"; }

.bi-trophy-fill::before { content: "\f5b0"; }

.bi-trophy::before { content: "\f5b1"; }

.bi-truck-flatbed::before { content: "\f5b2"; }

.bi-truck::before { content: "\f5b3"; }

.bi-tv-fill::before { content: "\f5b4"; }

.bi-tv::before { content: "\f5b5"; }

.bi-twitch::before { content: "\f5b6"; }

.bi-twitter::before { content: "\f5b7"; }

.bi-type-bold::before { content: "\f5b8"; }

.bi-type-h1::before { content: "\f5b9"; }

.bi-type-h2::before { content: "\f5ba"; }

.bi-type-h3::before { content: "\f5bb"; }

.bi-type-italic::before { content: "\f5bc"; }

.bi-type-strikethrough::before { content: "\f5bd"; }

.bi-type-underline::before { content: "\f5be"; }

.bi-type::before { content: "\f5bf"; }

.bi-ui-checks-grid::before { content: "\f5c0"; }

.bi-ui-checks::before { content: "\f5c1"; }

.bi-ui-radios-grid::before { content: "\f5c2"; }

.bi-ui-radios::before { content: "\f5c3"; }

.bi-union::before { content: "\f5c4"; }

.bi-unlock-fill::before { content: "\f5c5"; }

.bi-unlock::before { content: "\f5c6"; }

.bi-upc-scan::before { content: "\f5c7"; }

.bi-upc::before { content: "\f5c8"; }

.bi-upload::before { content: "\f5c9"; }

.bi-vector-pen::before { content: "\f5ca"; }

.bi-view-list::before { content: "\f5cb"; }

.bi-view-stacked::before { content: "\f5cc"; }

.bi-vinyl-fill::before { content: "\f5cd"; }

.bi-vinyl::before { content: "\f5ce"; }

.bi-voicemail::before { content: "\f5cf"; }

.bi-volume-down-fill::before { content: "\f5d0"; }

.bi-volume-down::before { content: "\f5d1"; }

.bi-volume-mute-fill::before { content: "\f5d2"; }

.bi-volume-mute::before { content: "\f5d3"; }

.bi-volume-off-fill::before { content: "\f5d4"; }

.bi-volume-off::before { content: "\f5d5"; }

.bi-volume-up-fill::before { content: "\f5d6"; }

.bi-volume-up::before { content: "\f5d7"; }

.bi-vr::before { content: "\f5d8"; }

.bi-wallet-fill::before { content: "\f5d9"; }

.bi-wallet::before { content: "\f5da"; }

.bi-wallet2::before { content: "\f5db"; }

.bi-watch::before { content: "\f5dc"; }

.bi-whatsapp::before { content: "\f5dd"; }

.bi-wifi-1::before { content: "\f5de"; }

.bi-wifi-2::before { content: "\f5df"; }

.bi-wifi-off::before { content: "\f5e0"; }

.bi-wifi::before { content: "\f5e1"; }

.bi-window-dock::before { content: "\f5e2"; }

.bi-window-sidebar::before { content: "\f5e3"; }

.bi-window::before { content: "\f5e4"; }

.bi-wrench::before { content: "\f5e5"; }

.bi-x-circle-fill::before { content: "\f5e6"; }

.bi-x-circle::before { content: "\f5e7"; }

.bi-x-diamond-fill::before { content: "\f5e8"; }

.bi-x-diamond::before { content: "\f5e9"; }

.bi-x-octagon-fill::before { content: "\f5ea"; }

.bi-x-octagon::before { content: "\f5eb"; }

.bi-x-square-fill::before { content: "\f5ec"; }

.bi-x-square::before { content: "\f5ed"; }

.bi-x::before { content: "\f5ee"; }

.bi-youtube::before { content: "\f5ef"; }

.bi-zoom-in::before { content: "\f5f0"; }

.bi-zoom-out::before { content: "\f5f1"; }

.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:.6}}
.cdk-overlay-dark-backdrop{background:rgba(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}
.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{color:#333;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;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}
html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
}
.custom-container {
  max-width: 960px;
  padding: 0 16px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .custom-container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media only screen and (max-width: 767.98px) {
  .custom-container {
    max-width: 540px;
  }
}
.color-yellow {
  color: #F9B22A !important;
  fill: #F9B22A !important;
}
.color-green {
  color: #3BBC8A !important;
  fill: #3BBC8A !important;
}
.color-yellow-l {
  color: #fff5e3 !important;
  fill: #fff5e3 !important;
}
.color-yellow-l2 {
  color: #ffebc3 !important;
  fill: #ffebc3 !important;
}
.color-yellow-l3 {
  color: #ffe3b0 !important;
  fill: #ffe3b0 !important;
}
.color-yellow-d {
  color: #e09d1f !important;
  fill: #e09d1f !important;
}
.color-red {
  color: #ff0000 !important;
  fill: #ff0000 !important;
}
.color-cherry {
  color: #B9203D !important;
  fill: #B9203D !important;
}
.color-navy {
  color: #242E3A !important;
  fill: #242E3A !important;
}
.color-navy-d {
  color: #161c24 !important;
  fill: #161c24 !important;
}
.color-dark {
  color: #323639 !important;
  fill: #323639 !important;
}
.color-gray {
  color: #b6b6b6 !important;
  fill: #b6b6b6 !important;
}
.color-gray-l {
  color: #dedede !important;
  fill: #dedede !important;
}
.color-gray-xl {
  color: #f2f3f3 !important;
  fill: #f2f3f3 !important;
}
.color-ashen {
  color: #808495 !important;
  fill: #808495 !important;
}
.color-ashen-l {
  color: #cbcbce !important;
  fill: #cbcbce !important;
}
/* END */
.bg-yellow {
  background-color: #F9B22A !important;
  color: #fff !important;
}
.bg-green {
  background-color: #3BBC8A !important;
  color: #fff !important;
}
.bg-yellow-l {
  background-color: #fff5e3 !important;
  color: #161c24 !important;
}
.bg-yellow-l2 {
  background-color: #ffebc3 !important;
  color: #161c24 !important;
}
.bg-yellow-l3 {
  background-color: #ffe3b0 !important;
  color: #161c24 !important;
}
.bg-yellow-d {
  background-color: #e09d1f !important;
  color: #fff !important;
}
.bg-cherry {
  background-color: #B9203D !important;
  color: #fff !important;
}
.bg-navy {
  background-color: #242E3A !important;
  color: #fff !important;
}
.bg-navy-d {
  background-color: #161c24 !important;
  color: #fff !important;
}
.bg-dark {
  background-color: #323639 !important;
  color: #fff !important;
}
.bg-gray {
  background-color: #b6b6b6 !important;
  color: #161c24 !important;
}
.bg-gray-l {
  background-color: #dedede !important;
  color: #161c24 !important;
}
.bg-gray-xl {
  background-color: #f2f3f3 !important;
  color: #161c24 !important;
}
.bg-ashen {
  background-color: #808495 !important;
  color: #fff !important;
}
.bg-ashen-l {
  background-color: #cbcbce !important;
  color: #fff !important;
}
.fs {
  font-weight: 400;
  margin: 0;
  line-height: 1.1;
}
@media only screen and (max-width: 767.98px) {
  .fs {
    line-height: 1;
  }
}
.fs__xxl {
  font-size: 50px;
}
@media only screen and (max-width: 991.98px) {
  .fs__xxl {
    font-size: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs__xxl {
    font-size: 40px;
  }
}
.fs__xl {
  font-size: 40px;
}
@media only screen and (max-width: 991.98px) {
  .fs__xl {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767.98px) {
  .fs__xl {
    font-size: 30px;
  }
}
.fs__lg {
  font-size: 30px;
}
@media only screen and (max-width: 991.98px) {
  .fs__lg {
    font-size: 25px;
  }
}
.fs__md-high {
  font-size: 25px;
}
@media only screen and (max-width: 575.98px) {
  .fs__md-high {
    font-size: 20px;
  }
}
.fs__md {
  font-size: 18px;
}
.fs__base {
  font-size: 16px;
}
.fs__sm {
  font-size: 13px;
}
.fs__xs {
  font-size: 11px;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-medium {
  font-weight: 500;
}
.font-weight-thin {
  font-weight: 300;
}
.ion-lg {
  display: flex;
  font-size: 20px;
  flex-shrink: 0;
}
.ion-2x {
  display: flex;
  font-size: 30px;
  flex-shrink: 0;
}
.ion-3x {
  display: flex;
  font-size: 35px;
  flex-shrink: 0;
}
.ion-4x {
  display: flex;
  font-size: 40px;
  flex-shrink: 0;
}
.ion-5x {
  display: flex;
  font-size: 50px;
  flex-shrink: 0;
}
.ion-6x {
  display: flex;
  font-size: 60px;
  flex-shrink: 0;
}
.icon-lg {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}
.icon-lg > svg {
  width: 100%;
  height: 100%;
}
.icon-lg > img {
  width: 100%;
  height: 100%;
}
.icon-2x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
.icon-2x > svg {
  width: 100%;
  height: 100%;
}
.icon-2x > img {
  width: 100%;
  height: 100%;
}
.icon-3x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.icon-3x > svg {
  width: 100%;
  height: 100%;
}
.icon-3x > img {
  width: 100%;
  height: 100%;
}
.icon-4x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
.icon-4x > svg {
  width: 100%;
  height: 100%;
}
.icon-4x > img {
  width: 100%;
  height: 100%;
}
.icon-5x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
}
.icon-5x > svg {
  width: 100%;
  height: 100%;
}
.icon-5x > img {
  width: 100%;
  height: 100%;
}
.icon-6x {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}
.icon-6x > svg {
  width: 100%;
  height: 100%;
}
.icon-6x > img {
  width: 100%;
  height: 100%;
}
.btn {
  border-radius: 100px;
}
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn__primary {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  padding: 8px 10px 8px 10px;
  background-color: #F9B22A;
  color: #161c24;
}
.btn__primary:hover {
  background-color: #e09d1f;
  text-decoration: none;
}
.btn__secondary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #242E3A;
  color: #fff !important;
  font-size: 16px;
  height: 48px;
}
.btn__secondary:hover {
  background-color: #161c24;
  text-decoration: none;
}
.btn__tertiary {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #808495;
  color: #fff !important;
  font-size: 16px;
  height: 48px;
}
.btn__tertiary:hover {
  background-color: #676b7b;
  text-decoration: none;
}
.btn__action {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F9B22A;
  color: #fff !important;
  font-size: 16px;
  height: 40px;
}
.btn__action:hover {
  background-color: #e99c07;
  text-decoration: none;
}
.btn__sidebar {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #fff !important;
}
.btn__utils {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  background-color: transparent;
  padding: 0 !important;
}
.credential__label {
  color: #161c24;
  font-weight: 400;
  margin-bottom: 5px;
}
.credential__input, .credential2__input, .credential__select, .credential__select-lg, .credential__input-lg, .credential__textarea {
  width: 100%;
  padding: 10px 40px 10px 20px;
  border: 1px solid #161c24;
  border-radius: 29px;
  background-color: #fff !important;
}
.credential__input::placeholder, .credential2__input::placeholder, .credential__select::placeholder, .credential__select-lg::placeholder, .credential__input-lg::placeholder, .credential__textarea::placeholder {
  color: #b6b6b6;
}
.credential__input:focus, .credential2__input:focus, .credential__select:focus, .credential__select-lg:focus, .credential__input-lg:focus, .credential__textarea:focus {
  box-shadow: none;
  border-color: #161c24;
}
.credential__input:disabled, .credential2__input:disabled, .credential__select:disabled, .credential__select-lg:disabled, .credential__input-lg:disabled, .credential__textarea:disabled, .credential__input[type=text]:read-only, [type=text].credential2__input:read-only, [type=text].credential__select:read-only, [type=text].credential__select-lg:read-only, [type=text].credential__input-lg:read-only, [type=text].credential__textarea:read-only {
  background-color: #f2f3f3 !important;
}
.credential__textarea {
  min-height: 150px;
}
.credential__textarea:disabled, .credential__textarea:read-only {
  background-color: #f2f3f3 !important;
}
.credential__input-lg {
  height: 50px;
}
.credential__input-lg:disabled, .credential__input-lg[type=text]:read-only {
  background-color: #f2f3f3 !important;
}
.credential__select, .credential__select-lg {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding: 0 45px 0 15px;
  background-image: url("/assets/images/chevron-down-sharp.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center right 15px;
}
.credential__select-lg {
  height: 50px;
}
.credential__multiSelect > .ng-select-container {
  border-radius: 50px !important;
  min-height: 50px;
  padding: 0 10px 0 10px !important;
  border-color: #161c24 !important;
  box-shadow: none !important;
}
.credential__multiSelect .ng-placeholder {
  position: unset !important;
  color: #161c24 !important;
}
.credential__multiSelect .ng-value {
  overflow: hidden;
  border-radius: 50px !important;
}
.credential__multiSelect .ng-arrow-wrapper .ng-arrow {
  display: flex !important;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  background-image: url("/assets/images/chevron-down-sharp.svg");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
}
.credential__file {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 90px;
  background: #e0e5e9;
  border-radius: 10px;
  cursor: pointer;
}
.credential__switch {
  display: flex;
  align-items: center;
}
.credential__switch--inputGrp {
  width: 60px;
  min-height: 30px;
}
.credential__switch--label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30px;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.credential__switch--label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 25px;
  width: 100%;
  border-radius: 50px;
  background-color: #3BBC8A;
  transition: all 0.3s ease-in-out;
}
.credential__switch--label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 3px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background-color: #161c24;
  transition: all 0.3s ease-in-out;
}
.credential__switch--text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 60px) / 2);
}
.credential__switch--input {
  display: none;
}
.credential__switch--input:checked ~ .credential__switch--label::before {
  background-color: #ff0000;
}
.credential__switch--input:checked ~ .credential__switch--label::after {
  left: calc(60px - (20px + 3px));
}
.credential2__label {
  color: #161c24;
  font-weight: 700;
  margin-bottom: 5px;
}
.credential2__input {
  height: 48px;
}
.credential2__checkGroup {
  margin-bottom: 15px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.credential2__checkLabel {
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-circle" viewBox="0 0 16 16"><path d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  cursor: pointer;
}
.credential2__checkLabel.invalid {
  box-shadow: 0 0 0 4px rgba(185, 32, 61, 0.4);
}
.credential2__check {
  display: none;
}
.credential2__check:checked + .credential2__checkLabel {
  background-image: url("data:image/svg+xml,%3Csvg data-name='Layer 1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23.68 23.68'%3E%3Cpath d='M23.68,11.84A11.84,11.84,0,1,1,11.84,0,11.84,11.84,0,0,1,23.68,11.84Z' style='fill:%2300b3ad'/%3E%3Cpath d='M18.1,6.27l-8,8L6.76,11,5.08,12.68l5,5,9.7-9.72Z' style='fill:%23fff'/%3E%3C/svg%3E");
}
.credential3__input, .credential3__select {
  height: 45px;
  color: #b6b6b6;
  padding-left: 0;
  background-color: #fff !important;
  border-color: transparent;
  border-bottom-color: #b6b6b6;
  border-radius: 0;
}
.credential3__input.is-invalid, .is-invalid.credential3__select {
  border-color: transparent !important;
  border-bottom-color: #db3151 !important;
}
.credential3__input:focus, .credential3__select:focus {
  border-color: transparent;
  border-bottom-color: #b6b6b6;
  outline: none;
  box-shadow: none !important;
}
.credential3__select {
  padding-right: 35px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnN2Z2pzPSJodHRwOi8vc3ZnanMuY29tL3N2Z2pzIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgeD0iMCIgeT0iMCIgdmlld0JveD0iMCAwIDI5Mi4zNjIgMjkyLjM2MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgY2xhc3M9IiI+PGc+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMjg2LjkzNSw2OS4zNzdjLTMuNjE0LTMuNjE3LTcuODk4LTUuNDI0LTEyLjg0OC01LjQyNEgxOC4yNzRjLTQuOTUyLDAtOS4yMzMsMS44MDctMTIuODUsNS40MjQgICBDMS44MDcsNzIuOTk4LDAsNzcuMjc5LDAsODIuMjI4YzAsNC45NDgsMS44MDcsOS4yMjksNS40MjQsMTIuODQ3bDEyNy45MDcsMTI3LjkwN2MzLjYyMSwzLjYxNyw3LjkwMiw1LjQyOCwxMi44NSw1LjQyOCAgIHM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhMMjg2LjkzNSw5NS4wNzRjMy42MTMtMy42MTcsNS40MjctNy44OTgsNS40MjctMTIuODQ3QzI5Mi4zNjIsNzcuMjc5LDI5MC41NDgsNzIuOTk4LDI4Ni45MzUsNjkuMzc3eiIgZmlsbD0iI2I2YjZiNiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgc3R5bGU9IiIgY2xhc3M9IiI+PC9wYXRoPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjxnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjwvZz4KPGcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPC9nPgo8ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8L2c+CjwvZz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center right 12px;
}
.code_fileInput {
  display: none;
}
.form-errors {
  margin-top: 5px;
}
.form-errors__error {
  margin: 0;
  font-size: 13px;
  color: #B9203D;
}
.form-info {
  margin-top: 5px;
}
.form-info__info {
  margin: 0;
  font-size: 13px;
  color: #3BBC8A;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-size: 23px;
}
@keyframes movecar {
  0% {
    transform: translateX(-150%);
  }
  100% {
    transform: translateX(0);
  }
}
.vam-navbar {
  padding: 20px 0;
}
.vam_login_nav {
  display: flex;
  height: 90px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.vam_logo_link {
  display: inline-block;
}
.logo {
  text-align: center;
  position: relative;
  z-index: 9;
}
.vam_logo {
  height: auto;
}
.vam_back {
  margin-left: 20px;
  width: 35px;
}
.header {
  position: relative;
  z-index: 1000;
}
.vam-navbar-bg {
  background-color: #242E3A;
  height: 90px;
}
.vam_menu {
  display: flex;
  margin-bottom: 0;
  height: 100%;
  padding-left: 0;
  list-style: none !important;
}
.vam_menu .vam_menu_item {
  position: relative;
  margin-bottom: 0;
  margin: 0 2px;
  z-index: 10;
}
.vam_menu .vam_menu_link {
  font-size: 11px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: uppercase;
  padding: 9px 25px 9px 23px !important;
  border-radius: 100px;
}
.vam_menu .vam_menu_link.active {
  background: #F9B22A;
}
.wrapper__main {
  background-color: #fff;
}
.vam_login_input_form {
  position: relative;
  max-width: 300px;
  margin: 60px auto 0 auto;
  z-index: 9;
}
.vam_car_circles_container {
  position: relative;
  width: 100%;
  height: 100%;
}
.vam_car_circles_container {
  z-index: 3;
}
.vam_car_circles {
  width: 220px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 5s ease;
}
.vam_car_circles.show_circle_layer {
  opacity: 1;
  visibility: visible;
}
.vam_login_section_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100vh;
}
.vam_login_2_car_container {
  position: relative;
}
.vam_login_2_car_ani_container .vam_login_car_2 {
  width: 100%;
  transform: translateX(-657px);
  opacity: 0;
  visibility: hidden;
  transition: all 3s ease;
}
.vam_login_2_car_ani_container .vam_login_car_2.show_car_2 {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.vam_login_2_logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 100px;
}
.vam_login_checkbox_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.login_forgot_password {
  display: inline-block;
  margin-bottom: 12px;
  color: #212529;
  transition: all 0.3 ease;
}
.login_forgot_password:hover {
  color: #212529;
}
.bs-datepicker {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1), 0 2px 15px rgba(0, 0, 0, 0.05);
  border-radius: 5px 5px;
}
.bs-datepicker-container {
  padding: 0;
}
.theme-green .bs-datepicker-head {
  background-color: #F9B22A;
  border-radius: 5px 5px 0 0;
}
.bs-datepicker-body {
  border: none !important;
  border-radius: 0 0 5px 5px;
}
.theme-green .bs-datepicker-body table td.week span {
  color: #F9B22A !important;
}
.modal-content {
  border-radius: 20px;
}
.modal-header {
  position: relative;
  min-height: 90px;
  padding: 15px 86px;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480.98px) {
  .modal-header {
    padding: 15px 50px;
  }
}
.modal-header .close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 100px;
  font-size: 25px;
  font-weight: 300;
  color: #fff;
  background-color: #808495;
}
@media only screen and (max-width: 480.98px) {
  .modal-header .close {
    top: 10px;
    right: 10px;
    transform: translateY(0);
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
.conditionModal__body {
  height: 500px;
  overflow-y: auto;
}
.conditionModal .credential__file {
  height: 200px;
  overflow-y: auto;
}
.conditionModal .conditionFormFilePreview {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.untouchable {
  pointer-events: none !important;
}
.cursor-not-allowed {
  cursor: not-allowed !important;
}
.partGrp {
  cursor: pointer;
}
.partGrp.junk .score {
  fill: #161c24;
}
.partGrp.v-poor .score {
  fill: #161c24;
}
.partGrp.poor .score {
  fill: #161c24;
}
.partGrp.b-avg .score {
  fill: #161c24;
}
.partGrp.avg .score {
  fill: #161c24;
}
.partGrp.fair .score {
  fill: #161c24;
}
.partGrp.v-fair .score {
  fill: #161c24;
}
.partGrp.good .score {
  fill: #fff;
}
.partGrp.excellent .score {
  fill: #fff;
}
.diagram {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  overflow: hidden;
  border-radius: 20px;
}
@media only screen and (max-width: 480.98px) {
  .diagram {
    min-height: 400px;
  }
}
.diagram > svg {
  height: 600px;
}
@media only screen and (max-width: 480.98px) {
  .diagram > svg {
    height: 400px;
  }
}
.vam_show_car_form_container {
  padding: 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .vam_show_car_form_container {
    padding: 10px;
  }
}
.modal_car_input_wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.modal_car_input_label {
  color: #242E3A;
  font-size: 17px;
  font-weight: 500;
}
.modal_car_img_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.vam_show_car_modal_footer {
  border-top: 0 !important;
  display: block;
  padding: 0 110px 35px 110px;
}
.car_modal_btn_container {
  text-align: center;
}
.car_modal_done {
  width: 100%;
  background: #F9B22A;
  border: 1px solid #F9B22A;
  padding: 8px;
  border-radius: 29px;
  color: #fff;
  font-weight: 500;
}
.car_modal_default {
  width: 100%;
  background: #242E3A;
  border: 1px solid #242E3A;
  padding: 8px;
  border-radius: 29px;
  color: #fff;
  font-weight: 500;
}
.car_modal_btn_container button:focus {
  outline: none;
}
.conditionModal__footer {
  padding: 20px;
}
.conditionModal__footerInner {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (max-width: 767.98px) {
  .conditionModal__footerInner {
    padding: 0;
  }
}
.conditionModal__btnGrp {
  display: flex;
  align-items: center;
}
.upload-actions {
  position: absolute;
  top: 5px;
  padding: 5px 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.upload-actions > .btn {
  padding: 3px !important;
}
.popover {
  max-width: 300px;
  width: 300px;
}
@media only print {
  .no-print {
    display: none !important;
  }
}
.multiselect-dropdown .dropdown-btn {
  padding: 6px 12px 6px 6px !important;
}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item {
  max-width: initial !important;
  margin: 2px !important;
  background-color: #F9B22A !important;
  border: none !important;
}
.multiselect-dropdown .dropdown-btn .selected-item-container .selected-item:hover {
  box-shadow: none !important;
  background-color: #e09d1f !important;
}
html.ios {
  --ion-default-font: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Roboto", sans-serif;
}

html.md {
  --ion-default-font: "Roboto", "Helvetica Neue", sans-serif;
}

html {
  --ion-font-family: var(--ion-default-font);
}

body {
  background: var(--ion-background-color);
}

body.backdrop-no-scroll {
  overflow: hidden;
}

html.ios ion-modal.modal-card .ion-page > ion-header > ion-toolbar:first-of-type {
  padding-top: 0px;
}

html.ios ion-modal .ion-page {
  border-radius: inherit;
}

.ion-color-primary {
  --ion-color-base: var(--ion-color-primary, #3880ff) !important;
  --ion-color-base-rgb: var(--ion-color-primary-rgb, 56, 128, 255) !important;
  --ion-color-contrast: var(--ion-color-primary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-primary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-primary-shade, #3171e0) !important;
  --ion-color-tint: var(--ion-color-primary-tint, #4c8dff) !important;
}

.ion-color-secondary {
  --ion-color-base: var(--ion-color-secondary, #3dc2ff) !important;
  --ion-color-base-rgb: var(--ion-color-secondary-rgb, 61, 194, 255) !important;
  --ion-color-contrast: var(--ion-color-secondary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-secondary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-secondary-shade, #36abe0) !important;
  --ion-color-tint: var(--ion-color-secondary-tint, #50c8ff) !important;
}

.ion-color-tertiary {
  --ion-color-base: var(--ion-color-tertiary, #5260ff) !important;
  --ion-color-base-rgb: var(--ion-color-tertiary-rgb, 82, 96, 255) !important;
  --ion-color-contrast: var(--ion-color-tertiary-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-tertiary-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-tertiary-shade, #4854e0) !important;
  --ion-color-tint: var(--ion-color-tertiary-tint, #6370ff) !important;
}

.ion-color-success {
  --ion-color-base: var(--ion-color-success, #2dd36f) !important;
  --ion-color-base-rgb: var(--ion-color-success-rgb, 45, 211, 111) !important;
  --ion-color-contrast: var(--ion-color-success-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-success-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-success-shade, #28ba62) !important;
  --ion-color-tint: var(--ion-color-success-tint, #42d77d) !important;
}

.ion-color-warning {
  --ion-color-base: var(--ion-color-warning, #ffc409) !important;
  --ion-color-base-rgb: var(--ion-color-warning-rgb, 255, 196, 9) !important;
  --ion-color-contrast: var(--ion-color-warning-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-warning-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-warning-shade, #e0ac08) !important;
  --ion-color-tint: var(--ion-color-warning-tint, #ffca22) !important;
}

.ion-color-danger {
  --ion-color-base: var(--ion-color-danger, #eb445a) !important;
  --ion-color-base-rgb: var(--ion-color-danger-rgb, 235, 68, 90) !important;
  --ion-color-contrast: var(--ion-color-danger-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-danger-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-danger-shade, #cf3c4f) !important;
  --ion-color-tint: var(--ion-color-danger-tint, #ed576b) !important;
}

.ion-color-light {
  --ion-color-base: var(--ion-color-light, #f4f5f8) !important;
  --ion-color-base-rgb: var(--ion-color-light-rgb, 244, 245, 248) !important;
  --ion-color-contrast: var(--ion-color-light-contrast, #000) !important;
  --ion-color-contrast-rgb: var(--ion-color-light-contrast-rgb, 0, 0, 0) !important;
  --ion-color-shade: var(--ion-color-light-shade, #d7d8da) !important;
  --ion-color-tint: var(--ion-color-light-tint, #f5f6f9) !important;
}

.ion-color-medium {
  --ion-color-base: var(--ion-color-medium, #92949c) !important;
  --ion-color-base-rgb: var(--ion-color-medium-rgb, 146, 148, 156) !important;
  --ion-color-contrast: var(--ion-color-medium-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-medium-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-medium-shade, #808289) !important;
  --ion-color-tint: var(--ion-color-medium-tint, #9d9fa6) !important;
}

.ion-color-dark {
  --ion-color-base: var(--ion-color-dark, #222428) !important;
  --ion-color-base-rgb: var(--ion-color-dark-rgb, 34, 36, 40) !important;
  --ion-color-contrast: var(--ion-color-dark-contrast, #fff) !important;
  --ion-color-contrast-rgb: var(--ion-color-dark-contrast-rgb, 255, 255, 255) !important;
  --ion-color-shade: var(--ion-color-dark-shade, #1e2023) !important;
  --ion-color-tint: var(--ion-color-dark-tint, #383a3e) !important;
}

.ion-page {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: space-between;
  contain: layout size style;
  overflow: hidden;
  z-index: 0;
}

.split-pane-visible > .ion-page.split-pane-main {
  position: relative;
}

ion-route,
ion-route-redirect,
ion-router,
ion-select-option,
ion-nav-controller,
ion-menu-controller,
ion-action-sheet-controller,
ion-alert-controller,
ion-loading-controller,
ion-modal-controller,
ion-picker-controller,
ion-popover-controller,
ion-toast-controller,
.ion-page-hidden,
[hidden] {
  /* stylelint-disable-next-line declaration-no-important */
  display: none !important;
}

.ion-page-invisible {
  opacity: 0;
}

.can-go-back > ion-header ion-back-button {
  display: block;
}

html.plt-ios.plt-hybrid, html.plt-ios.plt-pwa {
  --ion-statusbar-padding: 20px;
}

@supports (padding-top: 20px) {
  html {
    --ion-safe-area-top: var(--ion-statusbar-padding);
  }
}

@supports (padding-top: constant(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: constant(safe-area-inset-top);
    --ion-safe-area-bottom: constant(safe-area-inset-bottom);
    --ion-safe-area-left: constant(safe-area-inset-left);
    --ion-safe-area-right: constant(safe-area-inset-right);
  }
}

@supports (padding-top: env(safe-area-inset-top)) {
  html {
    --ion-safe-area-top: env(safe-area-inset-top);
    --ion-safe-area-bottom: env(safe-area-inset-bottom);
    --ion-safe-area-left: env(safe-area-inset-left);
    --ion-safe-area-right: env(safe-area-inset-right);
  }
}

ion-card.ion-color .ion-inherit-color,
ion-card-header.ion-color .ion-inherit-color {
  color: inherit;
}

.menu-content {
  transform: translate3d(0,  0,  0);
}

.menu-content-open {
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: none;
}

.ios .menu-content-reveal {
  box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08);
}

[dir=rtl].ios .menu-content-reveal {
  box-shadow: 8px 0 42px rgba(0, 0, 0, 0.08);
}

.md .menu-content-reveal {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}

.md .menu-content-push {
  box-shadow: 4px 0px 16px rgba(0, 0, 0, 0.18);
}

/*# sourceMappingURL=core.css.map */

.ion-hide {
  display: none !important;
}

.ion-hide-up {
  display: none !important;
}

.ion-hide-down {
  display: none !important;
}

@media (min-width: 576px) {
  .ion-hide-sm-up {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .ion-hide-sm-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .ion-hide-md-up {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .ion-hide-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .ion-hide-lg-up {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .ion-hide-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .ion-hide-xl-up {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .ion-hide-xl-down {
    display: none !important;
  }
}

/*# sourceMappingURL=display.css.map */

.ion-no-padding {
  --padding-start: 0;
  --padding-end: 0;
  --padding-top: 0;
  --padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.ion-padding {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-padding-top {
  --padding-top: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
}

.ion-padding-start {
  --padding-start: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-start {
    padding-left: unset;
    padding-inline-start: var(--ion-padding, 16px);
  }
}

.ion-padding-end {
  --padding-end: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-end {
    padding-right: unset;
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-padding-bottom {
  --padding-bottom: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

.ion-padding-vertical {
  --padding-top: var(--ion-padding, 16px);
  --padding-bottom: var(--ion-padding, 16px);
  padding-top: var(--ion-padding, 16px);
  padding-bottom: var(--ion-padding, 16px);
}

.ion-padding-horizontal {
  --padding-start: var(--ion-padding, 16px);
  --padding-end: var(--ion-padding, 16px);
  padding-left: var(--ion-padding, 16px);
  padding-right: var(--ion-padding, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-padding-horizontal {
    padding-left: unset;
    padding-right: unset;
    padding-inline-start: var(--ion-padding, 16px);
    padding-inline-end: var(--ion-padding, 16px);
  }
}

.ion-no-margin {
  --margin-start: 0;
  --margin-end: 0;
  --margin-top: 0;
  --margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.ion-margin {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}

.ion-margin-top {
  --margin-top: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
}

.ion-margin-start {
  --margin-start: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-start {
    margin-left: unset;
    margin-inline-start: var(--ion-margin, 16px);
  }
}

.ion-margin-end {
  --margin-end: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-end {
    margin-right: unset;
    margin-inline-end: var(--ion-margin, 16px);
  }
}

.ion-margin-bottom {
  --margin-bottom: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

.ion-margin-vertical {
  --margin-top: var(--ion-margin, 16px);
  --margin-bottom: var(--ion-margin, 16px);
  margin-top: var(--ion-margin, 16px);
  margin-bottom: var(--ion-margin, 16px);
}

.ion-margin-horizontal {
  --margin-start: var(--ion-margin, 16px);
  --margin-end: var(--ion-margin, 16px);
  margin-left: var(--ion-margin, 16px);
  margin-right: var(--ion-margin, 16px);
}

@supports (margin-inline-start: 0) or (-webkit-margin-start: 0) {
  .ion-margin-horizontal {
    margin-left: unset;
    margin-right: unset;
    margin-inline-start: var(--ion-margin, 16px);
    margin-inline-end: var(--ion-margin, 16px);
  }
}

/*# sourceMappingURL=padding.css.map */

.ion-float-left {
  float: left !important;
}

.ion-float-right {
  float: right !important;
}

.ion-float-start {
  float: left !important;
}

[dir=rtl] .ion-float-start, :host-context([dir=rtl]) .ion-float-start {
  float: right !important;
}

.ion-float-end {
  float: right !important;
}

[dir=rtl] .ion-float-end, :host-context([dir=rtl]) .ion-float-end {
  float: left !important;
}

@media (min-width: 576px) {
  .ion-float-sm-left {
    float: left !important;
  }

  .ion-float-sm-right {
    float: right !important;
  }

  .ion-float-sm-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-sm-start, :host-context([dir=rtl]) .ion-float-sm-start {
    float: right !important;
  }

  .ion-float-sm-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-sm-end, :host-context([dir=rtl]) .ion-float-sm-end {
    float: left !important;
  }
}

@media (min-width: 768px) {
  .ion-float-md-left {
    float: left !important;
  }

  .ion-float-md-right {
    float: right !important;
  }

  .ion-float-md-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-md-start, :host-context([dir=rtl]) .ion-float-md-start {
    float: right !important;
  }

  .ion-float-md-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-md-end, :host-context([dir=rtl]) .ion-float-md-end {
    float: left !important;
  }
}

@media (min-width: 992px) {
  .ion-float-lg-left {
    float: left !important;
  }

  .ion-float-lg-right {
    float: right !important;
  }

  .ion-float-lg-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-lg-start, :host-context([dir=rtl]) .ion-float-lg-start {
    float: right !important;
  }

  .ion-float-lg-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-lg-end, :host-context([dir=rtl]) .ion-float-lg-end {
    float: left !important;
  }
}

@media (min-width: 1200px) {
  .ion-float-xl-left {
    float: left !important;
  }

  .ion-float-xl-right {
    float: right !important;
  }

  .ion-float-xl-start {
    float: left !important;
  }
  [dir=rtl] .ion-float-xl-start, :host-context([dir=rtl]) .ion-float-xl-start {
    float: right !important;
  }

  .ion-float-xl-end {
    float: right !important;
  }
  [dir=rtl] .ion-float-xl-end, :host-context([dir=rtl]) .ion-float-xl-end {
    float: left !important;
  }
}

/*# sourceMappingURL=float-elements.css.map */

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

.ion-text-justify {
  text-align: justify !important;
}

.ion-text-start {
  text-align: start !important;
}

.ion-text-end {
  text-align: end !important;
}

.ion-text-left {
  text-align: left !important;
}

.ion-text-right {
  text-align: right !important;
}

.ion-text-nowrap {
  white-space: nowrap !important;
}

.ion-text-wrap {
  white-space: normal !important;
}

@media (min-width: 576px) {
  .ion-text-sm-center {
    text-align: center !important;
  }

  .ion-text-sm-justify {
    text-align: justify !important;
  }

  .ion-text-sm-start {
    text-align: start !important;
  }

  .ion-text-sm-end {
    text-align: end !important;
  }

  .ion-text-sm-left {
    text-align: left !important;
  }

  .ion-text-sm-right {
    text-align: right !important;
  }

  .ion-text-sm-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-sm-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 768px) {
  .ion-text-md-center {
    text-align: center !important;
  }

  .ion-text-md-justify {
    text-align: justify !important;
  }

  .ion-text-md-start {
    text-align: start !important;
  }

  .ion-text-md-end {
    text-align: end !important;
  }

  .ion-text-md-left {
    text-align: left !important;
  }

  .ion-text-md-right {
    text-align: right !important;
  }

  .ion-text-md-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-md-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 992px) {
  .ion-text-lg-center {
    text-align: center !important;
  }

  .ion-text-lg-justify {
    text-align: justify !important;
  }

  .ion-text-lg-start {
    text-align: start !important;
  }

  .ion-text-lg-end {
    text-align: end !important;
  }

  .ion-text-lg-left {
    text-align: left !important;
  }

  .ion-text-lg-right {
    text-align: right !important;
  }

  .ion-text-lg-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-lg-wrap {
    white-space: normal !important;
  }
}

@media (min-width: 1200px) {
  .ion-text-xl-center {
    text-align: center !important;
  }

  .ion-text-xl-justify {
    text-align: justify !important;
  }

  .ion-text-xl-start {
    text-align: start !important;
  }

  .ion-text-xl-end {
    text-align: end !important;
  }

  .ion-text-xl-left {
    text-align: left !important;
  }

  .ion-text-xl-right {
    text-align: right !important;
  }

  .ion-text-xl-nowrap {
    white-space: nowrap !important;
  }

  .ion-text-xl-wrap {
    white-space: normal !important;
  }
}

/*# sourceMappingURL=text-alignment.css.map */

.ion-text-uppercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: uppercase !important;
}

.ion-text-lowercase {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: lowercase !important;
}

.ion-text-capitalize {
  /* stylelint-disable-next-line declaration-no-important */
  text-transform: capitalize !important;
}

@media (min-width: 576px) {
  .ion-text-sm-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-sm-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-sm-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

@media (min-width: 768px) {
  .ion-text-md-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-md-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-md-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

@media (min-width: 992px) {
  .ion-text-lg-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-lg-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-lg-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

@media (min-width: 1200px) {
  .ion-text-xl-uppercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: uppercase !important;
  }

  .ion-text-xl-lowercase {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: lowercase !important;
  }

  .ion-text-xl-capitalize {
    /* stylelint-disable-next-line declaration-no-important */
    text-transform: capitalize !important;
  }
}

/*# sourceMappingURL=text-transformation.css.map */

.ion-align-self-start {
  align-self: flex-start !important;
}

.ion-align-self-end {
  align-self: flex-end !important;
}

.ion-align-self-center {
  align-self: center !important;
}

.ion-align-self-stretch {
  align-self: stretch !important;
}

.ion-align-self-baseline {
  align-self: baseline !important;
}

.ion-align-self-auto {
  align-self: auto !important;
}

.ion-wrap {
  flex-wrap: wrap !important;
}

.ion-nowrap {
  flex-wrap: nowrap !important;
}

.ion-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.ion-justify-content-start {
  justify-content: flex-start !important;
}

.ion-justify-content-center {
  justify-content: center !important;
}

.ion-justify-content-end {
  justify-content: flex-end !important;
}

.ion-justify-content-around {
  justify-content: space-around !important;
}

.ion-justify-content-between {
  justify-content: space-between !important;
}

.ion-justify-content-evenly {
  justify-content: space-evenly !important;
}

.ion-align-items-start {
  align-items: flex-start !important;
}

.ion-align-items-center {
  align-items: center !important;
}

.ion-align-items-end {
  align-items: flex-end !important;
}

.ion-align-items-stretch {
  align-items: stretch !important;
}

.ion-align-items-baseline {
  align-items: baseline !important;
}

/*# sourceMappingURL=flex-utils.css.map */

/* Ionic Variables and Theming. */
/* This is just a placeholder file For more info, please see: */
/* https://ionicframework.com/docs/theming/basics */
/* To quickly generate your own theme, check out the color generator */
/* https://ionicframework.com/docs/theming/color-generator */


/*# sourceMappingURL=styles.css.map*/