/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-bootstrap/datepicker/bs-datepicker.css?ngGlobalStyle ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/* .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.previous span {
  transform: translate(-1px, -1px);
}
.bs-datepicker-head button.next span {
  transform: translate(1px, -1px);
}
.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;
  /* todo: check first :not(.disabled) usage */
}
.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.selected.disabled, .bs-datepicker-body table td.selected.disabled span {
  opacity: 0.3;
}
.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):not(.disabled):before, .bs-datepicker-body table.days td.in-range:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.active:not(.select-start):not(.disabled):before,
.bs-datepicker-body table.days span.in-range:not(.select-start):not(.disabled):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 .bs-timepicker-in-datepicker-container {
  display: flex;
  justify-content: space-around;
}
.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 {
    width: min-content;
    justify-content: center;
  }
  .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 */

/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/angular-calendar/css/angular-calendar.css ***!
  \************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.cal-month-view .cal-header {
  text-align: center;
  font-weight: bolder;
}
.cal-month-view .cal-header .cal-cell {
  padding: 5px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
}
.cal-month-view .cal-days {
  border: 1px solid;
  border-bottom: 0;
}
.cal-month-view .cal-cell-top {
  min-height: 78px;
  flex: 1;
}
.cal-month-view .cal-cell-row {
  display: flex;
}
.cal-month-view .cal-cell {
  float: left;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.cal-month-view .cal-cell .cal-event {
  pointer-events: all !important;
}
.cal-month-view .cal-day-cell {
  min-height: 100px;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom: 1px solid;
}
.cal-month-view .cal-day-badge {
  margin-top: 18px;
  margin-left: 10px;
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  border-radius: 10px;
  float: left;
}
.cal-month-view .cal-day-number {
  font-size: 1.2em;
  font-weight: 400;
  opacity: 0.5;
  margin-top: 15px;
  margin-right: 15px;
  float: right;
  margin-bottom: 10px;
}
.cal-month-view .cal-events {
  flex: 1;
  align-items: flex-end;
  margin: 3px;
  line-height: 10px;
  display: flex;
  flex-wrap: wrap;
}
.cal-month-view .cal-event {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  margin: 2px;
}
.cal-month-view .cal-day-cell.cal-in-month.cal-has-events {
  cursor: pointer;
}
.cal-month-view .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 0.1;
  cursor: default;
}
.cal-month-view .cal-day-cell.cal-today .cal-day-number {
  font-size: 1.9em;
}
.cal-month-view .cal-open-day-events {
  padding: 15px;
}
.cal-month-view .cal-open-day-events .cal-event {
  position: relative;
  top: 2px;
}
.cal-month-view .cal-out-month .cal-day-badge,
.cal-month-view .cal-out-month .cal-event {
  opacity: 0.3;
}
.cal-month-view .cal-draggable {
  cursor: move;
}
.cal-month-view .cal-drag-active * {
  pointer-events: none;
}
.cal-month-view .cal-event-title {
  cursor: pointer;
}
.cal-month-view .cal-event-title:hover {
  text-decoration: underline;
}

.cal-month-view {
  background-color: #fff;
}
.cal-month-view .cal-cell-row:hover {
  background-color: #fafafa;
}
.cal-month-view .cal-cell-row .cal-cell:hover,
.cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ededed;
}
.cal-month-view .cal-days {
  border-color: #e1e1e1;
}
.cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-month-view .cal-day-cell:not(:last-child) {
  border-right-color: initial;
  border-left-color: #e1e1e1;
}
.cal-month-view .cal-days .cal-cell-row {
  border-bottom-color: #e1e1e1;
}
.cal-month-view .cal-day-badge {
  background-color: #b94a48;
  color: #fff;
}
.cal-month-view .cal-event {
  background-color: #1e90ff;
  border-color: #d1e8ff;
  color: #fff;
}
.cal-month-view .cal-day-cell.cal-weekend .cal-day-number {
  color: #8b0000;
}
.cal-month-view .cal-day-cell.cal-today {
  background-color: #e8fde7;
}
.cal-month-view .cal-day-cell.cal-drag-over {
  background-color: #e0e0e0 !important;
}
.cal-month-view .cal-open-day-events {
  color: #fff;
  background-color: #555;
  box-shadow: inset 0 0 15px 0 rgba(0, 0, 0, 0.5);
}

