.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cropper-container img {
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}

.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}

.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}

.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}

.cropper-view-box {
  display: block;
  height: 100%;
  outline: 1px solid #39f;
  outline-color: rgba(51, 153, 255, 0.75);
  overflow: hidden;
  width: 100%;
}

.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}

.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: calc(100% / 3);
  left: 0;
  top: calc(100% / 3);
  width: 100%;
}

.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: calc(100% / 3);
  top: 0;
  width: calc(100% / 3);
}

.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}

.cropper-center::before,
.cropper-center::after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}

.cropper-center::before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}

.cropper-center::after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}

.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}

.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}

.cropper-line {
  background-color: #39f;
}

.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}

.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}

.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}

.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}

.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}

.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}

.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}

.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}

.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}

.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}

.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}

.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}

@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
}

@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}

@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}

.cropper-point.point-se::before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}

.cropper-invisible {
  opacity: 0;
}

.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}

.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.cropper-hidden {
  display: none !important;
}

.cropper-move {
  cursor: move;
}

.cropper-crop {
  cursor: crosshair;
}

.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}

table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
  border-spacing: 0
}

table.dataTable td,
table.dataTable th {
  box-sizing: content-box
}

table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_length select {
  width: auto;
  display: inline-block
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 0.85em;
  white-space: nowrap
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
  justify-content: flex-end
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0
}

table.dataTable thead>tr>th.sorting_asc,
table.dataTable thead>tr>th.sorting_desc,
table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>td.sorting_asc,
table.dataTable thead>tr>td.sorting_desc,
table.dataTable thead>tr>td.sorting {
  padding-right: 30px
}

table.dataTable thead>tr>th:active,
table.dataTable thead>tr>td:active {
  outline: none
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 0.9em;
  display: block;
  opacity: 0.3
}

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 {
  right: 1em;
  content: "\2191"
}

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 {
  right: 0.5em;
  content: "\2193"
}

table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after {
  opacity: 1
}

table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after {
  opacity: 0
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important
}

div.dataTables_scrollBody table thead .sorting:before,
div.dataTables_scrollBody table thead .sorting_asc:before,
div.dataTables_scrollBody table thead .sorting_desc:before,
div.dataTables_scrollBody table thead .sorting:after,
div.dataTables_scrollBody table thead .sorting_asc:after,
div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none
}

div.dataTables_scrollBody table tbody tr:first-child th,
div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner {
  box-sizing: content-box
}

div.dataTables_scrollFoot>.dataTables_scrollFootInner>table {
  margin-top: 0 !important;
  border-top: none
}

@media screen and (max-width: 767px) {

  div.dataTables_wrapper div.dataTables_length,
  div.dataTables_wrapper div.dataTables_filter,
  div.dataTables_wrapper div.dataTables_info,
  div.dataTables_wrapper div.dataTables_paginate {
    text-align: center
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    justify-content: center !important
  }
}

table.dataTable.table-sm>thead>tr>th :not(.sorting_disabled) {
  padding-right: 20px
}

table.dataTable.table-sm .sorting:before,
table.dataTable.table-sm .sorting_asc:before,
table.dataTable.table-sm .sorting_desc:before {
  top: 5px;
  right: 0.85em
}

table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after {
  top: 5px
}

table.table-bordered.dataTable {
  border-right-width: 0
}

table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0
}

table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 1px
}

table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0
}

div.table-responsive>div.dataTables_wrapper>div.row {
  margin: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:first-child {
  padding-left: 0
}

div.table-responsive>div.dataTables_wrapper>div.row>div[class^="col-"]:last-child {
  padding-right: 0
}

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial, sans-serif
}

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important
}

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0
}

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0
}

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1
}

.irs-handle.type_last {
  z-index: 2
}

.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default
}

.irs-min {
  left: 0
}

.irs-max {
  right: 0
}

.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap
}

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px
}

.irs-with-grid .irs-grid {
  display: block
}

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000
}

.irs-grid-pol.small {
  height: 4px
}

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000
}

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2
}

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed
}

.irs-disabled {
  opacity: .4
}

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important
}

.irs--flat {
  height: 40px
}

.irs--flat.irs-with-grid {
  height: 60px
}

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px
}

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565
}

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9
}

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
  background-color: #a43540
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
  color: #999
}

.irs--big {
  height: 55px
}

.irs--big.irs-with-grid {
  height: 70px
}

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px
}

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5)
}

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5)
}

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%)
}

.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px
}

.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px
}

.irs--big .irs-grid-pol {
  background-color: #428bca
}

.irs--big .irs-grid-text {
  color: #428bca
}

.irs--modern {
  height: 55px
}

.irs--modern.irs-with-grid {
  height: 55px
}

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px
}

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%)
}

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5)
}

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg)
}

.irs--modern .irs-handle>i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px
}

.irs--modern .irs-handle>i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
  border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
  border-color: #48536a
}

.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px
}

.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px
}

.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426
}

.irs--modern .irs-grid {
  height: 25px
}

.irs--modern .irs-grid-pol {
  background-color: #dedede
}

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px
}

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1
}

.irs--sharp.irs-with-grid {
  height: 57px
}

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px
}

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5)
}

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
  border-top-color: black
}

.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px
}

.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px
}

.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2
}

.irs--sharp .irs-grid {
  height: 25px
}

.irs--sharp .irs-grid-pol {
  background-color: #dedede
}

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px
}

.irs--round {
  height: 50px
}

.irs--round.irs-with-grid {
  height: 65px
}

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px
}

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa
}

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5)
}

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff
}

.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px
}

.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa
}

.irs--round .irs-grid {
  height: 25px
}

.irs--round .irs-grid-pol {
  background-color: #dedede
}

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px
}

.irs--square {
  height: 50px
}

.irs--square.irs-with-grid {
  height: 60px
}

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede
}

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black
}

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede
}

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  transform: rotate(45deg)
}

.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff
}

.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1)
}

.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white
}

.irs--square .irs-grid {
  height: 25px
}

.irs--square .irs-grid-pol {
  background-color: #dedede
}

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px
}

.swal2-popup.swal2-toast {
  flex-direction: row;
  align-items: center;
  width: auto;
  padding: .625em;
  overflow-y: hidden;
  background: #fff;
  box-shadow: 0 0 .625em #d9d9d9
}

.swal2-popup.swal2-toast .swal2-header {
  flex-direction: row;
  padding: 0
}

.swal2-popup.swal2-toast .swal2-title {
  flex-grow: 1;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em
}

.swal2-popup.swal2-toast .swal2-close {
  position: static;
  width: .8em;
  height: .8em;
  line-height: .8
}

.swal2-popup.swal2-toast .swal2-content {
  justify-content: flex-start;
  padding: 0;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0
}

.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 1.8em;
  font-weight: 700
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
    font-size: .25em
  }
}

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em
}

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em
}

.swal2-popup.swal2-toast .swal2-actions {
  flex-basis: auto !important;
  width: auto;
  height: auto;
  margin: 0 .3125em
}

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em
}

.swal2-popup.swal2-toast .swal2-styled:focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4)
}

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 1.6em;
  height: 3em;
  transform: rotate(45deg);
  border-radius: 50%
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.8em;
  left: -.5em;
  transform: rotate(-45deg);
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  transform-origin: 0 1.5em;
  border-radius: 0 4em 4em 0
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em
}

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em
}

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-toast-animate-success-line-tip .75s;
  animation: swal2-toast-animate-success-line-tip .75s
}

.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-toast-animate-success-line-long .75s;
  animation: swal2-toast-animate-success-line-long .75s
}

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: swal2-toast-show .5s;
  animation: swal2-toast-show .5s
}

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: swal2-toast-hide .1s forwards;
  animation: swal2-toast-hide .1s forwards
}

.swal2-container {
  display: flex;
  position: fixed;
  z-index: 1060;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow-x: hidden;
  transition: background-color .1s;
  -webkit-overflow-scrolling: touch
}

.swal2-container.swal2-backdrop-show,
.swal2-container.swal2-noanimation {
  background: rgba(0, 0, 0, .4)
}

.swal2-container.swal2-backdrop-hide {
  background: 0 0 !important
}

.swal2-container.swal2-top {
  align-items: flex-start
}

.swal2-container.swal2-top-left,
.swal2-container.swal2-top-start {
  align-items: flex-start;
  justify-content: flex-start
}

.swal2-container.swal2-top-end,
.swal2-container.swal2-top-right {
  align-items: flex-start;
  justify-content: flex-end
}

.swal2-container.swal2-center {
  align-items: center
}

.swal2-container.swal2-center-left,
.swal2-container.swal2-center-start {
  align-items: center;
  justify-content: flex-start
}

.swal2-container.swal2-center-end,
.swal2-container.swal2-center-right {
  align-items: center;
  justify-content: flex-end
}

.swal2-container.swal2-bottom {
  align-items: flex-end
}

.swal2-container.swal2-bottom-left,
.swal2-container.swal2-bottom-start {
  align-items: flex-end;
  justify-content: flex-start
}

.swal2-container.swal2-bottom-end,
.swal2-container.swal2-bottom-right {
  align-items: flex-end;
  justify-content: flex-end
}

.swal2-container.swal2-bottom-end>:first-child,
.swal2-container.swal2-bottom-left>:first-child,
.swal2-container.swal2-bottom-right>:first-child,
.swal2-container.swal2-bottom-start>:first-child,
.swal2-container.swal2-bottom>:first-child {
  margin-top: auto
}

.swal2-container.swal2-grow-fullscreen>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-self: stretch;
  justify-content: center
}

.swal2-container.swal2-grow-row>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center
}

.swal2-container.swal2-grow-column {
  flex: 1;
  flex-direction: column
}

.swal2-container.swal2-grow-column.swal2-bottom,
.swal2-container.swal2-grow-column.swal2-center,
.swal2-container.swal2-grow-column.swal2-top {
  align-items: center
}

.swal2-container.swal2-grow-column.swal2-bottom-left,
.swal2-container.swal2-grow-column.swal2-bottom-start,
.swal2-container.swal2-grow-column.swal2-center-left,
.swal2-container.swal2-grow-column.swal2-center-start,
.swal2-container.swal2-grow-column.swal2-top-left,
.swal2-container.swal2-grow-column.swal2-top-start {
  align-items: flex-start
}

.swal2-container.swal2-grow-column.swal2-bottom-end,
.swal2-container.swal2-grow-column.swal2-bottom-right,
.swal2-container.swal2-grow-column.swal2-center-end,
.swal2-container.swal2-grow-column.swal2-center-right,
.swal2-container.swal2-grow-column.swal2-top-end,
.swal2-container.swal2-grow-column.swal2-top-right {
  align-items: flex-end
}

.swal2-container.swal2-grow-column>.swal2-modal {
  display: flex !important;
  flex: 1;
  align-content: center;
  justify-content: center
}

.swal2-container.swal2-no-transition {
  transition: none !important
}

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal {
  margin: auto
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .swal2-container .swal2-modal {
    margin: 0 !important
  }
}

.swal2-popup {
  display: none;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border: none;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem
}

.swal2-popup:focus {
  outline: 0
}

.swal2-popup.swal2-loading {
  overflow-y: hidden
}

.swal2-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.8em
}

.swal2-title {
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word
}

.swal2-actions {
  display: flex;
  z-index: 1;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.25em auto 0
}

.swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4
}

.swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .1))
}

.swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: linear-gradient(rgba(0, 0, 0, .2), rgba(0, 0, 0, .2))
}

.swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  box-sizing: border-box;
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent !important;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px
}

.swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  box-shadow: 1px 1px 1px #fff
}

.swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  box-shadow: none;
  font-weight: 500
}

.swal2-styled:not([disabled]) {
  cursor: pointer
}

.swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em
}

.swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em
}

.swal2-styled:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #fff, 0 0 0 3px rgba(50, 100, 150, .4)
}

.swal2-styled::-moz-focus-inner {
  border: 0
}

.swal2-footer {
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em
}

.swal2-timer-progress-bar-container {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: .25em;
  overflow: hidden;
  border-bottom-right-radius: .3125em;
  border-bottom-left-radius: .3125em
}

.swal2-timer-progress-bar {
  width: 100%;
  height: .25em;
  background: rgba(0, 0, 0, .2)
}

.swal2-image {
  max-width: 100%;
  margin: 1.25em auto
}

.swal2-close {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  overflow: hidden;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer
}

.swal2-close:hover {
  transform: none;
  background: 0 0;
  color: #f27474
}

.swal2-close::-moz-focus-inner {
  border: 0
}

.swal2-content {
  z-index: 1;
  justify-content: center;
  margin: 0;
  padding: 0 1.6em;
  color: #545454;
  font-size: 1.125em;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  word-wrap: break-word
}

.swal2-checkbox,
.swal2-file,
.swal2-input,
.swal2-radio,
.swal2-select,
.swal2-textarea {
  margin: 1em auto
}

.swal2-file,
.swal2-input,
.swal2-textarea {
  box-sizing: border-box;
  width: 100%;
  transition: border-color .3s, box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  background: inherit;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06);
  color: inherit;
  font-size: 1.125em
}

.swal2-file.swal2-inputerror,
.swal2-input.swal2-inputerror,
.swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important
}

.swal2-file:focus,
.swal2-input:focus,
.swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  box-shadow: 0 0 3px #c4e6f5
}

.swal2-file::-moz-placeholder,
.swal2-input::-moz-placeholder,
.swal2-textarea::-moz-placeholder {
  color: #ccc
}

.swal2-file:-ms-input-placeholder,
.swal2-input:-ms-input-placeholder,
.swal2-textarea:-ms-input-placeholder {
  color: #ccc
}

.swal2-file::-ms-input-placeholder,
.swal2-input::-ms-input-placeholder,
.swal2-textarea::-ms-input-placeholder {
  color: #ccc
}

.swal2-file::placeholder,
.swal2-input::placeholder,
.swal2-textarea::placeholder {
  color: #ccc
}

.swal2-range {
  margin: 1em auto;
  background: #fff
}

.swal2-range input {
  width: 80%
}

.swal2-range output {
  width: 20%;
  color: inherit;
  font-weight: 600;
  text-align: center
}

.swal2-range input,
.swal2-range output {
  height: 2.625em;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em
}

.swal2-input {
  height: 2.625em;
  padding: 0 .75em
}

.swal2-input[type=number] {
  max-width: 10em
}

.swal2-file {
  background: inherit;
  font-size: 1.125em
}

.swal2-textarea {
  height: 6.75em;
  padding: .75em
}

.swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  background: inherit;
  color: inherit;
  font-size: 1.125em
}

.swal2-checkbox,
.swal2-radio {
  align-items: center;
  justify-content: center;
  background: #fff;
  color: inherit
}

.swal2-checkbox label,
.swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em
}

.swal2-checkbox input,
.swal2-radio input {
  margin: 0 .4em
}

.swal2-validation-message {
  display: none;
  align-items: center;
  justify-content: center;
  padding: .625em;
  overflow: hidden;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300
}

.swal2-validation-message::before {
  content: "!";
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center
}

.swal2-icon {
  position: relative;
  box-sizing: content-box;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  font-family: inherit;
  line-height: 5em;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.swal2-icon .swal2-icon-content {
  display: flex;
  align-items: center;
  font-size: 3.75em
}

.swal2-icon.swal2-error {
  border-color: #f27474;
  color: #f27474
}

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  flex-grow: 1
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  transform: rotate(45deg)
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-error.swal2-icon-show {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s
}

.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s
}

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86
}

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee
}

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd
}

.swal2-icon.swal2-success {
  border-color: #a5dc86;
  color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  transform: rotate(45deg);
  border-radius: 50%
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  transform: rotate(-45deg);
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em
}

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  transform: rotate(-45deg);
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0
}

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  z-index: 2;
  top: -.25em;
  left: -.25em;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  border: .25em solid rgba(165, 220, 134, .3);
  border-radius: 50%
}

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  z-index: 1;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  z-index: 2;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .8125em;
  width: 1.5625em;
  transform: rotate(45deg)
}

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  transform: rotate(-45deg)
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s
}

.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in
}

.swal2-progress-steps {
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  background: inherit;
  font-weight: 600
}

.swal2-progress-steps li {
  display: inline-block;
  position: relative
}

.swal2-progress-steps .swal2-progress-step {
  z-index: 20;
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
  background: #3085d6
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
  background: #add8e6;
  color: #fff
}

.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
  background: #add8e6
}

.swal2-progress-steps .swal2-progress-step-line {
  z-index: 10;
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6
}

[class^=swal2] {
  -webkit-tap-highlight-color: transparent
}

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s
}

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards
}

.swal2-noanimation {
  transition: none
}

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

.swal2-rtl .swal2-close {
  right: auto;
  left: 0
}

.swal2-rtl .swal2-timer-progress-bar {
  right: 0;
  left: auto
}

@supports (-ms-accelerator:true) {
  .swal2-range input {
    width: 100% !important
  }

  .swal2-range output {
    display: none
  }
}

@media all and (-ms-high-contrast:none),
(-ms-high-contrast:active) {
  .swal2-range input {
    width: 100% !important
  }

  .swal2-range output {
    display: none
  }
}

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, .4)
  }
}

@-webkit-keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg)
  }

  33% {
    transform: translateY(0) rotateZ(-2deg)
  }

  66% {
    transform: translateY(.3125em) rotateZ(2deg)
  }

  100% {
    transform: translateY(0) rotateZ(0)
  }
}

@keyframes swal2-toast-show {
  0% {
    transform: translateY(-.625em) rotateZ(2deg)
  }

  33% {
    transform: translateY(0) rotateZ(-2deg)
  }

  66% {
    transform: translateY(.3125em) rotateZ(2deg)
  }

  100% {
    transform: translateY(0) rotateZ(0)
  }
}

@-webkit-keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0
  }
}

@keyframes swal2-toast-hide {
  100% {
    transform: rotateZ(1deg);
    opacity: 0
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em
  }
}

@keyframes swal2-toast-animate-success-line-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0
  }

  54% {
    top: .125em;
    left: .125em;
    width: 0
  }

  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em
  }

  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em
  }

  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em
  }
}

@-webkit-keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em
  }
}

@keyframes swal2-toast-animate-success-line-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0
  }

  65% {
    top: 1.25em;
    right: .9375em;
    width: 0
  }

  84% {
    top: .9375em;
    right: 0;
    width: 1.125em
  }

  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em
  }
}

@-webkit-keyframes swal2-show {
  0% {
    transform: scale(.7)
  }

  45% {
    transform: scale(1.05)
  }

  80% {
    transform: scale(.95)
  }

  100% {
    transform: scale(1)
  }
}

@keyframes swal2-show {
  0% {
    transform: scale(.7)
  }

  45% {
    transform: scale(1.05)
  }

  80% {
    transform: scale(.95)
  }

  100% {
    transform: scale(1)
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(.5);
    opacity: 0
  }
}

@keyframes swal2-hide {
  0% {
    transform: scale(1);
    opacity: 1
  }

  100% {
    transform: scale(.5);
    opacity: 0
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em
  }

  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0
  }

  54% {
    top: 1.0625em;
    left: .125em;
    width: 0
  }

  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em
  }

  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em
  }

  100% {
    top: 2.8125em;
    left: .8125em;
    width: 1.5625em
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0
  }

  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em
  }

  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg)
  }

  5% {
    transform: rotate(-45deg)
  }

  12% {
    transform: rotate(-405deg)
  }

  100% {
    transform: rotate(-405deg)
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    transform: rotate(-45deg)
  }

  5% {
    transform: rotate(-45deg)
  }

  12% {
    transform: rotate(-405deg)
  }

  100% {
    transform: rotate(-405deg)
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15)
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  50% {
    margin-top: 1.625em;
    transform: scale(.4);
    opacity: 0
  }

  80% {
    margin-top: -.375em;
    transform: scale(1.15)
  }

  100% {
    margin-top: 0;
    transform: scale(1);
    opacity: 1
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0
  }

  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0
  }

  100% {
    transform: rotateX(0);
    opacity: 1
  }
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

@keyframes swal2-rotate-loading {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(360deg)
  }
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden
}

body.swal2-height-auto {
  height: auto !important
}

body.swal2-no-backdrop .swal2-container {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  max-width: calc(100% - .625em * 2);
  background-color: transparent !important
}

body.swal2-no-backdrop .swal2-container>.swal2-modal {
  box-shadow: 0 0 10px rgba(0, 0, 0, .4)
}

body.swal2-no-backdrop .swal2-container.swal2-top {
  top: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-top-left,
body.swal2-no-backdrop .swal2-container.swal2-top-start {
  top: 0;
  left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-top-end,
body.swal2-no-backdrop .swal2-container.swal2-top-right {
  top: 0;
  right: 0
}

body.swal2-no-backdrop .swal2-container.swal2-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-left,
body.swal2-no-backdrop .swal2-container.swal2-center-start {
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-center-end,
body.swal2-no-backdrop .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  transform: translateY(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-left,
body.swal2-no-backdrop .swal2-container.swal2-bottom-start {
  bottom: 0;
  left: 0
}

body.swal2-no-backdrop .swal2-container.swal2-bottom-end,
body.swal2-no-backdrop .swal2-container.swal2-bottom-right {
  right: 0;
  bottom: 0
}

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
    display: none
  }

  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: static !important
  }
}

body.swal2-toast-shown .swal2-container {
  background-color: transparent
}

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-top-end,
body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto
}

body.swal2-toast-shown .swal2-container.swal2-top-left,
body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0
}

body.swal2-toast-shown .swal2-container.swal2-center-left,
body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%)
}

body.swal2-toast-shown .swal2-container.swal2-center-end,
body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translateY(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-left,
body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0
}

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

body.swal2-toast-shown .swal2-container.swal2-bottom-end,
body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto
}

body.swal2-toast-column .swal2-toast {
  flex-direction: column;
  align-items: stretch
}

body.swal2-toast-column .swal2-toast .swal2-actions {
  flex: 1;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em
}

body.swal2-toast-column .swal2-toast .swal2-loading {
  justify-content: center
}

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em
}

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em
}

.toast-title {
  font-weight: 700
}

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

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

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

.toast-close-button {
  position: relative;
  right: -.3em;
  top: -.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #FFF;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

.rtl .toast-close-button {
  left: -.3em;
  float: left;
  right: .3em
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none
}

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

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

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

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

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

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

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

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

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

#toast-container * {
  box-sizing: border-box
}

#toast-container>div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  box-shadow: 0 0 12px #999;
  color: #FFF;
  opacity: .8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80)
}

#toast-container>div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center
}

#toast-container>div:hover {
  box-shadow: 0 0 12px #000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer
}

#toast-container>.toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important
}

#toast-container>.toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important
}

#toast-container>.toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important
}

#toast-container.toast-bottom-center>div,
#toast-container.toast-top-center>div {
  width: 300px;
  margin-left: auto;
  margin-right: auto
}

#toast-container.toast-bottom-full-width>div,
#toast-container.toast-top-full-width>div {
  width: 96%;
  margin-left: auto;
  margin-right: auto
}

.toast {
  background-color: #030303
}

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

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

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

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

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: .4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40)
}

@media all and (max-width:240px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 11em
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em
  }
}

@media all and (min-width:241px) and (max-width:480px) {
  #toast-container>div {
    padding: 8px 8px 8px 50px;
    width: 18em
  }

  #toast-container>div.rtl {
    padding: 8px 50px 8px 8px
  }

  #toast-container .toast-close-button {
    right: -.2em;
    top: -.2em
  }

  #toast-container .rtl .toast-close-button {
    left: -.2em;
    right: .2em
  }
}

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

  #toast-container>div.rtl {
    padding: 15px 50px 15px 15px
  }
}

div#driver-popover-item {
  display: none;
  position: absolute;
  background: #fff;
  color: #2d2d2d;
  margin: 0;
  padding: 15px;
  border-radius: 5px;
  min-width: 250px;
  max-width: 300px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
  z-index: 1000000000
}

div#driver-popover-item .driver-popover-tip {
  border: 5px solid #fff;
  content: "";
  position: absolute
}

div#driver-popover-item .driver-popover-tip.bottom {
  bottom: -10px;
  border-color: #fff transparent transparent
}

div#driver-popover-item .driver-popover-tip.bottom.position-center {
  left: 49%
}

div#driver-popover-item .driver-popover-tip.bottom.position-right {
  right: 20px
}

div#driver-popover-item .driver-popover-tip.left {
  left: -10px;
  top: 10px;
  border-color: transparent #fff transparent transparent
}

div#driver-popover-item .driver-popover-tip.left.position-center {
  top: 46%
}

div#driver-popover-item .driver-popover-tip.left.position-bottom {
  top: auto;
  bottom: 20px
}

div#driver-popover-item .driver-popover-tip.right {
  right: -10px;
  top: 10px;
  border-color: transparent transparent transparent #fff
}

div#driver-popover-item .driver-popover-tip.right.position-center {
  top: 46%
}

div#driver-popover-item .driver-popover-tip.right.position-bottom {
  top: auto;
  bottom: 20px
}

div#driver-popover-item .driver-popover-tip.top {
  top: -10px;
  border-color: transparent transparent #fff
}

div#driver-popover-item .driver-popover-tip.top.position-center {
  left: 49%
}

div#driver-popover-item .driver-popover-tip.top.position-right {
  right: 20px
}

div#driver-popover-item .driver-popover-tip.mid-center {
  display: none
}

div#driver-popover-item .driver-popover-footer {
  display: block;
  margin-top: 10px
}

div#driver-popover-item .driver-popover-footer button {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #d4d4d4;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  color: #2d2d2d;
  font: 11px/normal sans-serif;
  cursor: pointer;
  outline: 0;
  background-color: #f1f1f1;
  border-radius: 2px;
  zoom: 1;
  line-height: 1.3
}

div#driver-popover-item .driver-popover-footer button.driver-disabled {
  color: grey;
  cursor: default;
  pointer-events: none
}

div#driver-popover-item .driver-popover-footer .driver-close-btn {
  float: left
}

div#driver-popover-item .driver-popover-footer .driver-btn-group,
div#driver-popover-item .driver-popover-footer .driver-close-only-btn {
  float: right
}

div#driver-popover-item .driver-popover-title {
  font: 19px/normal sans-serif;
  margin: 0 0 5px;
  font-weight: 700;
  display: block;
  position: relative;
  line-height: 1.5;
  zoom: 1
}

div#driver-popover-item .driver-popover-description {
  margin-bottom: 0;
  font: 14px/normal sans-serif;
  line-height: 1.5;
  color: #2d2d2d;
  font-weight: 400;
  zoom: 1
}

.driver-clearfix:after,
.driver-clearfix:before {
  content: "";
  display: table
}

.driver-clearfix:after {
  clear: both
}

.driver-stage-no-animation {
  transition: none !important;
  background: transparent !important;
  outline: 5000px solid rgba(0, 0, 0, .75)
}

div#driver-page-overlay {
  background: #000;
  position: fixed;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  zoom: 1;
  filter: alpha(opacity=75);
  opacity: .75;
  z-index: 100002 !important
}

div#driver-highlighted-element-stage,
div#driver-page-overlay {
  top: 0;
  left: 0;
  transition: all .3s
}

div#driver-highlighted-element-stage {
  position: absolute;
  height: 50px;
  width: 300px;
  background: #fff;
  z-index: 100003 !important;
  display: none;
  border-radius: 2px
}

.driver-highlighted-element {
  z-index: 100004 !important
}

.driver-position-relative {
  position: relative !important
}

.driver-fix-stacking {
  z-index: auto !important;
  opacity: 1 !important;
  transform: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  -ms-perspective: none !important;
  -o-perspective: none !important;
  perspective: none !important;
  transform-style: flat !important;
  -webkit-transform-box: border-box !important;
  -moz-transform-box: border-box !important;
  -ms-transform-box: border-box !important;
  -o-transform-box: border-box !important;
  transform-box: border-box !important;
  will-change: unset !important
}

.SecondExample {
  text-align: center;
  width: 100%;
}

.SecondExample-text {
  color: #4b5658;
  font-size: 20px;
}

.SecondExample-link {
  color: #4b5658;
  text-decoration: none;
}

.SecondExample-link:hover {
  border-bottom: 1px solid #4b5658;
}

.SecondExample-github-link {
  color: #3079ab;
  font-size: 22px;
  text-decoration: none;
}

.SecondExample-github-link:hover {
  border-bottom: 1px solid #3079ab;
}

*/:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

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

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

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

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

figure {
  margin: 0 0 1rem
}

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

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

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

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

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

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

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

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

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

output {
  display: inline-block
}

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

template {
  display: none
}

[hidden] {
  display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: 2.5rem
}

.h2,
h2 {
  font-size: 2rem
}

.h3,
h3 {
  font-size: 1.75rem
}

.h4,
h4 {
  font-size: 1.5rem
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

.lead {
  font-size: 1.25rem;
  font-weight: 300
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
  font-size: 80%;
  font-weight: 400
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

.list-unstyled {
  padding-left: 0;
  list-style: none
}

.list-inline {
  padding-left: 0;
  list-style: none
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: 90%;
  text-transform: uppercase
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d
}

.blockquote-footer::before {
  content: "\2014\00A0"
}

.img-fluid {
  max-width: 100%;
  height: auto
}

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

.figure-img {
  margin-bottom: .5rem;
  line-height: 1
}

.figure-caption {
  font-size: 90%;
  color: #6c757d
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll
}

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

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}

.no-gutters {
  margin-right: 0;
  margin-left: 0
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1
}

.order-last {
  order: 13
}

.order-0 {
  order: 0
}

.order-1 {
  order: 1
}

.order-2 {
  order: 2
}

.order-3 {
  order: 3
}

.order-4 {
  order: 4
}

.order-5 {
  order: 5
}

.order-6 {
  order: 6
}

.order-7 {
  order: 7
}

.order-8 {
  order: 8
}

.order-9 {
  order: 9
}

.order-10 {
  order: 10
}

.order-11 {
  order: 11
}

.order-12 {
  order: 12
}

.offset-1 {
  margin-left: 8.333333%
}

.offset-2 {
  margin-left: 16.666667%
}

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

.offset-4 {
  margin-left: 33.333333%
}

.offset-5 {
  margin-left: 41.666667%
}

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

.offset-7 {
  margin-left: 58.333333%
}

.offset-8 {
  margin-left: 66.666667%
}

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

.offset-10 {
  margin-left: 83.333333%
}

.offset-11 {
  margin-left: 91.666667%
}

@media (min-width:576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1
  }

  .order-sm-last {
    order: 13
  }

  .order-sm-0 {
    order: 0
  }

  .order-sm-1 {
    order: 1
  }

  .order-sm-2 {
    order: 2
  }

  .order-sm-3 {
    order: 3
  }

  .order-sm-4 {
    order: 4
  }

  .order-sm-5 {
    order: 5
  }

  .order-sm-6 {
    order: 6
  }

  .order-sm-7 {
    order: 7
  }

  .order-sm-8 {
    order: 8
  }

  .order-sm-9 {
    order: 9
  }

  .order-sm-10 {
    order: 10
  }

  .order-sm-11 {
    order: 11
  }

  .order-sm-12 {
    order: 12
  }

  .offset-sm-0 {
    margin-left: 0
  }

  .offset-sm-1 {
    margin-left: 8.333333%
  }

  .offset-sm-2 {
    margin-left: 16.666667%
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%
  }

  .offset-sm-5 {
    margin-left: 41.666667%
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%
  }

  .offset-sm-8 {
    margin-left: 66.666667%
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%
  }

  .offset-sm-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1
  }

  .order-md-last {
    order: 13
  }

  .order-md-0 {
    order: 0
  }

  .order-md-1 {
    order: 1
  }

  .order-md-2 {
    order: 2
  }

  .order-md-3 {
    order: 3
  }

  .order-md-4 {
    order: 4
  }

  .order-md-5 {
    order: 5
  }

  .order-md-6 {
    order: 6
  }

  .order-md-7 {
    order: 7
  }

  .order-md-8 {
    order: 8
  }

  .order-md-9 {
    order: 9
  }

  .order-md-10 {
    order: 10
  }

  .order-md-11 {
    order: 11
  }

  .order-md-12 {
    order: 12
  }

  .offset-md-0 {
    margin-left: 0
  }

  .offset-md-1 {
    margin-left: 8.333333%
  }

  .offset-md-2 {
    margin-left: 16.666667%
  }

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

  .offset-md-4 {
    margin-left: 33.333333%
  }

  .offset-md-5 {
    margin-left: 41.666667%
  }

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

  .offset-md-7 {
    margin-left: 58.333333%
  }

  .offset-md-8 {
    margin-left: 66.666667%
  }

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

  .offset-md-10 {
    margin-left: 83.333333%
  }

  .offset-md-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1
  }

  .order-lg-last {
    order: 13
  }

  .order-lg-0 {
    order: 0
  }

  .order-lg-1 {
    order: 1
  }

  .order-lg-2 {
    order: 2
  }

  .order-lg-3 {
    order: 3
  }

  .order-lg-4 {
    order: 4
  }

  .order-lg-5 {
    order: 5
  }

  .order-lg-6 {
    order: 6
  }

  .order-lg-7 {
    order: 7
  }

  .order-lg-8 {
    order: 8
  }

  .order-lg-9 {
    order: 9
  }

  .order-lg-10 {
    order: 10
  }

  .order-lg-11 {
    order: 11
  }

  .order-lg-12 {
    order: 12
  }

  .offset-lg-0 {
    margin-left: 0
  }

  .offset-lg-1 {
    margin-left: 8.333333%
  }

  .offset-lg-2 {
    margin-left: 16.666667%
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%
  }

  .offset-lg-5 {
    margin-left: 41.666667%
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%
  }

  .offset-lg-8 {
    margin-left: 66.666667%
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%
  }

  .offset-lg-11 {
    margin-left: 91.666667%
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1
  }

  .order-xl-last {
    order: 13
  }

  .order-xl-0 {
    order: 0
  }

  .order-xl-1 {
    order: 1
  }

  .order-xl-2 {
    order: 2
  }

  .order-xl-3 {
    order: 3
  }

  .order-xl-4 {
    order: 4
  }

  .order-xl-5 {
    order: 5
  }

  .order-xl-6 {
    order: 6
  }

  .order-xl-7 {
    order: 7
  }

  .order-xl-8 {
    order: 8
  }

  .order-xl-9 {
    order: 9
  }

  .order-xl-10 {
    order: 10
  }

  .order-xl-11 {
    order: 11
  }

  .order-xl-12 {
    order: 12
  }

  .offset-xl-0 {
    margin-left: 0
  }

  .offset-xl-1 {
    margin-left: 8.333333%
  }

  .offset-xl-2 {
    margin-left: 16.666667%
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%
  }

  .offset-xl-5 {
    margin-left: 41.666667%
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%
  }

  .offset-xl-8 {
    margin-left: 66.666667%
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%
  }

  .offset-xl-11 {
    margin-left: 91.666667%
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529
}

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
  padding: .3rem
}

.table-bordered {
  border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff
}

.table-hover .table-primary:hover {
  background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e
}

.table-hover .table-success:hover {
  background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda
}

.table-hover .table-info:hover {
  background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc
}

.table-hover .table-light:hover {
  background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.table-dark {
  color: #fff;
  background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55
}

.table-dark.table-bordered {
  border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-sm>.table-bordered {
    border: 0
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-md>.table-bordered {
    border: 0
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-lg>.table-bordered {
    border: 0
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }

  .table-responsive-xl>.table-bordered {
    border: 0
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
  border: 0
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1
}

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

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

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

textarea.form-control {
  height: auto
}

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

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

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px
}

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

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

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  color: #6c757d
}

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

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, .9);
  border-radius: .25rem
}

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

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc(.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
  display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
  color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  border-color: #28a745
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
  border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
  border-color: #28a745
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

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

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

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

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-check-input.is-invalid~.form-check-label,
.was-validated .form-check-input:invalid~.form-check-label {
  color: #dc3545
}

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
  display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
  color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
  border-color: #dc3545
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
  border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
  border-color: #dc3545
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center
}

.form-inline .form-check {
  width: 100%
}

@media (min-width:576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0
  }

  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle
  }

  .form-inline .form-control-plaintext {
    display: inline-block
  }

  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto
  }

  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0
  }

  .form-inline .custom-control {
    align-items: center;
    justify-content: center
  }

  .form-inline .custom-control-label {
    margin-bottom: 0
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
  opacity: .65
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

.btn-block {
  display: block;
  width: 100%
}

.btn-block+.btn-block {
  margin-top: .5rem
}

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

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

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

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

@media (min-width:576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0
  }

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

@media (min-width:768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0
  }

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

@media (min-width:992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0
  }

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

@media (min-width:1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0
  }

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropright .dropdown-toggle::after {
  vertical-align: 0
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropleft .dropdown-toggle::after {
  display: none
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  flex: 1 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.btn-toolbar .input-group {
  width: auto
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
  margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

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

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
  width: 100%
}

.btn-group-vertical>.btn-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
  margin-left: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
  z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group>.custom-file {
  display: flex;
  align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.input-group-append,
.input-group-prepend {
  display: flex
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2
}

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px)
}

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

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem
}

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
  border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label,
.custom-control-input[disabled]~.custom-control-label {
  color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before,
.custom-control-input[disabled]~.custom-control-label::before {
  background-color: #e9ecef
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top
}

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px
}

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
  border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
  padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem
}

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .custom-switch .custom-control-label::after {
    transition: none
  }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
  background-color: #fff;
  transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, .5)
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.custom-select::-ms-expand {
  display: none
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057
}

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0
}

.custom-file-input:focus~.custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label,
.custom-file-input[disabled]~.custom-file-label {
  background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse"
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse)
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  /* z-index: 1; */
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.custom-range:focus {
  outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
  border: 0
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -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;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-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;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none
  }
}

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff
}

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.custom-range:disabled::-moz-range-track {
  cursor: default
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-item {
  margin-bottom: -1px
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #007bff
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: .5rem 1rem
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none
}

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%
}

@media (max-width:575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-sm .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid,
  .navbar-expand-sm>.container-lg,
  .navbar-expand-sm>.container-md,
  .navbar-expand-sm>.container-sm,
  .navbar-expand-sm>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (max-width:767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid,
  .navbar-expand-md>.container-lg,
  .navbar-expand-md>.container-md,
  .navbar-expand-md>.container-sm,
  .navbar-expand-md>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (max-width:991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-lg .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid,
  .navbar-expand-lg>.container-lg,
  .navbar-expand-lg>.container-md,
  .navbar-expand-lg>.container-sm,
  .navbar-expand-lg>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (max-width:1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    padding-right: 0;
    padding-left: 0
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start
  }

  .navbar-expand-xl .navbar-nav {
    flex-direction: row
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid,
  .navbar-expand-xl>.container-lg,
  .navbar-expand-xl>.container-md,
  .navbar-expand-xl>.container-sm,
  .navbar-expand-xl>.container-xl {
    flex-wrap: nowrap
  }

  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto
  }

  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  padding-right: 0;
  padding-left: 0
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid,
.navbar-expand>.container-lg,
.navbar-expand>.container-md,
.navbar-expand>.container-sm,
.navbar-expand>.container-xl {
  flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .5);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, .9)
}

.navbar-dark .navbar-brand {
  color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .5);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-text a {
  color: #fff
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem
}

.card>hr {
  margin-right: 0;
  margin-left: 0
}

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem
}

.card-title {
  margin-bottom: .75rem
}

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0
}

.card-text:last-child {
  margin-bottom: 0
}

.card-link:hover {
  text-decoration: none
}

.card-link+.card-link {
  margin-left: 1.25rem
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
}

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0
}

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
  flex-shrink: 0;
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px
  }

  .card-deck .card {
    flex: 1 0;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px
  }
}

.card-group>.card {
  margin-bottom: 15px
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap
  }

  .card-group>.card {
    flex: 1 0;
    margin-bottom: 0
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0
  }

  .card-group>.card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }

  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }

  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }

  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.card-columns .card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-columns {
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    grid-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1
  }

  .card-columns .card {
    display: inline-block;
    width: 100%
  }
}

.accordion {
  overflow-anchor: none
}

.accordion>.card {
  overflow: hidden
}

.accordion>.card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.accordion>.card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion>.card>.card-header {
  border-radius: 0;
  margin-bottom: -1px
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem
}

.breadcrumb-item {
  display: flex
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6
}

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .badge {
    transition: none
  }
}

a.badge:focus,
a.badge:hover {
  text-decoration: none
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem
}

.badge-primary {
  color: #fff;
  background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
  color: #fff;
  background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
  color: #fff;
  background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
  color: #fff;
  background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
  color: #212529;
  background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
  color: #fff;
  background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
  color: #fff;
  background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem
}

@media (min-width:576px) {
  .jumbotron {
    padding: 4rem 2rem
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0
}

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 4rem
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff
}

.alert-primary hr {
  border-top-color: #9fcdff
}

.alert-primary .alert-link {
  color: #002752
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db
}

.alert-secondary hr {
  border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
  color: #202326
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb
}

.alert-success hr {
  border-top-color: #b1dfbb
}

.alert-success .alert-link {
  color: #0b2e13
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb
}

.alert-info hr {
  border-top-color: #abdde5
}

.alert-info .alert-link {
  color: #062c33
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba
}

.alert-warning hr {
  border-top-color: #ffe8a1
}

.alert-warning .alert-link {
  color: #533f03
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb
}

.alert-danger hr {
  border-top-color: #f1b0b7
}

.alert-danger .alert-link {
  color: #491217
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light hr {
  border-top-color: #ececf6
}

.alert-light .alert-link {
  color: #686868
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca
}

.alert-dark hr {
  border-top-color: #b9bbbe
}

.alert-dark .alert-link {
  color: #040505
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0
  }

  to {
    background-position: 0 0
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    animation: none
  }
}

.media {
  display: flex;
  align-items: flex-start
}

.media-body {
  flex: 1 1
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef
}

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: 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: #6c757d;
  pointer-events: none;
  background-color: #fff
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }

  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }

  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }

  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }

  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }

  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }

  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5
}

.close:hover {
  color: #000;
  text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: .75
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0
}

a.close.disabled {
  pointer-events: none
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
  opacity: 0;
  border-radius: .25rem
}

.toast:not(:last-child) {
  margin-bottom: .75rem
}

.toast.showing {
  opacity: 1
}

.toast.show {
  display: block;
  opacity: 1
}

.toast.hide {
  display: none
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
  padding: .75rem
}

.modal-open {
  overflow: hidden
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none
}

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

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

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .25rem
}

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

@media (min-width:576px) {
  .mou-pdf .modal-dialog {
    max-width: 100% !important;
    margin: 1.75rem auto
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem)
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem)
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: min-content
  }

  .modal-sm {
    max-width: 300px
  }
}

@media (min-width:992px) {

  .modal-lg,
  .modal-xl {
    max-width: 800px
  }
}

@media (min-width:1200px) {
  .modal-xl {
    max-width: 1140px
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
  padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid
}

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
  margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
  margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
  margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
  margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: .5rem .75rem;
  color: #212529
}

.carousel {
  position: relative
}

.carousel.pointer-event {
  touch-action: pan-y
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {

  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9
}

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators li {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }

  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

.align-baseline {
  vertical-align: baseline !important
}

.align-top {
  vertical-align: top !important
}

.align-middle {
  vertical-align: middle !important
}

.align-bottom {
  vertical-align: bottom !important
}

.align-text-bottom {
  vertical-align: text-bottom !important
}

.align-text-top {
  vertical-align: text-top !important
}

.bg-primary {
  background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important
}

.bg-secondary {
  background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important
}

.bg-success {
  background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important
}

.bg-info {
  background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important
}

.bg-warning {
  background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important
}

.bg-danger {
  background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important
}

.bg-light {
  background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important
}

.bg-dark {
  background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important
}

.bg-white {
  background-color: #fff !important
}

.bg-transparent {
  background-color: transparent !important
}

.border {
  border: 1px solid #dee2e6 !important
}

.border-top {
  border-top: 1px solid #dee2e6 !important
}

.border-right {
  border-right: 1px solid #dee2e6 !important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important
}

.border-left {
  border-left: 1px solid #dee2e6 !important
}

.border-0 {
  border: 0 !important
}

.border-top-0 {
  border-top: 0 !important
}

.border-right-0 {
  border-right: 0 !important
}

.border-bottom-0 {
  border-bottom: 0 !important
}

.border-left-0 {
  border-left: 0 !important
}

.border-primary {
  border-color: #007bff !important
}

.border-secondary {
  border-color: #6c757d !important
}

.border-success {
  border-color: #28a745 !important
}

.border-info {
  border-color: #17a2b8 !important
}

.border-warning {
  border-color: #ffc107 !important
}

.border-danger {
  border-color: #dc3545 !important
}

.border-light {
  border-color: #f8f9fa !important
}

.border-dark {
  border-color: #343a40 !important
}

.border-white {
  border-color: #fff !important
}

.rounded-sm {
  border-radius: .2rem !important
}

.rounded {
  border-radius: .25rem !important
}

.rounded-top {
  border-top-left-radius: .25rem !important;
  border-top-right-radius: .25rem !important
}

.rounded-right {
  border-top-right-radius: .25rem !important;
  border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-left {
  border-top-left-radius: .25rem !important;
  border-bottom-left-radius: .25rem !important
}

.rounded-lg {
  border-radius: .3rem !important
}

.rounded-circle {
  border-radius: 50% !important
}

.rounded-pill {
  border-radius: 50rem !important
}

.rounded-0 {
  border-radius: 0 !important
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.d-none {
  display: none !important
}

.d-inline {
  display: inline !important
}

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

.d-block {
  display: block !important
}

.d-table {
  display: table !important
}

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

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

.d-flex {
  display: flex !important
}

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

@media (min-width:576px) {
  .d-sm-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .d-md-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .d-lg-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .d-xl-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

@media print {
  .d-print-none {
    display: none !important
  }

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

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

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

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

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

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

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

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden
}

.embed-responsive::before {
  display: block;
  content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%
}

.embed-responsive-16by9::before {
  padding-top: 56.25%
}

.embed-responsive-4by3::before {
  padding-top: 75%
}

.embed-responsive-1by1::before {
  padding-top: 100%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:576px) {
  .flex-sm-row {
    flex-direction: row !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .flex-md-row {
    flex-direction: row !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .flex-lg-row {
    flex-direction: row !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .flex-xl-row {
    flex-direction: row !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important
}

.float-right {
  float: right !important
}

.float-none {
  float: none !important
}

@media (min-width:576px) {
  .float-sm-left {
    float: left !important
  }

  .float-sm-right {
    float: right !important
  }

  .float-sm-none {
    float: none !important
  }
}

@media (min-width:768px) {
  .float-md-left {
    float: left !important
  }

  .float-md-right {
    float: right !important
  }

  .float-md-none {
    float: none !important
  }
}

@media (min-width:992px) {
  .float-lg-left {
    float: left !important
  }

  .float-lg-right {
    float: right !important
  }

  .float-lg-none {
    float: none !important
  }
}

@media (min-width:1200px) {
  .float-xl-left {
    float: left !important
  }

  .float-xl-right {
    float: right !important
  }

  .float-xl-none {
    float: none !important
  }
}

.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important
}

.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important
}

.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important
}

.overflow-auto {
  overflow: auto !important
}

.overflow-hidden {
  overflow: hidden !important
}

.position-static {
  position: static !important
}

.position-relative {
  position: relative !important
}

.position-absolute {
  position: absolute !important
}

.position-fixed {
  position: fixed !important
}

.position-sticky {
  position: sticky !important
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030
}

@supports (position:sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
  box-shadow: none !important
}

.w-25 {
  width: 25% !important
}

.w-50 {
  width: 50% !important
}

.w-75 {
  width: 75% !important
}

.w-100 {
  width: 100% !important
}

.w-auto {
  width: auto !important
}

.h-25 {
  height: 25% !important
}

.h-50 {
  height: 50% !important
}

.h-75 {
  height: 75% !important
}

.h-100 {
  height: 100% !important
}

.h-auto {
  height: auto !important
}

.mw-100 {
  max-width: 100% !important
}

.mh-100 {
  max-height: 100% !important
}

.min-vw-100 {
  min-width: 100vw !important
}

.min-vh-100 {
  min-height: 100vh !important
}

.vw-100 {
  width: 100vw !important
}

.vh-100 {
  height: 100vh !important
}

.m-0 {
  margin: 0 !important
}

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

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

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

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

.m-1 {
  margin: .25rem !important
}

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

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

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

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

.m-2 {
  margin: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0 !important
}

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

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

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

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

.p-1 {
  padding: .25rem !important
}

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

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

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

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

.p-2 {
  padding: .5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n1 {
  margin: -.25rem !important
}

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

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

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

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

.m-n2 {
  margin: -.5rem !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
  margin: auto !important
}

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

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

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

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

@media (min-width:576px) {
  .m-sm-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-sm-1 {
    margin: .25rem !important
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: .25rem !important
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: .25rem !important
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: .25rem !important
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: .25rem !important
  }

  .m-sm-2 {
    margin: .5rem !important
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: .5rem !important
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: .5rem !important
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: .5rem !important
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-sm-1 {
    padding: .25rem !important
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: .25rem !important
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: .25rem !important
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: .25rem !important
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: .25rem !important
  }

  .p-sm-2 {
    padding: .5rem !important
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: .5rem !important
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: .5rem !important
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: .5rem !important
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-sm-n1 {
    margin: -.25rem !important
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -.25rem !important
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -.25rem !important
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -.25rem !important
  }

  .m-sm-n2 {
    margin: -.5rem !important
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -.5rem !important
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -.5rem !important
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:768px) {
  .m-md-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-md-1 {
    margin: .25rem !important
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: .25rem !important
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: .25rem !important
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: .25rem !important
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: .25rem !important
  }

  .m-md-2 {
    margin: .5rem !important
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: .5rem !important
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: .5rem !important
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: .5rem !important
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-md-1 {
    padding: .25rem !important
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: .25rem !important
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: .25rem !important
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: .25rem !important
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: .25rem !important
  }

  .p-md-2 {
    padding: .5rem !important
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: .5rem !important
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: .5rem !important
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: .5rem !important
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-md-n1 {
    margin: -.25rem !important
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -.25rem !important
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -.25rem !important
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -.25rem !important
  }

  .m-md-n2 {
    margin: -.5rem !important
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -.5rem !important
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -.5rem !important
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:992px) {
  .m-lg-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-lg-1 {
    margin: .25rem !important
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: .25rem !important
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: .25rem !important
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: .25rem !important
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: .25rem !important
  }

  .m-lg-2 {
    margin: .5rem !important
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: .5rem !important
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: .5rem !important
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: .5rem !important
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-lg-1 {
    padding: .25rem !important
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: .25rem !important
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: .25rem !important
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: .25rem !important
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: .25rem !important
  }

  .p-lg-2 {
    padding: .5rem !important
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: .5rem !important
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: .5rem !important
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: .5rem !important
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-lg-n1 {
    margin: -.25rem !important
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -.25rem !important
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -.25rem !important
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -.25rem !important
  }

  .m-lg-n2 {
    margin: -.5rem !important
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -.5rem !important
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -.5rem !important
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {
  .m-xl-0 {
    margin: 0 !important
  }

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

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

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

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

  .m-xl-1 {
    margin: .25rem !important
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: .25rem !important
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: .25rem !important
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: .25rem !important
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: .25rem !important
  }

  .m-xl-2 {
    margin: .5rem !important
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: .5rem !important
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: .5rem !important
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: .5rem !important
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .p-xl-1 {
    padding: .25rem !important
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: .25rem !important
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: .25rem !important
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: .25rem !important
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: .25rem !important
  }

  .p-xl-2 {
    padding: .5rem !important
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: .5rem !important
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: .5rem !important
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: .5rem !important
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: .5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .m-xl-n1 {
    margin: -.25rem !important
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -.25rem !important
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -.25rem !important
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -.25rem !important
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -.25rem !important
  }

  .m-xl-n2 {
    margin: -.5rem !important
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -.5rem !important
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -.5rem !important
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -.5rem !important
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -.5rem !important
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0)
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

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

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

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

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

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

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

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

@media (min-width:576px) {
  .text-sm-left {
    text-align: left !important
  }

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

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

@media (min-width:768px) {
  .text-md-left {
    text-align: left !important
  }

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

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

@media (min-width:992px) {
  .text-lg-left {
    text-align: left !important
  }

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

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

@media (min-width:1200px) {
  .text-xl-left {
    text-align: left !important
  }

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

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

.text-lowercase {
  text-transform: lowercase !important
}

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

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

.font-weight-light {
  font-weight: 300 !important
}

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

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

.font-weight-bold {
  font-weight: 700 !important
}

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

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

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

.text-primary {
  color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important
}

.text-secondary {
  color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important
}

.text-success {
  color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
  color: #19692c !important
}

.text-info {
  color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important
}

.text-warning {
  color: #ffc107 !important
}

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

.text-danger {
  color: #dc3545 !important
}

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

.text-light {
  color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important
}

.text-dark {
  color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
  color: #121416 !important
}

.text-body {
  color: #212529 !important
}

.text-muted {
  color: #6c757d !important
}

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

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

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

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

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

.text-reset {
  color: inherit !important
}

.visible {
  visibility: visible !important
}

.invisible {
  visibility: hidden !important
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important
  }

  a:not(.btn) {
    text-decoration: underline
  }

  abbr[title]::after {
    content: " (" attr(title) ")"
  }

  pre {
    white-space: pre-wrap !important
  }

  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid
  }

  thead {
    display: table-header-group
  }

  img,
  tr {
    page-break-inside: avoid
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }

  h2,
  h3 {
    page-break-after: avoid
  }

  @page {
    size: a3
  }

  body {
    min-width: 992px !important
  }

  .container {
    min-width: 992px !important
  }

  .navbar {
    display: none
  }

  .badge {
    border: 1px solid #000
  }

  .table {
    border-collapse: collapse !important
  }

  .table td,
  .table th {
    background-color: #fff !important
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important
  }

  .table-dark {
    color: inherit
  }

  .table-dark tbody+tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6
  }
}

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1
}

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em
}

.fa-xs {
  font-size: .75em
}

.fa-sm {
  font-size: .875em
}

.fa-1x {
  font-size: 1em
}

.fa-2x {
  font-size: 2em
}

.fa-3x {
  font-size: 3em
}

.fa-4x {
  font-size: 4em
}

.fa-5x {
  font-size: 5em
}

.fa-6x {
  font-size: 6em
}

.fa-7x {
  font-size: 7em
}

.fa-8x {
  font-size: 8em
}

.fa-9x {
  font-size: 9em
}

.fa-10x {
  font-size: 10em
}

.fa-fw {
  text-align: center;
  width: 1.25em
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0
}

.fa-ul>li {
  position: relative
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit
}

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em
}

.fa-pull-left {
  float: left
}

.fa-pull-right {
  float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em
}

.fa-spin {
  animation: a 2s infinite linear
}

.fa-pulse {
  animation: a 1s infinite steps(8)
}

@keyframes a {
  0% {
    transform: rotate(0deg)
  }

  to {
    transform: rotate(1turn)
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg)
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg)
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg)
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1)
}

.fa-flip-vertical {
  transform: scaleY(-1)
}

.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  filter: none
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%
}

.fa-stack-1x {
  line-height: inherit
}

.fa-stack-2x {
  font-size: 2em
}

.fa-inverse {
  color: #fff
}

.fa-500px:before {
  content: "\f26e"
}

.fa-accessible-icon:before {
  content: "\f368"
}

.fa-accusoft:before {
  content: "\f369"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-adjust:before {
  content: "\f042"
}

.fa-adn:before {
  content: "\f170"
}

.fa-adversal:before {
  content: "\f36a"
}

.fa-affiliatetheme:before {
  content: "\f36b"
}

.fa-air-freshener:before {
  content: "\f5d0"
}

.fa-algolia:before {
  content: "\f36c"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-allergies:before {
  content: "\f461"
}

.fa-amazon:before {
  content: "\f270"
}

.fa-amazon-pay:before {
  content: "\f42c"
}

.fa-ambulance:before {
  content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"
}

.fa-amilia:before {
  content: "\f36d"
}

.fa-anchor:before {
  content: "\f13d"
}

.fa-android:before {
  content: "\f17b"
}

.fa-angellist:before {
  content: "\f209"
}

.fa-angle-double-down:before {
  content: "\f103"
}

.fa-angle-double-left:before {
  content: "\f100"
}

.fa-angle-double-right:before {
  content: "\f101"
}

.fa-angle-double-up:before {
  content: "\f102"
}

.fa-angle-down:before {
  content: "\f107"
}

.fa-angle-left:before {
  content: "\f104"
}

.fa-angle-right:before {
  content: "\f105"
}

.fa-angle-up:before {
  content: "\f106"
}

.fa-angry:before {
  content: "\f556"
}

.fa-angrycreative:before {
  content: "\f36e"
}

.fa-angular:before {
  content: "\f420"
}

.fa-app-store:before {
  content: "\f36f"
}

.fa-app-store-ios:before {
  content: "\f370"
}

.fa-apper:before {
  content: "\f371"
}

.fa-apple:before {
  content: "\f179"
}

.fa-apple-alt:before {
  content: "\f5d1"
}

.fa-apple-pay:before {
  content: "\f415"
}

.fa-archive:before {
  content: "\f187"
}

.fa-archway:before {
  content: "\f557"
}

.fa-arrow-alt-circle-down:before {
  content: "\f358"
}

.fa-arrow-alt-circle-left:before {
  content: "\f359"
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-arrows-alt-h:before {
  content: "\f337"
}

.fa-arrows-alt-v:before {
  content: "\f338"
}

.fa-assistive-listening-systems:before {
  content: "\f2a2"
}

.fa-asterisk:before {
  content: "\f069"
}

.fa-asymmetrik:before {
  content: "\f372"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-atlas:before {
  content: "\f558"
}

.fa-atom:before {
  content: "\f5d2"
}

.fa-audible:before {
  content: "\f373"
}

.fa-audio-description:before {
  content: "\f29e"
}

.fa-autoprefixer:before {
  content: "\f41c"
}

.fa-avianex:before {
  content: "\f374"
}

.fa-aviato:before {
  content: "\f421"
}

.fa-award:before {
  content: "\f559"
}

.fa-aws:before {
  content: "\f375"
}

.fa-backspace:before {
  content: "\f55a"
}

.fa-backward:before {
  content: "\f04a"
}

.fa-balance-scale:before {
  content: "\f24e"
}

.fa-ban:before {
  content: "\f05e"
}

.fa-band-aid:before {
  content: "\f462"
}

.fa-bandcamp:before {
  content: "\f2d5"
}

.fa-barcode:before {
  content: "\f02a"
}

.fa-bars:before {
  content: "\f0c9"
}

.fa-baseball-ball:before {
  content: "\f433"
}

.fa-basketball-ball:before {
  content: "\f434"
}

.fa-bath:before {
  content: "\f2cd"
}

.fa-battery-empty:before {
  content: "\f244"
}

.fa-battery-full:before {
  content: "\f240"
}

.fa-battery-half:before {
  content: "\f242"
}

.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-three-quarters:before {
  content: "\f241"
}

.fa-bed:before {
  content: "\f236"
}

.fa-beer:before {
  content: "\f0fc"
}

.fa-behance:before {
  content: "\f1b4"
}

.fa-behance-square:before {
  content: "\f1b5"
}

.fa-bell:before {
  content: "\f0f3"
}

.fa-bell-slash:before {
  content: "\f1f6"
}

.fa-bezier-curve:before {
  content: "\f55b"
}

.fa-bicycle:before {
  content: "\f206"
}

.fa-bimobject:before {
  content: "\f378"
}

.fa-binoculars:before {
  content: "\f1e5"
}

.fa-birthday-cake:before {
  content: "\f1fd"
}

.fa-bitbucket:before {
  content: "\f171"
}

.fa-bitcoin:before {
  content: "\f379"
}

.fa-bity:before {
  content: "\f37a"
}

.fa-black-tie:before {
  content: "\f27e"
}

.fa-blackberry:before {
  content: "\f37b"
}

.fa-blender:before {
  content: "\f517"
}

.fa-blind:before {
  content: "\f29d"
}

.fa-blogger:before {
  content: "\f37c"
}

.fa-blogger-b:before {
  content: "\f37d"
}

.fa-bluetooth:before {
  content: "\f293"
}

.fa-bluetooth-b:before {
  content: "\f294"
}

.fa-bold:before {
  content: "\f032"
}

.fa-bolt:before {
  content: "\f0e7"
}

.fa-bomb:before {
  content: "\f1e2"
}

.fa-bone:before {
  content: "\f5d7"
}

.fa-bong:before {
  content: "\f55c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-book-open:before {
  content: "\f518"
}

.fa-book-reader:before {
  content: "\f5da"
}

.fa-bookmark:before {
  content: "\f02e"
}

.fa-bowling-ball:before {
  content: "\f436"
}

.fa-box:before {
  content: "\f466"
}

.fa-box-open:before {
  content: "\f49e"
}

.fa-boxes:before {
  content: "\f468"
}

.fa-braille:before {
  content: "\f2a1"
}

.fa-brain:before {
  content: "\f5dc"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-briefcase-medical:before {
  content: "\f469"
}

.fa-broadcast-tower:before {
  content: "\f519"
}

.fa-broom:before {
  content: "\f51a"
}

.fa-brush:before {
  content: "\f55d"
}

.fa-btc:before {
  content: "\f15a"
}

.fa-bug:before {
  content: "\f188"
}

.fa-building:before {
  content: "\f1ad"
}

.fa-bullhorn:before {
  content: "\f0a1"
}

.fa-bullseye:before {
  content: "\f140"
}

.fa-burn:before {
  content: "\f46a"
}

.fa-buromobelexperte:before {
  content: "\f37f"
}

.fa-bus:before {
  content: "\f207"
}

.fa-bus-alt:before {
  content: "\f55e"
}

.fa-buysellads:before {
  content: "\f20d"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-calendar:before {
  content: "\f133"
}

.fa-calendar-alt:before {
  content: "\f073"
}

.fa-calendar-check:before {
  content: "\f274"
}

.fa-calendar-minus:before {
  content: "\f272"
}

.fa-calendar-plus:before {
  content: "\f271"
}

.fa-calendar-times:before {
  content: "\f273"
}

.fa-camera:before {
  content: "\f030"
}

.fa-camera-retro:before {
  content: "\f083"
}

.fa-cannabis:before {
  content: "\f55f"
}

.fa-capsules:before {
  content: "\f46b"
}

.fa-car:before {
  content: "\f1b9"
}

.fa-car-alt:before {
  content: "\f5de"
}

.fa-car-battery:before {
  content: "\f5df"
}

.fa-car-crash:before {
  content: "\f5e1"
}

.fa-car-side:before {
  content: "\f5e4"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-caret-square-down:before {
  content: "\f150"
}

.fa-caret-square-left:before {
  content: "\f191"
}

.fa-caret-square-right:before {
  content: "\f152"
}

.fa-caret-square-up:before {
  content: "\f151"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-cart-plus:before {
  content: "\f217"
}

.fa-cc-amazon-pay:before {
  content: "\f42d"
}

.fa-cc-amex:before {
  content: "\f1f3"
}

.fa-cc-apple-pay:before {
  content: "\f416"
}

.fa-cc-diners-club:before {
  content: "\f24c"
}

.fa-cc-discover:before {
  content: "\f1f2"
}

.fa-cc-jcb:before {
  content: "\f24b"
}

.fa-cc-mastercard:before {
  content: "\f1f1"
}

.fa-cc-paypal:before {
  content: "\f1f4"
}

.fa-cc-stripe:before {
  content: "\f1f5"
}

.fa-cc-visa:before {
  content: "\f1f0"
}

.fa-centercode:before {
  content: "\f380"
}

.fa-certificate:before {
  content: "\f0a3"
}

.fa-chalkboard:before {
  content: "\f51b"
}

.fa-chalkboard-teacher:before {
  content: "\f51c"
}

.fa-charging-station:before {
  content: "\f5e7"
}

.fa-chart-area:before {
  content: "\f1fe"
}

.fa-chart-bar:before {
  content: "\f080"
}

.fa-chart-line:before {
  content: "\f201"
}

.fa-chart-pie:before {
  content: "\f200"
}

.fa-check:before {
  content: "\f00c"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-check-double:before {
  content: "\f560"
}

.fa-check-square:before {
  content: "\f14a"
}

.fa-chess:before {
  content: "\f439"
}

.fa-chess-bishop:before {
  content: "\f43a"
}

.fa-chess-board:before {
  content: "\f43c"
}

.fa-chess-king:before {
  content: "\f43f"
}

.fa-chess-knight:before {
  content: "\f441"
}

.fa-chess-pawn:before {
  content: "\f443"
}

.fa-chess-queen:before {
  content: "\f445"
}

.fa-chess-rook:before {
  content: "\f447"
}

.fa-chevron-circle-down:before {
  content: "\f13a"
}

.fa-chevron-circle-left:before {
  content: "\f137"
}

.fa-chevron-circle-right:before {
  content: "\f138"
}

.fa-chevron-circle-up:before {
  content: "\f139"
}

.fa-chevron-down:before {
  content: "\f078"
}

.fa-chevron-left:before {
  content: "\f053"
}

.fa-chevron-right:before {
  content: "\f054"
}

.fa-chevron-up:before {
  content: "\f077"
}

.fa-child:before {
  content: "\f1ae"
}

.fa-chrome:before {
  content: "\f268"
}

.fa-church:before {
  content: "\f51d"
}

.fa-circle:before {
  content: "\f111"
}

.fa-circle-notch:before {
  content: "\f1ce"
}

.fa-clipboard:before {
  content: "\f328"
}

.fa-clipboard-check:before {
  content: "\f46c"
}

.fa-clipboard-list:before {
  content: "\f46d"
}

.fa-clock:before {
  content: "\f017"
}

.fa-clone:before {
  content: "\f24d"
}

.fa-closed-captioning:before {
  content: "\f20a"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-cloud-download-alt:before {
  content: "\f381"
}

.fa-cloud-upload-alt:before {
  content: "\f382"
}

.fa-cloudscale:before {
  content: "\f383"
}

.fa-cloudsmith:before {
  content: "\f384"
}

.fa-cloudversify:before {
  content: "\f385"
}

.fa-cocktail:before {
  content: "\f561"
}

.fa-code:before {
  content: "\f121"
}

.fa-code-branch:before {
  content: "\f126"
}

.fa-codepen:before {
  content: "\f1cb"
}

.fa-codiepie:before {
  content: "\f284"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-cog:before {
  content: "\f013"
}

.fa-cogs:before {
  content: "\f085"
}

.fa-coins:before {
  content: "\f51e"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-comment:before {
  content: "\f075"
}

.fa-comment-alt:before {
  content: "\f27a"
}

.fa-comment-dots:before {
  content: "\f4ad"
}

.fa-comment-slash:before {
  content: "\f4b3"
}

.fa-comments:before {
  content: "\f086"
}

.fa-compact-disc:before {
  content: "\f51f"
}

.fa-compass:before {
  content: "\f14e"
}

.fa-compress:before {
  content: "\f066"
}

.fa-concierge-bell:before {
  content: "\f562"
}

.fa-connectdevelop:before {
  content: "\f20e"
}

.fa-contao:before {
  content: "\f26d"
}

.fa-cookie:before {
  content: "\f563"
}

.fa-cookie-bite:before {
  content: "\f564"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-couch:before {
  content: "\f4b8"
}

.fa-cpanel:before {
  content: "\f388"
}

.fa-creative-commons:before {
  content: "\f25e"
}

.fa-creative-commons-by:before {
  content: "\f4e7"
}

.fa-creative-commons-nc:before {
  content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"
}

.fa-creative-commons-nd:before {
  content: "\f4eb"
}

.fa-creative-commons-pd:before {
  content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"
}

.fa-creative-commons-remix:before {
  content: "\f4ee"
}

.fa-creative-commons-sa:before {
  content: "\f4ef"
}

.fa-creative-commons-sampling:before {
  content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"
}

.fa-creative-commons-share:before {
  content: "\f4f2"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-crop:before {
  content: "\f125"
}

.fa-crop-alt:before {
  content: "\f565"
}

.fa-crosshairs:before {
  content: "\f05b"
}

.fa-crow:before {
  content: "\f520"
}

.fa-crown:before {
  content: "\f521"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-css3-alt:before {
  content: "\f38b"
}

.fa-cube:before {
  content: "\f1b2"
}

.fa-cubes:before {
  content: "\f1b3"
}

.fa-cut:before {
  content: "\f0c4"
}

.fa-cuttlefish:before {
  content: "\f38c"
}

.fa-d-and-d:before {
  content: "\f38d"
}

.fa-dashcube:before {
  content: "\f210"
}

.fa-database:before {
  content: "\f1c0"
}

.fa-deaf:before {
  content: "\f2a4"
}

.fa-delicious:before {
  content: "\f1a5"
}

.fa-deploydog:before {
  content: "\f38e"
}

.fa-deskpro:before {
  content: "\f38f"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-deviantart:before {
  content: "\f1bd"
}

.fa-diagnoses:before {
  content: "\f470"
}

.fa-dice:before {
  content: "\f522"
}

.fa-dice-five:before {
  content: "\f523"
}

.fa-dice-four:before {
  content: "\f524"
}

.fa-dice-one:before {
  content: "\f525"
}

.fa-dice-six:before {
  content: "\f526"
}

.fa-dice-three:before {
  content: "\f527"
}

.fa-dice-two:before {
  content: "\f528"
}

.fa-digg:before {
  content: "\f1a6"
}

.fa-digital-ocean:before {
  content: "\f391"
}

.fa-digital-tachograph:before {
  content: "\f566"
}

.fa-directions:before {
  content: "\f5eb"
}

.fa-discord:before {
  content: "\f392"
}

.fa-discourse:before {
  content: "\f393"
}

.fa-divide:before {
  content: "\f529"
}

.fa-dizzy:before {
  content: "\f567"
}

.fa-dna:before {
  content: "\f471"
}

.fa-dochub:before {
  content: "\f394"
}

.fa-docker:before {
  content: "\f395"
}

.fa-dollar-sign:before {
  content: "\f155"
}

.fa-dolly:before {
  content: "\f472"
}

.fa-dolly-flatbed:before {
  content: "\f474"
}

.fa-donate:before {
  content: "\f4b9"
}

.fa-door-closed:before {
  content: "\f52a"
}

.fa-door-open:before {
  content: "\f52b"
}

.fa-dot-circle:before {
  content: "\f192"
}

.fa-dove:before {
  content: "\f4ba"
}

.fa-download:before {
  content: "\f019"
}

.fa-draft2digital:before {
  content: "\f396"
}

.fa-drafting-compass:before {
  content: "\f568"
}

.fa-draw-polygon:before {
  content: "\f5ee"
}

.fa-dribbble:before {
  content: "\f17d"
}

.fa-dribbble-square:before {
  content: "\f397"
}

.fa-dropbox:before {
  content: "\f16b"
}

.fa-drum:before {
  content: "\f569"
}

.fa-drum-steelpan:before {
  content: "\f56a"
}

.fa-drupal:before {
  content: "\f1a9"
}

.fa-dumbbell:before {
  content: "\f44b"
}

.fa-dyalog:before {
  content: "\f399"
}

.fa-earlybirds:before {
  content: "\f39a"
}

.fa-ebay:before {
  content: "\f4f4"
}

.fa-edge:before {
  content: "\f282"
}

.fa-edit:before {
  content: "\f044"
}

.fa-eject:before {
  content: "\f052"
}

.fa-elementor:before {
  content: "\f430"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-ello:before {
  content: "\f5f1"
}

.fa-ember:before {
  content: "\f423"
}

.fa-empire:before {
  content: "\f1d1"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-envelope-open:before {
  content: "\f2b6"
}

.fa-envelope-square:before {
  content: "\f199"
}

.fa-envira:before {
  content: "\f299"
}

.fa-equals:before {
  content: "\f52c"
}

.fa-eraser:before {
  content: "\f12d"
}

.fa-erlang:before {
  content: "\f39d"
}

.fa-ethereum:before {
  content: "\f42e"
}

.fa-etsy:before {
  content: "\f2d7"
}

.fa-euro-sign:before {
  content: "\f153"
}

.fa-exchange-alt:before {
  content: "\f362"
}

.fa-exclamation:before {
  content: "\f12a"
}

.fa-exclamation-circle:before {
  content: "\f06a"
}

.fa-exclamation-triangle:before {
  content: "\f071"
}

.fa-expand:before {
  content: "\f065"
}

.fa-expand-arrows-alt:before {
  content: "\f31e"
}

.fa-expeditedssl:before {
  content: "\f23e"
}

.fa-external-link-alt:before {
  content: "\f35d"
}

.fa-external-link-square-alt:before {
  content: "\f360"
}

.fa-eye:before {
  content: "\f06e"
}

.fa-eye-dropper:before {
  content: "\f1fb"
}

.fa-eye-slash:before {
  content: "\f070"
}

.fa-facebook:before {
  content: "\f09a"
}

.fa-facebook-f:before {
  content: "\f39e"
}

.fa-facebook-messenger:before {
  content: "\f39f"
}

.fa-facebook-square:before {
  content: "\f082"
}

.fa-fast-backward:before {
  content: "\f049"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-fax:before {
  content: "\f1ac"
}

.fa-feather:before {
  content: "\f52d"
}

.fa-feather-alt:before {
  content: "\f56b"
}

.fa-female:before {
  content: "\f182"
}

.fa-fighter-jet:before {
  content: "\f0fb"
}

.fa-file:before {
  content: "\f15b"
}

.fa-file-alt:before {
  content: "\f15c"
}

.fa-file-archive:before {
  content: "\f1c6"
}

.fa-file-audio:before {
  content: "\f1c7"
}

.fa-file-code:before {
  content: "\f1c9"
}

.fa-file-contract:before {
  content: "\f56c"
}

.fa-file-download:before {
  content: "\f56d"
}

.fa-file-excel:before {
  content: "\f1c3"
}

.fa-file-export:before {
  content: "\f56e"
}

.fa-file-image:before {
  content: "\f1c5"
}

.fa-file-import:before {
  content: "\f56f"
}

.fa-file-invoice:before {
  content: "\f570"
}

.fa-file-invoice-dollar:before {
  content: "\f571"
}

.fa-file-medical:before {
  content: "\f477"
}

.fa-file-medical-alt:before {
  content: "\f478"
}

.fa-file-pdf:before {
  content: "\f1c1"
}

.fa-file-powerpoint:before {
  content: "\f1c4"
}

.fa-file-prescription:before {
  content: "\f572"
}

.fa-file-signature:before {
  content: "\f573"
}

.fa-file-upload:before {
  content: "\f574"
}

.fa-file-video:before {
  content: "\f1c8"
}

.fa-file-word:before {
  content: "\f1c2"
}

.fa-fill:before {
  content: "\f575"
}

.fa-fill-drip:before {
  content: "\f576"
}

.fa-film:before {
  content: "\f008"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-fingerprint:before {
  content: "\f577"
}

.fa-fire:before {
  content: "\f06d"
}

.fa-fire-extinguisher:before {
  content: "\f134"
}

.fa-firefox:before {
  content: "\f269"
}

.fa-first-aid:before {
  content: "\f479"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-first-order-alt:before {
  content: "\f50a"
}

.fa-firstdraft:before {
  content: "\f3a1"
}

.fa-fish:before {
  content: "\f578"
}

.fa-flag:before {
  content: "\f024"
}

.fa-flag-checkered:before {
  content: "\f11e"
}

.fa-flask:before {
  content: "\f0c3"
}

.fa-flickr:before {
  content: "\f16e"
}

.fa-flipboard:before {
  content: "\f44d"
}

.fa-flushed:before {
  content: "\f579"
}

.fa-fly:before {
  content: "\f417"
}

.fa-folder:before {
  content: "\f07b"
}

.fa-folder-open:before {
  content: "\f07c"
}

.fa-font:before {
  content: "\f031"
}

.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-font-awesome-alt:before {
  content: "\f35c"
}

.fa-font-awesome-flag:before {
  content: "\f425"
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6"
}

.fa-fonticons:before {
  content: "\f280"
}

.fa-fonticons-fi:before {
  content: "\f3a2"
}

.fa-football-ball:before {
  content: "\f44e"
}

.fa-fort-awesome:before {
  content: "\f286"
}

.fa-fort-awesome-alt:before {
  content: "\f3a3"
}

.fa-forumbee:before {
  content: "\f211"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-foursquare:before {
  content: "\f180"
}

.fa-free-code-camp:before {
  content: "\f2c5"
}

.fa-freebsd:before {
  content: "\f3a4"
}

.fa-frog:before {
  content: "\f52e"
}

.fa-frown:before {
  content: "\f119"
}

.fa-frown-open:before {
  content: "\f57a"
}

.fa-fulcrum:before {
  content: "\f50b"
}

.fa-futbol:before {
  content: "\f1e3"
}

.fa-galactic-republic:before {
  content: "\f50c"
}

.fa-galactic-senate:before {
  content: "\f50d"
}

.fa-gamepad:before {
  content: "\f11b"
}

.fa-gas-pump:before {
  content: "\f52f"
}

.fa-gavel:before {
  content: "\f0e3"
}

.fa-gem:before {
  content: "\f3a5"
}

.fa-genderless:before {
  content: "\f22d"
}

.fa-get-pocket:before {
  content: "\f265"
}

.fa-gg:before {
  content: "\f260"
}

.fa-gg-circle:before {
  content: "\f261"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-git:before {
  content: "\f1d3"
}

.fa-git-square:before {
  content: "\f1d2"
}

.fa-github:before {
  content: "\f09b"
}

.fa-github-alt:before {
  content: "\f113"
}

.fa-github-square:before {
  content: "\f092"
}

.fa-gitkraken:before {
  content: "\f3a6"
}

.fa-gitlab:before {
  content: "\f296"
}

.fa-gitter:before {
  content: "\f426"
}

.fa-glass-martini:before {
  content: "\f000"
}

.fa-glass-martini-alt:before {
  content: "\f57b"
}

.fa-glasses:before {
  content: "\f530"
}

.fa-glide:before {
  content: "\f2a5"
}

.fa-glide-g:before {
  content: "\f2a6"
}

.fa-globe:before {
  content: "\f0ac"
}

.fa-globe-africa:before {
  content: "\f57c"
}

.fa-globe-americas:before {
  content: "\f57d"
}

.fa-globe-asia:before {
  content: "\f57e"
}

.fa-gofore:before {
  content: "\f3a7"
}

.fa-golf-ball:before {
  content: "\f450"
}

.fa-goodreads:before {
  content: "\f3a8"
}

.fa-goodreads-g:before {
  content: "\f3a9"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-google-drive:before {
  content: "\f3aa"
}

.fa-google-play:before {
  content: "\f3ab"
}

.fa-google-plus:before {
  content: "\f2b3"
}

.fa-google-plus-g:before {
  content: "\f0d5"
}

.fa-google-plus-square:before {
  content: "\f0d4"
}

.fa-google-wallet:before {
  content: "\f1ee"
}

.fa-graduation-cap:before {
  content: "\f19d"
}

.fa-gratipay:before {
  content: "\f184"
}

.fa-grav:before {
  content: "\f2d6"
}

.fa-greater-than:before {
  content: "\f531"
}

.fa-greater-than-equal:before {
  content: "\f532"
}

.fa-grimace:before {
  content: "\f57f"
}

.fa-grin:before {
  content: "\f580"
}

.fa-grin-alt:before {
  content: "\f581"
}

.fa-grin-beam:before {
  content: "\f582"
}

.fa-grin-beam-sweat:before {
  content: "\f583"
}

.fa-grin-hearts:before {
  content: "\f584"
}

.fa-grin-squint:before {
  content: "\f585"
}

.fa-grin-squint-tears:before {
  content: "\f586"
}

.fa-grin-stars:before {
  content: "\f587"
}

.fa-grin-tears:before {
  content: "\f588"
}

.fa-grin-tongue:before {
  content: "\f589"
}

.fa-grin-tongue-squint:before {
  content: "\f58a"
}

.fa-grin-tongue-wink:before {
  content: "\f58b"
}

.fa-grin-wink:before {
  content: "\f58c"
}

.fa-grip-horizontal:before {
  content: "\f58d"
}

.fa-grip-vertical:before {
  content: "\f58e"
}

.fa-gripfire:before {
  content: "\f3ac"
}

.fa-grunt:before {
  content: "\f3ad"
}

.fa-gulp:before {
  content: "\f3ae"
}

.fa-h-square:before {
  content: "\f0fd"
}

.fa-hacker-news:before {
  content: "\f1d4"
}

.fa-hacker-news-square:before {
  content: "\f3af"
}

.fa-hackerrank:before {
  content: "\f5f7"
}

.fa-hand-holding:before {
  content: "\f4bd"
}

.fa-hand-holding-heart:before {
  content: "\f4be"
}

.fa-hand-holding-usd:before {
  content: "\f4c0"
}

.fa-hand-lizard:before {
  content: "\f258"
}

.fa-hand-paper:before {
  content: "\f256"
}

.fa-hand-peace:before {
  content: "\f25b"
}

.fa-hand-point-down:before {
  content: "\f0a7"
}

.fa-hand-point-left:before {
  content: "\f0a5"
}

.fa-hand-point-right:before {
  content: "\f0a4"
}

.fa-hand-point-up:before {
  content: "\f0a6"
}

.fa-hand-pointer:before {
  content: "\f25a"
}

.fa-hand-rock:before {
  content: "\f255"
}

.fa-hand-scissors:before {
  content: "\f257"
}

.fa-hand-spock:before {
  content: "\f259"
}

.fa-hands:before {
  content: "\f4c2"
}

.fa-hands-helping:before {
  content: "\f4c4"
}

.fa-handshake:before {
  content: "\f2b5"
}

.fa-hashtag:before {
  content: "\f292"
}

.fa-hdd:before {
  content: "\f0a0"
}

.fa-heading:before {
  content: "\f1dc"
}

.fa-headphones:before {
  content: "\f025"
}

.fa-headphones-alt:before {
  content: "\f58f"
}

.fa-headset:before {
  content: "\f590"
}

.fa-heart:before {
  content: "\f004"
}

.fa-heartbeat:before {
  content: "\f21e"
}

.fa-helicopter:before {
  content: "\f533"
}

.fa-highlighter:before {
  content: "\f591"
}

.fa-hips:before {
  content: "\f452"
}

.fa-hire-a-helper:before {
  content: "\f3b0"
}

.fa-history:before {
  content: "\f1da"
}

.fa-hockey-puck:before {
  content: "\f453"
}

.fa-home:before {
  content: "\f015"
}

.fa-hooli:before {
  content: "\f427"
}

.fa-hornbill:before {
  content: "\f592"
}

.fa-hospital:before {
  content: "\f0f8"
}

.fa-hospital-alt:before {
  content: "\f47d"
}

.fa-hospital-symbol:before {
  content: "\f47e"
}

.fa-hot-tub:before {
  content: "\f593"
}

.fa-hotel:before {
  content: "\f594"
}

.fa-hotjar:before {
  content: "\f3b1"
}

.fa-hourglass:before {
  content: "\f254"
}

.fa-hourglass-end:before {
  content: "\f253"
}

.fa-hourglass-half:before {
  content: "\f252"
}

.fa-hourglass-start:before {
  content: "\f251"
}

.fa-houzz:before {
  content: "\f27c"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-hubspot:before {
  content: "\f3b2"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-id-badge:before {
  content: "\f2c1"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-id-card-alt:before {
  content: "\f47f"
}

.fa-image:before {
  content: "\f03e"
}

.fa-images:before {
  content: "\f302"
}

.fa-imdb:before {
  content: "\f2d8"
}

.fa-inbox:before {
  content: "\f01c"
}

.fa-indent:before {
  content: "\f03c"
}

.fa-industry:before {
  content: "\f275"
}

.fa-infinity:before {
  content: "\f534"
}

.fa-info:before {
  content: "\f129"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-internet-explorer:before {
  content: "\f26b"
}

.fa-ioxhost:before {
  content: "\f208"
}

.fa-italic:before {
  content: "\f033"
}

.fa-itunes:before {
  content: "\f3b4"
}

.fa-itunes-note:before {
  content: "\f3b5"
}

.fa-java:before {
  content: "\f4e4"
}

.fa-jedi-order:before {
  content: "\f50e"
}

.fa-jenkins:before {
  content: "\f3b6"
}

.fa-joget:before {
  content: "\f3b7"
}

.fa-joint:before {
  content: "\f595"
}

.fa-joomla:before {
  content: "\f1aa"
}

.fa-js:before {
  content: "\f3b8"
}

.fa-js-square:before {
  content: "\f3b9"
}

.fa-jsfiddle:before {
  content: "\f1cc"
}

.fa-kaggle:before {
  content: "\f5fa"
}

.fa-key:before {
  content: "\f084"
}

.fa-keybase:before {
  content: "\f4f5"
}

.fa-keyboard:before {
  content: "\f11c"
}

.fa-keycdn:before {
  content: "\f3ba"
}

.fa-kickstarter:before {
  content: "\f3bb"
}

.fa-kickstarter-k:before {
  content: "\f3bc"
}

.fa-kiss:before {
  content: "\f596"
}

.fa-kiss-beam:before {
  content: "\f597"
}

.fa-kiss-wink-heart:before {
  content: "\f598"
}

.fa-kiwi-bird:before {
  content: "\f535"
}

.fa-korvue:before {
  content: "\f42f"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-laptop-code:before {
  content: "\f5fc"
}

.fa-laravel:before {
  content: "\f3bd"
}

.fa-lastfm:before {
  content: "\f202"
}

.fa-lastfm-square:before {
  content: "\f203"
}

.fa-laugh:before {
  content: "\f599"
}

.fa-laugh-beam:before {
  content: "\f59a"
}

.fa-laugh-squint:before {
  content: "\f59b"
}

.fa-laugh-wink:before {
  content: "\f59c"
}

.fa-layer-group:before {
  content: "\f5fd"
}

.fa-leaf:before {
  content: "\f06c"
}

.fa-leanpub:before {
  content: "\f212"
}

.fa-lemon:before {
  content: "\f094"
}

.fa-less:before {
  content: "\f41d"
}

.fa-less-than:before {
  content: "\f536"
}

.fa-less-than-equal:before {
  content: "\f537"
}

.fa-level-down-alt:before {
  content: "\f3be"
}

.fa-level-up-alt:before {
  content: "\f3bf"
}

.fa-life-ring:before {
  content: "\f1cd"
}

.fa-lightbulb:before {
  content: "\f0eb"
}

.fa-line:before {
  content: "\f3c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-linkedin:before {
  content: "\f08c"
}

.fa-linkedin-in:before {
  content: "\f0e1"
}

.fa-linode:before {
  content: "\f2b8"
}

.fa-linux:before {
  content: "\f17c"
}

.fa-lira-sign:before {
  content: "\f195"
}

.fa-list:before {
  content: "\f03a"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-list-ol:before {
  content: "\f0cb"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-lock:before {
  content: "\f023"
}

.fa-lock-open:before {
  content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
  content: "\f309"
}

.fa-long-arrow-alt-left:before {
  content: "\f30a"
}

.fa-long-arrow-alt-right:before {
  content: "\f30b"
}

.fa-long-arrow-alt-up:before {
  content: "\f30c"
}

.fa-low-vision:before {
  content: "\f2a8"
}

.fa-luggage-cart:before {
  content: "\f59d"
}

.fa-lyft:before {
  content: "\f3c3"
}

.fa-magento:before {
  content: "\f3c4"
}

.fa-magic:before {
  content: "\f0d0"
}

.fa-magnet:before {
  content: "\f076"
}

.fa-mailchimp:before {
  content: "\f59e"
}

.fa-male:before {
  content: "\f183"
}

.fa-mandalorian:before {
  content: "\f50f"
}

.fa-map:before {
  content: "\f279"
}

.fa-map-marked:before {
  content: "\f59f"
}

.fa-map-marked-alt:before {
  content: "\f5a0"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-map-marker-alt:before {
  content: "\f3c5"
}

.fa-map-pin:before {
  content: "\f276"
}

.fa-map-signs:before {
  content: "\f277"
}

.fa-markdown:before {
  content: "\f60f"
}

.fa-marker:before {
  content: "\f5a1"
}

.fa-mars:before {
  content: "\f222"
}

.fa-mars-double:before {
  content: "\f227"
}

.fa-mars-stroke:before {
  content: "\f229"
}

.fa-mars-stroke-h:before {
  content: "\f22b"
}

.fa-mars-stroke-v:before {
  content: "\f22a"
}

.fa-mastodon:before {
  content: "\f4f6"
}

.fa-maxcdn:before {
  content: "\f136"
}

.fa-medal:before {
  content: "\f5a2"
}

.fa-medapps:before {
  content: "\f3c6"
}

.fa-medium:before {
  content: "\f23a"
}

.fa-medium-m:before {
  content: "\f3c7"
}

.fa-medkit:before {
  content: "\f0fa"
}

.fa-medrt:before {
  content: "\f3c8"
}

.fa-meetup:before {
  content: "\f2e0"
}

.fa-megaport:before {
  content: "\f5a3"
}

.fa-meh:before {
  content: "\f11a"
}

.fa-meh-blank:before {
  content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5"
}

.fa-memory:before {
  content: "\f538"
}

.fa-mercury:before {
  content: "\f223"
}

.fa-microchip:before {
  content: "\f2db"
}

.fa-microphone:before {
  content: "\f130"
}

.fa-microphone-alt:before {
  content: "\f3c9"
}

.fa-microphone-alt-slash:before {
  content: "\f539"
}

.fa-microphone-slash:before {
  content: "\f131"
}

.fa-microscope:before {
  content: "\f610"
}

.fa-microsoft:before {
  content: "\f3ca"
}

.fa-minus:before {
  content: "\f068"
}

.fa-minus-circle:before {
  content: "\f056"
}

.fa-minus-square:before {
  content: "\f146"
}

.fa-mix:before {
  content: "\f3cb"
}

.fa-mixcloud:before {
  content: "\f289"
}

.fa-mizuni:before {
  content: "\f3cc"
}

.fa-mobile:before {
  content: "\f10b"
}

.fa-mobile-alt:before {
  content: "\f3cd"
}

.fa-modx:before {
  content: "\f285"
}

.fa-monero:before {
  content: "\f3d0"
}

.fa-money-bill:before {
  content: "\f0d6"
}

.fa-money-bill-alt:before {
  content: "\f3d1"
}

.fa-money-bill-wave:before {
  content: "\f53a"
}

.fa-money-bill-wave-alt:before {
  content: "\f53b"
}

.fa-money-check:before {
  content: "\f53c"
}

.fa-money-check-alt:before {
  content: "\f53d"
}

.fa-monument:before {
  content: "\f5a6"
}

.fa-moon:before {
  content: "\f186"
}

.fa-mortar-pestle:before {
  content: "\f5a7"
}

.fa-motorcycle:before {
  content: "\f21c"
}

.fa-mouse-pointer:before {
  content: "\f245"
}

.fa-music:before {
  content: "\f001"
}

.fa-napster:before {
  content: "\f3d2"
}

.fa-neos:before {
  content: "\f612"
}

.fa-neuter:before {
  content: "\f22c"
}

.fa-newspaper:before {
  content: "\f1ea"
}

.fa-nimblr:before {
  content: "\f5a8"
}

.fa-nintendo-switch:before {
  content: "\f418"
}

.fa-node:before {
  content: "\f419"
}

.fa-node-js:before {
  content: "\f3d3"
}

.fa-not-equal:before {
  content: "\f53e"
}

.fa-notes-medical:before {
  content: "\f481"
}

.fa-npm:before {
  content: "\f3d4"
}

.fa-ns8:before {
  content: "\f3d5"
}

.fa-nutritionix:before {
  content: "\f3d6"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-object-ungroup:before {
  content: "\f248"
}

.fa-odnoklassniki:before {
  content: "\f263"
}

.fa-odnoklassniki-square:before {
  content: "\f264"
}

.fa-oil-can:before {
  content: "\f613"
}

.fa-old-republic:before {
  content: "\f510"
}

.fa-opencart:before {
  content: "\f23d"
}

.fa-openid:before {
  content: "\f19b"
}

.fa-opera:before {
  content: "\f26a"
}

.fa-optin-monster:before {
  content: "\f23c"
}

.fa-osi:before {
  content: "\f41a"
}

.fa-outdent:before {
  content: "\f03b"
}

.fa-page4:before {
  content: "\f3d7"
}

.fa-pagelines:before {
  content: "\f18c"
}

.fa-paint-brush:before {
  content: "\f1fc"
}

.fa-paint-roller:before {
  content: "\f5aa"
}

.fa-palette:before {
  content: "\f53f"
}

.fa-palfed:before {
  content: "\f3d8"
}

.fa-pallet:before {
  content: "\f482"
}

.fa-paper-plane:before {
  content: "\f1d8"
}

.fa-paperclip:before {
  content: "\f0c6"
}

.fa-parachute-box:before {
  content: "\f4cd"
}

.fa-paragraph:before {
  content: "\f1dd"
}

.fa-parking:before {
  content: "\f540"
}

.fa-passport:before {
  content: "\f5ab"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-patreon:before {
  content: "\f3d9"
}

.fa-pause:before {
  content: "\f04c"
}

.fa-pause-circle:before {
  content: "\f28b"
}

.fa-paw:before {
  content: "\f1b0"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-pen:before {
  content: "\f304"
}

.fa-pen-alt:before {
  content: "\f305"
}

.fa-pen-fancy:before {
  content: "\f5ac"
}

.fa-pen-nib:before {
  content: "\f5ad"
}

.fa-pen-square:before {
  content: "\f14b"
}

.fa-pencil-alt:before {
  content: "\f303"
}

.fa-pencil-ruler:before {
  content: "\f5ae"
}

.fa-people-carry:before {
  content: "\f4ce"
}

.fa-percent:before {
  content: "\f295"
}

.fa-percentage:before {
  content: "\f541"
}

.fa-periscope:before {
  content: "\f3da"
}

.fa-phabricator:before {
  content: "\f3db"
}

.fa-phoenix-framework:before {
  content: "\f3dc"
}

.fa-phoenix-squadron:before {
  content: "\f511"
}

.fa-phone:before {
  content: "\f095"
}

.fa-phone-slash:before {
  content: "\f3dd"
}

.fa-phone-square:before {
  content: "\f098"
}

.fa-phone-volume:before {
  content: "\f2a0"
}

.fa-php:before {
  content: "\f457"
}

.fa-pied-piper:before {
  content: "\f2ae"
}

.fa-pied-piper-alt:before {
  content: "\f1a8"
}

.fa-pied-piper-hat:before {
  content: "\f4e5"
}

.fa-pied-piper-pp:before {
  content: "\f1a7"
}

.fa-piggy-bank:before {
  content: "\f4d3"
}

.fa-pills:before {
  content: "\f484"
}

.fa-pinterest:before {
  content: "\f0d2"
}

.fa-pinterest-p:before {
  content: "\f231"
}

.fa-pinterest-square:before {
  content: "\f0d3"
}

.fa-plane:before {
  content: "\f072"
}

.fa-plane-arrival:before {
  content: "\f5af"
}

.fa-plane-departure:before {
  content: "\f5b0"
}

.fa-play:before {
  content: "\f04b"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-playstation:before {
  content: "\f3df"
}

.fa-plug:before {
  content: "\f1e6"
}

.fa-plus:before {
  content: "\f067"
}

.fa-plus-circle:before {
  content: "\f055"
}

.fa-plus-square:before {
  content: "\f0fe"
}

.fa-podcast:before {
  content: "\f2ce"
}

.fa-poo:before {
  content: "\f2fe"
}

.fa-poop:before {
  content: "\f619"
}

.fa-portrait:before {
  content: "\f3e0"
}

.fa-pound-sign:before {
  content: "\f154"
}

.fa-power-off:before {
  content: "\f011"
}

.fa-prescription:before {
  content: "\f5b1"
}

.fa-prescription-bottle:before {
  content: "\f485"
}

.fa-prescription-bottle-alt:before {
  content: "\f486"
}

.fa-print:before {
  content: "\f02f"
}

.fa-procedures:before {
  content: "\f487"
}

.fa-product-hunt:before {
  content: "\f288"
}

.fa-project-diagram:before {
  content: "\f542"
}

.fa-pushed:before {
  content: "\f3e1"
}

.fa-puzzle-piece:before {
  content: "\f12e"
}

.fa-python:before {
  content: "\f3e2"
}

.fa-qq:before {
  content: "\f1d6"
}

.fa-qrcode:before {
  content: "\f029"
}

.fa-question:before {
  content: "\f128"
}

.fa-question-circle:before {
  content: "\f059"
}

.fa-quidditch:before {
  content: "\f458"
}

.fa-quinscape:before {
  content: "\f459"
}

.fa-quora:before {
  content: "\f2c4"
}

.fa-quote-left:before {
  content: "\f10d"
}

.fa-quote-right:before {
  content: "\f10e"
}

.fa-r-project:before {
  content: "\f4f7"
}

.fa-random:before {
  content: "\f074"
}

.fa-ravelry:before {
  content: "\f2d9"
}

.fa-react:before {
  content: "\f41b"
}

.fa-readme:before {
  content: "\f4d5"
}

.fa-rebel:before {
  content: "\f1d0"
}

.fa-receipt:before {
  content: "\f543"
}

.fa-recycle:before {
  content: "\f1b8"
}

.fa-red-river:before {
  content: "\f3e3"
}

.fa-reddit:before {
  content: "\f1a1"
}

.fa-reddit-alien:before {
  content: "\f281"
}

.fa-reddit-square:before {
  content: "\f1a2"
}

.fa-redo:before {
  content: "\f01e"
}

.fa-redo-alt:before {
  content: "\f2f9"
}

.fa-registered:before {
  content: "\f25d"
}

.fa-rendact:before {
  content: "\f3e4"
}

.fa-renren:before {
  content: "\f18b"
}

.fa-reply:before {
  content: "\f3e5"
}

.fa-reply-all:before {
  content: "\f122"
}

.fa-replyd:before {
  content: "\f3e6"
}

.fa-researchgate:before {
  content: "\f4f8"
}

.fa-resolving:before {
  content: "\f3e7"
}

.fa-retweet:before {
  content: "\f079"
}

.fa-rev:before {
  content: "\f5b2"
}

.fa-ribbon:before {
  content: "\f4d6"
}

.fa-road:before {
  content: "\f018"
}

.fa-robot:before {
  content: "\f544"
}

.fa-rocket:before {
  content: "\f135"
}

.fa-rocketchat:before {
  content: "\f3e8"
}

.fa-rockrms:before {
  content: "\f3e9"
}

.fa-route:before {
  content: "\f4d7"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-rss-square:before {
  content: "\f143"
}

.fa-ruble-sign:before {
  content: "\f158"
}

.fa-ruler:before {
  content: "\f545"
}

.fa-ruler-combined:before {
  content: "\f546"
}

.fa-ruler-horizontal:before {
  content: "\f547"
}

.fa-ruler-vertical:before {
  content: "\f548"
}

.fa-rupee-sign:before {
  content: "\f156"
}

.fa-sad-cry:before {
  content: "\f5b3"
}

.fa-sad-tear:before {
  content: "\f5b4"
}

.fa-safari:before {
  content: "\f267"
}

.fa-sass:before {
  content: "\f41e"
}

.fa-save:before {
  content: "\f0c7"
}

.fa-schlix:before {
  content: "\f3ea"
}

.fa-school:before {
  content: "\f549"
}

.fa-screwdriver:before {
  content: "\f54a"
}

.fa-scribd:before {
  content: "\f28a"
}

.fa-search:before {
  content: "\f002"
}

.fa-search-minus:before {
  content: "\f010"
}

.fa-search-plus:before {
  content: "\f00e"
}

.fa-searchengin:before {
  content: "\f3eb"
}

.fa-seedling:before {
  content: "\f4d8"
}

.fa-sellcast:before {
  content: "\f2da"
}

.fa-sellsy:before {
  content: "\f213"
}

.fa-server:before {
  content: "\f233"
}

.fa-servicestack:before {
  content: "\f3ec"
}

.fa-shapes:before {
  content: "\f61f"
}

.fa-share:before {
  content: "\f064"
}

.fa-share-alt:before {
  content: "\f1e0"
}

.fa-share-alt-square:before {
  content: "\f1e1"
}

.fa-share-square:before {
  content: "\f14d"
}

.fa-shekel-sign:before {
  content: "\f20b"
}

.fa-shield-alt:before {
  content: "\f3ed"
}

.fa-ship:before {
  content: "\f21a"
}

.fa-shipping-fast:before {
  content: "\f48b"
}

.fa-shirtsinbulk:before {
  content: "\f214"
}

.fa-shoe-prints:before {
  content: "\f54b"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-shopping-basket:before {
  content: "\f291"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-shopware:before {
  content: "\f5b5"
}

.fa-shower:before {
  content: "\f2cc"
}

.fa-shuttle-van:before {
  content: "\f5b6"
}

.fa-sign:before {
  content: "\f4d9"
}

.fa-sign-in-alt:before {
  content: "\f2f6"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-sign-out-alt:before {
  content: "\f2f5"
}

.fa-signal:before {
  content: "\f012"
}

.fa-signature:before {
  content: "\f5b7"
}

.fa-simplybuilt:before {
  content: "\f215"
}

.fa-sistrix:before {
  content: "\f3ee"
}

.fa-sitemap:before {
  content: "\f0e8"
}

.fa-sith:before {
  content: "\f512"
}

.fa-skull:before {
  content: "\f54c"
}

.fa-skyatlas:before {
  content: "\f216"
}

.fa-skype:before {
  content: "\f17e"
}

.fa-slack:before {
  content: "\f198"
}

.fa-slack-hash:before {
  content: "\f3ef"
}

.fa-sliders-h:before {
  content: "\f1de"
}

.fa-slideshare:before {
  content: "\f1e7"
}

.fa-smile:before {
  content: "\f118"
}

.fa-smile-beam:before {
  content: "\f5b8"
}

.fa-smile-wink:before {
  content: "\f4da"
}

.fa-smoking:before {
  content: "\f48d"
}

.fa-smoking-ban:before {
  content: "\f54d"
}

.fa-snapchat:before {
  content: "\f2ab"
}

.fa-snapchat-ghost:before {
  content: "\f2ac"
}

.fa-snapchat-square:before {
  content: "\f2ad"
}

.fa-snowflake:before {
  content: "\f2dc"
}

.fa-solar-panel:before {
  content: "\f5ba"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-alpha-down:before {
  content: "\f15d"
}

.fa-sort-alpha-up:before {
  content: "\f15e"
}

.fa-sort-amount-down:before {
  content: "\f160"
}

.fa-sort-amount-up:before {
  content: "\f161"
}

.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-numeric-down:before {
  content: "\f162"
}

.fa-sort-numeric-up:before {
  content: "\f163"
}

.fa-sort-up:before {
  content: "\f0de"
}

.fa-soundcloud:before {
  content: "\f1be"
}

.fa-spa:before {
  content: "\f5bb"
}

.fa-space-shuttle:before {
  content: "\f197"
}

.fa-speakap:before {
  content: "\f3f3"
}

.fa-spinner:before {
  content: "\f110"
}

.fa-splotch:before {
  content: "\f5bc"
}

.fa-spotify:before {
  content: "\f1bc"
}

.fa-spray-can:before {
  content: "\f5bd"
}

.fa-square:before {
  content: "\f0c8"
}

.fa-square-full:before {
  content: "\f45c"
}

.fa-squarespace:before {
  content: "\f5be"
}

.fa-stack-exchange:before {
  content: "\f18d"
}

.fa-stack-overflow:before {
  content: "\f16c"
}

.fa-stamp:before {
  content: "\f5bf"
}

.fa-star:before {
  content: "\f005"
}

.fa-star-half:before {
  content: "\f089"
}

.fa-star-half-alt:before {
  content: "\f5c0"
}

.fa-star-of-life:before {
  content: "\f621"
}

.fa-staylinked:before {
  content: "\f3f5"
}

.fa-steam:before {
  content: "\f1b6"
}

.fa-steam-square:before {
  content: "\f1b7"
}

.fa-steam-symbol:before {
  content: "\f3f6"
}

.fa-step-backward:before {
  content: "\f048"
}

.fa-step-forward:before {
  content: "\f051"
}

.fa-stethoscope:before {
  content: "\f0f1"
}

.fa-sticker-mule:before {
  content: "\f3f7"
}

.fa-sticky-note:before {
  content: "\f249"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-stopwatch:before {
  content: "\f2f2"
}

.fa-store:before {
  content: "\f54e"
}

.fa-store-alt:before {
  content: "\f54f"
}

.fa-strava:before {
  content: "\f428"
}

.fa-stream:before {
  content: "\f550"
}

.fa-street-view:before {
  content: "\f21d"
}

.fa-strikethrough:before {
  content: "\f0cc"
}

.fa-stripe:before {
  content: "\f429"
}

.fa-stripe-s:before {
  content: "\f42a"
}

.fa-stroopwafel:before {
  content: "\f551"
}

.fa-studiovinari:before {
  content: "\f3f8"
}

.fa-stumbleupon:before {
  content: "\f1a4"
}

.fa-stumbleupon-circle:before {
  content: "\f1a3"
}

.fa-subscript:before {
  content: "\f12c"
}

.fa-subway:before {
  content: "\f239"
}

.fa-suitcase:before {
  content: "\f0f2"
}

.fa-suitcase-rolling:before {
  content: "\f5c1"
}

.fa-sun:before {
  content: "\f185"
}

.fa-superpowers:before {
  content: "\f2dd"
}

.fa-superscript:before {
  content: "\f12b"
}

.fa-supple:before {
  content: "\f3f9"
}

.fa-surprise:before {
  content: "\f5c2"
}

.fa-swatchbook:before {
  content: "\f5c3"
}

.fa-swimmer:before {
  content: "\f5c4"
}

.fa-swimming-pool:before {
  content: "\f5c5"
}

.fa-sync:before {
  content: "\f021"
}

.fa-sync-alt:before {
  content: "\f2f1"
}

.fa-syringe:before {
  content: "\f48e"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-table-tennis:before {
  content: "\f45d"
}

.fa-tablet:before {
  content: "\f10a"
}

.fa-tablet-alt:before {
  content: "\f3fa"
}

.fa-tablets:before {
  content: "\f490"
}

.fa-tachometer-alt:before {
  content: "\f3fd"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-tape:before {
  content: "\f4db"
}

.fa-tasks:before {
  content: "\f0ae"
}

.fa-taxi:before {
  content: "\f1ba"
}

.fa-teamspeak:before {
  content: "\f4f9"
}

.fa-teeth:before {
  content: "\f62e"
}

.fa-teeth-open:before {
  content: "\f62f"
}

.fa-telegram:before {
  content: "\f2c6"
}

.fa-telegram-plane:before {
  content: "\f3fe"
}

.fa-tencent-weibo:before {
  content: "\f1d5"
}

.fa-terminal:before {
  content: "\f120"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-theater-masks:before {
  content: "\f630"
}

.fa-themeco:before {
  content: "\f5c6"
}

.fa-themeisle:before {
  content: "\f2b2"
}

.fa-thermometer:before {
  content: "\f491"
}

.fa-thermometer-empty:before {
  content: "\f2cb"
}

.fa-thermometer-full:before {
  content: "\f2c7"
}

.fa-thermometer-half:before {
  content: "\f2c9"
}

.fa-thermometer-quarter:before {
  content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8"
}

.fa-thumbs-down:before {
  content: "\f165"
}

.fa-thumbs-up:before {
  content: "\f164"
}

.fa-thumbtack:before {
  content: "\f08d"
}

.fa-ticket-alt:before {
  content: "\f3ff"
}

.fa-times:before {
  content: "\f00d"
}

.fa-times-circle:before {
  content: "\f057"
}

.fa-tint:before {
  content: "\f043"
}

.fa-tint-slash:before {
  content: "\f5c7"
}

.fa-tired:before {
  content: "\f5c8"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-toolbox:before {
  content: "\f552"
}

.fa-tooth:before {
  content: "\f5c9"
}

.fa-trade-federation:before {
  content: "\f513"
}

.fa-trademark:before {
  content: "\f25c"
}

.fa-traffic-light:before {
  content: "\f637"
}

.fa-train:before {
  content: "\f238"
}

.fa-transgender:before {
  content: "\f224"
}

.fa-transgender-alt:before {
  content: "\f225"
}

.fa-trash:before {
  content: "\f1f8"
}

.fa-trash-alt:before {
  content: "\f2ed"
}

.fa-tree:before {
  content: "\f1bb"
}

.fa-trello:before {
  content: "\f181"
}

.fa-tripadvisor:before {
  content: "\f262"
}

.fa-trophy:before {
  content: "\f091"
}

.fa-truck:before {
  content: "\f0d1"
}

.fa-truck-loading:before {
  content: "\f4de"
}

.fa-truck-monster:before {
  content: "\f63b"
}

.fa-truck-moving:before {
  content: "\f4df"
}

.fa-truck-pickup:before {
  content: "\f63c"
}

.fa-tshirt:before {
  content: "\f553"
}

.fa-tty:before {
  content: "\f1e4"
}

.fa-tumblr:before {
  content: "\f173"
}

.fa-tumblr-square:before {
  content: "\f174"
}

.fa-tv:before {
  content: "\f26c"
}

.fa-twitch:before {
  content: "\f1e8"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-twitter-square:before {
  content: "\f081"
}

.fa-typo3:before {
  content: "\f42b"
}

.fa-uber:before {
  content: "\f402"
}

.fa-uikit:before {
  content: "\f403"
}

.fa-umbrella:before {
  content: "\f0e9"
}

.fa-umbrella-beach:before {
  content: "\f5ca"
}

.fa-underline:before {
  content: "\f0cd"
}

.fa-undo:before {
  content: "\f0e2"
}

.fa-undo-alt:before {
  content: "\f2ea"
}

.fa-uniregistry:before {
  content: "\f404"
}

.fa-universal-access:before {
  content: "\f29a"
}

.fa-university:before {
  content: "\f19c"
}

.fa-unlink:before {
  content: "\f127"
}

.fa-unlock:before {
  content: "\f09c"
}

.fa-unlock-alt:before {
  content: "\f13e"
}

.fa-untappd:before {
  content: "\f405"
}

.fa-upload:before {
  content: "\f093"
}

.fa-usb:before {
  content: "\f287"
}

.fa-user:before {
  content: "\f007"
}

.fa-user-alt:before {
  content: "\f406"
}

.fa-user-alt-slash:before {
  content: "\f4fa"
}

.fa-user-astronaut:before {
  content: "\f4fb"
}

.fa-user-check:before {
  content: "\f4fc"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-user-clock:before {
  content: "\f4fd"
}

.fa-user-cog:before {
  content: "\f4fe"
}

.fa-user-edit:before {
  content: "\f4ff"
}

.fa-user-friends:before {
  content: "\f500"
}

.fa-user-graduate:before {
  content: "\f501"
}

.fa-user-lock:before {
  content: "\f502"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-user-minus:before {
  content: "\f503"
}

.fa-user-ninja:before {
  content: "\f504"
}

.fa-user-plus:before {
  content: "\f234"
}

.fa-user-secret:before {
  content: "\f21b"
}

.fa-user-shield:before {
  content: "\f505"
}

.fa-user-slash:before {
  content: "\f506"
}

.fa-user-tag:before {
  content: "\f507"
}

.fa-user-tie:before {
  content: "\f508"
}

.fa-user-times:before {
  content: "\f235"
}

.fa-users:before {
  content: "\f0c0"
}

.fa-users-cog:before {
  content: "\f509"
}

.fa-ussunnah:before {
  content: "\f407"
}

.fa-utensil-spoon:before {
  content: "\f2e5"
}

.fa-utensils:before {
  content: "\f2e7"
}

.fa-vaadin:before {
  content: "\f408"
}

.fa-vector-square:before {
  content: "\f5cb"
}

.fa-venus:before {
  content: "\f221"
}

.fa-venus-double:before {
  content: "\f226"
}

.fa-venus-mars:before {
  content: "\f228"
}

.fa-viacoin:before {
  content: "\f237"
}

.fa-viadeo:before {
  content: "\f2a9"
}

.fa-viadeo-square:before {
  content: "\f2aa"
}

.fa-vial:before {
  content: "\f492"
}

.fa-vials:before {
  content: "\f493"
}

.fa-viber:before {
  content: "\f409"
}

.fa-video:before {
  content: "\f03d"
}

.fa-video-slash:before {
  content: "\f4e2"
}

.fa-vimeo:before {
  content: "\f40a"
}

.fa-vimeo-square:before {
  content: "\f194"
}

.fa-vimeo-v:before {
  content: "\f27d"
}

.fa-vine:before {
  content: "\f1ca"
}

.fa-vk:before {
  content: "\f189"
}

.fa-vnv:before {
  content: "\f40b"
}

.fa-volleyball-ball:before {
  content: "\f45f"
}

.fa-volume-down:before {
  content: "\f027"
}

.fa-volume-off:before {
  content: "\f026"
}

.fa-volume-up:before {
  content: "\f028"
}

.fa-vuejs:before {
  content: "\f41f"
}

.fa-walking:before {
  content: "\f554"
}

.fa-wallet:before {
  content: "\f555"
}

.fa-warehouse:before {
  content: "\f494"
}

.fa-weebly:before {
  content: "\f5cc"
}

.fa-weibo:before {
  content: "\f18a"
}

.fa-weight:before {
  content: "\f496"
}

.fa-weight-hanging:before {
  content: "\f5cd"
}

.fa-weixin:before {
  content: "\f1d7"
}

.fa-whatsapp:before {
  content: "\f232"
}

.fa-whatsapp-square:before {
  content: "\f40c"
}

.fa-wheelchair:before {
  content: "\f193"
}

.fa-whmcs:before {
  content: "\f40d"
}

.fa-wifi:before {
  content: "\f1eb"
}

.fa-wikipedia-w:before {
  content: "\f266"
}

.fa-window-close:before {
  content: "\f410"
}

.fa-window-maximize:before {
  content: "\f2d0"
}

.fa-window-minimize:before {
  content: "\f2d1"
}

.fa-window-restore:before {
  content: "\f2d2"
}

.fa-windows:before {
  content: "\f17a"
}

.fa-wine-glass:before {
  content: "\f4e3"
}

.fa-wine-glass-alt:before {
  content: "\f5ce"
}

.fa-wix:before {
  content: "\f5cf"
}

.fa-wolf-pack-battalion:before {
  content: "\f514"
}

.fa-won-sign:before {
  content: "\f159"
}

.fa-wordpress:before {
  content: "\f19a"
}

.fa-wordpress-simple:before {
  content: "\f411"
}

.fa-wpbeginner:before {
  content: "\f297"
}

.fa-wpexplorer:before {
  content: "\f2de"
}

.fa-wpforms:before {
  content: "\f298"
}

.fa-wrench:before {
  content: "\f0ad"
}

.fa-x-ray:before {
  content: "\f497"
}

.fa-xbox:before {
  content: "\f412"
}

.fa-xing:before {
  content: "\f168"
}

.fa-xing-square:before {
  content: "\f169"
}

.fa-y-combinator:before {
  content: "\f23b"
}

.fa-yahoo:before {
  content: "\f19e"
}

.fa-yandex:before {
  content: "\f413"
}

.fa-yandex-international:before {
  content: "\f414"
}

.fa-yelp:before {
  content: "\f1e9"
}

.fa-yen-sign:before {
  content: "\f157"
}

.fa-yoast:before {
  content: "\f2b1"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-square:before {
  content: "\f431"
}

.fa-zhihu:before {
  content: "\f63f"
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/templatemonster/react/foodtech/static/media/fa-brands-400.e8019d50.eot);
  src: url(/templatemonster/react/foodtech/static/media/fa-brands-400.e8019d50.eot?#iefix) format("embedded-opentype"), url(/templatemonster/react/foodtech/static/media/fa-brands-400.6814d0e8.woff2) format("woff2"), url(/templatemonster/react/foodtech/static/media/fa-brands-400.da408238.woff) format("woff"), url(/templatemonster/react/foodtech/static/media/fa-brands-400.fdf44bc4.ttf) format("truetype"), url(/templatemonster/react/foodtech/static/media/fa-brands-400.f79929bb.svg#fontawesome) format("svg")
}

.fab {
  font-family: "Font Awesome 5 Brands"
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(/templatemonster/react/foodtech/static/media/fa-regular-400.e6c93cb4.eot);
  src: url(/templatemonster/react/foodtech/static/media/fa-regular-400.e6c93cb4.eot?#iefix) format("embedded-opentype"), url(/templatemonster/react/foodtech/static/media/fa-regular-400.8d9ab84b.woff2) format("woff2"), url(/templatemonster/react/foodtech/static/media/fa-regular-400.dad90637.woff) format("woff"), url(/templatemonster/react/foodtech/static/media/fa-regular-400.8d220c79.ttf) format("truetype"), url(/templatemonster/react/foodtech/static/media/fa-regular-400.cd17140f.svg#fontawesome) format("svg")
}

.far {
  font-weight: 400
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(/templatemonster/react/foodtech/static/media/fa-solid-900.ea363ed4.eot);
  src: url(/templatemonster/react/foodtech/static/media/fa-solid-900.ea363ed4.eot?#iefix) format("embedded-opentype"), url(/templatemonster/react/foodtech/static/media/fa-solid-900.b75b4bfe.woff2) format("woff2"), url(/templatemonster/react/foodtech/static/media/fa-solid-900.2d0415fa.woff) format("woff"), url(/templatemonster/react/foodtech/static/media/fa-solid-900.132e9759.ttf) format("truetype"), url(/templatemonster/react/foodtech/static/media/fa-solid-900.61f3dc55.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"
}

.fa,
.fas {
  font-weight: 900
}

/*
  	Flaticon icon font: Flaticon
  	Creation date: 16/02/2019 00:05
  	*/

@font-face {
  font-family: "Flaticon";
  src: url(/templatemonster/react/foodtech/static/media/Flaticon.6758abe2.eot);
  src: url(/templatemonster/react/foodtech/static/media/Flaticon.6758abe2.eot?#iefix) format("embedded-opentype"),
    url(/templatemonster/react/foodtech/static/media/Flaticon.fb5ae081.woff2) format("woff2"),
    url(/templatemonster/react/foodtech/static/media/Flaticon.6884e0ab.woff) format("woff"),
    url(/templatemonster/react/foodtech/static/media/Flaticon.3fbe7ae3.ttf) format("truetype"),
    url(/templatemonster/react/foodtech/static/media/Flaticon.d3886ea5.svg#Flaticon) format("svg");
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url(/templatemonster/react/foodtech/static/media/Flaticon.d3886ea5.svg#Flaticon) format("svg");
  }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 16px;
  font-style: normal;
}

.flaticon-share:before {
  content: "\f100";
}

.flaticon-security:before {
  content: "\f101";
}

.flaticon-reader:before {
  content: "\f102";
}

.flaticon-gear:before {
  content: "\f103";
}

.flaticon-placeholder:before {
  content: "\f104";
}

.flaticon-browser:before {
  content: "\f105";
}

.flaticon-user:before {
  content: "\f106";
}

.flaticon-mail:before {
  content: "\f107";
}

.flaticon-shut-down:before {
  content: "\f108";
}

.flaticon-bell:before {
  content: "\f109";
}

.flaticon-statistics:before {
  content: "\f10a";
}

.flaticon-spreadsheet:before {
  content: "\f10b";
}

.flaticon-question:before {
  content: "\f10c";
}

.flaticon-chat:before {
  content: "\f10d";
}

.flaticon-phone:before {
  content: "\f10e";
}

.flaticon-browser-1:before {
  content: "\f10f";
}

.flaticon-layers:before {
  content: "\f110";
}

.flaticon-grid:before {
  content: "\f111";
}

.flaticon-hammer:before {
  content: "\f112";
}

.flaticon-dashboard:before {
  content: "\f113";
}

.flaticon-art:before {
  content: "\f114";
}

.flaticon-list:before {
  content: "\f115";
}

.flaticon-control:before {
  content: "\f116";
}

.flaticon-alert:before {
  content: "\f117";
}

.flaticon-alert-1:before {
  content: "\f118";
}

.flaticon-toxic:before {
  content: "\f119";
}

.flaticon-diamond:before {
  content: "\f11a";
}

.flaticon-star:before {
  content: "\f11b";
}

.flaticon-share-1:before {
  content: "\f11c";
}

.flaticon-search:before {
  content: "\f11d";
}

.flaticon-internet:before {
  content: "\f11e";
}

.flaticon-paint:before {
  content: "\f11f";
}

.flaticon-pie-chart:before {
  content: "\f120";
}

.flaticon-pencil:before {
  content: "\f121";
}

.flaticon-trash:before {
  content: "\f122";
}

.flaticon-excel:before {
  content: "\f123";
}

.flaticon-pdf:before {
  content: "\f124";
}

.flaticon-network:before {
  content: "\f125";
}

.flaticon-sticky-note:before {
  content: "\f126";
}

.flaticon-alarm:before {
  content: "\f127";
}

.flaticon-archive:before {
  content: "\f128";
}

.flaticon-email:before {
  content: "\f129";
}

.flaticon-stats:before {
  content: "\f12a";
}

.flaticon-conversation:before {
  content: "\f12b";
}

.flaticon-start:before {
  content: "\f12c";
}

.flaticon-tick-inside-circle:before {
  content: "\f12d";
}

.flaticon-information:before {
  content: "\f12e";
}

.flaticon-turn-notifications-off-button:before {
  content: "\f12f";
}

.flaticon-reuse:before {
  content: "\f130";
}

.flaticon-secure-shield:before {
  content: "\f131";
}

.flaticon-horn:before {
  content: "\f132";
}

.flaticon-supermarket:before {
  content: "\f133";
}

.flaticon-computer:before {
  content: "\f134";
}

.flaticon-like:before {
  content: "\f135";
}

.flaticon-speech-bubble:before {
  content: "\f136";
}

.flaticon-paper-plane:before {
  content: "\f137";
}

.flaticon-menu:before {
  content: "\f138";
}

/*! Cryptocoins - cryptocurrency icon font | https://github.com/allienworks/cryptocoins */

@font-face {
  font-family: "cryptocoins";
  src: url(/templatemonster/react/foodtech/static/media/cryptocoins.b458578c.woff2) format('woff2'),
    url(/templatemonster/react/foodtech/static/media/cryptocoins.194ac472.woff) format('woff'),
    url(/templatemonster/react/foodtech/static/media/cryptocoins.284a85fe.ttf) format('truetype');
}

/* .cc:before { */
.cc::before {
  font-family: "cryptocoins";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  font-weight: normal;
  /* speak: none; only necessary if not using the private unicode range (firstGlyph option) */
  text-decoration: none;
  text-transform: none;
}


.cc.ADA-alt::before {
  content: "\E001";
}

.cc.ADA::before {
  content: "\E002";
}

.cc.ADC-alt::before {
  content: "\E003";
}

.cc.ADC::before {
  content: "\E004";
}

.cc.AEON-alt::before {
  content: "\E005";
}

.cc.AEON::before {
  content: "\E006";
}

.cc.AMP-alt::before {
  content: "\E007";
}

.cc.AMP::before {
  content: "\E008";
}

.cc.ANC-alt::before {
  content: "\E009";
}

.cc.ANC::before {
  content: "\E00A";
}

.cc.ARCH-alt::before {
  content: "\E00B";
}

.cc.ARCH::before {
  content: "\E00C";
}

.cc.ARDR-alt::before {
  content: "\E00D";
}

.cc.ARDR::before {
  content: "\E00E";
}

.cc.ARK-alt::before {
  content: "\E00F";
}

.cc.ARK::before {
  content: "\E010";
}

.cc.AST::before {
  content: "\E011";
}

.cc.AUR-alt::before {
  content: "\E012";
}

.cc.AUR::before {
  content: "\E013";
}

.cc.BANX-alt::before {
  content: "\E014";
}

.cc.BANX::before {
  content: "\E015";
}

.cc.BAT-alt::before {
  content: "\E016";
}

.cc.BAT::before {
  content: "\E017";
}

.cc.BAY-alt::before {
  content: "\E018";
}

.cc.BAY::before {
  content: "\E019";
}

.cc.BC-alt::before {
  content: "\E01A";
}

.cc.BLK-alt::before {
  content: "\E01A";
}

.cc.BC::before {
  content: "\E01B";
}

.cc.BLK::before {
  content: "\E01B";
}

.cc.BCH-alt::before {
  content: "\E01C";
}

.cc.BCC-alt::before {
  content: "\E01C";
}

.cc.BCH::before {
  content: "\E01D";
}

.cc.BCC::before {
  content: "\E01D";
}

.cc.BCN-alt::before {
  content: "\E01E";
}

.cc.BCN::before {
  content: "\E01F";
}

.cc.BCY::before {
  content: "\E020";
}

.cc.BELA::before {
  content: "\E021";
}

.cc.BFT-alt::before {
  content: "\E022";
}

.cc.BFT::before {
  content: "\E023";
}

.cc.BLZ::before {
  content: "\E024";
}

.cc.BNB::before {
  content: "\E025";
}

.cc.BRK-alt::before {
  content: "\E026";
}

.cc.BRK::before {
  content: "\E027";
}

.cc.BRX-alt::before {
  content: "\E028";
}

.cc.BRX::before {
  content: "\E029";
}

.cc.BSD-alt::before {
  content: "\E02A";
}

.cc.BSD::before {
  content: "\E02B";
}

.cc.BTA::before {
  content: "\E02C";
}

.cc.BTC-alt::before {
  content: "\E02D";
}

.cc.BTC::before {
  content: "\E02E";
}

.cc.BTCD-alt::before {
  content: "\E02F";
}

.cc.BTCD::before {
  content: "\E030";
}

.cc.BTCP-alt::before {
  content: "\E031";
}

.cc.BTCP::before {
  content: "\E032";
}

.cc.BTG::before {
  content: "\E033";
}

.cc.BTM-alt::before {
  content: "\E034";
}

.cc.BTM::before {
  content: "\E035";
}

.cc.BTS-alt::before {
  content: "\E036";
}

.cc.BTS::before {
  content: "\E037";
}

.cc.BURST::before {
  content: "\E038";
}

.cc.CLAM-alt::before {
  content: "\E039";
}

.cc.CLAM::before {
  content: "\E03A";
}

.cc.CLOAK-alt::before {
  content: "\E03B";
}

.cc.CLOAK::before {
  content: "\E03C";
}

.cc.CVC-alt::before {
  content: "\E03D";
}

.cc.CVC::before {
  content: "\E03E";
}

.cc.DAO-alt::before {
  content: "\E03F";
}

.cc.DAO::before {
  content: "\E040";
}

.cc.DASH-alt::before {
  content: "\E041";
}

.cc.DASH::before {
  content: "\E042";
}

.cc.DCR-alt::before {
  content: "\E043";
}

.cc.DCR::before {
  content: "\E044";
}

.cc.DCT-alt::before {
  content: "\E045";
}

.cc.DCT::before {
  content: "\E046";
}

.cc.DGB-alt::before {
  content: "\E047";
}

.cc.DGB::before {
  content: "\E048";
}

.cc.DGD::before {
  content: "\E049";
}

.cc.DGX::before {
  content: "\E04A";
}

.cc.DMD-alt::before {
  content: "\E04B";
}

.cc.DMD::before {
  content: "\E04C";
}

.cc.DOGE-alt::before {
  content: "\E04D";
}

.cc.DOGE::before {
  content: "\E04E";
}

.cc.EMC-alt::before {
  content: "\E04F";
}

.cc.EMC::before {
  content: "\E050";
}

.cc.EMC2-alt::before {
  content: "\E051";
}

.cc.EMC2::before {
  content: "\E052";
}

.cc.EOS-alt::before {
  content: "\E053";
}

.cc.EOS::before {
  content: "\E054";
}

.cc.ERC-alt::before {
  content: "\E055";
}

.cc.ERC::before {
  content: "\E056";
}

.cc.ETC-alt::before {
  content: "\E057";
}

.cc.ETC::before {
  content: "\E058";
}

.cc.ETH-alt::before {
  content: "\E059";
}

.cc.ETH::before {
  content: "\E05A";
}

.cc.EXP-alt::before {
  content: "\E05B";
}

.cc.EXP::before {
  content: "\E05C";
}

.cc.FC2-alt::before {
  content: "\E05D";
}

.cc.FC2::before {
  content: "\E05E";
}

.cc.FCT-alt::before {
  content: "\E05F";
}

.cc.FCT::before {
  content: "\E060";
}

.cc.FLDC-alt::before {
  content: "\E061";
}

.cc.FLDC::before {
  content: "\E062";
}

.cc.FLO-alt::before {
  content: "\E063";
}

.cc.FLO::before {
  content: "\E064";
}

.cc.FRK-alt::before {
  content: "\E065";
}

.cc.FRK::before {
  content: "\E066";
}

.cc.FTC-alt::before {
  content: "\E067";
}

.cc.FTC::before {
  content: "\E068";
}

.cc.FUN::before {
  content: "\E069";
}

.cc.GAME-alt::before {
  content: "\E06A";
}

.cc.GAME::before {
  content: "\E06B";
}

.cc.GBYTE-alt::before {
  content: "\E06C";
}

.cc.GBYTE::before {
  content: "\E06D";
}

.cc.GDC-alt::before {
  content: "\E06E";
}

.cc.GDC::before {
  content: "\E06F";
}

.cc.GEMZ-alt::before {
  content: "\E070";
}

.cc.GEMZ::before {
  content: "\E071";
}

.cc.GLD-alt::before {
  content: "\E072";
}

.cc.GLD::before {
  content: "\E073";
}

.cc.GNO-alt::before {
  content: "\E074";
}

.cc.GNO::before {
  content: "\E075";
}

.cc.GNT-alt::before {
  content: "\E076";
}

.cc.GNT::before {
  content: "\E077";
}

.cc.GOLOS-alt::before {
  content: "\E078";
}

.cc.GOLOS::before {
  content: "\E079";
}

.cc.GRC-alt::before {
  content: "\E07A";
}

.cc.GRC::before {
  content: "\E07B";
}

.cc.GRS::before {
  content: "\E07C";
}

.cc.HEAT-alt::before {
  content: "\E07D";
}

.cc.HEAT::before {
  content: "\E07E";
}

.cc.HSR::before {
  content: "\E07F";
}

.cc.HUC-alt::before {
  content: "\E080";
}

.cc.HUC::before {
  content: "\E081";
}

.cc.ICN-alt::before {
  content: "\E082";
}

.cc.ICN::before {
  content: "\E083";
}

.cc.ICX::before {
  content: "\E084";
}

.cc.IFC-alt::before {
  content: "\E085";
}

.cc.IFC::before {
  content: "\E086";
}

.cc.INCNT-alt::before {
  content: "\E087";
}

.cc.INCNT::before {
  content: "\E088";
}

.cc.IOC-alt::before {
  content: "\E089";
}

.cc.IOC::before {
  content: "\E08A";
}

.cc.IOTA-alt::before {
  content: "\E08B";
}

.cc.IOTA::before {
  content: "\E08C";
}

.cc.JBS-alt::before {
  content: "\E08D";
}

.cc.JBS::before {
  content: "\E08E";
}

.cc.KMD-alt::before {
  content: "\E08F";
}

.cc.KMD::before {
  content: "\E090";
}

.cc.KOBO::before {
  content: "\E091";
}

.cc.KORE-alt::before {
  content: "\E092";
}

.cc.KORE::before {
  content: "\E093";
}

.cc.LBC-alt::before {
  content: "\E094";
}

.cc.LBC::before {
  content: "\E095";
}

.cc.LDOGE-alt::before {
  content: "\E096";
}

.cc.LDOGE::before {
  content: "\E097";
}

.cc.LSK-alt::before {
  content: "\E098";
}

.cc.LSK::before {
  content: "\E099";
}

.cc.LTC-alt::before {
  content: "\E09A";
}

.cc.LTC::before {
  content: "\E09B";
}

.cc.MAID-alt::before {
  content: "\E09C";
}

.cc.MAID::before {
  content: "\E09D";
}

.cc.MARKS-alt::before {
  content: "\E09E";
}

.cc.MARKS::before {
  content: "\E09F";
}

.cc.Bitmark::before {
  content: "\E09F";
}

.cc.MCO-alt::before {
  content: "\E0A0";
}

.cc.MCO::before {
  content: "\E0A1";
}

.cc.MINT-alt::before {
  content: "\E0A2";
}

.cc.MINT::before {
  content: "\E0A3";
}

.cc.MONA-alt::before {
  content: "\E0A4";
}

.cc.MONA::before {
  content: "\E0A5";
}

.cc.MRC::before {
  content: "\E0A6";
}

.cc.MSC-alt::before {
  content: "\E0A7";
}

.cc.MSC::before {
  content: "\E0A8";
}

.cc.MTL-alt::before {
  content: "\E0A9";
}

.cc.MTL::before {
  content: "\E0AA";
}

.cc.MTR-alt::before {
  content: "\E0AB";
}

.cc.MTR::before {
  content: "\E0AC";
}

.cc.MUE-alt::before {
  content: "\E0AD";
}

.cc.MUE::before {
  content: "\E0AE";
}

.cc.MYST-alt::before {
  content: "\E0AF";
}

.cc.MYST::before {
  content: "\E0B0";
}

.cc.NAV-alt::before {
  content: "\E0B1";
}

.cc.NAV::before {
  content: "\E0B2";
}

.cc.NBT::before {
  content: "\E0B3";
}

.cc.USNBT::before {
  content: "\E0B3";
}

.cc.NEO-alt::before {
  content: "\E0B4";
}

.cc.NEO::before {
  content: "\E0B5";
}

.cc.GAS::before {
  content: "\E0B5";
}

.cc.NEOS-alt::before {
  content: "\E0B6";
}

.cc.NEOS::before {
  content: "\E0B7";
}

.cc.NEU-alt::before {
  content: "\E0B8";
}

.cc.NEU::before {
  content: "\E0B9";
}

.cc.NLG-alt::before {
  content: "\E0BA";
}

.cc.NLG::before {
  content: "\E0BB";
}

.cc.NMC-alt::before {
  content: "\E0BC";
}

.cc.NMC::before {
  content: "\E0BD";
}

.cc.NMR::before {
  content: "\E0BE";
}

.cc.NOTE-alt::before {
  content: "\E0BF";
}

.cc.NOTE::before {
  content: "\E0C0";
}

.cc.NVC-alt::before {
  content: "\E0C1";
}

.cc.NVC::before {
  content: "\E0C2";
}

.cc.NXT-alt::before {
  content: "\E0C3";
}

.cc.NXT::before {
  content: "\E0C4";
}

.cc.OK-alt::before {
  content: "\E0C5";
}

.cc.OK::before {
  content: "\E0C6";
}

.cc.OMG-alt::before {
  content: "\E0C7";
}

.cc.OMG::before {
  content: "\E0C8";
}

.cc.OMNI-alt::before {
  content: "\E0C9";
}

.cc.OMNI::before {
  content: "\E0CA";
}

.cc.OPAL-alt::before {
  content: "\E0CB";
}

.cc.OPAL::before {
  content: "\E0CC";
}

.cc.PART-alt::before {
  content: "\E0CD";
}

.cc.PART::before {
  content: "\E0CE";
}

.cc.PASC::before {
  content: "\E0CF";
}

.cc.PIGGY-alt::before {
  content: "\E0D0";
}

.cc.PIGGY::before {
  content: "\E0D1";
}

.cc.PINK-alt::before {
  content: "\E0D2";
}

.cc.PINK::before {
  content: "\E0D3";
}

.cc.PIVX-alt::before {
  content: "\E0D4";
}

.cc.PIVX::before {
  content: "\E0D5";
}

.cc.POT-alt::before {
  content: "\E0D6";
}

.cc.POT::before {
  content: "\E0D7";
}

.cc.PPC-alt::before {
  content: "\E0D8";
}

.cc.PPC::before {
  content: "\E0D9";
}

.cc.PPT::before {
  content: "\E0DA";
}

.cc.QRK-alt::before {
  content: "\E0DB";
}

.cc.QRK::before {
  content: "\E0DC";
}

.cc.QTUM-alt::before {
  content: "\E0DD";
}

.cc.QTUM::before {
  content: "\E0DE";
}

.cc.RADS-alt::before {
  content: "\E0DF";
}

.cc.RADS::before {
  content: "\E0E0";
}

.cc.RBIES-alt::before {
  content: "\E0E1";
}

.cc.RBIES::before {
  content: "\E0E2";
}

.cc.RBT-alt::before {
  content: "\E0E3";
}

.cc.RBT::before {
  content: "\E0E4";
}

.cc.RBY-alt::before {
  content: "\E0E5";
}

.cc.RBY::before {
  content: "\E0E6";
}

.cc.RDD-alt::before {
  content: "\E0E7";
}

.cc.RDD::before {
  content: "\E0E8";
}

.cc.REP-alt::before {
  content: "\E0E9";
}

.cc.REP::before {
  content: "\E0EA";
}

.cc.RHOC::before {
  content: "\E0EB";
}

.cc.RIC-alt::before {
  content: "\E0EC";
}

.cc.RIC::before {
  content: "\E0ED";
}

.cc.RISE-alt::before {
  content: "\E0EE";
}

.cc.RISE::before {
  content: "\E0EF";
}

.cc.SALT-alt::before {
  content: "\E0F0";
}

.cc.SALT::before {
  content: "\E0F1";
}

.cc.SAR-alt::before {
  content: "\E0F2";
}

.cc.SAR::before {
  content: "\E0F3";
}

.cc.SCOT-alt::before {
  content: "\E0F4";
}

.cc.SCOT::before {
  content: "\E0F5";
}

.cc.SDC-alt::before {
  content: "\E0F6";
}

.cc.SDC::before {
  content: "\E0F7";
}

.cc.SIA-alt::before {
  content: "\E0F8";
}

.cc.SIA::before {
  content: "\E0F9";
}

.cc.SC::before {
  content: "\E0F9";
}

.cc.SJCX-alt::before {
  content: "\E0FA";
}

.cc.SJCX::before {
  content: "\E0FB";
}

.cc.STORJ::before {
  content: "\E0FB";
}

.cc.SLG-alt::before {
  content: "\E0FC";
}

.cc.SLG::before {
  content: "\E0FD";
}

.cc.SLS-alt::before {
  content: "\E0FE";
}

.cc.SLS::before {
  content: "\E0FF";
}

.cc.SNRG-alt::before {
  content: "\E100";
}

.cc.SNRG::before {
  content: "\E101";
}

.cc.SNT::before {
  content: "\E102";
}

.cc.START-alt::before {
  content: "\E103";
}

.cc.START::before {
  content: "\E104";
}

.cc.STEEM-alt::before {
  content: "\E105";
}

.cc.STEEM::before {
  content: "\E106";
}

.cc.SBD::before {
  content: "\E106";
}

.cc.STRAT-alt::before {
  content: "\E107";
}

.cc.STRAT::before {
  content: "\E108";
}

.cc.SWIFT-alt::before {
  content: "\E109";
}

.cc.SWIFT::before {
  content: "\E10A";
}

.cc.SYNC-alt::before {
  content: "\E10B";
}

.cc.SYNC::before {
  content: "\E10C";
}

.cc.SYS-alt::before {
  content: "\E10D";
}

.cc.SYS::before {
  content: "\E10E";
}

.cc.TRIG-alt::before {
  content: "\E10F";
}

.cc.TRIG::before {
  content: "\E110";
}

.cc.TRX::before {
  content: "\E111";
}

.cc.TX-alt::before {
  content: "\E112";
}

.cc.TX::before {
  content: "\E113";
}

.cc.UBQ-alt::before {
  content: "\E114";
}

.cc.UBQ::before {
  content: "\E115";
}

.cc.UNITY-alt::before {
  content: "\E116";
}

.cc.UNITY::before {
  content: "\E117";
}

.cc.USDT-alt::before {
  content: "\E118";
}

.cc.USDT::before {
  content: "\E119";
}

.cc.VERI::before {
  content: "\E11A";
}

.cc.VET::before {
  content: "\E11B";
}

.cc.VIA-alt::before {
  content: "\E11C";
}

.cc.VIA::before {
  content: "\E11D";
}

.cc.VIOR-alt::before {
  content: "\E11E";
}

.cc.VIOR::before {
  content: "\E11F";
}

.cc.VNL-alt::before {
  content: "\E120";
}

.cc.VNL::before {
  content: "\E121";
}

.cc.VPN-alt::before {
  content: "\E122";
}

.cc.VPN::before {
  content: "\E123";
}

.cc.VRC-alt::before {
  content: "\E124";
}

.cc.VRC::before {
  content: "\E125";
}

.cc.VTC-alt::before {
  content: "\E126";
}

.cc.VTC::before {
  content: "\E127";
}

.cc.WAVES-alt::before {
  content: "\E128";
}

.cc.WAVES::before {
  content: "\E129";
}

.cc.XAI-alt::before {
  content: "\E12A";
}

.cc.XAI::before {
  content: "\E12B";
}

.cc.XBC::before {
  content: "\E12C";
}

.cc.XBS-alt::before {
  content: "\E12D";
}

.cc.XBS::before {
  content: "\E12E";
}

.cc.XCP-alt::before {
  content: "\E12F";
}

.cc.XCP::before {
  content: "\E130";
}

.cc.XEM-alt::before {
  content: "\E131";
}

.cc.XEM::before {
  content: "\E132";
}

.cc.XLM-alt::before {
  content: "\E133";
}

.cc.XLM::before {
  content: "\E134";
}

.cc.XMR::before {
  content: "\E135";
}

.cc.XMY::before {
  content: "\E136";
}

.cc.XPM-alt::before {
  content: "\E137";
}

.cc.XPM::before {
  content: "\E138";
}

.cc.XRB::before {
  content: "\E139";
}

.cc.XRP-alt::before {
  content: "\E13A";
}

.cc.XRP::before {
  content: "\E13B";
}

.cc.XTZ-alt::before {
  content: "\E13C";
}

.cc.XTZ::before {
  content: "\E13D";
}

.cc.XVC-alt::before {
  content: "\E13E";
}

.cc.XVC::before {
  content: "\E13F";
}

.cc.XVG-alt::before {
  content: "\E140";
}

.cc.XVG::before {
  content: "\E141";
}

.cc.XZC-alt::before {
  content: "\E142";
}

.cc.XZC::before {
  content: "\E143";
}

.cc.YBC-alt::before {
  content: "\E144";
}

.cc.YBC::before {
  content: "\E145";
}

.cc.ZEC-alt::before {
  content: "\E146";
}

.cc.ZEC::before {
  content: "\E147";
}

.cc.ZEIT-alt::before {
  content: "\E148";
}

.cc.ZEIT::before {
  content: "\E149";
}

.cc.ZRX-alt::before {
  content: "\E14A";
}

.cc.ZRX::before {
  content: "\E14B";
}

.ADA {
  color: #3CC8C8;
}

.ADC {
  color: #3CB0E5;
}

.AEON {
  color: #164450;
}

.AMP {
  color: #048DD2;
}

.ANC {
  color: #000;
}

.ARCH {
  color: #002652;
}

.ARDR {
  color: #1162a1;
}

.ARK {
  color: #F70000;
}

.AST {
  color: #18F18F;
}

.AUR {
  color: #136c5e;
}

.BANX {
  color: #225BA6;
}

.BAT {
  color: #9e1f63;
}

.BAY {
  color: #584ba1;
}

.BC {
  color: #202121;
}

.BCN {
  color: #964F51;
}

.BCY {
  color: #123A5A;
}

.BELA {
  color: #009EF9;
}

.BFT {
  color: #4fc3f7;
}

.BLZ {
  color: #6BE6BE
}

.BRK {
  color: #194fa0;
}

.BRX {
  color: #a8c300;
}

.BSD {
  color: #1186E7;
}

.BTA {
  color: #210094;
}

.BTC,
.BCH {
  color: #F7931A;
}

.BTG {
  color: #eba809;
}

.BTCD {
  color: #2A72DC;
}

.BTCP {
  color: #272D63;
}

.BTM {
  color: #9FA8B4;
}

.BTS {
  color: #03A9E0;
}

.BURST {
  color: #2D2D2D;
}

.CLAM {
  color: #D6AB31;
}

.CLOAK {
  color: #DF3F1E;
}

.CVC {
  color: #3AB03E
}

.DAO {
  color: #FF3B3B;
}

.DASH {
  color: #1c75bc;
}

.DCR {
  color: #3b7cfb;
}

.DCT {
  color: #008770;
}

.DGB {
  color: #0066cc;
}

.DGD,
.DGX {
  color: #D8A24A;
}

.DMD {
  color: #5497b2;
}

.DOGE {
  color: #BA9F33;
}

.EMC {
  color: #674c8c;
}

.EMC2 {
  color: #00CCFF;
}

.EOS {
  color: #19191A;
}

.ERC {
  color: #101E84;
}

.ETC {
  color: #669073;
}

.ETH {
  color: #282828;
}

.EXP {
  color: #FFAA5C;
}

.FC2 {
  color: #040405;
}

.FCT {
  color: #2175BB;
}

.FLDC {
  color: #C40E09;
}

.FLO {
  color: #1358C8;
}

.FRK {
  color: #0633cd;
}

.FTC {
  color: #679EF1;
}

.FUN {
  color: #EF3A5C;
}

.GAME {
  color: #ed1b24;
}

.GBYTE {
  color: #2C3E50;
}

.GDC {
  color: #E9A226;
}

.GEMZ {
  color: #e86060;
}

.GLD {
  color: #E8BE24;
}

.GNO {
  color: #00A6C4;
}

.GNT {
  color: #00d6e3;
}

.GOLOS {
  color: #2670B7;
}

.GRC {
  color: #88A13C;
}

.GRS {
  color: #648FA0;
}

.HEAT {
  color: #ff5606;
}

.HUC {
  color: #FFC018;
}

.ICN {
  color: #4c6f8c;
}

.ICX {
  color: #22C8CC;
}

.IFC {
  color: #ed272d;
}

.INCNT {
  color: #f2932f;
}

.IOC {
  color: #2fa3de;
}

.IOTA {
  color: #FFFFFF;
}

.JBS {
  color: #1A8BCD;
}

.KMD {
  color: #326464;
}

.KOBO {
  color: #80C342;
}

.KORE {
  color: #DF4124;
}

.LBC {
  color: #015C47;
}

.LDOGE {
  color: #ffcc00;
}

.LSK {
  color: #0D4EA0;
}

.LTC {
  color: #838383;
}

.MAID {
  color: #5492D6;
}

.MARKS {
  color: #504C4C;
}

.MCO {
  color: #0D3459;
}

.MINT {
  color: #006835;
}

.MONA {
  color: #a99364;
}

.MRC {
  color: #4279bd;
}

.MSC {
  color: #1D4983;
}

.MTL {
  color: #242424;
}

.MTR {
  color: #b92429;
}

.MUE {
  color: #f5a10e;
}

.NAV {
  color: #7D59B5;
}

.MYST {
  color: #f5a10e;
}

.NBT {
  color: #FFC93D;
}

.NEO {
  color: #58BF00;
}

.NEOS {
  color: #1d1d1b;
}

.NEU {
  color: #2983c0;
}

.NLG {
  color: #003E7E;
}

.NMC {
  color: #6787B7;
}

.NMR {
  color: #8DE8DE;
}

.NOTE {
  color: #42daff;
}

.NVC {
  color: #ecab41;
}

.NXT {
  color: #008FBB;
}

.OK {
  color: #0165A4;
}

.OMG {
  color: #1A53F0;
}

.OMNI {
  color: #18347E;
}

.OPAL {
  color: #7193AA;
}

.PART {
  color: #05D5A3;
}

.PASC {
  color: #F7931E;
}

.PIGGY {
  color: #F27A7A;
}

.PINK {
  color: #ED31CA;
}

.PIVX {
  color: #3b2f4d;
}

.POT {
  color: #105B2F;
}

.PPC {
  color: #3FA30C;
}

.PPT {
  color: #5a9ef6;
}

.QRK {
  color: #22AABF;
}

.QTUM {
  color: #359BCE;
}

.RADS {
  color: #924cea;
}

.RBIES {
  color: #C62436;
}

.RBT {
  color: #0d4982;
}

.RBY {
  color: #D31F26;
}

.RDD {
  color: #ED1C24;
}

.REP {
  color: #40a2cb;
}

.RIC {
  color: #60E4DD;
}

.RHOC {
  color: #C26C26;
}

.RISE {
  color: #43CEA2;
}

.SALT {
  color: #373C43;
}

.SAR {
  color: #1B72B8;
}

.SCOT {
  color: #3498DB;
}

.SDC {
  color: #981D2D;
}

.SIA {
  color: #00CBA0;
}

.SJCX {
  color: #003366;
}

.SLG {
  color: #5A6875;
}

.SLS {
  color: #1EB549;
}

.SNRG {
  color: #160363;
}

.START {
  color: #01AEF0;
}

.STEEM {
  color: #1A5099;
}

.STRAT {
  color: #2398dd;
}

.SWIFT {
  color: #428BCA;
}

.SYNC {
  color: #008DD2;
}

.SYS {
  color: #0098DA;
}

.TRIG {
  color: #1fbff4;
}

.TRX {
  color: #c62734;
}

.TX {
  color: #1F8BCC;
}

.UBQ {
  color: #00ec8d;
}

.UNITY {
  color: #ED8527;
}

.USDT {
  color: #2CA07A;
}

.VEN {
  color: #15BDFF;
}

.VIA {
  color: #565656;
}

.VIOR {
  color: #1F52A4;
}

.VNL {
  color: #404249;
}

.VPN {
  color: #589700;
}

.VRC {
  color: #418bca;
}

.VTC {
  color: #1b5c2e;
}

.WAVES {
  color: #24aad6;
}

.XAI {
  color: #2ef99f;
}

.XBC {
  color: #F7931A;
}

.XBS {
  color: #d3261d;
}

.XCP {
  color: #EC1550;
}

.XEM {
  color: #41bf76;
}

.XLM {
  color: #08B5E5;
}

.XMR {
  color: #FF6600;
}

.XMY {
  color: #BC3182;
}

.XPM {
  color: #e5b625;
}

.XRP {
  color: #346AA9;
}

.XTZ {
  color: #A6DF00;
}

.XVC {
  color: #B50126;
}

.XVG {
  color: #42AFB2;
}

.XZC {
  color: #23B852;
}

.YBC {
  color: #D6C154;
}

.ZEC {
  color: #e5a93d;
}

.ZEIT {
  color: #ACACAC;
}

.ZRX {
  color: #302C2C;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@keyframes bounce {

  0%,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: translateZ(0)
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -30px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -30px, 0)
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    -webkit-transform: translate3d(0, -15px, 0);
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    transform: translate3d(0, -15px, 0)
  }

  90% {
    transform: translate3d(0, -4px, 0)
  }
}

.bounce {
  -webkit-animation-name: bounce;
  -webkit-transform-origin: center bottom;
  animation-name: bounce;
  transform-origin: center bottom
}

@keyframes flash {

  0%,
  50%,
  to {
    opacity: 1
  }

  25%,
  75% {
    opacity: 0
  }
}

.flash {
  animation-name: flash
}

@keyframes pulse {
  0% {
    transform: scaleX(1)
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05)
  }

  to {
    transform: scaleX(1)
  }
}

.pulse {
  animation-name: pulse
}

@keyframes rubberBand {
  0% {
    transform: scaleX(1)
  }

  30% {
    transform: scale3d(1.25, .75, 1)
  }

  40% {
    transform: scale3d(.75, 1.25, 1)
  }

  50% {
    transform: scale3d(1.15, .85, 1)
  }

  65% {
    transform: scale3d(.95, 1.05, 1)
  }

  75% {
    transform: scale3d(1.05, .95, 1)
  }

  to {
    transform: scaleX(1)
  }
}

.rubberBand {
  animation-name: rubberBand
}

@keyframes shake {

  0%,
  to {
    transform: translateZ(0)
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0)
  }

  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0)
  }
}

.shake {
  animation-name: shake
}

@keyframes headShake {
  0% {
    transform: translateX(0)
  }

  6.5% {
    transform: translateX(-6px) rotateY(-9deg)
  }

  18.5% {
    transform: translateX(5px) rotateY(7deg)
  }

  31.5% {
    transform: translateX(-3px) rotateY(-5deg)
  }

  43.5% {
    transform: translateX(2px) rotateY(3deg)
  }

  50% {
    transform: translateX(0)
  }
}

.headShake {
  -webkit-animation-name: headShake;
  -webkit-animation-timing-function: ease-in-out;
  animation-name: headShake;
  animation-timing-function: ease-in-out
}

@keyframes swing {
  20% {
    transform: rotate(15deg)
  }

  40% {
    transform: rotate(-10deg)
  }

  60% {
    transform: rotate(5deg)
  }

  80% {
    transform: rotate(-5deg)
  }

  to {
    transform: rotate(0deg)
  }
}

.swing {
  -webkit-animation-name: swing;
  -webkit-transform-origin: top center;
  animation-name: swing;
  transform-origin: top center
}

@keyframes tada {
  0% {
    transform: scaleX(1)
  }

  10%,
  20% {
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }

  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }

  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }

  to {
    transform: scaleX(1)
  }
}

.tada {
  animation-name: tada
}

@keyframes wobble {
  0% {
    transform: translateZ(0)
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg)
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg)
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg)
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg)
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg)
  }

  to {
    transform: translateZ(0)
  }
}

.wobble {
  animation-name: wobble
}

@keyframes jello {

  0%,
  11.1%,
  to {
    transform: translateZ(0)
  }

  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg)
  }

  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg)
  }

  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg)
  }

  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg)
  }

  66.6% {
    transform: skewX(-.78125deg) skewY(-.78125deg)
  }

  77.7% {
    transform: skewX(.390625deg) skewY(.390625deg)
  }

  88.8% {
    transform: skewX(-.1953125deg) skewY(-.1953125deg)
  }
}

.jello {
  -webkit-animation-name: jello;
  -webkit-transform-origin: center;
  animation-name: jello;
  transform-origin: center
}

@keyframes heartBeat {
  0% {
    transform: scale(1)
  }

  14% {
    transform: scale(1.3)
  }

  28% {
    transform: scale(1)
  }

  42% {
    transform: scale(1.3)
  }

  70% {
    transform: scale(1)
  }
}

.heartBeat {
  -webkit-animation-duration: 1.3s;
  -webkit-animation-name: heartBeat;
  -webkit-animation-timing-function: ease-in-out;
  animation-duration: 1.3s;
  animation-name: heartBeat;
  animation-timing-function: ease-in-out
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1)
  }

  40% {
    transform: scale3d(.9, .9, .9)
  }

  60% {
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03)
  }

  80% {
    transform: scale3d(.97, .97, .97)
  }

  to {
    -webkit-transform: scaleX(1);
    opacity: 1;
    transform: scaleX(1)
  }
}

.bounceIn {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-duration: .75s;
  animation-name: bounceIn
}

@keyframes bounceInDown {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(0, -3000px, 0);
    opacity: 0;
    transform: translate3d(0, -3000px, 0)
  }

  60% {
    -webkit-transform: translate3d(0, 25px, 0);
    opacity: 1;
    transform: translate3d(0, 25px, 0)
  }

  75% {
    transform: translate3d(0, -10px, 0)
  }

  90% {
    transform: translate3d(0, 5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.bounceInDown {
  animation-name: bounceInDown
}

@keyframes bounceInLeft {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    opacity: 0;
    transform: translate3d(-3000px, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0)
  }

  75% {
    transform: translate3d(-10px, 0, 0)
  }

  90% {
    transform: translate3d(5px, 0, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.bounceInLeft {
  animation-name: bounceInLeft
}

@keyframes bounceInRight {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(3000px, 0, 0);
    opacity: 0;
    transform: translate3d(3000px, 0, 0)
  }

  60% {
    -webkit-transform: translate3d(-25px, 0, 0);
    opacity: 1;
    transform: translate3d(-25px, 0, 0)
  }

  75% {
    transform: translate3d(10px, 0, 0)
  }

  90% {
    transform: translate3d(-5px, 0, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.bounceInRight {
  animation-name: bounceInRight
}

@keyframes bounceInUp {

  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

  0% {
    -webkit-transform: translate3d(0, 3000px, 0);
    opacity: 0;
    transform: translate3d(0, 3000px, 0)
  }

  60% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  75% {
    transform: translate3d(0, 10px, 0)
  }

  90% {
    transform: translate3d(0, -5px, 0)
  }

  to {
    transform: translateZ(0)
  }
}

.bounceInUp {
  animation-name: bounceInUp
}

@keyframes bounceOut {
  20% {
    transform: scale3d(.9, .9, .9)
  }

  50%,
  55% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1)
  }

  to {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }
}

.bounceOut {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-duration: .75s;
  animation-name: bounceOut
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0)
  }

  40%,
  45% {
    -webkit-transform: translate3d(0, -20px, 0);
    opacity: 1;
    transform: translate3d(0, -20px, 0)
  }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.bounceOutDown {
  animation-name: bounceOutDown
}

@keyframes bounceOutLeft {
  20% {
    -webkit-transform: translate3d(20px, 0, 0);
    opacity: 1;
    transform: translate3d(20px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft
}

@keyframes bounceOutRight {
  20% {
    -webkit-transform: translate3d(-20px, 0, 0);
    opacity: 1;
    transform: translate3d(-20px, 0, 0)
  }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.bounceOutRight {
  animation-name: bounceOutRight
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0)
  }

  40%,
  45% {
    -webkit-transform: translate3d(0, 20px, 0);
    opacity: 1;
    transform: translate3d(0, 20px, 0)
  }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.bounceOutUp {
  animation-name: bounceOutUp
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

.fadeIn {
  animation-name: fadeIn
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDown {
  animation-name: fadeInDown
}

@keyframes fadeInDownBig {
  0% {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig
}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeft {
  animation-name: fadeInLeft
}

@keyframes fadeInLeftBig {
  0% {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig
}

@keyframes fadeInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRight {
  animation-name: fadeInRight
}

@keyframes fadeInRightBig {
  0% {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig
}

@keyframes fadeInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUp {
  animation-name: fadeInUp
}

@keyframes fadeInUpBig {
  0% {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig
}

@keyframes fadeOut {
  0% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.fadeOut {
  animation-name: fadeOut
}

@keyframes fadeOutDown {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 100%, 0);
    opacity: 0;
    transform: translate3d(0, 100%, 0)
  }
}

.fadeOutDown {
  animation-name: fadeOutDown
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, 2000px, 0);
    opacity: 0;
    transform: translate3d(0, 2000px, 0)
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(-2000px, 0, 0);
    opacity: 0;
    transform: translate3d(-2000px, 0, 0)
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig
}

@keyframes fadeOutRight {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0);
    opacity: 0;
    transform: translate3d(100%, 0, 0)
  }
}

.fadeOutRight {
  animation-name: fadeOutRight
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(2000px, 0, 0);
    opacity: 0;
    transform: translate3d(2000px, 0, 0)
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig
}

@keyframes fadeOutUp {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, -100%, 0);
    opacity: 0;
    transform: translate3d(0, -100%, 0)
  }
}

.fadeOutUp {
  animation-name: fadeOutUp
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(0, -2000px, 0);
    opacity: 0;
    transform: translate3d(0, -2000px, 0)
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig
}

@keyframes flip {
  0% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn)
  }

  40% {
    -webkit-animation-timing-function: ease-out;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg)
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg)
  }

  80% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg)
  }

  to {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg)
  }
}

.animated.flip {
  -webkit-animation-name: flip;
  -webkit-backface-visibility: visible;
  animation-name: flip;
  backface-visibility: visible
}

@keyframes flipInX {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateX(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    opacity: 1;
    transform: perspective(400px) rotateX(10deg)
  }

  80% {
    transform: perspective(400px) rotateX(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInX {
  -webkit-animation-name: flipInX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInX;
  backface-visibility: visible !important
}

@keyframes flipInY {
  0% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }

  40% {
    -webkit-animation-timing-function: ease-in;
    -webkit-transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
    transform: perspective(400px) rotateY(-20deg)
  }

  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    opacity: 1;
    transform: perspective(400px) rotateY(10deg)
  }

  80% {
    transform: perspective(400px) rotateY(-5deg)
  }

  to {
    transform: perspective(400px)
  }
}

.flipInY {
  -webkit-animation-name: flipInY;
  -webkit-backface-visibility: visible !important;
  animation-name: flipInY;
  backface-visibility: visible !important
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
    transform: perspective(400px) rotateX(-20deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
    transform: perspective(400px) rotateX(90deg)
  }
}

.flipOutX {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutX;
  backface-visibility: visible !important
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px)
  }

  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
    transform: perspective(400px) rotateY(-15deg)
  }

  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
    transform: perspective(400px) rotateY(90deg)
  }
}

.flipOutY {
  -webkit-animation-duration: .75s;
  -webkit-animation-name: flipOutY;
  -webkit-backface-visibility: visible !important;
  animation-duration: .75s;
  animation-name: flipOutY;
  backface-visibility: visible !important
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(-30deg)
  }

  60% {
    -webkit-transform: skewX(20deg);
    opacity: 1;
    transform: skewX(20deg)
  }

  80% {
    transform: skewX(-5deg)
  }

  to {
    transform: translateZ(0)
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) skewX(30deg)
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in
}

@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(-200deg);
    transform-origin: center
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: center;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: center
  }
}

.rotateIn {
  animation-name: rotateIn
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: right bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: left bottom
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-90deg);
    transform-origin: right bottom
  }

  to {
    -webkit-transform: translateZ(0);
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform: translateZ(0);
    transform-origin: right bottom
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    opacity: 1;
    transform-origin: center
  }

  to {
    -webkit-transform: rotate(200deg);
    -webkit-transform-origin: center;
    opacity: 0;
    transform: rotate(200deg);
    transform-origin: center
  }
}

.rotateOut {
  animation-name: rotateOut
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(45deg);
    transform-origin: left bottom
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: right bottom
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    opacity: 1;
    transform-origin: left bottom
  }

  to {
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: left bottom;
    opacity: 0;
    transform: rotate(-45deg);
    transform-origin: left bottom
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    opacity: 1;
    transform-origin: right bottom
  }

  to {
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: right bottom;
    opacity: 0;
    transform: rotate(90deg);
    transform-origin: right bottom
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight
}

@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform-origin: top left
  }

  20%,
  60% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    transform: rotate(80deg);
    transform-origin: top left
  }

  40%,
  80% {
    -webkit-animation-timing-function: ease-in-out;
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
    transform: rotate(60deg);
    transform-origin: top left
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    opacity: 0;
    transform: translate3d(0, 700px, 0)
  }
}

.hinge {
  -webkit-animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-duration: 2s;
  animation-name: hinge
}

@keyframes jackInTheBox {
  0% {
    -webkit-transform: scale(.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    opacity: 0;
    transform: scale(.1) rotate(30deg);
    transform-origin: center bottom
  }

  50% {
    transform: rotate(-10deg)
  }

  70% {
    transform: rotate(3deg)
  }

  to {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1)
  }
}

.jackInTheBox {
  animation-name: jackInTheBox
}

@keyframes rollIn {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg)
  }

  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.rollIn {
  animation-name: rollIn
}

@keyframes rollOut {
  0% {
    opacity: 1
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg)
  }
}

.rollOut {
  animation-name: rollOut
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  50% {
    opacity: 1
  }
}

.zoomIn {
  animation-name: zoomIn
}

@keyframes zoomInDown {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }
}

.zoomInDown {
  animation-name: zoomInDown
}

@keyframes zoomInLeft {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
  }
}

.zoomInLeft {
  animation-name: zoomInLeft
}

@keyframes zoomInRight {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
  }
}

.zoomInRight {
  animation-name: zoomInRight
}

@keyframes zoomInUp {
  0% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
  }

  60% {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }
}

.zoomInUp {
  animation-name: zoomInUp
}

@keyframes zoomOut {
  0% {
    opacity: 1
  }

  50% {
    -webkit-transform: scale3d(.3, .3, .3);
    opacity: 0;
    transform: scale3d(.3, .3, .3)
  }

  to {
    opacity: 0
  }
}

.zoomOut {
  animation-name: zoomOut
}

@keyframes zoomOutDown {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform-origin: center bottom
  }
}

.zoomOutDown {
  animation-name: zoomOutDown
}

@keyframes zoomOutLeft {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
  }

  to {
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    opacity: 0;
    transform: scale(.1) translate3d(-2000px, 0, 0);
    transform-origin: left center
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft
}

@keyframes zoomOutRight {
  40% {
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
  }

  to {
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    opacity: 0;
    transform: scale(.1) translate3d(2000px, 0, 0);
    transform-origin: right center
  }
}

.zoomOutRight {
  animation-name: zoomOutRight
}

@keyframes zoomOutUp {
  40% {
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    opacity: 1;
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
  }

  to {
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    opacity: 0;
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform-origin: center bottom
  }
}

.zoomOutUp {
  animation-name: zoomOutUp
}

@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInDown {
  animation-name: slideInDown
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInLeft {
  animation-name: slideInLeft
}

@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInRight {
  animation-name: slideInRight
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible
  }

  to {
    transform: translateZ(0)
  }
}

.slideInUp {
  animation-name: slideInUp
}

@keyframes slideOutDown {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(0, 100%, 0);
    visibility: hidden
  }
}

.slideOutDown {
  animation-name: slideOutDown
}

@keyframes slideOutLeft {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(-100%, 0, 0);
    visibility: hidden
  }
}

.slideOutLeft {
  animation-name: slideOutLeft
}

@keyframes slideOutRight {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(100%, 0, 0);
    visibility: hidden
  }
}

.slideOutRight {
  animation-name: slideOutRight
}

@keyframes slideOutUp {
  0% {
    transform: translateZ(0)
  }

  to {
    transform: translate3d(0, -100%, 0);
    visibility: hidden
  }
}

.slideOutUp {
  animation-name: slideOutUp
}

.animated {
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both
}

.animated.infinite {
  animation-iteration-count: infinite
}

.animated.delay-1s {
  animation-delay: 1s
}

.animated.delay-2s {
  animation-delay: 2s
}

.animated.delay-3s {
  animation-delay: 3s
}

.animated.delay-4s {
  animation-delay: 4s
}

.animated.delay-5s {
  animation-delay: 5s
}

.animated.fast {
  animation-duration: .8s
}

.animated.faster {
  animation-duration: .5s
}

.animated.slow {
  animation-duration: 2s
}

.animated.slower {
  animation-duration: 3s
}

@media (prefers-reduced-motion),
(print) {
  .animated {
    -webkit-animation: unset !important;
    -webkit-transition: none !important;
    animation: unset !important;
    transition: none !important
  }
}

/*
Template Name: Foodtech - Multipurpose React 18 Admin Dashboard
Author: Slidesigma
Author URL: https://www.templatemonster.com/authors/slidesigmathemes/
Version: 1.0.0
*/
/*===========================
 =  Table of Contents
    * Keyframes
  	* Core Styles
      - Colors
      - Style Reset
      - Typography
      - Main Panel Module
      - Body Content
      - Navbar
      - Aside Navigation
        - Aside Right
        - Quickbar
      - Footer
      - Dropdowns
    * Widgets
    * Forms
      - Form Elements
      - Form Validation
      - Form Wizard
    * UI Elements
      - Accordions
      - Alerts
      - Breadcrumbs
      - Cards
      - Progress Bars
      - Buttons
      - Badges
      - Pagination
      - Prelaoders
      - Tabs
      - Tooltips
      - Lists
    * Advanced UI Elements
      - Draggables
      - Sliders
      - Modals
      - Rating
      - Tour
      - Croppable
      - Range Sliders
    * Animations
    * Icons
    * Tables
      - Basic Tables
      - Data Tables
    * Maps
      - Google Maps
    * Prebuilt pages
      - Default Login and Signup
      - Modal Login and Signup
      - Lock screen
      - Error 404
      - Coming Soon
      - User Profile
      - Portfolio
      - Invoice
    * Apps
      - Chat
      - To-do-list
      - Email
    * Dashboards
      - Web Analytics
      - Crypto Currency
      - Social Media
      - Client Management
    * Dark Theme
    ** SETTINGS PANEL **
    ** WELCOME PAGE **

===========================*/

/* ============= Keyframes ================*/
@keyframes notesMembers {
  0% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes ms-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
  }

  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
  }

  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}

@keyframes ms-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@keyframes ms-stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

@keyframes ms-cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }

  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }

  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }

  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }

  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}

@keyframes ms-scaleout {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes ms-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
  }
}

@keyframes ms-bounce {

  0%,
  100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }

  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

@keyframes ms-bouncedelay {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1.0);
  }
}

@keyframes ms-circleBounceDelay {

  0%,
  80%,
  100% {
    transform: scale(0);
  }

  40% {
    transform: scale(1);
  }
}

@keyframes ms-cubeGridScaleDelay {

  0%,
  70%,
  100% {
    transform: scale3D(1, 1, 1);
  }

  35% {
    transform: scale3D(0, 0, 1);
  }
}

@keyframes ms-foldCubeAngle {

  0%,
  10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }

  25%,
  75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }

  90%,
  100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes ms-circleFadeDelay {

  0%,
  39%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}



/* Colors */
.ms-text-primary,
.ms-text-primary:hover,
.ms-text-primary:focus {
  color: #3ea99f;
}

.ms-text-secondary,
.ms-text-secondary:hover,
.ms-text-secondary:focus {
  color: #445cc8;
}

.ms-text-primary,
.ms-text-primary:hover,
.ms-text-primary:focus {
  color: #3ea99f;
}

.ms-text-success,
.ms-text-success:hover,
.ms-text-success:focus {
  color: #5cb85c;
}

.ms-text-info,
.ms-text-info:hover,
.ms-text-info:focus {
  color: #5bc0de;
}

.ms-text-warning,
.ms-text-warning:hover,
.ms-text-warning:focus {
  color: #ff687754;
}

.ms-text-danger,
.ms-text-danger:hover,
.ms-text-danger:focus {
  color: #d9534f;
}

.ms-dark-theme .ms-text-danger {
  color: #ffffff;
}

.ms-text-dark,
.ms-text-dark:hover,
.ms-text-dark:focus {
  color: #34334a;
}

.bg-primary {
  background-color: #3ea99f !important;
}

.ms-dark-theme .bg-primary {
  background-color: #ffffff;
  color: #3ea99f;
}

.bg-secondary {
  background-color: #000000 !important;
}

.bg-success {
  background-color: #5cb85c !important;
}

.bg-info {
  background-color: #5bc0de !important;
}

.ms-panel-body .description {
  padding-bottom: 30px;
}

.bg-warning {
  background-color: #ff687747 !important;
}

.bg-danger {
  background-color: #d9534f !important;
}

.bg-dark {
  background-color: #34334a !important;
}

.bg-light {
  background-color: #878793 !important;
}

.bg-gradient-primary {
  background-color: #0ab1e8;
  background-image: linear-gradient(to right, #0ab1e8, #28f39a);
}

.bg-gradient-secondary {
  background-color: #926afe;
  background-image: linear-gradient(to right, #926afe, #bd9aff);
}

.bg-gradient-success {
  background-color: #12b252;
  background-image: linear-gradient(to right, #12b252, #31e97a);
}

.bg-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.bg-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.bg-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.bg-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.bg-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.bg-facebook {
  background-color: #3b5997;
}

.bg-twitter {
  background-color: #3da4f1;
}

.bg-linkedin {
  background-color: #0177b5;
}

.bg-instagram {
  background: linear-gradient(to top right, #fa7e1e, #d82a74, #9a2ebc, #4f5bd5);
}

.bg-youtube {
  background-color: #fe0000;
}

.bg-g-plus {
  background-color: #dc4e41;
}

.bg-pinterest {
  background-color: #bd071d;
}

.bg-dropbox {
  background-color: #3d9ae8;
}

.bg-dribble {
  background-color: #ea4c89;
}

.text-red {
  color: #3ea99f;
}

/* Style Reset */
*:focus {
  outline: 0;
  border-color: transparent;
}

body {
  padding: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
}

.ms-scrollable,
.ms-aside-scrollable {
  position: relative;
  overflow-y: auto;
}

.ms-directions {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: #76838f;
  font-size: 12px;
}

.table td,
.table th {
  white-space: nowrap;
  vertical-align: middle;
}

/* Typography */

body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000000;
  font-family: 'Roboto', sans-serif;
}

h1 {
  font-size: 60px;
  font-weight: 500;
}

h2 {
  font-size: 48px;
  font-weight: 500;
}

h3 {
  font-size: 30px;
  font-weight: 500;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 21px;
  font-weight: 500;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 14px;
  margin-bottom: 15px;
}

p,
span,
.ms-dark-theme .driver-highlighted-element p,
.driver-highlighted-element p,
.driver-highlighted-element span,
.ms-dark-theme .driver-highlighted-element span {
  color: #333333;
}

a {
  transition: 0.3s;
  color: #3ea99f;
  font-size: 14px;
}

a:hover,
a:active,
a:focus {
  color: #000000;
  text-decoration: none;
}

code {
  padding: 5px;
  font-weight: 300;
  font-size: 0.8125rem;
  border-radius: 4px;
  color: #3ea99f
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  color: #333333;
  margin-top: 2rem;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.material-icons {
  vertical-align: sub;
  font-weight: 500;
  font-size: 14px;
}

.text-disabled {
  color: #878793;
}

.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.medium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.section-title {
  margin: 0 0 1.5rem 0;
  font-size: 14px;
}

.w-5 {
  width: 5%;
}

/* Main Panel Module */
.ms-panel {
  background: #fff;
  box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
  margin-bottom: 30px;
}

.ms-panel.has-border {
  border: 1px solid rgba(0, 0, 0, .1);
}

.ms-panel.ms-panel-hoverable:hover {
  background-color: #f5f5f5;
}

.ms-panel.bg-dark {
  background-color: #34334a;
}

.ms-panel.ms-panel-fh {
  height: calc(100% - 2rem);
}

.ms-panel-header {
  position: relative;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-panel-header.header-mini {
  border-bottom: 0;
  padding-bottom: 0;
}

.ms-panel-header p {
  font-size: 13px;
  margin: 0.25rem 0 0 0;
}

.ms-panel-header h6 {
  margin-bottom: 0;
  text-transform: uppercase;
  font-weight: 700;
}

.ms-panel-header .btn {
  margin-top: 0;
}

.new .grid-btn {
  min-width: 0px;
}

.ms-panel-body,
.ms-panel-footer {
  position: relative;
  padding: 1.5rem;
}

.ms-img-small {
  width: 40px;
}

.ms-img-medium {
  width: 65px;
}

.ms-img-large {
  width: 100px;
}

/* Body Content */
.body-content {
  position: relative;
  background: #f0f0fa;
  transition: padding 0.3s;
  min-height: 100vh;
}

.horizontal-layout .body-content {
  padding-left: 0;
}

.ms-has-quickbar .body-content {
  padding-right: 60px;
}

.ms-aside-open .body-content {
  padding-left: 255px;
}

.ms-content-wrapper {
  padding: 30px;
}

.has-chevron {
  position: relative;
}

.has-chevron::after {
  content: '\e313';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
  position: absolute;
  top: 16px;
  right: 20px;
  transition: 0.3s;
}

.ms-d-block-lg {
  display: block;
}

.ms-d-block-sm {
  display: none;
}

.ms-inline {
  display: inline-block;
  width: auto;
  height: 100%
}

.ms-img-round {
  border-radius: 50%;
}

.ms-has-notification {
  position: relative;
}

.ms-has-notification::after {
  content: '';
  position: absolute;
  top: -6px;
  right: -3px;
  border-radius: 50%;
  border: 1px solid #fff;
  width: 10px;
  height: 10px;
  background: #3ea99f;
}

.ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  bottom: 0px;
  position: absolute;
}

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 6px;
  right: 0;
  position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
}

.ps:hover>.ps__rail-x,
.ps:hover>.ps__rail-y,
.ps--focus>.ps__rail-x,
.ps--focus>.ps__rail-y,
.ps--scrolling-x>.ps__rail-x,
.ps--scrolling-y>.ps__rail-y {
  opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  opacity: 0.9;
}

.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  bottom: 2px;
  position: absolute;
}

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  right: 0;
  position: absolute;
}

.ps__rail-x:hover>.ps__thumb-x,
.ps__rail-x:focus>.ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.ps__rail-y:hover>.ps__thumb-y,
.ps__rail-y:focus>.ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 7px;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .ps {
    overflow: auto !important;
  }
}

html {
  overflow-x: hidden;
  overflow-y: auto;
}

.body {
  overflow: hidden;
}

/* Navbar */
.navbar {
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 0 30px;
}

.navbar .navbar-nav li a:hover {
  background: transparent;
  color: #374eae;
}

.ms-aside-toggler,
.ms-nav-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  cursor: pointer;
}

.ms-aside-toggler .ms-toggler-bar,
.ms-nav-toggler .ms-toggler-bar {
  height: 2px;
  width: 20px;
  margin-bottom: 4px;
  transition: 0.3s;
  display: block;
}

.ms-body:not(.ms-aside-left-open) .ms-aside-toggler .ms-toggler-bar {
  width: 20px;
}

.ms-aside-toggler .ms-toggler-bar:nth-child(2) {
  width: 15px;
}

.ms-aside-toggler .ms-toggler-bar:nth-child(3) {
  width: 10px;
}

.ms-aside-toggler:hover .ms-toggler-bar:nth-child(2),
.ms-aside-toggler:hover .ms-toggler-bar:nth-child(3) {
  width: 20px;
}

.ms-navbar .ms-form input.ms-form-input {
  width: 250px;
}

.navbar-nav li.ms-nav-item {
  margin: 0 25px;
}

.ms-inline li.ms-nav-item {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  padding: 1.1rem 25px;
  /* position: static; */
}

.ms-navbar li.ms-nav-item .ms-user-img {
  display: block;
  max-width: 40px;
  cursor: pointer;
}

.ms-navbar .ms-nav-list li.ms-nav-item:last-child {
  padding-right: 0;
}

.ms-inline li.ms-nav-item a i[class^="flaticon-"]::before,
.ms-inline li.ms-nav-item a i[class*=" flaticon-"]::before {
  font-size: 22px;
}

.ms-navbar .dropdown-menu {
  min-width: 300px;
  margin: 10px auto;
}

.navbar .has-chevron::after {
  top: 0;
  right: auto;
  left: 110%;
}

.ms-horizontal-layout .ms-navbar {
  justify-content: flex-end;
}

.ms-horizontal-layout .ms-navbar .logo-sn {
  flex: 1 1;
}

.ms-horizontal-layout .ms-panel .navbar {
  padding: 0;
}

.ms-horizontal-layout .ms-panel .navbar .nav-item {
  position: relative;
  flex: 1 1;
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item {
  font-size: 14px;
  padding: 0.5rem 0;
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active {
  border-bottom: 3px solid #445cc8;
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li a.media:hover {
  background: #e4e3e8;
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active>a,
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active>a span,
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item>a:hover span,
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item>a:hover span.has-chevron::after,
.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active>a .has-chevron::after {
  color: #445cc8;
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item>a {
  display: block;
  padding: 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item:last-child>a {
  border-right: 0;
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item .dropdown-menu {
  width: 100%;
}

.ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item>a span i {
  margin-right: 5px;
}

/* Aside Navigation */
.side-nav {
  position: fixed;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 255px;
  margin: 0;
  height: 100%;
  float: left;
  padding-bottom: 3.75rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 999;
  overflow-y: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.3s transform;
  list-style-type: none;
  padding: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.fixed,
.side-nav.fixed {
  position: fixed;
  left: 0;
}

.ms-aside-left.side-nav {
  transform: translateX(-100%);
}

.ms-aside-left-open .ms-aside-left.side-nav {
  transform: translateX(0);
}

.ms-aside-left-open .body-content {
  padding-left: 255px;
}

.ms-aside-right-open .body-content {
  padding-right: 350px;
}

.side-nav ul {
  list-style-type: none;
  list-style: none;
  padding-left: 0;
}

.side-nav .logo-sn,
.side-nav .menu-item ul {
  background-color: #3ea99f;
}

.side-nav .logo-sn a {
  display: block;
  padding: 17px 0;
}

.logo-sn a img {
  max-width: 150px;
}

.side-nav ul li.menu-item {
  padding: 0;
}

.side-nav .menu-item a {
  position: relative;
  display: block;
  padding: 15px 0 15px 25px;
  color: #000000de;
  transition: 0s;
}

.ms-dark-theme .side-nav .menu-item a {
  position: relative;
  display: block;
  padding: 15px 0 15px 25px;
  color: #ffffff;
  transition: 0s;
}

.side-nav .menu-item a span {
  transition: 0.3s;
  color: #000000de;
}

.side-nav .menu-item a.active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #3ea99f;
}

.side-nav .menu-item ul li a.active::before {
  left: auto;
  right: 0;
  top: 12px;
  height: 30px;
}

.side-nav li.menu-item a:hover span,
.side-nav li.menu-item a.active,
.side-nav li.menu-item a.active span,
.side-nav li.menu-item ul li a.active {
  color: #3ea99f;
}

.side-nav li.menu-item a:hover {
  color: #fff;

}

.side-nav .menu-item ul {
  padding-left: 40px;
}

.side-nav .has-chevron:hover::after {
  color: #3ea99f;
}

.side-nav a[aria-expanded="false"]::after {
  transform: rotate(0);
}

.side-nav .menu-item.open-nav>a::after {
  transform: rotate(180deg);
}

.side-nav li.menu-item a i {
  margin-right: 20px;
}

/* Aside Right */
.side-nav.ms-aside-right {
  transform: translate(100%);
  left: auto;
  right: 0;
  top: 0;
  min-width: 350px;
  z-index: 1001;
  background: #fff;
}

.side-nav.ms-aside-right.ms-aside-open {
  transform: translate(0);
  box-shadow: 2px 0 75px 0 rgba(0, 0, 0, .16);
}

.ms-aside-header {
  padding: 15px 25px 0;
}

.ms-aside-header ul li {
  flex: 2 1;
}

.ms-aside-header ul li:last-child {
  flex: 1 1;
  text-align: center;
  padding: 4px;
}

.ms-aside-header ul li:last-child button.close {
  float: none;
}

.ms-aside-body {
  padding: 15px 25px;
}

ul.ms-activity-log>li {
  position: relative;
  margin: 20px 0 35px;
  padding-left: 50px;
}

ul.ms-activity-log>li:first-child {
  margin-top: 0;
}

ul.ms-activity-log>li::before {
  content: ' ';
  background: rgba(0, 0, 0, .1);
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 14px;
  width: 1px;
  height: 125%;
  z-index: 400;
}

ul.ms-activity-log>li:last-child::before {
  display: none;
}

ul.ms-activity-log h6 {
  font-size: 15px;
  margin-bottom: 2px;
}

ul.ms-activity-log span {
  font-size: 10px;
}

ul.ms-activity-log span i {
  margin-right: 5px;
}

ul.ms-activity-log .icon {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 35px;
  width: 35px;
  line-height: 35px;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
  color: #fff;
  transition: 0.3s;
  z-index: 400;
}

ul.ms-activity-log>li:hover .icon {
  box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.4);
}

.ms-img-overlay-link {
  position: relative;
}

.ms-img-overlay-link::before {
  content: '\f0c1';
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 50px;
  opacity: 0;
  transition: 0.3s cubic-bezier(0, 4.46, 1, 0.35);
  visibility: hidden;
  transform: scale(0.5);
}

.ms-img-overlay-link:hover::before {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.ms-recent-post img {
  border-radius: 3px;
}

.ms-recent-post h6 {
  font-size: 15px;
  margin: 2px 0;
}

.ms-recent-post span {
  font-size: 10px;
  margin-right: 5px;
}

.ms-aside-overlay.ms-overlay-right {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.1);
}

/* Quick Bar */

.ms-quick-bar {
  height: 100%;
  left: auto;
  top: 0;
  right: 0;
  width: 60px;
  max-width: 60px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transform: translateX(0);
  transition: 0.3s;
  z-index: 12;
}

.ms-body:not(.ms-has-quickbar) .ms-quick-bar {
  right: -60px;
}

.ms-qa-configure-mode .ms-quick-bar-item i::after {
  content: '\e15b';
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: -2px;
  left: 80%;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #d9534f;
  border-radius: 50%;
  font-size: 10px;
}

.ms-chat-container .ms-quickbar-container,
.ms-quickbar-container {
  height: calc(100vh - 120px);
}

.ms-quick-bar-title {
  font-size: 18px;
  margin: 0.5rem 0;
}

.ms-quick-bar .nav-tabs .nav-item .nav-link {
  background: #fff;
  padding: 15px 0;
}

.ms-quick-bar .nav-tabs.ms-quick-bar-list .nav-item {
  flex: 0 0 auto;
}

.ms-quick-bar .ms-qa-configure-mode.nav-tabs.ms-quick-bar-list .nav-item {
  flex: 1 1 auto;
}

.ms-quick-bar-list {
  height: 100%;
  flex-direction: column;
  background-color: #fff;
  transition: 0.3s;
}

.ms-quick-bar .ms-quick-bar-list.ms-qa-configure-mode {
  height: auto;
}

.ms-quick-bar-item,
.ms-configure-qa {
  position: relative;
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
}

.ms-quick-bar-item i,
.ms-configure-qa i {
  position: relative;
  color: #878793;
}

.ms-quick-bar-item a:not(.active):hover span,
.ms-quick-bar-item a:not(.active):hover i,
.ms-quick-bar .ms-quick-bar-list:not(.ms-qa-configure-mode)+.ms-configure-qa a:hover i,
.ms-quick-bar .ms-quick-bar-list:not(.ms-qa-configure-mode)+.ms-configure-qa a:hover span {
  color: #34334a;
}

.ms-quick-bar-item .ms-quick-bar-label,
.ms-configure-qa .ms-quick-bar-label {
  display: block;
  font-size: 12px;
}

.ms-configure-qa {
  position: absolute;
  bottom: 0;
  padding: 1rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 0;
}

.ms-configure-qa a:focus,
.ms-configure-qa a:hover {
  color: inherit;
}

.ms-qa-configure-mode+.ms-configure-qa {
  background: #5cb85c;
}

.ms-qa-configure-mode+.ms-configure-qa a,
.ms-qa-configure-mode+.ms-configure-qa span {
  transition: 0s;
  color: #fff;
}

.ms-configure-qa a {
  display: block;
  text-align: center;
}

.ms-quick-bar .nav-tabs .nav-item .nav-link.active .ms-quick-bar-label,
.ms-quick-bar .nav-tabs .nav-item .nav-link.active i,
.ms-qa-configure-mode+.ms-configure-qa i {
  color: #fff;
}

.ms-quick-bar .ms-quick-bar-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-quick-bar .ms-quick-bar-body {
  padding: 1rem 0;
}


.ms-quick-bar.ms-quick-bar-open .ms-quick-bar-content {
  transform: translateX(-1px);
  box-shadow: -3px 2px 5px 0 rgba(0, 0, 0, .16);
}

.ms-quick-bar.ms-quick-bar-open .ms-qa-configure-mode+.ms-configure-qa+.ms-quick-bar-content,
.ms-quick-bar .ms-quick-bar-content {
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
  height: 100%;
  min-width: 400px;
  transform: translateX(120%);
  transition: 0.3s;
  z-index: -1;
}

.ms-card.ms-qa-card {
  margin: 0 1rem 1rem 1rem;
}

.ms-qa-options {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 0 1rem;
}

.ms-qa-options a {
  font-size: 12px;
}

.ms-note-members li {
  width: 30px;
  float: left;
  margin-left: -10px;
  transition: 0.3s;
  animation: notesMembers 0.3s cubic-bezier(0, 4.46, 1, 0.35) 1 forwards;
}

.ms-note-members li:first-child {
  margin-left: 0;
}

.ms-note-members li img {
  border-radius: 50%;
  cursor: pointer;
}

i.ms-delete-trigger:hover,
a.ms-delete-trigger:hover,
.ms-dark-theme a.ms-delete-trigger:hover {
  color: #d9534f;
  cursor: pointer;
}

.ms-deletable .close {
  color: #878793;
}

i.ms-confirm-trigger:hover,
a.ms-confirm-trigger:hover {
  color: #5CB85C;
  cursor: pointer;
}

.ms-qa-card .dropdown-menu {
  min-width: 200px;
}

.ms-qa-card .dropdown-menu .media img {
  width: 30px;
}

.ms-qa-card .ms-dropdown-list {
  max-height: 10rem;
}

.ms-invite-member {
  width: 60%;
  margin: 0 auto;
}

.ms-invite-member i::before {
  font-size: 80px;
}


@media (max-width: 1024px) {

  .ms-content-wrapper {
    padding: 1.5rem 15px;
  }

  .ms-d-block-lg {
    display: none;
  }

  .ms-d-block-sm {
    display: block;
  }

  .ms-aside-left-open .ms-aside-left.side-nav {
    transform: translateX(-100%);
  }

  .ms-aside-left.ms-aside-open.side-nav {
    transform: translateX(0);
  }

  .body-content,
  .ms-has-quickbar .body-content,
  .ms-aside-left-open .body-content {
    padding-right: 0;
    padding-left: 0;
  }

  .ms-aside-right-open .body-content {
    padding-right: 0;
  }

  .ms-aside-overlay.ms-overlay-left {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    z-index: 998;
    background-color: rgba(0, 0, 0, 0.3);
  }

  .navbar,
  .ms-logged-out .navbar {
    padding: 0.25rem 15px;
  }

  .ms-navbar .ms-nav-list {
    position: absolute;
    width: 100%;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 10;
    text-align: right;
    padding: 0 1.25rem;
    opacity: 0;
    visibility: hidden;
  }

  .ms-dark-theme .ms-navbar .ms-nav-list {
    background-color: #252851;
  }

  .ms-navbar .ms-nav-list.ms-inline {
    transition: 0.3s;
    height: auto;
  }

  .ms-nav-list.ms-slide-down {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }

  .ms-nav-toggler {
    border-left: 0;
  }

  .ms-navbar .ms-nav-list .ms-search-form {
    display: none;
  }

  .ms-horizontal-layout .ms-panel .navbar {
    padding: 0.25rem 15px;
  }

  .ms-horizontal-layout .ms-panel .navbar .ms-nav-toggler {
    padding: .25rem 0;
  }

  .ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item>a {
    border-right: 0;
  }

  .ms-horizontal-layout .ms-panel .navbar .navbar-nav .dropdown-menu {
    display: none;
  }

  .ms-horizontal-layout .ms-panel .navbar .navbar-nav .dropdown-menu.show {
    display: block;
  }

  .ms-horizontal-layout .ms-panel .navbar .navbar-nav li.nav-item.active {
    border-bottom: 0;
  }

  .ms-horizontal-layout .ms-panel .navbar .navbar-nav .dropdown-menu a {
    justify-content: center;
  }

  .ms-horizontal-layout .ms-panel .navbar .navbar-nav .dropdown-toggle::after {
    transform: rotate(95deg);
    margin-top: 3px;
    margin-left: 10px;
  }

  .ms-panel.ms-panel-fh {
    height: auto;
  }

}

/* Footer */

/* Dropdowns */
.dropdown-menu {
  display: block;
  transition: 0.3s;
  visibility: hidden;
  top: 0;
  opacity: 0;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

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

.ms-dropdown-list {
  max-height: 18rem;
}

.dropdown-header {
  padding: .5rem;
}

.media {
  justify-content: space-between;
  align-items: center;
  transition: 0s;
}

.dropdown-menu .media:hover {
  background: #e9ecef;
}

.dropdown-toggle::after {
  vertical-align: 0.155em;
}

.user-dropdown.dropdown-menu {
  min-width: 200px;
}

.dropdown-menu .media img {
  width: 40px;
}

.dropdown-menu.dropright .dropdown-menu,
.dropdown-menu.dropleft .dropdown-menu {
  top: 0;
}

.dropdown-menu.dropleft li a:not(.dropdown-toggle) {
  justify-content: flex-end;
}

@media (max-width: 768px) {

  .ms-nav-list .dropdown {
    position: static;
  }

  .ms-navbar .dropdown-menu {
    width: auto;
    margin: 10px auto !important;
    right: 15px;
    left: 15px;
  }

}

/* Widgets */
.ms-widget.ms-has-new-msg .msg-count {
  top: -7px;
  right: 9px;
  left: auto;
}

.ms-notification-widget i {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #f0f0fa;
  color: #3ea99f;
  margin-right: 1rem;
  font-size: 20px;
}

.PPC-alt {
  color: #3FA30C;
}

.ETH {
  color: #4e8ee8;
}

.ZEC-alt {
  color: #e5a93d;
}

.ADA-alt {
  color: #3CC8C8;
}

.EOS-alt {
  color: #19191A;
}

.ms-widget.ms-chat-conversations .ms-panel-footer {
  padding: 0;
}

.ms-widget.ms-chat-conversations.ms-chat-page .ms-panel-footer {
  padding: 1.5rem;
}

.ms-followers.ms-list .ms-list-item {
  padding: 1rem;
  margin-bottom: 0;
}

.ms-followers li {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ms-followers li:last-child {
  border-bottom: 0;
}

.ms-followers li h4 {
  margin-bottom: 0;
}

.ms-followers li button {
  margin-top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ms-followers .ms-list-item.media i {
  margin-right: 0;
}

.ms-profile-widget {
  text-align: center;
}

.ms-profile-widget .ms-user-img {
  position: absolute;
  margin-top: -50px;
  margin-left: -50px;
  z-index: 2;
  border: 3px solid #3ea99f;
}

.ms-card.ms-profile-widget .ms-card-img {
  position: relative;
  z-index: 1;
}

.ms-card.ms-profile-widget .ms-card-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #ff68775c, #bc263494);
  z-index: 1;
}

.ms-card.ms-profile-widget .ms-card-body {
  padding-top: 65px;
}

.ms-profile-widget h2 {
  margin-top: 1rem;
}

.ms-profile-widget button {
  margin: 0;
}

.ms-profile-widget span {
  display: block;
  margin-bottom: 1rem;
}

.ms-profile-widget .ms-profile-stats {
  padding: 1rem 0 0 0;
  border-bottom: 0;
  border-top: 1px solid rgba(0, 0, 0, .1);
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.ms-email-widget .form-group {
  position: relative;
}

.ms-email-widget .form-group input+.ms-cc {
  position: absolute;
  right: .75rem;
  top: 8px;
  color: #3ea99f;
}

.ms-crypto-widget .table {
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.ms-infographics-widget .media-body p {
  margin-bottom: 0;
}

.ms-infographics-widget.has-graph canvas {
  position: absolute;
  top: 1rem;
  right: 0;
  height: 70% !important;
  width: 170px !important;
}

.ms-infographics-widget.has-graph i,
.ms-infographics-widget.has-graph-full-width i.cc {
  font-size: 40px;
  margin-right: 1rem;
}

.ms-infographics-widget.has-graph-full-width {
  position: relative;
}

.ms-infographics-widget.has-graph-full-width .ms-card-body {
  padding-bottom: 0;
}

.ms-infographics-widget.has-graph-full-width canvas {
  height: 60px !important;
  width: 100% !important;
}

.has-graph-full-width .ms-chart-label {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-radius: 25px;
  color: #fff;
  font-size: 12px;
  padding: 0.25rem 0.75rem;
}

.ms-infographics-widget.has-graph .ms-card-body+p {
  margin: 1rem;
  margin-top: 0;
  color: #3a3952;
  display: flex;
  justify-content: space-between;
}

.ms-infographics-widget.has-graph h6 {
  margin-bottom: 0;
}

.ms-infographics-widget .ms-card-body h6 {
  text-transform: uppercase;
}

.ms-card-change,
.ms-card-change i {
  font-size: 1.5rem;
}

.ms-infographics-widget .ms-card-body+i {
  position: absolute;
  top: 1rem;
  right: 3rem;
  color: rgba(255, 255, 255, 0.4);
}

.ms-infographics-widget .ms-card-body+i::before {
  font-size: 4rem;
}

.ms-identifier-widget.bg-primary {
  background-color: #3ea99f;
}

.ms-identifier-widget.bg-secondary {
  background-color: #445cc8;
}

.ms-identifier-widget.bg-success {
  background-color: #5cb85c;
}

.ms-identifier-widget.bg-info {
  background-color: #5bc0de;
}

.ms-identifier-widget.bg-warning {
  background-color: #f0ad4e;
}

.ms-identifier-widget.bg-danger {
  background-color: #d9534f;
}

.ms-identifier-widget.bg-dark {
  background-color: #34334a;
}

.ms-identifier-widget.bg-light {
  background-color: #878793;
}

.ms-identifier-widget .ms-panel-header h6,
.ms-identifier-widget .ms-panel-body p,
.ms-identifier-widget .ms-panel-body i {
  color: #fff;
}

.ms-identifier-widget .ms-panel-body p {
  margin: 3rem 0;
}

.ms-identifier-widget .ms-panel-body i::before {
  margin-top: 2rem;
  display: block;
  font-size: 3rem;
}

.ms-identifier-widget .ms-panel-body {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Form Elements */

.ms-list-display li {
  margin-bottom: 1.5rem;
}

textarea {
  resize: none;
}

.ms-form-group {
  position: relative;
  display: block;
  margin: 20px 0;
  width: 100%;
}

.ms-form-group,
.ms-form-group::before,
.ms-form-group::after {
  content: '';
  display: table;
  clear: both;
}

.ms-form-group input.ms-form-input {
  padding: 11px 14px;
  border-radius: 25px;
  border: 0;
  background: #f0f0f7;
  transition: 0.3s;
}

.ms-form-group input.ms-form-input:focus {
  outline: none;
  background: #dedeed;
}

.ms-form-group.has-icon i {
  position: absolute;
  top: 8px;
  right: 20px;
}

.ms-form-group.has-icon label+input+i {
  top: 38px;
  color: #878793;
  font-size: 18px;
}

.ms-form-group label {
  color: #3a3952;
  font-weight: 500;
  font-size: 13px;
}

.form-control {
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* added css */
.new.form-control {
  width: 30%;
  height: 45px;
}

.ratings-new.ms-star-rating.rating-circle .ms-rating-item {
  border: none;
}

.ratings-new.ms-star-rating.rating-fill .ms-rating-item.rated,
.ratings-new.ms-star-rating.rating-fill .ms-rating-item:hover,
.ratings-new.ms-star-rating.rating-fill .ms-rating-item:hover~.ms-rating-item {
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
  color: #ffc107;
  margin-right: 0;
}

.new {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

/* added css end */

.input-group-text,
.custom-file-label::after {
  border: 0;
  font-size: 0.875rem;
  color: #878793;
  background-color: #ebebed;
}

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

.custom-file-label {
  color: #778087;
}

input[type="submit"]:disabled,
button[type="submit"]:disabled {
  background: #e4e3e8;
  border-color: #e4e3e8;
  cursor: not-allowed;
}

.input-group-prepend .btn,
.input-group-append .btn {
  margin-top: 0;
}

.switch-vertical {
  position: absolute;
  bottom: 14%;
  left: 16px;
  width: 29px;
  height: 61px;
  display: inline-block;

}

.ms-switch {

  position: relative;
  display: inline-block;
  width: 54px;
  height: 28px;
  margin-bottom: 5px;
  margin-right: 5px;

}

.switch-vertical .ms-switch {
  height: 61px;
  position: initial;
}

.ms-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.ms-switch-slider.ms-switch-discount {
  position: absolute;
  cursor: pointer;
  top: -3px;
  left: 26%;
  width: 64px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: #3ea99f;
  transition: .4s;

}

.ms-switch-slider.ms-switch-discount:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 37px;
  bottom: 5px;
  transition: .4s;
  background-color: #fff;
}

input:checked+.ms-switch-slider.ms-switch-discount:before {
  transform: translateX(-32px);
  background-color: #fff;
}

.ms-switch .ms-status-switch {
  position: absolute;
  cursor: pointer;
  top: 40px;
  left: 85%;
  width: 64px;
  height: 30px;
  right: 0;
  bottom: 0;
  background-color: #3ea99f;
  transition: .4s;

}


.ms-switch-slider.ms-status-switch:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 37px;
  bottom: 5px;
  transition: .4s;
  background-color: #fff;
}

input:checked+.ms-switch-slider.ms-status-switch:before {
  transform: translateX(-32px);
  background-color: #fff;
}


.ms-switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e4e3e8;
  transition: .4s;
}

.ms-switch-slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  transition: .4s;
  background-color: #fff;
}

input:checked+.ms-switch-slider {
  background: #3ea99f;
}

input:checked+.ms-switch-slider:before {
  transform: translateX(25px);
  background-color: #fff;
}

.switch-vertical input:checked+.ms-switch-slider:before {
  transform: translateY(-35px);
  background-color: #fff;
}

.ms-switch-slider.ms-switch-discount-2 {
  position: absolute;
  cursor: pointer;
  top: 46%;
  width: 64px;
  height: 30px;
  left: 78%;
  right: 0;
  bottom: 0;
  background-color: #3ea99f;
  transition: .4s;
}

.ms-switch-slider.ms-switch-discount-2:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 37px;
  bottom: 4px;
  transition: .4s;
  background-color: #fff;
}

input:checked+.ms-switch-slider.ms-switch-discount-2:before {
  transform: translateX(-32px);
  background-color: #fff;
}

input:checked+.ms-switch-slider.ms-switch-discount-3:before {
  transform: translateX(-32px);
  background-color: #fff;
}

.ms-switch-slider.ms-switch-discount-3 {
  position: absolute;
  cursor: pointer;
  top: 64%;
  width: 64px;
  height: 30px;
  left: 78%;
  right: 0;
  bottom: 0;
  background-color: #3ea99f;
  transition: .4s;
}

.ms-switch-slider.ms-switch-discount-3:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 37px;
  bottom: 4px;
  transition: .4s;
  background-color: #fff;
}

.ms-switch-slider.round {
  border-radius: 34px;
}

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

.ms-switch-slider.square {
  border-radius: 5px;
}

.ms-switch-slider.square:before {
  border-radius: 5px;
}

.ms-checkbox-wrap {
  position: relative;
  margin-bottom: 0;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}

.ms-checkbox-wrap input[type="checkbox"],
.ms-checkbox-wrap input[type="radio"] {
  position: absolute;
  top: 4px;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  width: 18px;
  height: 18px;
}

.ms-checkbox-wrap input[type="checkbox"]+i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="checkbox"]+i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]+i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"]+i.ms-checkbox-check::before {
  position: absolute;
  top: 4px;
  left: 0
}

.ms-checkbox-wrap input[type="checkbox"]+i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]+i.ms-checkbox-check::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #e0e0ef;
  border-width: 2px;
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
}

.ms-checkbox-wrap input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:checked+i.ms-checkbox-check::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 2px;
  border: solid #3ea99f;
  background: #3ea99f;
  border-width: 2px;
  transition: all;
  transition-duration: 0s;
  transition-duration: 250ms;
}

.ms-checkbox-wrap input[type="radio"]+i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:checked+i.ms-checkbox-check::before {
  border-radius: 50%;
}

.ms-checkbox-wrap input[type="checkbox"]+i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"]+i.ms-checkbox-check::after {
  content: "\e5ca";
  transition: all 0s;
  -webkit-transition: all 250ms;
  transition-duration: 250ms;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  opacity: 0;
  font-size: .5625rem;
  color: #fff;
  text-align: center;
  width: 18px;
  line-height: 18px;
}

.ms-checkbox-wrap input[type="checkbox"]:checked+i.ms-checkbox-check::after,
.ms-checkbox-wrap input[type="radio"]:checked+i.ms-checkbox-check::after {
  opacity: 1;
}

.ms-checkbox-wrap input[type="checkbox"]:disabled,
.ms-checkbox-wrap input[type="radio"]:disabled,
input:disabled+.ms-switch-slider {
  cursor: not-allowed;
}

.ms-checkbox-wrap input[type="checkbox"]:disabled+i.ms-checkbox-check::before,
.ms-checkbox-wrap input[type="radio"]:disabled+i.ms-checkbox-check::before,
input:disabled+.ms-switch-slider {
  background: #e9ecef;
  border-color: #e9ecef;
}

.ms-checkbox-wrap.ms-checkbox-primary input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-primary input[type="radio"]:checked+i.ms-checkbox-check::before,
input:checked+.ms-switch-slider.ms-switch-primary {
  background: #3ea99f;
  border-color: #3ea99f;
}

.ms-checkbox-wrap.ms-checkbox-secondary input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-secondary input[type="radio"]:checked+i.ms-checkbox-check::before,
input:checked+.ms-switch-slider.ms-switch-secondary {
  background: #374eae;
  border-color: #374eae;
}

.ms-checkbox-wrap.ms-checkbox-success input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-success input[type="radio"]:checked+i.ms-checkbox-check::before,
input:checked+.ms-switch-slider.ms-switch-success {
  background: #07be6e;
  border-color: #07be6e;
}

.ms-checkbox-wrap.ms-checkbox-warning input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-warning input[type="radio"]:checked+i.ms-checkbox-check::before,
input:checked+.ms-switch-slider.ms-switch-warning {
  background: #fda600;
  border-color: #fda600;
}

.ms-checkbox-wrap.ms-checkbox-danger input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-danger input[type="radio"]:checked+i.ms-checkbox-check::before,
input:checked+.ms-switch-slider.ms-switch-danger {
  background: #f9423c;
  border-color: #f9423c;
}

.ms-checkbox-wrap.ms-checkbox-info input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-info input[type="radio"]:checked+i.ms-checkbox-check::before,
input:checked+.ms-switch-slider.ms-switch-info {
  background: #4f8dca;
  border-color: #4f8dca;
}

.ms-checkbox-wrap.ms-checkbox-dark input[type="checkbox"]:checked+i.ms-checkbox-check::before,
.ms-checkbox-wrap.ms-checkbox-dark input[type="radio"]:checked+i.ms-checkbox-check::before,
input:checked+.ms-switch-slider.ms-switch-dark {
  background: #262538;
  border-color: #262538;
}

.ms-radio-img input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.ms-payment-container {
  display: flex;
}

.ms-payment-container li {
  display: inline-block;
}

.ms-radio-img input[type="radio"]+.ms-payment-img {
  padding: 5px;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  max-width: 80px;
}

.ms-radio-img input[type="radio"]:checked+.ms-payment-img {
  border-color: #3ea99f;
}

/* Form Validation */
.ms-checkbox-wrap .invalid-feedback,
.ms-checkbox-wrap .valid-feedback,
.ms-checkbox-wrap .invalid-field {
  position: absolute;
  top: 110%;
  min-width: 300px;
  left: 0;
  text-align: left;
}



.invalid-feedback,
.invalid-field,
.valid-feedback {
  bottom: calc(100% + 10px);
  right: 0;
  text-align: right;
  position: absolute;
}

.ms-checkbox-wrap .invalid-tooltip,
.ms-checkbox-wrap .valid-tooltip {
  min-width: 300px;
  right: auto;
}

.invalid-tooltip,
.valid-tooltip {
  top: auto;
  bottom: calc(100% + 7px);
  right: 0;
  left: auto;
}

.invalid-tooltip:before,
.valid-tooltip:before {
  content: '';
  position: absolute;
  top: 99%;
  right: 7px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 6px solid #3ea99f;
}

.valid-tooltip {
  background-color: #09a561;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #09a561;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #db3c36;
}

.validation-fill.custom-select.is-valid,
.validation-fill .form-control.is-valid,
.validation-fill.was-validated .custom-select:valid,
.validation-fill.was-validated .form-control:valid {
  background-color: #e0ffef;
  color: #09a561;
}

.validation-fill.custom-select.is-invalid,
.validation-fill .form-control.is-invalid,
.validation-fill.was-validated .custom-select:invalid,
.validation-fill.was-validated .form-control:invalid {
  background-color: #ffebea;
  color: #db3c36;
}

.invalid-feedback {
  color: #db3c36;
}

.valid-feedback {
  color: #09a561;
}

.invalid-tooltip {
  background-color: #db3c36;
}

.invalid-tooltip:before {
  border-top-color: #db3c36;
}

.valid-tooltip:before {
  border-top-color: #09a561;
}

/* Form Wizard */
.ms-form-wizard {
  background-color: #fff;
}

.ms-form-wizard .actions ul {
  margin: 2rem 0;
}

.ms-form-wizard .actions ul,
.ms-form-wizard .actions ul::after,
.ms-form-wizard .actions ul::before {
  content: '';
  display: block;
  clear: both;
}

.ms-form-wizard ul[role="tablist"] {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.ms-form-wizard ul[role="tablist"] li {
  position: relative;
  background: #e4e3e8;
  margin-right: 10px;
  flex: 1 1 auto;
  text-align: center;
}

.ms-form-wizard ul[role="tablist"] li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.ms-form-wizard ul[role="tablist"] li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
}

.ms-form-wizard ul[role="tablist"] li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 2;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #e4e3e8;
  border-bottom: 20px solid transparent;
}

.ms-form-wizard ul[role="tablist"] li:first-child::before {
  display: none;
}

.ms-form-wizard ul[role="tablist"] li a {
  transition: 0s;
  padding: 10px 0;
  display: block;
}

.ms-form-wizard ul[role="tablist"] li.go2998626915::after,
.ms-form-wizard ul[role="tablist"] li.current::after {
  border-left-color: #3ea99f;
}

.ms-form-wizard ul[role="tablist"] li.go2998626915,
.ms-form-wizard ul[role="tablist"] li.current {
  background-color: #3ea99f;
}

.ms-form-wizard ul[role="tablist"] li.done::after {
  border-left-color: #3ea99f;
}

.ms-form-wizard ul[role="tablist"] li.done {
  background-color: #3ea99f;
}

.ms-form-wizard ul[role="tablist"] li a,
.ms-form-wizard ul[role="tablist"] li a:hover {
  color: #95959e;
}

.ms-form-wizard ul[role="tablist"] li.go3309388127 span,
.ms-form-wizard ul[role="tablist"] li.go2998626915 a,
.ms-form-wizard ul[role="tablist"] li.go2998626915 span,
.ms-form-wizard ul[role="tablist"] li.current a,
.ms-form-wizard ul[role="tablist"] li.done a,
.ms-form-wizard ul[role="tablist"] li.current span,
.ms-form-wizard ul[role="tablist"] li.done span {
  color: #fff;
}

.ms-form-wizard>.content>.title {
  position: absolute;
  left: -1000px;
}

.ms-form-wizard>.content {
  min-height: 18rem;
}

.ms-form-wizard .actions ul li:first-child {
  float: left;
}

.ms-form-wizard .actions ul li:nth-child(2),
.ms-form-wizard .actions ul li:last-child {
  float: right;
}

.ms-form-wizard .actions ul li a {
  font-size: 14px;
  outline: none;
  white-space: nowrap;
  vertical-align: middle;
  padding: 0.625rem 1rem;
  min-width: 120px;
  margin-top: 1rem;
  border-radius: 5px;
  color: #fff;
}

.ms-form-wizard .actions ul li:not(.disabled) a {
  background-color: #3ea99f;
  border-color: #3ea99f;
}

.ms-form-wizard .actions ul li.disabled a {
  background-color: #e4e3e8;
  border-color: #e4e3e8;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li {
  margin-right: 0;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li a {
  position: relative;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li a .number,
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  width: 40px;
  background-color: #3ea99f;
  border-radius: 50%;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:first-child a .number {
  left: 0;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  right: 0;
  left: auto;
  background: #fff;
  color: #3ea99f;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li.current:last-child a::after,
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li.done:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.current:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done:last-child a::after {
  background-color: #3ea99f;
  color: #fff;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li.disabled a .number {
  background-color: #fff;
  color: #3ea99f;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li::before,
.ms-wizard-pill.ms-form-wizard ul[role="tablist"] li::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li::before,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li::after,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li::before,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li::after {
  display: none;
}

.ms-wizard-round.ms-form-wizard ul[role="tablist"] {
  margin-top: 1rem;
}

.ms-wizard-round.ms-form-wizard ul[role="tablist"] li {
  height: 4px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-wizard-round.ms-form-wizard ul[role="tablist"] li a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
  top: -20px;
  left: 0;
  height: 40px;
  box-shadow: none;
  background: #fff;
  border: 4px solid rgba(0, 0, 0, 0.1);
  color: #95959e;
}

.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.go2998626915:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.current:last-child a::after {
  background-color: #fff;
  border-color: #3ea99f;
  color: #3ea99f;
}

.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.go2998626915 a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.go2998626915:last-child a::after,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.current a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done a .number,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.done:last-child a::after {
  border-color: #3ea99f;
  color: #3ea99f;
}

.ms-wizard-round.ms-form-wizard ul[role="tablist"] li:last-child a::after {
  left: auto;
  right: 0;
}

.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.go2998626915,
.ms-wizard-round.ms-form-wizard ul[role="tablist"] li.current {
  background-color: transparent;
  background-image: linear-gradient(to right, #3ea99f, #000000);
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 250px;
  height: 100%;
  ;
  background-color: #3ea99f;
  padding: 1rem;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li {
  position: relative;
  border-radius: 25px;
  background-color: transparent;
  margin-bottom: 2rem;
  flex: 0 0 auto;
  width: 100%;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a::after {
  content: '';
  position: absolute;
  top: 90%;
  left: 18px;
  width: 5px;
  height: 160%;
  background-color: #fff;
  z-index: -1;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li:last-child a::after {
  display: none;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a {
  position: relative;
  z-index: 3;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a .number {
  position: absolute;
  top: 2px;
  left: 3px;
  border-radius: 50%;
  height: 90%;
  width: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #3ea99f;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li a {
  color: #fff;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.go2998626915,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.current,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.done {
  background-color: #fff;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.go2998626915 a .number,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.current a .number,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.done a .number {
  background-color: #3ea99f;
  color: #fff;
}

.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.go2998626915 a,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.current a,
.ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li.done a {
  color: #3ea99f;
}

.ms-wizard-vertical.ms-form-wizard .content,
.ms-wizard-vertical.ms-form-wizard .actions {
  margin-left: 250px;
}

/* Accordions */
.accordion .card {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.accordion .card-header {
  position: relative;
  background-color: #fff;
  border-bottom: 0;
  cursor: pointer;
}

.accordion .card .collapseparent {
  order: 2;
}

.accordion .card .card-header {
  width: 100%;
  flex-basis: 100%;
  order: 1;
}

.accordion .card .collapseparent.show+.card-header,
.accordion .card-header[aria-expanded="true"] {
  background-color: #f0f1f6;
}

.accordion .card-header::after {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 700;
  position: absolute;
  top: .75rem;
  right: 1.25rem;
}

.accordion .card .collapseparent.show+.card-header:after,
.accordion .card-header[aria-expanded="true"]::after {
  content: '\e15b';
}

.accordion .card .card-header:after,
.accordion .card-header[aria-expanded="false"]::after {
  content: '\e145';
}

.ms-accordion-chevron.accordion .card .collapseparent+.card-header:after,
.ms-accordion-chevron.accordion .card-header::after {
  transition: 0.3s;
  content: '\e313';
}

.ms-accordion-chevron.accordion .card .collapseparent.show+.card-header:after,
.ms-accordion-chevron.accordion .card-header[aria-expanded="true"]::after {
  transform: rotate(180deg);
}

.ms-accordion-chevron.accordion .card .collapseparent+.card-header:after,
.ms-accordion-chevron.accordion .card-header[aria-expanded="false"]::after {
  transform: rotate(0deg);
}

.accordion .card-header span {
  display: block;
  font-size: 14px;
  max-width: 87%;
  color: #3a3952;
  font-weight: 600;
}

.accordion .card-header span.has-icon {
  margin-left: 40px;
}

.accordion .card-header i {
  position: absolute;
  top: 4px;
  left: 15px;
}

.accordion .card-header i::before {
  font-size: 24px;
}

.accordion .card {
  border: 1px solid rgba(0, 0, 0, .1);
}

.accordion .card-body {
  color: #878793;
}

.accordion.has-gap .card-header {
  border-radius: 3px 3px;
}

.accordion.has-gap .card:first-of-type,
.accordion.has-gap .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.accordion.has-gap .card {
  margin-bottom: 1rem;
}

/* Alerts */
.alert.alert-success {
  background-color: #e0ffef;
  color: #07be6e;
  border-color: #07be6e;
}

.alert.alert-info {
  background-color: #e0f2ff;
  color: #4f8dca;
  border-color: #4f8dca;
}

.alert.alert-warning {
  background-color: #fef6e3;
  color: #fda600;
  border-color: #fda600;
}

.alert.alert-danger {
  background-color: #ffebea;
  color: #f9423c;
  border-color: #f9423c;
}

.alert.alert-brand {
  background-color: #eaedff;
  color: #374eae;
  border-color: #374eae;
}

.alert.alert-outline {
  background: transparent;
}


.ms-dark-theme .alert.alert-outline {
  background: #ffffff;
}

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

.alert.alert-solid.alert-success {
  background-color: #07be6e;
}

.alert.alert-solid.alert-info {
  background-color: #4f8dca;
}

.alert.alert-solid.alert-warning {
  background-color: #fda600;
}

.alert.alert-solid.alert-danger {
  background-color: #f9423c;
}

.alert.alert-solid.alert-brand {
  background-color: #374eae;
}

.alert i {
  margin-right: 15px;
}

/* Breadcrumbs */

.breadcrumb {
  align-items: center;
  border-radius: 0;
  background-color: #f0f0fa;
}

.breadcrumb.breadcrumb-arrow-sep .breadcrumb-item+.breadcrumb-item::before {
  content: '\e315';
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
}

.breadcrumb-dark {
  background-color: #3ea99f;
}

.breadcrumb-dark a,
.breadcrumb-dark .breadcrumb-item+.breadcrumb-item::before,
.breadcrumb-dark .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb.breadcrumb-arrow {
  overflow: hidden;
}

.breadcrumb.breadcrumb-arrow li {
  position: relative;
  background: #fff;
  padding: 10px 40px;
}

.breadcrumb.breadcrumb-arrow li::after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  z-index: 2;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #fff;
  border-bottom: 20px solid transparent;
}

.breadcrumb.breadcrumb-arrow li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-top: 20px solid transparent;
  border-left: 20px solid #f0f0fa;
  border-bottom: 20px solid transparent;
}

.breadcrumb.breadcrumb-arrow.has-bg li:not(.active),
.breadcrumb.breadcrumb-arrow.has-bg-active li {
  background-color: #3ea99f;
}

.breadcrumb.breadcrumb-arrow.has-bg li:not(.active) a,
.breadcrumb.breadcrumb-arrow.has-bg-active li a,
.breadcrumb.breadcrumb-arrow.has-bg-active .breadcrumb-item.active {
  color: #fff;
}

.breadcrumb.breadcrumb-arrow.has-bg li:not(.active)::after,
.breadcrumb.breadcrumb-arrow.has-bg-active li::after {
  border-left-color: #3ea99f;
}

.breadcrumb.breadcrumb-arrow.has-gap li {
  margin-right: 10px;
}

.breadcrumb.breadcrumb-arrow:not(.has-gap) li:not(:first-child)::after,
.breadcrumb.breadcrumb-arrow:not(.has-gap) li:not(:first-child)::before {
  display: none;
}

.breadcrumb.breadcrumb-arrow:not(.has-gap) li:last-child::after {
  display: block;
}

.breadcrumb.breadcrumb-arrow.first-rounded li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.breadcrumb.breadcrumb-arrow.first-rounded li:first-child::before {
  display: none;
}

.breadcrumb.has-shadow li {
  box-shadow: 0px 3px 16px rgba(0, 0, 0, 0.2);
}

/* Cards */
.ms-card {
  background-color: #fff;
  box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
  margin-bottom: 2rem;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

[class*='card-'] {
  border: 0;
}

[class*='card-'] .ms-card-body,
[class*='card-']:not(.ms-card-fh) .ms-card-body p,
[class*='card-']:not(.ms-card-fh) .ms-card-body h6,
[class*='card-gradient-'] .ms-card-body,
[class*='card-gradient-']:not(.ms-card-fh) .ms-card-body p,
[class*='card-gradient-']:not(.ms-card-fh) .ms-card-body h6 {
  color: #fff;
}

.ms-card.card-primary,
.ms-dark-theme .ms-card.card-primary {
  background-color: #3ea99f;
}

.ms-card.card-secondary,
.ms-dark-theme .ms-card.card-secondary {
  background-color: #374eae;
}

.ms-card.card-success,
.ms-dark-theme .ms-card.card-success {
  background-color: #07be6e;
}

.ms-card.card-warning,
.ms-dark-theme .ms-card.card-warning {
  background-color: #fda600;
}

.ms-card.card-danger,
.ms-dark-theme .ms-card.card-danger {
  background-color: #f9423c;
}

.ms-card.card-info,
.ms-dark-theme .ms-card.card-info {
  background-color: #4f8dca;
}

.ms-card.card-dark,
.ms-dark-theme .ms-card.card-dark {
  background-color: #262538;
}

.ms-card.card-gradient-primary {
  background-color: #3ea99f;
  background-image: linear-gradient(to right, #3ea99f, #000000);
}

.ms-card.card-gradient-secondary {
  background-color: #000000;
  background-image: linear-gradient(to right, #8f8f8fa6, #bc26341c);


}

.ms-card.card-gradient-success {
  background-color: #d9534f;
  background-image: linear-gradient(to right, #fe051d, #fd162b);
}

.ms-card.card-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.ms-card.card-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.ms-card.card-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.ms-card.card-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.ms-card.card-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.ms-card.card-facebook,
.ms-dark-theme .ms-card.card-facebook {
  background-color: #3b5997;
}

.ms-card.card-twitter,
.ms-dark-theme .ms-card.card-twitter {
  background-color: #3da4f1;
}

.ms-card.card-linkedin,
.ms-dark-theme .ms-card.card-linkedin {
  background-color: #0177b5;
}

.ms-card.card-instagram,
.ms-dark-theme .ms-card.card-instagram {
  background: linear-gradient(to top right, #fa7e1e, #d82a74, #9a2ebc, #4f5bd5);
}

.ms-card.ms-card-fh {
  height: calc(100% - 2rem);
}

.ms-card-header h6 {
  margin-bottom: 0;
  display: inline-block;
}

.ms-card-header {
  padding: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-card-header .ms-btn-icon {
  width: 28px;
  height: 28px;
}

.ms-card-body,
.ms-card-footer {
  position: relative;
  padding: 1rem;
  font-size: 14px;
}

.ms-card-body h6 {
  margin-bottom: 1rem;
}

.ms-dark-theme .ms-card-body p {
  color: #ffffff;
}

.ms-card-body p {
  color: #878793;
}

.ms-card-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-card .ms-card-img img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.ms-card .ms-card-body+.ms-card-img img {
  border-radius: 0;
}

.ms-card .ms-card-body>.media {
  margin-bottom: 1rem;
}

.ms-card .ms-card-body>.media h6 {
  display: inline-block;
  margin-bottom: 0;
}

.ms-card .ms-card-body>.media img {
  width: 50px;
}

.ms-card .ms-card-body>.media i {
  font-size: 18px;
}

.ms-card .ms-card-options {
  flex: 1 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-card .ms-card-options i {
  margin-right: 5px;
}

.ms-card .ms-card-options:last-child {
  border-right: 0;
}

/* Progress Bars */

.progress {
  margin-bottom: 1.5rem;
  border-radius: 3rem;
  height: 0.9rem;
}

.progress.progress-tiny {
  height: 0.2rem;
}

.progress-status {
  float: right;
}

.progress-label,
.progress-status {
  font-size: 12px;
  display: inline-block;
  margin-bottom: 10px;
}

.progress-rounded {
  position: relative;
  margin: 0 auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 16px solid #f1f1f1;
  margin-bottom: 2rem;
}

.progress-rounded * {
  transition: all .3s ease;
}

.progress-rounded .progress-value {
  font-size: 1rem;
  font-weight: 600;
  color: #34334a;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.progress-rounded svg {
  height: 130px;
  width: 130px;
  position: absolute;
  top: -16px;
  left: -16px;
  transform: rotate(-90deg);
  transform-origin: center;
}

.progress-rounded svg circle {
  stroke-dasharray: 358.141563 358.141563;
  stroke-dashoffset: 360;
  stroke: #3ea99f;
  stroke-linecap: square;
  transition: all .6s ease;
}

.progress-rounded.progress-round-tiny {
  width: 120px;
  height: 120px;
  border-width: 4px;
}

.progress-rounded.progress-round-tiny svg {
  top: -9px;
  left: -9px;
}

.progress-rounded svg circle.bg-primary {
  stroke: #3ea99f;
}

.progress-rounded svg circle.bg-secondary {
  stroke: #445cc8;
}

.progress-rounded svg circle.bg-success {
  stroke: #5cb85c;
}

.progress-rounded svg circle.bg-info {
  stroke: #5bc0de;
}

.progress-rounded svg circle.bg-warning {
  stroke: #f0ad4e;
}

.progress-rounded svg circle.bg-danger {
  stroke: #d9534f;
}

.progress-rounded svg circle.bg-dark {
  stroke: #34334a;
}

.progress-rounded svg circle.bg-light {
  stroke: #878793;
}

/* Buttons */

/* new-s */
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #3ea99f;
  border-color: #3ea99f;
}

.ms-dark-theme .btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #3ea99f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #000000;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem #000000;
}

.wrapper-new1 {
  display: flex;
  justify-content: space-between;

}

.wrapper-new2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.box .badge {
  line-height: 1.2;
  font-size: 100%
}

/* end */
.ms-btn-display button,
.ms-btn-display .badge {
  margin-right: 1.5rem;
  margin-top: 1.5rem;
}

.ms-btn-display button .badge {
  margin: 0;
}

.btn {
  font-size: 14px;
  outline: none;
  padding: 0.625rem 1rem;
  min-width: 120px;
  margin-top: 1rem;
}

.btn:hover,
.ms-dark-theme .btn:hover {
  color: #fff;
}

.btn-link {
  color: #3ea99f;
}

.btn.btn-square,
.ms-btn-icon.btn-square,
.ms-btn-icon-outline.btn-square {
  border-radius: 0;
}

.btn.btn-pill,
.ms-btn-icon.btn-pill,
.ms-btn-icon-outline.btn-pill {
  border-radius: 25px;
}

.btn.has-icon i {
  margin-right: 5px;
}

.btn-primary {
  color: #fff;
  background-color: #3ea99f;
  border-color: #3ea99f;
}


.ms-dark-theme .btn-primary {
  color: #3ea99f;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-white {
  font-weight: 500;
}

.btn-white,
.btn-white:hover,
.ms-dark-theme .btn-white {
  background-color: #fff;
  border-color: #fff;
  color: #3ea99f;
}

.btn-primary:hover,
.btn-primary:focus,
.ms-btn-icon-outline.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:hover {
  background-color: #000000;
  border-color: #000000;
  color: #fff
}

.btn-secondary {
  color: #fff;
  background-color: #000000de;
  border-color: #000000de;
}

.btn-secondary:hover,
.btn-secondary:focus,
.ms-btn-icon-outline.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-success {
  color: #fff;
  background-color: #07be6e;
  border-color: #07be6e;
}

.btn-success:hover,
.btn-success:focus,
.ms-btn-icon-outline.btn-success:focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-outline-success:hover {
  color: #fff;
  background-color: #09a561;
  border-color: #09a561;
}

.btn-info {
  color: #fff;
  background-color: #4f8dca;
  border-color: #4f8dca;
}

.btn-info:hover,
.btn-info:focus,
.ms-btn-icon-outline.btn-info:focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-outline-info:hover {
  color: #fff;
  background-color: #437eb7;
  border-color: #437eb7;
}

.btn-danger {
  color: #fff;
  background-color: #f9423c;
  border-color: #f9423c;
}

.btn-danger:hover,
.btn-danger:focus,
.ms-btn-icon-outline.btn-danger:focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:hover {
  color: #fff;
  background-color: #db3c36;
  border-color: #db3c36;
}

.btn-warning {
  color: #fff;
  background-color: #fda600;
  border-color: #fda600;
}

.btn-warning:hover,
.btn-warning:focus,
.ms-btn-icon-outline.btn-warning:focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:hover {
  color: #fff;
  background-color: #e89800;
  border-color: #e89800;
}

.btn-dark {
  color: #fff;
  background-color: #34334a;
  border-color: #34334a;
}

.btn-dark:hover,
.btn-dark:focus,
.ms-btn-icon-outline.btn-dark:focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:hover {
  color: #fff;
  background-color: #262538;
  border-color: #262538;
}

.btn-light {
  color: #fff;
  background-color: #878793;
  border-color: #878793;
}

.btn-light:hover,
.btn-light:focus,
.ms-btn-icon-outline.btn-light:focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-outline-light:hover {
  color: #fff;
  background-color: #75757c;
  border-color: #75757c;
}

.ms-btn-icon,
.ms-btn-icon-outline {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 38px;
  height: 38px;
  border-radius: .25rem;
  line-height: 1.5;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: pointer;
}

.ms-btn-icon i {
  color: #fff;
  font-size: 16px;
}

.ms-btn-icon-outline {
  background-color: transparent;
  border: 1px solid;
}

.ms-btn-icon-outline[class*='btn-']:hover {
  color: #fff;
}

/* hover outline */

.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #000000;
  color: #fff;
}

.ms-btn-icon-outline.btn-primary,
.btn-outline-primary {
  color: #3ea99f;
  border-color: #3ea99f;
}

.ms-dark-theme .btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #ffffff;
  color: #000000;
  border-color: #ffffff;
}

.ms-dark-theme .ms-btn-icon-outline.btn-primary,
.ms-dark-theme .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}

.ms-btn-icon-outline.btn-secondary,
.btn-outline-secondary {
  color: #374eae;
  border-color: #374eae;
}

.ms-btn-icon-outline.btn-success,
.btn-outline-success {
  color: #07be6e;
  border-color: #07be6e;
}

.ms-btn-icon-outline.btn-info,
.btn-outline-info {
  color: #4f8dca;
  border-color: #4f8dca;
}

.ms-btn-icon-outline.btn-warning,
.btn-outline-warning {
  color: #fda600;
  border-color: #fda600;
}

.ms-btn-icon-outline.btn-danger,
.btn-outline-danger {
  color: #f9423c;
  border-color: #f9423c;
}

.ms-btn-icon-outline.btn-dark,
.btn-outline-dark {
  color: #34334a;
  border-color: #34334a;
}

.ms-btn-icon-outline.btn-light,
.btn-outline-light {
  color: #878793;
  border-color: #878793;
}

[class*='btn-gradient-'] {
  color: #fff;
  border: 0;
}

.btn-gradient-primary {
  background-color: #3ea99f;
  background-image: linear-gradient(to right, #3ea99f, #000000);
}

.btn-gradient-secondary {
  background-color: #926afe;
  background-image: linear-gradient(to right, #926afe, #bd9aff);
}

.btn-gradient-success {
  background-color: #12b252;
  background-image: linear-gradient(to right, #12b252, #31e97a);
}

.btn-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.btn-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.btn-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.btn-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.btn-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.btn-group.flex-column label {
  margin-top: 0;
  border-radius: 0;
}

.btn-group.flex-column>.btn:first-child,
.btn-group.flex-column>.btn:first-child:not(.dropdown-toggle) {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.btn-group.flex-column>.btn:last-child,
.btn-group.flex-column>.btn:last-child:not(.dropdown-toggle) {
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}

.btn-group-sm>.btn,
.btn-sm {
  line-height: 0.5;
}

.btn.bg-facebook,
.btn.bg-twitter,
.btn.bg-linkedin,
.btn.bg-g-plus,
.btn.bg-instagram,
.btn.bg-pinterest,
.btn.bg-dropbox,
.btn.bg-dribble {
  border: 0;
  color: #fff;
}

/* Badges */
[class*='badge-'],
a.badge[class*='badge-']:hover {
  color: #fff;
}

.badge.badge-primary {
  background-color: #3ea99f;
}

.badge.badge-secondary {
  background-color: #445cc8;
}

.badge.badge-success {
  background-color: #28a745;
}

.badge.badge-warning {
  background-color: #fda600;
}

.badge.badge-danger {
  background-color: #f9423c;
}

.badge.badge-info {
  background-color: #3ea99f;
}

.badge.badge-light {
  background-color: #878793;
}

.badge.badge-dark {
  background-color: #34334a;
}

a.badge.badge-primary:hover {
  background-color: #000000;
}

a.badge.badge-secondary:hover {
  background-color: #374eae;
}

a.badge.badge-success:hover {
  background-color: #09a561;
}

a.badge.badge-warning:hover {
  background-color: #e89800;
}

a.badge.badge-danger:hover {
  background-color: #db3c36;
}

a.badge.badge-info:hover {
  background-color: #437eb7;
}

a.badge.badge-light:hover {
  background-color: #75757c;
}

a.badge.badge-dark:hover {
  background-color: #262538;
}

.badge[class*='badge-outline-'] {
  background-color: transparent;
  border: 1px solid;
}

button .badge[class*='badge-outline-'],
a .badge[class*='badge-outline-'] {
  background-color: #fff;
}

.badge.badge-outline-primary {
  border-color: #3ea99f;
  color: #3ea99f;
}

.badge.badge-outline-secondary {
  border-color: #374eae;
  color: #374eae;
}

.badge.badge-outline-success {
  border-color: #07be6e;
  color: #07be6e;
}

.badge.badge-outline-warning {
  border-color: #fda600;
  color: #fda600;
}

.badge.badge-outline-danger {
  border-color: #f9423c;
  color: #f9423c;
}

.badge.badge-outline-info {
  border-color: #4f8dca;
  color: #4f8dca;
}

.badge.badge-outline-light {
  border-color: #878793;
  color: #878793;
}

.badge.badge-outline-dark {
  border-color: #262538;
  color: #262538;
}

.badge-gradient-primary {
  background-color: #3ea99f;
  background-image: linear-gradient(to right, #3ea99f, #000000);
}

.badge-gradient-secondary {
  background-color: #926afe;
  background-image: linear-gradient(to right, #926afe, #bd9aff);
}

.badge-gradient-success {
  background-color: #12b252;
  background-image: linear-gradient(to right, #12b252, #31e97a);
}

.badge-gradient-info {
  background-color: #3e60ff;
  background-image: linear-gradient(to right, #3e60ff, #5ba0fd);
}

.badge-gradient-warning {
  background-color: #fea837;
  background-image: linear-gradient(to right, #fea837, #fed257);
}

.badge-gradient-danger {
  background-color: #eb025d;
  background-image: linear-gradient(to right, #eb025d, #fe4749);
}

.badge-gradient-dark {
  background-color: #252434;
  background-image: linear-gradient(to right, #252434, #3a3850);
}

.badge-gradient-light {
  background-color: #5f5f67;
  background-image: linear-gradient(to right, #5f5f67, #858591);
}

.badge-square {
  border-radius: 0;
}

/* Pagination */
.pagination.has-gap .page-item .page-link {
  margin-right: 0.425rem;
}

.page-item:not(.active) .page-link,
.page-item:not(.active-circle) .page-link,
.page-item:not(.active-bordered) .page-link,
.page-item:not(.active-round) .page-link {
  color: #34334a;
}

.pagination-light .page-item:not(.active) .page-link,
.pagination-light .page-item:not(.active-circle) .page-link,
.pagination-light .page-item:not(.active-round) .page-link {
  background-color: #eeeff7;
  border-color: #eeeff7;
}

.pagination-round .page-item .page-link {
  border-radius: 5px;
}

.pagination-circle .page-item .page-link {
  border-radius: 50%;
}

.pagination .page-link:hover {
  z-index: 0;
}

.page-item.active .page-link,
.pagination-light .page-item.active .page-link {
  color: #fff;
  background-color: #3ea99f;
  border-color: #3ea99f;
  z-index: 0;
}

.page-item.active-circle .page-link,
.page-item.active-round .page-link {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
}

.page-item.active-circle .page-link::after,
.page-item.active-round .page-link::after {
  content: '';
  position: absolute;
  top: 0;
  left: -3px;
  width: calc(100% + 0.4rem);
  height: 100%;
  z-index: -1;
  background-color: #3ea99f;
  border-radius: 25px;
  transform: scale(1.2);
}

.page-item.active-round .page-link::after {
  border-radius: 5px;
}

.page-item.active-bordered .page-link {
  border-bottom: 2px solid #3ea99f;
  color: #3ea99f;
}

.pagination-pill .page-item:first-child .page-link {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}

.pagination-pill .page-item:last-child .page-link {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.pagination-input input[type="number"] {
  width: 51px;
  border: 1px solid #dee2e6;
  height: 100%;
  text-align: center;
  padding: .3rem 0.1rem;
  outline: none;
}

.pagination.pagination-expanded {
  border: 1px solid #dee2e6;
  padding: 0.75rem;
  background-color: #fff;
}

.pagination.pagination-expanded.has-shadow {
  border: 0;
  box-shadow: 0 2px 24px rgba(0, 0, 0, .1);
}

.pagination-expanded .page-item .page-link {
  position: relative;
  border: 0;
  margin: 0 4px;
  z-index: 1;
}

.pagination-expanded .page-item.active .page-link {
  background-color: transparent;
  border-color: transparent;
}

.pagination-expanded .page-item-expanded input[type="number"] {
  width: 51px;
  border: 1px solid #dee2e6;
  height: 100%;
  text-align: center;
  padding: .5rem 0.2rem;
  outline: none;
  border-radius: 5px;
}

.pagination-expanded .page-item-expanded .go-to-page {
  font-size: 12px;
  margin: 0 10px;
  display: inline-block;
}

.pagination-expanded .page-item .page-link:hover {
  background-color: transparent;
}

.pagination-expanded .page-item.active .page-link::after,
.pagination-expanded .page-item .page-link:hover::after,
.pagination-expanded .page-item:first-child .page-link::after,
.pagination-expanded .page-item:last-child .page-link::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  height: 80%;
  margin-left: -40%;
  margin-top: -40%;
  z-index: -1;
  background-color: #3ea99f;
  transform: rotate(45deg);
  border-radius: 5px;
}

.pagination-expanded .page-item:first-child .page-link::after,
.pagination-expanded .page-item:last-child .page-link::after {
  background-color: #fff;
  border-color: #fff;
}

.pagination-expanded .page-item:not(.active) .page-link:hover::after {
  background-color: #e9ecef;
}

/* Preloaders */
#preloader-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20009;
  background-color: #fff;
  transition: 0.3s;
}

#preloader-wrap.loaded {
  visibility: hidden;
  opacity: 0;
}

.spinner-1 {
  width: 40px;
  height: 40px;
  background-color: #3ea99f;
  margin: 100px auto;
  animation: ms-rotateplane 1.2s infinite ease-in-out;
}

.ms-dark-theme .spinner-1 {
  background-color: #ffffff;
}


.spinner-2 {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 100px auto;
}


.double-bounce1,
.double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #3ea99f;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: ms-bounce 2.0s infinite ease-in-out;
}


.ms-dark-theme .double-bounce1,
.double-bounce2 {
  background-color: #ffffff;
}

.double-bounce2 {
  animation-delay: -1.0s;
}


.spinner-3 {
  margin: 100px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner-3>div {
  background-color: #3ea99f;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: ms-stretchdelay 1.2s infinite ease-in-out;
  margin-left: 2px;
}

.ms-dark-theme .spinner-3>div {
  background-color: #ffffff;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: ms-stretchdelay 1.2s infinite ease-in-out;
}


.spinner-3 .rect2 {
  animation-delay: -1.1s;
}

.spinner-3 .rect3 {
  animation-delay: -1.0s;
}

.spinner-3 .rect4 {
  animation-delay: -0.9s;
}

.spinner-3 .rect5 {
  animation-delay: -0.8s;
}

.spinner-4 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.cube1,
.cube2 {
  background-color: #3ea99f;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: ms-cubemove 1.8s infinite ease-in-out;
}

.ms-dark-theme .cube1,
.ms-dark-theme .cube2 {
  background-color: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
  animation: ms-cubemove 1.8s infinite ease-in-out;
}

.ms-dark-theme .cube2,
.cube2 {
  animation-delay: -0.9s;
}

.spinner-5 {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #3ea99f;
  border-radius: 100%;
  animation: ms-scaleout 1.0s infinite ease-in-out;
}

.ms-dark-theme .spinner-5 {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #ffffff;
  border-radius: 100%;
  animation: ms-scaleout 1.0s infinite ease-in-out;
}

.spinner-6 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: ms-rotate 2.0s infinite linear;
}

.dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #3ea99f;
  border-radius: 100%;
  animation: ms-bounce 2.0s infinite ease-in-out;
}


.ms-dark-theme .dot1,
.dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #ffffff;
  border-radius: 100%;
  animation: ms-bounce 2.0s infinite ease-in-out;
}


.dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1.0s;
}

.spinner-7 {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner-7>div {
  width: 18px;
  height: 18px;
  background-color: #3ea99f;
  border-radius: 100%;
  display: inline-block;
  animation: ms-bouncedelay 1.4s infinite ease-in-out both;
}

.ms-dark-theme .spinner-7>div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  animation: ms-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner-7 .bounce1 {
  animation-delay: -0.32s;
}

.spinner-7 .bounce2 {
  animation-delay: -0.16s;
}

.spinner-8 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.spinner-8 .ms-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.spinner-8 .ms-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3ea99f;
  border-radius: 100%;
  animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
}

.ms-dark-theme .spinner-8 .ms-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  animation: ms-circleBounceDelay 1.2s infinite ease-in-out both;
}


.spinner-8 .ms-circle2 {
  transform: rotate(30deg);
}

.spinner-8 .ms-circle3 {
  transform: rotate(60deg);
}

.spinner-8 .ms-circle4 {
  transform: rotate(90deg);
}

.spinner-8 .ms-circle5 {
  transform: rotate(120deg);
}

.spinner-8 .ms-circle6 {
  transform: rotate(150deg);
}

.spinner-8 .ms-circle7 {
  transform: rotate(180deg);
}

.spinner-8 .ms-circle8 {
  transform: rotate(210deg);
}

.spinner-8 .ms-circle9 {
  transform: rotate(240deg);
}

.spinner-8 .ms-circle10 {
  transform: rotate(270deg);
}

.spinner-8 .ms-circle11 {
  transform: rotate(300deg);
}

.spinner-8 .ms-circle12 {
  transform: rotate(330deg);
}

.spinner-8 .ms-circle2:before {
  animation-delay: -1.1s;
}

.spinner-8 .ms-circle3:before {
  animation-delay: -1s;
}

.spinner-8 .ms-circle4:before {
  animation-delay: -0.9s;
}

.spinner-8 .ms-circle5:before {
  animation-delay: -0.8s;
}

.spinner-8 .ms-circle6:before {
  animation-delay: -0.7s;
}

.spinner-8 .ms-circle7:before {
  animation-delay: -0.6s;
}

.spinner-8 .ms-circle8:before {
  animation-delay: -0.5s;
}

.spinner-8 .ms-circle9:before {
  animation-delay: -0.4s;
}

.spinner-8 .ms-circle10:before {
  animation-delay: -0.3s;
}

.spinner-8 .ms-circle11:before {
  animation-delay: -0.2s;
}

.spinner-8 .ms-circle12:before {
  animation-delay: -0.1s;
}

.spinner-9 {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.spinner-9 .ms-cube {
  width: 33%;
  height: 33%;
  background-color: #3ea99f;
  float: left;
  animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.ms-dark-theme .spinner-9 .ms-cube {
  width: 33%;
  height: 33%;
  background-color: #ffffff;
  float: left;
  animation: ms-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.spinner-9 .ms-cube1 {
  animation-delay: 0.2s;
}

.spinner-9 .ms-cube2 {
  animation-delay: 0.3s;
}

.spinner-9 .ms-cube3 {
  animation-delay: 0.4s;
}

.spinner-9 .ms-cube4 {
  animation-delay: 0.1s;
}

.spinner-9 .ms-cube5 {
  animation-delay: 0.2s;
}

.spinner-9 .ms-cube6 {
  animation-delay: 0.3s;
}

.spinner-9 .ms-cube7 {
  animation-delay: 0s;
}

.spinner-9 .ms-cube8 {
  animation-delay: 0.1s;
}

.spinner-9 .ms-cube9 {
  animation-delay: 0.2s;
}

.spinner-10 {
  transform: rotateZ(45deg);
}

.spinner-10,
.spinner-12 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.spinner-10 .ms-cube,
.spinner-12 .ms-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.spinner-10 .ms-cube:before,
.spinner-12 .ms-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #3ea99f;
  animation: ms-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.ms-dark-theme .spinner-10 .ms-cube:before,
.ms-dark-theme .spinner-12 .ms-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  animation: ms-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.spinner-10 .ms-cube2,
.spinner-12 .ms-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.spinner-10 .ms-cube3,
.spinner-12 .ms-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.spinner-10 .ms-cube4,
.spinner-12 .ms-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.spinner-10 .ms-cube2:before,
.spinner-12 .ms-cube2:before {
  animation-delay: 0.3s;
}

.spinner-10 .ms-cube3:before,
.spinner-12 .ms-cube3:before {
  animation-delay: 0.6s;
}

.spinner-10 .ms-cube4:before,
.spinner-12 .ms-cube4:before {
  animation-delay: 0.9s;
}

.spinner-11 {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.spinner-11 .ms-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.spinner-11 .ms-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #3ea99f;
  border-radius: 100%;
  animation: ms-circleFadeDelay 1.2s infinite ease-in-out both;
}

.ms-dark-theme .spinner-11 .ms-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #ffffff;
  border-radius: 100%;
  animation: ms-circleFadeDelay 1.2s infinite ease-in-out both;
}

.spinner-11 .ms-circle2 {
  transform: rotate(30deg);
}

.spinner-11 .ms-circle3 {
  transform: rotate(60deg);
}

.spinner-11 .ms-circle4 {
  transform: rotate(90deg);
}

.spinner-11 .ms-circle5 {
  transform: rotate(120deg);
}

.spinner-11 .ms-circle6 {
  transform: rotate(150deg);
}

.spinner-11 .ms-circle7 {
  transform: rotate(180deg);
}

.spinner-11 .ms-circle8 {
  transform: rotate(210deg);
}

.spinner-11 .ms-circle9 {
  transform: rotate(240deg);
}

.spinner-11 .ms-circle10 {
  transform: rotate(270deg);
}

.spinner-11 .ms-circle11 {
  transform: rotate(300deg);
}

.spinner-11 .ms-circle12 {
  transform: rotate(330deg);
}

.spinner-11 .ms-circle2:before {
  animation-delay: -1.1s;
}

.spinner-11 .ms-circle3:before {
  animation-delay: -1s;
}

.spinner-11 .ms-circle4:before {
  animation-delay: -0.9s;
}

.spinner-11 .ms-circle5:before {
  animation-delay: -0.8s;
}

.spinner-11 .ms-circle6:before {
  animation-delay: -0.7s;
}

.spinner-11 .ms-circle7:before {
  animation-delay: -0.6s;
}

.spinner-11 .ms-circle8:before {
  animation-delay: -0.5s;
}

.spinner-11 .ms-circle9:before {
  animation-delay: -0.4s;
}

.spinner-11 .ms-circle10:before {
  animation-delay: -0.3s;
}

.spinner-11 .ms-circle11:before {
  animation-delay: -0.2s;
}

.spinner-11 .ms-circle12:before {
  animation-delay: -0.1s;
}

/* Tabs */
.nav-tabs {
  border: 0;
}

.nav-tabs .nav-item {
  flex: 1 1 auto;
}

.nav-tabs .nav-item .nav-link {
  display: block;
  padding: 10px;
  text-align: center;
  background: #e4e3e8;
  color: #34334a;
  border-radius: 0;
  border: none;
}

.nav-tabs .nav-item .nav-link.white {
  display: block;
  padding: 10px;
  text-align: center;
  background: #ffffff;
  color: #34334a;
}

.nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #3ea99f;
}

.nav-tabs.tabs-bordered .nav-item .nav-link {
  transition: 0s;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: transparent;
}

.nav-tabs.tabs-bordered .nav-item .nav-link.active {
  background: #fff;
  color: #3ea99f;
  border-bottom: 2px solid #3ea99f;
}

.tabs-bordered li a {
  background: #fff;
  padding: 0 0 1rem;
}

.nav-tabs.left-tabs,
.nav-tabs.right-tabs {
  flex-direction: column;
}

.nav-tabs.left-tabs {
  float: left;
  margin-right: 25px;
}

.nav-tabs.right-tabs {
  margin-left: 25px;
  float: right;
}

.nav-tabs.left-tabs .nav-item .nav-link,
.nav-tabs.right-tabs .nav-item .nav-link {
  padding: 5px 10px;
  margin-bottom: 10px;
}

.nav-tabs.left-tabs .nav-item .nav-link {
  text-align: left;
}

.nav-tabs.right-tabs .nav-item .nav-link {
  text-align: right;
}

.nav-tabs.tabs-bordered.left-tabs .nav-item .nav-link,
.nav-tabs.tabs-bordered.right-tabs .nav-item .nav-link {
  border-bottom: 0;
}

.nav-tabs.tabs-bordered.left-tabs .nav-item .nav-link.active {
  border-bottom: 0;
  border-left: 3px solid #3ea99f;
}

.nav-tabs.tabs-bordered.right-tabs .nav-item .nav-link.active {
  border-bottom: 0;
  border-right: 3px solid #3ea99f;
}

.nav-tabs.left-tabs+.tab-content {
  float: right;
}

.nav-tabs.right-tabs+.tab-content {
  float: left;
}

.nav-tabs.left-tabs+.tab-content,
.nav-tabs.right-tabs+.tab-content {
  width: calc(100% - 120px);
}

.nav-tabs.tab-pills .nav-item .nav-link {
  border-radius: 25px;
}

.nav-tabs.tabs-round .nav-item .nav-link {
  border-radius: 5px;
}

.nav-tabs.has-gap .nav-item .nav-link {
  margin-right: 15px;
}

.nav-tabs.has-gap .nav-item:last-child .nav-link {
  margin-right: 0;
}

.ms-panel-header .nav.btn-group {
  flex-wrap: nowrap;
}

/* Tooltips */
.tooltip {
  padding: 5px;
}

.tooltip.show {
  opacity: 1 !important;
}

.tooltip>.tooltip-inner {
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
  border: rgba(0, 0, 0, 0.12) solid 1px;
  background-color: #eeeff7;
  opacity: 1;
  font-size: 14px;
  color: #555b62;
}

.tooltip .arrow:before {
  display: none;
}

/* Lists */
.ms-list {
  margin-bottom: 0;
}

.ms-list .ms-list-item {
  position: relative;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

.ms-list-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ms-list .ms-list-item:last-child {
  margin-bottom: 0;
}

.ms-task-block li.ms-to-do-task:first-child {
  padding-top: 0;
}

.ms-list .ms-list-item.bordered {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  background: #fff;
}

.ms-list-item p {
  margin-bottom: 0;
  font-size: 12px;
}

.ms-list-item.media i {
  font-size: 20px;
  margin-right: 25px;
}

.ms-list-item.media img {
  width: 40px;
  margin-right: 1rem;
}

/* Draggables */
.ui-sortable:not(.ui-sortable-disabled):hover,
.ms-draggable:hover {
  cursor: grab;
}

.ui-sortable:not(.ui-sortable-disabled):active,
.ms-draggable:active {
  cursor: grabbing;
}

.ui-state-highlight {
  margin-bottom: 1rem;
}

.ms-quickbar-container .ui-state-highlight {
  margin: 0 1rem 1rem 1rem;
  border-radius: 5px;
}

.ms-quick-bar-item.ui-draggable-dragging {
  transform: rotate(10deg);
}

.ms-quick-bar-item.ui-draggable-dragging,
.ms-list-item.ui-draggable-dragging {
  z-index: 999;
  box-shadow: 0 3px 24px rgba(0, 0, 0, 0.4);
}

.ui-sortable-placeholder {
  background: #e4e3e8;
}

.ms-sortable-list {
  min-height: 100px;
}

/* Sliders */

.carousel-control-next,
.carousel-control-prev {
  height: 60px;
  width: auto;
  background: rgba(0, 0, 0, 0.4);
  padding: 0 5px;
  top: 50%;
  margin-top: -30px;
  opacity: 1;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  background: rgba(0, 0, 0, 0.8);
}

.carousel-control-next span,
.carousel-control-prev span {
  color: #fff;
}

.carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(255, 255, 255, 0));
}

.carousel-caption h5,
.carousel-caption p {
  color: #fff;
}

.ms-button-slider .carousel-control-next,
.ms-button-slider .carousel-control-prev {
  position: relative;
  height: auto;
  width: 60px;
  margin: 1rem 0.5rem 0 0.5rem;
  display: inline-block;
  padding: 5px;
  background: #878793;
  border-radius: 5px;
}

.ms-button-slider .carousel-control-next:after {
  content: 'Next';
}

.ms-button-slider .carousel-control-prev:after {
  content: 'Prev';
}

.ms-button-slider .carousel-control-next>span,
.ms-button-slider .carousel-control-prev>span {
  display: none;
}

.ms-button-slider .carousel-control-next:hover,
.ms-button-slider .carousel-control-prev:hover {
  background: #75757c;
}

.ms-carousel-buttons {
  text-align: center;
}

.ms-indicator-slider .carousel-indicators {
  position: relative;
  margin: 2rem 15% 1rem 15%;
  bottom: auto;
}

.ms-indicator-slider.carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.ms-indicator-slider.carousel .carousel-indicators {
  order: 2;
}

.ms-indicator-slider.carousel .carousel-inner {
  order: 1;
}

.ms-indicator-slider .carousel-indicators li {
  background: #445cc8;
  border: none
}

.ms-indicator-slider .carousel-indicators li:not(.active) {
  opacity: 0.6;
  width: 20px;
}

.ms-dotted-indicator-slider .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.ms-dotted-indicator-slider .carousel-indicators li:not(.active) {
  background: transparent;
  border: 1px solid #fff;
}

.ms-image-slider .carousel-indicators {
  margin: 2% 0 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  padding: 1rem 0;
}

.ms-image-slider .carousel-indicators li {
  width: 100px;
  height: 70px;
}

.ms-image-slider .carousel-indicators li:before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url(/templatemonster/react/foodtech/static/media/add-product-1.f1d51316.jpg);
  display: block;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ms-image-slider .carousel-indicators li:nth-child(2):before {
  background-image: url(/templatemonster/react/foodtech/static/media/add-product-2.6f7696eb.jpg);
}

.ms-image-slider .carousel-indicators li:nth-child(3):before {
  background-image: url(/templatemonster/react/foodtech/static/media/add-product-3.452a78a0.jpg);
}

.ms-image-slider .carousel-indicators li.active:before {
  border: 1px solid #fff;
}

.ms-image-slider .carousel-indicators li:not(.active):before {
  opacity: 0.7;
}

.ms-swipe-slider .carousel-inner {
  display: flex;
}

.ms-swipe-slider .carousel-item {
  display: block;
  flex: 0 1 auto;
  margin: 0 1rem 0 0;
}

.ms-swipe-slider .carousel-item:last-child {
  margin: 0;
}

/* Modals */
.modal-content {
  border: 0;
  box-shadow: 0 1px 24px rgba(0, 0, 0, 0.1);
}

.modal-open .modal {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.close,
.close:focus {
  outline: none;
  opacity: 1;
  text-shadow: none;
}

.close span {
  text-shadow: none;
}

.modal-header.bg-secondary .close span {
  color: #fff;
}

.modal-title.has-icon i {
  margin-right: 10px;
}

.modal-title.has-icon.ms-icon-round i {
  width: 35px;
  height: 35px;
  vertical-align: middle;
  border-radius: 50%;
  padding-top: 5px;
  margin-right: 15px;
  display: inline-block;
  text-align: center;
}

.modal-notice {
  flex: 1 1 auto;
}

.modal-notice a {
  color: #878793;
}

.modal-body p:last-child {
  margin: 0;
}

.modal-min .modal-body {
  padding: 3rem 2rem;
}

.modal-min .modal-body .close {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
}

.modal-min .modal-body i::before {
  font-size: 60px;
  color: #3ea99f;
}

.modal-min .ms-form-group.has-icon i,
.modal-max .ms-form-group.has-icon i {
  top: 10px;
  color: #878793;
  font-size: 18px;
}

.modal-max .ms-list .ms-list-item {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.modal-max .ms-list-item i::before {
  font-size: 30px;
}

/* Rating */
.table td .ms-star-rating {
  margin-bottom: 0;
  ;
}

.ms-star-rating {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.ms-star-rating .ms-rating-item {
  position: relative;
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 4px 0;
  margin-right: 10px;
  border: 1px solid #878793;
  color: #878793;
  border-radius: 5px;
  transition: 0.3s;
  cursor: pointer;
}

.ms-star-rating .item-1 {
  margin-right: -11px;
}

.ms-star-rating .item-2 {
  margin-left: -7px;
}



.ms-star-rating .ms-rating-item i {
  font-size: 16px;
}

.ms-star-rating.rating-circle .ms-rating-item {
  border-radius: 50%;
}

.ms-star-rating.rating-fill .ms-rating-item.rated,
.ms-star-rating.rating-fill .ms-rating-item:hover,
.ms-star-rating.rating-fill .ms-rating-item:hover~.ms-rating-item {
  background-color: #3ea99f;
  border-color: #3ea99f;
  color: #fff;
}

.ms-star-rating.rating-bordered .ms-rating-item.rated,
.ms-star-rating.rating-bordered .ms-rating-item:hover,
.ms-star-rating.rating-bordered .ms-rating-item:hover~.ms-rating-item {
  border: 1px solid #3ea99f;
  color: #3ea99f;
}

.ms-star-rating.rating-fill.heart-rating .ms-rating-item.rated,
.ms-star-rating.rating-fill.heart-rating .ms-rating-item:hover,
.ms-star-rating.rating-fill.heart-rating .ms-rating-item:hover~.ms-rating-item {
  background-color: #3ea99f;
  border-color: #3ea99f;
  color: #fff;
}

.ms-star-rating.rating-bordered.heart-rating .ms-rating-item.rated,
.ms-star-rating.rating-bordered.heart-rating .ms-rating-item:hover,
.ms-star-rating.rating-bordered.heart-rating .ms-rating-item:hover~.ms-rating-item {
  border: 1px solid #3ea99f;
  color: #3ea99f;
}

.ms-star-rating.misc-number .ms-rating-item {
  margin: 0;
  border-radius: 0;
  padding: 3px 0;
  width: 40px;
  border-color: #3ea99f;
  border-left: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 0;
}

.ms-star-rating.misc-number .ms-rating-item i {
  font-size: 14px;
  font-style: normal;
}

.ms-star-rating.misc-number .ms-rating-item.rated,
.ms-star-rating.misc-number .ms-rating-item:hover,
.ms-star-rating.misc-number .ms-rating-item:hover~.ms-rating-item {
  background: #3ea99f;
  color: #fff;
}

.ms-star-rating.misc-number .ms-rating-item:first-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-right: 1px solid #3ea99f;
}

.ms-star-rating.misc-number .ms-rating-item:last-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-left: 1px solid #3ea99f;
}

.ms-star-rating.letter-rating .ms-rating-item {
  padding: 2px 0;
}

.ms-star-rating.letter-rating .ms-rating-item i {
  text-transform: uppercase;
  font-style: normal;
}

.ms-star-rating.misc-checks .ms-rating-item:not(.rated)::before {
  content: '\e5cd';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
}

.ms-star-rating.misc-checks .ms-rating-item.rated::before,
.ms-star-rating.misc-checks .ms-rating-item:hover::before,
.ms-star-rating.misc-checks .ms-rating-item:hover~.ms-rating-item::before {
  content: '\e5ca';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
}

.ms-star-rating.misc-blocks .ms-rating-item,
.ms-star-rating.misc-square .ms-rating-item {
  width: 50px;
  height: 3px;
  border-radius: 0;
  border: 0;
  background-color: #3ea99f;
  opacity: 0.3;
}

.ms-star-rating.misc-square .ms-rating-item {
  width: 20px;
  height: 30px;
}

.ms-star-rating.misc-blocks .ms-rating-item.rated,
.ms-star-rating.misc-blocks .ms-rating-item:hover,
.ms-star-rating.misc-blocks .ms-rating-item:hover~.ms-rating-item,
.ms-star-rating.misc-square .ms-rating-item.rated,
.ms-star-rating.misc-square .ms-rating-item:hover,
.ms-star-rating.misc-square .ms-rating-item:hover~.ms-rating-item {
  opacity: 1;
}

/* Tour */

div#driver-popover-item .driver-popover-footer button {
  background-color: #3ea99f;
  border-color: #3ea99f;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
  text-shadow: none;
  transition: 0.3s;
}

div#driver-popover-item .driver-popover-footer button:hover {
  background-color: #3ea99f;
}

div#driver-popover-item .driver-popover-footer button.driver-disabled,
div#driver-popover-item .driver-popover-footer .driver-close-btn {
  background-color: #878793;
  border-color: #878793;
  color: #fff;
}

div#driver-popover-item .driver-popover-footer button.driver-disabled:hover,
div#driver-popover-item .driver-popover-footer .driver-close-btn:hover {
  background-color: #75757c;
}

/* Croppable */

.ms-crop-preview {
  overflow: hidden;
  margin-bottom: 2rem;
}

.ms-cropper-container {
  margin-bottom: 2rem;
}

.ms-crop-preview.ms-crop-preview-lg {
  max-width: 100%;
  height: 300px;
}

.ms-crop-preview.ms-crop-preview-md {
  max-width: 70%;
  height: 200px;
}

.ms-crop-preview.ms-crop-preview-sm {
  max-width: 40%;
  height: 150px;
}

.ms-cropper-controls {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ms-cropper-controls button {
  margin-right: 1rem;
  margin-bottom: 1rem;
}

/* Range Sliders */
.irs--flat .irs-bar,
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single,
.irs--flat .irs-handle>i:first-child {
  background-color: #3ea99f;
}

.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  border-top-color: #3ea99f;
}

/* Animations */
.ms-animate {
  max-width: 565px;
  margin: 0 auto;
}

.ms-animate img {
  margin-bottom: 2rem;
}

/* Icons */
.ms-icons-list {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0;
}

.ms-icons-list>div {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  padding: 15px 15px;
}

.ms-icons-list>div>i {
  display: inline-block;
  font-size: 20px;
  width: 40px;
  text-align: left;
  color: #3a3952;
}

.ms-icons-list.flaticons>div>i::before {
  font-size: 24px;
}

/* Basic Tables */
.thead-primary thead {
  background-color: #3ea99f;
}

.thead-secondary thead {
  background-color: #445cc8;
}

.thead-success thead {
  background-color: #5cb85c;
}

.thead-info thead {
  background-color: #5bc0de;
}

.thead-warning thead {
  background-color: #f0ad4e;
}

.thead-danger thead {
  background-color: #d9534f;
}

.thead-dark thead {
  background-color: #34334a;
}

.thead-light thead {
  background-color: rgb(244, 244, 244);
}

table img {
  max-width: 30px;
  border-radius: 50%;
  margin-right: 10px;
}

.ms-table-f-w {
  min-width: 185px;
}

table img+span {
  margin-left: 15px;
  font-weight: 400;
  color: #212529;
}

table i {
  margin-right: 10px;
  font-size: 18px;
}

.table thead tr th {
  border-top: 0;
}

.thead-dark thead th,
.thead-primary thead th,
.thead-secondary thead th,
.thead-success thead th,
.thead-info thead th,
.thead-warning thead th,
.thead-danger thead th {
  color: #fff;
}

.table thead th {
  border-bottom: 1px solid #dee2e6;
}


/* Data tables */
.dataTables_info {
  color: #878793;
}

.dataTables_length label select {
  margin-left: 10px;
}

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: '\e5c7';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
}

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: '\e5c5';
  font-family: 'Material Icons';
  font-weight: 700;
  font-style: normal;
  right: 1em;
  bottom: 0.4em;
}

.dataTables_filter label input {
  border-radius: 25px;
  padding: 11px 14px;
}

/* Maps */
.map-container {
  position: relative;
  min-width: 100%;
  max-width: 100%;
  display: block;
  padding: 35% 0;
  overflow: hidden;
  border-radius: 5px;
}

.map-container .google-map {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.vector-map .jvectormap-container>svg,
.vector-map {
  position: relative;
  width: 100%;
  height: 330px;
}

.vector-map .jvectormap-container {
  height: 100%;
}

.jvectormap-zoomin,
.jvectormap-zoomout {
  display: none;
}

/* Default Login and Signup */
.ms-content-wrapper.ms-auth {
  padding: 0;
  background-color: #fff;
  height: 100vh;
}

.ms-auth-container {
  display: flex;
}

.ms-auth-col {
  flex: 1 1 auto;
  height: 100vh;
}

.ms-auth-bg {
  position: relative;
  height: 100%;
  background-image: url(/templatemonster/react/foodtech/static/media/default-login.ca685602.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.ms-auth-form {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 3rem 1rem;
}

.ms-auth-form form {
  width: 40%;
}

.ms-auth-form .btn-social-login span {
  width: 150px;
  display: inline-block;
  text-align: left;
}

.ms-auth-form .btn-social-login img {
  width: 20px;
  margin-right: 15px;
}

.ms-auth-form .btn-social-login {
  background-color: #f6f6f6;
}

/* Modal Login and Signup */
.modal-auth.modal-dialog {
  max-width: 95%;
}

.modal-auth .modal-content {
  height: auto;
}

.modal-auth .modal-body {
  padding: 0;
  overflow: hidden;
}

.modal-auth .modal-content {
  border-radius: 0;
}

.modal-auth .close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 2;
  background-color: #3a3952;
  opacity: 1;
  width: 70px;
  height: 70px;
  border-bottom-left-radius: 50%;
}

.modal-auth .ms-auth-col:first-child {
  flex: 1 1;
}

.modal-auth .close span {
  position: absolute;
  bottom: 13px;
  left: 20px;
  color: #fff;
}

.modal-auth .ms-auth-col {
  height: auto;
}

.modal-auth .ms-auth-form {
  padding: 3rem 1rem;
}

.modal-auth .ms-auth-bg {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-auth .ms-auth-bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 127, 250, 0.8);
  z-index: -1;
}

.ms-auth-slider {
  text-align: center;
  width: 50%;
}

.ms-auth-slider h1 {
  margin-bottom: 1rem;
  font-size: 28px;
}

.ms-auth-slider h1,
.ms-auth-slider p {
  color: #fff;
}

.modal-auth .ms-indicator-slider .carousel-indicators li {
  background: #fff;
}

/* Lock screen */
.ms-lock-screen {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/templatemonster/react/foodtech/static/media/lock-screen.d219c746.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.ms-lock-screen-user {
  width: 150px;
  margin-bottom: 2rem;
}

.ms-lock-screen .ms-content-wrapper {
  text-align: center;
  width: 500px;
}

.ms-lock-screen .ms-content-wrapper h1 {
  color: #fff;
  margin-bottom: 2rem;
}

.ms-lock-screen input.ms-form-input {
  background-color: transparent !important;
  border: 1px solid #fff;
  color: #fff !important;
  border-radius: 5px;
  width: 100%;
}

.ms-lock-screen input.ms-form-input:focus {
  background: transparent;
}

.ms-lock-screen input.ms-form-input+i {
  color: #fff;
  top: 15px;
  font-size: 16px;
}

.ms-lock-screen input.ms-form-input::placeholder {
  color: #fff !important;
  opacity: 1;
}

.ms-lock-screen input.ms-form-input:-ms-input-placeholder {
  color: #fff !important;
}

.ms-lock-screen-nav {
  display: flex;
  justify-content: space-around;
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 150px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 20;
  padding: 1rem 0;
  border-radius: 25px;
}

.ms-lock-screen-nav li.ms-nav-item {
  padding: 0 1rem;
}

.ms-lock-screen-nav .ms-nav-item>a i {
  color: #fff;
  font-size: 20px;
}

.ms-lock-screen-nav .dropdown-menu {
  width: 300px;
}

.ms-lock-screen-weather {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 3;
}

.ms-lock-screen-weather p {
  color: #fff;
  font-size: 1.3rem;
}

.ms-lock-screen-weather p:first-child {
  font-size: 4rem;
}

.ms-lock-screen-time {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
}

.ms-lock-screen-time p {
  color: #fff;
  font-size: 1.3rem;
}

.ms-lock-screen-time p:first-child {
  font-size: 6rem;
  line-height: 5rem;
}

/* Error 404 */
.ms-error-404 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/templatemonster/react/foodtech/static/media/lock-screen.d219c746.jpg);
  background-size: cover;
  background-position: center center;
  z-index: 2;
}

.ms-error-404::before,
.ms-lock-screen::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff00009e;
  z-index: -1;
}

.ms-error-404 .ms-content-wrapper {
  text-align: center;
}

.ms-error-404 .ms-content-wrapper i::before {
  font-size: 8rem;
}

.ms-error-404 .ms-content-wrapper a i {
  margin-right: 5px;
}

.ms-error-404 .ms-content-wrapper h3 {
  font-size: 24px;
  font-weight: 400;
}

.ms-error-404 .ms-content-wrapper h1,
.ms-error-404 .ms-content-wrapper h3,
.ms-error-404 .ms-content-wrapper p,
.ms-error-404 .ms-content-wrapper i::before {
  color: #fff;
  margin-bottom: 1rem;
}

/* Coming Soon */
.ms-coming-soon {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(/templatemonster/react/foodtech/static/media/coming-soon.477889c1.jpg);
  background-size: cover;
  background-position: center center;
}

.ms-coming-soon .ms-content-wrapper {
  text-align: center;
  width: 500px;
}

.ms-coming-soon h1 {
  font-size: 44px;
  margin-bottom: 2rem;
  color: #3a3952;
}

.ms-coming-soon p {
  color: #3a3952;
  margin-bottom: 2rem;
}

.ms-dark-theme .ms-coming-soon p.ms-duration,
.ms-dark-theme .ms-coming-soon h1 {
  color: #3a3952;
}

.ms-coming-soon button {
  padding: 0.225rem 1rem;
}

.ms-coming-soon ul {
  margin: 2rem 0;
}

.ms-coming-soon ul li p {
  margin-bottom: 0;
  font-weight: 700;
}

.ms-coming-soon ul li p:first-child {
  font-size: 26px;
}

.ms-coming-soon .input-group {
  margin-bottom: 2rem;
}

.ms-coming-soon ul li a.ms-social {
  font-size: 18px;
}

.ms-coming-soon ul.ms-social-container {
  justify-content: space-around;
}

a.ms-fb,
.ms-dark-theme a.ms-fb {
  color: #3b5797;
}

.nav-tabs.white .nav-item .nav-link {
  background-color: #fff;
}

.ms-dark-theme .ms-card-body span.white {
  background: #ffffff;
  border-radius: 19%;
  padding: 1px 5px;
  color: #3ea99f;
}

.ms-card-body span.white {
  background: #3ea99f;
  border-radius: 19%;
  padding: 7px 7px;
  color: #fff;
  font-weight: 600;
}

a.ms-pnt,
.ms-dark-theme a.ms-pnt {
  color: #bd081b;
}

a.ms-tw,
.ms-dark-theme a.ms-tw {
  color: #3da4f3;
}

a.ms-wa,
.ms-dark-theme a.ms-wa {
  color: #29928B;
}

a.ms-skype,
.ms-dark-theme a.ms-skype {
  color: #0991fa;
}

a.ms-g-plus,
.ms-dark-theme a.ms-g-plus {
  color: #db4a39;
}

.ms-dark-theme .ms-coming-soon .form-control {
  background-color: #fff;
  color: #495057;
}

.ms-dark-theme .ms-coming-soon input.form-control::placeholder {
  color: #495057;
  opacity: 1;
}

.ms-dark-theme .ms-coming-soon input.form-control::-ms-input-placeholder {
  color: #495057;
}

/* User Profile */

.ms-profile-overview {
  position: relative;
  height: 500px;
  background-color: #fff;
  margin-bottom: 30px;
  box-shadow: 0 1px 6px 1px rgba(69, 65, 78, 0.1);
}

.ms-profile-cover {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-image: url(/templatemonster/react/foodtech/static/media/banner-1000x370.93ed5353.jpg);
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  height: 87%;
  width: 100%;
  padding: 1.5rem;
  padding-bottom: 0;
  z-index: 1;
}

.ms-profile-cover::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(255, 255, 255, 0));
  z-index: -1;
}

.ms-profile-cover img {
  width: 200px;
  margin-bottom: -35px;
  border: 3px solid #fff;
  border-radius: 5px;
}

.ms-profile-user-info,
.ms-profile-user-buttons {
  padding: 0 0 1.5rem 1.5rem;
}

.ms-profile-user-buttons {
  flex: 1 1 auto;
  text-align: right;
}

.ms-profile-user-buttons a+a {
  margin-left: 10px;
}

.ms-profile-user-buttons button i {
  margin-right: 5px;
}

.ms-profile-user-info h1,
.ms-profile-user-info h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.ms-profile-user-info h2 {
  font-size: 12px;
  font-weight: 400;
}

.ms-profile-skills {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 1.5rem 0 0;
}

.ms-skill-list {
  margin-bottom: 0;
}

.ms-skill-list .ms-skill {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 0.5rem 1rem;
  margin: 0 0.5rem 0.5rem 0;
  text-align: center;
  min-width: 100px;
  font-weight: 500;
}

.ms-profile-information tr td {
  text-align: right;
}

.ms-profile-stats {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 0 0 1rem 0;
  margin-bottom: 1.5rem;
}

.ms-profile-stats li {
  flex: 1 1;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.ms-profile-stats li:last-child {
  border-right: 0;
}

.ms-profile-stats li span {
  display: block;
}

li .ms-count {
  font-size: 24px;
  font-weight: 700;
}

.ms-profile-navigation {
  position: absolute;
  bottom: 0;
  left: 250px;
}

.ms-profile-navigation .nav-item {
  flex: 0 0 auto;
}

.ms-profile-navigation .nav-item .nav-link {
  padding: 1rem;
}

.ms-profile-navigation.tabs-bordered .nav-item .nav-link {
  border-bottom: 0;
  color: #878793;
}

.ms-profile-experience {
  margin-bottom: 1.5rem;
}

.ms-profile-experience p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.5rem;
}

.ms-profile-experience h4 {
  margin-bottom: 0;
  font-size: 16px;
}

/* Portfolio */
.card-columns .card {
  margin-bottom: 1.5rem;
  border: 0;
}

.ms-portfolio-item {
  position: relative;
  overflow: hidden;
}

.ms-portfolio-item::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(0, 0, 0, .4), rgba(255, 255, 255, 0));
  z-index: 1;
}

.ms-portfolio img,
.ms-portfolio .card {
  border-radius: 10px;
}

.ms-portfolio-item-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 1rem;
  z-index: 2;
}

.ms-portfolio-item-content h4,
.ms-portfolio-item-content .item-content-inner span,
.ms-portfolio-minimal .ms-portfolio-item-content p {
  color: #fff;
}

.item-content-inner {
  display: flex;
  margin-top: 0.5rem;
}

.ms-portfolio-item-content .item-content-inner span {
  margin-right: 2rem;
}

.ms-portfolio-item-content .item-content-inner span i {
  font-size: 16px;
}

.ms-portfolio-minimal .ms-portfolio-item-content {
  text-align: center;
}

.ms-portfolio-minimal .ms-portfolio-item-content p {
  margin-bottom: 0;
}

.ms-portfolio-minimal .ms-portfolio-item-content {
  transform: translateY(100%);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.ms-portfolio-minimal .ms-portfolio-item::before {
  height: 0;
  transition: 0.3s;
}

.ms-portfolio-minimal .ms-portfolio-item:hover::before {
  height: 100%;
}

.ms-portfolio-minimal .ms-portfolio-item:hover .ms-portfolio-item-content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

/* Incvoice */

.invoice-address h3 {
  font-size: 30px;
  margin-bottom: 1rem;
}

.invoice-address h5 {
  font-size: 16px;
  margin-bottom: 0.75rem;
}

/* Chat */

.ms-chat-status {
  position: relative;
}

.ms-chat-status::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.ms-status-online::after {
  background: #0ac282;
}

.ms-status-offline::after {
  background: #aeaeae;
}

.ms-status-busy::after {
  background: #f04747;
}

.ms-status-away::after {
  background: #faa61a;
}

.ms-chat-header .ms-chat-img,
.ms-chat-container .ms-chat-img,
.ms-chat-message .ms-chat-img {
  width: 40px;
}

.ms-widget .ms-chat-header {
  display: flex;
}

.ms-chat-container .ms-chat-header {
  display: block;
}

.ms-chat-user-info {
  position: relative;
}

.ms-chat-user-info a {
  color: #878793;
}

.ms-chat-user-info h6 {
  margin-bottom: 0;
}

.ms-chat-conversations .ms-chat-user-info h6 {
  text-transform: capitalize;
}

.ms-chat-conversations .ms-panel-body {
  max-height: 100vh;
}

.ms-chat-user-info .has-chevron::after {
  top: 0;
  right: -15px;
}

.ms-open-chat {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-open-chat .ms-chat-user-info h6 {
  display: inline;
}

.ms-open-chat .ms-chat-user-info .ms-chat-time {
  font-size: 12px;
  color: #aeaeae;
  float: right;
}

.ms-open-chat .ms-chat-user-info p {
  font-size: 14px;
  color: #aeaeae;
  margin-bottom: 0;
  width: 85%;
}

.ms-open-chat .ms-chat-user-info i.ms-delete-trigger {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ms-has-new-msg .msg-count {
  position: absolute;
  top: -2px;
  left: -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #fff;
  background: #3ea99f;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  color: #fff;
}

.ms-group-members li {
  width: 30px;
  float: left;
  margin-left: -10px;
}

.ms-group-members li:first-child {
  margin-left: 0;
}

.ms-group-members li img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.ms-group-members li.ms-group-count {
  width: auto;
  margin-left: 7px;
  margin-top: 6px;
  font-size: 12px;
  color: #aeaeae;
}

.ms-chat-conversations .ms-chat-controls li {
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background-color: #f0f0f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.ms-chat-conversations .ms-chat-controls li i {
  color: #3a3952;
  font-size: 18px;
}

.ms-chat-conversations .ms-chat-controls li:last-child {
  margin-right: 0;
}

.ms-chat-bubble {
  align-items: flex-start;
}

.ms-chat-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-end;
}

.ms-chat-incoming .ms-chat-text {
  align-items: flex-start;
}

.ms-chat-text p {
  position: relative;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 0.5rem;
  color: #fff;
  display: block;
  max-width: 80%;
  text-align: left;
}

.ms-chat-bubble .ms-chat-time {
  font-size: 12px;
}

.ms-chat-bubble.ms-chat-outgoing .ms-chat-text p:first-child {
  border-top-right-radius: 0;
}

.ms-chat-bubble.ms-chat-outgoing .ms-chat-text p:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  border-top: 0px solid transparent;
  border-left: 9px solid #3ea99f;
  border-bottom: 12px solid transparent;
}

.ms-chat-bubble.ms-chat-incoming .ms-chat-text p:first-child {
  border-top-left-radius: 0;
}

.ms-chat-bubble.ms-chat-incoming .ms-chat-text p:first-child::after {
  content: '';
  position: absolute;
  top: 0;
  right: 100%;
  border-top: 0px solid transparent;
  border-right: 9px solid #f0f0f7;
  border-bottom: 12px solid transparent;
}

.ms-chat-bubble.ms-chat-outgoing {
  flex-direction: row-reverse;
}

.ms-chat-bubble.ms-chat-outgoing .ms-chat-img {
  margin-left: 1rem;
}

.ms-chat-bubble.ms-chat-outgoing .ms-chat-text {
  text-align: right;
}

.ms-chat-bubble.ms-chat-incoming .ms-chat-text {
  text-align: left;
}

.ms-chat-bubble.ms-chat-outgoing .ms-chat-text p {
  background-color: #3ea99f;
}

.ms-chat-bubble.ms-chat-outgoing .ms-chat-time {
  text-align: right;
}

.ms-chat-bubble.ms-chat-incoming .ms-chat-img {
  margin-right: 1rem;
}

.ms-chat-bubble.ms-chat-incoming .ms-chat-text p {
  background-color: #f0f0f7;
  color: #3a3952;
}

.ms-chat-textbox {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}

.ms-chat-textbox .ms-chat-input {
  flex: 1 1 auto;
}

.ms-chat-textbox .ms-chat-input input {
  width: 92%;
  border: 0;
  margin: 0 1rem;
  outline: none;
  background-color: transparent;
}

.ms-chat-text-controls {
  border-left: 1px solid rgba(0, 0, 0, .1);
}

.ms-chat-text-controls span {
  padding-left: 1rem;
}

.ms-chat-text-controls span i,
.ms-chat-vn i {
  font-size: 18px;
  cursor: pointer;
  color: #878793;
}

.ms-hoverable-dropdown {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  color: #aeaeae;
}

.ms-hoverable-dropdown i {
  font-size: 18px;
}

.ms-open-chat:hover {
  background-color: #e9ecef;
}

.ms-open-chat.selected {
  background-color: #e9ecef;
  border-left: 3px solid #3ea99f;
}

.ms-chat-user-container:hover .ms-hoverable-dropdown {
  display: block;
}

/* To-do-list */

.ms-todo-list-container div.form-group input {
  width: 87%;
}

.ms-to-do-task {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-to-do-task input.ms-task-input {
  border: 0;
  width: calc(100% - 65px);
  background-color: transparent;
}

.ms-to-do-task input.ms-task-input:disabled {
  background: #fff;
}

.ms-task-block li.ms-to-do-task:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.ms-to-do-task .ms-confirm-task-form {
  display: inline;
}

.ms-to-do-task.task-complete span {
  text-decoration: line-through;
}

.ms-task-block .ms-list-item {
  margin-bottom: 0;
  padding: 0.75rem 0;
}

.ms-todo-options {
  display: flex;
  align-items: center;
  height: 100%;
}

.ms-todo-options.ms-todo-nav {
  justify-content: flex-end;
}

.ms-todo-options li {
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.ms-todo-options li:last-child {
  border-right: 0;
}

/* Email */
.ms-email-container .ms-email-img {
  width: 50px;
  text-align: center;
}

.ms-email {
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.ms-email:hover {
  background-color: #e9ecef;
}

.ms-email-details {
  overflow: hidden;
  width: 100%;
}

.ms-email .ms-email-details h6 {
  display: inline;
  font-size: 14px;
}

.ms-email:hover .ms-hoverable-dropdown {
  display: block;
}

.ms-email .ms-hoverable-dropdown {
  bottom: -9px;
  right: -5px;
}

.ms-email .ms-email-time {
  font-size: 12px;
  color: #aeaeae;
  position: absolute;
  top: 1rem;
  right: 0;
  margin-right: 25px;
}

.ms-email .ms-email-time i {
  font-size: 16px;
  margin-right: 10px;
}

.ms-email .ms-email-details p {
  font-size: 14px;
  color: #aeaeae;
  margin-bottom: 0;
}

.ms-email .ms-email-sender {
  font-size: 18px;
  font-weight: 400;
  color: #3a3952;
  display: block;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #3ea99f !important;
}

.ms-email-list {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.ms-email-aside .ms-email-list.bb-0 {
  border-bottom: 0;
}

.ms-email-panel .ms-panel-body {
  display: flex;
}

.ms-email-panel .ms-email-main {
  flex: 1 1 auto;
  width: calc(100% - 100px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ms-email-list .ms-list-item {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.ms-email-list .ms-list-item a {
  display: block;
}

.ms-email-list .ms-list-item a span {
  color: #878793;
  float: right;
}

.ms-email-list .ms-list-item i {
  color: #878793;
  margin-right: 10px;
  font-size: 18px;
  transition: 0.3s;
}

.ms-email-list .ms-list-item i.ms-has-notification::after {
  top: -3px;
}

.ms-email-list .ms-email-label {
  font-size: 13px;
  padding-bottom: 0;
  color: #878793;
}

.ms-email-list .ms-active-email a,
.ms-email-list .ms-active-email i,
.ms-email-list .ms-list-item a:hover,
.ms-email-list .ms-list-item a:hover i,
.ms-email-list .ms-list-item a:focus i {
  color: #3ea99f;
}

.ms-email-aside {
  padding: 1.5rem;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.ms-email-config {
  margin-top: 150px;
}

.ms-email-pagination {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  margin-bottom: 0;
  width: auto;
}

.ms-email-pagination li {
  display: inline-block;
  margin: 0 5px;
}

.ms-email-pagination-item a {
  padding: 7px 10px;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 5px;
  display: block;
}

.ms-email-pagination-item a:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #34334a;
}

.ms-email-pagination-item a:focus {
  color: #34334a;
}

.ms-email-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  display: flex;
  justify-content: space-between;
}

.ms-email-options {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 0;
}

.ms-email-options .dropdown {
  display: inline-block;
}

.ms-email-options li {
  padding: 0 15px;
  border-right: 1px solid rgba(0, 0, 0, .1);
}

.ms-email-options li:first-child {
  padding-left: 0;
}

.ms-email-options li:last-child {
  border-right: 0;
  padding-right: 0;
}

.ms-email-options i {
  font-weight: 700;
  margin-right: 5px;
}

.ms-email-options .has-chevron,
.ms-email-options .has-chevron::after {
  color: #878793;
}

.ms-email-options .has-chevron::after {
  top: 1px;
  right: -20px;
}

.ms-email-content .ms-email img {
  width: 50px;
}

.ms-email-content .ms-email {
  padding: 1rem 1.5rem;
}

.ms-email-controls .ms-pin-email {
  margin-right: 15px;
  color: #878793;
  cursor: pointer;
}

.ms-email.pinned .ms-email-controls .ms-pin-email,
.ms-email .ms-email-controls .ms-pin-email:hover {
  color: #f39001;
}

/* Web Analytics */
.ms-graph-metrics .btn {
  margin-top: 0;
  min-width: auto;
  padding: 0.825rem 1rem;
}

.ms-site-select .dropdown-menu {
  width: 250px;
  margin-top: 1rem;
}

.ms-active-site {
  margin-bottom: 1.5rem;
  cursor: pointer;
}

.ms-site-select .selected span {
  color: #5cb85c;
}

.ms-active-site.has-chevron::after {
  top: 1px;
  right: auto;
  left: 100%;
  margin-left: 5px;
}

.ms-graph-meta {
  margin-top: 1.5rem;
}

.ms-graph-meta ul {
  margin-bottom: 0;
}

.ms-graph-meta li {
  margin-right: 1.5rem;
}

.ms-graph-meta h3 {
  margin-top: 0.35rem;
  margin-bottom: 0;
}

.ms-graph-labels {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ms-graph-labels span {
  width: 15px;
  height: 7px;
  border-radius: 25px;
  display: inline-block;
}

.ms-graph-labels.column-direction {
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.ms-graph-decrease {
  background-color: #ec4e3f;
}

.ms-graph-regular {
  background-color: #000000;
}

.ms-graph-labels p {
  display: inline-block;
  margin: 0 20px 0 10px;
  color: #3a3952;
}

.ms-graph-labels p:last-child {
  margin-right: 0;
}

.ms-trend {
  position: relative;
  width: 150px;
}

.ms-trend canvas {
  position: absolute;
  top: 0;
  width: 50% !important;
  height: 40px !important;
}

.ms-device-sessions .ms-panel-footer {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.ms-device-sessions .ms-panel-footer h6 {
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.ms-device-sessions .ms-device {
  margin-bottom: 1.5rem;
}

.load {
  margin: auto;
  text-align: center;
  cursor: pointer;
}

.space {
  margin-right: 15px;
}

.ms-device-sessions .ms-device i {
  font-size: 24px;
  padding: 10px;
  margin-bottom: 1rem;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ms-device-sessions .ms-device p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ms-device-sessions .ms-device p:last-child {
  font-size: 14px;
  font-weight: 400;
}

.ms-device-sessions .progress {
  height: 2rem;
  border-radius: 0;
  margin-bottom: 0;
}

.ms-panel-footer .ms-device {
  margin-bottom: 0;
}

.website-performance-canvas,
.ms-graph-canvas {
  position: relative;
  flex: 1 1 auto;
  height: 50px;
  width: 90%;
}

.ms-website-performance li.ms-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 1.5rem;
}

.ms-website-performance li:last-child {
  border-bottom: 0;
}

.website-performance-canvas canvas,
.ms-graph-canvas canvas {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.website-performance-meta {
  text-align: right;
  margin-left: 1rem;
}

.website-performance-meta p:first-child,
.ms-facebook-engagements .ms-graph-meta p:first-child {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ms-average-users-country .jvectormap-container,
.ms-average-users-country .jvectormap-container>svg,
.ms-average-users-country .vector-map {
  height: 275px;
}

/* Crypto Currency */
.ms-news-update {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 100%;
  background-color: #3ea99f;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.ms-news-update::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 70px solid #fff;
  border-left: 35px solid transparent;
}

.ms-news-update span {
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
}

.ms-news-flash-container {
  overflow: hidden;
  padding: 1.2rem;
}

.ms-news-flash-container li p {
  font-weight: 400;
}

.ms-crypto-overview-slider .slick-list {
  cursor: grab;
  padding: 1.5rem;
}

.ms-crypto-overview-slider .slick-slide:focus {
  outline: none;
}

.ms-crypto-overview i {
  margin-right: 5px;
}

.ms-crypto-rating a.has-chevron {
  color: #878793;
}

.ms-crypto-rating a.has-chevron i {
  margin-right: 5px;
}

.ms-crypto-rating a.has-chevron::after {
  top: 1px;
  right: -20px;
}

.ms-crypto-rating .dropdown {
  margin: 1rem 0;
}

.ms-crypto-orders .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #3ea99f;
  border: 1px solid #3ea99f;
  padding: 0.825rem 1rem;
  border-radius: .2rem;
  margin-top: 0;
}

.ms-crypto-orders .nav-tabs .nav-item:first-child .nav-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ms-crypto-orders .nav-tabs .nav-item:not(:first-child) .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ms-crypto-orders .nav-tabs .nav-item .nav-link.active {
  background-color: #3ea99f;
  color: #fff;
}

.ms-quick-stats {
  display: flex;
  align-items: center;
}

.ms-quick-stats i {
  font-size: 34px;
  padding: 10px;
  width: 44px;
  height: 44px;
  margin-bottom: 0.825rem;
  border-radius: 5px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ms-quick-stats p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ms-stats-grid {
  text-align: center;
  padding: 0.7rem;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex: 0 0 50%;
}

.ms-quick-stats:last-child .ms-stats-grid {
  border-bottom: 0;
}

.ms-crypto-amount {
  width: 180px;
}

.ms-crypto-orders-expanded .ms-trend {
  width: auto;
}

.ms-news-highlight {
  border-top: 3px solid #f8f8f8;
  transition: 0.3s;
}

.ms-news-highlight:hover,
.ms-dark-theme .ms-news-highlight:hover {
  border-top-color: #3ea99f;
  opacity: 0.8;
}

.ms-news-highlight h2 {
  margin: 1rem 0;
}

/* Social Media */

.ms-social-media-followers {
  display: flex;
  align-items: center;
}

.ms-social-media-followers i {
  font-size: 24px;
  padding: 10px;
  width: 44px;
  height: 44px;
  margin-bottom: 0.825rem;
  border-radius: 5px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.ms-social-media-followers p {
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 700;
}

.ms-social-grid {
  text-align: center;
  padding: 0.7rem;
  border-left: 1px solid rgba(0, 0, 0, .1);
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  flex: 0 0 50%;
}

.ms-social-media-followers:last-child .ms-social-grid {
  border-bottom: 0;
}

table td .progress {
  margin-bottom: 0;
  background: #fff;
  border-radius: 0;
}

.ms-facebook-engagements p {
  margin-bottom: 0;
}

.ms-twitter-feed .media {
  align-items: flex-start;
}

.ms-feed .media .ms-img-round {
  margin-right: 1rem;
}

.ms-twitter-feed .ms-feed-user,
.ms-twitter-feed .ms-feed-user+p {
  display: inline-block;
}

.ms-feed p {
  font-size: 14px;
}

.ms-feed li.ms-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 1.5rem;
  margin-bottom: 0;
}

.ms-feed li.ms-list-item:last-child {
  border-bottom: 0;
}

.ms-feed-controls {
  display: flex;
  margin-top: 1rem;
}

.ms-feed-controls span {
  margin-right: 2rem;
}

.ms-feed-controls span i {
  font-size: 18px;
}

.ms-facebook-feed .ms-feed-user {
  margin-bottom: 0;
}

.ms-facebook-feed .media {
  margin-bottom: .5rem;
}

.ms-fb-feed-img {
  border-radius: 5px;
  margin: 1rem 0;
  width: 100%;
}

.ms-fb-post-meta {
  display: flex;
  justify-content: center;
}

.ms-fb-post-meta i {
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #3ea99f;
  color: #fff;
  margin-right: 5px;
  font-size: 12px;
}

.ms-facebook-feed .ms-feed-controls {
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding-top: 1rem;
}

.ms-facebook-feed .ms-feed-controls span {
  margin: 0;
  cursor: pointer;
}

.ms-instagram-feed .ms-feed-controls {
  margin-top: 0;
}

.ms-instagram-feed .ms-feed-controls i {
  font-size: 24px;
  margin-right: 1rem;
  font-weight: 400;
  cursor: pointer;
}

.ms-instagram-feed .ms-group-members {
  margin: 1rem 0;
}

.ms-facebook-engagements li.ms-list-item {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 1.5rem;
  margin-bottom: 0;
}

.ms-facebook-engagements li.ms-list-item:last-child {
  border-bottom: 0;
}

.ms-facebook-engagements .ms-graph-meta {
  text-align: left;
  margin-top: 0;
  margin-right: 1rem;
}

.ms-facebook-page-selection {
  padding: 1.5rem;
  padding-bottom: 0;
}

.ms-facebook-page-selection .dropdown {
  display: inline-block;
  margin: 1.5rem 0 0;
}

.ms-facebook-page-selection .dropdown a.has-chevron::after {
  top: 0;
  right: auto;
  left: 100%;
}

/* Client Management */

.ms-recent-support-tickets .ms-list-item:hover {
  background-color: #e9ecef;
}

/* Dark Theme */
.ms-dark-theme,
.ms-dark-theme a,
.ms-dark-theme h1,
.ms-dark-theme h2,
.ms-dark-theme h3,
.ms-dark-theme h4,
.ms-dark-theme h5,
.ms-dark-theme h6,
.ms-dark-theme table,
.ms-dark-theme .ms-news-flash *,
.ms-dark-theme .ms-infographics-widget.has-graph .ms-card-body+p,
.ms-dark-theme p:not([class*="ms-text-"]),
.ms-dark-theme span:not([class*="ms-text-"]),
.ms-dark-theme .ms-quick-bar-item i,
.ms-dark-theme .ms-configure-qa i,
.ms-dark-theme .text-disabled,
.ms-dark-theme .ms-crypto-rating a.has-chevron,
.ms-dark-theme .ms-email .ms-email-sender,
.ms-dark-theme .ms-text-dark,
.ms-dark-theme .ms-text-dark:hover,
.ms-dark-theme .ms-text-dark:focus,
.ms-dark-theme .ms-chat-conversations .ms-chat-controls li i,
.ms-dark-theme .ms-notification-widget i,
.ms-dark-theme .accordion .card-header span,
.ms-dark-theme .accordion .card-body,
.ms-dark-theme .progress-rounded .progress-value,
.ms-dark-theme .page-item:not(.active) .page-link,
.ms-dark-theme .page-item:not(.active-circle) .page-link,
.ms-dark-theme .page-item:not(.active-bordered) .page-link,
.ms-dark-theme .page-item:not(.active-round) .page-link,
.ms-dark-theme-panel *,
.ms-dark-theme .modal-min .ms-form-group.has-icon i,
.ms-dark-theme .modal-max .ms-form-group.has-icon i,
.ms-dark-theme .swal2-popup .swal2-title,
.ms-dark-theme .swal2-popup .swal2-content,
.ms-dark-theme pre,
.ms-dark-theme .ms-icons-list>div>i,
.ms-dark-theme .ms-email-list .ms-list-item i,
.ms-dark-theme .ms-delete-trigger,
.ms-dark-theme .ms-to-do-task input.ms-task-input,
.ms-dark-theme .side-nav .menu-item a span {
  color: #fff;
}

.ms-dark-theme .ms-open-chat .ms-chat-user-info .ms-chat-time,
.ms-dark-theme .ms-group-members li.ms-group-count,
.ms-dark-theme .ms-email-list .ms-email-label,
.ms-dark-theme .ms-email-list .ms-list-item a span,
.ms-dark-theme .ms-email-options .has-chevron,
.ms-dark-theme .ms-email-options .has-chevron::after,
.ms-dark-theme .dataTables_info,
.ms-dark-theme .breadcrumb-item.active,
.ms-dark-theme .breadcrumb-item+.breadcrumb-item::before,
.ms-dark-theme .ms-chat-textbox .ms-chat-input input {
  color: #5c6dc0;
}

.ms-dark-theme a:hover,
.ms-dark-theme a:active {
  color: #3ea99f;
}

.ms-dark-theme .ms-news-highlight {
  border-top: 3px solid #323a67;
}

.ms-dark-theme .body-content,
.ms-dark-theme .progress,
.ms-dark-theme .breadcrumb,
.ms-dark-theme .ms-chat-conversations .ms-chat-controls li,
.ms-dark-theme .ms-card-header .ms-btn-icon,
.ms-dark-theme .ms-notification-widget i,
.ms-dark-theme .accordion .card-header,
.ms-dark-theme .page-item.disabled .page-link,
.ms-dark-theme pre,
.ms-dark-theme .ms-open-chat.selected,
.ms-dark-theme .irs--flat .irs-line,
.ms-dark-theme .irs--sharp .irs-line,
.ms-dark-theme .irs--round .irs-line,
.ms-dark-theme .irs--square .irs-line {
  background-color: #323a67;
}

.ms-dark-theme .page-link,
.ms-dark-theme .input-group-text,
.ms-dark-theme .custom-file-label::after {
  background-color: #252851;
  color: #fff;
}

.ms-dark-theme .pagination-light .page-item:not(.active) .page-link,
.ms-dark-theme .pagination-light .page-item:not(.active-circle) .page-link,
.ms-dark-theme .pagination-light .page-item:not(.active-round) .page-link {
  background-color: #323a67;
  border-color: #323a67;
}

.ms-dark-theme .ms-panel.ms-panel-hoverable:hover,
.ms-dark-theme .ms-recent-support-tickets .ms-list-item:hover {
  background-color: rgba(0, 0, 0, .05);
}

.ms-dark-theme .page-item.active .page-link,
.ms-dark-theme .pagination-light .page-item.active .page-link {
  color: #fff;
  background-color: #3ea99f;
  border-color: #3ea99f;
  z-index: 0;
}

.ms-dark-theme .page-link,
.ms-dark-theme .pagination.pagination-expanded,
.ms-dark-theme .pagination-input input[type="number"],
.ms-dark-theme .pagination-expanded .page-item-expanded input[type="number"],
.ms-dark-theme .custom-file-label,
.ms-dark-theme .page-item.disabled .page-link {
  border-color: rgba(0, 0, 0, 0.1);
}

.ms-dark-theme .progress-rounded {
  border-color: #323a67;
}

.ms-dark-theme .ms-chat-bubble.ms-chat-incoming .ms-chat-text p {
  background-color: #323a67;
  color: #fff;
}

.ms-dark-theme .ms-chat-bubble.ms-chat-incoming .ms-chat-text p:first-child::after {
  border-right-color: #323a67;
}

.ms-dark-theme .accordion .card-header[aria-expanded="true"] {
  background-color: #252851;
}

.ms-dark-theme input,
.ms-dark-theme button,
.ms-dark-theme input:focus,
.ms-dark-theme button:focus {
  outline: 0;
  box-shadow: none;
}

.ms-dark-theme .ms-switch-slider,
.ms-dark-theme .ms-auth-form button.btn-social-login {
  background-color: #323a67;
}

.ms-dark-theme .ms-switch-slider:before {
  background-color: #5c6dc0;
}

.ms-dark-theme .navbar,
.ms-dark-theme .ms-quick-bar-list,
.ms-dark-theme .ms-quick-bar>.nav-tabs .nav-item .nav-link,
.ms-dark-theme .ms-quick-bar,
.ms-dark-theme #preloader-wrap {
  background-color: #2a2e5b;
}

.ms-dark-theme .ms-quick-bar,
.ms-dark-theme .navbar,
.ms-dark-theme .table-bordered {
  border-color: #242750;
}

.ms-dark-theme .side-nav .logo-sn,
.ms-dark-theme .side-nav .menu-item ul {
  background-color: #252851;
}

.ms-dark-theme .side-nav {
  background-color: #292e5a;
}

.ms-dark-theme .ms-panel,
.ms-dark-theme .ms-card,
.ms-dark-theme .dropdown-menu,
.ms-dark-theme .ms-quick-bar .ms-quick-bar-content,
.ms-dark-theme .card,
.ms-dark-theme .breadcrumb.breadcrumb-arrow li,
.ms-dark-theme .pagination.pagination-expanded,
.ms-dark-theme-panel,
.ms-dark-theme .pagination-expanded .page-item:first-child .page-link::after,
.ms-dark-theme .pagination-expanded .page-item:last-child .page-link::after,
.ms-dark-theme .pagination-expanded .page-item:not(.active) .page-link:hover::after,
.ms-dark-theme .ms-list .ms-list-item.bordered,
.ms-dark-theme .modal-content,
.ms-dark-theme .ms-form-wizard,
.ms-dark-theme .ms-profile-overview,
.ms-dark-theme .ms-content-wrapper.ms-auth,
.ms-dark-theme .irs--round .irs-handle,
.ms-dark-theme .irs--square .irs-handle {
  background-color: #252851;
}

.ms-dark-theme .swal2-popup {
  background: #292d5a;
}

.ms-dark-theme .modal-header {
  border-bottom-color: rgba(0, 0, 0, .1);
}

.ms-dark-theme .modal-footer,
.ms-dark-theme .swal2-popup .swal2-footer {
  border-top-color: rgba(0, 0, 0, .1);
}

.ms-dark-theme .breadcrumb.breadcrumb-arrow li::after,
.ms-dark-theme .ms-form-wizard ul[role="tablist"] li::before {
  border-left-color: #292d5a;
}

.ms-dark-theme .ms-news-update::after {
  border-bottom-color: #292d5a;
}

.ms-dark-theme .breadcrumb.breadcrumb-arrow li::before {
  border-left-color: #323a67;
}

.ms-dark-theme .table td,
.ms-dark-theme .table th {
  border-color: #242750;
}


.ms-dark-theme .pagination-input input[type="number"],
.ms-dark-theme .pagination-expanded .page-item-expanded input[type="number"],
.ms-dark-theme .custom-file-label,
.ms-dark-theme .irs--flat .irs-min,
.ms-dark-theme .irs--flat .irs-max,
.ms-dark-theme .irs--modern .irs-min,
.ms-dark-theme .irs--modern .irs-max,
.ms-dark-theme .irs--round .irs-min,
.ms-dark-theme .irs--round .irs-max,
.ms-dark-theme .irs--big .irs-min,
.ms-dark-theme .irs--big .irs-max {
  background-color: #323a67;
  color: #5c6dc0;
}

.ms-dark-theme input.ms-form-input::placeholder,
.ms-dark-theme input::placeholder,
.ms-dark-theme textarea::placeholder {
  color: #5c6dc0;
  opacity: 1;
}

.ms-dark-theme input.ms-form-input:-ms-input-placeholder,
.ms-dark-theme input::-ms-input-placeholder,
.ms-dark-theme textarea::-ms-input-placeholder,
.ms-dark-theme .ms-chat-textbox .ms-chat-input input {
  color: #5c6dc0;
}

.ms-dark-theme .form-control {
  border: 0;
}

.ms-dark-theme .nav-tabs .nav-item .nav-link {
  background-color: #323a67;
  color: #5c6dc0;
}

.ms-dark-theme .nav-tabs .nav-item .nav-link.active {
  color: #fff;
  background-color: #3ea99f;
}

.ms-dark-theme .ms-crypto-orders .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  color: #3ea99f;
}

.ms-dark-theme .dropdown-menu .media:hover,
.ms-dark-theme .ms-open-chat:hover,
.ms-dark-theme .ms-email:hover {
  background-color: #323a67;
}

.ms-dark-theme .thead-light thead {
  background-color: rgba(0, 0, 0, .15);
}

.ms-dark-theme .ms-has-new-msg .msg-count,
.ms-dark-theme .ms-chat-status::after,
.ms-dark-theme .ms-group-members li img {
  border-color: #292d5a;
}

.ms-dark-theme .dropdown-divider {
  border-top-color: #242750;
}

.ms-dark-theme .ms-quick-bar-item a:not(.active):hover span,
.ms-dark-theme .ms-quick-bar-item a:not(.active):hover i,
.ms-dark-theme .ms-quick-bar .ms-quick-bar-list:not(.ms-qa-configure-mode)+.ms-configure-qa a:hover i,
.ms-dark-theme .ms-quick-bar .ms-quick-bar-list:not(.ms-qa-configure-mode)+.ms-configure-qa a:hover span {
  color: #eee;
}

@media(max-width: 1024px) {

  .ms-card.ms-card-fh {
    height: auto;
  }

  .ms-todo-options {
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin: 1rem 0 0;
    height: auto;
  }

  .ms-todo-options.ms-todo-nav {
    align-items: flex-end;
  }

  .ms-todo-options li {
    padding: 5px 15px;
    border-right: 0;
  }

  .ms-chat-text p {
    max-width: 100%;
  }

  .ms-hoverable-dropdown,
  .ms-email .ms-email-time {
    display: block;
  }

  .ms-email .ms-email-time {
    float: right;
    position: relative;
    top: auto;
  }

  .ms-auth-bg,
  .ms-auth-col:first-child {
    display: none;
  }

  .ms-content-wrapper.ms-auth {
    min-height: 100vh;
  }

  .ms-website-performance li.ms-list-item {
    float: left;
    width: 50%;
  }

  .ms-facebook-engagements li.ms-list-item {
    float: left;
    width: 50%;
  }

}

@media(max-width: 768px) {
  .display-4 {
    font-size: 2rem;
  }

  .pagination-expanded .page-item-expanded {
    display: none;
  }

  .ms-wizard-vertical.ms-form-wizard ul[role="tablist"] {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 25px;
  }

  .ms-wizard-vertical.ms-form-wizard .content,
  .ms-wizard-vertical.ms-form-wizard .actions,
  .ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li:not(:first-child) a {
    margin-left: 0;
  }

  .ms-wizard-vertical.ms-form-wizard ul[role="tablist"] li:last-child {
    margin-bottom: 0;
  }

  .section-title {
    margin: 1.5rem 0;
  }

  .ms-todo-options,
  .ms-todo-options.ms-todo-nav {
    align-items: center;
  }

  .ms-email-panel .ms-panel-body {
    flex-direction: column;
  }

  .ms-email-config {
    margin-top: 1.5rem;
  }

  .ms-email-panel .ms-email-main {
    width: 100%;
  }

  .ms-email .ms-email-time {
    float: none;
  }

  .ms-email-details {
    overflow: visible;
  }

  .ms-email-controls,
  .ms-email-header,
  .ms-email .ms-email-details p,
  .ms-email-pagination li:first-child {
    display: none;
  }

  .ms-auth-form {
    display: block;
  }

  .ms-auth-form form {
    padding: 3rem 1rem;
  }

  .ms-auth-form form {
    width: 100%;
  }

  .ms-email .ms-hoverable-dropdown {
    bottom: 100%;
  }

  .ms-profile-overview {
    height: auto;
  }

  .ms-profile-cover {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-bottom: 1.5rem;
    flex-direction: column;
  }

  .ms-profile-user-buttons {
    flex: 0 0 auto;
    text-align: left;
  }

  .ms-profile-cover img {
    margin-bottom: 1rem;
  }

  .ms-profile-user-info,
  .ms-profile-user-buttons {
    padding: 0;
  }

  .ms-profile-navigation {
    position: relative;
    left: auto;
    bottom: auto;
  }

  .ms-lock-screen-weather,
  .ms-lock-screen-time,
  .ms-lock-screen-nav {
    display: none;
  }

  .ms-graph-meta ul {
    display: none;
  }

  .ms-selected-website select,
  .ms-selected-website h2 {
    margin-bottom: 1rem;
  }

  .ms-selected-website button {
    width: 100%;
  }

  .ms-portfolio-minimal .ms-portfolio-item::before {
    height: 100%;
  }

  .ms-portfolio-minimal .ms-portfolio-item .ms-portfolio-item-content {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .ms-graph-labels.column-direction {
    display: none;
  }

  .ms-panel-footer .ms-device {
    margin-bottom: 1.5rem;
  }

}

@media(max-width: 540px) {

  .ms-form-wizard ul[role="tablist"] li a {
    padding: 10px;
  }

  .ms-form-wizard ul[role="tablist"] li:not(:first-child) a {
    margin-left: 20px;
  }

  .ms-form-wizard ul[role="tablist"] li::before,
  .ms-form-wizard ul[role="tablist"] li::after,
  .ms-wizard-pill.ms-form-wizard ul[role="tablist"] li:last-child a::after,
  .ms-wizard-round.ms-form-wizard ul[role="tablist"] li {
    display: none;
  }

  .ms-form-wizard ul[role="tablist"] {
    display: block;
  }

  .ms-form-wizard.style1-wizard ul[role="tablist"] li:first-child {
    border-radius: 0;
  }

  .ms-wizard-pill.ms-form-wizard ul[role="tablist"] li {
    border-radius: 25px;
  }

  .ms-chat-conversations .ms-chat-controls li:nth-child(2),
  .ms-form-wizard ul[role="tablist"] li {
    margin-right: 0;
  }

  .ms-chat-conversations .ms-chat-controls li:last-child,
  .ms-email-widget .ms-email-options {
    display: none;
  }

  .ms-panel-header .d-flex:first-child {
    flex-direction: column;
  }

  .ms-panel-header .d-flex:first-child .btn,
  .ms-wizard-pill.ms-form-wizard ul[role="tablist"] li,
  .style1-wizard.ms-form-wizard ul[role="tablist"] li {
    margin-top: 1.5rem;
  }

  .ms-panel-header .d-flex:first-child .ms-graph-metrics.nav li {
    flex: 0 0 auto;
  }

  .ms-crypto-widget .nav-tabs.has-gap .nav-item .nav-link {
    margin-right: 0;
  }

  .ms-news-update {
    position: relative;
    margin-top: -1.5rem;
    margin-left: -1.5rem;
    margin-bottom: 1.5rem;
    width: calc(100% + 3rem);
    height: 50px;
    justify-content: center;
  }

  .ms-news-update::after {
    display: none;
  }

  .ms-website-performance li.ms-list-item {
    float: none;
    width: 100%;
  }

  .ms-facebook-engagements li.ms-list-item {
    float: none;
    width: 100%;
  }

  .ms-widget .ms-chat-header .ms-chat-user-info {
    display: none;
  }

  .btn-group {
    flex-direction: column;
  }

  .modal-footer {
    display: block;
  }

  .ms-crypto-rating .dropdown {
    margin: 1.5rem 0;
  }

}

/* Settings Panel */
.ms-settings-toggle {
  position: fixed;
  bottom: 0;
  right: 50%;
  z-index: 4;
  width: 90px;
  height: 40px;
  margin-right: -45px;
  cursor: pointer;
  transition: 0.3s;
}

body:not(.ms-settings-open) .ms-settings-toggle:hover {
  height: 50px;
}

.ms-settings-toggle i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  box-shadow: 0 -2px 16px rgba(0, 0, 0, .1);
}

.ms-settings-panel {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  height: 200px;
  padding: 1.5rem;
  background-color: #fff;
  z-index: 1040;
  transition: 0.3s;
}

.ms-dark-theme .ms-settings-panel,
.ms-dark-theme .ms-settings-toggle i {
  background-color: #252851;
}

.ms-settings-open .ms-settings-panel {
  bottom: 0;
}

.ms-settings-open .ms-settings-toggle {
  bottom: 200px;
}

.ms-settings-links {
  display: flex;
  width: 100px;
}

.ms-settings-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  width: 50px;
  height: 50px;
}

.ms-settings-links li a i {
  font-size: 22px;
}

/* Welcome Page */

.ms-banner {
  position: relative;
  background-color: #fff;
  height: 100%;
  z-index: 2;
}

.ms-banner h2 {
  font-weight: 700;
}

.ms-banner-text {
  margin: 5rem auto 15rem;
}

.ms-banner p {
  font-size: 1rem;
}

.ms-banner h1,
.ms-banner p {
  color: #fff;
}

.welcome-title {
  font-size: 38px;
}

.welcome-subtitle {
  margin-bottom: 2rem;
  font-size: 14px;
  text-align: center;
}

.ms-dashboard-description {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.ms-text-container h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.ms-demo-img,
.ms-text-container {
  position: relative;
  margin-top: 5rem;
}

.ms-tables-preview {
  background-color: #f5f4fa;
  padding: 5rem 2rem;
}

.ms-color-schemes {
  padding: 5rem 15px;
}

.ms-color-schemes .ms-dashboard-description {
  max-width: 400px;
  float: right;
  margin: 0 2rem;
}

.ms-tables-preview .ms-dashboard-description {
  max-width: 400px;
  justify-content: flex-start;
  margin: 0;
}

.ms-features {
  position: relative;
  margin-top: 2rem;
  z-index: 1;
  margin: 7rem 0;
}

.ms-features::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(76, 54, 188, 0.9);
  z-index: -1;
}

.ms-feature {
  padding: 2rem 0;
  margin: 2rem 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  transition: 0.3s;
}

.ms-feature:hover {
  background-color: rgba(68, 92, 200, 0.4);
  border-color: rgba(68, 92, 200, 0.4);
}

.ms-feature i {
  color: rgb(71, 50, 187);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 0 auto 1rem auto;
  font-size: 22px;
}

.ms-feature p {
  color: #fff;
}

.ms-feature h3 {
  font-size: 28px;
  color: #fff;
}

.ms-infographics i {
  font-size: 34px;
  margin-bottom: 2rem;
}

.ms-infographics .infographic {
  margin: 2rem 0;
}

.ms-welcome-footer {
  background-color: rgb(76, 54, 188);
  text-align: center;
  margin-top: 7rem;
}

.ms-welcome-footer p {
  color: #fff;
}

.ms-welcome-btn {
  background-color: rgb(76, 54, 188);
  box-shadow: 0 0 24px rgba(0, 0, 0, .4);
  color: #fff;
  padding: 0.75rem 3rem;
}

.ms-welcome-btn-light {
  background-color: #fff;
  box-shadow: 0 0 24px rgba(0, 0, 0, .4);
  color: rgb(76, 54, 188);
  padding: 0.75rem 3rem;
  font-weight: 700;
}

.ms-welcome-btn-outline {
  background-color: transparent;
  box-shadow: 0 0 24px rgba(0, 0, 0, .4);
  color: #fff;
  border: 2px solid #fff;
  padding: 0.75rem 3rem;
  font-weight: 700;
}

.ms-welcome-btn-light:hover,
.ms-welcome-btn-light:focus,
.ms-welcome-btn-light:not(:disabled):not(.disabled):active {
  background-color: #fff;
  color: rgb(76, 54, 188);
}

.ms-welcome-btn:hover,
.ms-welcome-btn:focus,
.ms-welcome-btn:not(:disabled):not(.disabled):active {
  background-color: rgb(76, 54, 188);
  color: #fff
}

.ms-preview-img-container {
  position: relative;
  height: 230px;
  overflow: hidden;
  border-radius: 5px;
}

/* Fixes */
.db-header-title {
  font-size: 32px;
  margin-bottom: 2rem;
}

.bg-black {
  background-color: #000000;
}

.bg-red {
  background-color: #3ea99f;
}

.color-red {
  color: #3ea99f;
}

.ui-sortable-handle .media-body h5,
.ui-draggable .media-body h5 {
  font-size: 13px;
  font-weight: 600;
}

.ms-card .new.meta h6 {
  margin-bottom: 0;
}

.ms-card .new {
  margin-bottom: 15px;
}

.wrapper-new2 h6 {
  margin-bottom: 0px;
}

.wrapper-new2 {
  align-items: center;
}

.fw-6 {
  font-weight: 600;
}

.ms-card-heading-title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.red-text {
  color: #3ea99f;
}

.green-text {
  color: green;
}

.black-text {
  color: #000000;
}

.order-circle .progress-rounded {
  margin-bottom: 0rem;
}

.ms-device-sessions h4,
.ms-website-performance h4 {
  font-size: 14px;
}

.no-margin {
  margin-bottom: 0rem;
}

.no-margin .ms-card-heading-title p {
  margin-bottom: 0;
}

.ms-recent-support-tickets .ms-feed-user {
  font-size: 16px;
}

.ms-recent-support-tickets h6 {
  font-size: 14px;
}

.badge {
  vertical-align: middle;
  font-size: 12px;
}

.ms-card .new.meta p {
  margin-bottom: 0;
}

.ms-card.ms-widget {
  border-radius: 0px;
}

.ms-active-site,
.ms-graph-meta h2,
.ms-profile-widget h2,
.ms-infographics-widget h2 {
  font-size: 24px;
}

.modal-content h1 {
  font-size: 24px;
}

.modal-title.has-icon.ms-icon-round i {
  line-height: 0.5;
}

.form-control.new {
  font-size: 12px;
}

/* Responsive */

@media(max-width:1300px) {
  .no-margin .ms-card-heading-title p span {
    display: block;
  }
}

@media(max-width:1200px) {
  .no-margin .ms-card-heading-title p span {
    display: inline-flex;
  }
}

@media(max-width:1114px) {
  .ms-switch-slider.ms-switch-discount-2 {
    top: 49%;
  }

  .ms-switch-slider.ms-switch-discount-3 {
    top: 68%;
  }
}

@media (max-width:1024px) {
  .ms-nav-list .ms-nav-item .ms-has-notification i {
    color: #3ea99f;
  }
}

@media (max-width:991px) {
  .no-margin {
    margin-bottom: 2rem;
  }

  .order-circle .progress-rounded {
    margin-bottom: 2rem;
  }

}

@media(max-width:540px) {
  .align-left {
    align-self: flex-start !important;
  }

  .new {
    display: block;
  }

  .new.form-control {
    width: 100%;
    height: 45px;
    margin-top: 24px;
  }
}

@media(max-width:360px) {
  .ms-switch-slider.ms-switch-discount-2 {
    top: 53%;
  }

  .ms-switch-slider.ms-switch-discount-3 {
    top: 70%;
  }

  .ms-switch .ms-status-switch {
    left: 75%;
  }
}

@media (max-width: 1200px) {
  .mb-lg-10 {
    margin-bottom: 10px;
  }

  .mb-lg-20 {
    margin-bottom: 20px;
  }

  .mb-lg-30 {
    margin-bottom: 30px;
  }

  .mb-lg-40 {
    margin-bottom: 40px;
  }

  .mb-lg-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 992px) {
  .mb-md-10 {
    margin-bottom: 10px;
  }

  .mb-md-20 {
    margin-bottom: 20px;
  }

  .mb-md-30 {
    margin-bottom: 30px;
  }

  .mb-md-40 {
    margin-bottom: 40px;
  }

  .mb-md-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .mb-sm-10 {
    margin-bottom: 10px;
  }

  .mb-sm-20 {
    margin-bottom: 20px;
  }

  .mb-sm-30 {
    margin-bottom: 30px;
  }

  .mb-sm-40 {
    margin-bottom: 40px;
  }

  .mb-sm-80 {
    margin-bottom: 80px;
  }
}

@media (max-width: 576px) {
  .mb-xs-10 {
    margin-bottom: 10px;
  }

  .mb-xs-20 {
    margin-bottom: 20px;
  }

  .mb-xs-30 {
    margin-bottom: 30px;
  }

  .mb-xs-40 {
    margin-bottom: 40px;
  }

  .mb-xs-80 {
    margin-bottom: 80px;
  }
}

.ms-panel-body.order-circle h6 {
  margin-bottom: 20px;
  ;
}

.reminder-modal {
  border-radius: .3rem;
  max-width: 500px;
  width: 100%;
}

.ms-card-footer .btn-primary.text-disabled:not(:disabled):not(.disabled):active,
.ms-card-footer .btn-primary.text-disabled:focus,
.ms-card-footer .btn-primary.text-disabled {
  color: #878793;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  box-shadow: none;
}

.custom-dropdown .nav-link.ms-hoverable-dropdown,
.hide-after:after,
#userDropdown:after,
.ms-card .ms-card-body .dropdown a:after,
.ms-card-footer .btn-primary.text-disabled:after {
  display: none;
}

.show>.btn-primary.remove-dropdownbtn.dropdown-toggle,
.remove-dropdownbtn:not(:disabled):not(.disabled):active,
.remove-dropdownbtn:focus,
.remove-dropdownbtn {
  color: #878793;
  background: none;
  margin: 0;
  padding: 0;
  text-align: left;
  border: none;
  box-shadow: none;
  min-width: auto;
}

.ms-email:hover .custom-dropdown .nav-link.ms-hoverable-dropdown,
.custom-dropdown .nav-link {
  display: inline;
}

.carousel-control-next span,
.carousel-control-prev span {
  background-image: none;
}

.carousel-control-prev span:before {
  content: "keyboard_arrow_left";
}

.carousel-control-next span:before {
  content: "keyboard_arrow_right";
}

.carousel-control-next span:before,
.carousel-control-prev span:before {
  font-family: 'Material Icons';

}

.toast {
  background-color: #030303;
}

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

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

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

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

.google-marker {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAArCAYAAACJrvP4AAAC+ElEQVR4AWIgBP7//88DxCGAWssB1pIkCsO1iLG27WCtYG17x3Ywtm3bthlNMLZtz/NrXvStM/cbP/Vln6RSOfq/xqlOi2nO10bxUe26RRKLRdnxiZOnTqVpQO6NOc5AiYSd6O4dRcbAnlJQv4rk/fWt5HzzkbDjEydPHfX0pQr6Q4dcI7RqqZP7Z1z8i/cSLuqop4/+ZCB3iOt214UFVkG9SoikvOijHx1fGAXeqWNm7u9f0Zj2oh+dCoHcOlfkA0oZiB66ZYaBZ53uo/N7pOiWGBqmyF21xKEg24uhQf/mOWJsmaYgYOiiDwfYn5yTRE2X42vNWy/KyKcelZ6PPMCOTzwhEH04ii8ABzMRaNwzj0uXB+8rs4gnAqIPR/HJ4UvgV8wdlICUXOR9+9GHo/jG8enxK+aR+cDI+/ajD0eJ50Vzvv3Yt5h35Acj79ePPhylbetyXuVfA70z9OEoXVy0pbBl40DfGfpwVMy1R1kTRnpBTqM1cZQHh3P2Tiwv1wzynKEPR2HaNI4VNmsQyBcE3bj+UTgYE1kncmCvFQQMXRGpfQsmcre27fNFHVtkFYSeOM459OHcDvw+/mwtzkQ2QOigh64qz7RlrXRmTw1nA4ZOXG+F3z/Iozrkmvm1/80IRD866CkfY1hqeSeOGZnA6EdHJWPaNjdYw/tH0wHRR38q/43Padcx8/75ISUQ9fTRr1IxiUZbR7ZtSulxUk9fsoySZ8+xjxZ1bpkUiDrq6Uv3f/9TXVxk53z3qS+IPHXUq0xMbHuRNWGk77CQp05laiLysoRCbu4vn5cLIk6eOpUN06a52J46zisPRpy8ypaJyOvaMqycrz4sAcInTl5l07RprC3u1qYEDJ+4yraJSI3w5vVmiXO1dYNJPAjYQzo+CDlfvi+A2PGJqyBMG8aegiY1BRg7vgrKYqY53RjUS4Cx4wcGk1isa3zUNTB2/OBgIvVDq5bawNjxg4R96Z07U5T393fCjh8k7E7t2PPEi7rs+Kn0XwF82Z38cjx5pwAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 40px;
}

.ms-form-wizard ul[role="tablist"] li:first-child>a:before {
  content: 'Application';
}

.ms-form-wizard ul[role="tablist"] li:nth-child(2)>a:before {
  content: 'Payment';
}

.ms-form-wizard ul[role="tablist"] li:last-child>a:before {
  content: 'Process';
}

.ms-form-wizard.style3-wizard ul[role="tablist"] li>a:before {
  display: none;
}

@keyframes chartjs-render-animation {
  from {
    opacity: 0.99;
  }

  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  animation: chartjs-render-animation 0.001s;
}

/*
 * DOM element resizing detection
 * https://github.com/marcj/css-element-queries
 */
.chartjs-size-monitor,
.chartjs-size-monitor-expand,
.chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand>div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink>div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

.invalid-field {
  color: #db3c36;
}

.field-required {
  color: #db3c36 !important;
}

.ms-profile-img-round {
  border-radius: 50%;
  height: 200px !important;
  width: 200px !important;
}

/* old css start*/
.regi-form,
.two-step {
  padding: 30px 60px 50px;
  height: 100vh;
  overflow-y: scroll;
}

.two-step {
  align-items: center;
  justify-content: center;
  display: flex;
}

.three-staps {
  padding: 30px 10px 50px;
}

.form-vendor-regi label {
  font-size: 12px;
  color: #19191a;
  font-weight: 600;
}

.regi-form form {
  width: 100%;
}

.form-vendor-regi input,
.form-vendor-regi select,
.basic-multi-select>div:nth-child(0),
.form-vendor-regi textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #3ea99f;
  color: #000;
  height: auto;
  border-radius: 5px !important;
  font-size: 14px;
}

.steps-btn {
  background-color: #3ea99f;
  border: 1px solid #3ea99f;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  float: right;
  transition: 0.5s;
  width: 100%;
}

.steps-btn:hover {
  background-color: #fff;
  color: #3ea99f;
}

.view-btn {
  background-color: #fda600;
  border: 1px solid #fda600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  float: right;
  transition: 0.5s;
  width: 100%;
}

.view-btn:hover {
  background-color: #d7a038;
  color: #ffffff;
}

.edit-btn {
  background-color: #000000de;
  border: 1px solid #000000de;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  float: right;
  transition: 0.5s;
  width: 100%;
}

.edit-btn:hover {
  background-color: #544444;
  color: #ffffff;
}

.order-btn {
  background-color: #dc3545;
  border: 1px solid #dc3545;
  color: #fff;
  padding: 10px 20px;
  border-radius: 50px;
  float: right;
  transition: 0.5s;
  width: 100%;
}

.order-btn:hover {
  background-color: #e15a67;
  color: #ffffff;
}

.btn-primary {
  background-color: #3ea99f !important;
}

.btn-outline-primary {
  border: 1px solid #3ea99f !important;
  color: #3ea99f !important;
}

/*detail page css*/

.hotel-title h2 {
  display: flex;
  justify-content: center
}

.hotel-title h2 span {
  width: 12%;
  font-size: 16px;
  margin-top: 10px;
}

.hotel-title h2 span img {
  width: 10%;
}

.cate-name a {
  text-decoration: none;
  background-color: #3ea99f;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #3ea99f;
  padding: 5px 12px;
  border-radius: 50px;
}

.cate-name a:hover {
  color: #3ea99f;
  background-color: #fff;
}

.cat-list h3 {
  margin: 15px 0 20px;
}

.cat-list ul {
  padding: 0;
  list-style: none;
}

.cat-list ul li {
  width: 40%;
  display: inline-block;
  margin-bottom: 20px;
}

.cat-list ul li i img {
  width: 4%;
  opacity: 0.5;
  margin-right: 5px;
}

.hilight ul {
  padding: 0;
  display: inline-block;
  margin: 20px 0;
}

.hilight ul li {
  width: 30%;
  display: inline-block;
  margin-bottom: 30px;
}

.hilight ul li a {
  color: #3ea99f;
  transition: 0.5s;
  border: 1px solid #3ea99f;
  padding: 5px 12px 8px;
  border-radius: 50px;
  text-decoration: none;
}

.hilight ul li a:hover {
  background-color: #3ea99f;
  color: #fff;
}

.hotel-img {
  width: 100%;
  /* height: 107px; */
  margin-bottom: 15px;
}

.hotel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.review-section {
  padding: 20px 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.re-count h2 {
  font-size: 12px;
}

.re-count h2 span {
  display: block;
  margin-top: 5px;
}

.bannerImage {
  height: 400px;
}

td {
  background-color: #ffffff;
}

th,
td {
  border: 1px solid #ffffff;
  font-size: 15px;
}

.bg-clr {
  background-color: #fff;
}

.image-display {
  height: 200px;
  width: 200px;
}

.reward-icon {
  margin-top: 25px;
  cursor: pointer;
}

.invalid-select.invalid-feedback {
  top: 1px;
}

.field-error {
  color: #db3c36;
  bottom: calc(100% + 10px);
  right: 0;
  text-align: right;
  position: absolute;
  font-size: 12px;
}


/* old css end*/

.support-form {
  margin-top: 30px;
}

.new-product-class {
  background: #fff;
}

.hotel-title h2 span {
  width: 12%;
  font-size: 16px;
  margin-top: 10px;
}

.hotel-title h2 span img {
  width: 10%;
}

.cate-name a {
  text-decoration: none;
  background-color: #3ea99f;
  color: #fff;
  transition: 0.5s;
  border: 1px solid #3ea99f;
  padding: 5px 12px;
  border-radius: 50px;
}

.cate-name a:hover {
  color: #3ea99f;
  background-color: #fff;
}

.cat-list h3 {
  margin: 15px 0 20px;
}

.cat-list ul {
  padding: 0;
  list-style: none;
}

.cat-list ul li {
  width: 40%;
  display: inline-block;
  margin-bottom: 20px;
}

.cat-list ul li i img {
  width: 4%;
  opacity: 0.5;
  margin-right: 5px;
}

.hilight ul {
  padding: 0;
  display: inline-block;
  margin: 20px 0;
}

.hilight ul li {
  width: 30%;
  display: inline-block;
  margin-bottom: 30px;
}

.hilight ul li a {
  color: #3ea99f;
  transition: 0.5s;
  border: 1px solid #3ea99f;
  padding: 5px 12px 8px;
  border-radius: 50px;
  text-decoration: none;
}

.hilight ul li a:hover {
  background-color: #3ea99f;
  color: #fff;
}

.hotel-img {
  width: 100%;
  /* height: 107px; */
  margin-bottom: 25px;
}

.hotel-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.review-section {
  padding: 20px 20px;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.re-count h2 {
  font-size: 12px;
}

.re-count h2 span {
  display: block;
  margin-top: 5px;
}

.review-tab {
  margin-top: 210 px;
}

.react-photo-gallery--gallery div {
  display: grid !important;
  grid-template-columns: auto auto auto auto;
  grid-gap: 15px;
  /* grid-gap: 10px; */
}


.date-filter {
  margin: 0 0 30px;
}

.date-filter input {
  padding: 7px 5px;
}

.excle-dowm {
  margin-top: 30px;
  float: right;
  background: #3ea99f;
  color: #fff;
  border: none;
  padding: 7px 0;
  width: 100%;
  border-radius: 5px;
}

.excle-dowm-new {
  margin-top: 30px;
  float: right;
  background: #3ea99f;
  color: #fff;
  border: none;
  padding: 10px 0;
  width: 100%;
  border-radius: 5px;
}

.th,
td {
  border: 1px solid #e9e9e9 !important;
  font-size: 15px;
}

td {
  font-size: 12px !important;
}

th {
  background-color: #ffffff !important;
  color: #000 !important;
}

.table thead th {
  border: 1px solid #dee2e6 !important;
}

.table td,
.table th {
  padding: 0.55rem !important;
  vertical-align: top;
  border: 1px solid #dee2e6 !important;

}

.badge.badge-dark {
  background-color: #d92550 !important;
  font-weight: 200;
}

.badge.badge-primary {
  background-color: #f7b924 !important;
  font-weight: 200;
}

.badge.badge-success {
  background-color: #3ac47d !important;
  font-weight: 200;
}

.ms-card.ms-widget {
  border-radius: 5px !important;
}

.ms-card-img {
  height: 200px;
}

.ms-card-img img {
  height: 100%;
  object-fit: cover;
}

.ms-card {
  border-radius: 10px;
  border: none !important;
}

.bg-black {
  background-color: #3ea99f !important;
}

.bg-red {
  background-color: #b81c1c !important;
}

.black-text {
  color: #8f8f8f !important;
  font-weight: 300;
  margin-bottom: 12px;
  display: block;

}

.has-graph-full-width .ms-chart-label {
  font-size: 10px !important;
  padding: 2px 8px !important;
}

.ms-card .new {
  margin-bottom: 10px !important;
}

.new .grid-btn {
  margin-right: 5px;
}

.btn-btn-set {
  border: 1px solid #3ac47d !important;
  background-color: transparent !important;
  color: #3ac47d !important;
}

.support-sect {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px #00000045;
  border-radius: 10px;
}

.img-icon {
  width: 40px;
  height: 40px;
  border-radius: 50px;
  margin: 0px auto 10px;
}

.img-icon img {
  width: 100%;
  height: 100%;
}

.support-sect h3 {
  font-size: 20px;
  margin: 15px 0 5px;
}

.support-sect a {
  font-size: 16px;
}

.ms-star-rating .ms-rating-item i {
  font-size: 25px !important;
}

ul.ms-star-rating.rating-bordered.rating-circle li {
  border: none !important;
}

.star-name {
  font-size: 14px;
  margin-top: 8px;
  text-transform: uppercase;
  font-weight: 700;
}

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

.ms-panel-body,
.ms-panel-footer {
  position: relative;
  padding: 1.5rem 1.5rem 1rem !important;

}


.rating-section h4 {
  float: left;
  font-size: 18px;
  position: relative;
  top: 7px;
  width: 90px;
}

.progress-df {
  width: 80%;
  float: left;
  margin: 10px 10px 0;
}

.rating-section .num-cy p {
  margin-top: 0spx;
  position: relative;
  top: 7px;
}

.usere-img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.usere-img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.user-name h4 {
  font-size: 16px;
  margin: 0;
}

.fil-star .ms-star-rating .ms-rating-item {
  position: relative;
  width: 12px;
  height: 0px;
}

.fil-star .ms-star-rating .ms-rating-item i {
  font-size: 20px !important;
}

.comment-section p {
  margin-top: 10px;
}

.img-upload {
  width: 100px;
  height: 100px;
  margin-right: 10px;
}

.img-upload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.comment-section {
  margin-bottom: 20px;
}

.menu-selectiom {
  display: flex;
  justify-content: space-between;
}

.ms-quick-bar {
  display: none !important;
}

.form-admin {
  background-color: #fff;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 20px;
}

.form-admin h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}

.form-admin input,
.form-admin textarea {
  width: 100%;
  padding: 10px 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 1px solid #e9e9e9;
  height: 100%;
}

.rply-btn {
  position: relative;
}

.rply-btn input {
  width: 100%;
}

.rply-btn button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 40px;
}

.burron {
  text-wrap: nowrap;
  padding: 10px;
  margin-top: 25px !important;
}

.img-icons {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin: 0 !important;
  margin-bottom: 8px !important;
  margin-left: 0px !important;
}

.img-icons-new {
  height: 20px;
  width: 20px;
  object-fit: contain;
  margin: 0 !important;
  margin-bottom: 8px !important;
  margin-left: 10px !important;
}

.red-color-btn {
  background: #ff1f1f !important;
  color: #fff !important;
}

.downloadbtn {
  background: #3ea99f;
  border-radius: 20px;
  padding: 10px;
  margin-block: 20px;
  color: #fff;
  border-color: #fff;
  text-align: center;
  cursor: pointer;
}

table tr td {
  text-transform: capitalize !important;

}

input[type='text'],
select {
  text-transform: capitalize !important;
}

.css-13cymwt-control {
  text-transform: capitalize !important;

}

#react-select-3-listbox {
  text-transform: capitalize !important;

}

.page-break {
  page-break-inside: avoid !important;
  page-break-after: always !important;
  /* Ensure breaks at the right place */
  margin-bottom: 100px !important;
  /* Gap of 30px */
}



.page-break-less {
  page-break-inside: avoid !important;
  page-break-after: always !important;
  /* Ensure breaks at the right place */
  margin-bottom: 30px !important;
  /* Gap of 30px */
}

.page-break-more {
  page-break-inside: avoid !important;
  page-break-after: always !important;
  /* Ensure breaks at the right place */
  padding-top: 200px !important;
  /* Gap of 30px */
}

.page-break-more-more {
  page-break-inside: avoid !important;
  page-break-after: always !important;
  /* Ensure breaks at the right place */
  margin-top: 80px !important;
  /* Gap of 30px */
}

.page-break-more-padding {
  page-break-inside: avoid !important;
  page-break-after: always !important;
  /* Ensure breaks at the right place */
  margin-top: 80px !important;
  /* Gap of 30px */
  padding: 80px !important;
  /* Gap of 30px */
}


.page-break-padding {
  page-break-inside: avoid !important;
  page-break-after: always !important;
  /* Ensure breaks at the right place */
  margin-top: 20px !important;
  padding: 30px !important;
  /* Gap of 30px */
}

.page-s-padding {
  margin-top: 20px !important;
  padding: 30px !important;
  /* Gap of 30px */
}


.badge.badge-completed {
  background-color: #28a745;
}

.cursor-pointer {
  cursor: pointer;
}

.hilight-outlet {
  margin-top: 100px;
}

.text-delete {
  float: inline-end;
  margin: 17px 38px;
}



/* Auth Container */
.login-pages .auth-container {
  width: 100%;
  max-width: 700px;
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.login-pages .auth-card {
  text-align: center;
}

.login-pages .auth-form .form-heading {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.login-pages .auth-form .form-subheading {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 20px;
}

/* Form Styling */
.login-pages .form-group {
  margin-bottom: 20px;
  text-align: left;
}

.login-pages .form-label {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.login-pages .required {
  color: #d9534f;
}

.login-pages .form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  font-size: 14px;
  transition: border-color 0.3s;
}

.login-pages .form-input:focus {
  border-color: #007bff;
  outline: none;
}

.login-pages .form-input.valid {
  border-color: #28a745;
}

.login-pages .form-input.invalid {
  border-color: #dc3545;
}

.login-pages .error-message {
  color: #dc3545;
  font-size: 12px;
  margin-top: 5px;
}

/* Password Input Wrapper */
.login-pages .password-input-wrapper {
  position: relative;
}

.login-pages .toggle-password {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  color: #6c757d;
}

.login-pages .toggle-password:focus {
  outline: none;
}

/* Form Options */
.login-pages .form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.login-pages .checkbox-container {
  display: flex;
  align-items: center;
}

.login-pages .checkbox-container input[type="checkbox"] {
  margin-right: 5px;
}

.login-pages .forgot-password-link {
  font-size: 12px;
  color: #007bff;
  text-decoration: none;
}

.login-pages .forgot-password-link:hover {
  text-decoration: underline;
}

/* Submit Button */
.login-pages .btn-primary {
  width: 100%;
  padding: 10px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.login-pages .btn-primary:hover {
  background-color: #0056b3;
}

.login-pages .submit-button {
  margin-top: 20px;
}

.login-pages {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.bank-text {
  margin-left: 5px !important;
  font-size: 19px;
  margin: 0;
}

.bank-textx img {
  height: 200px;
  width: 200px;
  object-fit: contain;
}

.inputss {
  padding-inline: 40px;
  padding-block: 20px;
}

.inputss {
  width: 80%;
}

/* Chat.css */
.message {
  margin: 5px;
  padding: 10px;
  border-radius: 8px;
  max-width: 70%;
}

.user-message {
  background-color: #d1e7dd; /* Light green */
  margin-left: auto; /* Align to right */
  text-align: right;
}

.bot-message {
  background-color: #f8d7da; /* Light red */
  margin-right: auto; /* Align to left */
  text-align: left;
}
.color-red{
  color: #bd081b;
}
.ratingss {
  font-size: 1.3rem;
  margin-top: 10px;
  color: #44ada5;
  display: inline-flex;
}

.star {
  position: relative;
}

.full {
  color: #44ada5;
}

.empty {
  color: lightgray;
}

.half {
  color: lightgray; /* Base color for the empty part */
  position: relative;
  display: inline-block;
}

.half::before {
  content: '★';
  position: absolute;
  top: 0;
  left: 0;
  color: #44ada5; /* Gold color for the filled part */
  width: 50%; /* Only fill the left half */
  overflow: hidden;
  clip-path: inset(0 0 0 50%); /* Clip the right half */
}
.savebtn{
  background-color: #3ea99f;
  border: 1px solid #3ea99f;
  color: #fff;
  padding: 10px 20px;
  /* border-radius: 8px; */
  float: right;
  transition: 0.5s;
  
}

.formIds {
  position: relative;
 z-index: 99 !important;

}
.formIds .invalid-feedback{
 position: absolute;
 right: 0 !important;
 bottom: 0 !important; 
 top: 9px !important; 
 z-index: 0 !important;
}

.formerrro {
  color: #dc3545;
  font-size: 14px;
}