@charset "UTF-8";

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play-4O2DMQ3I.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-dots,
.owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav {
  margin-top: 10px;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/ngx-bootstrap/datepicker/bs-datepicker.css */
.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;
}
.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: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 .days.weeks {
  position: relative;
  z-index: 1;
}
.bs-datepicker-body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.bs-datepicker-body table th {
  font-size: 13px;
  color: #9aaec1;
  font-weight: 400;
  text-align: center;
}
.bs-datepicker-body table td {
  color: #54708b;
  text-align: center;
  position: relative;
  padding: 0;
}
.bs-datepicker-body table td span {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  border-radius: 50%;
  -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-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;
}
@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;
  }
}
.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;
}

/* node_modules/ngx-spinner/animations/ball-scale-multiple.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-scale-multiple,
.la-ball-scale-multiple > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-scale-multiple {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-scale-multiple.la-dark {
  color: #333;
}
.la-ball-scale-multiple > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-scale-multiple {
  width: 32px;
  height: 32px;
}
.la-ball-scale-multiple > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
  -moz-animation: ball-scale-multiple 1s 0s linear infinite;
  -o-animation: ball-scale-multiple 1s 0s linear infinite;
  animation: ball-scale-multiple 1s 0s linear infinite;
}
.la-ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -o-animation-delay: .2s;
  animation-delay: .2s;
}
.la-ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  -o-animation-delay: .4s;
  animation-delay: .4s;
}
.la-ball-scale-multiple.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-sm > div {
  width: 16px;
  height: 16px;
}
.la-ball-scale-multiple.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-2x > div {
  width: 64px;
  height: 64px;
}
.la-ball-scale-multiple.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-scale-multiple.la-3x > div {
  width: 96px;
  height: 96px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-moz-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}
@-o-keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-scale-multiple {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: .75;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* node_modules/bootstrap/dist/css/bootstrap.min.css */
/*!
* Bootstrap  v5.3.5 (https://getbootstrap.com/)
* Copyright 2011-2025 The Bootstrap Authors
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
:root,
[data-bs-theme=light] {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-black:#000;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-gray-100:#f8f9fa;
  --bs-gray-200:#e9ecef;
  --bs-gray-300:#dee2e6;
  --bs-gray-400:#ced4da;
  --bs-gray-500:#adb5bd;
  --bs-gray-600:#6c757d;
  --bs-gray-700:#495057;
  --bs-gray-800:#343a40;
  --bs-gray-900:#212529;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-primary-rgb:13,110,253;
  --bs-secondary-rgb:108,117,125;
  --bs-success-rgb:25,135,84;
  --bs-info-rgb:13,202,240;
  --bs-warning-rgb:255,193,7;
  --bs-danger-rgb:220,53,69;
  --bs-light-rgb:248,249,250;
  --bs-dark-rgb:33,37,41;
  --bs-primary-text-emphasis:#052c65;
  --bs-secondary-text-emphasis:#2b2f32;
  --bs-success-text-emphasis:#0a3622;
  --bs-info-text-emphasis:#055160;
  --bs-warning-text-emphasis:#664d03;
  --bs-danger-text-emphasis:#58151c;
  --bs-light-text-emphasis:#495057;
  --bs-dark-text-emphasis:#495057;
  --bs-primary-bg-subtle:#cfe2ff;
  --bs-secondary-bg-subtle:#e2e3e5;
  --bs-success-bg-subtle:#d1e7dd;
  --bs-info-bg-subtle:#cff4fc;
  --bs-warning-bg-subtle:#fff3cd;
  --bs-danger-bg-subtle:#f8d7da;
  --bs-light-bg-subtle:#fcfcfd;
  --bs-dark-bg-subtle:#ced4da;
  --bs-primary-border-subtle:#9ec5fe;
  --bs-secondary-border-subtle:#c4c8cb;
  --bs-success-border-subtle:#a3cfbb;
  --bs-info-border-subtle:#9eeaf9;
  --bs-warning-border-subtle:#ffe69c;
  --bs-danger-border-subtle:#f1aeb5;
  --bs-light-border-subtle:#e9ecef;
  --bs-dark-border-subtle:#adb5bd;
  --bs-white-rgb:255,255,255;
  --bs-black-rgb:0,0,0;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family:var(--bs-font-sans-serif);
  --bs-body-font-size:1rem;
  --bs-body-font-weight:400;
  --bs-body-line-height:1.5;
  --bs-body-color:#212529;
  --bs-body-color-rgb:33,37,41;
  --bs-body-bg:#fff;
  --bs-body-bg-rgb:255,255,255;
  --bs-emphasis-color:#000;
  --bs-emphasis-color-rgb:0,0,0;
  --bs-secondary-color:rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:33,37,41;
  --bs-secondary-bg:#e9ecef;
  --bs-secondary-bg-rgb:233,236,239;
  --bs-tertiary-color:rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:33,37,41;
  --bs-tertiary-bg:#f8f9fa;
  --bs-tertiary-bg-rgb:248,249,250;
  --bs-heading-color:inherit;
  --bs-link-color:#0d6efd;
  --bs-link-color-rgb:13,110,253;
  --bs-link-decoration:underline;
  --bs-link-hover-color:#0a58ca;
  --bs-link-hover-color-rgb:10,88,202;
  --bs-code-color:#d63384;
  --bs-highlight-color:#212529;
  --bs-highlight-bg:#fff3cd;
  --bs-border-width:1px;
  --bs-border-style:solid;
  --bs-border-color:#dee2e6;
  --bs-border-color-translucent:rgba(0, 0, 0, 0.175);
  --bs-border-radius:0.375rem;
  --bs-border-radius-sm:0.25rem;
  --bs-border-radius-lg:0.5rem;
  --bs-border-radius-xl:1rem;
  --bs-border-radius-xxl:2rem;
  --bs-border-radius-2xl:var(--bs-border-radius-xxl);
  --bs-border-radius-pill:50rem;
  --bs-box-shadow:0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg:0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset:inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width:0.25rem;
  --bs-focus-ring-opacity:0.25;
  --bs-focus-ring-color:rgba(13, 110, 253, 0.25);
  --bs-form-valid-color:#198754;
  --bs-form-valid-border-color:#198754;
  --bs-form-invalid-color:#dc3545;
  --bs-form-invalid-border-color:#dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color:#dee2e6;
  --bs-body-color-rgb:222,226,230;
  --bs-body-bg:#212529;
  --bs-body-bg-rgb:33,37,41;
  --bs-emphasis-color:#fff;
  --bs-emphasis-color-rgb:255,255,255;
  --bs-secondary-color:rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:222,226,230;
  --bs-secondary-bg:#343a40;
  --bs-secondary-bg-rgb:52,58,64;
  --bs-tertiary-color:rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:222,226,230;
  --bs-tertiary-bg:#2b3035;
  --bs-tertiary-bg-rgb:43,48,53;
  --bs-primary-text-emphasis:#6ea8fe;
  --bs-secondary-text-emphasis:#a7acb1;
  --bs-success-text-emphasis:#75b798;
  --bs-info-text-emphasis:#6edff6;
  --bs-warning-text-emphasis:#ffda6a;
  --bs-danger-text-emphasis:#ea868f;
  --bs-light-text-emphasis:#f8f9fa;
  --bs-dark-text-emphasis:#dee2e6;
  --bs-primary-bg-subtle:#031633;
  --bs-secondary-bg-subtle:#161719;
  --bs-success-bg-subtle:#051b11;
  --bs-info-bg-subtle:#032830;
  --bs-warning-bg-subtle:#332701;
  --bs-danger-bg-subtle:#2c0b0e;
  --bs-light-bg-subtle:#343a40;
  --bs-dark-bg-subtle:#1a1d20;
  --bs-primary-border-subtle:#084298;
  --bs-secondary-border-subtle:#41464b;
  --bs-success-border-subtle:#0f5132;
  --bs-info-border-subtle:#087990;
  --bs-warning-border-subtle:#997404;
  --bs-danger-border-subtle:#842029;
  --bs-light-border-subtle:#495057;
  --bs-dark-border-subtle:#343a40;
  --bs-heading-color:inherit;
  --bs-link-color:#6ea8fe;
  --bs-link-hover-color:#8bb9fe;
  --bs-link-color-rgb:110,168,254;
  --bs-link-hover-color-rgb:139,185,254;
  --bs-code-color:#e685b5;
  --bs-highlight-color:#dee2e6;
  --bs-highlight-bg:#664d03;
  --bs-border-color:#495057;
  --bs-border-color-translucent:rgba(255, 255, 255, 0.15);
  --bs-form-valid-color:#75b798;
  --bs-form-valid-border-color:#75b798;
  --bs-form-invalid-color:#ea868f;
  --bs-form-invalid-border-color:#ea868f;
}
*,
::after,
::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: .25;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem;
  }
}
.h2,
h2 {
  font-size: calc(1.325rem + .9vw);
}
@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem;
  }
}
.h3,
h3 {
  font-size: calc(1.3rem + .6vw);
}
@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem;
  }
}
.h4,
h4 {
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem;
  }
}
.h5,
h5 {
  font-size: 1.25rem;
}
.h6,
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: .5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
.small,
small {
  font-size: .875em;
}
.mark,
mark {
  padding: .1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb:var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: .875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: .1875rem .375rem;
  font-size: .875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: .25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  line-height: inherit;
  font-size: calc(1.275rem + .3vw);
}
@media (min-width:1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.625rem + 4.5vw);
}
@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.575rem + 3.9vw);
}
@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.525rem + 3.3vw);
}
@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.475rem + 2.7vw);
}
@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.425rem + 2.1vw);
}
@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: .5rem;
}
.initialism {
  font-size: .875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: .25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: .5rem;
  line-height: 1;
}
.figure-caption {
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs:0;
  --bs-breakpoint-sm:576px;
  --bs-breakpoint-md:768px;
  --bs-breakpoint-lg:992px;
  --bs-breakpoint-xl:1200px;
  --bs-breakpoint-xxl:1400px;
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.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%;
}
.g-0,
.gx-0 {
  --bs-gutter-x:0;
}
.g-0,
.gy-0 {
  --bs-gutter-y:0;
}
.g-1,
.gx-1 {
  --bs-gutter-x:0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y:0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x:0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y:0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x:1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y:1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x:1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y:1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x:3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x:0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y:0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:768px) {
  .col-md {
    flex: 1 0 0;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x:0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y:0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x:0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y:0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .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%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x:0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y:0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
.table {
  --bs-table-color-type:initial;
  --bs-table-bg-type:initial;
  --bs-table-color-state:initial;
  --bs-table-bg-state:initial;
  --bs-table-color:var(--bs-emphasis-color);
  --bs-table-bg:var(--bs-body-bg);
  --bs-table-border-color:var(--bs-border-color);
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:var(--bs-emphasis-color);
  --bs-table-striped-bg:rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color:var(--bs-emphasis-color);
  --bs-table-active-bg:rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color:var(--bs-emphasis-color);
  --bs-table-hover-bg:rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: .5rem .5rem;
  color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: .25rem .25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(2n) {
  --bs-table-color-type:var(--bs-table-striped-color);
  --bs-table-bg-type:var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state:var(--bs-table-active-color);
  --bs-table-bg-state:var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state:var(--bs-table-hover-color);
  --bs-table-bg-state:var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color:#000;
  --bs-table-bg:#cfe2ff;
  --bs-table-border-color:#a6b5cc;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color:#000;
  --bs-table-bg:#e2e3e5;
  --bs-table-border-color:#b5b6b7;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color:#000;
  --bs-table-bg:#d1e7dd;
  --bs-table-border-color:#a7b9b1;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color:#000;
  --bs-table-bg:#cff4fc;
  --bs-table-border-color:#a6c3ca;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color:#000;
  --bs-table-bg:#fff3cd;
  --bs-table-border-color:#ccc2a4;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color:#000;
  --bs-table-bg:#f8d7da;
  --bs-table-border-color:#c6acae;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color:#000;
  --bs-table-bg:#f8f9fa;
  --bs-table-border-color:#c6c7c8;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color:#fff;
  --bs-table-bg:#212529;
  --bs-table-border-color:#4d5154;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: .5rem;
}
.col-form-label {
  padding-top: calc(.375rem + var(--bs-border-width));
  padding-bottom: calc(.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(.5rem + var(--bs-border-width));
  padding-bottom: calc(.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(.25rem + var(--bs-border-width));
  padding-bottom: calc(.25rem + var(--bs-border-width));
  font-size: .875rem;
}
.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  -webkit-transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: var(--bs-secondary-bg);
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
  padding: .375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + .5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon,none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg:var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: .25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  cursor: default;
  opacity: .5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn,
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: .65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  -webkit-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-appearance: none;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
  transition:
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  max-width: 100%;
  height: 100%;
  padding: 1rem .75rem;
  overflow: hidden;
  color: rgba(var(--bs-body-color-rgb), .65);
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem .75rem;
}
.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown),
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-control-plaintext:-webkit-autofill,
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem;
  padding-left: .75rem;
}
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(.85) translateY(-.5rem) translateX(.15rem);
}
.form-floating > textarea:focus ~ label::after,
.form-floating > textarea:not(:placeholder-shown) ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > textarea:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > .form-control:disabled ~ label,
.form-floating > :disabled ~ label {
  color: #6c757d;
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-floating,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-floating:focus-within,
.input-group > .form-select:focus {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .btn,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .btn,
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select,
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select,
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(-1 * var(--bs-border-width));
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"],
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.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.1'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-control-color.is-valid,
.was-validated .form-control-color:valid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: var(--bs-form-valid-border-color);
}
.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: var(--bs-form-valid-color);
}
.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-success-rgb), .25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-valid,
.input-group > .form-floating:not(:focus-within).is-valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-control:not(:focus):valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.was-validated .input-group > .form-select:not(:focus):valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
}
.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"],
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem);
}
.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-control-color.is-invalid,
.was-validated .form-control-color:invalid {
  width: calc(3rem + calc(1.5em + .75rem));
}
.form-check-input.is-invalid,
.was-validated .form-check-input:invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(var(--bs-danger-rgb), .25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em;
}
.input-group > .form-control:not(:focus).is-invalid,
.input-group > .form-floating:not(:focus-within).is-invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-control:not(:focus):invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.was-validated .input-group > .form-select:not(:focus):invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x:0.75rem;
  --bs-btn-padding-y:0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size:1rem;
  --bs-btn-font-weight:400;
  --bs-btn-line-height:1.5;
  --bs-btn-color:var(--bs-body-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-width:var(--bs-border-width);
  --bs-btn-border-color:transparent;
  --bs-btn-border-radius:var(--bs-border-radius);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-box-shadow:inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity:0.65;
  --bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check) + .btn:active:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0b5ed7;
  --bs-btn-hover-border-color:#0a58ca;
  --bs-btn-focus-shadow-rgb:49,132,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0a58ca;
  --bs-btn-active-border-color:#0a53be;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#0d6efd;
  --bs-btn-disabled-border-color:#0d6efd;
}
.btn-secondary {
  --bs-btn-color:#fff;
  --bs-btn-bg:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#5c636a;
  --bs-btn-hover-border-color:#565e64;
  --bs-btn-focus-shadow-rgb:130,138,145;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#565e64;
  --bs-btn-active-border-color:#51585e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#6c757d;
  --bs-btn-disabled-border-color:#6c757d;
}
.btn-success {
  --bs-btn-color:#fff;
  --bs-btn-bg:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#157347;
  --bs-btn-hover-border-color:#146c43;
  --bs-btn-focus-shadow-rgb:60,153,110;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#146c43;
  --bs-btn-active-border-color:#13653f;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#198754;
  --bs-btn-disabled-border-color:#198754;
}
.btn-info {
  --bs-btn-color:#000;
  --bs-btn-bg:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#31d2f2;
  --bs-btn-hover-border-color:#25cff2;
  --bs-btn-focus-shadow-rgb:11,172,204;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#3dd5f3;
  --bs-btn-active-border-color:#25cff2;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#0dcaf0;
  --bs-btn-disabled-border-color:#0dcaf0;
}
.btn-warning {
  --bs-btn-color:#000;
  --bs-btn-bg:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffca2c;
  --bs-btn-hover-border-color:#ffc720;
  --bs-btn-focus-shadow-rgb:217,164,6;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffcd39;
  --bs-btn-active-border-color:#ffc720;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#ffc107;
  --bs-btn-disabled-border-color:#ffc107;
}
.btn-danger {
  --bs-btn-color:#fff;
  --bs-btn-bg:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#bb2d3b;
  --bs-btn-hover-border-color:#b02a37;
  --bs-btn-focus-shadow-rgb:225,83,97;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#b02a37;
  --bs-btn-active-border-color:#a52834;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#dc3545;
  --bs-btn-disabled-border-color:#dc3545;
}
.btn-light {
  --bs-btn-color:#000;
  --bs-btn-bg:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#d3d4d5;
  --bs-btn-hover-border-color:#c6c7c8;
  --bs-btn-focus-shadow-rgb:211,212,213;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#c6c7c8;
  --bs-btn-active-border-color:#babbbc;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#000;
  --bs-btn-disabled-bg:#f8f9fa;
  --bs-btn-disabled-border-color:#f8f9fa;
}
.btn-dark {
  --bs-btn-color:#fff;
  --bs-btn-bg:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#424649;
  --bs-btn-hover-border-color:#373b3e;
  --bs-btn-focus-shadow-rgb:66,70,73;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#4d5154;
  --bs-btn-active-border-color:#373b3e;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#fff;
  --bs-btn-disabled-bg:#212529;
  --bs-btn-disabled-border-color:#212529;
}
.btn-outline-primary {
  --bs-btn-color:#0d6efd;
  --bs-btn-border-color:#0d6efd;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#0d6efd;
  --bs-btn-hover-border-color:#0d6efd;
  --bs-btn-focus-shadow-rgb:13,110,253;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#0d6efd;
  --bs-btn-active-border-color:#0d6efd;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0d6efd;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0d6efd;
  --bs-gradient:none;
}
.btn-outline-secondary {
  --bs-btn-color:#6c757d;
  --bs-btn-border-color:#6c757d;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#6c757d;
  --bs-btn-hover-border-color:#6c757d;
  --bs-btn-focus-shadow-rgb:108,117,125;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#6c757d;
  --bs-btn-active-border-color:#6c757d;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#6c757d;
  --bs-gradient:none;
}
.btn-outline-success {
  --bs-btn-color:#198754;
  --bs-btn-border-color:#198754;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#198754;
  --bs-btn-hover-border-color:#198754;
  --bs-btn-focus-shadow-rgb:25,135,84;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#198754;
  --bs-btn-active-border-color:#198754;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#198754;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#198754;
  --bs-gradient:none;
}
.btn-outline-info {
  --bs-btn-color:#0dcaf0;
  --bs-btn-border-color:#0dcaf0;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#0dcaf0;
  --bs-btn-hover-border-color:#0dcaf0;
  --bs-btn-focus-shadow-rgb:13,202,240;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#0dcaf0;
  --bs-btn-active-border-color:#0dcaf0;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#0dcaf0;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#0dcaf0;
  --bs-gradient:none;
}
.btn-outline-warning {
  --bs-btn-color:#ffc107;
  --bs-btn-border-color:#ffc107;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#ffc107;
  --bs-btn-hover-border-color:#ffc107;
  --bs-btn-focus-shadow-rgb:255,193,7;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#ffc107;
  --bs-btn-active-border-color:#ffc107;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#ffc107;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#ffc107;
  --bs-gradient:none;
}
.btn-outline-danger {
  --bs-btn-color:#dc3545;
  --bs-btn-border-color:#dc3545;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#dc3545;
  --bs-btn-hover-border-color:#dc3545;
  --bs-btn-focus-shadow-rgb:220,53,69;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#dc3545;
  --bs-btn-active-border-color:#dc3545;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#dc3545;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#dc3545;
  --bs-gradient:none;
}
.btn-outline-light {
  --bs-btn-color:#f8f9fa;
  --bs-btn-border-color:#f8f9fa;
  --bs-btn-hover-color:#000;
  --bs-btn-hover-bg:#f8f9fa;
  --bs-btn-hover-border-color:#f8f9fa;
  --bs-btn-focus-shadow-rgb:248,249,250;
  --bs-btn-active-color:#000;
  --bs-btn-active-bg:#f8f9fa;
  --bs-btn-active-border-color:#f8f9fa;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#f8f9fa;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#f8f9fa;
  --bs-gradient:none;
}
.btn-outline-dark {
  --bs-btn-color:#212529;
  --bs-btn-border-color:#212529;
  --bs-btn-hover-color:#fff;
  --bs-btn-hover-bg:#212529;
  --bs-btn-hover-border-color:#212529;
  --bs-btn-focus-shadow-rgb:33,37,41;
  --bs-btn-active-color:#fff;
  --bs-btn-active-bg:#212529;
  --bs-btn-active-border-color:#212529;
  --bs-btn-active-shadow:inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color:#212529;
  --bs-btn-disabled-bg:transparent;
  --bs-btn-disabled-border-color:#212529;
  --bs-gradient:none;
}
.btn-link {
  --bs-btn-font-weight:400;
  --bs-btn-color:var(--bs-link-color);
  --bs-btn-bg:transparent;
  --bs-btn-border-color:transparent;
  --bs-btn-hover-color:var(--bs-link-hover-color);
  --bs-btn-hover-border-color:transparent;
  --bs-btn-active-color:var(--bs-link-hover-color);
  --bs-btn-active-border-color:transparent;
  --bs-btn-disabled-color:#6c757d;
  --bs-btn-disabled-border-color:transparent;
  --bs-btn-box-shadow:0 0 0 #000;
  --bs-btn-focus-shadow-rgb:49,132,253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-group-lg > .btn,
.btn-lg {
  --bs-btn-padding-y:0.5rem;
  --bs-btn-padding-x:1rem;
  --bs-btn-font-size:1.25rem;
  --bs-btn-border-radius:var(--bs-border-radius-lg);
}
.btn-group-sm > .btn,
.btn-sm {
  --bs-btn-padding-y:0.25rem;
  --bs-btn-padding-x:0.5rem;
  --bs-btn-font-size:0.875rem;
  --bs-btn-border-radius:var(--bs-border-radius-sm);
}
.fade {
  transition: opacity .15s linear;
}
@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width .35s ease;
}
@media (prefers-reduced-motion:reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropdown,
.dropdown-center,
.dropend,
.dropstart,
.dropup,
.dropup-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex:1000;
  --bs-dropdown-min-width:10rem;
  --bs-dropdown-padding-x:0;
  --bs-dropdown-padding-y:0.5rem;
  --bs-dropdown-spacer:0.125rem;
  --bs-dropdown-font-size:1rem;
  --bs-dropdown-color:var(--bs-body-color);
  --bs-dropdown-bg:var(--bs-body-bg);
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-border-radius:var(--bs-border-radius);
  --bs-dropdown-border-width:var(--bs-border-width);
  --bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y:0.5rem;
  --bs-dropdown-box-shadow:var(--bs-box-shadow);
  --bs-dropdown-link-color:var(--bs-body-color);
  --bs-dropdown-link-hover-color:var(--bs-body-color);
  --bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x:1rem;
  --bs-dropdown-item-padding-y:0.25rem;
  --bs-dropdown-header-color:#6c757d;
  --bs-dropdown-header-padding-x:1rem;
  --bs-dropdown-header-padding-y:0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position:start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position:end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position:start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position:end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position:start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position:end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position:start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position:end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position:start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position:end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius,0);
}
.dropdown-item:focus,
.dropdown-item:hover {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: .875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color:#dee2e6;
  --bs-dropdown-bg:#343a40;
  --bs-dropdown-border-color:var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color:#dee2e6;
  --bs-dropdown-link-hover-color:#fff;
  --bs-dropdown-divider-bg:var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg:rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color:#fff;
  --bs-dropdown-link-active-bg:#0d6efd;
  --bs-dropdown-link-disabled-color:#adb5bd;
  --bs-dropdown-header-color:#adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > .btn-group:not(:first-child),
.btn-group > :not(.btn-check:first-child) + .btn {
  margin-left: calc(-1 * var(--bs-border-width));
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem;
}
.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: calc(-1 * var(--bs-border-width));
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:nth-child(n+3),
.btn-group-vertical > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x:1rem;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-link-color);
  --bs-nav-link-hover-color:var(--bs-link-hover-color);
  --bs-nav-link-disabled-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width:var(--bs-border-width);
  --bs-nav-tabs-border-color:var(--bs-border-color);
  --bs-nav-tabs-border-radius:var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color:var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color:var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg:var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color:var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius:var(--bs-border-radius);
  --bs-nav-pills-link-active-color:#fff;
  --bs-nav-pills-link-active-bg:#0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap:1rem;
  --bs-nav-underline-border-width:0.125rem;
  --bs-nav-underline-link-active-color:var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:focus,
.nav-underline .nav-link:hover {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x:0;
  --bs-navbar-padding-y:0.5rem;
  --bs-navbar-color:rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y:0.3125rem;
  --bs-navbar-brand-margin-end:1rem;
  --bs-navbar-brand-font-size:1.25rem;
  --bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x:0.5rem;
  --bs-navbar-toggler-padding-y:0.25rem;
  --bs-navbar-toggler-padding-x:0.75rem;
  --bs-navbar-toggler-font-size:1.25rem;
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius:var(--bs-border-radius);
  --bs-navbar-toggler-focus-width:0.25rem;
  --bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x:0;
  --bs-nav-link-padding-y:0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color:var(--bs-navbar-color);
  --bs-nav-link-hover-color:var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:focus,
.navbar-text a:hover {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height,75vh);
  overflow-y: auto;
}
@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color:rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color:rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color:rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color:#fff;
  --bs-navbar-brand-color:#fff;
  --bs-navbar-brand-hover-color:#fff;
  --bs-navbar-toggler-border-color:rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y:1rem;
  --bs-card-spacer-x:1rem;
  --bs-card-title-spacer-y:0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width:var(--bs-border-width);
  --bs-card-border-color:var(--bs-border-color-translucent);
  --bs-card-border-radius:var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y:0.5rem;
  --bs-card-cap-padding-x:1rem;
  --bs-card-cap-bg:rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg:var(--bs-body-bg);
  --bs-card-img-overlay-padding:1rem;
  --bs-card-group-margin:0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color:var(--bs-body-color);
  --bs-accordion-bg:var(--bs-body-bg);
  --bs-accordion-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,border-radius 0.15s ease;
  --bs-accordion-border-color:var(--bs-border-color);
  --bs-accordion-border-width:var(--bs-border-width);
  --bs-accordion-border-radius:var(--bs-border-radius);
  --bs-accordion-inner-border-radius:calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x:1.25rem;
  --bs-accordion-btn-padding-y:1rem;
  --bs-accordion-btn-color:var(--bs-body-color);
  --bs-accordion-btn-bg:var(--bs-accordion-bg);
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width:1.25rem;
  --bs-accordion-btn-icon-transform:rotate(-180deg);
  --bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x:1.25rem;
  --bs-accordion-body-padding-y:1rem;
  --bs-accordion-active-color:var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg:var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse,
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x:0;
  --bs-breadcrumb-padding-y:0;
  --bs-breadcrumb-margin-bottom:1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color:var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x:0.5rem;
  --bs-breadcrumb-item-active-color:var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x:0.75rem;
  --bs-pagination-padding-y:0.375rem;
  --bs-pagination-font-size:1rem;
  --bs-pagination-color:var(--bs-link-color);
  --bs-pagination-bg:var(--bs-body-bg);
  --bs-pagination-border-width:var(--bs-border-width);
  --bs-pagination-border-color:var(--bs-border-color);
  --bs-pagination-border-radius:var(--bs-border-radius);
  --bs-pagination-hover-color:var(--bs-link-hover-color);
  --bs-pagination-hover-bg:var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color:var(--bs-border-color);
  --bs-pagination-focus-color:var(--bs-link-hover-color);
  --bs-pagination-focus-bg:var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color:#fff;
  --bs-pagination-active-bg:#0d6efd;
  --bs-pagination-active-border-color:#0d6efd;
  --bs-pagination-disabled-color:var(--bs-secondary-color);
  --bs-pagination-disabled-bg:var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color:var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color .15s ease-in-out,
    background-color .15s ease-in-out,
    border-color .15s ease-in-out,
    box-shadow .15s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.disabled > .page-link,
.page-link.disabled {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(-1 * var(--bs-border-width));
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x:1.5rem;
  --bs-pagination-padding-y:0.75rem;
  --bs-pagination-font-size:1.25rem;
  --bs-pagination-border-radius:var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x:0.5rem;
  --bs-pagination-padding-y:0.25rem;
  --bs-pagination-font-size:0.875rem;
  --bs-pagination-border-radius:var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x:0.65em;
  --bs-badge-padding-y:0.35em;
  --bs-badge-font-size:0.75em;
  --bs-badge-font-weight:700;
  --bs-badge-color:#fff;
  --bs-badge-border-radius:var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg:transparent;
  --bs-alert-padding-x:1rem;
  --bs-alert-padding-y:1rem;
  --bs-alert-margin-bottom:1rem;
  --bs-alert-color:inherit;
  --bs-alert-border-color:transparent;
  --bs-alert-border:var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius:var(--bs-border-radius);
  --bs-alert-link-color:inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color:var(--bs-primary-text-emphasis);
  --bs-alert-bg:var(--bs-primary-bg-subtle);
  --bs-alert-border-color:var(--bs-primary-border-subtle);
  --bs-alert-link-color:var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color:var(--bs-secondary-text-emphasis);
  --bs-alert-bg:var(--bs-secondary-bg-subtle);
  --bs-alert-border-color:var(--bs-secondary-border-subtle);
  --bs-alert-link-color:var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color:var(--bs-success-text-emphasis);
  --bs-alert-bg:var(--bs-success-bg-subtle);
  --bs-alert-border-color:var(--bs-success-border-subtle);
  --bs-alert-link-color:var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color:var(--bs-info-text-emphasis);
  --bs-alert-bg:var(--bs-info-bg-subtle);
  --bs-alert-border-color:var(--bs-info-border-subtle);
  --bs-alert-link-color:var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color:var(--bs-warning-text-emphasis);
  --bs-alert-bg:var(--bs-warning-bg-subtle);
  --bs-alert-border-color:var(--bs-warning-border-subtle);
  --bs-alert-link-color:var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color:var(--bs-danger-text-emphasis);
  --bs-alert-bg:var(--bs-danger-bg-subtle);
  --bs-alert-border-color:var(--bs-danger-border-subtle);
  --bs-alert-link-color:var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color:var(--bs-light-text-emphasis);
  --bs-alert-bg:var(--bs-light-bg-subtle);
  --bs-alert-border-color:var(--bs-light-border-subtle);
  --bs-alert-link-color:var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color:var(--bs-dark-text-emphasis);
  --bs-alert-bg:var(--bs-dark-bg-subtle);
  --bs-alert-border-color:var(--bs-dark-border-subtle);
  --bs-alert-link-color:var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: var(--bs-progress-height);
  }
}
.progress,
.progress-stacked {
  --bs-progress-height:1rem;
  --bs-progress-font-size:0.75rem;
  --bs-progress-bg:var(--bs-secondary-bg);
  --bs-progress-border-radius:var(--bs-border-radius);
  --bs-progress-box-shadow:var(--bs-box-shadow-inset);
  --bs-progress-bar-color:#fff;
  --bs-progress-bar-bg:#0d6efd;
  --bs-progress-bar-transition:width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, .15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, .15) 50%,
      rgba(255, 255, 255, .15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color:var(--bs-body-color);
  --bs-list-group-bg:var(--bs-body-bg);
  --bs-list-group-border-color:var(--bs-border-color);
  --bs-list-group-border-width:var(--bs-border-width);
  --bs-list-group-border-radius:var(--bs-border-radius);
  --bs-list-group-item-padding-x:1rem;
  --bs-list-group-item-padding-y:0.5rem;
  --bs-list-group-action-color:var(--bs-secondary-color);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-tertiary-bg);
  --bs-list-group-action-active-color:var(--bs-body-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-bg);
  --bs-list-group-disabled-color:var(--bs-secondary-color);
  --bs-list-group-disabled-bg:var(--bs-body-bg);
  --bs-list-group-active-color:#fff;
  --bs-list-group-active-bg:#0d6efd;
  --bs-list-group-active-border-color:#0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:not(.active):focus,
.list-group-item-action:not(.active):hover {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:not(.active):active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color:var(--bs-primary-text-emphasis);
  --bs-list-group-bg:var(--bs-primary-bg-subtle);
  --bs-list-group-border-color:var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-primary-border-subtle);
  --bs-list-group-active-color:var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color:var(--bs-secondary-text-emphasis);
  --bs-list-group-bg:var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color:var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-secondary-border-subtle);
  --bs-list-group-active-color:var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg:var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color:var(--bs-success-text-emphasis);
  --bs-list-group-bg:var(--bs-success-bg-subtle);
  --bs-list-group-border-color:var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-success-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-success-border-subtle);
  --bs-list-group-active-color:var(--bs-success-bg-subtle);
  --bs-list-group-active-bg:var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color:var(--bs-info-text-emphasis);
  --bs-list-group-bg:var(--bs-info-bg-subtle);
  --bs-list-group-border-color:var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-info-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-info-border-subtle);
  --bs-list-group-active-color:var(--bs-info-bg-subtle);
  --bs-list-group-active-bg:var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color:var(--bs-warning-text-emphasis);
  --bs-list-group-bg:var(--bs-warning-bg-subtle);
  --bs-list-group-border-color:var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-warning-border-subtle);
  --bs-list-group-active-color:var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg:var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color:var(--bs-danger-text-emphasis);
  --bs-list-group-bg:var(--bs-danger-bg-subtle);
  --bs-list-group-border-color:var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-danger-border-subtle);
  --bs-list-group-active-color:var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg:var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color:var(--bs-light-text-emphasis);
  --bs-list-group-bg:var(--bs-light-bg-subtle);
  --bs-list-group-border-color:var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-light-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-light-border-subtle);
  --bs-list-group-active-color:var(--bs-light-bg-subtle);
  --bs-list-group-active-bg:var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color:var(--bs-dark-text-emphasis);
  --bs-list-group-bg:var(--bs-dark-bg-subtle);
  --bs-list-group-border-color:var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color:var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg:var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color:var(--bs-emphasis-color);
  --bs-list-group-action-active-bg:var(--bs-dark-border-subtle);
  --bs-list-group-active-color:var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg:var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color:var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color:#000;
  --bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");
  --bs-btn-close-opacity:0.5;
  --bs-btn-close-hover-opacity:0.75;
  --bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity:1;
  --bs-btn-close-disabled-opacity:0.25;
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  filter: var(--bs-btn-close-filter);
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
:root,
[data-bs-theme=light] {
  --bs-btn-close-filter: ;
}
[data-bs-theme=dark] {
  --bs-btn-close-filter:invert(1) grayscale(100%) brightness(200%);
}
.toast {
  --bs-toast-zindex:1090;
  --bs-toast-padding-x:0.75rem;
  --bs-toast-padding-y:0.5rem;
  --bs-toast-spacing:1.5rem;
  --bs-toast-max-width:350px;
  --bs-toast-font-size:0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width:var(--bs-border-width);
  --bs-toast-border-color:var(--bs-border-color-translucent);
  --bs-toast-border-radius:var(--bs-border-radius);
  --bs-toast-box-shadow:var(--bs-box-shadow);
  --bs-toast-header-color:var(--bs-secondary-color);
  --bs-toast-header-bg:rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color:var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex:1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex:1055;
  --bs-modal-width:500px;
  --bs-modal-padding:1rem;
  --bs-modal-margin:0.5rem;
  --bs-modal-color:var(--bs-body-color);
  --bs-modal-bg:var(--bs-body-bg);
  --bs-modal-border-color:var(--bs-border-color-translucent);
  --bs-modal-border-width:var(--bs-border-width);
  --bs-modal-border-radius:var(--bs-border-radius-lg);
  --bs-modal-box-shadow:var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x:1rem;
  --bs-modal-header-padding-y:1rem;
  --bs-modal-header-padding:1rem 1rem;
  --bs-modal-header-border-color:var(--bs-border-color);
  --bs-modal-header-border-width:var(--bs-border-width);
  --bs-modal-title-line-height:1.5;
  --bs-modal-footer-gap:0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color:var(--bs-border-color);
  --bs-modal-footer-border-width:var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
  transition: transform .3s ease-out;
}
@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 {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex:1050;
  --bs-backdrop-bg:#000;
  --bs-backdrop-opacity:0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-right: calc(-.5 * var(--bs-modal-header-padding-x));
  margin-bottom: calc(-.5 * var(--bs-modal-header-padding-y));
  margin-left: auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * .5);
}
@media (min-width:576px) {
  .modal {
    --bs-modal-margin:1.75rem;
    --bs-modal-box-shadow:var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width:300px;
  }
}
@media (min-width:992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width:800px;
  }
}
@media (min-width:1200px) {
  .modal-xl {
    --bs-modal-width:1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-footer,
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-footer,
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-footer,
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-footer,
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-footer,
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-footer,
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex:1080;
  --bs-tooltip-max-width:200px;
  --bs-tooltip-padding-x:0.5rem;
  --bs-tooltip-padding-y:0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size:0.875rem;
  --bs-tooltip-color:var(--bs-body-bg);
  --bs-tooltip-bg:var(--bs-emphasis-color);
  --bs-tooltip-border-radius:var(--bs-border-radius);
  --bs-tooltip-opacity:0.9;
  --bs-tooltip-arrow-width:0.8rem;
  --bs-tooltip-arrow-height:0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * .5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * .5) 0 calc(var(--bs-tooltip-arrow-width) * .5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex:1070;
  --bs-popover-max-width:276px;
  --bs-popover-font-size:0.875rem;
  --bs-popover-bg:var(--bs-body-bg);
  --bs-popover-border-width:var(--bs-border-width);
  --bs-popover-border-color:var(--bs-border-color-translucent);
  --bs-popover-border-radius:var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius:calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow:var(--bs-box-shadow);
  --bs-popover-header-padding-x:1rem;
  --bs-popover-header-padding-y:0.5rem;
  --bs-popover-header-font-size:1rem;
  --bs-popover-header-color:inherit;
  --bs-popover-header-bg:var(--bs-secondary-bg);
  --bs-popover-body-padding-x:1rem;
  --bs-popover-body-padding-y:1rem;
  --bs-popover-body-color:var(--bs-body-color);
  --bs-popover-arrow-width:1rem;
  --bs-popover-arrow-height:0.5rem;
  --bs-popover-arrow-border:var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::after,
.popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow,
.bs-popover-top > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-top > .popover-arrow::before {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after,
.bs-popover-top > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow,
.bs-popover-end > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-end > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * .5) 0;
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after,
.bs-popover-end > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow,
.bs-popover-bottom > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::before {
  border-width: 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after,
.bs-popover-bottom > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow,
.bs-popover-start > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-start > .popover-arrow::before {
  border-width: calc(var(--bs-popover-arrow-width) * .5) 0 calc(var(--bs-popover-arrow-width) * .5) var(--bs-popover-arrow-height);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after,
.bs-popover-start > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  filter: var(--bs-carousel-control-icon-filter);
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--bs-carousel-indicator-active-bg);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: var(--bs-carousel-caption-color);
  text-align: center;
}
.carousel-dark {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
:root,
[data-bs-theme=light] {
  --bs-carousel-indicator-active-bg:#fff;
  --bs-carousel-caption-color:#fff;
  --bs-carousel-control-icon-filter: ;
}
[data-bs-theme=dark] {
  --bs-carousel-indicator-active-bg:#000;
  --bs-carousel-caption-color:#000;
  --bs-carousel-control-icon-filter:invert(1) grayscale(100);
}
.spinner-border,
.spinner-grow {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-border-width:0.25em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
  --bs-spinner-border-width:0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width:2rem;
  --bs-spinner-height:2rem;
  --bs-spinner-vertical-align:-0.125em;
  --bs-spinner-animation-speed:0.75s;
  --bs-spinner-animation-name:spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width:1rem;
  --bs-spinner-height:1rem;
}
@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed:1.5s;
  }
}
.offcanvas,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm,
.offcanvas-xl,
.offcanvas-xxl {
  --bs-offcanvas-zindex:1045;
  --bs-offcanvas-width:400px;
  --bs-offcanvas-height:30vh;
  --bs-offcanvas-padding-x:1rem;
  --bs-offcanvas-padding-y:1rem;
  --bs-offcanvas-color:var(--bs-body-color);
  --bs-offcanvas-bg:var(--bs-body-bg);
  --bs-offcanvas-border-width:var(--bs-border-width);
  --bs-offcanvas-border-color:var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);
  --bs-offcanvas-transition:transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height:1.5;
}
@media (max-width:575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:575.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width:575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.show:not(.hiding),
  .offcanvas-sm.showing {
    transform: none;
  }
  .offcanvas-sm.hiding,
  .offcanvas-sm.show,
  .offcanvas-sm.showing {
    visibility: visible;
  }
}
@media (min-width:576px) {
  .offcanvas-sm {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:767.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width:767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.show:not(.hiding),
  .offcanvas-md.showing {
    transform: none;
  }
  .offcanvas-md.hiding,
  .offcanvas-md.show,
  .offcanvas-md.showing {
    visibility: visible;
  }
}
@media (min-width:768px) {
  .offcanvas-md {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:991.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width:991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.show:not(.hiding),
  .offcanvas-lg.showing {
    transform: none;
  }
  .offcanvas-lg.hiding,
  .offcanvas-lg.show,
  .offcanvas-lg.showing {
    visibility: visible;
  }
}
@media (min-width:992px) {
  .offcanvas-lg {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1199.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width:1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.show:not(.hiding),
  .offcanvas-xl.showing {
    transform: none;
  }
  .offcanvas-xl.hiding,
  .offcanvas-xl.show,
  .offcanvas-xl.showing {
    visibility: visible;
  }
}
@media (min-width:1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width:1399.98px) and (prefers-reduced-motion:reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width:1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.show:not(.hiding),
  .offcanvas-xxl.showing {
    transform: none;
  }
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show,
  .offcanvas-xxl.showing {
    visibility: visible;
  }
}
@media (min-width:1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height:auto;
    --bs-offcanvas-border-width:0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion:reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.show:not(.hiding),
.offcanvas.showing {
  transform: none;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: .5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
  margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
  margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y));
  margin-left: auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: .5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: .6em;
}
.placeholder-sm {
  min-height: .8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: .2;
  }
}
.placeholder-wave {
  -webkit-mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity,1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity,1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-primary:focus,
.link-primary:hover {
  color: RGBA(10, 88, 202, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-secondary:focus,
.link-secondary:hover {
  color: RGBA(86, 94, 100, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity,1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-success:focus,
.link-success:hover {
  color: RGBA(20, 108, 67, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity,1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-info:focus,
.link-info:hover {
  color: RGBA(61, 213, 243, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity,1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-warning:focus,
.link-warning:hover {
  color: RGBA(255, 205, 57, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity,1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-danger:focus,
.link-danger:hover {
  color: RGBA(176, 42, 55, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity,1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-light:focus,
.link-light:hover {
  color: RGBA(249, 250, 251, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity,1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-dark:focus,
.link-dark:hover {
  color: RGBA(26, 30, 33, var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,1)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-body-emphasis:focus,
.link-body-emphasis:hover {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity,.75)) !important;
  -webkit-text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity,0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x,0) var(--bs-focus-ring-y,0) var(--bs-focus-ring-blur,0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: .375rem;
  align-items: center;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity,0.5));
  text-underline-offset: 0.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: .2s ease-in-out transform;
}
@media (prefers-reduced-motion:reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:focus-visible > .bi,
.icon-link-hover:hover > .bi {
  transform: var(--bs-icon-link-transform,translate3d(.25em,0,0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio:100%;
}
.ratio-4x3 {
  --bs-aspect-ratio:75%;
}
.ratio-16x9 {
  --bs-aspect-ratio:56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio:42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption),
.visually-hidden:not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: .25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  -o-object-fit: contain !important;
  object-fit: contain !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.object-fit-fill {
  -o-object-fit: fill !important;
  object-fit: fill !important;
}
.object-fit-scale {
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
}
.object-fit-none {
  -o-object-fit: none !important;
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: .25 !important;
}
.opacity-50 {
  opacity: .5 !important;
}
.opacity-75 {
  opacity: .75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !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;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color:rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color:rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color:rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color:rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color:rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color:rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color:rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color:rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity:1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity:0.1;
}
.border-opacity-25 {
  --bs-border-opacity:0.25;
}
.border-opacity-50 {
  --bs-border-opacity:0.5;
}
.border-opacity-75 {
  --bs-border-opacity:0.75;
}
.border-opacity-100 {
  --bs-border-opacity:1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !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-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;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !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;
}
.justify-content-evenly {
  justify-content: space-evenly !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;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: .25rem !important;
}
.m-2 {
  margin: .5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: .25rem !important;
  margin-left: .25rem !important;
}
.mx-2 {
  margin-right: .5rem !important;
  margin-left: .5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: .25rem !important;
  margin-bottom: .25rem !important;
}
.my-2 {
  margin-top: .5rem !important;
  margin-bottom: .5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: .25rem !important;
}
.mt-2 {
  margin-top: .5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: .25rem !important;
}
.me-2 {
  margin-right: .5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: .25rem !important;
}
.mb-2 {
  margin-bottom: .5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: .25rem !important;
}
.ms-2 {
  margin-left: .5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: .25rem !important;
}
.p-2 {
  padding: .5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: .25rem !important;
  padding-left: .25rem !important;
}
.px-2 {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: .25rem !important;
  padding-bottom: .25rem !important;
}
.py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: .25rem !important;
}
.pt-2 {
  padding-top: .5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: .25rem !important;
}
.pe-2 {
  padding-right: .5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: .25rem !important;
}
.pb-2 {
  padding-bottom: .5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: .25rem !important;
}
.ps-2 {
  padding-left: .5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: .25rem !important;
}
.gap-2 {
  gap: .5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: .25rem !important;
}
.row-gap-2 {
  row-gap: .5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  -moz-column-gap: 0 !important;
  column-gap: 0 !important;
}
.column-gap-1 {
  -moz-column-gap: 0.25rem !important;
  column-gap: .25rem !important;
}
.column-gap-2 {
  -moz-column-gap: 0.5rem !important;
  column-gap: .5rem !important;
}
.column-gap-3 {
  -moz-column-gap: 1rem !important;
  column-gap: 1rem !important;
}
.column-gap-4 {
  -moz-column-gap: 1.5rem !important;
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  -moz-column-gap: 3rem !important;
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + .9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + .6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + .3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity:1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity:1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity:1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity:1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity:1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity:1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity:1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity:1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity:1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity:1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity:1;
  color: rgba(0, 0, 0, .5) !important;
}
.text-white-50 {
  --bs-text-opacity:1;
  color: rgba(255, 255, 255, .5) !important;
}
.text-body-secondary {
  --bs-text-opacity:1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity:1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity:1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity:1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity:0.25;
}
.text-opacity-50 {
  --bs-text-opacity:0.5;
}
.text-opacity-75 {
  --bs-text-opacity:0.75;
}
.text-opacity-100 {
  --bs-text-opacity:1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity:0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity:0.1;
}
.link-opacity-25 {
  --bs-link-opacity:0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity:0.25;
}
.link-opacity-50 {
  --bs-link-opacity:0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity:0.5;
}
.link-opacity-75 {
  --bs-link-opacity:0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity:0.75;
}
.link-opacity-100 {
  --bs-link-opacity:1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity:1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity:1;
  -webkit-text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity,1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity:0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity:0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity:0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity:0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity:0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity:1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity:1;
}
.bg-primary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity:1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity:1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity:0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity:0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity:0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity:0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity:1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width:576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !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;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: .25rem !important;
  }
  .m-sm-2 {
    margin: .5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-sm-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-sm-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: .25rem !important;
  }
  .mt-sm-2 {
    margin-top: .5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: .25rem !important;
  }
  .me-sm-2 {
    margin-right: .5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: .25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: .5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: .25rem !important;
  }
  .ms-sm-2 {
    margin-left: .5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: .25rem !important;
  }
  .p-sm-2 {
    padding: .5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-sm-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-sm-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: .25rem !important;
  }
  .pt-sm-2 {
    padding-top: .5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: .25rem !important;
  }
  .pe-sm-2 {
    padding-right: .5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: .25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: .5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: .25rem !important;
  }
  .ps-sm-2 {
    padding-left: .5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: .25rem !important;
  }
  .gap-sm-2 {
    gap: .5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: .25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: .5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-sm-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-sm-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width:768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !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;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: .25rem !important;
  }
  .m-md-2 {
    margin: .5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-md-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-md-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: .25rem !important;
  }
  .mt-md-2 {
    margin-top: .5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: .25rem !important;
  }
  .me-md-2 {
    margin-right: .5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: .25rem !important;
  }
  .mb-md-2 {
    margin-bottom: .5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: .25rem !important;
  }
  .ms-md-2 {
    margin-left: .5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: .25rem !important;
  }
  .p-md-2 {
    padding: .5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-md-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-md-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: .25rem !important;
  }
  .pt-md-2 {
    padding-top: .5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: .25rem !important;
  }
  .pe-md-2 {
    padding-right: .5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: .25rem !important;
  }
  .pb-md-2 {
    padding-bottom: .5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: .25rem !important;
  }
  .ps-md-2 {
    padding-left: .5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: .25rem !important;
  }
  .gap-md-2 {
    gap: .5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: .25rem !important;
  }
  .row-gap-md-2 {
    row-gap: .5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-md-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-md-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width:992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !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;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: .25rem !important;
  }
  .m-lg-2 {
    margin: .5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-lg-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-lg-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: .25rem !important;
  }
  .mt-lg-2 {
    margin-top: .5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: .25rem !important;
  }
  .me-lg-2 {
    margin-right: .5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: .25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: .5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: .25rem !important;
  }
  .ms-lg-2 {
    margin-left: .5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: .25rem !important;
  }
  .p-lg-2 {
    padding: .5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-lg-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-lg-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: .25rem !important;
  }
  .pt-lg-2 {
    padding-top: .5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: .25rem !important;
  }
  .pe-lg-2 {
    padding-right: .5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: .25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: .5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: .25rem !important;
  }
  .ps-lg-2 {
    padding-left: .5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: .25rem !important;
  }
  .gap-lg-2 {
    gap: .5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: .25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: .5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-lg-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-lg-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !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;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .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-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;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !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;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: .25rem !important;
  }
  .m-xl-2 {
    margin: .5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: .25rem !important;
  }
  .mt-xl-2 {
    margin-top: .5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: .25rem !important;
  }
  .me-xl-2 {
    margin-right: .5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: .25rem !important;
  }
  .ms-xl-2 {
    margin-left: .5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: .25rem !important;
  }
  .p-xl-2 {
    padding: .5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: .25rem !important;
  }
  .pt-xl-2 {
    padding-top: .5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: .25rem !important;
  }
  .pe-xl-2 {
    padding-right: .5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: .25rem !important;
  }
  .ps-xl-2 {
    padding-left: .5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: .25rem !important;
  }
  .gap-xl-2 {
    gap: .5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width:1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    -o-object-fit: contain !important;
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    -o-object-fit: cover !important;
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    -o-object-fit: fill !important;
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    -o-object-fit: scale-down !important;
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    -o-object-fit: none !important;
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: .25rem !important;
  }
  .m-xxl-2 {
    margin: .5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important;
  }
  .mx-xxl-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
  }
  .my-xxl-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: .25rem !important;
  }
  .mt-xxl-2 {
    margin-top: .5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: .25rem !important;
  }
  .me-xxl-2 {
    margin-right: .5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: .25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: .5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: .25rem !important;
  }
  .ms-xxl-2 {
    margin-left: .5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: .25rem !important;
  }
  .p-xxl-2 {
    padding: .5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important;
  }
  .px-xxl-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important;
  }
  .py-xxl-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: .25rem !important;
  }
  .pt-xxl-2 {
    padding-top: .5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: .25rem !important;
  }
  .pe-xxl-2 {
    padding-right: .5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: .25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: .5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: .25rem !important;
  }
  .ps-xxl-2 {
    padding-left: .5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: .25rem !important;
  }
  .gap-xxl-2 {
    gap: .5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: .25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: .5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    -moz-column-gap: 0.25rem !important;
    column-gap: .25rem !important;
  }
  .column-gap-xxl-2 {
    -moz-column-gap: 0.5rem !important;
    column-gap: .5rem !important;
  }
  .column-gap-xxl-3 {
    -moz-column-gap: 1rem !important;
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    -moz-column-gap: 1.5rem !important;
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    -moz-column-gap: 3rem !important;
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !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;
  }
  .d-print-none {
    display: none !important;
  }
}

/* src/styles.scss */
html {
  height: 100%;
}
.pointer {
  cursor: pointer;
}
.defaultCursor {
  cursor: default;
}
.activeAccount {
  background: green;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  line-height: 15px;
  width: 20px;
  height: 20px;
  text-align: center;
  padding: 0;
}
.activeAccount img {
  max-width: 12px;
  max-height: 10px;
  vertical-align: middle;
}
* {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.3px;
  box-sizing: border-box;
}
body {
  font-family: "Poppins", sans-serif;
  color: #272626;
  font-size: 14px;
  letter-spacing: 0.3px;
  background: #f6f8fd;
  box-sizing: border-box;
}
.mergeMantra-icon {
  padding-right: 39px !important;
  cursor: default;
  background: url("./media/margeicon-E3IGGVI3.png") no-repeat 90% center #5ecb5e !important;
  margin: 0 !important;
  background-size: 16px auto !important;
}
.align-items {
  align-items: center;
  font-weight: 400;
}
.bigSize {
  font-size: 30px;
  color: #fff;
}
img {
  max-width: 100%;
  vertical-align: top;
}
button,
select {
  outline: none;
}
ul {
  list-style: none !important;
  margin: 0px;
  padding: 0px;
}
.txtRed {
  color: #ff5242;
}
textarea.form-control {
  height: auto;
  padding: 5px 7px;
}
a:hover {
  text-decoration: none;
}
a {
  color: inherit;
}
a:hover {
  color: #272626;
}
.themeColor {
  color: #ff5242;
  font-weight: 600;
}
.btn-primary {
  width: 100%;
  color: #fff !important;
  cursor: pointer;
  background-color: #ff5242;
  border-color: #ff5242;
  text-transform: capitalize;
}
.otpBox {
  margin-bottom: 20px;
}
.otpWrap .forgotPin {
  color: #ff5242;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px 0;
}
.password input[type=text] {
  padding-right: 35px;
}
.otpBox .error {
  text-align: left;
}
.showErrorMsg {
  font-size: 14px;
  display: block;
  float: left;
}
.otpWrap .wrapper {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.otp-input {
  border: solid 1px #c0cbdb !important;
}
select:invalid {
  color: #c9bcbc;
}
option[value=undefined][disabled] {
  display: none;
}
option {
  color: #333;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff !important;
  background-color: #d61200;
  border-color: #d61200;
  box-shadow: none !important;
  outline: none;
}
.btn-primary:active {
  background-color: #d61200 !important;
  border-color: #d61200 !important;
}
.h2,
h2 {
  font-size: 42px;
}
.h4,
h4 {
  font-size: 17px;
  font-weight: 600;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #ff5242;
}
.show.dropdown .show.tooltip {
  display: none !important;
}
.form-control[readonly]:focus {
  border-color: #c0cbdb;
}
:focus {
  outline: none !important;
}
.forgotWrap strong,
.forgotWrap strong a {
  font-weight: 900;
}
.ngb-dp-day,
.ngb-dp-week-number,
.ngb-dp-weekday {
  width: 32px !important;
  height: 32px !important;
  font-style: normal !important;
}
.common_row.rightRow {
  margin-top: 0px;
}
.col-bx-top.boxes.checkbox .input-helper:before {
  top: -9px;
  left: 0px;
}
.col-bx-top.boxes.checkbox .input-helper:after {
  left: 4px;
  top: -4px;
}
img {
  max-width: 100%;
  vertical-align: top;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.txt-right {
  text-align: right !important;
}
.green {
  color: #5ecb5e;
}
.text-black {
  color: #000;
}
.orange {
  color: rgb(244, 162, 67);
}
.text-orange {
  color: rgb(255, 162, 67) !important;
}
.red {
  color: #ff5242;
}
input[type=submit],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  resize: none;
}
input[type=text],
select,
input[type=email],
input[type=password],
textarea,
input[type=tel],
input[type=password],
input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
  color: #333;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  border: 1px solid #c0cbdb;
  outline: none;
  border-radius: 4px;
  width: 100%;
  font-family: inherit;
  resize: none;
}
.form input[type=text],
.form input[type=number],
.form input[type=email],
.form input[type=password],
.form input[type=tel],
.form textarea,
input[type=text],
select,
select.form-control,
.form-control,
.ngx-timepicker .ngx-timepicker__control--first,
.ngx-timepicker .ngx-timepicker__control--third,
.ngx-timepicker .ngx-timepicker__control--forth {
  display: block;
  width: 100%;
  height: 50px;
  padding: 0px 7px;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #c0cbdb;
  border-radius: 4px !important;
  font-size: 14px;
  font-weight: 400;
}
.ngx-timepicker {
  border-bottom: none !important;
}
.ngx-timepicker__control--second,
.ngx-timepicker-control__arrows::after,
.ngx-timepicker-control--active:after,
.period-control__button.period__btn--default:after {
  display: none !important;
}
.ngx-timepicker-control,
.period-control__button {
  position: relative;
  display: block !important;
  width: 100% !important;
  height: auto !important;
  padding: 0 5px;
}
.ngx-timepicker .ngx-timepicker__control--first,
.ngx-timepicker .ngx-timepicker__control--third {
  margin-right: 10px;
}
.ngx-timepicker .ngx-timepicker__control--first input,
.ngx-timepicker .ngx-timepicker__control--third input,
.ngx-timepicker .ngx-timepicker__control--forth .period {
  line-height: 49px;
  height: auto;
  background: transparent;
}
.ngx-timepicker .ngx-timepicker__control--first .ngx-timepicker-control__arrows,
.ngx-timepicker .ngx-timepicker__control--third .ngx-timepicker-control__arrows {
  top: 7px;
}
.period-control__arrow {
  margin-left: 0;
  right: 0;
  position: absolute;
  height: auto;
}
.period-selector {
  top: 50px !important;
  right: -7px !important;
  max-width: 141px !important;
  width: 149px !important;
}
.form-control:disabled,
textarea:disabled,
input:disabled,
button[type=button]:disabled,
button[type=submit]:disabled {
  background: #cfcdcd !important;
  border-color: #cfcdcd;
}
.wrapper.new-entry select,
.form-control {
  font-weight: 400;
}
.form-control::placeholder,
.form-control::-webkit-input-placeholder,
select.graytxt,
select::-webkit-input-placeholder,
select.form-control::-webkit-input-placeholder,
input[type=text]::placeholder,
input[type=text]::-webkit-input-placeholder {
  letter-spacing: 0.8px;
  color: #999 !important;
  font-weight: 400 !important;
}
.form-control::-moz-input-placeholder,
select::-moz-input-placeholder,
select.form-control::-moz-input-placeholder,
input[type=text]::-moz-input-placeholder {
  letter-spacing: 0.8px;
  color: #999 !important;
  font-weight: 400 !important;
}
.form-control::-ms-input-placeholder,
select::-ms-input-placeholder,
select.form-control::-ms-input-placeholder,
input[type=text]::-ms-input-placeholder {
  letter-spacing: 0.8px;
  color: #999 !important;
  font-weight: 400 !important;
}
.form-control.date-icon::-webkit-input-placeholder {
  color: #999 !important;
}
.form-control.date-icon:-ms-input-placeholder {
  color: #999 !important;
}
.form-control.date-icon::placeholder {
  color: #999 !important;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
}
select {
  background: url("./media/downarrow_icon-V24WS6BN.svg") no-repeat calc(100% - 10px) center/11px;
  padding-right: 40px;
  padding-left: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.clear {
  clear: both;
}
.fill {
  background: #ff5242;
  border: transparent !important;
}
.gray {
  background: #818e94;
}
.noRecord.darkbg {
  background: #edeef2 !important;
}
.cellgrid {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
ul[class*=grid-] {
  margin: 0 -10px -20px;
}
ul.grid-5 > li {
  float: left;
  width: 20%;
  padding: 0px 10px 20px 10px;
}
ul.grid-4 > li {
  float: left;
  width: 25%;
  padding: 0px 10px 20px 10px;
}
p::first-letter {
  text-transform: capitalize;
}
.checkbox input {
  width: 17px !important;
  height: 17px !important;
}
.checkbox .input-helper:before {
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #fff;
}
.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 0px;
}
.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.checkbox,
.radio {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0 0 0 25px;
  min-height: 20px;
}
.ion-connection-bars:before {
  content: "\f274";
  display: block;
  margin-top: 3px;
}
.checkbox,
.radio,
.form label.checkbox,
.form label.radio {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0px 0 0 30px;
  min-height: 20px;
  width: auto;
}
.radio,
.tabs_panel_wrap .checkbox {
  margin: 10px 30px 0 0;
}
.checkbox input,
.radio input {
  top: 0;
  left: 0;
  margin: 0 !important;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.form label.checkbox {
  margin-right: 50px;
  margin-top: 8px;
  line-height: 20px;
}
.form .align-items-center label.checkbox {
  margin: 0;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \	;
}
.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: 250ms;
  -o-transition-duration: 250ms;
  transition-duration: 250ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  content: "";
}
.checkbox .input-helper:before,
.radio .input-helper:before {
  left: 1px;
}
.checkbox.disabled,
.radio.disabled {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.checkbox input:checked + .input-helper:after {
  -webkit-transform: scale(1) rotate(-50deg);
  -ms-transform: scale(1) rotate(-50deg);
  transform: scale(1) rotate(-50deg);
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox input:checked + .input-helper:before {
  background: #ff5242;
  border-color: #ff5242;
}
.checkbox .input-helper:before {
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #ccc;
}
.checkbox .input-helper:after {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: scale(0) rotate(80deg);
  -ms-transform: scale(0) rotate(80deg);
  transform: scale(0) rotate(80deg);
  width: 10px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 5px;
  top: 5px;
}
.createBtn.filterButton {
  margin-left: 5px;
  padding: 5px 6px;
  margin-top: 0;
  vertical-align: top;
}
.filterButton img {
  width: 28px;
}
.radio input {
  width: 17px;
  height: 17px;
}
.modal {
  padding: 0 10px;
}
.modal-open bs-datepicker-container {
  z-index: 1090;
}
.modal-open .bs-datepicker-head,
.modal-open .bs-datepicker-body {
  min-width: 255px !important;
}
.radio input:checked + .input-helper:after {
  display: block;
}
.radio .input-helper:before {
  top: 1px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  border: 1px solid #ddd;
}
.radio .input-helper:after {
  width: 13px;
  height: 13px;
  background: #ff5242;
  border-radius: 50%;
  top: 4px;
  left: 4px;
  display: none;
}
.radio input:checked + .input-helper:before {
  border: 1px solid #ff5242 !important;
}
.save-btn,
.save-btn1,
.save-btn2 {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 2px;
  right: 0px;
  font-size: 21px;
  bottom: 0px;
  color: #08a578;
  background: none;
  cursor: pointer;
}
.typeWrap .radio .input-helper:before {
  top: 1px;
}
.typeWrap .radio .input-helper:after {
  top: 5px;
  width: 11px;
  height: 11px;
  left: 5px;
}
.custom-tooltip {
  position: relative;
  text-transform: uppercase;
}
.tooltip {
  font-size: 12px !important;
}
.default .btn-primary {
  opacity: 0.2;
}
.wrapper.new-entry .footerwrap .commonBtn.default {
  background: rgba(129, 142, 148, 0.2);
  border: none;
}
.entry-data-wrap p {
  letter-spacing: 0.15px;
  color: #818e94;
  margin-bottom: 0px;
}
.dropdown-menu.show {
  opacity: 1;
  max-width: 240px;
  min-width: 240px;
  z-index: 66;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.marginTop {
  margin-top: 80px;
}
.wrapper.login-section {
  width: 100%;
  padding-left: 0px;
  height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}
.wrapper.login-section .footerWrap {
  background: #fff;
  text-align: center;
  padding: 10px 0;
  margin-top: auto;
}
.loginHeader {
  padding: 15px 0px;
  box-sizing: border-box;
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 3;
  background: #fff;
}
.loginHeader .navbar {
  padding: 0px;
  margin: 0px;
  list-style: none;
  float: right;
}
.loginHeader .navbar li {
  padding: 0 12px;
  border-right: 1px solid #cfd0d3;
  line-height: 15px;
}
.loginHeader .navbar li:last-child {
  border-right: none;
  padding-right: 0px;
}
.loginHeader .navbar li a {
  color: #272626 !important;
}
.loginHeader .navbar li a:hover,
.loginHeader .navbar li a.active {
  color: #ff5242 !important;
}
.logo img {
  width: 180px;
}
.main_container {
  padding-top: 80px;
}
.login-container {
  overflow: hidden;
  position: relative;
  max-width: 970px;
  width: 100%;
  margin: 20px auto;
  background: #fff;
  z-index: 1;
  min-height: 470px;
}
.innerBox {
  padding: 40px;
  padding-right: 0;
}
.loginWrap p {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
}
.itemBox {
  margin-top: -3px;
  margin-bottom: 20px;
}
.itemBox h2 {
  margin: 0px;
  position: relative;
  z-index: 1;
  font-size: 36px;
  line-height: 50px;
  letter-spacing: 0.84px;
  color: #272626;
}
.downloadBox {
  padding: 40px 20px;
  background: #ffecea 0% 0% no-repeat padding-box;
  border-radius: 4px;
  opacity: 1;
}
.downloadBtn_wrap {
  margin-top: 15px;
}
.downloadBtn_wrap a {
  display: inline-block;
}
.downloadBtn_wrap a:first-child {
  margin-right: 10px;
}
.downloadBtn_wrap a img {
  width: 145px;
}
.downloadBox h4 {
  font-size: 20px;
  line-height: 32px;
}
.downloadBox p {
  font-size: 16px;
  line-height: 32px;
}
.form-group {
  position: relative;
  margin-bottom: 30px;
}
.password-inner .form-group {
  margin-bottom: 40px;
}
.form-group .showPass {
  position: absolute;
  right: 30px;
  top: 14px;
  cursor: pointer;
}
.form-group .showPass img {
  width: 20px;
}
.checkbox.leftlabel {
  display: inline-block !important;
  width: auto;
  cursor: pointer;
}
.forgotPwd {
  text-align: right;
  display: block;
  color: #ff5242;
  font-weight: 500;
  letter-spacing: 0.8px;
  font-size: 16px;
  cursor: pointer;
}
.forgotWrap {
  padding: 35px;
}
.forgotWrap p {
  margin-bottom: 20px;
  letter-spacing: 0;
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px;
  color: #272626;
}
.submitWrap {
  margin-top: 50px;
}
.submitWrap .btn-primary {
  padding: 12px;
}
.login-container.forgot-container {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
}
.backbtn {
  text-align: center;
  padding: 15px 0;
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}
.login-container.forgot-container {
  min-height: auto;
}
.loginWrap {
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}
.forgotWrap > .d-flex {
  margin-bottom: 26px;
}
.forgotWrap h1 {
  font-size: 30px;
  margin-bottom: 0;
}
.forgotWrap h1 a img {
  width: 40px;
}
.profileWrap {
  max-width: 700px;
  margin: 0 auto;
  width: 100%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(74, 104, 170, 0.2);
  padding: 30px;
  position: relative;
}
.profileWrap.shapes:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: url("./media/pattern-QF2WA4UK.svg") no-repeat;
  background-size: contain;
  background-position: right;
  width: 200px;
  height: 120px;
}
.profileWrap .logo {
  margin-bottom: 10px;
  display: inline-block;
}
.profileWrap h2 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 32px;
}
.avatarWrap {
  padding-top: 15px;
}
.avatarWrap ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.profileWrap .avatarWrap ul li {
  margin: 7px;
}
.avatarWrap ul li .avatars {
  position: relative;
  background: #d9e2e6;
  border-radius: 50%;
  margin-bottom: 0;
}
.avatarWrap ul li .avatars > input + img:first-child {
  padding-left: 0px;
}
.avatarWrap ul li .avatars > input + img {
  width: 60px;
  cursor: pointer;
  border-radius: 50px;
  padding: 2px;
  border: 3px solid #fff;
  box-shadow: 0px 0px 1px 1px #fff;
}
.avatarWrap ul li .avatars > input:checked + img {
  border-radius: 50px;
  border: 3px solid #fff;
  position: relative;
  box-shadow: 0px 0px 1px 1px #000;
}
.avatarWrap ul li .avatars > input {
  display: none;
}
.profileWrap.shapes .logo img {
  width: 200px;
  padding-bottom: 25px;
}
.avatarWrap ul li .avatars .checkboxWhite {
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translate(-12px, 65%);
  display: none;
}
.avatarWrap h4,
.colour_picker h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.colour_picker ul li {
  display: inline-block;
  vertical-align: top;
  margin: 7px;
}
.colour_picker ul li .colors > input + img {
  width: 40px;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 50px;
  padding: 2px;
}
.colour_picker ul li .colors > input:checked + img {
  border: 1px solid #272626;
  border-radius: 50px;
  position: relative;
}
.colour_picker ul li .colors > input {
  display: none;
}
.avatars.label {
  border-radius: 50%;
}
.avatars.label img {
  margin-left: 0px !important;
}
.avatarWrap ul li .avatars.color_0,
.avatars.label.color_0 {
  background: #ff6969;
}
.avatarWrap ul li .avatars.color_1,
.avatars.label.color_1 {
  background: #b865cf;
}
.avatarWrap ul li .avatars.color_2,
.avatars.label.color_2 {
  background: #44cf7b;
}
.avatarWrap ul li .avatars.color_3,
.avatars.label.color_3 {
  background: #7465cf;
}
.avatarWrap ul li .avatars.color_4,
.avatars.label.color_4 {
  background: #ffb341;
}
@media (min-width: 576px) {
  .modal-dialog.bigPopup {
    max-width: 800px;
    margin: 1.75rem auto;
  }
  .modal-dialog.largPopup {
    max-width: 950px;
    margin: 1.75rem auto;
  }
  .modal-dialog.largPopup.more {
    max-width: 1000px;
    margin: 1.75rem auto;
  }
  .modal-dialog.midSPopup {
    max-width: 850px;
    margin: 1.75rem auto;
    margin-bottom: 6rem !important;
  }
  .modal-dialog.midPopup {
    max-width: 620px;
    margin: 1.75rem auto;
  }
}
.swal2-popup {
  padding-right: 25px !important;
}
.top-bar {
  padding: 0 15px;
  position: fixed;
  top: 0;
  left: 0px;
  right: 0;
  z-index: 1081;
  min-height: 60px;
  border-bottom: 1px solid #e6e6f2;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  -webkit-transition: all 0.3s ease;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.left.logoSection {
  width: 235px;
}
.logo-img {
  display: inline-block;
  vertical-align: middle;
}
.logo-img a {
  display: block;
}
.logo-img img {
  width: 170px;
}
.right-nav ul li {
  float: left;
  border-right: 1px solid #e6e6f2;
}
.right-nav ul li .navdrop-box {
  -webkit-transition: all ease-in-out 300ms;
  -o-transition: all ease-in-out 300ms;
  transition: all ease-in-out 300ms;
  text-align: center;
  font-size: 25px;
  color: #333;
  line-height: 70px;
  height: 70px;
  padding: 0 20px;
  display: block;
}
.right-nav ul li:last-child {
  border-right: none;
}
.right-nav ul li:last-child .navdrop-box {
  padding-right: 0;
}
.navdrop-wrap {
  float: left;
  position: relative;
}
.notice-label {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 27px;
  right: 22px;
  border-radius: 50%;
  background-color: #ff5242;
}
.right-nav .mdi.mdi-bell:hover:before {
  -webkit-animation-name: ring;
  -webkit-animation-duration: 1000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: ring;
  -moz-animation-duration: 1000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: ring;
  -ms-animation-duration: 1000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: ring;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.clear {
  clear: both;
}
@-webkit-keyframes ring {
  0% {
    -webkit-transform: rotate(-50deg);
  }
  50% {
    -webkit-transform: rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(-50deg);
  }
}
@keyframes ring {
  0% {
    -webkit-transform: rotate(-50deg);
  }
  50% {
    -webkit-transform: rotate(50deg);
  }
  100% {
    -webkit-transform: rotate(-50deg);
  }
}
.right-nav .mdi.mdi-cog:hover:before {
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 4000ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.search_bar {
  position: relative;
  margin: 12px 0px;
}
.search_bar input[type=text] {
  width: 450px;
  height: 44px;
  font-size: 15px;
  padding-left: 40px;
  color: #272626;
  border-radius: 30px;
  letter-spacing: 2px;
  border: transparent;
  background: rgba(200, 200, 200, 0.2);
  font-weight: 400 !important;
}
.search-icon {
  width: 40px;
  height: 44px;
  position: absolute;
  top: 0px;
  font-size: 0px;
  left: 0px;
  background: url("./media/search_icon-FHNE4QQI.svg") no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 8px 0px 0px 8px;
  border: transparent;
  background-size: 20px;
}
.createBtn {
  background: #ff5242;
  display: inline-block;
  border-radius: 4px;
  color: #fff !important;
  padding: 10px 12px;
  margin-top: 13px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 1px solid;
  cursor: pointer;
}
.createBtn:hover {
  color: #fff !important;
}
.profile-dropdown {
  cursor: pointer;
  position: relative;
}
.profile-pic {
  padding: 0px 10px 2px 15px;
  height: 70px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.user-pic {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.user-nm {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-right: 15px;
  font-weight: 400;
  font-size: 15px;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-nm:before {
  content: "";
  width: 12px;
  height: 6px;
  background: url("./media/downarrow_icon-V24WS6BN.svg") no-repeat;
  background-position: center;
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -3px;
}
.dropdown-menu {
  box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.25);
}
.notification-dropdown .dropdown-menu {
  display: none;
  min-width: 250px;
  max-width: 250px;
  font-size: 14px;
  border-top: 0;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.22);
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  top: 26px;
  left: unset;
  margin: 45px auto 20px;
  padding: 0;
}
.notification-dropdown.show .dropdown-menu {
  opacity: 0;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  display: block;
  will-change: transform;
  -webkit-transform: translate3d(0px, -20px, 0px);
  transform: translate3d(0px, -20px, 0px);
}
.notification-dropdown.show1 .dropdown-menu {
  opacity: 1;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transform: translate3d(0, 1px, 0) !important;
  transform: translate3d(0, 1px, 0) !important;
}
.notification-dropdown li {
  word-wrap: break-word;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  border-bottom: 1px solid #eff2f6;
}
.notification-dropdown li:last-child {
  border-bottom: 0;
}
.notification-dropdown li a {
  color: #666;
  padding: 6px 10px;
  text-decoration: none;
  display: inline-block;
  font-size: 15px;
  width: 100%;
  vertical-align: top;
}
.notification-dropdown a.link-menu i.icon {
  font-size: 24px;
  float: left;
}
.notification-dropdown li a span {
  float: left;
  line-height: 35px;
  padding-left: 10px;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 94%;
}
.notification-dropdown li a .mdi {
  padding-left: 0px;
}
.pt-md {
  padding-top: 15px;
}
.dropdown-menu h5 {
  margin: 10px 0 15px;
  font-size: 16px;
}
.name-wrap {
  width: 45px;
  height: 45px;
  font-size: 18px;
  color: #fff;
  display: inline-block;
  line-height: 42px;
  vertical-align: middle;
  margin: 0 auto;
  border-radius: 50%;
  background: #ccc;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
.dropdown-menu-footer {
  background: #efefef;
  text-transform: capitalize;
  text-align: center;
  font-size: 16px;
  border-radius: 0 0 5px 5px;
}
.dropdown-menu-footer a {
  padding: 13px;
  display: block;
  color: #fff;
}
.coverScroll {
  max-height: 200px;
  position: relative;
  overflow: auto;
  z-index: 4;
  padding: 10px 10px 10px 0;
  resize: none;
}
.sidebar {
  position: fixed;
  top: 72px;
  bottom: 0;
  left: 0;
  width: 225px;
  background: #fff;
  padding: 0 0 20px;
  -webkit-transition: all ease-in-out 800ms;
  -o-transition: all ease-in-out 800ms;
  transition: all ease-in-out 800ms;
  padding-bottom: 150px;
  height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  visibility: visible;
  transition: margin-left 250ms ease-out, transform 250ms ease-out;
}
.sidebar-mini .sidebar {
  margin-left: -250px;
}
.sidebar-mini .wrapper {
  padding-left: 0px;
}
.sidebar-inner {
  padding-bottom: 50px;
}
.nav-outer {
  position: relative;
  height: calc(100vh - 70px);
  z-index: 4;
}
.nav-outer .ulscroll {
  height: calc(100% - 70px);
  overflow-y: auto;
}
.nav-outer .copyright {
  padding-top: 10px;
}
.sidebar ul li {
  list-style: none;
  margin-bottom: 1px;
}
.nav-outer ul li a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-left: solid 5px #ff5242;
  background: rgba(200, 200, 200, 0.2);
  -webkit-transition: 0.35s ease left;
  -o-transition: 0.35s ease left;
  transition: 0.35s ease left;
  opacity: 0;
}
.sidebar ul li a,
.working-in-progress a {
  overflow: visible;
}
.sidebar ul li a {
  text-transform: capitalize;
  font-size: 14px;
  display: block;
  color: #000000;
  padding: 12px 15px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  letter-spacing: 0.5px;
  opacity: 0.7;
  text-decoration: none;
}
.sidebar ul li a:hover,
.nav-outer ul li.active a {
  opacity: 1;
}
.nav-outer ul li.active a:before,
.nav-outer ul li.active a:hover:before {
  opacity: 1;
}
.sidebar ul li a:hover:before {
  opacity: 0.5;
}
.sidebar ul li a,
.working-in-progress a {
  overflow: visible;
}
.sidebar ul li .light {
  font-size: 14px;
  color: #2d2f39;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 42px;
  font-weight: 700;
  padding: 0 15px;
  margin: 0;
}
.sidebar ul li .title-bar h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  margin: 0px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.sidebar ul li .title-bar h2 img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.mCustomScrollbar {
  overflow: auto;
}
.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: medium none;
  direction: ltr;
  direction: ltr;
}
.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}
.mCSB_inside > .mCSB_container {
  margin-right: 0;
}
.mCustomScrollBox {
  direction: ltr;
}
.mCSB_scrollTools {
  position: absolute;
  width: 5px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0;
  -o-transition: opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0;
  transition: opacity 0.2s ease-in-out 0s, background-color 0.2s ease-in-out 0;
}
.mCSB_scrollTools {
  opacity: 0;
}
.mCustomScrollbar:hover .mCSB_scrollTools {
  opacity: 0.5;
}
.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #999;
  position: relative;
  width: 5px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}
.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
}
.mCSB_scrollTools .mCSB_draggerRail {
  width: 5px;
  height: 100%;
  margin: 0 auto;
  border-radius: 5px;
}
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}
.wrapper {
  padding-left: 225px;
  -webkit-transition: all ease-in-out 200ms;
  -o-transition: all ease-in-out 200ms;
  transition: all ease-in-out 200ms;
  position: relative;
}
.main-container {
  margin: 85px 0 50px 0;
  padding-left: 20px;
  padding-right: 20px;
}
.spacing .createBtn {
  padding-left: 20px;
  padding-right: 20px;
}
.title-bar h1 {
  font-weight: 700;
  font-size: 30px;
  margin: 0px;
  color: #2d2f39;
  display: inline-block;
  vertical-align: top;
}
.title-bar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
h1.pos {
  position: absolute;
}
.fixingHeading,
.clear {
  clear: both;
}
.fixingHeading .leftHeading {
  display: inline-block;
  width: 100%;
}
.fixingHeading h1 {
  width: 100%;
  text-align: left;
  text-transform: capitalize;
  position: relative !important;
  float: left;
  padding-left: 30px;
}
.fixingHeading.differ h1 {
  width: 100%;
}
.rowWrap {
  margin-bottom: 25px;
}
.col-bx-top {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
  -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
.small_title {
  font-size: 20px;
  margin-bottom: 20px;
}
.dashboard .small_title {
  font-weight: 600;
}
.dashboard .col-bx-top {
  margin-bottom: 25px;
}
.wrapBox {
  display: inline-block;
}
.commonBox {
  width: 50%;
  position: relative;
}
.commonBox:first-child:before {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  bottom: 0;
  border-right: 1px solid #f1f1f1;
  width: 1px;
  height: 90%;
  margin: auto;
}
.commonBox p {
  margin: 0px;
}
.dashboard .commonBox p.red {
  margin: 0px 0 10px;
}
.commonBox p.green {
  font-size: 20px;
  font-weight: 600;
}
.commonBox p.orange {
  font-size: 20px;
  font-weight: 600;
}
.commonBox p.red {
  font-size: 14px;
  font-weight: 600;
  min-height: 21px;
}
.boldText {
  font-size: 35px;
  color: #2d2f39;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 10px;
  display: block;
}
.dashboard .boldText {
  font-size: 72px;
}
.commonBox.rowbody {
  display: flex;
  align-items: center;
}
.leftBox,
.rightBox {
  width: 50%;
}
.rightBox {
  padding: 0px 15px;
}
.listview {
  margin-top: 15px;
}
.rightBox .listview {
  padding: 0 2px;
}
.rightBox .listview dl.list {
  overflow: hidden;
}
.rightBox .listview dl.list.round {
  background: rgba(94, 203, 94, 0.15);
  color: #5ecb5e !important;
  border-radius: 30px;
  padding: 7px 12px;
}
.rightBox .listview dl {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
  padding: 0px 12px;
}
.rightBox .listview .list dt:first-child {
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
  width: auto;
  float: left;
}
.rightBox .listview .list dt {
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 42%;
  color: #818e94;
  font-size: 14px;
  font-weight: 400;
}
.rightBox .listview .list.round dt {
  color: #5ecb5e;
  font-weight: 500;
}
.rightBox .listview .list dt:nth-child(even) {
  width: auto;
  float: right;
}
.copyright {
  padding: 5px 15px !important;
  position: relative;
}
.copyright ._logo_a {
  position: absolute;
  left: 10px;
}
.copyright p {
  margin: 0px;
  font-size: 14px;
}
.copyright span {
  font-size: 10px;
}
.borderRight {
  border-right: 1px solid #ccc;
}
.rankingWrap {
  position: relative;
}
.rankingWrap h4 {
  margin-bottom: 20px;
}
.rankingBox {
  display: flex;
}
.rankingBox .contentBox {
  padding: 0px 15px;
}
.rankingBox .contentBox p {
  font-size: 14px;
}
.rankingBox span {
  font-size: 23px;
  font-weight: 600;
}
.leaderboard .rankingBox span {
  font-size: 20px;
  font-weight: 600;
}
.teamsWrap {
  padding-left: 30px;
}
.pointsCover {
  overflow: auto;
}
.pointsWrap {
  width: 100%;
  max-width: 100%;
  display: flex;
}
.pointsWrap .teamsPoints h4 .yallow_circle img {
  width: 20px;
  margin-right: 4px;
}
.pointsWrap .teamsPoints {
  padding: 20px 20px 20px 0px;
  min-width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pointsWrap .teamsPoints:last-child {
  padding-right: 0;
}
.pointsWrap .teamsPoints p {
  color: #818e94;
  font-size: 14px;
  margin-bottom: 12px;
}
.tab-heading {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding-bottom: 25px;
}
.tab-heading h2 {
  font-weight: 500;
  font-size: 22px;
  margin: 0px;
  color: #666;
  display: inline-block;
  vertical-align: top;
}
.actionbox-rt {
  float: right;
}
.search-outer {
  height: 40px;
  border-radius: 4px;
  float: left;
  position: relative;
  padding: 0px 5px 0px 40px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  width: 300px;
  background-color: #fff;
  border: 1px solid #d7d7e3;
}
.search-outer input.search-box {
  background: none;
  border: none;
  letter-spacing: 0.8px;
  color: #88949a;
  border: none;
  outline: none;
  width: 100%;
  height: 38px;
  font-size: 14px;
}
.search-outer .search {
  background-size: cover;
  background: url("./media/search_icon-FHNE4QQI.svg") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  top: 10px;
  cursor: pointer;
  margin: auto;
  border: none;
}
.tabBar {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 10px 0px 20px 0;
}
.tabBar h2 {
  font-weight: 600;
  font-size: 20px;
  line-height: 18px;
  margin: 0px;
  color: #272626;
  display: inline-block;
  vertical-align: top;
  margin-right: 35px;
  position: relative;
}
.tabBar h2.active a {
  color: #ff5242 !important;
  border-bottom: 2px solid #ff5242;
  display: inline-block;
}
.tabBar h2 a {
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.review .tabBar h2 a,
.review .tabBar h2 a:hover {
  color: #818e94;
}
.tabBar h2 a span {
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}
.tabBar h2 a span img {
  width: 15px;
}
.tabBar.tabsList h2 {
  margin-right: 40px;
}
.tabBar.tabsList h2:last-child {
  margin-right: 0;
}
.tabBar.tabsList h2 a {
  letter-spacing: 1.1px;
  color: #818e94;
}
.noRecord .imageNorecord {
  background: url("./media/search_icons-IC3FTEKV.svg") no-repeat 50%;
  background-size: auto 100%;
  height: 70px;
  margin-bottom: 20px;
  display: block;
}
.date .bg-primary {
  background-color: #ff5242 !important;
}
.leaderboard .table-wrapper,
.table-responsive {
  margin-bottom: 0;
}
.leaderboard .table-wrapper table thead th,
.table-responsive table thead th {
  border-collapse: separate;
  border-bottom: 8px solid #f6f8fd;
  padding: 15px 15px;
  box-shadow: inset 0px -1px 0px 0px #e6e6f2;
  letter-spacing: 0.8px;
  color: #000;
  font-weight: 600;
  font-size: 15px;
}
.leaderboard .table-wrapper table td a,
.table-responsive table td a {
  padding: 15px 15px;
  font-weight: 500;
}
.main-container.leaderboard .rankingWrap h4 {
  font-weight: 600;
  margin-bottom: 35px;
}
.table-wrapper,
.table-responsive {
  text-align: left;
  border-radius: 3px;
  position: relative;
  margin-bottom: 50px;
  font-size: 15px;
  background: #fff;
}
.table-wrapper tr,
.table-responsive tr {
  border-bottom: 1px solid #e6e6f2;
}
.table-wrapper tr:last-child,
.table-responsive tr:last-child {
  border: none;
}
.table-wrapper table,
.table-responsive table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 0 !important;
}
.dean .table-wrapper table,
.table-responsive table {
  table-layout: fixed;
}
.table-wrapper th,
.table-responsive th {
  font-weight: 400;
  padding: 20px 15px;
  position: relative;
  color: #3d405c;
  vertical-align: top;
  text-transform: capitalize;
  font-size: 15px;
  font-weight: 500;
}
.table-wrapper .select_checkbox th.checkbox input,
.table-responsive .select_checkbox th.checkbox input {
  top: 3px;
  left: 3px;
}
.table-wrapper .select_checkbox td.checkbox input,
.table-responsive .select_checkbox td.checkbox input {
  top: 4px;
  left: 2px;
}
.table-wrapper .select_checkbox th.checkbox-delete .checkbox .input-helper:before,
.table-responsive .select_checkbox th.checkbox-delete .checkbox .input-helper:before {
  left: -28px;
  top: 3px;
}
.table-wrapper .select_checkbox th.checkbox-delete .checkbox .input-helper:after,
.table-responsive .select_checkbox th.checkbox-delete .checkbox .input-helper:after {
  left: -23px;
  top: 7px;
}
.table-wrapper .select_checkbox td.checkbox-delete .checkbox .input-helper:before,
.table-responsive .select_checkbox td.checkbox-delete .checkbox .input-helper:before {
  top: 5px;
}
.table-wrapper .select_checkbox td.checkbox-delete .checkbox .input-helper:after,
.table-responsive .select_checkbox td.checkbox-delete .checkbox .input-helper:after {
  top: 10px;
}
.table-wrapper table td,
.table-responsive table td {
  padding: 0px;
}
.student.team .table-responsive table th:first-child,
.student.team .table-responsive table td:first-child a {
  padding-left: 30px;
}
.table-wrapper table td a,
.table-responsive table td a {
  padding: 20px 15px;
  text-decoration: none;
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  line-height: 35px;
}
.leaderboard .table-wrapper table td img,
.table-responsive table td img {
  max-width: 40px;
  margin-left: 20px;
}
.leaderboard .table-wrapper table td img {
  max-width: 35px;
}
.table-wrapper table td a > .icons > img,
.table-responsive td a > .icons > img {
  display: inline-block;
  vertical-align: middle;
}
.table-wrapper table td a .icons,
.table-responsive table td a .icons {
  position: relative;
  right: auto;
  top: auto;
  width: auto;
}
.pagination-wrapper {
  text-align: right;
  padding: 20px 0px;
  box-sizing: border-box;
  float: right;
}
.pagination-wrapper .paginate_btn.current {
  background: #ff5242;
  color: #fff !important;
  border-color: #ff5242;
}
.pagination-wrapper .paginate_btn:hover {
  background: #ff5242;
  color: #fff !important;
}
a.paginate_btn.next:hover {
  background: transparent;
}
.pagination-wrapper .paginate_btn {
  display: inline-block;
  min-width: 35px;
  line-height: 33px;
  text-align: center;
  margin-left: 0px;
  text-align: center;
  cursor: pointer;
  color: #666;
  vertical-align: top;
  font-size: 13px;
  border: 1px solid #ddd;
  font-weight: 600;
}
.pagination-wrapper .paginate_btn.disabled:hover,
.pagination-wrapper .paginate_btn.disabled {
  background: none;
  color: #999;
  border-color: #ddd;
}
.pagination-wrapper .previous,
.pagination-wrapper .next {
  position: relative;
  font-size: 0px;
}
.pagination-wrapper .next:after {
  transform: rotate(135deg);
  left: 14px;
}
.pagination-wrapper .previous:after,
.pagination-wrapper .next:after {
  content: "";
  position: absolute;
  border-top: 2px solid #ff5242;
  border-left: 2px solid #ff5242;
  width: 6px;
  height: 6px;
  top: 50%;
  left: 12.5px;
  margin-top: -4px;
}
.pagination-wrapper .previous:after {
  transform: rotate(-45deg);
}
.leaderboard .table-wrapper table td span.points_icons img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
}
table.dataTable > thead th.no-sort:before,
table.dataTable > thead th.no-sort:after {
  display: none !important;
}
.table-wrapper table thead th {
  border-top: 0px;
  font-weight: 600;
}
th.width100.sorting {
  width: 70px !important;
}
table.dataTable > thead > tr > th:not(.sorting_disabled),
table.dataTable > thead > tr > td:not(.sorting_disabled) {
  vertical-align: top;
}
table.dataTable > thead .arrow-icon.sorting:after,
table.dataTable > thead .arrow-icon.sorting_asc:after,
table.dataTable > thead .arrow-icon.sorting_desc:after,
table.dataTable > thead .arrow-icon.sorting_asc_disabled:after,
table.dataTable > thead .arrow-icon.sorting_desc_disabled:after {
  opacity: 0;
}
table.dataTable > thead .arrow-icon.sorting:before,
table.dataTable > thead .arrow-icon.sorting_asc:before,
table.dataTable > thead .arrow-icon.sorting_desc:before,
table.dataTable > thead .arrow-icon.sorting_asc_disabled:before,
table.dataTable > thead .arrow-icon.sorting_desc_disabled:before {
  opacity: 0;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc_disabled:before {
  content: "";
  background: url("./media/downcaret-ROY45TFD.svg");
  background-position: left;
  background-size: 100%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  position: absolute;
  top: 12px;
  right: 5px;
  opacity: 0;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting_asc_disabled:after,
table.dataTable > thead .sorting_desc_disabled:after {
  content: "";
  background: url("./media/downcaret-ROY45TFD.svg");
  background-position: left;
  background-size: 100%;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  position: absolute;
  top: 14px;
  right: 12px;
  opacity: 1;
}
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
  color: #ff5242;
}
.dataTables_length {
  display: none;
}
.dataTables_filter {
  display: none;
}
table.dataTable {
  margin-top: -1px !important;
}
table.table-bordered.dataTable {
  border-right-width: 1px;
}
.table td {
  padding: 0px !important;
}
.table-striped tbody tr:nth-of-type(odd) {
  background: #fff;
}
.table-bordered td,
.table-bordered th {
  border-right: 1px solid transparent;
}
div.dataTables_wrapper div.dataTables_info {
  padding: 10px;
}
div.dataTables_wrapper div.dataTables_paginate {
  padding: 10px;
}
.page-item.active .page-link {
  background-color: #ff5242;
  border-color: #ff5242;
}
.page-link {
  color: #0e1217;
}
.page-link:hover {
  color: #0e1217;
}
.page-link:focus {
  box-shadow: none;
}
.badges h5 {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}
.badges .remaining_badgesPanel h5 {
  opacity: 0.6;
}
.badges-full-info.remaining {
  opacity: 0.2;
}
.badges-status {
  opacity: 0.2;
}
.badges-status.bg-inActive {
  opacity: 1;
}
.badges-full-info ul {
  padding-left: 15px;
}
.badges-full-info ul li {
  list-style: none;
  position: relative;
  display: block;
  padding-left: 60px;
  padding-bottom: 50px;
  word-wrap: break-word;
}
.badges-full-info ul li p {
  margin-bottom: 5px;
  font-size: 16px;
}
.badges-full-info ul li h6 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
  padding-right: 160px;
  word-break: break-all;
}
.badges-full-info ul li h6 span {
  display: inline-block;
  font-size: 16px;
  color: #5ecb5e;
  font-weight: 600;
}
.badges-full-info ul li.badges-status .badges_icon {
  bottom: auto;
  color: #5ecb5e;
  width: 70px;
  height: 70px;
  top: -20px;
  left: -28px;
  position: absolute;
  z-index: 0;
  text-align: center;
}
.badges-full-info ul li.badges-status .count {
  position: absolute;
  z-index: 1;
  top: 38px;
  left: -4px;
  width: 20px;
  height: 20px;
  background: #fff;
  text-align: center;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  font-weight: 600;
  line-height: 22px;
}
.badges-full-info ul li.badges-status .count img {
  border-radius: 100px;
}
.badges_icon svg {
  width: 65px;
}
.modal.wider .modal-dialog {
  max-width: 700px !important;
}
.badges-full-info ul li .setPositions p {
  font-weight: 500;
}
.image-name ul {
  display: flex;
}
.image-name ul li {
  width: 40px;
  height: 40px;
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  margin-left: 12px;
  position: relative;
}
.remove-doc {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 999;
  position: absolute;
  top: -6px;
  right: -6px;
  background: #ff5242;
}
.remove-doc:before {
  content: "X";
  position: absolute;
  top: 1px;
  left: 4px;
  bottom: 0px;
  font-size: 8px;
  text-align: center;
  color: #fff;
}
.attach-file {
  display: flex;
}
.image-name ul li img {
  max-width: 100%;
}
.badges-full-info ul li.badges-status:after {
  border-left: 2px solid #eee;
  bottom: -5px;
  content: "";
  position: absolute;
  top: 60px;
  left: 5px;
}
.badges-full-info ul li.badges-status:last-child:after {
  border-left: 0px;
}
.badges-full-info ul li span {
  color: #000;
  font-size: 13px;
  display: block;
  font-weight: 500;
}
.badgesPanel,
.remaining_badgesPanel {
  padding: 0 20px;
}
.queryWrap {
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
}
.queryWrap .title-bar h2 {
  line-height: 40px;
}
.queryWrap .commonRow label {
  font-size: 14px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.64px;
  opacity: 0.56;
  margin-bottom: 0px;
}
.queryWrap .commonRow select {
  font-weight: 500;
  color: #000000;
  padding-right: 24px;
}
.queryWrap .commonRow .form-control {
  height: 38px;
}
.queryWrap .commonRow select.grey {
  color: #818e94;
  margin-bottom: 0;
  margin-top: 10px;
}
.generateBtn {
  margin-top: 10px;
}
.queryWrap .title-bar {
  padding: 20px 40px;
  border-bottom: 1px solid #c0cbdb;
}
.queryWrap .title-bar h1 {
  font-weight: 500;
}
.actionbox-rt .commonBtn {
  min-width: 100px;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  font-size: 14px;
  color: #ff5242;
  display: inline-block;
  margin-left: 15px;
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
}
.actionbox-rt .commonBtn.clear {
  color: #333;
}
.queryContent {
  padding: 15px 40px;
  border-bottom: 1px solid #c0cbdb;
}
.d-flx {
  display: flex;
}
.closeWrap {
  position: absolute;
  left: 0;
  width: 13px;
}
.close_icon {
  display: inline-block;
  margin: 11px 0px;
}
.close_icon img {
  width: 16px;
}
.selectWrap {
  width: 100%;
  padding-left: 24px;
}
.commonRow label {
  margin-bottom: 15px;
}
.commonRow select {
  margin-bottom: 8px;
  height: 38px;
  font-size: 14px;
  cursor: pointer;
}
.queryContent .col-lg-2,
.queryContent .col-lg-3 {
  padding-right: 0;
}
.commonRow .box.h-200 {
  min-height: 200px;
}
.commonRow .box {
  min-height: 240px;
  max-height: 100%;
  padding: 10px;
  resize: none;
  border: 1px solid #c0cbdb;
  font-family: "Poppins", sans-serif;
  border-radius: 4px;
  font-size: 14px;
}
.tags {
  border-radius: 4px;
  opacity: 0.76;
  padding: 10px 12px;
  color: #000;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.tags.green {
  background: #00fd75;
}
.tags.orange {
  background: #ffa500;
}
.tags.blue {
  background: #5dccff;
}
.tags span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
span.float-end.close-icon {
  padding-right: 12px;
}
.box.past .tags:first-of-type {
  margin-top: 0px;
}
.textBox {
  padding: 8px;
  height: 38px;
  border: 1px solid #c0cbdb;
}
.commonRow .row {
  margin-left: 0px;
}
.commonRow label {
  padding-left: 15px;
}
.generateBtn {
  background: #ff5242;
  border-radius: 4px;
  color: #fff !important;
  padding: 10px 10px;
  display: block;
  text-align: center;
}
.generateBtn:hover {
  color: #fff !important;
}
.add-clauseBtn {
  padding: 8px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #c0cbdb;
  letter-spacing: 0.48px;
  color: #000;
  border-radius: 4px;
  display: inline-block;
  font-weight: 500;
  margin-top: 10px;
  text-transform: capitalize;
}
.add-clauseBtn.grayBtn {
  background: #cfcdcd;
  cursor: default;
  border-color: #cfcdcd;
  color: #898787;
}
.add-clauseBtn img {
  width: 14px;
  vertical-align: middle;
  margin-right: 5px;
}
.rightPenal {
  position: relative;
  padding-bottom: 90px;
}
.rightPenal .footerwrap {
  position: absolute;
  bottom: 10px;
  right: 0;
}
.modal-body.text-right {
  text-align: right;
}
.text-right .common-btn {
  display: inline-block;
  max-width: 150px;
  margin-left: 10px;
}
.text-right .common-btn:hover {
  color: #fff;
}
.text-right .common-btn.unfill:hover {
  background: #e7eded;
  color: #818e94;
}
.top-section {
  padding: 20px 0px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  vertical-align: top;
}
.chart-section {
  padding: 40px 40px 0px 0;
  background: #fff;
}
.top-section .sub-title {
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  font-weight: 500;
}
.modal .modal-header,
.modal .modal-footer,
.modal .modal-body {
  padding: 0;
  border: 0;
}
.modal-content {
  padding: 30px;
  border-radius: 4px;
}
.modal .modal-body {
  padding: 15px 0;
}
.modal-header {
  display: block;
  border-bottom: 1px solid transparent;
}
.modal-footer {
  border: transparent;
  flex-wrap: unset !important;
}
.common-btn {
  max-width: 300px;
  height: 45px;
  display: block;
  border-radius: 4px;
  cursor: pointer;
  line-height: 45px;
  margin: 0 auto;
  background: #ff5242;
  color: #fff;
  transition: background 0.5s ease-out;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  border: transparent;
}
.common-btn.unfill {
  background: #e7eded;
  color: #818e94;
}
.modal-dialog.center-align,
.center-align {
  text-align: center;
}
.modal-footer {
  text-align: center;
  margin: auto;
}
.modal-footer .common-btn {
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  max-width: initial;
  padding: 0 25px;
  margin: auto;
  margin-left: 10px;
  width: 100%;
  min-width: 160px;
}
.modal-dialog.w-3 .modal-footer .common-btn {
  min-width: 130px;
}
.modal-footer .common-btn:first-child {
  margin-left: 0;
}
.form-control.focus {
  border-color: #ff5242;
}
.wrapper.new-entry {
  padding: 0px;
}
.new-entry-container {
  width: 100%;
  padding: 20px;
}
.new-entry-container .listWrap ul li p strong {
  margin-right: 10px;
}
.title-bar h4 {
  font-size: 18px;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.title-bar h4 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  margin-top: 0;
}
.title-bar a.pointer span.mb_5 {
  margin-bottom: 0 !important;
}
.entry-data-wrap {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
  -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
.typeWrap {
  width: 100%;
  height: 50px;
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  padding: 0px 10px;
  line-height: 40px;
  margin-bottom: 1rem;
  line-height: 50px;
}
.typeWrap {
  display: inline-block;
}
.entry-data-wrap .typeWrap .radio {
  margin: 0px 38px 0 0;
  display: inline;
  cursor: pointer;
}
.entry-data-wrap .typeWrap label {
  width: 35%;
}
.wrapper_Box {
  padding-top: 20px;
}
.commonRow {
  position: relative;
}
.commonRow h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}
.commonRow .charCount {
  font-size: 13px;
  letter-spacing: 0;
}
.commonRow textarea {
  width: 100%;
  height: 150px;
  padding: 10px;
  resize: none;
  border: 1px solid #c0cbdb;
  font-family: "Poppins", sans-serif;
  border-radius: 4px;
  font-size: 14px;
  resize: none;
}
.commonRow .add_emotions {
  background: #ff5242;
  border-radius: 4px;
  color: #fff !important;
  padding: 5px 10px;
  font-size: 13px;
  position: relative;
  bottom: 0px;
  right: 0px;
  margin-bottom: 15px;
  float: right;
  z-index: 15;
  margin-bottom: 10px;
}
.wrapper.new-entry .footerwrap {
  margin-top: 150px;
}
.wrapper.new-entry .footerwrap .commonBtn {
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  color: #333 !important;
  font-weight: 500;
}
.wrapper.new-entry .footerwrap .commonBtn.fill {
  color: #fff !important;
}
.box.minus {
  font-weight: 600;
}
.wrapper.u-turn {
  padding-left: 0px;
  width: 100%;
}
.heading h4 {
  font-size: 18px;
  color: #ff5242;
  margin-bottom: 15px;
}
.wrapper.u-turn .footerwrap {
  margin-top: 50px;
}
.wrapper.u-turn .footerwrap .commonBtn {
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  color: #818e94 !important;
  color: #333 !important;
}
.date {
  width: 100%;
}
.wrapper.u-turn .footerwrap .commonBtn.fill {
  color: #fff !important;
}
i.input-helper {
  vertical-align: middle;
}
.wrapper.add-past-emo {
  padding-left: 0px;
}
.actionbox-rt .clear-all {
  color: white !important;
  font-weight: 600;
}
.whiteBox {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
}
.select-category {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.select-category li {
  float: left;
  padding: 5px 15px 5px 0;
}
.select-category .select-btn {
  position: relative;
}
.select-category .select-btn input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.select-category .days-name {
  width: auto;
  border-radius: 4px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  font-size: 15px;
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-1 {
  background: rgb(255, 63, 63);
}
.select-category .days-name.color-1 {
  border: 1px solid rgb(255, 63, 63);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-2 {
  background: rgb(240, 98, 70);
}
.select-category .days-name.color-2 {
  border: 1px solid rgb(240, 98, 70);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-3 {
  background: rgb(255, 165, 0);
}
.select-category .days-name.color-3 {
  border: 1px solid rgb(255, 165, 0);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-4 {
  background: rgb(241, 202, 59);
}
.select-category .days-name.color-4 {
  border: 1px solid rgb(241, 202, 59);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-5 {
  background: rgb(220, 252, 28);
}
.select-category .days-name.color-5 {
  border: 1px solid rgb(220, 252, 28);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-6 {
  background: rgb(142, 240, 0);
}
.select-category .days-name.color-6 {
  border: 1px solid rgb(142, 240, 0);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-7 {
  background: rgb(28, 252, 202);
}
.select-category .days-name.color-7 {
  border: 1px solid rgb(28, 252, 202);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-8 {
  background: rgb(142, 220, 243);
}
.select-category .days-name.color-8 {
  border: 1px solid rgb(142, 220, 243);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-9 {
  background: rgb(48, 182, 221);
}
.select-category .days-name.color-9 {
  border: 1px solid rgb(48, 182, 221);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-10 {
  background: rgb(180, 125, 232);
}
.select-category .days-name.color-10 {
  border: 1px solid rgb(180, 125, 232);
}
.select-category .select-btn input[type=checkbox]:checked ~ .days-name.color-11 {
  background: rgb(255, 51, 153);
}
.select-category .days-name.color-11 {
  border: 1px solid rgb(255, 51, 153);
}
.select-category .days-name:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.select-category .select-btn input[type=checkbox]:hover ~ .days-name:before,
.select-category .select-btn input[type=checkbox]:hover ~ .days-name:focus:before {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.select-category .select-btn input[type=checkbox]:checked:hover ~ .days-name:before {
  display: none;
}
.nextBtn {
  min-width: 100px;
  height: 40px;
  line-height: 40px;
  padding: 0px 20px;
  font-size: 14px;
  display: inline-block;
  margin-left: 15px;
  background: #ff5242;
  border-radius: 4px;
  text-transform: uppercase;
  text-align: center;
  color: #fff !important;
  cursor: pointer;
}
.nextBtn:hover {
  color: #fff !important;
}
.select_checkbox .checkbox-delete {
  text-align: center;
  padding: 15px 0px 15px 15px !important;
}
.select_checkbox .checkbox-delete .checkbox {
  opacity: 0;
}
.select_checkbox .checkbox-delete.show .checkbox {
  opacity: 1;
}
.title-bar .right li.btnGroup {
  display: none;
}
.title-bar .right li.btnGroup.show {
  display: inline-block;
}
.emotion_intensity {
  padding-left: 0px;
}
.listWrap ul {
  display: flex;
  width: 100%;
}
.listWrap ul li {
  width: 50%;
}
.listWrap ul li .common_row.rightRow .clear {
  width: 0;
  display: none;
}
.listWrap ul li p {
  color: #818e94;
  font-size: 15px;
}
.listWrap ul li p strong {
  color: #000;
}
.leftRow {
  border: 1px solid #e2e5eb;
  border-right: transparent;
}
.rightRow {
  border: 1px solid #e2e5eb;
  padding: 10px;
  margin-top: 38px;
}
.ingnored {
  width: 180px;
  padding: 11px 10px;
  border-right: 1px solid #e2e5eb;
  display: inline-block;
  vertical-align: middle;
  min-height: 69px;
  position: relative;
}
.sliderWrap .sliderWrap {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 185px);
}
.ingnored span {
  background: #ffa574;
  padding: 4px 10px;
  font-size: 13px;
  border-radius: 4px;
}
.ingnored .regret {
  background: #25fd89;
}
.range-slider {
  line-height: 45px;
  padding: 0px 40px;
  width: 100%;
}
.ingnored span {
  position: absolute;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  max-width: calc(100% - 20px);
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.number {
  padding: 0px 30px;
  border-right: 1px solid #e2e5eb;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.number .text {
  position: relative;
  font-size: 13px;
  font-weight: 600;
  display: block;
  text-align: center;
}
.number .minus,
.plus {
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-weight: 600;
  border: 2px solid #ff5242;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border-radius: 50px;
  margin-right: 7px;
  color: #ff5242;
}
.number span {
  cursor: pointer;
}
.number .plus {
  border-radius: 50px;
  margin-right: 0px;
  line-height: 28px;
}
.number input {
  width: 45px;
  height: 30px;
  font-weight: 600;
  border-radius: 0px;
  -webkit-appearance: none;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e2e5eb;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}
.number.borderRight_none {
  border-right: transparent;
}
.bordertop_none {
  border-top: transparent;
}
.wrapper.emotion_intensity .footerwrap {
  padding-top: 100px;
}
.common_row.rightRow .countWrap {
  display: table;
  width: 100%;
  text-align: center;
}
input[type=number] {
  -webkit-appearance: none;
}
.range-wrap {
  position: relative;
  width: 90%;
  margin: 16px auto;
}
.range {
  width: 100%;
}
.range-wrap small {
  vertical-align: middle;
  font-size: 12px;
  position: absolute;
  top: 6px;
  margin-left: 8px;
}
.range-wrap small.me-3 {
  margin-left: -12px;
}
.bubble {
  font-size: 12px;
  background: #ff5242;
  color: white;
  padding: 4px 8px;
  position: absolute;
  border-radius: 4px;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  z-index: 0;
}
.bubble::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  background: red;
  top: -1px;
  left: 50%;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 4px;
  -webkit-appearance: none;
  color: #ff5242;
  margin-top: -1px;
}
input[type=range]::-webkit-slider-thumb {
  width: 0px;
  -webkit-appearance: none;
  height: 4px;
  cursor: ew-resize;
  background: transparent;
  box-shadow: -1000px 0 0 1000px #ff5242;
}
input[type=range]::-moz-range-runnable-track {
  height: 4px;
  -webkit-appearance: none;
  color: #ff5242;
  margin-top: -1px;
}
input[type=range]::-moz-range-thumb {
  width: 0px;
  -webkit-appearance: none;
  height: 4px;
  cursor: ew-resize;
  background: transparent;
  box-shadow: -1000px 0 0 1000px #ff5242;
}
label.colors {
  position: relative;
}
.colour_picker ul li .colors > input {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
}
label.colors span img {
  vertical-align: middle;
}
.colour_picker ul li span {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
.avtarIcon ul li .checkboxWhite {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
}
.colour_picker ul li.active span,
.avatarWrap ul li.active .checkboxWhite {
  display: block;
}
.gj-datepicker span.input-group-append {
  display: none;
}
.wrapper.login-section .loginHeader .container {
  max-width: 100%;
  padding: 0 30px;
}
.commonRow .box dl.list.round {
  border-radius: 30px;
  padding: 7px 12px;
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
}
.commonRow .box .list dt:first-child {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: normal;
  width: 50%;
}
.commonRow .box .list dt {
  padding-right: 15px;
  font-size: 12px;
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 45%;
  position: relative;
}
.close-icon-black {
  position: absolute;
  top: 12px;
  right: 5px;
}
.close-icon-black img {
  width: 10px;
}
.commonRow .box {
  position: relative;
  height: 105px;
  overflow: auto;
  z-index: 4;
}
.commonRow .box .list {
  margin-bottom: 4px;
  padding: 2px 8px;
}
.list.past_c_1 {
  background: #00fd75 !important;
  color: #000 !important;
}
.list.past_c_2 {
  background: #ffa500 !important;
  color: #000 !important;
}
.list.past_c_3 {
  background: #ffa500 !important;
  color: #000 !important;
}
.list.past_c_4 {
  background: #5dccff !important;
  color: #000 !important;
}
.connectorWrap {
  margin-bottom: 25px;
}
.connectorWrap .tabBar {
  border-bottom: 1px solid #c0cbdb;
  margin-bottom: 25px;
}
.add-connector {
  color: #fff !important;
}
.add-connector:hover {
  color: #fff !important;
}
.title-goal {
  padding: 12px 10px;
  border: 1px solid #ccc;
  height: 50px;
  border-radius: 4px;
}
.title-goal p {
  margin: 0px;
}
.common-space {
  margin-top: 25px;
}
.border {
  border: 1px solid #c0cbdb;
  border-radius: 4px;
}
.p-10 {
  padding: 10px;
}
.emotionsWrap {
  width: 100%;
  position: relative;
}
.emotionsWrap ul li {
  display: inline-block;
  width: 48%;
  margin-right: 6px;
}
.emotions .close-icon-black {
  top: 4px;
  right: 0px;
}
.emotions dt:first-child {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: normal;
  width: 30%;
}
.emotions dt {
  padding-right: 15px;
  font-size: 12px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: 45%;
  position: relative;
}
.emotions .list {
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 8px;
}
.emotions_c_1 {
  background: #5dccff !important;
  color: #000 !important;
}
.emotions_c_2 {
  background: #ffcdff !important;
  color: #000 !important;
}
.emotions_c_3 {
  background: #abd8e7 !important;
  color: #000 !important;
}
.emotions_c_4 {
  background: #00fd75 !important;
  color: #000 !important;
}
.emotions_c_5 {
  background: #ffcdff !important;
  color: #000 !important;
}
.emotions_c_6 {
  background: #5dccff !important;
  color: #000 !important;
}
.emotions_c_7 {
  background: #00fd75 !important;
  color: #000 !important;
}
.emotionsWrap {
  height: 196px;
  overflow: auto;
  z-index: 4;
}
.connectorWrap .add_emotions {
  background: #ff5242;
  border-radius: 4px;
  color: #fff !important;
  padding: 6px 10px;
  font-size: 13px;
  position: absolute;
  bottom: 25px;
  right: 34px;
  text-transform: uppercase;
  z-index: 15;
  text-transform: uppercase;
  font-weight: 500;
}
.goalWrap {
  height: 196px;
}
.connectorWrap .checkbox.leftlabel {
  margin: 0px;
}
.goal-reminderWrap {
  text-align: center;
}
.goal-reminderWrap {
  padding: 34px 18px;
  text-align: center;
  min-height: 196px;
}
.goal-reminderWrap .number .plus {
  margin-right: 0px;
}
.goal-reminderWrap .number {
  padding: 0px;
  height: 45px;
  border-right: 1px solid transparent;
  float: left;
  position: relative;
}
.goal-reminderWrap .number input {
  width: 65px;
}
.form-control.date-icon {
  background: url("./media/downarrow_icon-V24WS6BN.svg") no-repeat calc(100% - 10px) center/11px;
}
.modal-body ul li {
  display: inline-block;
  margin: 7px;
}
.connector-emotions {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.connector-emotions li {
  float: left;
  padding: 5px 15px 5px 0;
}
.connector-emotions .select-btn {
  position: relative;
}
.connector-emotions .select-btn input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.connector-emotions .days-name {
  width: auto;
  border-radius: 4px;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
  padding: 10px 20px;
  color: #959595;
  font-size: 12px;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name {
  background: #000;
  color: #000;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-1 {
  background: #ff554c;
}
.connector-emotions .days-name.color-1 {
  border: 1px solid #ff554c;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-2 {
  background: #ff9e69;
}
.connector-emotions .days-name.color-2 {
  border: 1px solid #ff9e69;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-3 {
  background: #ffa500;
}
.connector-emotions .days-name.color-3 {
  border: 1px solid #ffa500;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-4 {
  background: #9ccb07;
}
.connector-emotions .days-name.color-4 {
  border: 1px solid #ffa500;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-5 {
  background: #f0d500;
}
.connector-emotions .days-name.color-5 {
  border: 1px solid #f0d500;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-6 {
  background: #affd00;
}
.connector-emotions .days-name.color-6 {
  border: 1px solid #affd00;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-7 {
  background: #5dccff;
}
.connector-emotions .days-name.color-7 {
  border: 1px solid #5dccff;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-8 {
  background: #00fd75;
}
.connector-emotions .days-name.color-8 {
  border: 1px solid #00fd75;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-9 {
  background: #abd8e7;
}
.connector-emotions .days-name.color-9 {
  border: 1px solid #abd8e7;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-10 {
  background: #ffcdff;
}
.connector-emotions .days-name.color-10 {
  border: 1px solid #ffcdff;
}
.connector-emotions .select-btn input[type=checkbox]:checked ~ .days-name.color-11 {
  background: #ffcc94;
}
.connector-emotions .days-name.color-11 {
  border: 1px solid #ffcc94;
}
.connector-emotions .days-name:before {
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  -webkit-transform: scale3d(0, 0, 0);
  -ms-transform: scale3d(0, 0, 0);
  transform: scale3d(0, 0, 0);
  -webkit-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.connector-emotions .select-btn input[type=checkbox]:hover ~ .days-name:before,
.connector-emotions .select-btn input[type=checkbox]:hover ~ .days-name:focus:before {
  -webkit-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.connector-emotions .select-btn input[type=checkbox]:checked:hover ~ .days-name:before {
  display: none;
}
.complete .modal-dialog {
  text-align: center;
  max-width: 340px;
  position: relative;
}
.status-completed {
  background: #ff5242;
  color: #fff !important;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px;
  padding: 15px 35px;
  display: inline-block;
  margin: 20px auto;
  cursor: pointer !important;
}
.status-completed:hover {
  color: #fff !important;
}
.complete .modal-header .tick_icon {
  position: relative;
  text-align: center;
  width: 100%;
  height: 65px;
  margin: 20px 0px;
}
.faq ul {
  margin: -10px;
}
.faq ul li {
  padding: 10px;
  float: left;
  width: 100%;
}
.accordion.md-accordion {
  background: #fff !important;
}
.card {
  border: transparent !important;
}
.card-header {
  background: #fff !important;
  padding: 20px;
  border-bottom: transparent;
  border-radius: 4px 4px 0px 0px;
}
.faq-title {
  cursor: pointer;
  font-weight: 500;
  margin-bottom: 0;
  font-size: 20px;
}
.card-body p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 400;
}
.additional_support .listview {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
}
.additional_support .listview .list {
  width: 100%;
  background: #fff;
  margin: 0px;
  padding: 30px 25px;
  border: 1px solid #e2e5eb;
  border-bottom: transparent;
  overflow: hidden;
}
.additional_support .listview .list dt:first-child {
  text-align: left;
}
.additional_support .listview .list dt {
  text-align: right;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  float: left;
  line-height: 42px;
  font-size: 16px;
  letter-spacing: 0.72px;
  font-weight: 400;
  word-wrap: break-word;
}
.supportWrap textarea {
  border: 1px solid #d3d3d3;
  min-height: 120px;
  color: #c9bcbc;
  line-height: 25px;
  padding-top: 10px;
}
.manualsWrap .manuals-text {
  line-height: 42px;
  font-size: 18px;
  letter-spacing: 0.72px;
  font-weight: 500;
}
.additional_support .listview .list:last-child {
  border: 1px solid #e2e5eb;
}
.additional_support .listview .list dt .launchBtn {
  border: 1px solid #ff5242;
  border-radius: 4px;
  color: #ff5242 !important;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}
.manualsWrap .manuals-text {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}
.manualsWrap .manuals-text i.mdi.mdi-chevron-down.rotate-icon.float-end {
  color: #ff5242;
  font-size: 27px;
  font-weight: 700;
}
.contact .attach-file {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #c0cbdb;
  border-radius: 4px;
}
.contact .attach-file:before {
  content: "";
  background: url("./media/attach-UFHMTN4T.svg") no-repeat;
  background-size: cover;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  transform: translate(-50%, -50%);
  visibility: visible;
  cursor: pointer;
}
.contact .attach-file .upload-pic {
  width: 40px;
  height: 40px;
  text-align: center;
  outline: none;
  opacity: 0;
  cursor: pointer;
  z-index: 10;
  position: relative;
}
.contact .submitWrap {
  margin-top: 40px;
}
.contact .submitWrap.inline {
  overflow: hidden;
}
.contact .submitWrap.inline button {
  display: inline-block;
  vertical-align: middle;
  float: right;
  width: 70%;
  max-width: 315px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
}
.contact .submitWrap.inline button.unfill {
  float: left;
  width: 30%;
  border: 1px solid #c0cbdb;
  background: transparent;
}
.contact .submitWrap button.unfill {
  float: left;
  width: 80%;
  border: 1px solid #c0cbdb;
  background: transparent;
}
.setPositions {
  position: absolute;
  top: 0px;
  right: 0px;
}
.wrapper.notifications {
  padding-left: 0px;
}
.notific-container {
  width: 100%;
  padding: 0 0 20px 0;
}
.notific-inner {
  min-height: auto;
  background: #fff;
  padding: 30px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
  -moz-box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
.sub-title h6 {
  font-weight: 600;
  display: inline-block;
}
.notific-inner .notific-list {
  padding: 0px;
}
.notific-inner .notific-list li {
  padding: 25px 0 25px 0;
  border-bottom: 1px solid rgba(129, 142, 148, 0);
  line-height: normal;
}
.notific-inner .notific-list li span {
  float: right;
  font-size: 12px;
  font-weight: 500;
  margin-top: 1px;
}
.notific-inner .notific-list .question {
  padding-left: 30px;
  position: relative;
  font-weight: 500;
  padding-right: 198px;
  line-height: 30px;
}
.notific-inner .notific-list .question h6 {
  font-weight: 600;
  display: inline-block;
}
.notific-inner .notific-list .question img.notifications_icon {
  padding-right: 10px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  left: 0px;
  top: 2px;
}
.readed {
  color: #818e94;
}
.settings-outer {
  min-height: 250px;
  padding: 0px 20px;
  background: #fff;
  border-radius: 4px;
}
.settings .title-bar h1 {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #2d2f39;
}
.settings .title-bar h1 img {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
}
.settings .title-bar.fixed-title h1 a {
  display: flex;
  align-items: center;
  gap: 5px;
}
.settings .accordion .faq-title .show {
  display: inline-block !important;
}
.expend_text {
  color: #ff5242;
  font-size: 14px;
  font-weight: 500;
}
.settings .accordion .faq-title .expend_text {
  padding-top: 0px;
  padding-right: 0px;
}
.settings .accordion .faq-title .default {
  display: none !important;
}
.settings .accordion .faq-title.collapsed .default {
  display: inline-block !important;
}
.settings .accordion .faq-title.collapsed .show {
  display: none !important;
}
.settings .accordion .status_change.show .show {
  display: inline-block !important;
}
.settings .accordion .status_change.show .default {
  display: none !important;
}
.settings .accordion .status_change .default {
  display: inline-block !important;
}
.settings .accordion .status_change .default {
  color: #c0cbdb;
}
.settings .accordion .status_change.show .default {
  color: #ff5242;
}
.settings .accordion .status_change .show {
  display: none !important;
}
.settings i.mdi {
  color: #ff5242;
  font-size: 29px;
  line-height: 18px;
  margin-left: 6px;
}
.settings i.mdi:before {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ff5242;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.settings .faq-title.collapsed i.mdi:before {
  content: "";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.settings .status_change.pswd i.mdi:before {
  content: "";
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.settings .status_change i.mdi {
  line-height: 6px;
}
.push-notifications h5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
  margin-bottom: 0;
  letter-spacing: 0.9px;
  color: #2d2f39;
}
.push-notifications .switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  margin-bottom: 0;
}
.push-notifications .switch.switch input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.push-notifications .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  border: 2px solid #c0cbdb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
  width: 48px;
  height: 28px;
}
.push-notifications .switch .slider:before {
  position: absolute;
  content: "";
  height: 25px;
  width: 25px;
  left: -1px;
  top: -1px;
  bottom: 0px;
  background-color: #c0cbdb;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.push-notifications .switch .txt {
  padding-right: 65px;
  color: #ff5242;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  opacity: 0.7;
  line-height: 32px;
  cursor: pointer;
}
.push-notifications {
  padding: 30px 0px;
  border-bottom: 2px solid #c0cbdb;
}
.push-notifications .switch input:checked + .slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
  background-color: #ff5242;
}
.push-notifications .switch input:checked + .slider {
  border-color: #ff5242;
}
.settings-outer .card-header {
  padding: 30px 0px;
}
.settings-outer .accordion {
  border-bottom: 2px solid rgba(129, 142, 148, 0.1);
}
.settings-outer .accordion .card {
  width: 100%;
}
.settings-outer .faq-title,
.settings-outer .logout.link {
  font-weight: 500 !important;
  line-height: 32px;
  letter-spacing: 0.9px;
  color: #2d2f39;
  cursor: pointer;
}
.accordion .card-body {
  padding: 20px 0px 20px 35px;
}
.accordion .faq-title {
  cursor: pointer;
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: 400;
}
.status_change {
  display: block;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #2d2f39;
}
.green_circle {
  width: 10px;
  height: 10px;
  border-radius: 25px;
  background: #5ecb5e;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.logout.deleteBtn {
  padding-top: 10px;
}
.settings-outer .logout.link {
  display: block;
  padding: 20px 20px 0px 0px;
  font-size: 17px;
  font-weight: 400;
  cursor: default;
}
.enrollment-details {
  display: flex;
}
.enrollment-details .boxes {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
  border: 1px solid #e5e6e6;
  border-radius: 4px;
  margin: 0 15px;
  position: relative;
}
.icons {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 40px;
}
.enrollment-details .boxes h6 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  color: #ff5242;
  margin-bottom: 15px;
}
.enrollment-details .boxes strong {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.7px;
  color: #2d2f39;
  display: block;
  margin-bottom: 10px;
}
.enrollment-details .boxes p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0.6px;
  color: #2d2f39;
  opacity: 0.7;
  font-weight: 400;
}
.passwordWrap {
  width: 100%;
  padding: 40px 80px;
  background: #fff;
  border-radius: 4px;
}
.password-inner h2 {
  font-size: 28px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 400;
  letter-spacing: 1.4px;
  color: #272626;
}
.password-inner h2 img {
  width: 30px;
}
.password-inner .btn-primary {
  font-weight: 500;
}
.password-inner h2 a {
  position: absolute;
  left: -45px;
}
.pass-example {
  font-size: 14px;
  color: #ff5242;
  margin-top: 8px;
}
.progress-outer {
  display: flex;
}
.progress {
  width: 75%;
  border-radius: 8px;
  height: 8px;
}
.progress-bar {
  background: #ff5242;
}
.strong-pass {
  padding: 20px;
  border-radius: 4px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  box-shadow: 0px 0px 28px 0px rgba(82, 63, 105, 0.13);
  -webkit-transition: all 0.3s ease;
  background: #fff;
  position: absolute;
  width: 100%;
  max-width: 350px;
  left: 105%;
  top: 0;
  margin: auto;
}
.strong-pass:before {
  content: "";
  position: absolute;
  left: -8px;
  width: 22px;
  height: 22px;
  transform: rotate(-45deg);
  background: #fff;
  top: 15px;
  z-index: 0;
  border-left: 0px solid #000;
  border-top: 22px solid #fff;
  border-right: 20px solid transparent;
  box-shadow: -7px -5px 10px -2px rgba(0, 0, 0, 0.1921568627);
}
.strong-pass p {
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 26px;
  font-weight: 300;
  margin-bottom: 0;
  color: #000000;
  padding-left: 30px;
  position: relative;
  margin-bottom: 5px;
}
.strong-pass p img {
  position: absolute;
  left: 0;
  top: 3px;
}
.progress-outer {
  margin-bottom: 5px;
}
.progress-outer h5 {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.32px;
  color: #000000;
  font-weight: 600;
  margin: 0;
  line-height: 30px;
}
.progress-outer span {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.28px;
  color: #ff5242;
  font-weight: 500;
  margin: 0;
  line-height: 25px;
}
.progress-outer .progress {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  margin: 10px 8px;
  line-height: 30px;
}
.progress-outer .progress .progress-bar {
  background: #ff5242;
  height: 8px;
}
.tabBar ul li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.tabBar ul li .dropdown-toggle,
.tabBar ul li .selectBtn {
  background: #fff !important;
}
.tabBar ul li .createBtn {
  margin-top: 0;
}
.createBtn.disable {
  cursor: default;
}
.tabBar ul li .createBtn.unfill img {
  vertical-align: middle;
}
.content h5 {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.32px;
  color: #000;
  font-weight: 600;
  margin-bottom: 0;
}
.content p {
  font-weight: 300;
}
.navdrop.show-menu {
  position: relative;
}
.navdrop.show-menu .dropdown-menu {
  opacity: 1;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  border: none;
}
.navdrop.show-menu .dropdown-menu .content {
  padding: 0px 20px 10px;
  position: relative;
}
.navdrop.show-menu .dropdown-menu .content:before {
  content: "";
  position: absolute;
  top: -20px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.content p {
  font-size: 14px;
  line-height: 26px;
}
.content.sortBy {
  padding-bottom: 0px !important;
}
.content.sortBy a {
  display: block;
  font-size: 14px;
  color: #212529;
}
.content.sortBy a:hover {
  color: #ff5242 !important;
}
.heart {
  margin-left: 10px;
  margin-right: 7px;
}
.heart i {
  font-size: 24px;
  color: #ff7164;
  vertical-align: middle;
}
.heart .active i:before {
  content: "\f2d1";
}
.growth-mantras .title {
  margin-bottom: 25px;
}
.growth-mantras .rankingWrap .title h4 {
  vertical-align: baseline;
}
.growth-mantras .greenBtn {
  background: #5ecb5e;
  border-radius: 23px;
  color: #fff !important;
  font-size: 14px;
  padding: 5px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
}
.sucessBtn {
  background: #0eb500 !important;
  height: 35px;
  color: #fff !important;
}
.sucessBtn img {
  width: 22px;
}
.commonButton {
  background-color: #ff5242;
  font-size: 15px;
  padding: 7px 15px;
  margin: 0;
  color: #fff;
  border: none;
  border-radius: 4px;
  height: 35px;
}
.ms-10 {
  margin-left: 10px;
}
.commonButton:hover {
  color: #fff;
}
.action {
  display: flex;
  align-items: center;
}
.action a {
  font-size: 14px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  width: 130px;
  justify-content: center;
  height: 35px;
  text-transform: uppercase;
}
.greyButton {
  background: #d8d8d8 !important;
  color: #fe5243 !important;
  font-weight: 400;
}
.main-container.growth-mantras .rankingWrap .title .float-start .greenBtn {
  margin-left: 9px;
  margin-top: -1px;
}
.light {
  font-size: 14px;
  color: #818e94;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 42px;
  font-weight: 700;
  padding: 0 15px;
  margin: 0;
}
.title-bar h2 {
  font-weight: 600;
  font-size: 22px;
  line-height: 31px;
  margin: 0px;
  color: #000000;
  display: inline-block;
  vertical-align: middle;
}
.title-bar h2 img {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -3px;
}
.deans .table-wrapper,
.deans .table-responsive {
  margin: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.deans .table-wrapper table thead th,
.deans .table-responsive table thead th {
  border-collapse: separate;
  border-bottom: 8px solid #f6f8fd;
  padding: 15px;
  box-shadow: inset 0px -1px 0px 0px #e6e6f2;
  min-width: auto !important;
}
.deans .table-wrapper table tr,
.deans .table-responsive table tr {
  border: 1px solid #e6e6f2;
}
.deans .table-wrapper table thead th img,
.deans .table-responsive table thead th img,
.deans .table-wrapper table td img,
.deans .table-responsive table td img {
  vertical-align: middle;
}
.deans .table-wrapper table td a,
.deans .table-responsive table td a {
  padding: 18px 15px;
  font-weight: 300;
}
.deans .pagination-wrapper {
  padding: 20px 0;
}
.main-container.student .rankingWrap .title {
  margin-bottom: 35px;
}
.main-container.student .rankingWrap .createBtn {
  margin-left: 7px;
  padding: 11px 17px;
  font-size: 14px;
}
.main-container.student .rankingWrap .createBtn:first-child {
  margin-left: 0;
}
.main-container.student .rankingWrap h3 {
  margin-bottom: 0;
}
.title-bar .right li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.title-bar .right li a {
  position: relative;
  margin: 0;
  border-radius: 4px;
}
.title-bar .right li a i {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
a.createBtn.unfill.selectBtn img {
  max-width: 22px;
  vertical-align: middle;
}
.createBtn.unfill {
  border: 1px solid #c0cbdb !important;
  border-radius: 4px;
  background: transparent;
  color: #000000 !important;
  display: inline-block;
  vertical-align: middle;
}
.common-btn.clear {
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  background: transparent;
  color: #818e94;
}
.modal-dialog.w-9 {
  max-width: 950px;
}
.modal-dialog.w-8 {
  max-width: 750px;
}
.modal-header h5 {
  color: #2d2f39;
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  margin-bottom: 0;
}
.modal-body .heading {
  margin-bottom: 20px;
}
.modal-body .heading h5 {
  display: inline-block;
  vertical-align: middle;
}
.modal-header h5.modal-title {
  font-size: 20px;
}
.modal-header h5 span {
  color: #818e94;
  font-size: 16px;
  line-height: 42px;
  font-weight: 400;
}
.modal-dialog label {
  font-size: 16px;
  letter-spacing: 0.32px;
  color: #000000;
  display: block;
  margin-bottom: 12px;
}
.modal-dialog .otpWrap label {
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
}
.modal-dialog .form-group {
  margin-bottom: 25px;
}
.modal-dialog .form .form-control {
  border: 1px solid #eaecf0;
  height: 57px;
  padding: 0 17px;
}
.modal-dialog .form .cal i {
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #555;
  z-index: 0;
  bottom: 15px;
}
.modal-dialog .form .cal .form-control {
  background: transparent;
  z-index: 1;
}
.modal-dialog .form .form-control.datepicker {
  height: 40px;
  padding: 0px 7px;
  line-height: 1.42857143;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #c0cbdb;
}
.modal-dialog .total {
  display: block;
  margin-bottom: 20px;
}
.modal-dialog .total h5 {
  font-size: 18px;
  line-height: 31px;
  color: #000;
  font-weight: 600;
  margin-bottom: 18px;
}
.modal-dialog .total .users li {
  border: 1px solid #dce0e6;
  border-radius: 4px;
  padding: 16px 18px;
  margin: 0;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.modal-dialog .total .users li a {
  margin-left: 20px;
  display: inline-block;
}
.modal-dialog .total .users li a img {
  width: 12px;
  vertical-align: middle;
}
.modal-dialog {
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog.w-3 {
  max-width: 350px;
  text-align: center;
}
.modal-dialog.w-3 .modal-header {
  padding-bottom: 0;
}
.modal-dialog.w-3 .modal-header figure {
  margin: 0 auto 15px;
  text-align: center;
}
.modal-dialog p {
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0;
}
.modal-footer.float-end {
  display: block;
  text-align: right;
  margin: 0;
}
.modal-footer.float-end button {
  max-width: 200px;
  display: inline-block;
}
.rankingWrap .title {
  display: inline-block;
  width: 100%;
}
div.clear {
  width: 100%;
}
.rankingWrap h3 {
  letter-spacing: 1.04px;
  color: #000;
  font-size: 30px;
  line-height: 45px;
  font-weight: 600;
}
.main-container.student.team .rankingWrap h3 {
  letter-spacing: 1.04px;
  color: #000;
  font-size: 26px;
  line-height: 45px;
  font-weight: 600;
}
.main-container.student.team .rankingWrap h5 {
  letter-spacing: 0.32px;
  color: #000;
  font-size: 16px;
  line-height: 33px;
  font-weight: 500;
  margin-bottom: 0;
}
.rankingWrap ul.info,
.rankingWrap ul.org-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.rankingWrap ul.grid4 li {
  width: 100%;
}
.rankingWrap ul.org-info li {
  word-wrap: break-word;
  padding-right: 5px;
}
.rankingWrap.spacing ul.org-info li {
  padding-right: 50px;
  margin-bottom: 15px;
}
.rankingWrap h5,
.content h5 {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.32px;
  color: #000;
  font-weight: 600;
  margin-bottom: 5px;
}
.rankingWrap h4 {
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #000;
  font-weight: 300;
}
.col-bx-top.padding-3 {
  padding: 20px;
}
.rankingWrap .title {
  margin-bottom: 25px;
}
.rankingWrap .title .createBtn {
  margin-top: 0;
}
.createBtn.unfilled {
  color: #ff1515 !important;
  border: 1px solid #c0cbdb;
  background: transparent;
}
.rankingWrap .createBtn {
  margin-left: 12px;
  margin-top: 0;
}
.main-container.deans .title.noMargin {
  margin-bottom: 5px;
}
.main-container.deans .rankingWrap ul.boxes {
  padding: 1px;
}
.rankingWrap ul.boxes,
.infoBar {
  display: flex;
}
.rankingWrap ul.boxes li {
  padding: 20px;
  border-right: 2px solid rgba(0, 0, 0, 0.0196078431);
  border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 33%;
}
.rankingWrap ul.boxes li:nth-child(3n) {
  border-right: none;
}
.rankingWrap ul.boxes li:nth-child(3n+1) {
  padding-left: 0;
}
.rankingWrap ul.boxes li:last-of-type,
.rankingWrap ul.boxes li:nth-last-child(2),
.rankingWrap ul.boxes li:nth-last-child(3) {
  border-bottom: none;
}
.rankingWrap ul.boxes li h3 {
  letter-spacing: 1.2px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}
i.dots_icon {
  cursor: pointer;
}
.rankingWrap ul.boxes li h5 {
  letter-spacing: 0.32px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
}
.rankingWrap .content {
  display: inline-block;
  vertical-align: top;
  padding-right: 65px;
}
.modal-body .table-wrapper {
  margin-bottom: 0;
}
.title-bar span {
  font-size: 16px;
  line-height: 31px;
  color: #818e94;
  display: inline-block;
}
.rankingWrap ul.org-info.noBor {
  border-bottom: none;
}
.rankingWrap .title h4 {
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: 600;
  margin-bottom: 0;
}
.rankingWrap .title .grey,
span.grey {
  color: #818e94;
  font-size: 13px;
  line-height: 45px;
  padding-right: 15px;
}
span.grey.eventDate {
  font-weight: 500;
  color: #272626;
  line-height: normal;
  margin-bottom: 10px;
  display: inline-block;
}
.dots {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.setRight.dots {
  position: absolute;
  z-index: 90;
  right: 0px;
  margin-left: 0px;
  top: 1px;
}
.dots img {
  vertical-align: middle;
}
.rankingWrap .title h4 {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}
.greenBtn {
  background: #5ecb5e;
  border-radius: 23px;
  color: #fff !important;
  font-size: 14px;
  padding: 7px 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.orangeBtn {
  background: #ffa500;
  border-radius: 23px;
  color: #fff !important;
  font-size: 13px;
  padding: 6px 14px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
}
.showHide .greenBtn {
  margin-left: 0;
  padding: 8px;
  font-size: 13px;
}
.showHide .greenBtn i {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
}
.tags {
  border-radius: 4px;
  opacity: 0.76;
  padding: 10px 12px;
  color: #000;
  overflow: hidden;
  margin-bottom: 10px;
  display: block;
  position: relative;
}
.tags .tagBg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}
.rankingWrap ul.infoBar li {
  position: relative;
}
.rankingWrap ul.infoBar li:before {
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #ddd;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
}
.rankingWrap ul.infoBar.multi.borderBottom {
  border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
}
.rankingWrap ul.infoBar.multi li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.0196078431);
  content: "";
}
.rankingWrap ul.infoBar li:first-child .rankingBox {
  padding-left: 0;
}
.rankingWrap ul.infoBar li:last-child .rankingBox {
  padding-right: 0;
}
.rankingWrap ul.infoBar li:first-child:before {
  opacity: 0;
}
.tags.green {
  background: #00fd75;
}
.tags.orange {
  background: #ffa500;
}
.tags.blue {
  background: #5dccff;
}
.tags.pink {
  background: #ffcdff;
}
.tags.skyblue {
  background: #abd8e7;
}
.tags span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.rankingWrap ul.infoBar li .rankingBox {
  display: block;
  padding: 8px 15px;
}
.rankingWrap ul.infoBar li .rankingBox p,
.content p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 600;
}
.rankingWrap ul.infoBar li .rankingBox p,
p.word-break,
.growth-mantras p,
.actionWrap p,
.actionWrap .actionWrapper {
  line-height: 26px;
  letter-spacing: 0.15px;
  font-weight: 300;
  font-size: 14px;
}
.noRecord {
  font-size: 14px;
  padding-bottom: 30px;
  text-align: center;
  background: #fff;
  margin: 10px 0 0 0 !important;
  padding: 30px;
  border-radius: 4px;
}
.content p {
  font-weight: 300;
}
.rankingWrap ul.infoBar li:nth-child(6n):before {
  opacity: 0;
}
.rankingWrap ul.infoBar.multi li:last-of-type:after,
.rankingWrap ul.multi li:nth-last-child(2):after,
.rankingWrap ul.multi li:nth-last-child(3):after,
.rankingWrap ul.multi li:nth-last-child(4):after,
.rankingWrap ul.multi li:nth-last-child(5):after {
  opacity: 0;
}
.createBtn.unfill.whiteBg {
  background: #fff;
}
.tabBar ul li .createBtn {
  margin-top: 0;
}
.tabBar ul li .createBtn.unfill img {
  vertical-align: middle;
}
.tabBar ul li.navdrop.sorting .createBtn img {
  margin-left: 10px;
}
.tabBar ul li .createBtn.center img {
  margin: auto !important;
  text-align: center;
  width: 8px;
}
.content.sortBy ul {
  display: block;
  margin: 0;
}
.content.sortBy ul li {
  display: block;
  float: none;
  margin: 0;
  padding: 10px 10px;
}
.content.sortBy ul li.sorted a {
  color: rgb(255, 82, 66);
}
.content.sortBy ul li a {
  padding: 0;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-toggle.hideBorder,
a.dropdown-toggle.hideBorder:focus {
  border: 0px !important;
}
.commonRow .box {
  min-height: 230px;
  max-height: 100%;
}
.rankingBox .box {
  min-height: 180px;
  max-height: 100%;
  height: 55px;
}
.greenBtn i {
  margin-right: 5px;
}
.greenBtn i img {
  vertical-align: middle;
}
.navdrop.show-menu {
  position: relative;
}
.navdrop.show-menu .dropdown-menu {
  opacity: 1;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  left: auto;
  border: none;
  min-width: 16rem;
}
.navdrop.show-menu .dropdown-menu .content {
  padding: 0px 20px 10px;
  position: relative;
}
.navdrop.show-menu .dropdown-menu .content:before {
  content: "";
  position: absolute;
  top: -22px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
}
.navdrop.sorting.show-menu .dropdown-menu .content:before {
  top: -12px;
}
.connector {
  border-top: 2px solid rgba(0, 0, 0, 0.0196078431);
  border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
}
.connector ul li .rankingBox {
  padding-top: 50px !important;
}
.connector ul li {
  padding-top: 20px;
  padding-bottom: 20px;
}
.rankingBox.position-relative .slideTitle {
  top: 0px;
}
.slideTitle {
  font-size: 20px;
  color: #ff5242;
  font-weight: 600;
  line-height: normal;
  margin-top: 0px;
  position: absolute;
}
.slideTitle .slider-counter {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}
.connector .owl-carousel .owl-nav button.owl-next {
  margin-left: 5px;
}
.connector .owl-carousel .owl-nav button.owl-next,
.connector .owl-carousel .owl-nav button.owl-prev {
  position: relative;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  background: transparent;
}
.connector .owl-carousel .owl-nav button.owl-next span,
.connector .owl-carousel .owl-nav button.owl-prev span {
  font-size: 26px;
  color: #ff5242 !important;
  display: block;
  font-weight: 500;
  position: absolute;
  top: 0;
  line-height: 28px;
  text-align: center;
  width: 100%;
  margin: auto;
}
.showHide {
  position: fixed;
  right: 0;
  top: 8px;
}
.connector .owl-dots {
  display: none;
}
.infoBar.borderTop {
  border-top: 2px solid rgba(0, 0, 0, 0.0196078431);
}
.infoBar.borderTop li {
  padding-top: 40px;
}
.infoBar.borderTop .grey {
  position: absolute;
  top: 0;
}
.connector .owl-nav {
  position: absolute;
  top: 8px;
  left: 180px;
  background: #fff;
}
.connector .owl-carousel .owl-nav button.disabled span {
  color: #c0cbdb !important;
}
.boxes {
  position: relative;
  padding: 30px;
}
.boxes.checkbox input[type=checkbox],
.boxes.checkbox .input-helper {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.boxes.checkbox.show input[type=checkbox] {
  margin-top: 12px !important;
}
.boxes.checkbox.show input[type=checkbox],
.boxes.checkbox.show .input-helper {
  display: block;
}
.boxes.active {
  border: 1px solid #ff5242;
  box-shadow: none;
}
.boxes.checkbox .input-helper:before {
  background: #fff;
}
.boxes.active.checkbox .input-helper:before {
  background: #ff5242;
}
.boxes.active.checkbox .input-helper:after {
  width: 11px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 5px;
  top: 7px;
}
.tabBar ul li.btnGroup {
  display: none;
}
.tabBar ul li.btnGroup.show {
  display: inline-block;
}
.createBtn.grey {
  background: #dde2e8;
  color: #818e94 !important;
  margin-left: 10px;
}
.createBtn.grey#remove {
  color: #000 !important;
}
.dots .dropdown-menu ul {
  padding: 0 10px;
}
.dots .dropdown-menu ul li {
  display: block;
  padding: 8px 0;
  text-align: center;
  border-bottom: 1px solid #e2e5eb;
  max-width: 100%;
}
.dots .dropdown-menu ul li a {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.4px;
  display: block;
  padding: 0;
}
.dots .dropdown-menu ul li a.text-red {
  color: #ff0000 !important;
}
.underline {
  text-decoration: underline;
  position: relative;
  font-weight: 500;
}
.dots .dropdown-menu ul li:last-child {
  border-bottom: none;
}
.common_row.rightRow .clear {
  width: auto;
}
.title-bar h4 span img {
  vertical-align: middle;
  width: 15px;
  display: block;
}
i.mdi.mdi-chevron-down.rotate-icon.float-end {
  color: #ff5242;
}
.navdrop-wrap.navdrop.notification-dropdown.settings .heartbeat {
  display: none;
}
.modal-backdrop {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
a.createBtn.right {
  display: none;
}
.supportWrap h4 {
  font-size: 22px;
  line-height: 42px;
  color: #555;
  margin-bottom: 20px;
}
.main-container.leaderboard .rankingBox .contentBox p {
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 23px;
  font-size: 13px;
}
.main-container.leaderboard .rankingBox.borderRight {
  position: relative;
  border-right: none;
}
.main-container.leaderboard .rankingBox.borderRight:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 2px;
  background: #ccc;
}
.main-container.deans.student .createBtn {
  font-weight: 600;
}
.title-bar span {
  font-size: 15px;
  line-height: 30px;
}
.semiBold {
  font-weight: 600;
}
semi {
  font-weight: 600;
}
div#add table thead th {
  color: #222;
  font-weight: 600;
  text-transform: capitalize;
}
div#add table thead th:first-child {
  width: 20px !important;
}
div#add table thead td:first-child a {
  padding-left: 0 !important;
}
div#add th label.checkbox,
div#add td label.checkbox {
  margin-right: 0 !important;
}
div#add th label.checkbox {
  margin-top: 0;
}
div#add td label.checkbox {
  margin-top: 14px;
}
div#add .modal-footer {
  text-align: right;
  margin: 0;
}
div#add .modal-footer .common-btn {
  width: auto;
  margin: auto;
}
div#add .modal-footer button.common-btn.unfill {
  margin-right: 15px;
}
a.createBtn.w-5 {
  width: 75px;
  text-align: center;
  margin-left: 23px;
}
.main-container.review .dropdown-menu {
  width: 250px;
}
.copyright {
  padding: 0 8px;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 1 !important;
}
.add_emotions.Position_css {
  text-transform: uppercase;
  font-weight: 500;
}
.dropdown-menu.show {
  max-width: 255px;
  min-width: 255px;
}
.actionItems p {
  margin-bottom: 0px;
}
.actionItems p {
  word-break: break-word;
  padding-left: 30px;
  padding-bottom: 7px;
}
.actionWrap .scrollDiv {
  max-height: 200px;
  overflow-y: auto;
}
.textGreen {
  color: green;
}
.textRed {
  color: #ff5242;
}
.danger {
  width: 15px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
}
.word-break {
  word-break: break-word;
  white-space: break-spaces;
}
.normalFont {
  font-weight: 400;
}
.actionItems .checkBtn {
  border: 1px solid #ff5242;
  border-radius: 4px;
  height: 18px;
  width: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-left: -30px;
}
.actionItems .checked {
  background: url("./media/tick-Q4YS3GLJ.png") no-repeat center center #ff5242;
  background-size: 10px auto;
}
.actionWrapper {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  word-break: break-word;
  padding-left: 30px;
  padding-bottom: 7px;
  position: relative;
  font-size: 14px;
}
.actionWrapper .checkbox {
  display: inline-block !important;
  vertical-align: top;
  left: 0px;
  margin-right: 0px;
  position: absolute;
  top: 2px;
}
.actionFormDiv .warnings {
  display: inline-block;
  width: 100%;
}
.terms {
  padding: 70px 10px 10px;
}
.terms h1 {
  font-size: 25px;
}
.terms h1 span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin: 10px 0px 15px;
}
.terms h2 {
  font-size: 18px;
}
.terms h3 {
  font-size: 16px;
}
.terms ol {
  list-style: decimal !important;
}
.terms ul {
  list-style: disc !important;
}
.terms ul,
.terms ol {
  padding-left: 20px;
  padding-bottom: 10px;
}
.terms ul li,
.terms ol li {
  padding-bottom: 5px;
  line-height: 24px;
}
.privacy-policy p {
  line-height: 24px;
}
.privacy-policy a {
  text-decoration: underline;
}
.privacy-policy a:hover {
  text-decoration: none;
}
.details {
  list-style: none;
  padding: 0px !important;
  margin: 0px;
}
.details li {
  display: inline-block;
  width: 34%;
  margin-bottom: 10px;
  padding-right: 20px;
}
.details .dash {
  display: inline-block;
  overflow: hidden;
  width: calc(100% - 22px);
  letter-spacing: -2px;
}
.terms p:first-letter {
  text-transform: none;
}
.linkBox {
  display: block;
  position: relative;
  z-index: 1;
}
.linked_vaults {
  display: inline-block;
  width: 100%;
}
.linked_vaults span {
  background-color: #ff5242;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 13px;
  padding: 5px 15px;
  margin: 3px 5px 3px 0;
}
.modalpoppu .status-completed {
  padding: 10px 35px;
  display: inline-block;
  margin: 0 auto;
}
.modalpoppu p {
  margin: 5px 0;
}
.modalpoppu h4 {
  margin-top: 10px;
}
.ngb-dp-weekday,
.ngb-dp-arrow .btn-link {
  color: #ee5143 !important;
}
.table-wrapper.newTable table td {
  vertical-align: middle;
}
.table-wrapper.newTable table td > a {
  padding: 8px 10px;
  line-height: normal;
  font-size: 13px;
}
a#sortMenuButton {
  min-width: 103px;
  max-width: 108px;
}
.table-wrapper.newTable .actionButtonWrap .createBtn {
  padding: 3px 10px;
  line-height: normal;
  width: auto;
  display: inline-block;
  border-radius: 2px;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-left: 5px;
  vertical-align: middle;
}
.table-wrapper.newTable table thead th {
  font-size: 13px;
  padding: 10px;
  border-bottom: none;
}
.logListing .repatedDiv {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #e6e6f2;
  align-items: center;
}
.logListing tr {
  width: 100%;
  border-bottom: 1px solid #e6e6f2;
  align-items: center;
}
table.logListing {
  width: 100%;
}
table.logListing .repatedDiv {
  display: table-row;
}
.logListing .head {
  font-weight: 600;
  padding-right: 20px;
}
.logListing .sr {
  width: 60px;
  text-align: center;
}
.logListing .repatedDiv .actionButtonWrap,
.logListing tr .actionButtonWrap {
  padding: 0;
  margin-left: auto;
  width: 130px;
}
.logListing .repatedDiv .actionButtonWrap .createBtn,
.logListing tr .actionButtonWrap .createBtn {
  padding: 2px 10px;
  line-height: normal;
  width: auto;
  display: inline-block;
  border-radius: 4px;
  letter-spacing: 0.3px;
  text-transform: none;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: 0;
  margin-left: 0px;
}
.logListing {
  border: 1px solid #e6e6f2;
}
.logListing .bodyBox,
table.logListing tbody {
  max-height: 195px;
  overflow-y: auto;
}
.logListing a,
table.logListing td {
  padding: 10px 15px;
  line-height: normal;
  font-size: 13px;
}
.noData {
  font-weight: 300;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #e6e6f2;
}
.rankingWrap .title .grey.date {
  line-height: 15px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding-top: 7px;
  padding-right: 25px;
}
.rankingWrap .title.dflex {
  display: flex;
  width: 100%;
  gap: 15px;
}
.rankingWrap .title.dflex .float-start {
  display: flex;
  align-items: flex-start;
}
.rankingWrap .title.dflex .float-start h4 {
  padding-top: 7px;
}
.rankingWrap .title.dflex .float-end {
  text-align: right;
  margin-left: auto;
}
.createBtn.button {
  padding: 7px 10px;
  letter-spacing: 0.2px;
  border-color: #ff5242;
  color: #ff5242 !important;
  font-weight: bold;
  white-space: nowrap;
  margin-right: 5px;
  background-color: #dde2e8;
}
.createBtn.button img {
  max-width: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -3px;
}
.deadlineBtn {
  white-space: nowrap;
  font-weight: 500;
  padding: 7px 10px !important;
  letter-spacing: 0.2px;
  margin-right: 5px;
  text-transform: none;
}
.ngb-dp-month {
  font-size: 14px;
}
.borderBox {
  border: 1px solid #c0cbdb;
  min-height: 42px;
  position: relative;
  border-radius: 4px;
  padding: 9px 7px;
  background: url("./media/downarrow_icon-V24WS6BN.svg") no-repeat calc(100% - 10px) center/11px;
}
.borderBox.heights {
  height: 50px;
}
.grlistDropDwon {
  width: 100%;
  max-width: 100% !important;
}
.grlistDropDwon input[type=text] {
  border: none;
  padding: 0 30px 10px 10px;
  border-bottom: 1px solid #ccc;
  height: auto;
  border-radius: 0 !important;
}
.dropdown-menu .autoComplete li a {
  padding: 5px;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
.dropdown-menu .autoComplete {
  width: 100%;
  max-height: 128px;
  overflow-y: auto;
}
.dropdown-menu .autoComplete li {
  padding: 5px;
  border-bottom: 1px solid #c0cbdb;
}
.dropdown-menu .autoComplete li:last-child {
  border-bottom: none;
}
.dropdown-menu .autoComplete li a:hover {
  color: #ff5242;
}
.addGD-Wrap {
  width: 100%;
  position: relative;
  white-space: pre-wrap;
}
.addGD-Wrap .custom-chips,
.chipsWrap .custom-chips {
  background-color: #ff5242;
  border-radius: 50px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 12px !important;
  padding: 3px 4px 3px 4px;
  margin: 0px 3px;
  line-height: 22px;
}
.chipsWrap .custom-chips {
  padding-right: 27px;
  position: relative;
}
.chipsWrap .custom-chips .close-chips {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin: 0;
  border-radius: 100px;
  background-position: center center;
  display: block;
  right: 6px;
  text-align: center;
  background-size: contain;
  border: 4px solid #fff;
}
.closeSearch {
  background: url("./media/close-icon-black-YYWOEF5N.svg") no-repeat center;
  background-size: 9px auto;
  width: 18px;
  height: 27px;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 7px;
  opacity: 0.5;
}
.closeSearch.search {
  background: url("./media/search_icon-FHNE4QQI.svg") no-repeat 98% 4px;
  background-size: 16px auto;
  opacity: 1;
}
.close-chips {
  background: url("./media/close-icon-black-YYWOEF5N.svg") no-repeat center center #fff;
  background-size: 8px auto;
  width: 18px;
  height: 18px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  cursor: pointer;
  text-align: center;
}
.tabBar .search_bar {
  margin: 0px;
}
.tabBar .search_bar .closeBtn {
  position: absolute;
  right: 4px;
  font-size: 19px;
  top: 6px;
  cursor: pointer;
}
.rankingWrap .title.paddTop {
  padding-top: 25px;
}
.tabBar .search_bar input[type=text],
.formSection .searchBox .search_bar input[type=text] {
  height: 40px !important;
  width: 190px;
  padding-left: 30px;
  border: 1px solid #c0cbdb;
  background: #fff;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: 0;
  padding-right: 23px;
}
.tabBar .search-icon,
.formSection .searchBox .search_bar .search-icon {
  width: 35px;
  height: 40px;
  background-size: 17px;
}
.report2 .ngb-dp-months {
  display: none !important;
}
.custom-style {
  background-color: #ff5242 !important;
  color: white !important;
  box-shadow: none !important;
}
.commonBtn.disable,
.wrapper.new-entry .footerwrap .commonBtn.disable {
  background: #cfcdcd !important;
  cursor: default;
  border-color: #cfcdcd;
  color: #898787 !important;
}
.disable,
.dots .dropdown-menu ul li.disabled,
.dots .dropdown-menu ul li a.disabled {
  background: #cccaca !important;
  cursor: default;
  border-color: #cccaca !important;
  color: #898787 !important;
}
.disable:hover {
  background: #cfcdcd !important;
  cursor: default;
  border-color: #cfcdcd !important;
  color: #898787 !important;
}
.disable:active {
  background: #cfcdcd !important;
  cursor: default;
  border-color: #cfcdcd !important;
  color: #898787 !important;
}
.bs-datepicker-container {
  padding: 0px !important;
}
.theme-green .bs-datepicker-head {
  background-color: #f8f9fa !important;
}
.bs-datepicker-head button.next span,
.bs-datepicker-head button.previous span {
  color: #ff5242;
  font-size: inherit !important;
  line-height: inherit !important;
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  font-size: 40px !important;
}
.bs-datepicker-head button.current {
  border-radius: 5px !important;
  max-width: 155px;
  padding: 0 20px 0 13px !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.4rem center/9px 17px;
  border: 1px solid #ced4da !important;
}
.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: #ff5242 !important;
}
.bs-datepicker-head button.current {
  color: #000;
  background-color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #fff !important;
}
.modal-backdrop {
  z-index: 1082 !important;
}
.modal {
  z-index: 1083 !important;
  background: rgba(0, 0, 0, 0.4);
}
.idle_popup {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  z-index: 1111 !important;
}
.bs-datepicker-body table td span.today {
  background-color: #ddd !important;
}
.toggle-wrapper {
  position: relative;
  width: 180px;
  height: 50px;
  font-family: sans-serif;
  font-size: 0.75rem;
  font-weight: 100;
}
.toggle-wrapper .toggle {
  display: none;
}
.foux-toggle {
  position: relative;
  width: 11.25rem;
  height: 50px;
  border-radius: 3px;
  margin: 0;
  background-color: #bbb;
}
.foux-toggle:before {
  content: "No";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 5.625rem;
  height: 50px;
  background-color: #ff5242;
  z-index: 3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: white;
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle:checked ~ .foux-toggle:before {
  background-color: green;
  left: 5.625rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  color: white;
  content: "Yes";
  font-weight: 400;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.toggle--label:after,
.toggle--label:before {
  position: absolute;
  top: 0;
  bottom: 0;
  transition: opacity 0.05s;
}
.toggle--label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  z-index: 12;
  letter-spacing: 0.0625rem;
  font-weight: 400;
  font-size: 14px;
}
.toggle--label:before {
  content: "";
  left: 25%;
  transform: translateX(-50%);
  opacity: 1;
}
.toggle--label:after {
  content: "Yes";
  position: absolute;
  right: 0;
  left: 75%;
  transform: translateX(-50%);
  opacity: 1;
}
.no_content:after {
  content: "" !important;
}
.no_content:before {
  content: "No" !important;
}
.toggle:checked + .toggle--label:after {
  transition-duration: 0.05s;
}
.toggle-wrapper.small,
.toggle-wrapper.small .foux-toggle,
.toggle-wrapper.small .foux-toggle:before {
  height: 35px;
}
.toggle-wrapper.small .toggle--label {
  line-height: 35px;
}
.toggle-wrapper.small .toggle:checked ~ .foux-toggle:before {
  left: 50%;
}
.toggle-wrapper.small .foux-toggle:before {
  width: 50%;
}
.toggle-wrapper.small {
  margin-bottom: 20px;
}
.toggle-wrapper.small .foux-toggle,
.toggle-wrapper.small {
  width: 140px;
}
.filterDiv .filter1,
.filterDiv .filter2 {
  display: inline-block;
}
.chartWrap,
.demo-chart {
  width: 100%;
  height: 400px !important;
}
.mat-slider-track-background {
  background-color: rgba(0, 0, 0, 0.26);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #ff5242;
}
.mat-slider-horizontal .mat-slider-track-fill {
  height: 2px;
  width: 100%;
  transform: scaleX(0);
}
.mat-slider-horizontal .mat-slider-ticks {
  background-image:
    repeating-linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5) 2px,
      transparent 0,
      transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 2px, transparent 0, transparent);
}
.mat-accent .mat-slider-track-fill,
.mat-accent .mat-slider-thumb,
.mat-accent .mat-slider-thumb-label {
  background-color: #000;
}
.playIcon {
  font-size: 24px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #ff5242;
}
.play_icon {
  height: 20px;
}
.playBox {
  position: relative;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.setRight.dots.outSide {
  right: -16px;
  margin-left: 0px;
  top: 3px;
  width: 28px;
}
.width75 {
  width: 75%;
}
.width100 {
  width: 100%;
}
.deadlineMet {
  width: 25%;
  margin-left: auto;
  padding-left: 15px;
}
.playBox .heart {
  margin-right: 0px;
}
.goalTxt,
.gdTxt,
.projectTxt,
.catBtn {
  padding: 0px;
  font-size: 16px !important;
  line-height: 20px;
  font-weight: 600;
  margin-top: 0;
}
.catBtn {
  border-left-width: 3px;
  border-left-style: solid;
  margin-left: 10px;
  padding-left: 10px;
}
.catBtn.noMarginLeft {
  margin-left: 0px;
}
.goalTxt {
  color: #24baff;
}
.gdTxt {
  color: #7465cf;
}
.projectTxt {
  color: #33c534;
}
.faq .faq-title[aria-expanded=true] .mdi.rotate-icon {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
.faq .mdi.rotate-icon {
  transition: 0.2s ease-in-out;
}
.filter2 .dropdown-menu.show {
  z-index: 990;
}
.userPoints {
  background: url("./media/ic_points-2MQBEJ4V.png") no-repeat 0 0;
  padding-left: 25px;
  background-size: 22px auto;
  white-space: nowrap;
}
.userPoints-wrap .userPoints {
  margin: 0px;
  font-size: 16px !important;
}
.top-bar .userPoints {
  display: inline-block;
  margin: 5px 0;
  padding: 0 0 0px 29px;
  font-size: 16px;
  vertical-align: top;
}
.tabBar a label {
  cursor: pointer;
}
.checkbox label,
.radio label {
  cursor: pointer;
}
.title.dflex {
  margin-bottom: 15px;
}
.title.bottom .createBtn {
  margin-left: auto;
  margin-right: 0px;
}
.title.bottom {
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.backArrow,
.tabBar a.backArrow {
  background: url("./media/arrow-back-7JZWCJCC.svg") no-repeat left center;
  background-size: 28px;
  padding-left: 32px;
  padding-right: 15px;
  cursor: pointer;
}
.backArrow {
  background-position: -4px center;
}
.backArrow.white {
  background: url("./media/arrow-white-MDFP3IXL.svg") no-repeat left center;
  background-size: 28px;
}
.ngx-slider .ngx-slider-bubble {
  display: none !important;
}
.ngx-slider .ngx-slider-pointer {
  width: 15px !important;
  height: 15px !important;
  background-color: #fff !important;
  top: -6px !important;
}
.ngx-slider .ngx-slider-pointer:after {
  top: 5px !important;
  left: 3px !important;
}
.ngx-slider {
  margin: 0px !important;
}
.ngx-slider .ngx-slider-bar {
  background: rgba(255, 255, 255, 0.2) !important;
  cursor: pointer !important;
}
.ngx-slider.animate .ngx-slider-bar-wrapper {
  visibility: visible !important;
}
.ngx-slider .ngx-slider-selection {
  background-color: #fff !important;
}
.ngx-slider .ngx-slider-pointer:after {
  background: #fff !important;
}
.bs-datepicker-body table td span.disabled,
.bs-datepicker-body table td.disabled span {
  color: #ccc !important;
}
.mobileView {
  position: relative;
}
.mobileView .title {
  position: absolute;
  left: 0;
  width: auto;
}
.mobileView .recordSection {
  margin-left: 15px;
}
.faq .faq-title[aria-expanded=true] .mdi.rotate-icon {
  transform: rotate(180deg);
  transition: 0.2s ease-in-out;
}
.faq .mdi.rotate-icon {
  transition: 0.2s ease-in-out;
}
.recordSection {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 15px;
  position: relative;
}
.formSection {
  display: flex;
  align-items: center;
  padding: 15px 15px;
  background-color: #f0f0f0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 10px;
}
.formSection .allSelect {
  margin-right: 10px;
  border-radius: 4px;
  position: relative;
  width: 35px;
  height: 35px;
  border: 1px solid #272626;
  background-color: #fff;
  cursor: pointer;
}
.formSection .allSelect input {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.formSection .allSelect img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
  top: 5px;
  width: 100%;
  padding: 7px;
}
.formSection .searchBox {
  margin-left: 10px;
}
.formSection .searchBox .search_bar {
  margin: 0;
}
.formSection .searchBox .search_bar input[type=text] {
  width: 255px !important;
  background-color: #fff !important;
  opacity: 1;
  height: 35px !important;
}
.formSection .searchBox .search_bar .search-icon {
  height: 35px;
}
.ms-20 {
  margin-left: 20px;
}
.formSection .ms-20 {
  margin-left: 10px;
}
.customeTable {
  width: 100%;
  border: none;
  background-color: #f0f0f0;
  margin-bottom: 40px;
  scroll-behavior: smooth;
  border-radius: 10px 0px 10px 10px;
}
.customeTable table {
  width: 100%;
  border: none !important;
  background-color: #f0f0f0;
}
.customeTable table thead {
  border: none;
  border-bottom: 1px solid;
}
.customeTable table thead tr {
  border: none;
}
.customeTable table thead th.detailHeading {
  width: 70%;
  max-width: 650px;
}
.customeTable table thead th {
  font-size: 14px;
  font-weight: 600;
  border: none !important;
  position: relative;
  padding: 20px 18px;
  height: 76px;
}
.customeTable table thead .sorting {
  color: red;
  font-size: 15px;
  margin: auto;
  line-height: 8px;
  background: url("./media/sort-3C2XA47C.png") no-repeat;
  background-position: center;
  background-size: 20px;
  width: 16px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  top: 22px;
  cursor: pointer;
  margin-left: 8px;
}
.customeTable table thead .sorting span {
  display: none;
  font-size: 20px;
}
.customeTable table thead .sorting span .upArrow {
  top: 22px;
}
.customeTable table thead .sorting span .downArrow {
  bottom: 24px;
}
.customeTable table tbody {
  border-top: none;
}
.customeTable table tbody tr {
  border-left: none;
  border-right: none;
}
.customeTable table tbody td {
  padding: 20px 18px !important;
}
.customeTable table tbody td .crossIcon {
  color: red;
  font-size: 40px;
  font-weight: 450;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  vertical-align: middle;
}
.customeTable table tbody td .crossIcon input {
  background-color: #fff;
  padding: 0 20px;
}
.customeTable table tbody td .actionButton label {
  margin-right: 25px;
  margin-bottom: 0;
  position: relative;
  padding-left: 35px;
}
.customeTable table.collaboratorTable tbody td .actionButton label {
  line-height: 14px;
}
.customeTable table.collaboratorTable tbody tr td .actionButton label input {
  top: 0px !important;
}
.customeTable table tbody td .actionButton label input {
  position: absolute;
  left: 0;
  top: 4px;
  margin: auto;
}
.customeTable table tbody tr td:last-child {
  margin-right: 0;
}
.customeTable table tbody tr:last-child {
  border: none !important;
}
.customeTable .add-clauseBtn {
  margin: 30px 15px 0;
  margin-left: 72px;
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 4px;
  box-shadow: 0px 0px 2px 2px #fff;
  position: absolute;
}
.noRecord {
  background: rgba(200, 200, 200, 0.2) !important;
  margin-top: 0 !important;
}
.black {
  font-size: 13px;
  font-style: italic;
  color: #000;
  font-weight: 500;
  padding-right: 25px;
  margin-top: 5px;
  margin-bottom: -18px;
}
.black img {
  width: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.modal-dialog.w-5 {
  max-width: 550px;
  text-align: center;
}
.modal-dialog.w-6 {
  max-width: 650px;
  text-align: center;
}
.body-head {
  position: relative;
}
.body-head h2 {
  font-size: 28px;
  margin-bottom: 16px;
  position: relative;
  font-weight: 600;
  letter-spacing: 1.4px;
  color: #272626;
}
.body-head a.closeModel {
  position: absolute;
  right: 0;
  top: 6px;
  z-index: 1;
  cursor: pointer;
}
.modal-footer .commonBtn {
  min-width: 180px;
  padding: 15px 30px;
  color: #fff;
  border: 1px solid #000 !important;
  border-radius: 4px;
  line-height: 45px;
  margin: 0 10px;
  font-size: 14px;
}
.modal-footer .commonBtn:first-child {
  margin-left: 0;
}
.modal-footer .commonBtn:last-child {
  margin-right: 0;
}
.upperCase {
  text-transform: uppercase;
}
.modal-footer .commonBtn.clear_btn {
  margin-left: 0;
  background-color: #000;
}
.modal-footer .commonBtn.fill {
  background-color: #ff5243;
}
.toggleBtn .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.toggleBtn .switch input {
  display: none;
}
.toggleBtn .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff5242;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 34px;
}
.toggleBtn .slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}
.toggleBtn input:checked + .slider {
  background-color: #2ab934;
}
.toggleBtn input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}
.toggleBtn input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.toggleBtn .slider:after {
  content: "OFF";
  color: #000;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  left: -34px;
  font-size: 14px;
  font-weight: 500;
}
.toggleBtn input:checked + .slider:after {
  content: "ON";
}
.border-bottom {
  border-bottom: 1px solid #a3a3a3 !important;
}
.bold {
  font-weight: 600;
  margin-bottom: 6px !important;
}
.textWrap {
  padding-right: 50px;
  line-height: 1.4 !important;
}
p.textWrap {
  width: 60%;
}
.datePicker {
  width: 100%;
  clear: both;
}
.dateIcon {
  position: relative;
  float: right;
  padding-bottom: 20px;
}
.dateIcon .cal_image {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.dateIcon .cal_image img {
  width: 22px;
}
.dateIcon input {
  width: 255px;
}
.dateIcon input.date {
  padding-right: 36px;
}
.linkSetting .dateIcon input.date {
  z-index: 1;
  position: relative;
  background: transparent;
  cursor: pointer;
}
.textBlue {
  color: #5f81a6 !important;
}
.commonBtn.blue {
  background: #5f81a6 !important;
  color: #fff !important;
}
.underline {
  text-decoration: underline;
}
.bodyContent {
  background-color: #d9d9d9;
  padding: 15px 10px;
  border-bottom: 1px solid #a3a3a3;
  display: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.bodyContent p {
  position: relative;
  color: #000;
}
.bodyContent p a {
  position: absolute;
  right: 12px;
}
.outline {
  border: 1px solid #a3a3a3;
  margin-bottom: 30px;
}
.outline .bodyContent {
  display: block;
}
.modal-body.linkSetting {
  padding-bottom: 0;
}
.linkSetting .form-group {
  position: relative;
}
.linkSetting .outline .form-group {
  margin-bottom: 5px;
}
.linkSetting .form-group .d-flex {
  position: relative;
}
.linkSetting .form-group .toggleBtn {
  position: absolute;
  right: 0px;
  top: -12px;
}
.linkSetting .form-group.border-bottom .toggleBtn {
  top: -20px;
}
.linkSetting .form-group.border-bottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.linkSetting .outline .form-group {
  padding: 30px 10px;
  margin-bottom: 0;
}
.linkSetting .form-group .toggleBtn label {
  margin-bottom: 0px;
}
.linkSetting .dateIcon {
  margin-bottom: 10px;
  padding-bottom: 0;
}
.linkSetting .dateIcon.mt-13 {
  margin-top: 13px;
}
.align-left {
  text-align: left;
  float: left !important;
  margin-left: 10px;
}
.align-right {
  text-align: right;
  margin-right: 10px;
}
.socialMedia {
  margin: 50px auto 0;
  width: 100%;
  text-align: center;
}
.socialMedia li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  border-radius: 100px;
  width: 30px;
  height: 30px;
}
.observationReceived {
  max-width: 530px;
  background: #fff;
  box-shadow: 0px -4px 15px 0px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: auto;
  padding: 35px;
  margin-top: 50px;
  border-radius: 30px;
}
.observationReceived h2,
.observationPassword h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.observationReceived h2 {
  text-align: center;
}
.observationReceived figure {
  margin: 15px 0;
  text-align: center;
}
.observationReceived figure img {
  width: 150px;
}
.observationReceived p,
.observationPassword p {
  font-size: 16px;
  font-weight: 500;
}
.observationPassword p span:first-child {
  margin-bottom: 10px;
  display: inline-block;
}
.observationReceived p a,
.observationPassword p a {
  color: #0651a1;
  text-decoration: underline;
}
.observationPassword {
  max-width: 80%;
  background: #fff;
  box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: auto;
  padding: 35px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 30px;
}
.observationPassword .createdBy {
  line-height: 28px;
  text-align: right;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  color: #818e94;
  font-size: 13px;
  font-weight: 400;
  float: right;
}
.observationPasswordForm {
  background: #f7f7f7;
  border-radius: 4px;
  padding: 35px 50px;
  box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
  margin: 50px auto 0;
  width: 100%;
  max-width: 650px;
}
.observationPassword label {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.customLabel {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}
.password {
  position: relative;
}
.password .showPass {
  position: absolute;
  right: 12px;
  top: 14px;
  cursor: pointer;
}
.buttonGroup {
  text-align: right;
  margin-top: 50px;
}
.buttonGroup .commonBtn {
  padding: 15px 30px;
  color: #fff;
  border: 1px solid #000 !important;
  border-radius: 4px;
  line-height: 45px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.resendPasscode {
  margin-top: 50px;
  text-align: center;
}
.buttonGroup .commonBtn img {
  width: 22px;
  vertical-align: middle;
  margin: -3px 5px 0;
}
.buttonGroup .commonBtn:first-child {
  margin-left: 0;
}
.buttonGroup .commonBtn:last-child {
  margin-right: 0;
}
.buttonGroup .commonBtn.disabled {
  background: #c1c1c1 !important;
}
.observationPasswordForm .form-control {
  background: #fff;
}
.observationPasswordForm .form-control.is-invalid {
  background-image: none !important;
}
.valid-feedback {
  color: green;
}
.observationPasswordForm .dangerImage {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 53% !important;
  background-size: 24px !important;
  display: inline-block;
  position: absolute !important;
  right: -30px;
  width: 30px;
  height: 30px;
  top: -45px;
}
.observationPasswordForm .tickImage {
  background: url("./media/green-check-Q7JEVFSE.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 100% 53% !important;
  background-size: 24px !important;
  display: inline-block;
  position: absolute !important;
  right: -30px;
  width: 26px;
  height: 26px;
  top: -35px;
  border: 1px solid #5ecb5e;
  border-radius: 100px;
}
.text-success,
.invalid-feedback,
.text-danger {
  position: relative;
  font-size: 13px;
}
.userDetailFrom {
  margin-top: 28px;
}
.capitalize {
  text-transform: capitalize;
}
.ml-0 {
  margin-left: 0 !important;
}
.cloudImage {
  display: block;
  text-align: center;
  position: relative;
  margin: 10px 0;
}
.cloudImage figure {
  margin: 0;
  padding: 0;
  position: relative;
}
.cloudImage figure img {
  width: auto;
  max-width: 100%;
  max-height: 400px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.bottom_cal {
  display: block;
  clear: both;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.common-width {
  width: 33%;
  padding-left: 15px;
  padding-right: 15px;
  float: left;
}
.bottom_cal .info .boldText {
  font-size: 62px;
}
.report1 {
  padding-top: 10px;
}
.padding20 {
  padding: 20px;
}
.table-responsive {
  border: 1px solid #ddd;
}
.table {
  table-layout: auto !important;
}
.table th:first-child,
.table td:first-child {
  position: sticky;
  left: 0;
  border: 1px solid transparent;
}
.table td:first-child span {
  border-radius: 4px;
}
.table td {
  white-space: nowrap;
  border: 1px solid #ddd;
  font-size: 14px;
}
.table-responsive {
  border: 1px solid #ddd;
}
.table td span {
  padding: 10px 15px;
  display: inline-block;
  width: 100%;
  font-size: 13px;
}
.dpCustomButton {
  line-height: normal !important;
}
.bs-datepicker-body table td.weeks {
  display: none !important;
}
.customDate bs-days-calendar-view,
.customDate bs-years-calendar-view,
.customDate bs-month-calendar-view {
  width: 292px !important;
}
.width290 {
  width: 292px;
  position: relative;
}
#dpTodayButton {
  left: auto !important;
  height: 32px;
  right: 0 !important;
  top: -37px;
  padding: 9px 8px !important;
}
.commonButton {
  text-transform: uppercase;
}
.addRespondent {
  position: relative;
  height: 35px;
  line-height: 35px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.addRespondent span.plusIcon {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.customeTable table thead th.emailAddress {
  min-width: 240px;
}
.transformNormal {
  text-transform: none !important;
}
.bs-datepicker-head button.next,
.bs-datepicker-head button.previous {
  line-height: 27px !important;
}
.scroll {
  max-height: 230px;
  width: 100%;
  overflow-y: scroll;
  border-top: 1px solid #e6e6f2;
}
.scroll table.logListing {
  border-top: none;
}
.scroll table.logListing thead {
  background: #fff;
  z-index: 1;
  position: relative;
}
.scroll table.logListing thead td {
  position: sticky;
  background: #fff;
  top: 0;
}
#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px #f6f8fd;
  border-radius: 10px;
  background-color: #f6f8fd;
}
#style-2::-webkit-scrollbar {
  width: 5px;
  background-color: #f6f8fd;
}
#style-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px #c1c1c1;
  background-color: #c1c1c1;
}
.linkButton {
  cursor: pointer;
}
.emotions dt:first-child:nth-last-child(1) {
  width: 100%;
}
.carousel-control-prev {
  left: inherit !important;
  right: 34px !important;
}
.rankingWrap ul.infoBar li.outerContainer {
  position: initial;
}
.rankingWrap ul.infoBar {
  position: relative;
}
.carousel-indicators li {
  display: none !important;
}
.table-wrapper {
  overflow-x: auto;
}
.sorticons {
  position: relative !important;
  width: 13px !important;
  height: 13px !important;
  display: inline-block;
  margin-left: 3px !important;
}
.sorticons:before {
  content: "";
  position: absolute;
  border: 6px solid #ff5242;
  border-top: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  top: 0;
  left: 0;
}
.sorticons:after {
  content: "";
  position: absolute;
  border: 6px solid #ff5242;
  border-bottom: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 0;
  left: 0;
}
.asc .sorticons:after {
  content: "";
  bottom: 2px;
}
.asc .sorticons:before {
  content: "";
  display: none;
}
.desc .sorticons:before {
  content: "";
  top: 2px;
}
.desc .sorticons:after {
  content: "";
  display: none;
}
.table-wrapper table tr.block {
  background: rgb(255, 235, 235);
}
.mb-3.covers {
  border: 1px solid #dce0e6;
  border-radius: 4px;
  padding: 16px 18px;
  margin: 0;
  margin-right: 20px;
  word-wrap: break-word;
}
.mb-3.covers a {
  margin-left: 8px;
}
.mb-3.covers a img {
  width: 12px;
  margin-top: 5px;
}
.modal-dialog .total .access-dean.common li {
  border: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding: 6px 6px;
}
.tableFixHead {
  overflow-y: auto;
  max-height: 400px;
}
.tableFixHead thead th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #fff;
}
.common-btn.unfilled {
  color: #ff1515 !important;
  border: 1px solid #c0cbdb;
  background: transparent;
  cursor: pointer;
}
.mt-5 {
  padding-bottom: 30px;
  text-align: center;
}
.mt-5 h4 {
  font-weight: 500;
}
.deans .table-wrapper table,
.deans .table-responsive table {
  table-layout: fixed;
}
.setPosition {
  top: -82px;
  left: 0px;
  position: absolute;
}
.topSpace {
  margin-top: 10px;
}
.swal2-html-container {
  color: white !important;
  padding-top: 0px !important;
}
.dropdown-menu {
  z-index: 4;
}
.entry-label {
  display: inline;
}
.charCount {
  float: right;
}
.title-bar a img:hover {
  cursor: pointer;
}
.dots .dropdown-menu ul li:hover {
  background: rgb(255, 179, 172);
}
.swal2-container {
  z-index: 1222 !important;
}
.micro {
  font-size: 25px;
  position: absolute;
  right: 12px;
  top: 6px;
  z-index: 99;
}
.des-micro {
  font-size: 25px;
  position: absolute;
  right: 12px;
  bottom: 4px;
  z-index: 99;
}
.tabBar_fixed {
  position: sticky !important;
  top: 70px;
  padding-right: 15px !important;
  z-index: 999;
  background: rgb(244, 244, 244);
  padding-right: 285px;
  padding-top: 25px;
  padding-left: 15px;
  width: calc(100% + 20px);
  border-bottom: 4px solid #ff5243;
  border-left: 4px solid #ff5243;
  box-shadow: -2px 2px 20px 3px rgba(82, 63, 105, 0.13);
}
.tabBar_fixed a,
.dropdown-menu a,
.forgotPin a,
.repatedDiv .sr,
.repatedDiv .updateDate,
.repatedDiv .createBtn {
  cursor: pointer !important;
}
.main_box {
  margin-top: 80px;
}
.detect {
  text-transform: capitalize;
}
.top-100 {
  margin-top: 100px;
}
.font_size {
  font-size: 16px;
  font-style: normal !important;
  color: white !important;
  margin-left: 5px;
}
.next_button {
  min-width: 130px !important;
}
.arrow_th {
  width: 70px !important;
}
.team_pic {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.button {
  cursor: pointer;
}
.des-micro-modal {
  right: 0 !important;
  font-size: 50px !important;
  bottom: 85px !important;
  left: 0;
  width: 100%;
  max-width: 50px;
  margin: auto;
}
@keyframes ripple {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(3);
  }
}
.ripple {
  position: absolute;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important;
  bottom: 100px;
  background: #4c8bf5;
  height: 40px;
  width: 40px;
  animation: ripple 1.5s ease-out infinite;
  border-radius: 100%;
  z-index: 1;
}
.mdi-microphone {
  cursor: pointer !important;
}
.font_30 {
  font-size: 30px;
}
.modal_title_2 {
  margin: 20px 0;
}
.modal_content {
  margin-bottom: 10px;
}
.modal_val_pad {
  margin-bottom: 40px !important;
}
.txt_right_pad {
  padding-right: 60px;
}
.modal_close_icon {
  position: absolute;
  left: 25px;
  top: 30px;
}
.speech_modal .modal-content {
  padding-top: 18px;
}
.title_top_margin {
  margin-top: 25px;
}
.speech_modal .modal-header h5.modal-title {
  font-size: 25px;
  padding-left: 15px;
}
.footerwrap_modal .clear_btn {
  margin-left: 0 !important;
}
.modal_btn {
  border: 1px solid #c0cbdb;
  border-radius: 4px;
  color: #333 !important;
  font-weight: 500;
  padding: 10px;
  margin: 10px 0 0px 10px;
  cursor: pointer;
  min-width: 150px;
}
.modal_continue {
  background: green;
  color: white !important;
}
.clear_btn {
  background-color: #000 !important;
  border: 1px solid #000 !important;
  color: white !important;
  min-width: 150px;
}
.wrapper.new-entry .footerwrap .clear_btn {
  background-color: #000;
  border: 1px solid #000 !important;
  color: white !important;
  min-width: 150px;
}
.footerwrap_modal {
  text-align: center;
  margin-top: 20px;
}
.deadlineBtn {
  border: none !important;
  font-size: 13px;
  margin-right: 15px !important;
  font-weight: bold;
}
.green {
  color: green !important;
}
.yellow {
  color: #ffb341 !important;
}
.blue {
  color: blue !important;
}
.red {
  color: #ff5242 !important;
}
.rank_icon {
  font-size: 20px;
}
.closePopup {
  cursor: pointer;
}
.cancel_btn {
  border: 1px solid #ff5242 !important;
  color: #ff5242 !important;
  background-color: white !important;
  font-weight: 400;
}
.cancel_btn:hover {
  color: #ff5242 !important;
  background-color: white !important;
  border: 1px solid #ff5242 !important;
}
.word_break {
  word-break: break-all;
}
.backgrountd_yellow {
  background: #ffb341 !important;
}
.delbtn_width {
  padding: 10px 15px;
  font-weight: 500;
}
.create_btn,
.commonBtn {
  padding: 0px 15px !important;
  min-width: 150px !important;
  min-height: 45px;
}
.heart a img {
  cursor: pointer;
}
.mb_5 {
  margin-bottom: -5px;
}
.title_check {
  position: absolute;
  top: 15px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.del_mr_10 {
  margin-right: 10px !important;
}
.button_padding {
  padding-top: 2px !important;
}
.log_btn {
  margin-right: 25px !important;
}
select::placeholder,
select::-webkit-placeholder,
select::-moz-placeholder,
select::-ms-placeholder {
  font-weight: 400 !important;
  color: #999 !important;
}
select:required,
select:required:invalid {
  font-weight: 400 !important;
  color: #555 !important;
}
option {
  color: black;
}
table tbody tr:hover {
  background: rgba(200, 200, 200, 0.2) !important;
}
table tbody tr:hover td {
  --bs-table-bg-type: rgba(200, 200, 200, 0.2) !important;
}
.tableFixHead th {
  border: none !important;
}
.container_box {
  margin-top: 80px;
}
.tableFixHead_new {
  max-height: calc(100vh - 250px) !important;
}
.tableFixHead_new th {
  top: -1px !important;
}
.fix_head {
  position: sticky !important;
  top: 70px !important;
  z-index: 999;
  background: #f6f8fe;
  padding-top: 20px;
  margin-left: 0;
  padding-left: 0;
  outline: 3px solid #f6f8fe;
  margin-bottom: 3px;
}
.main-container_new {
  margin: 70px 0 50px 0 !important;
  padding-left: 20px;
  padding-right: 20px;
}
.icon_copy {
  font-size: 25px;
  color: #fff;
  left: 50px;
  position: absolute;
  top: 2px;
}
.icon_btn_cpy {
  padding-left: 60px !important;
}
.account_stat {
  text-align: right;
  margin-right: 18px;
  font-size: 18px;
  color: #272626;
}
.check_img_pdf {
  position: absolute;
  left: 7px;
  top: 9px;
  width: 16px;
  height: 15px;
}
.pdf_check::after {
  border: none !important;
}
.pdf_check::before {
  top: 7px !important;
}
._logo {
  height: 30px;
  width: 125px;
  margin-bottom: 5px;
}
._logo_a {
  float: left;
  margin-left: 5px;
}
.side_border {
  padding-left: 15px;
  border-left: 1px solid #cacaca;
}
input[type=radio] {
  accent-color: #ff5242 !important;
}
.dots .dropdown-menu ul li.disabled a {
  font-weight: 400 !important;
}
.modal-title {
  width: 100%;
}
.modal-dialog.w-3 .modal-header {
  padding: 0;
  border: 0;
}
.modal-dialog.w-3 .modal-body {
  padding-left: 0;
  padding-right: 0;
  border: 0;
}
.modal-dialog.w-3 .modal-footer {
  padding: 0;
  border: 0;
  flex-wrap: unset;
}
.navdrop .dropdown-toggle:after {
  display: none;
}
.tooltip {
  padding: 0;
}
.filterDiv ul {
  padding: 0;
  margin: 0;
}
.createBtn:after,
.rankingWrap .dots a:after {
  display: none !important;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination li a {
  font-size: 14px;
}
.modal.show {
  webkit-backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
}
.avatars.avtar_width.color_ {
  border-radius: 50%;
  background: #ddd;
}
.filterDiv {
  position: relative;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #fff;
}
.recordSection button {
  display: flex;
  align-items: center;
  gap: 6px;
}
.recordSection button img {
  width: 14px;
  height: auto;
}
.placeholder {
  background: transparent;
  cursor: pointer !important;
}
a.blue {
  color: #007bff !important;
}
html,
body {
  height: auto;
}
body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}
.timmer .btn-link,
.timmer tr.text-center {
  display: none !important;
}
.warnings {
  color: #ff5242;
  font-size: 13px;
}
.pagination li:first-child,
.pagination li:last-child {
  font-weight: 600;
}
li.pagination-prev,
li.pagination-next {
  display: none !important;
}
.sidebar .copyright span {
  font-size: 13px;
}
.sidebar .copyright p {
  font-size: 11px;
}
.connectorWrap .goal-reminderWrap .number {
  width: 100%;
  text-align: center;
}
.reporting .queryWrap .title-bar h1 {
  font-weight: 500;
  line-height: 40px;
}
.form-box[_ngcontent-flh-c206] .common-btn[_ngcontent-flh-c206] {
  line-height: 28px;
}
.reporting .queryContent .add-clauseBtn {
  width: 100%;
  text-align: center;
  height: 38px;
}
.sidebar_colm {
  height: 100%;
  position: relative;
  z-index: 9999;
  display: inline-block;
}
.sidebar_colm ul {
  background: #fff;
  z-index: 9999;
  width: 300px;
}
.sidebar_colm ul li {
  display: inline-block;
  width: 100%;
  padding: 0;
  font-size: 20px;
}
.sidebar_colm ul li a {
  display: inline-block;
  width: 100%;
  padding: 25px;
  font-weight: 500;
  text-align: center;
  border-radius: 10px;
}
.page_emo_tbl ul.working-days {
  display: inline-block;
  width: auto;
  padding-left: 50px;
}
.select-category.page_emo_tbl {
  display: flex;
}
.link_clm_0 a {
  background: #ff5242;
}
.link_clm_1 a {
  background: rgb(240, 98, 70);
}
.link_clm_2 a {
  background: rgb(255, 165, 0);
}
.link_clm_3 a {
  background: rgb(241, 202, 59);
}
.link_clm_4 a {
  background: rgb(90, 252, 19);
}
.link_clm_5 a {
  background: rgb(142, 240, 0);
}
.link_clm_6 a {
  background: rgb(28, 252, 202);
}
.link_clm_7 a {
  background: rgb(142, 220, 243);
}
.link_clm_8 a {
  background: rgb(48, 182, 221);
}
.link_clm_9 a {
  background: rgb(182, 125, 232);
}
.link_clm_10 a {
  background: rgb(255, 51, 153);
}
.link_clm_11 a {
  background: #fffbf5;
}
.repot_page_layout.queryContent .col-lg-2,
.repot_page_layout.queryContent .col-lg-3 {
  padding-right: 15px;
}
.repot_page_layout .col-12.col-lg-4 .row .col-12 {
  padding-left: 0;
}
.repot_page_layout .commonRow label {
  padding-left: 0;
}
.repot_page_layout .row.queryBox.ng-star-inserted .col-12.col-lg-2 .commonRow .selectWrap {
  padding-left: 0;
}
.modal_sv_query .field_control input {
  margin: 20px 0;
}
.tbl_edit_pg tbody h4.teamheading {
  margin: 18px;
}
.team_dtl_pg .team_detail table th,
.team_dtl_pg .team_detail table th {
  width: 20%;
}
.team_dtl_pg .team_detail table th:first-child,
.team_dtl_pg .team_detail table td:nth-child(2),
.team_dtl_pg .team_detail table th::first-child,
.team_dtl_pg .team_detail table td:nth-child(2) {
  width: 15%;
}
.team_dtl_pg .team_detail table th:nth-child(3),
.team_dtl_pg .team_detail table th:nth-child(3) {
  width: 30%;
}
.insignts_pg_fsizes .small_title {
  font-weight: 600;
}
.insignts_pg_fsizes .boldText {
  font-size: 72px;
}
.btn_cncl .common-btn {
  line-height: 30px;
}
.add_clause_rw:after {
  position: absolute;
  left: 0;
  background: #eee;
  width: 98%;
  content: "";
  height: 1px;
  margin: 0 auto;
  right: 0;
  top: -20px;
}
.add_clause_rw {
  position: relative;
  margin-top: 40px;
}
.info_i small {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  background: #ddd;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 0 14px;
  cursor: pointer;
  position: relative;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
}
.info_i {
  position: relative;
  display: inline-block;
}
.pop_inf {
  position: absolute;
  width: 500px;
  font-size: 12px;
  line-height: 18px;
  right: 65px;
  background: #fff;
  border-radius: 8px;
  z-index: 99;
  padding: 20px;
  border: solid 1px #ddd;
  transition: all ease-in-out 0.3s;
  -webkit-transition: all ease-in-out 0.3s;
  -moz-transition: all ease-in-out 0.3s;
  color: #888;
  font-weight: 300;
}
.pop_inf p {
  margin-bottom: 0;
}
.info_pop_opt {
  float: right;
  margin-top: 4px;
  height: 45px;
}
.pop_inf h5 {
  color: #ff5242 !important;
  font-weight: 500;
  margin: 0 0 10px 0;
  font-size: 18px;
  text-decoration: underline;
}
.pop_inf h5:hover a {
  color: #ff5242 !important;
}
.svd_query .queryBox select {
  background: none !important;
}
span.new_pass_instruct {
  position: absolute;
  top: 0px;
  background: #aaa;
  padding: 10px;
  border-radius: 4px;
  font-size: 12px;
  z-index: 99;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 6px;
  color: #fff;
  width: 100%;
  opacity: 1;
  left: 100%;
}
.new_pass_alrt input:focus .new_pass_instruct {
  opacity: 1 !important;
}
span.tooltip {
  display: none;
  float: left;
  background-color: #ccc;
  font-family:
    "Trebuchet MS",
    Arial,
    Helvetica,
    sans-serif;
  color: #000;
  padding: 3px 10px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 150px;
  font-size: 12px;
  font-style: italic;
  position: absolute;
  margin: 0 0 0 10px;
}
span.tooltipArrow {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 6px solid transparent;
  border-right-color: #ccc;
  top: 5px;
  left: -12px;
}
@media (max-width: 1400px) {
  .insignts_pg_fsizes .boldText {
    font-size: 30px;
    margin: 10px 0;
  }
  .main-container.deans.insignts_pg_fsizes .col-bx-top .commonBox p.green,
  .main-container.deans.insignts_pg_fsizes .col-bx-top .commonBox p.orange {
    min-height: auto;
  }
  .sidebar_colm ul li a {
    padding: 20px;
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .insignts_pg_fsizes .boldText {
    font-size: 22px;
    margin: 10px 0;
  }
}
.overlay-check {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0);
}
.checkbox.checkBtn .input-helper:before {
  background: #fff;
}
.checkbox.checkBtn input[type=checkbox] {
  z-index: 3;
}
.checkbox.checkBtn .hideCheckbox {
  width: 100% !important;
  height: 100% !important;
}
.checkbox.checkBtn i.input-helper.hideCheckBorder,
.checkbox.checkBtn label.input-helper.hideCheckBorder {
  left: 0px;
  top: 0px;
}
.checkbox.checkBtn label.input-helper.hideCheckBorder:before {
  width: 28px !important;
  height: 28px !important;
}
.checkbox.checkBtn label.input-helper.hideCheckBorder:after {
  left: 10px;
  top: 10px;
}
.checkbox.checkBtn input:checked + .input-helper.hideCheckBorder:after {
  -webkit-transform: scale(1.5) rotate(-50deg);
  -ms-transform: scale(1.5) rotate(-50deg);
  transform: scale(1.5) rotate(-50deg);
}
.checkbox .hideCheckbox:checked + i.input-helper.hideCheckBorder {
  z-index: 5;
}
.checkbox.checkBtn i.input-helper,
.checkbox.checkBtn label.input-helper {
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.checkbox.checkBtn input:checked + .input-helper + .overlay-check {
  border: 3px solid #ff5242;
  border-radius: 3px;
}
body .swal2-styled.swal2-cancel {
  padding: 7px 14px !important;
  min-width: 150px;
  font-size: 14px !important;
}
.add-more-container {
  position: fixed;
  right: 20px;
  bottom: 15px;
  z-index: 1;
}
.add-more-container a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  display: block;
  background: #ff5242;
  -webkit-box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.error {
  color: red;
  padding-top: 5px;
  font-size: 13px;
}
body .swal2-title {
  font-size: 20px;
  color: whitesmoke;
  font-weight: 500;
  display: flex !important;
  align-items: center;
  gap: 0;
}
body .swal2-content {
  font-size: 14px;
  color: #333;
}
body .swal2-icon {
  margin: 10px 0 20px 0;
}
body .swal2-popup {
  width: 400px;
}
body .swal2-styled.swal2-confirm {
  background: #ff5242 !important;
  min-width: 150px;
  border-radius: 4px;
  color: #fff !important;
  padding: 7px 14px !important;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}
body .swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #5ecb5e;
}
body .swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #5ecb5e;
}
body .swal2-icon.swal2-success {
  border-color: #5ecb5e;
  color: #5ecb5e;
}
.swal2-styled.swal2-cancel {
  border: 1px solid #c0cbdb !important;
  color: #ff5242 !important;
  background: #fff !important;
}
.swal2-styled.swal2-cancel:hover {
  color: #fff !important;
  background: #ff5242 !important;
  border: 1px solid #ff5242 !important;
}
.swal2-styled:focus {
  box-shadow: none !important;
  outline: none !important;
}
.swal2-html-container p {
  color: black !important;
}
.modal-open .modal {
  -webkit-backdrop-filter: blur(5px) !important;
  backdrop-filter: blur(5px) !important;
  background: none !important;
}
.dots .dropdown-menu ul li.disabled {
  background-color: #f2f2f2;
}
.disable,
.disabled {
  cursor: not-allowed !important;
  pointer-events: none !important;
}
body.swal2-toast-shown .swal2-container.swal2-top {
  padding-top: 0px;
}
body.swal2-toast-shown .swal2-container {
  width: auto !important;
}
.swal2-toast h2:where(.swal2-title) {
  margin: 0.5em 0 !important;
}
.parentModal .createBtn.unfilled {
  font-size: 12px !important;
}
.parentModal .modal-title {
  width: auto;
}
.parentModal .rankingWrap ul.boxes h4 {
  margin-bottom: 0;
}
.parentModal .createBtn {
  margin-right: 10px;
  padding: 10px 30px;
}
.parentModal .student-details-btns {
  padding-bottom: 20px;
}
.parentModal .boxes {
  flex-wrap: wrap;
}
.parentModal .info li {
  width: 25% !important;
}
.parentModal .stats_heading h3 {
  font-size: 22px !important;
}
.parentModal .name {
  margin-bottom: 0;
  font-size: 22px !important;
}
.parentModal .red {
  color: red;
}
.parentModal .backArrow {
  margin-left: -5px;
}
.parentModal .color_data .color_0 {
  border-radius: 50%;
  background-color: #ff6969;
}
.parentModal .color_data .color_1 {
  border-radius: 50%;
  background-color: #b865cf;
}
.parentModal .color_data .color_2 {
  border-radius: 50%;
  background-color: #44cf7b;
}
.parentModal .color_data .color_3 {
  border-radius: 50%;
  background-color: #7465cf;
}
.parentModal .color_data .color_4 {
  border-radius: 50%;
  background-color: #ffb341;
}
.parentModal .avtar_width {
  width: 70px;
  height: 70px;
}
.parentModal .cgmIcon {
  height: 23px !important;
  width: 23px !important;
}
.parentModal .modal_date_set {
  display: flex;
  justify-content: space-between;
}
.parentModal .modal_date_set .date_set {
  color: green;
  font-style: italic;
}
.parentModal .grey {
  margin-right: 18px;
  font-size: 13px;
  color: #818e94;
}
.parentModal .modal_close {
  margin-top: 13px;
  margin-right: 10px;
}
.parentModal .emailWrap .activeAccount {
  position: absolute;
  right: 13px;
  top: 55px;
  line-height: 18px;
}
.parentModal .rankingWrap ul.boxes li h5 {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.parentModal .info li,
.parentModal .boxes li {
  width: 33% !important;
  margin: 1px !important;
}
.parentModal .submitWrap1 {
  display: flex;
  align-items: center;
  justify-content: left;
}
.parentModal .submitWrap1 .cancel_btn {
  width: 150px;
  margin-right: 20px;
  margin-left: 0;
  padding-top: 2px;
}
.parentModal .submitWrap1 .createBtn {
  width: 150px;
}
.parentModal .tabBar h2 {
  cursor: pointer;
}
.parentModal tr th,
.parentModal tr td {
  border: 1px solid #e6e6f2 !important;
  padding: 20px 15px !important;
  width: 50% !important;
}
.parentModal .security .security_box {
  padding: 25px 0px;
}
.parentModal .security .security_box .head {
  font-size: 20px;
  font-weight: 500;
}
.parentModal .security .security_box .box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.parentModal .security .security_box .box .sub_text {
  margin-right: 5px;
}
.parentModal .security .security_box .box .createBtn {
  min-width: 217px;
  width: 100%;
  font-size: 15px;
  text-align: center;
  margin: 0;
}
.parentModal .dots .dropdown-menu ul li:hover a {
  color: #212529 !important;
}
.parentModal .warnings {
  color: #ff5242;
  font-size: 14px;
}
.parentModal .profileWrap h2 {
  margin: 20px 0 !important;
}
.parentModal .field_name {
  font-size: 18px;
  font-weight: bold;
}
.parentModal .reset_btn {
  padding: 12px !important;
}
.parentModal .gey_box {
  margin-top: 12px;
  padding-right: 10px;
}
.parentModal .title_margin {
  margin-top: 35px;
}
.parentModal .name_fnt {
  font-weight: 600;
}
.parentModal .val_font {
  font-weight: 600;
  margin-bottom: 0px !important;
}
.parentModal .sub_txt {
  margin-left: 30px;
}
.parentModal .bottom_border {
  padding: 25px 0px !important;
  border-bottom: 1px solid #d7d7d7 !important;
}
.parentModal .bottom_border_first {
  padding: 10px 0px 25px 0px !important;
  border-bottom: 1px solid #d7d7d7 !important;
}
.parentModal .mt-25 {
  margin-top: 25px;
}
.parentModal .font_22 {
  font-size: 22px !important;
}
.parentModal .team_break {
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.parentModal .colorPicker input {
  cursor: pointer;
}
.resetModal label.field_name {
  margin-bottom: 5px;
}
.date .dropdown-menu,
.dateIcon .dropdown-menu,
.dateFullWidth .dropdown-menu {
  max-width: 300px;
  min-width: 300px;
}
.date .ngb-dp-navigation-select,
.dateIcon .ngb-dp-navigation-select,
.dateFullWidth .ngb-dp-navigation-select {
  gap: 15px;
}
.date .ngb-dp-navigation-select select,
.dateIcon .ngb-dp-navigation-select select,
.dateFullWidth .ngb-dp-navigation-select select {
  box-shadow: 0 0 0 !important;
  font-size: 13px;
  margin: 0;
}
.date .ngb-dp-navigation-chevron,
.dateIcon .ngb-dp-navigation-chevron,
.dateFullWidth .ngb-dp-navigation-chevron {
  font-size: 12px;
}
.date .ngb-dp-header,
.dateIcon .ngb-dp-header,
.dateFullWidth .ngb-dp-header {
  padding: 10px 0;
}
.date .ngb-dp-header .ngb-dp-arrow button,
.dateIcon .ngb-dp-header .ngb-dp-arrow button,
.dateFullWidth .ngb-dp-header .ngb-dp-arrow button {
  border-radius: 50%;
  width: 32px;
}
.date .ngb-dp-week,
.dateIcon .ngb-dp-week,
.dateFullWidth .ngb-dp-week {
  padding: 0 10px;
}
.date .ngb-dp-week:hover,
.dateIcon .ngb-dp-week:hover,
.dateFullWidth .ngb-dp-week:hover {
  background: rgba(200, 200, 200, 0.2) !important;
}
.date .ngb-dp-week.ngb-dp-weekdays,
.dateIcon .ngb-dp-week.ngb-dp-weekdays,
.dateFullWidth .ngb-dp-week.ngb-dp-weekdays {
  background: #fff;
  border-top: 0;
  border-bottom: 0;
}
.date .ngb-dp-week.ngb-dp-weekdays:hover,
.dateIcon .ngb-dp-week.ngb-dp-weekdays:hover,
.dateFullWidth .ngb-dp-week.ngb-dp-weekdays:hover {
  background: #fff !important;
}
.date .ngb-dp-week.ngb-dp-weekdays .ngb-dp-weekday,
.dateIcon .ngb-dp-week.ngb-dp-weekdays .ngb-dp-weekday,
.dateFullWidth .ngb-dp-week.ngb-dp-weekdays .ngb-dp-weekday {
  font-size: 13px;
  color: #9aaec1 !important;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.date .btn-light,
.dateIcon .btn-light,
.dateFullWidth .btn-light {
  border-radius: 50% !important;
  color: #54708b;
}
.date .btn-light .active:not(.bg-primary),
.date .btn-light:hover:not(.bg-primary),
.dateIcon .btn-light .active:not(.bg-primary),
.dateIcon .btn-light:hover:not(.bg-primary),
.dateFullWidth .btn-light .active:not(.bg-primary),
.dateFullWidth .btn-light:hover:not(.bg-primary) {
  background-color: #e9edf0;
  outline: 0;
  opacity: 1;
}
.date .ngb-dp-today .btn-light,
.dateIcon .ngb-dp-today .btn-light,
.dateFullWidth .ngb-dp-today .btn-light {
  background: #ddd !important;
  border: 0 !important;
}
.date .bg-primary,
.date .bg-primary.text-white,
.dateIcon .bg-primary,
.dateIcon .bg-primary.text-white,
.dateFullWidth .bg-primary,
.dateFullWidth .bg-primary.text-white {
  background-color: #ff5242 !important;
}
.date .dropdown-menu,
.dateIcon .dropdown-menu,
.dateFullWidth .dropdown-menu {
  box-shadow: 0 0 10px 0 #aaa;
  border-radius: 0;
}
.date ngb-datepicker .ngb-dp-month,
.dateIcon ngb-datepicker .ngb-dp-month,
.dateFullWidth ngb-datepicker .ngb-dp-month {
  width: 100% !important;
}
.date ngb-datepicker .ngb-dp-week,
.dateIcon ngb-datepicker .ngb-dp-week,
.dateFullWidth ngb-datepicker .ngb-dp-week {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0;
}
.date ngb-datepicker .ngb-dp-day,
.dateIcon ngb-datepicker .ngb-dp-day,
.dateFullWidth ngb-datepicker .ngb-dp-day {
  display: flex;
  align-items: center;
  font-size: 13px;
}
.date ngb-datepicker ngb-datepicker-month,
.dateIcon ngb-datepicker ngb-datepicker-month,
.dateFullWidth ngb-datepicker ngb-datepicker-month {
  border-top: 1px solid #e9edf0;
  padding: 0 10px;
}
.dateIcon .dropdown-menu {
  max-width: 255px;
  min-width: 255px;
}
.dateFullWidth {
  position: relative;
}
.dateFullWidth .dropdown-menu {
  max-width: 255px;
  min-width: 255px;
}
.right_div .privacy .main-container {
  padding: 0 !important;
  margin: 0 !important;
}
.right_div .main_container {
  padding: 0 !important;
  margin: 0 !important;
}
.right_div .main_container .container {
  padding: 0 !important;
}
.title-bar.fix_head h1 a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.new-entry-container .title-bar a.pointer {
  display: flex;
  align-items: center;
  gap: 10px;
}
span.placeholder.colab_select {
  cursor: pointer !important;
}
.new-entry-container .title-bar h4 {
  font-size: 30px;
}
.flexblock .title-bar {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.rankingWrap .title span.greenBtn.mergeMantra-icon {
  padding-right: 40px !important;
}
.form-group .txt_right_pad {
  padding-right: 75px !important;
}
.pe-small {
  padding-right: 40px !important;
}
.parentModal .modal-header {
  justify-content: space-between;
}
.modal-dialog .otpWrap {
  display: table;
  margin: auto;
  width: 100%;
}
.otpWrap .wrapper .n-o-c {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.mt-70 {
  margin-top: 70px !important;
}
.login-section .new-entry {
  margin-top: 0;
}
.login-section:has(.loginHeader) .new-entry {
  margin-top: 52px;
}
.chartWrap {
  width: 100% !important;
}
.passwordField {
  position: relative;
}
.passwordField input {
  padding-right: 40px !important;
}
.passwordField a.showPass {
  position: absolute;
  top: 50% !important;
  right: 0 !important;
  transform: translate(-50%, -50%) !important;
}
.iconField {
  position: relative;
}
.iconField .micro,
.iconField .des-micro {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  bottom: unset;
}
.iconField .title_check {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1760px) {
  .sidebar {
    width: 225px;
  }
  .wrapper {
    padding-left: 225px;
  }
  .wrapper.emotion_intensity {
    padding-left: 0;
  }
}
@media (min-width: 1600px) {
  .chartWrap,
  .demo-chart {
    height: 670px !important;
  }
}
@media (max-width: 1600px) {
  .sidebar {
    width: 225px;
  }
  .wrapper {
    padding-left: 225px;
  }
  .scrollbar {
    height: auto;
    width: 100%;
    background: rgba(200, 200, 200, 0.2) !important;
    overflow-x: scroll;
  }
  #style-1::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #f6f8fd;
    border-radius: 10px;
    background-color: #f6f8fd;
  }
  #style-1::-webkit-scrollbar {
    height: 5px;
    background-color: #f6f8fd;
  }
  #style-1::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px #c1c1c1;
    background-color: #c1c1c1;
  }
  .leaderboard .rankingBox span {
    font-size: 18px;
  }
  .search_bar input[type=text] {
    width: 430px;
  }
  .header .top_rt ul li {
    margin-left: 30px;
  }
  .add-more a {
    padding: 0px 20px;
    font-size: 15px;
  }
  .slideTitle {
    font-size: 17px;
    margin-bottom: 10px;
  }
  .commonButton {
    font-size: 14px;
  }
  .formSection .searchBox .search_bar input[type=text] {
    width: 180px !important;
  }
  .ms-20 {
    margin-left: 15px;
  }
  .customeTable table thead th.emailAddress {
    min-width: 270px;
    width: 250px;
  }
  .tabBar h2,
  .rankingWrap .title h4 {
    font-size: 16px;
  }
}
@media (max-width: 1450px) {
  .customeTable table thead th.emailAddress {
    min-width: 200px;
    width: 200px;
  }
  .th_email {
    padding: 15px 0 !important;
  }
  .td_email a {
    padding: 15px 0 !important;
  }
  .outline .form-group {
    padding: 18px 10px 10px;
  }
  .customDate bs-days-calendar-view,
  .customDate bs-years-calendar-view,
  .customDate bs-month-calendar-view {
    width: 290px !important;
  }
  .width290 {
    width: 290px;
    position: relative;
  }
}
@media (max-width: 1420px) {
  .delbtn_width {
    padding: 10px 15px !important;
  }
  th {
    font-size: 13px !important;
  }
  td {
    font-size: 13px !important;
  }
  .formSection .searchBox .search_bar input[type=text],
  .tabBar .search_bar input[type=text] {
    width: 150px !important;
    font-size: 13px;
  }
  .form input[type=text],
  .form input[type=number],
  .form input[type=email],
  .form input[type=password],
  .form input[type=tel],
  .form textarea,
  select,
  select.form-control,
  .form-control,
  .placeholder,
  .grlistDropDwon input[type=text],
  input[type=text],
  .commonRow textarea,
  .chipsWrap .placeholder,
  .chipsWrap .text,
  input[type=text],
  select,
  input[type=email],
  input[type=password],
  textarea,
  input[type=tel],
  input[type=password],
  input[type=number] {
    font-size: 13px;
  }
  .rankingWrap h5,
  .content h5,
  .dropdown-menu .autoComplete li a {
    font-size: 13px;
  }
  .commonButton {
    font-size: 13px;
    padding: 7px 8px;
  }
  .formSection .searchBox,
  .ms-20 {
    margin-left: 10px;
  }
  .sucessBtn img {
    width: 16px;
    margin-top: 2px;
  }
  .dots .dropdown-menu ul li a {
    font-size: 14px;
  }
  .customeTable table thead th {
    padding: 16px 10px !important;
    height: 70px !important;
  }
  .customeTable table tbody td {
    padding: 16px 10px !important;
  }
  .customeTable tbody tr td {
    padding: 16px 10px !important;
  }
}
@media (max-width: 1400px) {
  .entry-data-wrap .typeWrap label {
    width: 20%;
  }
  .password .showPass {
    top: 9px;
  }
  .observationPasswordForm .dangerImage {
    top: -40px;
  }
  .rankingWrap ul.infoBar li .rankingBox p,
  p.word-break,
  .actionWrap p,
  .actionWrap .actionWrapper {
    font-size: 14px;
  }
  .rankingWrap ul.infoBar li:nth-child(3n+1) .rankingBox {
    padding-left: 0;
  }
  .dropdown-menu ul li a {
    padding: 15px 20px;
    font-weight: 400;
    font-size: 15px;
  }
  .create_entry a {
    font-size: 14px;
  }
  .login-wrap h2 {
    font-size: 34px;
    line-height: 55px;
  }
  .tags {
    padding: 10px;
  }
  .rightBox .listview .list dt {
    font-size: 13px;
  }
  .rankingWrap ul.info li {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 33%;
  }
  .tabBar h2,
  .rankingWrap .title h4 {
    font-size: 16px;
  }
  .rankingWrap h3 {
    font-size: 25px;
    line-height: 38px;
  }
  .rankingWrap .title span {
    font-size: 13px;
  }
  .boldText,
  .rankingWrap ul.boxes li h3 {
    font-size: 28px;
  }
  .rightBox .listview dl {
    font-size: 13px;
  }
  .small_title {
    font-size: 18px;
  }
  .tags {
    padding: 10px 6px;
  }
  .close-icon-black {
    top: 13px;
    right: 4px;
  }
  .tags span {
    font-size: 11px;
  }
  .rankingWrap ul.infoBar li:before {
    left: auto;
    right: 0;
  }
  .rankingWrap ul.infoBar li:last-child::before {
    display: none;
  }
  .rankingWrap ul.infoBar li:first-child:before {
    opacity: 1;
  }
  .micro ul li,
  .rankingWrap .infoBar li {
    border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
  }
  .rankingWrap ul.infoBar li:nth-child(3n) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431) !important;
  }
  .rankingWrap ul.grid4 li,
  .rankingWrap ul.grid4 li:nth-child(3n) {
    border-bottom: none !important;
  }
  .rankingWrap .createBtn {
    font-size: 13px !important;
  }
  .connector ul li {
    padding: 0;
  }
  .micro.rankingWrap ul.infoBar li .rankingBox,
  .rankingWrap .infoBar li .rankingBox {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .rankingWrap ul.infoBar li:last-child .rankingBox {
    padding: 8px 15px;
  }
  .micro .greenBtn {
    font-size: 13px;
    padding: 8px 10px;
    margin-left: 0;
    line-height: 24px;
  }
  .rankingWrap ul.infoBar.multi li:after {
    opacity: 0;
  }
  .rankingWrap ul.infoBar li:last-child,
  .rankingWrap ul.infoBar li:nth-last-child(2),
  .rankingWrap ul.infoBar li:nth-last-child(3) {
    border-bottom: none;
  }
  .rankingWrap .title span.greenBtn,
  .greenBtn,
  .orangeBtn,
  .rankingWrap .title span.orangeBtn {
    font-size: 13px;
    padding: 6px 16px !important;
  }
  .add-clauseBtn {
    padding: 8px 10px;
    font-size: 13px;
  }
  .commonRow select {
    font-size: 13px;
  }
  .number .minus,
  .plus {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
  .number .plus {
    line-height: 22px;
  }
  .goal-reminderWrap .number input {
    width: 50px;
    margin-right: 7px;
  }
  .goal-reminderWrap {
    padding: 20px 15px;
  }
  .sidebar ul li a {
    font-size: 13px;
    padding: 12px 10px;
    padding-right: 0;
    padding-left: 15px;
  }
  .listWrap ul li p {
    font-size: 15px;
    min-height: 44px;
  }
  ul.grid-5 > li,
  ul.grid-4 > li {
    padding: 0px 8px 20px 8px;
  }
  .title-bar h1 {
    font-size: 23px;
  }
  .commonBox p.green {
    font-size: 17px;
  }
  .commonBox p.red {
    font-size: 13px;
  }
  .dashboard .boldText {
    font-size: 30px;
    margin: 10px 0;
  }
  .itemBox h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .downloadBox p {
    font-size: 15px;
    line-height: 30px;
  }
  .loginWrap p {
    margin-bottom: 26px;
    font-size: 17px;
    line-height: 30px;
  }
  .dashboard .rightBox {
    padding-left: 0;
  }
  .supportWrap h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .additional_support .listview .list {
    padding: 25px 20px;
  }
  .additional_support .listview .list dt,
  .manualsWrap .manuals-text {
    font-size: 16px;
    line-height: 30px;
  }
  .supportWrap textarea {
    min-height: 88px;
  }
  .leaderboard .table-wrapper table thead th,
  .table-responsive table thead th {
    font-size: 14px;
  }
  .connector ul li:first-child .rankingBox,
  .connector ul li:nth-child(2) .rankingBox,
  .connector ul li:nth-child(3) .rankingBox {
    padding-top: 50px !important;
  }
  .downloadBox {
    padding: 30px 16px;
  }
  .col-bx-top {
    padding: 20px;
  }
  .main-container.student.team .rankingWrap h3 {
    font-size: 22px;
  }
  .main-container.student.team .rankingWrap h5 {
    font-size: 14px;
    line-height: 26px;
  }
  .topSet {
    top: 0px !important;
  }
  .commonRow select,
  .form input[type=text],
  .form input[type=number],
  .form input[type=email],
  .form input[type=password],
  .form input[type=tel],
  .form textarea,
  select,
  .form-control,
  input[type=text],
  select.form-control,
  .ngx-timepicker .ngx-timepicker__control--first,
  .ngx-timepicker .ngx-timepicker__control--third,
  .ngx-timepicker .ngx-timepicker__control--forth {
    height: 42px;
  }
  .ngx-timepicker .ngx-timepicker__control--first input,
  .ngx-timepicker .ngx-timepicker__control--third input,
  .ngx-timepicker .ngx-timepicker__control--forth .period {
    line-height: 42px;
    background: transparent;
  }
  .ngx-timepicker .ngx-timepicker__control--first .ngx-timepicker-control__arrows,
  .ngx-timepicker .ngx-timepicker__control--third .ngx-timepicker-control__arrows {
    top: 3px;
  }
  .period-selector {
    top: 42px !important;
  }
  .borderBox {
    min-height: 42px;
    padding: 6px 7px;
  }
  .borderBox.heights {
    height: 42px;
  }
  .modal-content {
    padding: 25px;
  }
  span.heading {
    font-size: 22px !important;
  }
}
@media screen and (max-width: 1366px) {
  .settings .userTxt {
    font-size: 15px !important;
  }
  .closeModel img {
    width: 14px;
  }
  .speech_modal .modal-header h5.modal-title {
    font-size: 20px;
  }
  .copyright ._logo {
    height: auto;
    width: 100px;
  }
  .copyright span,
  .copyright p {
    font-size: 12px !important;
  }
  .new-entry-container .title-bar h4 {
    font-size: 20px;
  }
  span.heart img {
    width: 18px;
  }
  .largPopup .body-head h2 {
    font-size: 24px !important;
  }
  .largPopup .modal-dialog p {
    font-size: 14px;
  }
  .micro {
    font-size: 21px !important;
  }
  .body-head h2 {
    font-size: 24px;
  }
  .footer button {
    font-size: 13px;
  }
  .parentModal .modal-title .font_30 {
    font-size: 24px;
  }
  .parentModal .account_stat {
    font-size: 16px;
  }
  .parentModal .grey.date.noPadding {
    font-size: 12px;
  }
  .parentModal .title_margin {
    margin-top: 20px;
  }
  .parentModal .name_fnt {
    font-size: 24px;
  }
  .parentModal ul.boxes h6 {
    font-size: 14px;
  }
  .parentModal .rankingWrap ul.boxes h4 {
    font-size: 12px;
    margin: 0;
  }
  .parentModal .entry-label-heading {
    font-size: 18px !important;
  }
  .parentModal .bottom_border {
    padding: 18px 0px !important;
  }
  .parentModal .sub_txt {
    font-size: 13px;
    line-height: normal;
  }
  .parentModal .stats_heading h3 {
    font-size: 16px !important;
  }
  .parentModal .security .security_box .head {
    font-size: 18px !important;
  }
  .parentModal .security .sub_text {
    font-size: 13px;
    line-height: normal;
  }
  .parentModal .security .createBtn {
    font-size: 13px !important;
  }
  .resetModal label.field_name {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  .sidebar,
  .wrapper.collapse .sidebar:hover,
  .sidebar:hover {
    width: 165px;
  }
  .wrapper {
    padding-left: 165px;
  }
  .wrapper.emotion_intensity {
    padding-left: 0;
  }
  .commonBox:first-child:before {
    right: -1px;
  }
}
@media (max-width: 1199px) {
  .rankingWrap .title.dflex .float-start {
    max-width: 50%;
  }
  .rankingWrap .title .grey.date {
    padding-top: 0px;
  }
  .pull-right .createBtn.topSet {
    margin-top: 8px;
  }
  .rankingBox.position-relative {
    top: 0px !important;
  }
  .topSet {
    top: 5px !important;
  }
  .title-bar h1,
  .password-inner h2,
  .boldText,
  .modal-header h5 {
    font-size: 20px;
  }
  .support-title-bar h1 {
    font-size: 18px !important;
  }
  .title-bar h2,
  .rankingWrap h3,
  .faq-title {
    font-size: 18px;
  }
  .small_title,
  .tabBar h2,
  .badges h5,
  .rankingWrap .title h4,
  .slideTitle,
  .top-section .sub-title,
  .modal-header h5.modal-title {
    font-size: 16px;
  }
  .commonBox p.green,
  .commonBox p.orange,
  .h4,
  h4,
  .badges-full-info ul li h6,
  .modal-dialog .total h5,
  .status_change {
    font-size: 14px;
  }
  .main-container.dashboard .commonBox {
    width: 100%;
    display: block;
    padding: 0 15px;
  }
  .leftBox,
  .rightBox {
    width: 100%;
  }
  .dashboard .boldText {
    font-size: 22px;
  }
  .leaderboard .table-wrapper table thead th,
  .table-responsive table thead th {
    font-size: 12px;
  }
  .table-wrapper,
  .table-responsive {
    font-size: 14px;
  }
  .tabBar.tabsList h2 {
    margin-right: 18px;
  }
  a.createBtn.w-5 {
    width: auto;
    margin-left: 0;
  }
  .queryContent .commonRow {
    padding-bottom: 20px;
  }
  .main-container.leaderboard .rankingBox.borderRight:before {
    right: -8px;
  }
  .commonBox p.red,
  .rankingBox .contentBox p,
  .pointsWrap .teamsPoints p,
  .rankingWrap ul.infoBar li .rankingBox p {
    font-size: 12px;
    line-height: 25px;
  }
  .rankingWrap ul.boxes li h3,
  .rankingBox span {
    font-size: 22px;
    margin: 10px 0;
  }
  .rightBox {
    padding: 0px 10px;
  }
  .rightBox .listview dl,
  .rankingWrap .title span,
  .modal-header h5 span {
    font-size: 12px;
  }
  .table-wrapper th,
  .badges-full-info ul li p,
  .deans .table-wrapper table thead th {
    font-size: 14px;
    padding: 12px 8px;
  }
  .deans .table-wrapper table td a,
  .deans .table-responsive table td a {
    padding: 18px 8px;
  }
  .cantentWrap p {
    font-size: 14px;
  }
  .table-wrapper table td a,
  .modal-dialog .total .users li {
    padding: 12px 8px;
    font-size: 14px;
  }
  .table-wrapper table td a .icons {
    position: relative;
    top: auto;
    right: auto;
  }
  .queryWrap .title-bar {
    padding: 15px 15px;
  }
  .queryContent {
    padding: 15px 20px;
  }
  .reporting .queryContent .col-lg-2,
  .reporting .queryContent .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .close_icon img {
    width: 12px;
  }
  .closeWrap {
    width: 15%;
  }
  .selectWrap {
    width: 85%;
  }
  .add-clauseBtn {
    padding: 8px 11px;
    font-size: 13px;
  }
  .col-bx-top.padding-3 {
    padding: 15px 15px;
  }
  .rankingWrap .title span.greenBtn,
  .greenBtn,
  .rankingWrap .title span,
  .orangeBtn {
    font-size: 12px;
  }
  .rankingWrap .title span.heart {
    display: inline-block;
    vertical-align: middle;
  }
  .rankingWrap .title span.heart img {
    width: 15px;
    vertical-align: middle;
  }
  .rankingWrap .title,
  .password-inner h2 {
    margin-bottom: 15px;
  }
  .rankingWrap ul.boxes li {
    padding: 20px;
  }
  .rankingWrap ul.boxes li h5,
  .rankingWrap h4,
  .form-control,
  .manualsWrap .manuals-text,
  .enrollment-details .boxes h6,
  .enrollment-details .boxes strong,
  .commonRow h5,
  select,
  .entry-data-wrap .typeWrap .radio,
  .entry-data-wrap .typeWrap label,
  .user-nm,
  .modal-dialog label,
  .common-btn,
  .notific-inner .notific-list .question,
  .actionbox-rt .clear-all {
    font-size: 13px;
  }
  .boxes {
    padding: 20px;
  }
  .main-container.deans .rankingWrap .createBtn:first-child {
    margin-left: 0;
  }
  .createBtn {
    padding: 10px 10px;
  }
  .rankingWrap .createBtn {
    margin-left: 8px;
  }
  .title-bar span,
  .card-body p,
  .commonRow .box p {
    font-size: 13px;
    line-height: 25px;
  }
  .sidebar ul li a,
  .sidebar ul li .light {
    font-size: 13px;
    padding: 10px;
  }
  .tabBar.mb-4,
  .faq-title {
    margin-bottom: 0 !important;
  }
  .push-notifications h5,
  .accordion .faq-title,
  .logout a {
    font-size: 16px;
  }
  .title-bar span {
    vertical-align: middle;
  }
  .settings .title-bar h1 img {
    width: 15px;
  }
  .password-inner h2 img {
    width: 23px;
  }
  .tags span {
    font-size: 11px;
    margin: 0;
  }
  .rankingWrap ul.infoBar li .rankingBox {
    padding: 0 8px;
  }
  .tabBar .greenBtn {
    line-height: 26px;
  }
  .slideTitle {
    margin-top: 5px;
  }
  .rankingWrap .infoBar li {
    max-width: 50%;
  }
  .rankingWrap ul.infoBar li {
    padding-top: 15px;
  }
  .rankingWrap ul.infoBar li .rankingBox,
  .rankingWrap ul.infoBar li:last-child .rankingBox {
    padding-left: 0;
  }
  .rankingWrap ul.infoBar li:nth-child(odd):before,
  .rankingWrap ul.infoBar li:nth-child(3n):before {
    opacity: 1;
  }
  .rankingWrap ul.infoBar li:nth-child(odd) {
    padding-left: 0;
  }
  .rankingWrap ul.infoBar li:nth-child(even):before {
    opacity: 0;
  }
  .rankingWrap ul.infoBar li:nth-child(even) {
    padding-left: 10px;
  }
  .rankingWrap ul.infoBar li:nth-last-child(2),
  .rankingWrap ul.infoBar li:nth-last-child(3) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
  }
  ul.infoBar.multi {
    border-top: 2px solid rgba(0, 0, 0, 0.0196078431);
  }
  .rankingWrap ul.grid4 li {
    max-width: 50%;
  }
  ul.infoBar.multi:first-child {
    border-top: none;
  }
  .infoBar.borderTop {
    border-top: none;
  }
  .itemBox h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .innerBox {
    padding: 30px;
    padding-right: 0;
  }
  .forgotWrap h1,
  .profileWrap h2 {
    font-size: 22px;
  }
  .forgotWrap h1 a img {
    width: 25px;
  }
  .logo img {
    width: 170px;
  }
  .right-nav ul li .navdrop-box {
    font-size: 20px;
  }
  .col-bx-top {
    padding: 20px 15px;
  }
  .left.logoSection {
    width: auto;
    margin-right: 15px;
  }
  .number {
    padding: 0 10px;
  }
  .tabBar h2 span,
  .title-bar h4 span {
    display: inline-block;
    vertical-align: top;
  }
  .tabBar h2 img,
  .title-bar h4 img,
  .settings .title-bar h1 img {
    width: auto;
    vertical-align: middle;
  }
  .main-container.deans .float-end {
    text-align: right;
  }
  .main-container.deans .float-end a.createBtn.unfilled {
    margin-top: 10px;
  }
  .main-container.deans .col-bx-top {
    padding: 15px;
  }
  .listWrap ul li .sliderWrap {
    border-right: 1px solid #e2e5eb;
  }
  .listWrap ul li .sliderWrap .sliderWrap {
    border-right: none;
  }
  .main-container.deans .col-bx-top .commonBox p.green,
  .main-container.deans .col-bx-top .commonBox p.orange {
    min-height: 60px;
    font-size: 14px !important;
  }
  .notific-inner .notific-list li {
    padding: 16px 0;
  }
  .notific-inner .notific-list {
    padding: 0;
  }
  .enrollment-details {
    margin-left: -10px;
    margin-right: -10px;
  }
  .enrollment-details .boxes {
    margin: 0px 5px;
  }
  .copyright p {
    font-size: 13px;
  }
  .entry-data-wrap .typeWrap label {
    width: auto;
    margin-right: 8px;
  }
  ul.grid-5 > li {
    width: 33.3%;
  }
  ul.grid-4 > li {
    width: 50%;
  }
  .listWrap ul {
    display: block;
  }
  .listWrap ul li {
    width: 100%;
    margin-bottom: 15px;
  }
  .commonRow .box {
    padding-bottom: 50px;
  }
  .bordertop_none {
    border-top: 1px solid #e2e5eb;
  }
  .rankingWrap.spacing ul.org-info li {
    padding-right: 20px;
  }
  .rankingWrap h5,
  .content h5 {
    font-size: 12px;
    line-height: 20px;
  }
  .manualsWrap {
    margin-bottom: 20px;
  }
  .search_bar input[type=text] {
    width: 240px;
    height: 40px;
  }
  .filterButton img {
    width: 29px;
  }
  .search-icon {
    height: 40px;
  }
  .filterDiv {
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    padding-top: 18px;
  }
  .filterDiv .plusBtn {
    margin-top: 0;
    position: absolute;
    right: 110px;
    bottom: 100%;
  }
  .adminConsole .filterDiv {
    justify-content: end;
    width: auto;
    padding: 0;
  }
  .adminConsole .filterDiv .plusBtn {
    position: static;
  }
  .filterDiv .filter2 {
    display: inline-block;
    order: 3;
    position: absolute;
    right: 0;
    bottom: 100%;
    margin: 0;
  }
  .filterDiv .filter1 {
    display: flex;
    width: auto;
    margin: 0;
  }
  .filterDiv .filter1 .search {
    order: 1;
    margin-left: 0px;
  }
  .filterDiv .filter1 .navdrop {
    order: 2;
    margin-left: 10px;
    background: transparent;
  }
  .filterDiv .filter1 .navdrop a {
    background: #fff;
  }
  .filterDiv .filter1 li {
    order: 3;
    margin-left: 10px;
  }
  .tabBar .search_bar input[type=text] {
    width: 300px;
  }
  .growth-mantras .filterDiv {
    display: flex;
    width: auto;
    align-items: center;
    position: relative;
    padding-top: 0;
  }
  .growth-mantras .filterDiv .plusBtn {
    position: static;
    width: 45px;
    text-align: center;
  }
  .settings .user-pic .avatars img {
    width: 80px !important;
    height: 80px !important;
  }
  .flexblock .right.filterDiv {
    width: auto;
    padding-top: 0;
  }
  .customeTable table thead th.actionHeading,
  .customeTable table tbody td.actionHeading {
    width: auto;
  }
}
@media (max-width: 991px) {
  .search_bar {
    margin-top: 9px;
  }
  .rankingWrap ul.grid4,
  .d-flex {
    flex-wrap: wrap;
  }
  .d-flex .width75,
  .d-flex .width100 {
    width: 100%;
  }
  .d-flex .deadlineMet {
    width: 100%;
    margin-left: 0;
    padding: 20px 0 0 0;
  }
  .rankingWrap ul.grid4 li {
    width: 50%;
  }
  .tabBar .search_bar input[type=text],
  .formSection .searchBox .search_bar input[type=text] {
    height: 35px;
  }
  .col-6-set.col-md-4,
  .col-6-set.col-md-3,
  .setDedline {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5.col-12-set {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .menu-button {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 8px;
    margin-top: 17px;
  }
  .menu-button span {
    display: block;
    background: #999;
    width: 22px;
    height: 3px;
    margin: 4px 0;
  }
  .top-bar {
    padding: 0 15px;
  }
  .profile-pic {
    padding: 0 9px;
    height: 60px;
  }
  .wrapper {
    padding-left: 0;
    position: relative;
  }
  .sidebar {
    left: -100%;
    top: 60px;
  }
  .wrapper.open .sidebar {
    left: 0;
    z-index: 9;
    width: 210px;
    -webkit-transition: all ease-in-out 800ms;
    -ms-transition: all ease-in-out 800ms;
    transition: all ease-in-out 800ms;
  }
  .wrapper:before {
    content: "";
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 3;
    top: 0;
    bottom: 0;
    -webkit-transition: all ease-in-out 800ms;
    -ms-transition: all ease-in-out 800ms;
    transition: all ease-in-out 800ms;
    display: none;
  }
  .wrapper.open:before {
    display: block;
  }
  .right-nav ul li .navdrop-box {
    font-size: 16px;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
  }
  .search_bar input[type=text] {
    width: 200px;
    height: 40px;
    font-size: 13px;
    padding-left: 30px;
  }
  .search-icon {
    width: 28px;
    height: 40px;
    background-size: 17px;
  }
  .logo-img img {
    width: 150px;
  }
  .user-pic {
    width: 35px;
    height: 35px;
  }
  .top-bar .createBtn {
    padding: 8px 10px;
    font-size: 11px;
    margin-top: 11px;
  }
  .top-bar .createBtn img {
    max-width: 14px;
  }
  .main-container {
    margin-top: 80px;
    margin-bottom: 50px;
  }
  .closeWrap {
    width: 20px;
  }
  .selectWrap {
    width: calc(100% - 25px);
  }
  .queryContent .d-flx {
    margin-top: 0 !important;
  }
  .queryContent .commonRow {
    margin-bottom: 15px;
  }
  .table-wrapper th,
  .badges-full-info ul li p,
  .deans .table-wrapper table thead th {
    font-size: 12px;
    padding: 12px 8px;
  }
  .cantentWrap p {
    font-size: 12px;
  }
  .innerBox {
    padding: 25px;
  }
  .profile-pic .user-nm {
    margin: 0;
  }
  .profile-pic .user-nm span {
    font-size: 0;
  }
  .profile-pic .user-nm:before {
    left: 3px;
    right: unset;
  }
  .settings .title-bar h1 img {
    width: 13px;
  }
  .rankingWrap .title {
    position: relative;
  }
  .rankingWrap .title span.heart {
    position: absolute;
    top: 5px;
  }
  .rankingWrap .title span.heart {
    right: 34px;
  }
  .rankingWrap .dots {
    right: 0;
  }
  .card-header {
    padding: 15px;
  }
  .login-container .forgotWrap .d-flex {
    flex-wrap: unset;
  }
  .login-container .forgotWrap .d-flex img {
    width: 40px;
    height: 40px;
  }
  .sidebar-mini .sidebar {
    margin-left: 0;
    left: 0;
    z-index: 9;
    transition: left 250ms ease-out, transform 250ms ease-out;
  }
  .sidebar-mini .main-container {
    margin-left: 165px !important;
    transition: margin-left 250ms ease-out, transform 250ms ease-out;
  }
  .sidebar-toggler path.hidePath {
    transform: rotate(180deg);
    transform-origin: 4px 15px;
  }
  .tabBar_fixed {
    top: 60px !important;
  }
  .title-bar.fix_head {
    top: 63px !important;
  }
  .leaderboard .tableFixHead_new table {
    width: 991px;
  }
  .leaderboard .rankingBox .col-6 {
    width: 100%;
  }
  .sidebar-mini path.hidePath {
    display: none !important;
  }
  .sidebar-mini .supportWrap .submitWrap button {
    width: 100%;
    margin: 0 0 10px 0 !important;
  }
  .sidebar-mini .supportWrap .submitWrap button:last-child {
    margin: 0 !important;
  }
  .sidebar-mini .settings .profile .settings-outer .col-6 {
    width: 100%;
  }
  .sidebar-mini .settings .logout {
    width: 100% !important;
  }
  .sidebar-mini .settings .logout .log_out {
    min-width: auto;
    width: 100%;
  }
  .sidebar-mini .settings .bottom_btn {
    flex-direction: column;
  }
  .sidebar-mini .settings .support {
    width: 100%;
    text-align: center;
  }
  .sidebar-mini .settings .accountRow .value {
    width: 100%;
  }
  .adminConsole h2.me-3 a.font_20 {
    font-size: 14px !important;
  }
  .parentModal .modal-header {
    flex-wrap: unset;
  }
  .parentModal .name_fnt {
    font-size: 20px;
  }
  .login-section .observationReceived h2,
  .login-section .observationPassword h2 {
    font-size: 18px;
  }
  .login-section .observationReceived p,
  .login-section .observationPassword p {
    font-size: 14px;
  }
  .login-section .observationPassword label {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .login-section .buttonGroup {
    margin-top: 30px;
  }
  .main-container.deans.mt-70 {
    margin-top: 60px !important;
  }
}
@media (max-width: 767px) {
  .growth-mantras .createBtn img {
    max-width: 22px;
  }
  .rankingWrap .title.dflex {
    display: inline-block;
  }
  .rankingWrap .title.dflex .float-start,
  .rankingWrap .title.dflex .float-end {
    max-width: 100%;
    width: 100%;
    text-align: left;
  }
  .rankingWrap .title.dflex .float-end {
    position: static;
  }
  .rankingWrap .title .grey.date {
    padding: 7px 10px 0 0;
    text-align: left;
  }
  .rankingWrap .title .grey.date.noPadding {
    padding-top: 9px;
    width: 100%;
  }
  .setRight.dots {
    top: 4px;
  }
  .tabBar {
    padding: 15px 0;
  }
  .top-bar .createBtn {
    letter-spacing: 0px;
  }
  .col-6-set.col-md-4,
  .col-6-set.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .commonBox.rowbody {
    display: block;
  }
  .leftBox,
  .rightBox,
  .search_bar input[type=text] {
    width: 100%;
  }
  .rankingBox.borderRight {
    border-right: none;
  }
  .teamsWrap {
    padding-left: 0;
    margin-top: 20px;
  }
  .contact .submitWrap {
    margin-top: 15px;
  }
  .enrollment-details {
    display: block;
  }
  .enrollment-details .boxes {
    width: 48%;
    margin: 0px 0 10px;
    display: inline-block;
    vertical-align: top;
  }
  .enrollment-details .boxes:nth-child(2) {
    margin-left: 8px;
  }
  .rankingWrap ul.info li,
  .rankingWrap ul.boxes li,
  .rankingWrap ul.org-info li,
  .rankingWrap .infoBar li {
    max-width: 50%;
  }
  .rankingWrap ul.boxes li:nth-child(3n) {
    border-right: 2px solid rgba(0, 0, 0, 0.0196078431);
    border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
  }
  .rankingWrap ul.boxes li:last-of-type,
  .rankingWrap ul.boxes li:nth-last-child(2),
  .rankingWrap ul.boxes li:nth-last-child(3),
  .rankingWrap ul.infoBar li:last-child,
  .rankingWrap ul.infoBar li:nth-last-child(2),
  .rankingWrap ul.infoBar li:nth-last-child(3) {
    border-bottom: 2px solid rgba(0, 0, 0, 0.0196078431);
  }
  .rankingWrap ul.infoBar li:nth-child(3n):before {
    opacity: 1;
  }
  .rankingWrap ul.infoBar li:nth-child(2n):before {
    opacity: 0;
  }
  .rankingWrap ul.infoBar li:after {
    opacity: 0;
  }
  .modal-dialog.w-9 {
    max-width: 95%;
  }
  .main-container.deans .col-lg-5.col-md-6 .float-end {
    text-align: left;
    float: none !important;
  }
  .rankingWrap .content {
    width: 32%;
    padding-right: 0;
  }
  .main-container.deans .col-bx-top .commonBox p.green,
  .main-container.deans .col-bx-top .commonBox p.orange {
    min-height: auto;
  }
  .rankingWrap ul.infoBar li:last-child .rankingBox {
    padding: 0 8px;
  }
  .rankingWrap ul.infoBar li .rankingBox {
    padding: 8px 8px !important;
  }
  .container {
    max-width: 100%;
  }
  .col-bx-top {
    padding: 20px;
  }
  .left.logoSection {
    position: relative;
    top: 0;
    padding: 0;
    box-shadow: none;
  }
  .search_bar {
    margin: 7px 0;
  }
  .growth-mantras {
    padding-top: 0px;
  }
  .sidebar {
    top: 97px;
  }
  .tabBar h2 {
    font-size: 14px;
  }
  .title-bar h1,
  .password-inner h2,
  .boldText,
  .modal-header h5 {
    font-size: 18px;
  }
  .queryWrap .actionbox-rt .commonBtn:first-child {
    margin-left: 0;
  }
  .queryWrap .actionbox-rt .commonBtn {
    margin-left: 8px;
    font-size: 13px;
    padding: 0 8px;
    line-height: 35px;
    height: 35px;
  }
  .search-outer {
    width: 300px;
  }
  .main-container.deans .float-end .grey br {
    display: none;
  }
  .rankingWrap .title span.grey {
    line-height: 25px;
    margin: 0;
    text-align: left;
  }
  .tabBar h2 {
    margin-right: 8px !important;
  }
  .rankingWrap .title h4 {
    font-size: 14px;
  }
  .tags span.float-start,
  .tags span.float-end {
    width: 50% !important;
    padding: 0;
  }
  .tags span.float-end {
    text-align: right !important;
  }
  .entry-data-wrap select,
  .title-goal {
    margin-bottom: 15px;
  }
  .new-entry-container span.grey {
    margin-top: 10px;
    float: none !important;
    display: block;
  }
  ul.grid-5 > li {
    width: 50%;
  }
  .wrapper.u-turn .footerwrap .commonBtn.fill,
  .wrapper.u-turn .footerwrap .commonBtn,
  .actionbox-rt .commonBtn.clear,
  .actionbox-rt .commonBtn {
    margin-left: 8px;
    font-size: 13px;
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
  }
  .wrapper.u-turn .footerwrap .commonBtn {
    margin-left: 0;
    min-width: auto;
  }
  span.float-end.close-icon {
    padding-right: 10px;
  }
  span.float-end.close-icon .close-icon-black img {
    width: 9px;
  }
  .close-icon-black img {
    width: 9px;
  }
  .wrapper_Box {
    padding-top: 10px;
  }
  p {
    font-size: 13px;
  }
  .connectorWrap .tabBar h2 a {
    padding-top: 2px;
  }
  .complete .modal-dialog {
    max-width: 274px;
    margin: 15px auto;
  }
  .complete .modal-header .tick_icon img {
    width: 50px;
  }
  .complete .modal-header .tick_icon {
    height: 48px;
    margin: 0px 0px 15px;
  }
  .modal-footer .status-completed {
    margin: auto;
  }
  .title-bar .right li {
    margin-left: 8px;
  }
  .title-bar .right li a i {
    width: 16px;
    height: 16px;
    left: 10px;
  }
  .createBtn.pl-5 {
    padding-left: 35px !important;
  }
  .table-wrapper {
    overflow-x: scroll;
    width: 100%;
  }
  .table-wrapper table {
    width: 200%;
  }
  .supportWrap h4 {
    margin: 15px 0;
  }
  .dropdown-menu h5,
  .dropdown-menu-footer {
    font-size: 14px;
  }
  .faq ul li {
    width: 100%;
  }
  .actionWrap {
    margin-bottom: 15px;
  }
  .ng-star-inserted {
    font-size: 13px !important;
  }
  .filterDiv .plusBtn {
    padding: 0 10px;
    line-height: 32px;
  }
  .filterDiv .plusBtn img {
    vertical-align: middle;
  }
  .tabBar .search_bar input[type=text] {
    width: 220px;
  }
}
@media (max-width: 580px) {
  .queryWrap .actionbox-rt {
    float: none;
    text-align: left;
    margin-top: 10px;
  }
  .tabBar .search_bar input[type=text] {
    width: 200px;
  }
  .createBtn {
    letter-spacing: 0px;
  }
  .filterDiv .plusBtn {
    right: 97px;
  }
}
@media (max-width: 480px) {
  .greenBtn img {
    display: none;
  }
  .logo-img img {
    width: 115px;
  }
  .left.logoSection {
    margin-right: 0px;
  }
  .notific-container {
    padding: 15px;
  }
  .notification-dropdown .dropdown-menu {
    top: 14px;
  }
  .navdrop-wrap.navdrop.notification-dropdown.settings .dropdown-menu {
    min-width: 200px;
  }
  .search_bar input[type=text] {
    width: 155px;
  }
  .left {
    padding: 5px 12px;
  }
  .right-nav ul li .navdrop-box {
    font-size: 18px;
    padding: 0 9px;
    height: 60px;
    line-height: 60px;
  }
  .avatarWrap ul li {
    margin-right: 0px;
  }
  .user-pic {
    width: 25px;
    height: 25px;
  }
  .right-nav ul li:last-child .navdrop-box,
  .rankingBox .contentBox {
    padding-right: 0;
  }
  .notific-inner .notific-list .question {
    padding-right: 0;
    display: block;
  }
  .right-nav ul li:last-child,
  .commonBox:first-child {
    border-right: none;
  }
  .commonBox:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .d-flex.wrapBox.text-center {
    display: block !important;
  }
  .commonBox,
  .rankingWrap .content {
    width: 100%;
  }
  .commonBox.rowbody .leftBox,
  .commonBox.rowbody .rightBox {
    padding: 0;
  }
  .col-bx-top {
    padding: 15px;
  }
  .sidebar ul li .light {
    margin: 0;
  }
  .sidebar {
    top: 110px;
  }
  .actionbox-rt {
    width: 100%;
    margin-top: 15px;
  }
  .actionbox-rt .search-outer,
  ul.grid-5 > li {
    width: 100%;
  }
  ul.grid-4 > li {
    width: 100%;
  }
  .createBtn {
    letter-spacing: 1px;
  }
  .queryWrap .actionbox-rt .commonBtn {
    margin-bottom: 10px;
    margin-left: 0;
  }
  .tabBar h2:first-child {
    margin-left: 0;
  }
  .tabBar h2 {
    margin-left: 8px;
    margin-right: 0;
    font-size: 14px;
  }
  .tabBar .right {
    display: flex;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    padding: 0 0 50px 0;
  }
  .growth-mantras .tabBar .right {
    padding-bottom: 0px;
  }
  .tabBar .right .createBtn {
    margin-right: 7px;
  }
  .delBtn {
    text-transform: capitalize;
    letter-spacing: 0px;
  }
  .delBtn span {
    display: none;
  }
  .filterDiv .plusBtn,
  .filterDiv .filter2 {
    position: static;
  }
  .filterDiv .filter1 .search {
    order: 1;
    margin-left: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
  .rankingWrap .title .createBtn.button {
    margin-left: 5px;
  }
  .filterDiv .filter1 {
    width: auto;
    margin: 0px;
    display: inline-block;
  }
  .tabBar .search_bar input[type=text],
  .formSection .searchBox .search_bar input[type=text] {
    width: 100%;
  }
  .filterDiv .filter2 {
    margin-left: auto;
  }
  .rankingWrap .title .grey,
  span.grey {
    padding-right: 0px;
  }
  .rankingWrap ul.infoBar li:nth-child(even) {
    padding-left: 0px;
  }
  .rankingWrap .title span.greenBtn,
  .greenBtn,
  .rankingWrap .title span,
  .orangeBtn {
    font-size: 12px !important;
    margin-top: 0;
  }
  .rankingWrap ul.info li,
  .rankingWrap ul.boxes li,
  .rankingWrap ul.org-info li,
  .rankingWrap .infoBar li,
  .rankingWrap ul.grid4 li {
    max-width: 100%;
  }
  .rankingWrap ul.boxes li,
  .rankingWrap ul.boxes li:nth-child(3n) {
    border-right: none;
  }
  .rankingWrap ul.boxes,
  .infoBar {
    display: block;
    padding: 0;
  }
  .rankingWrap ul.boxes li:last-child,
  .rankingWrap ul.infoBar li:last-child {
    border-bottom: none;
  }
  .rankingWrap .createBtn {
    margin-left: 1px;
  }
  .modal-header h5 span {
    line-height: 22px;
  }
  .modal-dialog .form .form-control {
    height: 40px;
  }
  .modal-body .heading .actionbox-rt {
    margin-top: 0;
    float: none;
  }
  .modal-body .heading .actionbox-rt .search-outer {
    float: none;
  }
  .modal-body .table-wrapper {
    border: 1px solid #e6e6f2;
  }
  .modal-footer.float-end button {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .modal-footer > :not(:first-child) {
    margin-left: 0;
  }
  .rankingWrap .float-end span {
    padding: 0;
  }
  .main-container.deans .tabBar h2 {
    margin-left: 0px;
    margin-right: 0;
    font-size: 14px;
  }
  .title-bar h2,
  .rankingWrap h3,
  .faq-title {
    font-size: 16px;
  }
  .small_title,
  .tabBar h2,
  .badges h5,
  .rankingWrap .title h4,
  .slideTitle,
  .top-section .sub-title,
  .modal-header h5.modal-title {
    font-size: 15px;
    line-height: 26px;
  }
  .rankingWrap ul.infoBar li:nth-child(3n):before,
  .rankingWrap ul.infoBar li:before,
  .rankingWrap ul.infoBar li:first-child:before {
    opacity: 0;
  }
  .main-container.deans .tabBar .greenBtn {
    padding-left: 40px;
    position: relative;
  }
  .tabBar .greenBtn i {
    position: absolute;
    left: 10px;
  }
  .tabBar ul li:first-child {
    margin-left: 0;
  }
  .tabBar ul li {
    margin-left: 8px;
  }
  .rankingWrap ul.infoBar li .rankingBox {
    padding: 8px 0 !important;
  }
  .tags:first-of-type {
    margin-top: 10px;
  }
  .typeWrap {
    height: auto;
  }
  .entry-data-wrap .typeWrap label {
    display: block;
    line-height: 26px;
  }
  .entry-data-wrap .typeWrap label.radio {
    display: block;
    line-height: 23px;
    margin-bottom: 10px;
  }
  .wrapper.new-entry .footerwrap .commonBtn {
    padding: 0 10px;
    font-size: 12px;
    margin-top: 8px;
  }
  .wrapper.new-entry .footerwrap .commonBtn.fill {
    margin-left: 8px;
  }
  .wrapper.u-turn .footerwrap .commonBtn.fill,
  .wrapper.u-turn .footerwrap .commonBtn {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .wrapper.new-entry .footerwrap {
    margin-top: auto;
  }
  a.previousBtn.commonBtn {
    margin-left: 0;
  }
  .wrapper.emotion_intensity .footerwrap {
    padding-top: 10px;
  }
  .wrapper .footerwrap .nextBtn {
    margin: 10px 0 0;
  }
  .select-category .days-name {
    padding: 8px 10px;
    font-size: 14px;
  }
  .ingnored,
  .countWrap,
  .sliderWrap,
  .range-wrap {
    width: 100%;
    display: block;
  }
  .ingnored {
    border: none;
    padding: 0 0 15px;
    height: auto;
    border-bottom: 1px solid #e2e5eb;
    min-height: 20px;
    padding: 0px;
  }
  .ingnored span {
    position: static;
    display: inline-block;
    margin: 0 10px 10px 0;
    transform: translateY(0);
  }
  .sliderWrap .sliderWrap {
    width: 100%;
  }
  .leftRow {
    border-right: 1px solid #e2e5eb;
    padding: 20px;
  }
  .number {
    float: none;
    border-right: none;
  }
  .number .text {
    position: relative;
    left: 0;
    bottom: auto;
    transform: none;
    font-size: 13px;
    font-weight: 600;
  }
  a.commonBtn.clear {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .emotionsWrap ul li {
    width: 100%;
    margin-right: 0;
  }
  .emotionsWrap {
    height: auto;
  }
  .emotionsWrap.border.p-10.scroll_custom.mCustomScrollbar._mCS_6.mCS_no_scrollbar {
    padding-bottom: 50px;
  }
  .connectorWrap .add_emotions {
    bottom: 12px;
  }
  .push-notifications h5,
  .accordion .faq-title,
  .logout a {
    font-size: 14px;
  }
  .push-notifications .actionbox-rt {
    float: none !important;
  }
  .settings-outer {
    padding: 0 15px;
  }
  .passwordWrap {
    padding: 15px;
  }
  .expend_text {
    font-size: 12px;
    padding-right: 0px;
  }
  .accordion .card-body {
    padding: 20px 0px;
  }
  .enrollment-details .boxes,
  .enrollment-details .boxes:nth-child(2) {
    width: 100%;
    margin: 10px 0;
  }
  .innerBox,
  .loginWrap,
  .forgotWrap,
  .profileWrap {
    padding: 20px;
  }
  .itemBox h2,
  .forgotWrap h1,
  .profileWrap h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .downloadBox {
    padding: 25px 15px;
  }
  .downloadBtn_wrap a {
    max-width: 48%;
  }
  .form label.checkbox {
    margin-right: 0;
  }
  .row.align-items-center .col-7,
  .profileWrap .col-6 {
    max-width: 100%;
  }
  .forgotPwd,
  .form label.checkbox {
    font-size: 13px;
  }
  .logo img {
    width: 130px;
  }
  .contact .submitWrap.inline button.unfill {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .contact .submitWrap.inline button {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .heartbeat {
    right: 3px;
  }
  .notice-label {
    right: 13px;
  }
  .new-entry-container {
    padding: 0px;
  }
  .new-entry-container .title-bar {
    padding: 15px 20px;
  }
  .listWrap ul li .sliderWrap {
    border: none;
  }
  .copyright {
    text-align: center;
  }
  .copyright ._logo_a {
    position: RELATIVE;
    left: 0;
  }
}
@media (max-width: 360px) {
  .main-container.deans .tabBar h2 {
    font-size: 13px;
    margin-right: 5px !important;
  }
}

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