.cal-week-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.cal-week-view * {
  box-sizing: border-box;
}
.cal-week-view .cal-day-headers {
  display: flex;
  padding-left: 70px;
  border: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers {
  padding-left: initial;
  padding-right: 70px;
}
.cal-week-view .cal-day-headers .cal-header {
  flex: 1;
  text-align: center;
  padding: 5px;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right: initial;
  border-left: 1px solid;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: 1px solid;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left: initial;
  border-right: 1px solid;
}
.cal-week-view .cal-day-headers span {
  font-weight: 400;
  opacity: 0.5;
}
.cal-week-view .cal-day-column {
  flex-grow: 1;
  border-left: solid 1px;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left: initial;
  border-right: solid 1px;
}
.cal-week-view .cal-event {
  font-size: 12px;
  border: 1px solid;
  direction: ltr;
}
.cal-week-view .cal-time-label-column {
  width: 70px;
  height: 100%;
}
.cal-week-view .cal-current-time-marker {
  position: absolute;
  width: 100%;
  height: 2px;
  z-index: 2;
}
.cal-week-view .cal-all-day-events {
  border: solid 1px;
  border-top: 0;
  border-bottom-width: 3px;
  padding-top: 3px;
  position: relative;
}
.cal-week-view .cal-all-day-events .cal-day-columns {
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 0;
}
.cal-week-view .cal-all-day-events .cal-events-row {
  position: relative;
  height: 31px;
  margin-left: 70px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-events-row {
  margin-left: initial;
  margin-right: 70px;
}
.cal-week-view .cal-all-day-events .cal-event-container {
  display: inline-block;
  position: absolute;
}
.cal-week-view .cal-all-day-events .cal-event-container.resize-active {
  z-index: 1;
  pointer-events: none;
}
.cal-week-view .cal-all-day-events .cal-event {
  padding: 0 5px;
  margin-left: 2px;
  margin-right: 2px;
  height: 28px;
  line-height: 28px;
}
.cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-starts-within-week .cal-event {
  border-top-left-radius: initial;
  border-bottom-left-radius: initial;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-ends-within-week .cal-event {
  border-top-right-radius: initial;
  border-bottom-right-radius: initial;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.cal-week-view .cal-all-day-events .cal-time-label-column {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cal-week-view .cal-all-day-events .cal-resize-handle {
  width: 6px;
  height: 100%;
  cursor: col-resize;
  position: absolute;
  top: 0;
}
.cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: 0;
}
[dir=rtl] .cal-week-view .cal-all-day-events .cal-resize-handle.cal-resize-handle-after-end {
  right: initial;
  left: 0;
}
.cal-week-view .cal-event,
.cal-week-view .cal-header {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cal-week-view .cal-drag-active {
  pointer-events: none;
  z-index: 1;
}
.cal-week-view .cal-drag-active * {
  pointer-events: none;
}
.cal-week-view .cal-time-events {
  position: relative;
  border: solid 1px;
  border-top: 0;
  display: flex;
}
.cal-week-view .cal-time-events .cal-day-columns {
  display: flex;
  flex-grow: 1;
}
.cal-week-view .cal-time-events .cal-day-column {
  position: relative;
}
.cal-week-view .cal-time-events .cal-events-container {
  position: relative;
}
.cal-week-view .cal-time-events .cal-event-container {
  position: absolute;
  z-index: 1;
}
.cal-week-view .cal-time-events .cal-event {
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  margin: 1px;
  padding: 0 5px;
  line-height: 25px;
}
.cal-week-view .cal-time-events .cal-resize-handle {
  width: 100%;
  height: 4px;
  cursor: row-resize;
  position: absolute;
}
.cal-week-view .cal-time-events .cal-resize-handle.cal-resize-handle-after-end {
  bottom: 0;
}
.cal-week-view .cal-hour-segment {
  position: relative;
}
.cal-week-view .cal-hour-segment::after {
  content: " ";
}
.cal-week-view .cal-event-container:not(.cal-draggable) {
  cursor: pointer;
}
.cal-week-view .cal-draggable {
  cursor: move;
}
.cal-week-view mwl-calendar-week-view-hour-segment,
.cal-week-view .cal-hour-segment {
  display: block;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom: thin dashed;
}
.cal-week-view .cal-time {
  font-weight: bold;
  padding-top: 5px;
  width: 70px;
  text-align: center;
}
.cal-week-view .cal-hour-segment.cal-after-hour-start .cal-time {
  display: none;
}
.cal-week-view .cal-starts-within-day .cal-event {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.cal-week-view .cal-ends-within-day .cal-event {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.cal-week-view {
  background-color: #fff;
  border-top: solid 1px #e1e1e1;
}
.cal-week-view .cal-day-headers {
  border-color: #e1e1e1;
  border-top: 0;
}
.cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:not(:last-child) {
  border-right-color: initial;
  border-left: solid 1px #e1e1e1 !important;
}
.cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-headers .cal-header:first-child {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-day-headers .cal-header:hover,
.cal-week-view .cal-day-headers .cal-drag-over {
  background-color: #ededed;
}
.cal-week-view .cal-day-column {
  border-left-color: #e1e1e1;
}
[dir=rtl] .cal-week-view .cal-day-column {
  border-left-color: initial;
  border-right-color: #e1e1e1;
}
.cal-week-view .cal-event {
  background-color: #d1e8ff;
  border-color: #1e90ff;
  color: #1e90ff;
}
.cal-week-view .cal-all-day-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-header.cal-today {
  background-color: #e8fde7;
}
.cal-week-view .cal-header.cal-weekend span {
  color: #8b0000;
}
.cal-week-view .cal-time-events {
  border-color: #e1e1e1;
}
.cal-week-view .cal-time-events .cal-day-columns:not(.cal-resize-active) .cal-hour-segment:hover {
  background-color: #ededed;
}
.cal-week-view .cal-hour-odd {
  background-color: #fafafa;
}
.cal-week-view .cal-drag-over .cal-hour-segment {
  background-color: #ededed;
}
.cal-week-view .cal-hour:not(:last-child) .cal-hour-segment,
.cal-week-view .cal-hour:last-child :not(:last-child) .cal-hour-segment {
  border-bottom-color: #e1e1e1;
}
.cal-week-view .cal-current-time-marker {
  background-color: #ea4334;
}

.cal-day-view {
  /* stylelint-disable-next-line selector-type-no-unknown */
}
.cal-day-view mwl-calendar-week-view-header {
  display: none;
}
.cal-day-view .cal-events-container {
  margin-left: 70px;
}
[dir=rtl] .cal-day-view .cal-events-container {
  margin-left: initial;
  margin-right: 70px;
}
.cal-day-view .cal-day-column {
  border-left: 0;
}
.cal-day-view .cal-current-time-marker {
  margin-left: 70px;
  width: calc(100% - 70px);
}
[dir=rtl] .cal-day-view .cal-current-time-marker {
  margin-left: initial;
  margin-right: 70px;
}

.cal-tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  font-size: 11px;
  word-wrap: break-word;
  opacity: 0.9;
}

.cal-tooltip.cal-tooltip-top {
  padding: 5px 0;
  margin-top: -3px;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
}

.cal-tooltip.cal-tooltip-right {
  padding: 0 5px;
  margin-left: 3px;
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
}

.cal-tooltip.cal-tooltip-bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
}

.cal-tooltip.cal-tooltip-left {
  padding: 0 5px;
  margin-left: -3px;
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
}

.cal-tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
  border-radius: 0.25rem;
}

.cal-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.cal-tooltip.cal-tooltip-top .cal-tooltip-arrow {
  border-top-color: #000;
}

.cal-tooltip.cal-tooltip-right .cal-tooltip-arrow {
  border-right-color: #000;
}

.cal-tooltip.cal-tooltip-bottom .cal-tooltip-arrow {
  border-bottom-color: #000;
}

.cal-tooltip.cal-tooltip-left .cal-tooltip-arrow {
  border-left-color: #000;
}

.cal-tooltip-inner {
  color: #fff;
  background-color: #000;
}

/*!***********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@swimlane/ngx-datatable/assets/icons.css ***!
  \***********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@font-face {
  font-family: 'data-table';
  src: url('data-table.19a1c5c211a201d8.eot');
  src: url('data-table.19a1c5c211a201d8.eot?#iefix') format('embedded-opentype'), url('data-table.d233a8724a9532b6.woff') format('woff'),
    url('data-table.4f99927ffc558471.ttf') format('truetype'), url('data-table.029992b38cb863a4.svg#data-table') format('svg');
  font-weight: normal;
  font-style: normal;
}

[data-icon]::before {
  font-family: 'data-table' !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^='datatable-icon-']::before,
[class*=' datatable-icon-']::before {
  font-family: 'data-table' !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.datatable-icon-filter::before {
  content: '\62';
}

.datatable-icon-collapse::before {
  content: '\61';
}

.datatable-icon-expand::before {
  content: '\63';
}

.datatable-icon-close::before {
  content: '\64';
}

.datatable-icon-up::before {
  content: '\65';
}

.datatable-icon-down::before {
  content: '\66';
}

.datatable-icon-sort-unset::before {
  content: '\63';
  opacity: 0.5;
}

.datatable-icon-sort::before {
  content: '\67';
}

.datatable-icon-done::before {
  content: '\68';
}

.datatable-icon-done-all::before {
  content: '\69';
}

.datatable-icon-search::before {
  content: '\6a';
}

.datatable-icon-pin::before {
  content: '\6b';
}

.datatable-icon-add::before {
  content: '\6d';
}

.datatable-icon-left::before {
  content: '\6f';
}

.datatable-icon-right::before {
  content: '\70';
}

.datatable-icon-skip::before {
  content: '\71';
}

.datatable-icon-prev::before {
  content: '\72';
}

/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/@ng-select/ng-select/themes/default.theme.css ***!
  \****************************************************************************************************************************************************************************************************************************************************/
.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-top>.ng-select-container{border-top-right-radius:0;border-top-left-radius:0}.ng-select.ng-select-opened.ng-select-right>.ng-select-container{border-top-right-radius:0;border-bottom-right-radius:0}.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-left>.ng-select-container{border-top-left-radius:0;border-bottom-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;color:#333;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-input>input{color:#000}.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-clear-wrapper:focus .ng-clear{color:#D0021B}.ng-select .ng-clear-wrapper:focus{outline:none}.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-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-select-right{left:100%;top:0;border-top-right-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child{border-top-right-radius:4px}.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-left{left:-100%;top:0;border-top-left-radius:4px;border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-color:#e6e6e6;margin-bottom:-1px}.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child{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{color:rgba(0,0,0,0.54);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}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@font-face {
  font-family: "MetropolisBlack";
  src: url('Metropolis-Black.5d8e9339d0c8e3b4.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisBlackItalic";
  src: url('Metropolis-BlackItalic.6d1ecfa0328f3c3f.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisBold";
  src: url('Metropolis-Bold.6019b1a3553b74f6.otf') format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisBoldItalic";
  src: url('Metropolis-BoldItalic.35e5165038a8667b.otf') format("opentype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisExtraBold";
  src: url('Metropolis-ExtraBold.2eb4d5d0cfed56a7.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisExtraBoldItalic";
  src: url('Metropolis-ExtraBoldItalic.29cffeeb584ef960.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisExtraLight";
  src: url('Metropolis-ExtraLight.504c4c6558190970.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisExtraLightItalic";
  src: url('Metropolis-ExtraLightItalic.120c79fb2cb28574.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisLight";
  src: url('Metropolis-Light.fc1b001ecfc55686.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisLightItalic";
  src: url('Metropolis-LightItalic.da8239107f9ca79c.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisMedium";
  src: url('Metropolis-Medium.3d12a1e3eca41285.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisMediumItalic";
  src: url('Metropolis-MediumItalic.56aa2750f00ac55c.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisRegular";
  src: url('Metropolis-Regular.335fcb52df178aeb.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisRegularItalic";
  src: url('Metropolis-RegularItalic.29cfaf6397377335.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisSemiBold";
  src: url('Metropolis-SemiBold.97d5cae98c1d205f.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisSemiBoldItalic";
  src: url('Metropolis-SemiBoldItalic.4b1a438b3e7440a6.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "MetropolisThin";
  src: url('Metropolis-Thin.ec703daae48ddee5.otf') format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MetropolisThinItalic";
  src: url('Metropolis-ThinItalic.9e1d0dc4c75271d7.otf') format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "ftm-icons";
  src: url('ftm-icons.7f6870b6bf441bf9.ttf?j8314a') format("truetype"), url('ftm-icons.76fc18c08d6fca84.woff?j8314a') format("woff"), url('ftm-icons.f75a40dad78f14c2.svg?j8314a#ftm-icons') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=ftmi-], [class*=" ftmi-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "ftm-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ftmi-unlocked:before {
  content: "\e957";
}

.ftmi-seats:before {
  content: "\e958";
}

.ftmi-locked:before {
  content: "\e959";
}

.ftmi-unarchive:before {
  content: "\e956";
}

.ftmi-sort:before {
  content: "\e953";
}

.ftmi-sort-down:before {
  content: "\e954";
}

.ftmi-sort-up:before {
  content: "\e955";
}

.ftmi-barcode:before {
  content: "\e952";
}

.ftmi-flex-period:before {
  content: "\e94c";
}

.ftmi-log:before {
  content: "\e94d";
}

.ftmi-priority:before {
  content: "\e94e";
}

.ftmi-school:before {
  content: "\e94f";
}

.ftmi-types:before {
  content: "\e950";
}

.ftmi-users:before {
  content: "\e951";
}

.ftmi-a-b-polarity:before {
  content: "\e93b";
}

.ftmi-activities:before {
  content: "\e93c";
}

.ftmi-attendance-activity:before {
  content: "\e93d";
}

.ftmi-cancellation:before {
  content: "\e93e";
}

.ftmi-custlist:before {
  content: "\e93f";
}

.ftmi-dashboard:before {
  content: "\e940";
}

.ftmi-excluded-students:before {
  content: "\e941";
}

.ftmi-full-attendance:before {
  content: "\e942";
}

.ftmi-my-schedule:before {
  content: "\e943";
}

.ftmi-restricted-student:before {
  content: "\e944";
}

.ftmi-room-use:before {
  content: "\e945";
}

.ftmi-roster:before {
  content: "\e946";
}

.ftmi-student:before {
  content: "\e947";
}

.ftmi-student-attendance:before {
  content: "\e948";
}

.ftmi-student-search:before {
  content: "\e949";
}

.ftmi-substitute:before {
  content: "\e94a";
}

.ftmi-teacher-attendance:before {
  content: "\e94b";
}

.ftmi-announcement:before {
  content: "\e900";
}

.ftmi-archive:before {
  content: "\e901";
}

.ftmi-arrow-down:before {
  content: "\e902";
}

.ftmi-arrow-left:before {
  content: "\e903";
}

.ftmi-arrow-right:before {
  content: "\e904";
}

.ftmi-arrow-up:before {
  content: "\e905";
}

.ftmi-calendar:before {
  content: "\e906";
}

.ftmi-check:before {
  content: "\e907";
}

.ftmi-chevron-down:before {
  content: "\e908";
}

.ftmi-chevron-left:before {
  content: "\e909";
}

.ftmi-chevron-right:before {
  content: "\e90a";
}

.ftmi-chevron-up:before {
  content: "\e90b";
}

.ftmi-clock:before {
  content: "\e90c";
}

.ftmi-cog:before {
  content: "\e90d";
}

.ftmi-comment:before {
  content: "\e90e";
}

.ftmi-copy:before {
  content: "\e90f";
}

.ftmi-cross:before {
  content: "\e910";
}

.ftmi-delete:before {
  content: "\e911";
}

.ftmi-directions:before {
  content: "\e912";
}

.ftmi-directory:before {
  content: "\e913";
}

.ftmi-disabled:before {
  content: "\e914";
}

.ftmi-download:before {
  content: "\e915";
}

.ftmi-edit:before {
  content: "\e916";
}

.ftmi-email:before {
  content: "\e917";
}

.ftmi-enabled:before {
  content: "\e918";
}

.ftmi-exclude:before {
  content: "\e919";
}

.ftmi-file:before {
  content: "\e91a";
}

.ftmi-filter:before {
  content: "\e91b";
}

.ftmi-group:before {
  content: "\e91c";
}

.ftmi-help:before {
  content: "\e91d";
}

.ftmi-impersonate:before {
  content: "\e91e";
}

.ftmi-info:before {
  content: "\e91f";
}

.ftmi-location:before {
  content: "\e920";
}

.ftmi-logout:before {
  content: "\e921";
}

.ftmi-menu:before {
  content: "\e922";
}

.ftmi-minus:before {
  content: "\e923";
}

.ftmi-more:before {
  content: "\e924";
}

.ftmi-notification:before {
  content: "\e925";
}

.ftmi-outline-cross:before {
  content: "\e926";
}

.ftmi-play:before {
  content: "\e927";
}

.ftmi-plus:before {
  content: "\e928";
}

.ftmi-preview:before {
  content: "\e929";
}

.ftmi-print:before {
  content: "\e92a";
}

.ftmi-qr:before {
  content: "\e92b";
}

.ftmi-refresh:before {
  content: "\e92c";
}

.ftmi-schedule:before {
  content: "\e92d";
}

.ftmi-search:before {
  content: "\e92e";
}

.ftmi-shield-keyhole:before {
  content: "\e92f";
}

.ftmi-shield-keyhole-add:before {
  content: "\e930";
}

.ftmi-smile:before {
  content: "\e931";
}

.ftmi-sorting:before {
  content: "\e932";
}

.ftmi-teacher:before {
  content: "\e933";
}

.ftmi-upload:before {
  content: "\e934";
}

.ftmi-user:before {
  content: "\e935";
}

.ftmi-user-allowed:before {
  content: "\e936";
}

.ftmi-user-forbidden:before {
  content: "\e937";
}

.ftmi-user-graduation:before {
  content: "\e938";
}

.ftmi-user-share:before {
  content: "\e939";
}

.ftmi-user-shared:before {
  content: "\e93a";
}

.ftmi-default-activity:before {
  content: "\e960";
}

.ftmi-preference-roster:before {
  content: "\e961";
}

/* angular-cli file: src/styles.css */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "MetropolisRegular", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #384d61;
  text-align: left;
  background-color: #f9fafb;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: normal;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0073e6;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #004d9a;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #748ea6;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-left: -8px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 8px;
  padding-left: 8px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: normal !important;
}

.font-weight-lighter {
  font-weight: normal !important;
}

.font-weight-normal {
  font-weight: normal !important;
}

.font-weight-bold {
  font-weight: normal !important;
}

.font-weight-bolder {
  font-weight: normal !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #0073e6 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #004d9a !important;
}

.text-secondary {
  color: #141d24 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: black !important;
}

.text-success {
  color: #6cb299 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #488972 !important;
}

.text-info {
  color: #8dc1f4 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #479bed !important;
}

.text-warning {
  color: #f08b3c !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d06410 !important;
}

.text-danger {
  color: #f35531 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #cc2f0c !important;
}

.text-light {
  color: #384d61 !important;
}

a.text-light:hover, a.text-light:focus {
  color: #1c2731 !important;
}

.text-dark {
  color: #141d24 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: black !important;
}

.text-body {
  color: #384d61 !important;
}

.text-muted {
  color: #748ea6 !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.btn {
  display: inline-block;
  font-family: "MetropolisSemiBold", sans-serif;
  font-weight: normal;
  color: #384d61;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-radius: 35px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #384d61;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0060c0;
  border-color: #005ab3;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0060c0;
  border-color: #005ab3;
  box-shadow: 0 0 0 0.2rem rgba(38, 136, 234, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #005ab3;
  border-color: #0053a6;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 136, 234, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #06090b;
  border-color: #020303;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #06090b;
  border-color: #020303;
  box-shadow: 0 0 0 0.2rem rgba(55, 63, 69, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #020303;
  border-color: black;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 63, 69, 0.5);
}

.btn-success {
  color: #212529;
  background-color: #6cb299;
  border-color: #6cb299;
}
.btn-success:hover {
  color: #fff;
  background-color: #55a387;
  border-color: #519a80;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #55a387;
  border-color: #519a80;
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 136, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #212529;
  background-color: #6cb299;
  border-color: #6cb299;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #519a80;
  border-color: #4c9279;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(97, 157, 136, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #8dc1f4;
  border-color: #8dc1f4;
}
.btn-info:hover {
  color: #212529;
  background-color: #6aaef1;
  border-color: #5ea8f0;
}
.btn-info:focus, .btn-info.focus {
  color: #212529;
  background-color: #6aaef1;
  border-color: #5ea8f0;
  box-shadow: 0 0 0 0.2rem rgba(125, 170, 214, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #8dc1f4;
  border-color: #8dc1f4;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #5ea8f0;
  border-color: #53a1ee;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(125, 170, 214, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #f08b3c;
  border-color: #f08b3c;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ed7618;
  border-color: #e76f12;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ed7618;
  border-color: #e76f12;
  box-shadow: 0 0 0 0.2rem rgba(209, 124, 57, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #f08b3c;
  border-color: #f08b3c;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #e76f12;
  border-color: #db6a11;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(209, 124, 57, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f35531;
  border-color: #f35531;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f0380e;
  border-color: #e4350d;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #f0380e;
  border-color: #e4350d;
  box-shadow: 0 0 0 0.2rem rgba(245, 111, 80, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f35531;
  border-color: #f35531;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #e4350d;
  border-color: #d8320d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 111, 80, 0.5);
}

.btn-light {
  color: #fff;
  background-color: #384d61;
  border-color: #384d61;
}
.btn-light:hover {
  color: #fff;
  background-color: #2a3a49;
  border-color: #253341;
}
.btn-light:focus, .btn-light.focus {
  color: #fff;
  background-color: #2a3a49;
  border-color: #253341;
  box-shadow: 0 0 0 0.2rem rgba(86, 104, 121, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #fff;
  background-color: #384d61;
  border-color: #384d61;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #253341;
  border-color: #212d39;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(86, 104, 121, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-dark:hover {
  color: #fff;
  background-color: #06090b;
  border-color: #020303;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #06090b;
  border-color: #020303;
  box-shadow: 0 0 0 0.2rem rgba(55, 63, 69, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #020303;
  border-color: black;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(55, 63, 69, 0.5);
}

.btn-outline-primary {
  color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 230, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0073e6;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0073e6;
  border-color: #0073e6;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 230, 0.5);
}

.btn-outline-secondary {
  color: #141d24;
  border-color: #141d24;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 29, 36, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #141d24;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 29, 36, 0.5);
}

.btn-outline-success {
  color: #6cb299;
  border-color: #6cb299;
}
.btn-outline-success:hover {
  color: #212529;
  background-color: #6cb299;
  border-color: #6cb299;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 153, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #6cb299;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #6cb299;
  border-color: #6cb299;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 153, 0.5);
}

.btn-outline-info {
  color: #8dc1f4;
  border-color: #8dc1f4;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #8dc1f4;
  border-color: #8dc1f4;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 193, 244, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #8dc1f4;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #8dc1f4;
  border-color: #8dc1f4;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 193, 244, 0.5);
}

.btn-outline-warning {
  color: #f08b3c;
  border-color: #f08b3c;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #f08b3c;
  border-color: #f08b3c;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 139, 60, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f08b3c;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #f08b3c;
  border-color: #f08b3c;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(240, 139, 60, 0.5);
}

.btn-outline-danger {
  color: #f35531;
  border-color: #f35531;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f35531;
  border-color: #f35531;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 85, 49, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f35531;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f35531;
  border-color: #f35531;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(243, 85, 49, 0.5);
}

.btn-outline-light {
  color: #384d61;
  border-color: #384d61;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: #384d61;
  border-color: #384d61;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 77, 97, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #384d61;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #384d61;
  border-color: #384d61;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 77, 97, 0.5);
}

.btn-outline-dark {
  color: #141d24;
  border-color: #141d24;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 29, 36, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #141d24;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #141d24;
  border-color: #141d24;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(20, 29, 36, 0.5);
}

.btn-link {
  font-weight: normal;
  color: #0073e6;
  text-decoration: none;
}
.btn-link:hover {
  color: #004d9a;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  border-radius: 35px;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 0.563rem 1rem;
  font-family: "MetropolisRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
  color: #384d61;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #92a7ba;
  border-radius: 4px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #384d61;
  background-color: #fff;
  border-color: #67b3ff;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #748ea6;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #384d61;
}
select.form-control:focus::-ms-value {
  color: #384d61;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.563rem + 1px);
  padding-bottom: calc(0.563rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25rem;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.563rem 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #384d61;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: auto;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: auto;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #748ea6;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6cb299;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #212529;
  background-color: rgba(108, 178, 153, 0.9);
  border-radius: 4px;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #6cb299;
  padding-right: auto !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236cb299' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right auto center;
  background-size: auto auto;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #6cb299;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 153, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: auto;
  background-position: top auto right auto;
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #6cb299;
  padding-right: calc(0.75em + 2.8445rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%236cb299' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 2rem/auto auto no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #6cb299;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 153, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #6cb299;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #6cb299;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #6cb299;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #8dc4b0;
  background-color: #8dc4b0;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 153, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #6cb299;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #6cb299;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #6cb299;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 153, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #f35531;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(243, 85, 49, 0.9);
  border-radius: 4px;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #f35531;
  padding-right: auto !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f35531' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f35531' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right auto center;
  background-size: auto auto;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #f35531;
  box-shadow: 0 0 0 0.2rem rgba(243, 85, 49, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 4rem !important;
  background-position: right 2rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: auto;
  background-position: top auto right auto;
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #f35531;
  padding-right: calc(0.75em + 2.8445rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23f35531' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23f35531' stroke='none'/%3e%3c/svg%3e") center right 2rem/auto auto no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #f35531;
  box-shadow: 0 0 0 0.2rem rgba(243, 85, 49, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f35531;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f35531;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #f35531;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f67d61;
  background-color: #f67d61;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(243, 85, 49, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #f35531;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f35531;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #f35531;
  box-shadow: 0 0 0 0.2rem rgba(243, 85, 49, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.563rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
  color: #384d61;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #92a7ba;
  border-radius: 4px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: auto;
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.6rem;
  padding-left: 1.75rem;
  print-color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.425rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #0073e6;
  border-color: #748ea6;
  background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #67b3ff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #9accff;
  border-color: #9accff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  color: #141d24;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.175rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 2px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.175rem;
  left: -1.75rem;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%230073e6' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #0073e6;
  background-color: #0073e6;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%230073e6' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 115, 230, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 115, 230, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%230073e6'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 115, 230, 0.5);
}

.custom-switch {
  padding-left: 2.6875rem;
}
.custom-switch .custom-control-label::before {
  left: -2.6875rem;
  width: 2.1875rem;
  pointer-events: all;
  border-radius: 0.625rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.175rem + 4px);
  left: calc(-2.6875rem + 4px);
  width: calc(1.25rem - 8px);
  height: calc(1.25rem - 8px);
  background-color: #adb5bd;
  border-radius: 0.625rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.9375rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 115, 230, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.563rem 2rem 0.563rem 1rem;
  font-family: "MetropolisRegular", sans-serif;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25rem;
  color: #384d61;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 1rem center/8px 10px no-repeat;
  border: 1px solid #92a7ba;
  border-radius: 4px;
  appearance: none;
}
.custom-select:focus {
  border-color: #67b3ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 115, 230, 0.25);
}
.custom-select:focus::-ms-value {
  color: #384d61;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #384d61;
}

.custom-select-sm {
  height: auto;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: auto;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #67b3ff;
  box-shadow: none;
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: auto;
  padding: 0.563rem 1rem;
  overflow: hidden;
  font-family: "MetropolisRegular", sans-serif;
  font-weight: normal;
  line-height: 1.25rem;
  color: #384d61;
  background-color: #fff;
  border: 1px solid #92a7ba;
  border-radius: 4px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: auto;
  padding: 0.563rem 1rem;
  line-height: 1.25rem;
  color: #384d61;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 4px 4px 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f9fafb, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f9fafb, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f9fafb, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0073e6;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #9accff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0073e6;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #9accff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #0073e6;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #9accff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1056;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1054;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.8;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.5rem 1.5rem;
  border-bottom: 0 solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1.5rem 1.5rem;
  margin: -1.5rem -1.5rem -1.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 0 solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 580px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 320px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 760px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 990px;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.875rem;
  color: #141d24;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccd6df;
  border-radius: 8px;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #141d24;
  text-decoration: none;
  background-color: #f9fafb;
}
.dropdown-item.active, .dropdown-item:active {
  color: #005dba;
  text-decoration: none;
  background-color: #e2effc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.5rem 1.5rem;
  color: #212529;
}

.alert {
  display: flex;
  padding: 1rem;
  border-radius: 4px;
  background-color: #e2effc;
  color: #47617b;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
}
.alert .icon {
  color: #567593;
  font-size: 1.25rem;
}
.server-alert .alert {
  max-width: 100%;
  padding: 0.75rem 1rem;
  box-shadow: 0px 4px 8px rgba(138, 151, 158, 0.5);
  text-align: left;
}
.alert.alert-dismissible .close {
  float: right;
  padding: 0.125rem 0.5rem;
  border: none;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
}
.alert.alert-dismissible .alert-body {
  float: left;
  margin-right: 2rem;
  font-family: "MetropolisSemiBold", sans-serif;
}
.alert.alert-dismissible::after {
  content: "";
  clear: both;
  display: table;
}
.alert.alert-success {
  background-color: #6cb299;
  color: #384d61;
}
.alert.alert-success .close {
  color: #005dba;
}
.alert.alert-danger {
  background-color: #e11d00;
  color: #fff;
}
.alert.alert-warning {
  background-color: #f08b3c;
  color: #384d61;
}
.alert.alert-warning .close {
  color: #005dba;
}
.alert.alert-info {
  background-color: #384d61;
  color: #fff;
}
.alert.alert-info .close {
  color: #0073e6;
}
.alert-primary-outline {
  border: 1px solid #0073e6;
  background: #fff;
  color: #141d24;
}
.alert.alert-canceled {
  background-color: #fddfd6;
  color: #f35531;
}
.alert-na {
  background-color: #fff;
  color: #6e6e6e;
}
.alert-primary {
  background-color: #0073e6;
  color: #fff;
}
.alert-primary-light {
  background-color: #8dc1f4;
  color: #005dba;
}
.alert-square {
  border-radius: 0;
}
.alert-full-h {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.alert-fixed-width {
  max-width: 436px;
  margin-top: 25px;
  margin-bottom: 15px;
}
.alert-fixed-width .content {
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 15px;
  line-height: 26px;
}
.alert-fixed-width.success .alert-success {
  background-color: #bddbce;
}
.alert-fixed-width.success .alert-success .alert-content {
  color: #008566;
}
.alert-fixed-width.danger .alert-danger {
  background-color: #ffa68b;
}
.alert-fixed-width.danger .alert-danger .alert-content {
  color: #b92002;
}

.announcement {
  padding: 0.5rem 1rem;
  background: #feecbc;
  font-size: 0.875rem;
}
.announcement .announcement-title {
  display: flex;
  align-items: center;
  color: #c1a211;
  font-size: 1rem;
  line-height: 1;
}
.announcement .announcement-title .icon {
  font-size: 1.5rem;
  font-weight: normal;
}
.announcement .announcement-body {
  padding: 0 1.25rem 1rem 1.25rem;
  color: #384d61;
}
.announcement.announcement-system {
  background: linear-gradient(90deg, #e2effc 0%, #8dc1f4 100%);
}
.announcement.announcement-system .announcement-title {
  color: #0073e6;
}
.announcement .text-yellow {
  color: #c1a211;
}

.roster-badge {
  display: inline-block;
  border-radius: 2px;
  color: #fff;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 11px;
  line-height: 12px;
}
.roster-badge.plain-shared {
  padding: 3px 0;
  color: #f35531;
  font-family: "MetropolisBold", sans-serif;
  font-size: 0.75rem;
}
.roster-badge.plain-global {
  padding: 3px 0;
  color: #877017;
  font-family: "MetropolisBold", sans-serif;
  font-size: 0.75rem;
}
.roster-badge.plain-private {
  padding: 3px 0;
  color: #005dba;
  font-family: "MetropolisBold", sans-serif;
  font-size: 0.75rem;
}
.roster-badge.solid-shared {
  padding: 3px 8px;
  background-color: #f35531;
}
.roster-badge.solid-global {
  padding: 3px 8px;
  background-color: #dcba07;
}
.roster-badge.solid-private {
  padding: 3px 8px;
  background-color: #005dba;
}

.priority-badge {
  padding: 3px 8px;
  border-radius: 20px;
  background: #8dc1f4;
  color: #141d24;
  font-family: "MetropolisMedium", sans-serif;
  font-size: 11px;
  line-height: 1;
}
.priority-badge.priority-ama {
  background: #dcba07;
}
.priority-badge.priority-pr {
  background: #847cf3;
}
.priority-badge.priority-tr {
  background: #308deb;
}
.priority-badge.priority-rr {
  background: #d4d0fa;
}
.priority-badge.priority-or {
  background: #d96d04;
}
.priority-badge.priority-aa {
  background: #379b7e;
}
.priority-badge.priority-na {
  background: #ccd6df;
}

.status-dot {
  display: block;
  height: 10px;
  width: 10px;
  border-radius: 100%;
}
.status-dot.status-active {
  background-color: #379b7e;
}
.status-dot.status-inactive {
  background-color: #748ea6;
}

.status-dot-badge {
  position: relative;
  display: inline-block;
  padding: 0.5rem 0.75rem;
  font-size: 0.75rem;
  font-family: "MetropolisSemiBold", sans-serif;
  line-height: 1;
}
.status-dot-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  height: 8px;
  width: 8px;
  margin-top: -4px;
  border-radius: 100%;
}
.status-dot-badge.status-active {
  color: #008566;
}
.status-dot-badge.status-active::before {
  background-color: #379b7e;
}
.status-dot-badge.status-inactive {
  color: #567593;
}
.status-dot-badge.status-inactive::before {
  background-color: #748ea6;
}
.status-dot-badge.status-danger {
  color: #e11d00;
}
.status-dot-badge.status-danger::before {
  background-color: #f35531;
}

.status-badge {
  display: inline-block;
  padding: 0.188rem 0.625rem;
  border: 2px solid #567593;
  border-radius: 35px;
  color: #567593;
  font-size: 0.875rem;
  font-family: "MetropolisSemiBold", sans-serif;
  line-height: 1rem;
}
.status-badge.status-active, .status-badge.status-processed {
  border-color: #379b7e;
  color: #008566;
}
.status-badge.status-inactive, .status-badge.status-pending {
  border-color: #748ea6;
  color: #567593;
}
.status-badge.status-processing {
  border-color: #d96d04;
  color: #b15a0c;
}
.status-badge.status-failed {
  border-color: #e11d00;
  background-color: #e11d00;
  color: #fff;
}
.status-badge.status-queued {
  border-color: #c1a211;
  color: #877017;
}

.badge-counter-container {
  position: relative;
}

.badge-counter {
  position: absolute;
  top: 0;
  right: 0;
  padding: 2px 6px;
  border-radius: 20px;
  background: #ccd6df;
  color: #384d61;
  font-size: 8px;
  font-family: "MetropolisSemiBold", sans-serif;
  line-height: 10px;
}
.badge-counter.unread {
  background: #f08b3c;
  color: #fff;
}
.badge-counter.primary-badge {
  background: #0073e6;
  color: #fff;
}

.badge-icon {
  font-family: "MetropolisSemiBold", sans-serif;
}
.badge-icon .icon {
  padding: 0.25rem;
  border-radius: 100%;
  background-color: #f9fafb;
}
.badge-icon.success {
  color: #6cb299;
}
.badge-icon.success .icon {
  background-color: #bddbce;
  color: #008566;
}
.badge-icon.danger {
  color: #f35531;
}
.badge-icon.danger .icon {
  background-color: #ffa68b;
  color: #b92002;
}
.badge-icon.warning {
  color: #f08b3c;
}
.badge-icon.warning .icon {
  background-color: #ffcaa5;
  color: #d96d04;
}

.calendar-nav {
  height: 67px;
}

.col-pill-tabs {
  text-align: right;
}

@media (max-width: 1199.98px) {
  .calendar-nav {
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .calendar-nav {
    height: 111px;
  }
  .col-datepicker {
    text-align: center;
  }
  .col-pill-tabs {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.calendar-buttons-container {
  display: flex;
  flex-direction: row;
}

.calendar-buttons-container app-schedule-button {
  flex: 3; /* Takes up more space */
}

.calendar-buttons-container app-cancelation-button {
  flex: 1; /* Takes up less space */
}

.securly-red {
  color: #F35531;
}

.chart-container {
  width: 100px;
  height: 100px;
}

.legend-total {
  color: #384d61;
  font-size: 1.5rem;
  line-height: 1;
}

.chart-legend {
  margin: 0;
  padding: 0;
  list-style: none;
}
.chart-legend li {
  display: flex;
  margin-bottom: 0.25rem;
  color: #47617b;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.chart-legend li::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 5px;
  margin-top: 0.375rem;
  margin-right: 0.5rem;
  border-radius: 2px;
  background: gray;
}
.chart-legend li.typeNormal::before {
  background-color: #92a7ba;
}
.chart-legend li.typeAdvertise::before {
  background-color: #379b7e;
}
.chart-legend li.typeOptionalRoster::before {
  background-color: #d96d04;
}
.chart-legend li.typeRegularRoster::before {
  background-color: #d4d0fa;
}
.chart-legend li.typePriorityRoster::before {
  background-color: #847cf3;
}
.chart-legend li.typeAMA::before {
  background-color: #dcba07;
}
.chart-legend li.typeWithoutActivities::before {
  background-color: #f24c42;
}
.chart-legend li.typeWithActivities::before {
  background-color: #baca13;
}
.chart-legend li.typeExcluded::before {
  background-color: #ffcb8d;
}
.chart-legend li.typeNotRegistered::before {
  background-color: #fbaf97;
}
.chart-legend li.typeRegistered::before {
  background-color: #baca13;
}
.chart-legend li.typeAttendancePending::before {
  background-color: #89cef6;
}
.chart-legend li.typeAttendanceTaken::before {
  background-color: #00a2ff;
}
.chart-legend li.typeStudentPresent::before {
  background-color: #baca13;
}
.chart-legend li.typeStudentLateExcused::before {
  background-color: #ffcb8d;
}
.chart-legend li.typeStudentLateUnexcused::before {
  background-color: #fbaf97;
}

.app-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-height: 55px;
  padding: 0.5rem 1rem;
}
.filter-embed .app-filter-bar {
  border-radius: 4px;
}
.filter-embed .app-filter-bar.filter-collapsed {
  border-radius: 4px 4px 0 0;
}

.app-filter-collapse {
  position: relative;
  padding-top: 1rem;
  border-top: 1px solid #ccd6df;
  background-color: #fff;
}
.app-filter-collapse .clear {
  color: #384d61;
  font-size: 0.75rem;
}
.filter-embed .app-filter-collapse {
  border-radius: 0 0 4px 4px;
}

.toggle-filter.filter-on {
  background-color: #f9fafb;
  border-color: #f9fafb;
}

@media (min-width: 992px) {
  .search-resp {
    min-width: 360px;
  }
}
@media (max-width: 767.98px) {
  .search-resp {
    width: 100%;
  }
}
.flex-period-header {
  position: relative;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  border-radius: 8px;
  border: 2px solid #fff;
  background: #fff;
  text-align: center;
  transition: all 0.2s ease-in-out;
}
.flex-period-header:hover {
  border-color: #eaeef2;
  transition: all 0.2s ease-in-out;
}
.flex-period-header .icon {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -12px;
  font-size: 24px;
  transition: all 0.2s ease-in-out;
}
.panel-open .flex-period-header .icon {
  transform: rotate(180deg);
  transition: all 0.2s ease-in-out;
}
.flex-period-header .flex-name {
  font-size: 1.25rem;
}
.flex-period-header .flex-time {
  font-size: 0.875rem;
}

.flex-name {
  color: #384d61;
  font-family: "MetropolisBold", sans-serif;
  font-size: 1rem;
  line-height: 1;
}

.flex-time {
  color: #384d61;
  font-size: 0.75rem;
  line-height: 1.6;
}

.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.general-list-header {
  color: #384d61;
}
.general-list-header .has-icon {
  display: flex;
}
.general-list-header .has-icon .meta-label {
  padding-top: 0.375rem;
}
.general-list-header .icon {
  margin-right: 0.5rem;
  font-size: 1.375rem;
}

.general-list {
  margin: 0 0 2rem;
  padding: 0;
  list-style: none;
  max-height: 250px;
  overflow-y: auto;
}

.general-list-item {
  display: flex;
  padding: 1rem;
  border-bottom: 1px solid #ccd6df;
  font-size: 0.875rem;
}

html,
body,
.app-wrapper {
  height: 100%;
}

.dashboard-bar {
  border-color: #fff;
  box-shadow: 0px 4px 8px rgba(44, 61, 77, 0.15);
}

.simulate {
  padding-top: 50px;
}

.simulate-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  height: 50px;
  background: #e2effc;
}

.preview-container-upper {
  padding-top: 50px;
}

.preview-container {
  padding-top: 1rem;
  padding-bottom: 3rem;
}
@media (min-width: 992px) {
  .preview-container {
    padding-top: 50px;
    padding-bottom: 10rem;
  }
}
.simulate .preview-container {
  padding-top: 100px;
}
.preview-container.priority-wrapper {
  padding-top: 82px;
  padding-bottom: 5rem;
}
.simulate .preview-container.priority-wrapper {
  padding-top: 132px;
}

.preview-summary {
  margin-bottom: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.main-content-wrapper {
  padding-top: 50px;
  padding-left: 250px;
}
.main-content-wrapper.main-content-wrapper-horizontal {
  padding-left: 0;
}

.main-content-wrapper-horizontal .prio-legend-bar {
  left: 0;
}

.activity-type-header {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 50;
  padding: 0.5rem;
  background: #748ea6;
  color: #fff;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}

.border-bottom {
  border-bottom: 1px solid #ccd6df;
}

.border-top {
  border-top: 1px solid #ccd6df;
}

.overflow-auto {
  overflow: auto;
}

.datepicker-transform .datepicker-mask .icon {
  display: none;
}
.datepicker-transform .datepicker-mask .date-picker {
  max-width: 85px;
}
.datepicker-transform .datepicker-mask label {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2.2;
  text-transform: uppercase;
}
.datepicker-transform .btn-pill {
  display: none;
}

.daypicker-nav {
  z-index: 2;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.blank-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  border-bottom: 1px solid #92a7ba;
  text-align: center;
}

.blank-page {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.cs-wrapper {
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cs-block {
  max-width: 320px;
  text-align: center;
}

.coming-soon-text {
  margin-bottom: 1.5rem;
  color: #afbecc;
  font-size: 1.75rem;
  font-family: "MetropolisRegular", sans-serif;
  line-height: 1.3;
}

.coming-soon-loader {
  border: 4px solid #afbecc;
  border-top: 4px solid #0073e6;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: auto;
  animation: spin 1s linear infinite;
}

.dashboard-table {
  position: relative;
}
.dashboard-table .additional-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.dashboard-table .app-table-actions {
  height: 0;
}

.header-calendar {
  box-shadow: 0px 4px 8px rgba(44, 61, 77, 0.15);
  background-color: #fff;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (max-width: 1199.98px) {
  .main-content-wrapper {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .mh-sm {
    min-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .datepicker-mask {
    max-width: 90px;
  }
  .datepicker-mask .icon {
    display: none;
  }
  .datepicker-mask label {
    flex-direction: column;
  }
  .datepicker-mask label b {
    line-height: 1;
  }
}
.list-group {
  margin: 1rem 0;
  padding: 0;
  max-height: 250px;
  overflow-y: auto;
}
.list-group.list-group-remove .list-group-item {
  padding-right: 6px;
}
.list-group.list-group-preview .list-group-item {
  cursor: pointer;
}
.list-group .list-group-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 12px 4px 12px;
  border: 1px solid #92a7ba;
  border-radius: 4px;
  background-color: #fff;
  color: #384d61;
  font-size: 12px;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}
.list-group .list-group-item b {
  font-family: "MetropolisSemiBold", sans-serif;
}
.list-group.list-group-inline {
  display: flex;
}
.list-group .icon {
  font-size: 1rem;
}

.list-group-select .list-group-item:hover {
  cursor: pointer;
}
.list-group-select .list-group-item.deselected {
  background-color: #f9fafb;
  color: #afbecc;
}

.empty-list-message {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  padding: 1rem;
  background-color: #f9fafb;
  color: #47617b;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-align: center;
}

.list-group-count {
  color: #748ea6;
  font-size: 0.875rem;
}
.list-group-count .counter {
  color: #0073e6;
  font-family: "MetropolisSemiBold", sans-serif;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 250px;
  max-height: 100%;
  background: #fff;
  color: #fff;
}
.menu .menu-header {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 50px;
  padding: 0 1rem;
  border-bottom: 1px solid #ccd6df;
}
.menu .school-header {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.5rem;
}
.menu .school-header .btn-group {
  position: relative;
}
.menu .school-header .school-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
.menu .school-header .school-logo img {
  max-width: 100%;
  max-height: 100%;
}
.menu .school-header .school-year-label {
  margin-left: 1rem;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 11px;
  line-height: 16px;
}
.menu .school-header-horizontal {
  flex-grow: 0;
  flex-shrink: 0;
  padding: 0.625rem;
}
.menu .school-header-horizontal .btn-group {
  position: relative;
}
.menu .school-header-horizontal .school-logo-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
.menu .school-header-horizontal .school-logo-horizontal img {
  max-width: 100%;
  max-height: 100%;
}
.menu .school-name {
  margin-left: 0.375rem;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 0.688rem;
  line-height: 1rem;
}
.menu .school-brand {
  display: flex;
  align-items: center;
  color: #384d61;
  white-space: unset;
}
.menu .school-brand:hover {
  text-decoration: none;
  cursor: pointer;
}
.menu .btn-settings {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  padding: 0.25rem;
  border-radius: 4px;
  border-width: 1px;
  border-color: #ccd6df;
  color: #0073e6;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 1;
}
.menu .btn-settings.btn-settings-back {
  justify-content: flex-start;
  border-color: transparent;
}
.menu .btn-settings.btn-settings-back .icon {
  margin-right: 0.5rem;
}
.menu .btn-settings .icon {
  margin-right: 0.25rem;
  font-size: 1rem;
  line-height: 1;
}
.menu .btn-school-year {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
  padding: 0.5rem;
  border-radius: 4px;
  border-color: #f9fafb;
  background: #f9fafb;
  color: #384d61;
  font-size: 0.688rem;
  line-height: 1;
  text-transform: uppercase;
}
.menu .user-dropdown {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 0.8125rem;
}
.menu .menu-nav {
  margin: 0;
  padding: 0.5rem;
  flex-grow: 1;
  flex-shrink: 1;
  list-style: none;
  overflow-y: auto;
}
.menu .menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu .menu-list-separator hr {
  height: 1px;
  border-width: 0;
  color: #ccd6df;
  background-color: #ccd6df;
}
.menu .menu-list-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0.5rem;
  color: #384d61;
  font-style: normal;
}
.menu .menu-list-item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  bottom: 4px;
  display: block;
  width: 4px;
  border-radius: 2px;
  background-color: transparent;
}
.menu .menu-list-item:hover {
  text-decoration: none;
  cursor: pointer;
}
.menu .menu-list-item:hover:before {
  background-color: #0020eb;
}
.menu .menu-list-item.active:before {
  background-color: #0020eb;
}
.menu .menu-list-item .icon {
  margin-right: 0.5rem;
  color: #0020eb;
  font-size: 1.5rem;
}
.menu .menu-list-link {
  border: none;
  border-radius: 8px;
  font-family: "MetropolisMedium", sans-serif;
  font-size: 15px;
  line-height: 16px;
  transition: all 0.3s ease-out;
}
.menu .menu-list-link.active, .menu .menu-list-link:hover {
  transition: all 0.3s ease-out;
}
.menu .menu-list-link.active {
  background: #e2effc;
  color: #384d61;
}
.menu .menu-list-link:hover {
  background: #f9fafb;
}
.menu .logout {
  display: block;
  margin: 0 0.5rem;
  border-radius: 35px;
  background-color: #e2effc;
  color: #567593;
}
.menu.menu-vertical {
  box-shadow: 0px 1px 3px 0px rgba(44, 61, 77, 0.3), 0px 4px 8px 3px rgba(44, 61, 77, 0.15);
}
.menu.menu-vertical .menu-list-parent {
  position: relative;
}
.menu.menu-vertical .menu-list-parent .btn.menu-list-item {
  justify-content: space-between;
  align-items: center;
  font-family: "MetropolisMedium", sans-serif;
  font-size: 0.813rem;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
}
.menu.menu-vertical .menu-list-parent .btn.menu-list-item:before {
  display: none;
}
.menu.menu-vertical .menu-list-parent .icon-dd {
  color: #384d61;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
}
.menu.menu-vertical .menu-list-parent .expanded-parent {
  color: #0020eb;
}
.menu.menu-vertical .menu-list-parent .expanded-parent .icon-dd {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in-out;
}
.menu.menu-vertical .menu-utility {
  width: 250px;
  padding: 0.5rem;
  background-color: #fff;
}
.menu.menu-vertical .menu-utility .user-utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem;
  border-radius: 8px;
  background-color: #e2effc;
}
.menu.menu-vertical .menu-utility .user-utility .btn-group {
  flex-grow: 1;
}
.menu.menu-vertical .menu-utility .user-name {
  display: block;
  max-width: 105px;
  padding: 0 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.menu.menu-horizontal {
  right: 0;
  bottom: auto;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  max-height: 50px;
  box-shadow: 0px 4px 8px rgba(44, 61, 77, 0.15);
  border-bottom: 1px solid #ccd6df;
}
.simulate .menu.menu-horizontal {
  top: 50px;
}
.menu.menu-horizontal .user-utility {
  display: flex;
  align-items: center;
  height: 100%;
  margin-right: 0.5rem;
}
.menu.menu-horizontal .menu-nav-wrapper {
  flex-direction: row;
  padding-bottom: 0;
}
.menu.menu-horizontal .menu-nav {
  display: flex;
  align-items: center;
  padding: 0;
  overflow-y: visible;
}
.menu.menu-horizontal .menu-header {
  border-bottom: none;
}
.menu.menu-horizontal .menu-list-child .menu-list-item {
  padding: 0.5rem;
  border-radius: 4px;
  font-size: 13px;
  line-height: 16px;
}
.menu.menu-horizontal .menu-list-child .menu-list-item.active {
  background: #e2effc;
  color: #384d61;
}
.menu.menu-horizontal .user-dropdown .btn {
  display: flex;
  align-items: center;
  padding: 0.5rem;
}
.menu.menu-horizontal .user-dropdown .icon {
  font-size: 1.313rem;
}
.menu.menu-horizontal .user-dropdown .user-name {
  margin-left: 0.375rem;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 0.688rem;
  line-height: 1rem;
}

.mobile-menu-btn {
  display: none;
}

.dd-menu {
  position: relative;
}

.btn-notifications {
  position: relative;
  padding: 0.25rem 0.375rem;
  color: #0073e6;
  font-size: 1.5rem;
}
.btn-notifications:hover {
  background-color: #141d24;
  color: #fff;
}
.btn-notifications .unread {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 1rem;
  height: 1rem;
  padding: 0.125rem;
  border-radius: 10px;
  background-color: #dc3545;
  color: #fff;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .menu {
    display: none;
  }
  .menu.menu-horizontal .menu-nav {
    display: none;
  }
  .menu.menu-horizontal .menu-header {
    padding-left: 60px;
  }
  .simulate .menu.show {
    top: 50px;
  }
  .menu.show.menu-vertical {
    display: block;
    max-height: 100%;
    padding-top: 50px;
    box-shadow: 4px 0px 8px rgba(138, 151, 158, 0.5);
    overflow: auto;
  }
  .menu.show.menu-vertical .menu-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    padding-left: 60px;
    background-color: #fff;
  }
  .menu.show.menu-horizontal {
    display: flex;
  }
  .menu.show.menu-horizontal .menu-nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    width: 300px;
    display: block;
    padding: 1rem;
    box-shadow: 4px 8px 8px rgba(138, 151, 158, 0.5);
    background-color: #fff;
    overflow-y: auto;
  }
  .simulate .menu.show.menu-horizontal .menu-nav {
    top: 100px;
  }
  .menu.show.menu-horizontal .menu-nav .menu-list-item {
    margin: 1rem 0;
  }
  .menu.show.menu-horizontal .menu-nav .dropdown-main-menu {
    width: 100%;
    padding-left: 1rem;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background: none;
  }
  .menu.show.menu-horizontal .menu-nav .dropdown-main-menu .menu-list-item {
    margin: 0.5rem 0;
  }
  .mobile-menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1010;
    display: inline-block;
    margin-left: auto;
    padding: 0.75rem;
    cursor: pointer;
  }
  .mobile-menu-btn .bar-top,
  .mobile-menu-btn .bar-middle,
  .mobile-menu-btn .bar-bottom {
    width: 25px;
    height: 3px;
    background-color: #005dba;
    margin: 4px 0;
    transition: 0.4s;
  }
  .mobile-menu-btn.open .bar-top {
    transform: rotate(-45deg) translate(-5px, 5px);
  }
  .mobile-menu-btn.open .bar-middle {
    opacity: 0;
  }
  .mobile-menu-btn.open .bar-bottom {
    transform: rotate(45deg) translate(-5px, -5px);
  }
  .simulate .mobile-menu-btn {
    top: 50px;
  }
  .simulate .mobile-menu-btn {
    top: 50px;
  }
}
@media (max-width: 991.98px) {
  .menu.menu-horizontal .school-header-horizontal .school-name {
    display: none;
  }
  .menu.menu-horizontal #dropdown-basic {
    inset: 100% 0 auto auto !important;
  }
  .menu.menu-horizontal #dropdown-school-horizontal {
    inset: 100% -150% auto auto !important;
  }
  .menu.menu-horizontal .menu-utility .user-name {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .menu.menu-horizontal.show .menu-nav {
    right: 0;
    width: 100%;
  }
  .menu.menu-vertical {
    right: 0;
    width: 100%;
  }
  .menu.menu-vertical .menu-utility {
    right: 0;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .menu .menu-nav-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 75px;
  }
  .menu.menu-vertical .menu-utility {
    position: fixed;
    left: 0;
    bottom: 0;
  }
}
@media (min-width: 1200px) {
  .menu {
    display: flex;
    flex-direction: column;
  }
  .menu.menu-horizontal {
    flex-direction: row;
  }
}
.meta-bar {
  background: #e2effc;
  color: #567593;
}
.meta-bar .title {
  color: #141d24;
  font-size: 1rem;
  font-family: "MetropolisSemiBold", sans-serif;
  line-height: 1;
}
.meta-bar .sub-title {
  font-size: 0.75rem;
  font-family: "MetropolisMedium", sans-serif;
  letter-spacing: 1px;
  line-height: 1.3;
  text-transform: uppercase;
}

.notifications-broadcast {
  position: fixed;
  padding: 0.5rem;
  z-index: 1052;
}

.notification-card {
  display: flex;
  width: 100%;
  max-width: 390px;
  padding: 1rem;
  border: 1px solid #0073e6;
  box-shadow: 0px 1px 9px rgba(181, 200, 239, 0.6);
  background: #fff;
  margin-bottom: 20px;
}

.notification-group {
  display: flex;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}
.notification-group .date {
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 4px 4px 0 0;
  background-color: #8dc1f4;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.notification-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notification-list-item {
  display: flex;
  width: 100%;
  padding: 16px 16px 16px 18px;
  border-bottom: 1px solid #92a7ba;
  background: #fff;
}
.notification-list-item.unread {
  border-color: #62a9f0;
}
.notification-list-item:first-of-type {
  border-radius: 1rem 1rem 0 0;
}
.notification-list-item:last-of-type {
  border-radius: 0 0 1rem 1rem;
  border-color: transparent;
}

.notification-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 30px;
  background: rgba(137, 206, 246, 0.3);
  color: #0073e6;
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: center;
}

.notification-body {
  flex-grow: 1;
}

.notification-title {
  color: #0073e6;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.notification-time {
  color: #8dc1f4;
  font-size: 0.75rem;
  line-height: 1;
}

.notification-link {
  color: var(--ftm-primary, #0073E6);
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 100% */
  text-transform: uppercase;
}

.notifications-position {
  bottom: 50px;
  left: 250px;
}
.notification-horizontal .notifications-position {
  top: 50px;
  bottom: auto;
  right: 0;
  left: auto;
}

.notification-radius {
  border-radius: 1rem 1rem 1rem 0;
}
.notification-horizontal .notification-radius {
  border-radius: 1rem 0 1rem 1rem;
}

@media (max-width: 1199.98px) {
  .notifications-position {
    top: 50px;
    left: 0.5rem;
  }
  .notification-radius {
    border-radius: 0 1rem 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .notfification-card {
    padding: 1rem 0.5rem 1rem 1rem;
  }
}
.notes-list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 250px;
  overflow-y: auto;
}

.notes-list-item {
  margin-bottom: 0.5rem;
  padding: 1rem;
  border-radius: 4px;
  background-color: #f9fafb;
}
.notes-list-item .author {
  color: #384d61;
  font-size: 0.875rem;
  font-family: "MetropolisSemiBold", sans-serif;
}
.notes-list-item .date {
  font-size: 0.625rem;
}
.notes-list-item .description {
  color: #afbecc;
  font-size: 0.75rem;
}

.app-page-header {
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 50px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccd6df;
  background-color: #fff;
}
.simulate .app-page-header {
  top: 50px;
}
.app-page-header .title {
  margin: 0;
  font-family: "MetropolisSemiBold", sans-serif;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
}
.app-page-header .header-actions {
  display: flex;
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .app-page-header {
    left: 0;
    padding-left: 60px;
  }
}
@media (max-width: 767.98px) {
  .app-page-header {
    padding: 0.5rem 0.5rem 0.5rem 3rem;
  }
  .app-page-header .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .app-page-header .btn {
    padding: 0.5rem;
    font-size: 0.75rem;
    line-height: 1;
    white-space: nowrap;
  }
  .app-page-header .mr-2 {
    margin-left: 5px;
    margin-right: 5px !important;
  }
}
.white-panel {
  border-radius: 8px;
  background-color: #fff;
  color: #567593;
}

.cloud-panel {
  border-radius: 8px;
  background-color: #f9fafb;
}

.meta-panel {
  padding: 0.75rem 1rem;
  border-radius: 8px;
  background: #e2effc;
}

.meta-panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #8dc1f4;
}
.meta-panel-header.border-none {
  padding-bottom: 0;
  border-bottom: none;
}
.meta-panel-header .title {
  color: #384d61;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
}

@media (min-width: 768px) {
  .preview-panel {
    margin-top: 2rem;
    padding: 2rem;
  }
}
@media (max-width: 767.98px) {
  .preview-panel {
    padding: 1rem;
  }
}
.preview-header {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  box-shadow: 0px 4px 8px rgba(44, 61, 77, 0.15);
  background-color: #fff;
}
.preview-header .title {
  flex-grow: 1;
  color: #212e3a;
  font-family: "MetropolisMedium", sans-serif;
  font-weight: normal;
  font-size: 1.25rem;
  text-align: center;
}
.preview-header .back {
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 35px;
  height: 35px;
  margin-top: -17px;
}
.preview-header .close {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 35px;
  height: 35px;
  margin-top: -17px;
}

@media (min-width: 992px) {
  .preview-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1051;
  }
  .simulate .preview-header {
    top: 50px;
  }
  .simulate .preview-header-position .preview-header {
    top: 78px;
  }
}
.priority-wrapper {
  color: #141d24;
}
.priority-wrapper .priority-color {
  color: #0073e6;
}
.priority-wrapper .priority-border {
  border-color: #0073e6;
}
.priority-wrapper .priority-background {
  background: #8dc1f4;
}
.priority-wrapper .priority-background .icon {
  color: #141d24;
}
.priority-wrapper .priority-background.btn-text-icon {
  color: #141d24;
}
.priority-wrapper .priority-background.round-btn:hover {
  color: #0073e6;
}
.priority-wrapper.priority-ama .priority-color {
  color: #c1a211;
}
.priority-wrapper.priority-ama .priority-border {
  border-color: #c1a211;
}
.priority-wrapper.priority-ama .priority-background {
  color: #212e3a;
  background: #dcba07;
}
.priority-wrapper.priority-ama .round-btn:hover {
  border-color: #c1a211;
  background-color: #c1a211;
}
.priority-wrapper.priority-pr .priority-color {
  color: #645df0;
}
.priority-wrapper.priority-pr .priority-border {
  border-color: #645df0;
}
.priority-wrapper.priority-pr .priority-background {
  color: #212e3a;
  background: #847cf3;
}
.priority-wrapper.priority-pr .round-btn:hover {
  border-color: #645df0;
  background-color: #645df0;
}
.priority-wrapper.priority-tr .priority-color {
  color: #0073e6;
}
.priority-wrapper.priority-tr .priority-border {
  border-color: #0073e6;
}
.priority-wrapper.priority-tr .priority-background {
  color: #212e3a;
  background: #308deb;
}
.priority-wrapper.priority-tr .round-btn:hover {
  border-color: #0073e6;
  background-color: #0073e6;
}
.priority-wrapper.priority-rr .priority-color {
  color: #bbb5f8;
}
.priority-wrapper.priority-rr .priority-border {
  border-color: #bbb5f8;
}
.priority-wrapper.priority-rr .priority-background {
  color: #212e3a;
  background: #d4d0fa;
}
.priority-wrapper.priority-rr .round-btn:hover {
  border-color: #bbb5f8;
  background-color: #bbb5f8;
}
.priority-wrapper.priority-or .priority-color {
  color: #b15a0c;
}
.priority-wrapper.priority-or .priority-border {
  border-color: #b15a0c;
}
.priority-wrapper.priority-or .priority-background {
  color: #212e3a;
  background: #d96d04;
}
.priority-wrapper.priority-or .round-btn:hover {
  border-color: #b15a0c;
  background-color: #b15a0c;
}
.priority-wrapper.priority-aa .priority-color {
  color: #008566;
}
.priority-wrapper.priority-aa .priority-border {
  border-color: #008566;
}
.priority-wrapper.priority-aa .priority-background {
  color: #212e3a;
  background: #379b7e;
}
.priority-wrapper.priority-aa .round-btn:hover {
  border-color: #008566;
  background-color: #008566;
}
.priority-wrapper.priority-na .priority-color {
  color: #748ea6;
}
.priority-wrapper.priority-na .priority-border {
  border-color: #748ea6;
}
.priority-wrapper.priority-na .priority-background {
  color: #2c3d4d;
  background: #ccd6df;
}
.priority-wrapper.priority-na .round-btn:hover {
  border-color: #748ea6;
  background-color: #748ea6;
}
.priority-wrapper.priority-catchall .priority-color {
  color: #006d56;
}
.priority-wrapper.priority-catchall .priority-border {
  border-color: #006d56;
}
.priority-wrapper.priority-catchall .priority-background {
  color: #212e3a;
  background: #95c6b2;
}
.priority-wrapper.priority-catchall .round-btn:hover {
  border-color: #006d56;
  background-color: #006d56;
}
.priority-wrapper.priority-lunch .priority-color {
  color: #d96d04;
}
.priority-wrapper.priority-lunch .priority-border {
  border-color: #d96d04;
}
.priority-wrapper.priority-lunch .priority-background {
  color: #212e3a;
  background: #ffcaa5;
}
.priority-wrapper.priority-lunch .round-btn:hover {
  border-color: #d96d04;
  background-color: #d96d04;
}

.priorities-legend {
  position: fixed;
  bottom: 0;
  left: 250px;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  padding: 0.25rem 0.5rem;
  box-shadow: 0px -4px 8px rgba(138, 151, 158, 0.25);
  background: #fff;
}
.main-content-wrapper-horizontal .priorities-legend {
  left: 0;
  justify-content: flex-start;
}
.priorities-legend.collapsed {
  justify-content: flex-end;
  left: auto;
  border-top-left-radius: 0.5rem;
}
.priorities-legend.collapsed .legend-list-wrapper {
  flex-grow: 0;
  flex-shrink: 0;
}
.priorities-legend .legend-label {
  flex-grow: 0;
  padding: 0.25rem 0.5rem;
  white-space: nowrap;
  color: #47617b;
  transition: all 0.2s ease-in-out;
}
.priorities-legend .legend-label:hover {
  background-color: #f9fafb;
  transition: all 0.2s ease-in-out;
}
.priorities-legend .icon {
  display: inline-block;
  transform: rotate(0deg);
}
.priorities-legend .legend-list-wrapper {
  align-self: center;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: hidden;
}
.priorities-legend .legend-list {
  max-width: 100%;
  padding-left: 0.5rem;
  overflow-y: auto;
  white-space: nowrap;
}
.priorities-legend.collapsed .legend-label {
  background-color: #f9fafb;
}
.priorities-legend.collapsed .legend-list {
  width: 0px;
  overflow: hidden;
}
.priorities-legend.collapsed .icon {
  transform: rotate(180deg);
}

@media (max-width: 1199.98px) {
  .priorities-legend {
    left: 0;
  }
}
.prompt-header {
  margin-bottom: 1rem;
}

.prompt-title {
  color: #e11d00;
  font-size: 1.5rem;
  line-height: 2rem;
}

.prompt-body {
  max-height: 150px;
  margin-bottom: 2rem;
  color: #47617b;
  font-size: 0.875rem;
  white-space: pre-wrap;
  overflow: auto;
}

.prompt-footer {
  text-align: right;
}

.qrcore-wrapper {
  width: 256px;
  height: 256px;
  margin: auto;
}

.scheduling-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
  background-color: #fff;
  font-size: 0.875rem;
}
.scheduling-footer .custom-control {
  font-size: 0.75rem;
}
.scheduling-footer .custom-control .custom-control-label::before, .scheduling-footer .custom-control .custom-control-label::after {
  top: 0;
}

.toggle-calendar {
  position: absolute;
  top: -1rem;
  right: 1rem;
  z-index: 50;
  display: none;
  border-color: #748ea6;
  background-color: #748ea6;
  color: #fff;
}

.scheduling-footer-content {
  box-shadow: 0px -4px 14px rgba(199, 203, 210, 0.4);
  background-color: #fff;
}
.scheduling-footer-content .scheduling-footer-calendar {
  padding-top: 1rem;
  overflow: hidden;
  transition: height 0.3s ease-in-out;
}

@media (min-width: 992px) {
  .preview-bottom-calendar.preview-container {
    padding-bottom: 16rem;
  }
  .scheduling-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 53;
  }
  .scheduling-footer-content {
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    z-index: 51;
  }
}
@media (max-width: 767.98px) {
  .scheduling-footer {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .scheduling-footer-content {
    bottom: 100px;
    height: 213px;
  }
  .scheduling-footer-content.collapse .scheduling-footer-calendar {
    height: 0;
    transition: height 0.3s ease-in-out;
  }
  .toggle-calendar {
    display: block;
  }
  .toggle-calendar .icon {
    display: block;
    transition: all 0.2s ease-in-out;
  }
  .toggle-calendar.active-collapse .icon {
    transform: rotate(-180deg);
    transition: all 0.2s ease-in-out;
  }
}
.app-table-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3rem;
}
.app-table-actions .additional-actions {
  margin-left: auto;
}
.app-table-actions .bulk-actions {
  display: flex;
  align-items: center;
}
.app-table-actions .bulk-label {
  color: #47617b;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 11px;
  line-height: 11px;
}
.app-table-actions .btn-bulk {
  font-size: 1.438rem;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

a.disabled {
  pointer-events: none;
}

.btn-calendar {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-calendar .icon {
  margin-right: 0.5rem;
  font-size: 1.5rem;
}
.btn-pill {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  border: none;
  background-color: #8dc1f4;
  color: #567593;
  font-size: 0.813rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}
.segment-group .btn-pill {
  background-color: #fff;
}
.btn-pill:hover {
  box-shadow: 0px 2px 5px rgba(181, 200, 239, 0.6);
  background-color: #fff;
  color: #748ea6;
  transition: all 0.2s ease-in-out;
}
.btn-pill:focus {
  box-shadow: 0px 0px 4px 0px #308deb;
  transition: all 0.2s ease-in-out;
}
.btn-pill:disabled {
  background-color: #8dc1f4;
  color: #fff;
}
.btn-pill.btn-today {
  background-color: #0073e6;
  color: #fff;
}
.btn-pill.btn-today:disabled {
  background-color: #eaeef2;
  color: #567593;
}
.btn-pill.btn-today:disabled:hover {
  box-shadow: none;
}
.btn-meta {
  display: flex;
  padding: 0.25rem 0.5rem;
  color: #0073e6;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 0.75rem;
}
.btn-meta:hover {
  color: #0073e6;
  background-color: #f6fafe;
}
.btn-meta:focus {
  box-shadow: 0px 0px 4px 0px #308deb;
}
.btn-meta:active, .btn-meta.active {
  color: #0073e6;
  background-color: #e2effc;
}
.btn-meta .icon {
  margin-right: 0.5rem;
  font-size: 1.125rem;
}
.btn-text {
  color: #0073e6;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
}
.btn-text-icon {
  display: flex;
  align-items: center;
  padding: 0.125rem 1rem 0.125rem 1rem;
  border-radius: 30px;
  background-color: #e2effc;
  color: #afbecc;
  font-family: "MetropolisRegular", sans-serif;
  letter-spacing: 1px;
  font-size: 0.625rem;
  line-height: 1.125rem;
}
.btn-text-icon .icon {
  color: #0073e6;
  font-size: 1.125rem;
}
.btn-text-icon .icon-l {
  font-size: 1.25rem;
}
.btn-text-icon.bordered {
  border: 1px solid #dee2e6;
  background-color: transparent;
}
.btn-text-icon.bordered:hover, .btn-text-icon.bordered:focus {
  background-color: #0073e6;
  color: #fff !important;
}
.btn-text-icon.bordered-primary {
  color: #0073e6;
}
.btn-padded {
  padding-left: 2rem;
  padding-right: 2rem;
}
.btn-padded-xs-gap {
  padding-left: 1rem;
  padding-right: 1rem;
}
.btn-radius {
  border-radius: 35px;
}
.btn-plus-add {
  padding: 2px 6px;
  font-size: 13px;
  line-height: 1;
}
.btn-outline-primary {
  background-color: #fff;
}
.btn-sm {
  letter-spacing: 0.5px;
}
.btn-sm .icon {
  font-size: 1rem;
}
.btn-sm .icon.icon-left {
  margin-right: 0.5rem;
}
.btn-sm .icon.icon-right {
  margin-left: 0.5rem;
}
.btn-lock-toggle {
  padding: 0.125rem;
  border-radius: 0.25rem;
  background-color: #fff;
  color: #567593;
  font-size: 1rem;
  line-height: 1;
}
.btn-lock-toggle.locked {
  background-color: transparent;
  color: #e11d00;
}

.round-btn {
  display: inline-block;
  height: 35px;
  width: 35px;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 100%;
  background-color: transparent;
  color: inherit;
  font-size: 21px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
          user-select: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.round-btn:hover {
  border-color: #b8d8f8;
  background-color: #b8d8f8;
  transition: all 0.2s ease-in-out;
  color: inherit;
}
.round-btn:focus {
  box-shadow: 0px 0px 4px 0px #308deb;
  transition: all 0.2s ease-in-out;
}
.round-btn.active {
  border-color: #0073e6;
  color: #0073e6;
}
.round-btn.disabled {
  cursor: default;
}
.round-btn.disabled:hover, .round-btn.disabled:focus {
  border-color: transparent;
  background-color: #8dc1f4;
}
.round-btn:hover, .round-btn:focus {
  outline: none;
  text-decoration: none;
}
.round-btn-xs {
  height: 26px;
  width: 26px;
  font-size: 14px;
  line-height: 26px;
}
.round-btn-primary {
  border-color: #0073e6;
  background-color: #0073e6;
  color: #fff;
}
.round-btn-dark {
  border-color: #384d61;
  background-color: #384d61;
  color: #fff;
}
.round-btn-plain {
  color: #384d61;
}
.round-btn.status-active {
  color: #008566;
}
.round-btn.btn-back:hover, .round-btn.btn-back:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  color: #0073e6;
}
.round-btn.btn-expand-toggle:hover, .round-btn.btn-expand-toggle:focus {
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
  color: #384d61;
}
.round-btn.btn-expand-toggle.collapsed {
  transform: rotate(-90deg);
}
.round-btn-cta {
  display: block;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: 35px;
}
.round-btn.btn-more-xs {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.25rem;
  font-size: 1rem;
  line-height: 1.25rem;
}

.group-header-btn {
  background-color: transparent;
  color: #141d24;
}
.group-header-btn .icon {
  color: #141d24;
}
.group-header-btn:hover {
  border-color: #ccd6df;
  background-color: #ccd6df;
}

.submit-attendance:disabled {
  border-color: transparent;
  background-color: transparent;
  color: #0073e6;
  cursor: default;
}
.submit-attendance:disabled:hover {
  border-color: transparent;
  background-color: transparent;
  color: #0073e6;
}
.submit-attendance:hover {
  border-color: #ccd6df;
  background-color: #ccd6df;
  background-color: #ccd6df;
}

.counter-btn {
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  font-size: 0.813rem;
  font-family: "MetropolisBold", sans-serif;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.counter-btn .icon {
  font-size: 21px;
}
.counter-btn:hover {
  color: #0073e6;
}

@media (min-width: 576px) {
  .btn-md-padded {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 992px) {
  .btn-week-day {
    width: 100%;
  }
  .btn-week-day-half {
    float: left;
  }
}
.bs-datepicker {
  border-radius: 4px;
  box-shadow: 0px 4px 11px rgba(181, 200, 239, 0.6);
}
.bs-datepicker .bs-datepicker-container {
  padding: 0;
}
.bs-datepicker .bs-datepicker-head {
  height: 66px;
  padding: 16px;
  border-radius: 4px 4px 0 0;
  background-color: #0073e6;
}
.bs-datepicker .bs-datepicker-head button {
  text-transform: capitalize;
}
.bs-datepicker .bs-datepicker-body {
  padding: 16px;
  border-radius: 0 0 4px 4px;
}
.bs-datepicker .bs-datepicker-body table th {
  padding: 0.25rem 0 0.75rem 0;
  color: #141d24;
  font-size: 12px;
  font-family: "MetropolisSemiBold", sans-serif;
  text-transform: uppercase;
}
.bs-datepicker .bs-datepicker-body table td {
  height: auto;
  color: #141d24;
}
.bs-datepicker .bs-datepicker-body table td span {
  font-size: 12px;
}
.bs-datepicker .bs-datepicker-body table td.week span {
  color: #0073e6;
}
.bs-datepicker .bs-datepicker-body table td span.selected, .bs-datepicker .bs-datepicker-body table td.selected span,
.bs-datepicker .bs-datepicker-body table td span[class*=select-]:after, .bs-datepicker .bs-datepicker-body table td[class*=select-] span:after {
  background-color: #0073e6;
}
.bs-datepicker .bs-datepicker-body table td span.is-other-month, .bs-datepicker .bs-datepicker-body table td.is-other-month span {
  color: #748ea6;
}
.bs-datepicker .bs-datepicker-body table.days span {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.bs-datepicker .btn-clear-wrapper .btn-success {
  margin-bottom: 0.5rem;
  padding: 0.125rem 2rem;
  border: 1px solid #dee2e6;
  background-color: transparent;
  color: #afbecc;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.bs-datepicker .btn-clear-wrapper .btn-success:hover {
  border-color: #0073e6;
  background-color: #0073e6;
  color: #fff;
}

.priority-wrapper .round-btn.date-btn,
.date-btn {
  font-size: 0.75rem;
  /* future date */
  /* current date */
  /* past date */
}
.priority-wrapper .round-btn.date-btn:hover,
.date-btn:hover {
  border-color: transparent;
  background-color: inherit;
  color: inherit;
  cursor: pointer;
}
.priority-wrapper .round-btn.date-btn.available,
.date-btn.available {
  background-color: #fff;
  color: #0073e6;
  border: 1px dashed #0073e6;
}
.priority-wrapper .round-btn.date-btn.available:hover,
.date-btn.available:hover {
  box-shadow: 0px 0px 4px 0px #308deb;
  cursor: pointer;
}
.priority-wrapper .round-btn.date-btn.disabled,
.date-btn.disabled {
  background-color: #b8d8f8;
  color: #fff;
}
.priority-wrapper .round-btn.date-btn.selected,
.date-btn.selected {
  background-color: #62a9f0;
  color: #003b75;
  border: 1px dashed #003b75;
}
.priority-wrapper .round-btn.date-btn.selected:hover,
.date-btn.selected:hover {
  cursor: pointer;
}
.priority-wrapper .round-btn.date-btn-current,
.date-btn-current {
  font-size: 0.75rem;
}
.priority-wrapper .round-btn.date-btn-current.available,
.date-btn-current.available {
  background-color: #fff;
  color: #0073e6;
  border: 1px solid #0073e6;
}
.priority-wrapper .round-btn.date-btn-current.available:hover,
.date-btn-current.available:hover {
  cursor: pointer;
}
.priority-wrapper .round-btn.date-btn-current.disabled,
.date-btn-current.disabled {
  background-color: #b8d8f8;
  color: #fff;
}
.priority-wrapper .round-btn.date-btn-current.selected,
.date-btn-current.selected {
  background-color: #62a9f0;
  color: #003b75;
  border: 1px solid #62a9f0;
}
.priority-wrapper .round-btn.date-btn-current.selected:hover,
.date-btn-current.selected:hover {
  cursor: pointer;
}
.priority-wrapper .round-btn.date-btn-past,
.date-btn-past {
  font-size: 0.75rem;
}
.priority-wrapper .round-btn.date-btn-past.available,
.date-btn-past.available {
  background-color: #e2effc;
  color: #8dc1f4;
  border: 1px solid #8dc1f4;
}
.priority-wrapper .round-btn.date-btn-past.available:hover,
.date-btn-past.available:hover {
  cursor: pointer;
}
.priority-wrapper .round-btn.date-btn-past.disabled,
.date-btn-past.disabled {
  background-color: #e2effc;
  color: #8dc1f4;
}
.priority-wrapper .round-btn.date-btn-past.selected,
.date-btn-past.selected {
  background-color: #8dc1f4;
  color: #fff;
}

.dropdown-item {
  position: relative;
  font-family: "MetropolisRegular", sans-serif;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.dropdown-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 3px;
  height: 100%;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
}
.dropdown-item:hover::before, .dropdown-item:active::before, .dropdown-item.active::before {
  background-color: #0073e6;
  transition: all 0.2s ease-in-out;
}

.app-input label, .app-input-sm label, .app-input-inline label {
  margin-bottom: 0.25rem;
  color: #384d61;
  font-family: "MetropolisMedium", sans-serif;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 1rem;
}

.ng-select .ng-select-container {
  border-color: #92a7ba;
}
.app-input-sm .ng-select .ng-select-container {
  height: 28px;
  min-height: 24px;
  line-height: 1;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #92a7ba;
}

.ng-dropdown-panel {
  min-width: 100%;
  width: auto !important;
}
.ng-dropdown-panel.ng-select-bottom {
  border-color: #92a7ba;
  box-shadow: 0px 4px 4px 0px rgba(44, 61, 77, 0.15), 0px 1px 2px 0px rgba(44, 61, 77, 0.3);
  z-index: 1056;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f9fafb;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  font-size: 0.875rem;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #748ea6;
}

.app-input .ng-select {
  border-radius: 4px;
  border: 1px solid #92a7ba;
  background-color: #fff;
}
.app-input .ng-select {
  padding: 1px 8px 1px 4px;
}
.app-input .ng-select .ng-select-container {
  border: none;
}
.app-input .ng-select .ng-select-container:hover {
  box-shadow: none;
}
.app-input .ng-select .ng-select-container .ng-value-container .ng-input > input:hover {
  cursor: pointer;
}
.app-input .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  border: 1px solid #92a7ba;
  background-color: transparent;
  color: #141d24;
  font-size: 12px;
  font-family: "MetropolisMedium", sans-serif;
  line-height: 14px;
}
.app-input .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-color: #92a7ba;
}
.app-input .ng-select.ng-select-multiple .ng-option {
  margin: 2px 4px;
  color: #384d61;
  font-size: 12px;
  font-family: "MetropolisMedium", sans-serif;
  transition: all 0.2s ease-in-out;
}
.app-input .ng-select.ng-select-multiple .ng-option:hover {
  background-color: #f9fafb;
  transition: all 0.2s ease-in-out;
}
.app-input .ng-select.ng-select-multiple .ng-option:hover .ng-option-label {
  color: #384d61;
}
.app-input .ng-select.ng-select-multiple .ng-option.ng-option-selected {
  background-color: #8dc1f4;
  transition: all 0.2s ease-in-out;
}
.app-input .ng-select.ng-select-multiple .ng-option.ng-option-selected .ng-option-label {
  color: #141d24;
  transition: all 0.2s ease-in-out;
}
.app-input.datepicker-unit {
  position: relative;
}
.app-input.datepicker-unit:after {
  content: "\e906";
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  display: block;
  color: #0073e6;
  font-size: 1.5rem;
  font-family: "ftm-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.form-error .app-input.datepicker-unit:after {
  color: #f35531;
}

.app-input-sm .form-control {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  line-height: 1;
}

.app-input-inline {
  display: flex;
  align-items: baseline;
  border-bottom: 1px solid #92a7ba;
}
.app-input-inline > label {
  flex-grow: 0;
}
.app-input-inline > * {
  flex-grow: 1;
}
.app-input-inline .ng-select .ng-select-container {
  font-size: 0.875rem;
  color: #141d24;
  border: none;
  background-color: transparent;
}
.app-input-inline .ng-select .ng-spinner-loader {
  border-left-color: #0073e6;
}
.app-input-inline .ng-select.ng-select-disabled .ng-select-container {
  box-shadow: none;
  cursor: not-allowed;
}
.app-input-inline .ng-select.ng-select-disabled .ng-select-container .ng-input > input {
  cursor: not-allowed;
}
.app-input-inline .ng-select.ng-select-disabled .ng-select-container .ng-value-container {
  cursor: not-allowed;
}
.app-input-inline .ng-select.ng-select-disabled .ng-select-container .ng-value-container .ng-placeholder {
  color: #384d61;
  cursor: not-allowed;
}
.app-input-inline .ng-select.ng-select-disabled .ng-arrow {
  border-color: #cdd0d3 transparent transparent;
}
.app-input-inline .form-control {
  border: none;
  background-color: transparent;
}
.app-input-inline.datepicker-unit {
  position: relative;
}
.app-input-inline.datepicker-unit:after {
  content: "\e906";
  position: absolute;
  bottom: 5px;
  right: 0;
  display: block;
  color: #0073e6;
  font-size: 1.25rem;
  font-family: "ftm-icons" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.app-input-inline.simulate-input {
  border-color: #0073e6;
}
.app-input-inline.simulate-input .ng-select {
  width: 320px;
}
.app-input-inline.simulate-input .ng-select .ng-select-container {
  color: #141d24;
  font-family: "MetropolisSemiBold", sans-serif;
}
.app-input-inline.simulate-input .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #141d24;
  font-family: "MetropolisSemiBold", sans-serif;
}
.app-input-inline.simulate-input .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #0073e6 transparent transparent;
}
.app-input-inline.simulate-input .ng-clear-wrapper {
  color: #afbecc;
}
.search-autocomplete .app-input-inline {
  padding-left: 2rem;
  border: none;
}

.ng-select .ng-clear-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}
.ng-select .ng-clear-wrapper .ng-clear {
  display: block;
}

.form-error .form-control {
  border-color: #e11d00;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  box-shadow: none;
}

.timepicker-wrapper {
  position: relative;
}
.timepicker-wrapper .dropdown-menu {
  padding: 1rem;
  box-shadow: 0px 1px 3px 0px rgba(44, 61, 77, 0.3), 0px 4px 8px 3px rgba(44, 61, 77, 0.15);
  border: 1px solid #92a7ba;
  border-radius: 4px;
  background-color: #fff;
  width: 100%;
}
.timepicker-wrapper .btn {
  display: block;
  padding: 0.25rem;
  text-align: center;
}
.timepicker-wrapper .btn span {
  display: inline-block;
}
.timepicker-wrapper .bs-timepicker-field {
  width: 100%;
}

.option-line-height {
  line-height: 1;
}

.option-title {
  color: #384d61;
  font-size: 0.813rem;
  font-family: "MetropolisSemiBold", sans-serif;
}

.option-meta {
  color: #afbecc;
  font-size: 0.813rem;
}

.cord-label {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.25rem 2.5rem 0.25rem 0;
}
.cord-label .label {
  margin: 0 0.5rem 0 0;
  background-color: #fff;
  color: #748ea6;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.cloud-panel .cord-label .label {
  background-color: #f9fafb;
}
.cord-label:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background-color: #ccd6df;
}
.cord-label .custom-switch {
  position: absolute;
  right: -9px;
}
.cord-label .custom-switch::before {
  content: "";
  display: block;
  background-color: #fff;
  width: 24px;
  height: 14px;
  position: absolute;
  left: -0.5rem;
}
.cord-label .custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #008566;
  background-color: #008566;
}

.custom-control-label-sm {
  font-size: 0.8125rem;
}
.custom-control-label-sm::before, .custom-control-label-sm::after {
  top: 0;
}

.form-control::placeholder {
  font-family: "MetropolisLight", sans-serif;
}

.recurrance-panel {
  padding: 1rem;
  border-radius: 4px;
  background-color: #f9fafb;
  font-size: 0.8125rem;
}
.recurrance-panel .day-options {
  display: flex;
  flex-wrap: wrap;
  flex: 1 1 auto;
}
.recurrance-panel .custom-control {
  margin-left: 1rem;
}
.recurrance-panel .custom-control-label {
  line-height: 2;
}
.recurrance-panel .custom-control-label:hover {
  cursor: pointer;
}

.custom-switch .custom-control-label::before {
  border-color: transparent;
  background-color: #748ea6;
}
.custom-switch .custom-control-label::after {
  background-color: #fff;
}
.custom-switch.custom-switch-sm {
  min-height: 1rem;
  padding-left: 2.5rem;
}
.custom-switch.custom-switch-sm .custom-control-label::before {
  top: 0.188rem;
  height: 1rem;
  width: 1.938rem;
  left: -2.5rem;
}
.custom-switch.custom-switch-sm .custom-control-label:after {
  top: 0.313rem;
  left: -2.375rem;
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::before {
  color: #0073e6;
  border-color: #0073e6;
  background-color: #0073e6;
}

.search-input {
  position: relative;
  margin-right: 0.5rem;
  border-bottom: 1px solid #92a7ba;
}
.search-input .icon {
  position: absolute;
  left: 0.5rem;
  top: 0.25rem;
  font-size: 1.5rem;
}
.search-input .form-control {
  padding-left: 2.5rem;
  border: none;
  border-radius: 0;
  background-color: transparent;
}
.search-input .ng-select .ng-arrow-wrapper {
  display: none;
}
.search-input .app-input .ng-select {
  border: none;
}

.search-options {
  padding-left: 10rem;
  padding-right: 2rem;
}

.select-input-type {
  position: absolute;
  left: 2.5rem;
  top: 0.438rem;
  width: 8rem;
  border-right: 1px solid #92a7ba;
  color: #212e3a;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 0.75rem;
  cursor: pointer;
}
.select-input-type .selected-input-type {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-input-type:after {
  content: "\e908";
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  font-family: "ftm-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.select-input-type.open:after {
  content: "\e90b";
}

.select-flex-dropdown {
  position: relative;
  cursor: pointer;
}
.select-flex-dropdown .select-flex-toggle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 34px;
  padding-right: 2rem;
}
.select-flex-dropdown .select-flex-toggle:after {
  content: "\e908";
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  font-family: "ftm-icons" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.select-flex-dropdown .dropdown-menu {
  max-height: 300px;
  overflow-y: auto;
}
.select-flex-dropdown.open .select-flex-toggle:after {
  content: "\e90b";
}
.select-flex-dropdown.centered .select-flex-toggle {
  align-items: center;
  padding-right: 0;
}
.select-flex-dropdown.centered .dropdown-menu {
  inset: 100% 0px auto auto !important;
}

.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0073e6;
  background-color: #0073e6;
  color: #fff;
}
.custom-control.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'><path fill='%23ffffff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/></svg>");
}

@media (max-width: 767.98px) {
  .app-input-inline {
    flex-direction: column;
  }
  .app-input-inline > label {
    align-self: flex-start;
  }
  .app-input-inline > *,
  .app-input-inline .ng-select {
    width: 100%;
  }
  .app-input-inline.simulate-input .ng-select {
    width: 180px;
  }
}
.prompt-modal .modal-content {
  position: relative;
}

.modal-title {
  font-family: "MetropolisMedium", sans-serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 2rem;
}

.modal-body {
  padding: 1.5rem;
}

.modal-body-negative {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.modal-body-negative-top {
  margin-top: -1.5rem;
}

.modal-footer {
  justify-content: right;
  padding: 0 1.5rem 1.5rem;
}

.info-card-modal .modal-header {
  padding: 2rem 2rem 0 3rem;
}
.info-card-modal .modal-body {
  padding: 0 3rem;
}
.info-card-modal .modal-footer {
  justify-content: center;
  padding: 1rem 3rem 2rem;
}

.modal-title-centered {
  flex-grow: 1;
  text-align: center;
}

.modal-header-icon {
  font-size: 3rem;
}

.prompt-modal {
  padding: 1.5rem;
  border-radius: 8px;
  background-color: #fff;
}
.prompt-modal .modal-content {
  background-color: #fff;
}

@media (min-width: 576px) {
  .prompt-modal .modal-content {
    min-width: 300px !important;
  }
}
@media (max-width: 767.98px) {
  .info-card-modal .modal-header {
    padding: 2rem 2rem 0;
  }
  .info-card-modal .modal-body {
    padding: 0 2rem;
  }
  .info-card-modal .modal-footer {
    padding: 2rem;
  }
}
.modal-sm {
  max-width: 379px;
}

/* Apply styles to Firefox Only */
@-moz-document url-prefix() {
  :root {
    scrollbar-width: thin;
    scrollbar-color: #afbecc #eaeef2;
  }
}
::-webkit-scrollbar {
  width: 16px;
  height: 16px;
  border-radius: 20px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 20px;
  box-shadow: none;
  background: #eaeef2;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  box-shadow: none;
  background: #afbecc;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.pill-tabs .nav {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border-radius: 30px;
  background-color: #f9fafb;
  list-style: none;
}
.pill-tabs .nav-item .nav-link {
  display: inline-block;
  padding: 0.5rem 1rem;
  border-radius: 30px;
  color: #567593;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
}
.pill-tabs .nav-item .nav-link:hover {
  box-shadow: 0px 2px 5px rgba(181, 200, 239, 0.6);
  background-color: #fff;
  color: #748ea6;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.pill-tabs .nav-item.active .nav-link {
  box-shadow: 0px 2px 5px rgba(181, 200, 239, 0.6);
  background-color: #0073e6;
  color: #fff;
}
.pill-tabs .nav-item.active .nav-link:hover {
  background-color: #0073e6;
  color: #fff;
  cursor: default;
}

.filter-tabs .nav {
  display: flex;
  margin: 0;
  padding: 0 1rem;
  list-style: none;
}
.filter-tabs .nav-item .nav-link {
  position: relative;
  display: inline-block;
  padding: 1rem 1rem 0.625rem;
  color: #567593;
  font-family: "MetropolisMedium", sans-serif;
  font-size: 0.875rem;
  transition: all 0.2s ease-in-out;
}
.filter-tabs .nav-item .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background: transparent;
}
.filter-tabs .nav-item .nav-link:hover {
  color: #141d24;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.filter-tabs .nav-item.active .nav-link {
  color: #141d24;
}
.filter-tabs .nav-item.active .nav-link::after {
  background: #0073e6;
}

.filter-tabs-columns {
  display: flex;
}
.filter-tabs-columns .nav-tabs {
  flex: 0 0 30%;
  max-width: 30%;
  padding: 0 2rem 0 0;
  border-right: 1px solid #ccd6df;
}
.filter-tabs-columns .nav-tabs .nav-item .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  border-left: 2px solid transparent;
}
.filter-tabs-columns .nav-tabs .nav-item .nav-link::after {
  display: none;
}
.filter-tabs-columns .nav-tabs .nav-item.active .nav-link, .filter-tabs-columns .nav-tabs .nav-item.active:hover .nav-link {
  color: #005dba;
  background-color: #e2effc;
  border-left: 2px solid #0073e6;
}
.filter-tabs-columns .nav-tabs .nav-item:hover .nav-link {
  background-color: #f9fafb;
  border-left: 2px solid #0073e6;
}
.filter-tabs-columns .tab-content {
  flex-grow: 1;
}
@media (max-width: 991.98px) {
  .filter-tabs-columns {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .filter-tabs-columns .nav-tabs {
    flex: 0 0 auto;
    max-width: 100%;
    margin-bottom: 2rem;
    padding: 0;
    border-right: none;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212e3a;
  font-family: "MetropolisSemiBold", sans-serif;
  font-weight: normal;
}

h3 {
  font-size: 21px;
}

b, strong {
  font-family: "MetropolisBold", sans-serif;
  font-weight: normal;
}

.body-medium {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.preview-title {
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.meta-label {
  margin: 0;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 12px;
  line-height: 1.3;
}

.meta-value {
  font-size: 14px;
  line-height: 1.2;
}

.meta-icon {
  font-size: 1rem;
  line-height: 1;
}

.footer-meta {
  font-size: 14px;
  line-height: 1.2;
}
.footer-meta b {
  color: #0073e6;
}

.heading-count {
  color: #0073e6;
  font-size: 16px;
}
.heading-count .total {
  color: #afbecc;
  font-family: "MetropolisRegular", sans-serif;
}

.days-range {
  font-size: 0.75rem;
}

.days-count {
  font-size: 0.8125rem;
  font-family: "MetropolisSemiBold", sans-serif;
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.caption {
  color: #384d61;
  font-family: "MetropolisSemiBold", sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.app-monthly-calendar .cal-month-view {
  padding: 0.5rem;
  margin-bottom: 5rem;
}
.app-monthly-calendar .cal-month-view .cal-header .cal-cell {
  font-family: "MetropolisRegular", sans-serif;
  font-weight: normal;
  font-size: 1rem;
  text-transform: uppercase;
}
.app-monthly-calendar .cal-month-view .cal-day-number {
  opacity: 1;
}
.app-monthly-calendar .cal-day-cell.cal-out-month .cal-day-number {
  opacity: 1;
}
.app-monthly-calendar .cal-cell.cal-day-cell.cal-weekend {
  background-color: #f9fafb;
}
.app-monthly-calendar .cal-cell.cal-day-cell.cal-weekend .cal-day-number {
  color: #748ea6;
}
.app-monthly-calendar .cal-cell.cal-day-cell.cal-past .cal-day-number {
  color: #748ea6;
}
.app-monthly-calendar .cal-month-view .cal-day-number {
  color: #afbecc;
  font-family: "MetropolisSemiBold", sans-serif;
}
.app-monthly-calendar .cal-day-cell.cal-today {
  background-color: #fff;
}
.app-monthly-calendar .cal-day-cell.cal-today .cal-day-number {
  color: #0073e6;
  font-size: 1.2em;
}
.app-monthly-calendar .cal-cell-row .cal-cell {
  transition: all 0.2s ease-in-out;
}
.app-monthly-calendar .cal-cell-row .cal-cell:focus {
  outline: none;
}
.app-monthly-calendar .cal-cell-row .cal-cell:hover {
  background-color: #f9fafb;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.app-monthly-calendar .cal-month-view .cal-cell.cal-has-events.cal-open {
  background-color: #ccd6df;
}
.app-monthly-calendar .cal-day-cell:not(:last-child) {
  border-right-color: #ccd6df;
}
.app-monthly-calendar .cal-days {
  border-color: #ccd6df;
}
.app-monthly-calendar .cal-days .cal-cell-row {
  border-bottom-color: #ccd6df;
}
.app-monthly-calendar .cal-cell-top {
  min-height: 55px;
}
.app-monthly-calendar .cal-cell-content {
  padding: 0 1rem 1rem;
}

.month-day-collapsed {
  padding: 0.5rem;
  background-color: #ccd6df;
}

@media (max-width: 767.98px) {
  .app-monthly-calendar .cal-cell-content {
    padding: 0 0.5rem 1rem;
    text-align: center;
  }
  .app-monthly-calendar .cal-month-view .cal-day-number {
    margin: 0;
    padding: 0 0.5rem 1rem;
    float: none;
    font-size: 0.95em;
  }
}
.ngx-datatable {
  width: 100%;
}

.ngx-datatable.app-datatable.app-datatable-hover .datatable-body-row:hover {
  background-color: #f6fafe;
}
.ngx-datatable.app-datatable .datatable-scroll {
  display: inherit !important;
}
.ngx-datatable.app-datatable .datatable-header {
  border-bottom: 1px solid #ccd6df;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-inner {
  height: 100%;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-inner .datatable-row-center {
  align-items: flex-end;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-inner .datatable-row-left {
  background: #fff;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-inner .datatable-row-right {
  background: #fff;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-cell {
  height: 100%;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  color: #384d61;
  font-family: "MetropolisBold", sans-serif;
  font-size: 0.6875rem;
  font-weight: normal;
  line-height: 1;
  vertical-align: bottom;
  border-right: 1px solid #ccd6df;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-cell .cell-text-wrap {
  text-wrap: wrap;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-cell:last-child {
  border-right: none;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-cell .datatable-header-cell-label {
  white-space: pre-wrap;
}
.ngx-datatable.app-datatable .datatable-header .datatable-header-cell .datatable-header-cell-template-wrap {
  display: flex;
  align-items: end;
}
.ngx-datatable.app-datatable .datatable-group-header {
  padding: 1rem;
  border-bottom: 1px solid #ccd6df;
  background-color: #f6fafe;
  color: #384d61;
}
.ngx-datatable.app-datatable .datatable-tree-button {
  display: none;
}
.ngx-datatable.app-datatable .datatable-body-cell {
  overflow-y: visible !important;
  overflow-x: visible !important;
}
.ngx-datatable.app-datatable .datatable-body-cell.datatable-body-cell-missing {
  background-color: #fff9f6;
}
.ngx-datatable.app-datatable .datatable-body-cell.cell-warning {
  background-color: #feecbc;
}
.ngx-datatable.app-datatable .datatable-body-cell.cell-error {
  background-color: #ffe9e2;
}
.ngx-datatable.app-datatable .datatable-body {
  color: #384d61;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.ngx-datatable.app-datatable .datatable-body .group-missing-header {
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 1rem;
  border-top: 1px solid #ccd6df;
  border-bottom: 1px solid #ffe9e2;
  background-color: #ffe9e2;
  color: #e11d00;
}
.ngx-datatable.app-datatable .datatable-body .datatable-row-wrapper:last-child .ng-dropdown-panel.ng-select-bottom {
  top: auto;
  bottom: 0;
}
.ngx-datatable.app-datatable .datatable-body .datatable-row-wrapper:only-child .ng-dropdown-panel.ng-select-bottom {
  top: 50%;
  bottom: auto;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row {
  border-bottom: 1px solid #dee2e6;
  transition: all 0.2s ease;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row .datatable-body-cell-label {
  padding: 1rem 0.5rem;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row .datatable-body-cell-label :first-child {
  word-break: break-all;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-new-row {
  background: #f6fafe;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-new-row .datatable-row-left {
  background: #f6fafe;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-new-row .datatable-row-right {
  background: #f6fafe;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-new-row .datatable-body-cell .datatable-checkbox {
  display: none !important;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-new-added-row {
  background: #f6fafe;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-new-added-row .datatable-row-left {
  background: #f6fafe;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-new-added-row .datatable-row-right {
  background: #f6fafe;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row .datatable-row-left {
  background: #fff;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row .datatable-row-right {
  background: #fff;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-missing {
  border-bottom: 1px solid #ffe9e2;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-catchall {
  background-color: rgba(149, 198, 178, 0.3);
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-catchall .activity-type {
  color: #006d56;
  text-transform: uppercase;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-lunch {
  background-color: rgba(255, 202, 165, 0.3);
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-lunch .activity-type {
  color: #d96d04;
  text-transform: uppercase;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-cut {
  background-color: #fff;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-absent {
  background-color: #fff;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-unexcused {
  background-color: #fff;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-row.datatable-body-row-archived {
  background-color: #fff;
}
.ngx-datatable.app-datatable .datatable-body .datatable-body-cell-label {
  display: flex;
  align-items: center;
  height: 100%;
}
.ngx-datatable.app-datatable .datatable-body .datatable-small {
  font-size: 0.625rem;
  line-height: 0.75rem;
}
.ngx-datatable.app-datatable .datatable-body .datatable-icon {
  font-size: 1.25rem;
}
.ngx-datatable.app-datatable .datatable-checkbox {
  margin: 0;
}
.ngx-datatable.app-datatable .datatable-checkbox input[type=checkbox]:before {
  border-color: #92a7ba;
  border-radius: 4px;
  transition: none;
}
.ngx-datatable.app-datatable .datatable-checkbox input[type=checkbox]:checked:before {
  border-color: #0073e6;
  border-radius: 0;
}
.ngx-datatable.app-datatable .align-right .datatable-body-cell-label {
  justify-content: flex-end;
}
.ngx-datatable.app-datatable .col-xs {
  width: 50px;
  max-width: 50px;
}
.ngx-datatable.app-datatable .col-sm {
  width: 100px;
  max-width: 100px;
}
.ngx-datatable.app-datatable .col-md {
  width: 150px;
  max-width: 150px;
}
.ngx-datatable.app-datatable .col-lg {
  width: 200px;
  max-width: 200px;
}
.ngx-datatable.app-datatable .col-title {
  color: #384d61;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .pager {
  padding: 0 0.5rem;
  border-radius: 20px;
  background: #f9fafb;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li a {
  display: block;
  width: 2rem;
  height: 2rem;
  padding: 0.25rem 0;
  border-radius: 100%;
  color: #8dc1f4;
  font-size: 0.75rem;
  text-align: center;
  text-decoration: none;
  line-height: 1.5rem;
  transition: all 0.2s ease-in-out;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li a:hover {
  background: #fff;
  color: #141d24;
  transition: all 0.2s ease-in-out;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li a .datatable-icon-left,
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li a .datatable-icon-skip,
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li a .datatable-icon-right,
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li a .datatable-icon-prev {
  font-size: 1rem;
  line-height: 1rem;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager li.active a {
  background: #8dc1f4;
  color: #fff;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .pages a {
  color: #0073e6;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .disabled a {
  color: #748ea6;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .disabled a:hover {
  background: #748ea6;
  color: #afbecc;
  transition: all 0.2s ease-in-out;
}
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .datatable-icon-left,
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .datatable-icon-skip,
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .datatable-icon-right,
.ngx-datatable.app-datatable .datatable-footer .datatable-pager .datatable-icon-prev {
  font-size: 18px;
  line-height: 27px;
  padding: 0 3px;
  vertical-align: middle;
}
.ngx-datatable.app-datatable .datatable-footer .page-count {
  padding: 1rem 0.75rem 0.9375rem;
  color: #0073e6;
  font-size: 0.875rem;
  font-family: "MetropolisSemiBold", sans-serif;
}
.ngx-datatable.app-datatable .progress-linear {
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 5px;
  padding: 0;
  margin: 0;
}
.ngx-datatable.app-datatable .progress-linear .container {
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  height: 5px;
  border-radius: 4px 4px 0 0;
  background-color: #92a7ba;
  overflow: hidden;
  transform: translate(0, 0) scale(1, 1);
}
.ngx-datatable.app-datatable .progress-linear .container .bar {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #0073e6;
  animation: progress-animation 0.8s infinite cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s linear;
}
.ngx-datatable.app-datatable .dt-label {
  font-size: 0.625rem;
}
.ngx-datatable.app-datatable.app-datatable-attendance {
  scale: 0.99;
}
.ngx-datatable.app-datatable.app-datatable-attendance .datatable-group-header {
  padding: 0;
}

.datatable-type-badge {
  padding: 0.25rem;
  border-radius: 4px;
  background-color: #e2effc;
  color: #567593;
  word-break: break-word !important;
}

@keyframes progress-animation {
  0% {
    opacity: 1;
    transform: translateX(35%) scale(0.3, 1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0, 1);
  }
}
.custom-activities .ngx-datatable.app-datatable .datatable-header-cell {
  padding: 2rem 0.5rem 0.5rem 0.5rem;
  color: #384d61;
  font-size: 0.6875rem;
  font-family: "MetropolisSemiBold", sans-serif;
  vertical-align: bottom;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row {
  margin: 0.125rem 0;
  border-bottom: none;
  border-radius: 35px;
  background-color: #92a7ba;
  color: #141d24;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row:hover {
  cursor: pointer;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row .datatable-body-cell-label {
  padding: 0.5rem;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row .activity-type {
  color: #212e3a;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row .activity-title {
  color: #141d24;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-ama {
  background-color: #dcba07;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-ama:hover {
  background-color: #ab9005;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-pr {
  background-color: #847cf3;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-pr:hover {
  background-color: #584def;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-tr {
  background-color: #308deb;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-tr:hover {
  background-color: #1473d4;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-rr {
  background-color: #d4d0fa;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-rr:hover {
  background-color: #aaa2f5;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-or {
  background-color: #d96d04;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-or:hover {
  background-color: #a75403;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-aa {
  background-color: #379b7e;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-aa:hover {
  background-color: #2a755f;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-na {
  background-color: #ccd6df;
}
.custom-activities .ngx-datatable.app-datatable .datatable-body .datatable-body-row.priority-na:hover {
  background-color: #adbdcb;
}
.custom-activities .ngx-datatable.app-datatable .datatable-header {
  border-bottom: none;
}
.custom-activities .ngx-datatable.app-datatable .datatable-footer {
  border-top: none;
}

@media (max-width: 767.98px) {
  .ngx-datatable.app-datatable .datatable-footer .datatable-footer-inner {
    flex-wrap: wrap;
  }
  .ngx-datatable.app-datatable .datatable-footer .selected-count .page-count,
  .ngx-datatable.app-datatable .datatable-footer .selected-count .datatable-pager {
    flex: 0 0 100%;
    text-align: center;
  }
}
.notifications-broadcast {
  position: fixed;
  padding: 0.5rem;
  z-index: 1052;
}

.notification-card {
  display: flex;
  width: 100%;
  max-width: 390px;
  padding: 1rem;
  border: 1px solid #0073e6;
  box-shadow: 0px 1px 9px rgba(181, 200, 239, 0.6);
  background: #fff;
  margin-bottom: 20px;
}

.notification-group {
  display: flex;
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}
.notification-group .date {
  display: inline-block;
  padding: 0 0.5rem;
  border-radius: 4px 4px 0 0;
  background-color: #8dc1f4;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}

.notification-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.notification-list-item {
  display: flex;
  width: 100%;
  padding: 16px 16px 16px 18px;
  border-bottom: 1px solid #92a7ba;
  background: #fff;
}
.notification-list-item.unread {
  border-color: #62a9f0;
}
.notification-list-item:first-of-type {
  border-radius: 1rem 1rem 0 0;
}
.notification-list-item:last-of-type {
  border-radius: 0 0 1rem 1rem;
  border-color: transparent;
}

.notification-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 30px;
  background: rgba(137, 206, 246, 0.3);
  color: #0073e6;
  font-size: 1.75rem;
  line-height: 3rem;
  text-align: center;
}

.notification-body {
  flex-grow: 1;
}

.notification-title {
  color: #0073e6;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
}

.notification-time {
  color: #8dc1f4;
  font-size: 0.75rem;
  line-height: 1;
}

.notification-link {
  color: var(--ftm-primary, #0073E6);
  text-align: right;
  font-feature-settings: "clig" off, "liga" off;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 13px; /* 100% */
  text-transform: uppercase;
}

.notifications-position {
  bottom: 50px;
  left: 250px;
}
.notification-horizontal .notifications-position {
  top: 50px;
  bottom: auto;
  right: 0;
  left: auto;
}

.notification-radius {
  border-radius: 1rem 1rem 1rem 0;
}
.notification-horizontal .notification-radius {
  border-radius: 1rem 0 1rem 1rem;
}

@media (max-width: 1199.98px) {
  .notifications-position {
    top: 50px;
    left: 0.5rem;
  }
  .notification-radius {
    border-radius: 0 1rem 1rem 1rem;
  }
}
@media (max-width: 767.98px) {
  .notfification-card {
    padding: 1rem 0.5rem 1rem 1rem;
  }
}
.tooltip-example {
  text-align: center;
  padding: 0 50px;
}

.tooltip-example [appTooltip] {
  display: inline-block;
  margin: 50px 20px;
  width: 180px;
  height: 50px;
  border: 1px solid #2c3d4d;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
}

.ng-tooltip {
  position: absolute;
  font-size: 12px;
  text-align: center;
  color: #fff;
  padding: 3px 8px;
  background: #2c3d4d;
  border-radius: 4px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 1s;
}

.ng-tooltip:after {
  content: "";
  position: absolute;
  border-style: solid;
}

.ng-tooltip-top:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: #2c3d4d transparent transparent transparent;
}

.ng-tooltip-bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent #2c3d4d transparent;
}

.ng-tooltip-left:after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent #2c3d4d;
}

.ng-tooltip-right:after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent #2c3d4d transparent transparent;
}

.ng-tooltip-show {
  opacity: 1;
  z-index: 11111;
}

.pointer-cursor {
  cursor: pointer;
}

.default-activity-modal-max-height .modal-body {
  max-height: 70vh;
  overflow-y: scroll;
}

.custom-modal.modal-dialog.prompt-modal {
  top: calc(50% - 182px);
  box-shadow: 0px 8px 12px 6px rgba(44, 61, 77, 0.15), 0px 4px 4px 0px rgba(44, 61, 77, 0.3);
}

.alert.alert-success {
  color: #fff;
}

.round-btn:disabled {
  cursor: default;
}

.custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
  cursor: not-allowed;
}

.custom-control-input:disabled {
  cursor: not-allowed;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eaeef2;
  border-color: #afbecc;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #92a7ba;
}

ng-select {
  padding: 0 !important;
}

ng-select.ng-select-disabled .ng-select-container {
  background-color: #eaeef2 !important;
  cursor: not-allowed;
}

ng-select .ng-select-container {
  border-radius: 3px;
}

.ftmi-default-activity.icon {
  background-image: url('default-activity.5e8673b1fe3852c1.svg');
}

.ftmi-preference-roster.icon {
  background-image: url('group-preferences.15c71e585e768153.svg');
}

.preview-header {
  position: fixed;
  z-index: 1;
}

.btn-text {
  color: #005dba;
}

/*# sourceMappingURL=styles.b2932703bdb3b077.css.map*/