/*!***********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/apexcharts/dist/apexcharts.css ***!
  \***********************************************************************************************/
@keyframes opaque {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes resizeanim {
  0%,to {
      opacity: 0
  }
}

.apexcharts-canvas {
  position: relative;
  user-select: none
}

.apexcharts-canvas ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px
}

.apexcharts-canvas ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0,0,0,.5);
  box-shadow: 0 0 1px rgba(255,255,255,.5);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5)
}

.apexcharts-inner {
  position: relative
}

.apexcharts-text tspan {
  font-family: inherit
}

.legend-mouseover-inactive {
  transition: .15s ease all;
  opacity: .2
}

.apexcharts-legend-text {
  padding-left: 15px;
  margin-left: -15px;
}

.apexcharts-series-collapsed {
  opacity: 0
}

.apexcharts-tooltip {
  border-radius: 5px;
  box-shadow: 2px 2px 6px -4px #999;
  cursor: default;
  font-size: 14px;
  left: 62px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 20px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  white-space: nowrap;
  z-index: 12;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-tooltip.apexcharts-theme-light {
  border: 1px solid #e3e3e3;
  background: rgba(255,255,255,.96)
}

.apexcharts-tooltip.apexcharts-theme-dark {
  color: #fff;
  background: rgba(30,30,30,.8)
}

.apexcharts-tooltip * {
  font-family: inherit
}

.apexcharts-tooltip-title {
  padding: 6px;
  font-size: 15px;
  margin-bottom: 4px
}

.apexcharts-tooltip.apexcharts-theme-light .apexcharts-tooltip-title {
  background: #eceff1;
  border-bottom: 1px solid #ddd
}

.apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  background: rgba(0,0,0,.7);
  border-bottom: 1px solid #333
}

.apexcharts-tooltip-text-goals-value,.apexcharts-tooltip-text-y-value,.apexcharts-tooltip-text-z-value {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600
}

.apexcharts-tooltip-text-goals-label:empty,.apexcharts-tooltip-text-goals-value:empty,.apexcharts-tooltip-text-y-label:empty,.apexcharts-tooltip-text-y-value:empty,.apexcharts-tooltip-text-z-value:empty,.apexcharts-tooltip-title:empty {
  display: none
}

.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  padding: 6px 0 5px
}

.apexcharts-tooltip-goals-group,.apexcharts-tooltip-text-goals-label,.apexcharts-tooltip-text-goals-value {
  display: flex
}

.apexcharts-tooltip-text-goals-label:not(:empty),.apexcharts-tooltip-text-goals-value:not(:empty) {
  margin-top: -6px
}

.apexcharts-tooltip-marker {
  width: 12px;
  height: 12px;
  position: relative;
  top: 0;
  margin-right: 10px;
  border-radius: 50%
}

.apexcharts-tooltip-series-group {
  padding: 0 10px;
  display: none;
  text-align: left;
  justify-content: left;
  align-items: center
}

.apexcharts-tooltip-series-group.apexcharts-active .apexcharts-tooltip-marker {
  opacity: 1
}

.apexcharts-tooltip-series-group.apexcharts-active,.apexcharts-tooltip-series-group:last-child {
  padding-bottom: 4px
}

.apexcharts-tooltip-series-group-hidden {
  opacity: 0;
  height: 0;
  line-height: 0;
  padding: 0!important
}

.apexcharts-tooltip-y-group {
  padding: 6px 0 5px
}

.apexcharts-custom-tooltip,.apexcharts-tooltip-box {
  padding: 4px 8px
}

.apexcharts-tooltip-boxPlot {
  display: flex;
  flex-direction: column-reverse
}

.apexcharts-tooltip-box>div {
  margin: 4px 0
}

.apexcharts-tooltip-box span.value {
  font-weight: 700
}

.apexcharts-tooltip-rangebar {
  padding: 5px 8px
}

.apexcharts-tooltip-rangebar .category {
  font-weight: 600;
  color: #777
}

.apexcharts-tooltip-rangebar .series-name {
  font-weight: 700;
  display: block;
  margin-bottom: 5px
}

.apexcharts-xaxistooltip,.apexcharts-yaxistooltip {
  opacity: 0;
  pointer-events: none;
  color: #373d3f;
  font-size: 13px;
  text-align: center;
  border-radius: 2px;
  position: absolute;
  z-index: 10;
  background: #eceff1;
  border: 1px solid #90a4ae
}

.apexcharts-xaxistooltip {
  padding: 9px 10px;
  transition: .15s ease all
}

.apexcharts-xaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-xaxistooltip:after,.apexcharts-xaxistooltip:before {
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-xaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-left: -6px
}

.apexcharts-xaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-left: -7px
}

.apexcharts-xaxistooltip-bottom:after,.apexcharts-xaxistooltip-bottom:before {
  bottom: 100%
}

.apexcharts-xaxistooltip-top:after,.apexcharts-xaxistooltip-top:before {
  top: 100%
}

.apexcharts-xaxistooltip-bottom:after {
  border-bottom-color: #eceff1
}

.apexcharts-xaxistooltip-bottom:before {
  border-bottom-color: #90a4ae
}

.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-bottom.apexcharts-theme-dark:before {
  border-bottom-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip-top:after {
  border-top-color: #eceff1
}

.apexcharts-xaxistooltip-top:before {
  border-top-color: #90a4ae
}

.apexcharts-xaxistooltip-top.apexcharts-theme-dark:after,.apexcharts-xaxistooltip-top.apexcharts-theme-dark:before {
  border-top-color: rgba(0,0,0,.5)
}

.apexcharts-xaxistooltip.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-yaxistooltip {
  padding: 4px 10px
}

.apexcharts-yaxistooltip.apexcharts-theme-dark {
  background: rgba(0,0,0,.7);
  border: 1px solid rgba(0,0,0,.5);
  color: #fff
}

.apexcharts-yaxistooltip:after,.apexcharts-yaxistooltip:before {
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none
}

.apexcharts-yaxistooltip:after {
  border-color: transparent;
  border-width: 6px;
  margin-top: -6px
}

.apexcharts-yaxistooltip:before {
  border-color: transparent;
  border-width: 7px;
  margin-top: -7px
}

.apexcharts-yaxistooltip-left:after,.apexcharts-yaxistooltip-left:before {
  left: 100%
}

.apexcharts-yaxistooltip-right:after,.apexcharts-yaxistooltip-right:before {
  right: 100%
}

.apexcharts-yaxistooltip-left:after {
  border-left-color: #eceff1
}

.apexcharts-yaxistooltip-left:before {
  border-left-color: #90a4ae
}

.apexcharts-yaxistooltip-left.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-left.apexcharts-theme-dark:before {
  border-left-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip-right:after {
  border-right-color: #eceff1
}

.apexcharts-yaxistooltip-right:before {
  border-right-color: #90a4ae
}

.apexcharts-yaxistooltip-right.apexcharts-theme-dark:after,.apexcharts-yaxistooltip-right.apexcharts-theme-dark:before {
  border-right-color: rgba(0,0,0,.5)
}

.apexcharts-yaxistooltip.apexcharts-active {
  opacity: 1
}

.apexcharts-yaxistooltip-hidden {
  display: none
}

.apexcharts-xcrosshairs,.apexcharts-ycrosshairs {
  pointer-events: none;
  opacity: 0;
  transition: .15s ease all
}

.apexcharts-xcrosshairs.apexcharts-active,.apexcharts-ycrosshairs.apexcharts-active {
  opacity: 1;
  transition: .15s ease all
}

.apexcharts-ycrosshairs-hidden {
  opacity: 0
}

.apexcharts-selection-rect {
  cursor: move
}

.svg_select_boundingRect,.svg_select_points_rot {
  pointer-events: none;
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_boundingRect,.apexcharts-selection-rect+g .svg_select_points_rot {
  opacity: 0;
  visibility: hidden
}

.apexcharts-selection-rect+g .svg_select_points_l,.apexcharts-selection-rect+g .svg_select_points_r {
  cursor: ew-resize;
  opacity: 1;
  visibility: visible
}

.svg_select_points {
  fill: #efefef;
  stroke: #333;
  rx: 2
}

.apexcharts-svg.apexcharts-zoomable.hovering-zoom {
  cursor: crosshair
}

.apexcharts-svg.apexcharts-zoomable.hovering-pan {
  cursor: move
}

.apexcharts-menu-icon,.apexcharts-pan-icon,.apexcharts-reset-icon,.apexcharts-selection-icon,.apexcharts-toolbar-custom-icon,.apexcharts-zoom-icon,.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  cursor: pointer;
  width: 20px;
  height: 20px;
  line-height: 24px;
  color: #6e8192;
  text-align: center
}

.apexcharts-menu-icon svg,.apexcharts-reset-icon svg,.apexcharts-zoom-icon svg,.apexcharts-zoomin-icon svg,.apexcharts-zoomout-icon svg {
  fill: #6e8192
}

.apexcharts-selection-icon svg {
  fill: #444;
  transform: scale(.76)
}

.apexcharts-theme-dark .apexcharts-menu-icon svg,.apexcharts-theme-dark .apexcharts-pan-icon svg,.apexcharts-theme-dark .apexcharts-reset-icon svg,.apexcharts-theme-dark .apexcharts-selection-icon svg,.apexcharts-theme-dark .apexcharts-toolbar-custom-icon svg,.apexcharts-theme-dark .apexcharts-zoom-icon svg,.apexcharts-theme-dark .apexcharts-zoomin-icon svg,.apexcharts-theme-dark .apexcharts-zoomout-icon svg {
  fill: #f3f4f5
}

.apexcharts-canvas .apexcharts-reset-zoom-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-selection-icon.apexcharts-selected svg,.apexcharts-canvas .apexcharts-zoom-icon.apexcharts-selected svg {
  fill: #008ffb
}

.apexcharts-theme-light .apexcharts-menu-icon:hover svg,.apexcharts-theme-light .apexcharts-reset-icon:hover svg,.apexcharts-theme-light .apexcharts-selection-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoom-icon:not(.apexcharts-selected):hover svg,.apexcharts-theme-light .apexcharts-zoomin-icon:hover svg,.apexcharts-theme-light .apexcharts-zoomout-icon:hover svg {
  fill: #333
}

.apexcharts-menu-icon,.apexcharts-selection-icon {
  position: relative
}

.apexcharts-reset-icon {
  margin-left: 5px
}

.apexcharts-menu-icon,.apexcharts-reset-icon,.apexcharts-zoom-icon {
  transform: scale(.85)
}

.apexcharts-zoomin-icon,.apexcharts-zoomout-icon {
  transform: scale(.7)
}

.apexcharts-zoomout-icon {
  margin-right: 3px
}

.apexcharts-pan-icon {
  transform: scale(.62);
  position: relative;
  left: 1px;
  top: 0
}

.apexcharts-pan-icon svg {
  fill: #fff;
  stroke: #6e8192;
  stroke-width: 2
}

.apexcharts-pan-icon.apexcharts-selected svg {
  stroke: #008ffb
}

.apexcharts-pan-icon:not(.apexcharts-selected):hover svg {
  stroke: #333
}

.apexcharts-toolbar {
  position: absolute;
  z-index: 11;
  max-width: 176px;
  text-align: right;
  border-radius: 3px;
  padding: 0 6px 2px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.apexcharts-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 3px;
  right: 10px;
  opacity: 0;
  min-width: 110px;
  transition: .15s ease all;
  pointer-events: none
}

.apexcharts-menu.apexcharts-menu-open {
  opacity: 1;
  pointer-events: all;
  transition: .15s ease all
}

.apexcharts-menu-item {
  padding: 6px 7px;
  font-size: 12px;
  cursor: pointer
}

.apexcharts-theme-light .apexcharts-menu-item:hover {
  background: #eee
}

.apexcharts-theme-dark .apexcharts-menu {
  background: rgba(0,0,0,.7);
  color: #fff
}

@media screen and (min-width:768px) {
  .apexcharts-canvas:hover .apexcharts-toolbar {
      opacity: 1
  }
}

.apexcharts-canvas .apexcharts-element-hidden,.apexcharts-datalabel.apexcharts-element-hidden,.apexcharts-hide .apexcharts-series-points {
  opacity: 0
}

.apexcharts-hidden-element-shown {
  opacity: 1;
  transition: 0.25s ease all;
}
.apexcharts-datalabel,.apexcharts-datalabel-label,.apexcharts-datalabel-value,.apexcharts-datalabels,.apexcharts-pie-label {
  cursor: default;
  pointer-events: none
}

.apexcharts-pie-label-delay {
  opacity: 0;
  animation-name: opaque;
  animation-duration: .3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease
}

.apexcharts-annotation-rect,.apexcharts-area-series .apexcharts-area,.apexcharts-area-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-gridline,.apexcharts-line,.apexcharts-line-series .apexcharts-series-markers .apexcharts-marker.no-pointer-events,.apexcharts-point-annotation-label,.apexcharts-radar-series path,.apexcharts-radar-series polygon,.apexcharts-toolbar svg,.apexcharts-tooltip .apexcharts-marker,.apexcharts-xaxis-annotation-label,.apexcharts-yaxis-annotation-label,.apexcharts-zoom-rect {
  pointer-events: none
}

.apexcharts-marker {
  transition: .15s ease all
}

.resize-triggers {
  animation: 1ms resizeanim;
  visibility: hidden;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden
}

.contract-trigger:before,.resize-triggers,.resize-triggers>div {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0
}

.resize-triggers>div {
  height: 100%;
  width: 100%;
  background: #eee;
  overflow: auto
}

.contract-trigger:before {
  overflow: hidden;
  width: 200%;
  height: 200%
}

.apexcharts-bar-goals-markers{
  pointer-events: none
}

.apexcharts-bar-shadows{
  pointer-events: none
}

.apexcharts-rangebar-goals-markers{
  pointer-events: none
}
/*!***********************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/datatables/media/css/jquery.dataTables.css ***!
  \***********************************************************************************************************/
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
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;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC);
}
table.dataTable thead .sorting_asc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==);
}
table.dataTable thead .sorting_desc {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=);
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==);
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAWUlEQVQoz2NgGAWDCtyJvPPzznc4/HknEbsy9js77vyHw313eHGZZ3PnE1TRuzuOuK1lvDMRqmzuHUZ87lO+cxuo6PEdLUIeyb7z604pYf+y3Zlwh4u2YQoAc7ZCBHH4jigAAAAASUVORK5CYII=);
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

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

/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/*!****************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/daterangepicker/daterangepicker.css ***!
  \****************************************************************************************************/
.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }

  .daterangepicker .ranges ul {
    width: 140px;
  }

  .daterangepicker.single .ranges ul {
    width: 100%;
  }

  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }

  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }

  .daterangepicker {
    direction: ltr;
    text-align: left;
  }

  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }

  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }

  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }

  .daterangepicker .ranges {
    float: left;
  }

  .daterangepicker.rtl .ranges {
    float: right;
  }

  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}

/*!*********************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/select2/dist/css/select2.css ***!
  \*********************************************************************************************/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

/*!*******************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/datatables.net-rowreorder-dt/css/rowReorder.dataTables.min.css ***!
  \*******************************************************************************************************************************/
div.dt-rowReorder-float-parent{table-layout:fixed;outline:2px solid #0a59cb;z-index:2001;position:absolute !important;overflow:hidden;border-radius:3px}div.dt-rowReorder-float-parent table.dt-rowReorder-float{opacity:.9;background-color:white;margin:0 !important}div.dt-rowReorder-float-parent.drop-not-allowed{cursor:not-allowed}tr.dt-rowReorder-moving{outline:2px solid #888;outline-offset:-2px}body.dt-rowReorder-noOverflow{overflow-x:hidden}table.dataTable td.reorder{text-align:center;cursor:move}html.dark div.dt-rowReorder-float-parent{outline-color:#6ea8fe}html.dark div.dt-rowReorder-float-parent table.dt-rowReorder-float{background-color:var(--dt-html-background)}html.dark tr.dt-rowReorder-moving{outline-color:#aaa}

/*!****************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/dropzone/dist/basic.css ***!
  \****************************************************************************************/
.dropzone,.dropzone *{box-sizing:border-box}.dropzone{position:relative}.dropzone .dz-preview{position:relative;display:inline-block;width:120px;margin:.5em}.dropzone .dz-preview .dz-progress{display:block;height:15px;border:1px solid #aaa}.dropzone .dz-preview .dz-progress .dz-upload{display:block;height:100%;width:0;background:green}.dropzone .dz-preview .dz-error-message{color:red;display:none}.dropzone .dz-preview.dz-error .dz-error-message,.dropzone .dz-preview.dz-error .dz-error-mark{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{display:block}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{position:absolute;display:none;left:30px;top:30px;width:54px;height:58px;left:50%;margin-left:-27px}/*# sourceMappingURL=basic.css.map */

/*!*******************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/dropzone/dist/dropzone.css ***!
  \*******************************************************************************************/
@keyframes passing-through{0%{opacity:0;transform:translateY(40px)}30%,70%{opacity:1;transform:translateY(0px)}100%{opacity:0;transform:translateY(-40px)}}@keyframes slide-in{0%{opacity:0;transform:translateY(40px)}30%{opacity:1;transform:translateY(0px)}}@keyframes pulse{0%{transform:scale(1)}10%{transform:scale(1.1)}20%{transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{min-height:150px;border:1px solid rgba(0,0,0,.8);border-radius:5px;padding:20px 20px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover{border-style:solid}.dropzone.dz-drag-hover .dz-message{opacity:.5}.dropzone .dz-message{text-align:center;margin:3em 0}.dropzone .dz-message .dz-button{background:none;color:inherit;border:none;padding:0;font:inherit;cursor:pointer;outline:inherit}.dropzone .dz-preview{position:relative;display:inline-block;vertical-align:top;margin:16px;min-height:100px}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview.dz-file-preview .dz-image{border-radius:20px;background:#999;background:linear-gradient(to bottom, #eee, #ddd)}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{font-size:14px;text-align:center;display:block;cursor:pointer;border:none}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{z-index:20;position:absolute;top:0;left:0;opacity:0;font-size:13px;min-width:100%;max-width:100%;padding:2em 1em;text-align:center;color:rgba(0,0,0,.9);line-height:150%}.dropzone .dz-preview .dz-details .dz-size{margin-bottom:1em;font-size:16px}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{border:1px solid rgba(200,200,200,.8);background-color:rgba(255,255,255,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:rgba(255,255,255,.4);padding:0 .4em;border-radius:3px}.dropzone .dz-preview:hover .dz-image img{transform:scale(1.05, 1.05);filter:blur(8px)}.dropzone .dz-preview .dz-image{border-radius:20px;overflow:hidden;width:120px;height:120px;position:relative;display:block;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{animation:passing-through 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview.dz-error .dz-error-mark{opacity:1;animation:slide-in 3s cubic-bezier(0.77, 0, 0.175, 1)}.dropzone .dz-preview .dz-success-mark,.dropzone .dz-preview .dz-error-mark{pointer-events:none;opacity:0;z-index:500;position:absolute;display:block;top:50%;left:50%;margin-left:-27px;margin-top:-27px;background:rgba(0,0,0,.8);border-radius:50%}.dropzone .dz-preview .dz-success-mark svg,.dropzone .dz-preview .dz-error-mark svg{display:block;width:54px;height:54px;fill:#fff}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{opacity:1;z-index:1000;pointer-events:none;position:absolute;height:20px;top:50%;margin-top:-10px;left:15%;right:15%;border:3px solid rgba(0,0,0,.8);background:rgba(0,0,0,.8);border-radius:10px;overflow:hidden}.dropzone .dz-preview .dz-progress .dz-upload{background:#fff;display:block;position:relative;height:100%;width:0;transition:width 300ms ease-in-out;border-radius:17px}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{pointer-events:none;z-index:1000;position:absolute;display:block;display:none;opacity:0;transition:opacity .3s ease;border-radius:8px;font-size:13px;top:130px;left:-10px;width:140px;background:#b10606;padding:.5em 1em;color:#fff}.dropzone .dz-preview .dz-error-message:after{content:"";position:absolute;top:-6px;left:64px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #b10606}/*# sourceMappingURL=dropzone.css.map */

/*!******************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/app.scss ***!
  \******************************************************************************************************************************************************/
@charset "UTF-8";
/* Core variables */
/**
 * Variables
*/
/* Colors */
/*table colors*/
/*forms colors*/
/*card colors*/
/*labels colors*/
/* Font sizes */
/*mixings*/
/* CSS Reset */
/*hide errors display*/
/*#webpack-dev-server-client-overlay {
  display:none!important;
}*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: none;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  box-sizing: border-box;
}

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

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

audio,
canvas,
video {
  display: inline-block;
}

body {
  margin: 0;
}

ul {
  list-style-type: none;
}

a {
  background: transparent;
  text-decoration: none;
}

button,
input {
  line-height: normal;
}

input[type=search] {
  -webkit-appearance: textfield;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

textarea:focus,
input:focus {
  outline: 0;
}

input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* CSS print */
/**
 * Print Stylesheet
*/
@media print {
  @page {
    margin: 1cm;
  }
  body {
    background: #FFFFFF;
    color: #323130;
  }
  a {
    page-break-inside: avoid;
  }
  blockquote {
    page-break-inside: avoid;
  }
  table,
  pre {
    page-break-inside: avoid;
  }
  ul, ol, dl {
    page-break-before: avoid;
  }
}
/* Fonts */
/*Fonts*/
@font-face {
  font-family: "Inter";
  src: url(../images/design/Inter-Regular.e89cb1.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(../images/design/Inter-Medium.6dcbc9.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url(../images/design/Inter-SemiBold.4d56bb.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url(../images/design/Inter-Bold.88fa7a.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
}
/*Font Face Icons*/
@font-face {
  font-family: "Phosphor";
  src: url(../images/design/Phosphor.4ad759.woff) format("woff"), url(../images/design/Phosphor.cb35b1.ttf) format("truetype"), url(../images/design/Phosphor.d5068d.svg#Phosphor) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Phosphor-Bold";
  src: url(../images/design/Phosphor-Bold.8b3398.woff) format("woff"), url(../images/design/Phosphor-Bold.24d0df.ttf) format("truetype"), url(../images/design/Phosphor-Bold.a0d748.svg#Phosphor-Bold) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "Phosphor-Fill";
  src: url(../images/design/Phosphor-Fill.4e7d6e.woff) format("woff"), url(../images/design/Phosphor-Fill.63a749.ttf) format("truetype"), url(../images/design/Phosphor-Fill.74571e.svg#Phosphor-Fill) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/**
 * CSS For icons
*/
/*normal*/
.ph {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-address-book:before {
  content: "\e900";
}

.ph.ph-airplane:before {
  content: "\e901";
}

.ph.ph-airplane-in-flight:before {
  content: "\e902";
}

.ph.ph-airplane-landing:before {
  content: "\e903";
}

.ph.ph-airplane-takeoff:before {
  content: "\e904";
}

.ph.ph-airplane-tilt:before {
  content: "\e905";
}

.ph.ph-airplay:before {
  content: "\e906";
}

.ph.ph-air-traffic-control:before {
  content: "\e907";
}

.ph.ph-alarm:before {
  content: "\e908";
}

.ph.ph-alien:before {
  content: "\e909";
}

.ph.ph-align-bottom:before {
  content: "\e90a";
}

.ph.ph-align-bottom-simple:before {
  content: "\e90b";
}

.ph.ph-align-center-horizontal:before {
  content: "\e90c";
}

.ph.ph-align-center-horizontal-simple:before {
  content: "\e90d";
}

.ph.ph-align-center-vertical:before {
  content: "\e90e";
}

.ph.ph-align-center-vertical-simple:before {
  content: "\e90f";
}

.ph.ph-align-left:before {
  content: "\e910";
}

.ph.ph-align-left-simple:before {
  content: "\e911";
}

.ph.ph-align-right:before {
  content: "\e912";
}

.ph.ph-align-right-simple:before {
  content: "\e913";
}

.ph.ph-align-top:before {
  content: "\e914";
}

.ph.ph-align-top-simple:before {
  content: "\e915";
}

.ph.ph-amazon-logo:before {
  content: "\e916";
}

.ph.ph-anchor:before {
  content: "\e917";
}

.ph.ph-anchor-simple:before {
  content: "\e918";
}

.ph.ph-android-logo:before {
  content: "\e919";
}

.ph.ph-angular-logo:before {
  content: "\e91a";
}

.ph.ph-aperture:before {
  content: "\e91b";
}

.ph.ph-apple-logo:before {
  content: "\e91c";
}

.ph.ph-apple-podcasts-logo:before {
  content: "\e91d";
}

.ph.ph-app-store-logo:before {
  content: "\e91e";
}

.ph.ph-app-window:before {
  content: "\e91f";
}

.ph.ph-archive:before {
  content: "\e920";
}

.ph.ph-archive-box:before {
  content: "\e921";
}

.ph.ph-archive-tray:before {
  content: "\e922";
}

.ph.ph-armchair:before {
  content: "\e923";
}

.ph.ph-arrow-arc-left:before {
  content: "\e924";
}

.ph.ph-arrow-arc-right:before {
  content: "\e925";
}

.ph.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}

.ph.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}

.ph.ph-arrow-bend-down-left:before {
  content: "\e928";
}

.ph.ph-arrow-bend-down-right:before {
  content: "\e929";
}

.ph.ph-arrow-bend-left-down:before {
  content: "\e92a";
}

.ph.ph-arrow-bend-left-up:before {
  content: "\e92b";
}

.ph.ph-arrow-bend-right-down:before {
  content: "\e92c";
}

.ph.ph-arrow-bend-right-up:before {
  content: "\e92d";
}

.ph.ph-arrow-bend-up-left:before {
  content: "\e92e";
}

.ph.ph-arrow-bend-up-right:before {
  content: "\e92f";
}

.ph.ph-arrow-circle-down:before {
  content: "\e930";
}

.ph.ph-arrow-circle-down-left:before {
  content: "\e931";
}

.ph.ph-arrow-circle-down-right:before {
  content: "\e932";
}

.ph.ph-arrow-circle-left:before {
  content: "\e933";
}

.ph.ph-arrow-circle-right:before {
  content: "\e934";
}

.ph.ph-arrow-circle-up:before {
  content: "\e935";
}

.ph.ph-arrow-circle-up-left:before {
  content: "\e936";
}

.ph.ph-arrow-circle-up-right:before {
  content: "\e937";
}

.ph.ph-arrow-clockwise:before {
  content: "\e938";
}

.ph.ph-arrow-counter-clockwise:before {
  content: "\e939";
}

.ph.ph-arrow-down:before {
  content: "\e93a";
}

.ph.ph-arrow-down-left:before {
  content: "\e93b";
}

.ph.ph-arrow-down-right:before {
  content: "\e93c";
}

.ph.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}

.ph.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}

.ph.ph-arrow-elbow-left:before {
  content: "\e93f";
}

.ph.ph-arrow-elbow-left-down:before {
  content: "\e940";
}

.ph.ph-arrow-elbow-left-up:before {
  content: "\e941";
}

.ph.ph-arrow-elbow-right:before {
  content: "\e942";
}

.ph.ph-arrow-elbow-right-down:before {
  content: "\e943";
}

.ph.ph-arrow-elbow-right-up:before {
  content: "\e944";
}

.ph.ph-arrow-elbow-up-left:before {
  content: "\e945";
}

.ph.ph-arrow-elbow-up-right:before {
  content: "\e946";
}

.ph.ph-arrow-fat-down:before {
  content: "\e947";
}

.ph.ph-arrow-fat-left:before {
  content: "\e948";
}

.ph.ph-arrow-fat-line-down:before {
  content: "\e949";
}

.ph.ph-arrow-fat-line-left:before {
  content: "\e94a";
}

.ph.ph-arrow-fat-line-right:before {
  content: "\e94b";
}

.ph.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}

.ph.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}

.ph.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}

.ph.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}

.ph.ph-arrow-fat-line-up:before {
  content: "\e950";
}

.ph.ph-arrow-fat-right:before {
  content: "\e951";
}

.ph.ph-arrow-fat-up:before {
  content: "\e952";
}

.ph.ph-arrow-left:before {
  content: "\e953";
}

.ph.ph-arrow-line-down:before {
  content: "\e954";
}

.ph.ph-arrow-line-down-left:before {
  content: "\e955";
}

.ph.ph-arrow-line-down-right:before {
  content: "\e956";
}

.ph.ph-arrow-line-left:before {
  content: "\e957";
}

.ph.ph-arrow-line-right:before {
  content: "\e958";
}

.ph.ph-arrow-line-up:before {
  content: "\e959";
}

.ph.ph-arrow-line-up-left:before {
  content: "\e95a";
}

.ph.ph-arrow-line-up-right:before {
  content: "\e95b";
}

.ph.ph-arrow-right:before {
  content: "\e95c";
}

.ph.ph-arrows-clockwise:before {
  content: "\e95d";
}

.ph.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}

.ph.ph-arrows-down-up:before {
  content: "\e95f";
}

.ph.ph-arrows-horizontal:before {
  content: "\e960";
}

.ph.ph-arrows-in:before {
  content: "\e961";
}

.ph.ph-arrows-in-cardinal:before {
  content: "\e962";
}

.ph.ph-arrows-in-line-horizontal:before {
  content: "\e963";
}

.ph.ph-arrows-in-line-vertical:before {
  content: "\e964";
}

.ph.ph-arrows-in-simple:before {
  content: "\e965";
}

.ph.ph-arrows-left-right:before {
  content: "\e966";
}

.ph.ph-arrows-merge:before {
  content: "\e967";
}

.ph.ph-arrows-out:before {
  content: "\e968";
}

.ph.ph-arrows-out-cardinal:before {
  content: "\e969";
}

.ph.ph-arrows-out-line-horizontal:before {
  content: "\e96a";
}

.ph.ph-arrows-out-line-vertical:before {
  content: "\e96b";
}

.ph.ph-arrows-out-simple:before {
  content: "\e96c";
}

.ph.ph-arrow-square-down:before {
  content: "\e96d";
}

.ph.ph-arrow-square-down-left:before {
  content: "\e96e";
}

.ph.ph-arrow-square-down-right:before {
  content: "\e96f";
}

.ph.ph-arrow-square-in:before {
  content: "\e970";
}

.ph.ph-arrow-square-left:before {
  content: "\e971";
}

.ph.ph-arrow-square-out:before {
  content: "\e972";
}

.ph.ph-arrow-square-right:before {
  content: "\e973";
}

.ph.ph-arrow-square-up:before {
  content: "\e974";
}

.ph.ph-arrow-square-up-left:before {
  content: "\e975";
}

.ph.ph-arrow-square-up-right:before {
  content: "\e976";
}

.ph.ph-arrows-split:before {
  content: "\e977";
}

.ph.ph-arrows-vertical:before {
  content: "\e978";
}

.ph.ph-arrow-u-down-left:before {
  content: "\e979";
}

.ph.ph-arrow-u-down-right:before {
  content: "\e97a";
}

.ph.ph-arrow-u-left-down:before {
  content: "\e97b";
}

.ph.ph-arrow-u-left-up:before {
  content: "\e97c";
}

.ph.ph-arrow-up:before {
  content: "\e97d";
}

.ph.ph-arrow-up-left:before {
  content: "\e97e";
}

.ph.ph-arrow-up-right:before {
  content: "\e97f";
}

.ph.ph-arrow-u-right-down:before {
  content: "\e980";
}

.ph.ph-arrow-u-right-up:before {
  content: "\e981";
}

.ph.ph-arrow-u-up-left:before {
  content: "\e982";
}

.ph.ph-arrow-u-up-right:before {
  content: "\e983";
}

.ph.ph-article:before {
  content: "\e984";
}

.ph.ph-article-medium:before {
  content: "\e985";
}

.ph.ph-article-ny-times:before {
  content: "\e986";
}

.ph.ph-asterisk:before {
  content: "\e987";
}

.ph.ph-asterisk-simple:before {
  content: "\e988";
}

.ph.ph-at:before {
  content: "\e989";
}

.ph.ph-atom:before {
  content: "\e98a";
}

.ph.ph-baby:before {
  content: "\e98b";
}

.ph.ph-backpack:before {
  content: "\e98c";
}

.ph.ph-backspace:before {
  content: "\e98d";
}

.ph.ph-bag:before {
  content: "\e98e";
}

.ph.ph-bag-simple:before {
  content: "\e98f";
}

.ph.ph-balloon:before {
  content: "\e990";
}

.ph.ph-bandaids:before {
  content: "\e991";
}

.ph.ph-bank:before {
  content: "\e992";
}

.ph.ph-barbell:before {
  content: "\e993";
}

.ph.ph-barcode:before {
  content: "\e994";
}

.ph.ph-barricade:before {
  content: "\e995";
}

.ph.ph-baseball:before {
  content: "\e996";
}

.ph.ph-baseball-cap:before {
  content: "\e997";
}

.ph.ph-basket:before {
  content: "\e998";
}

.ph.ph-basketball:before {
  content: "\e999";
}

.ph.ph-bathtub:before {
  content: "\e99a";
}

.ph.ph-battery-charging:before {
  content: "\e99b";
}

.ph.ph-battery-charging-vertical:before {
  content: "\e99c";
}

.ph.ph-battery-empty:before {
  content: "\e99d";
}

.ph.ph-battery-full:before {
  content: "\e99e";
}

.ph.ph-battery-high:before {
  content: "\e99f";
}

.ph.ph-battery-low:before {
  content: "\e9a0";
}

.ph.ph-battery-medium:before {
  content: "\e9a1";
}

.ph.ph-battery-plus:before {
  content: "\e9a2";
}

.ph.ph-battery-plus-vertical:before {
  content: "\e9a3";
}

.ph.ph-battery-vertical-empty:before {
  content: "\e9a4";
}

.ph.ph-battery-vertical-full:before {
  content: "\e9a5";
}

.ph.ph-battery-vertical-high:before {
  content: "\e9a6";
}

.ph.ph-battery-vertical-low:before {
  content: "\e9a7";
}

.ph.ph-battery-vertical-medium:before {
  content: "\e9a8";
}

.ph.ph-battery-warning:before {
  content: "\e9a9";
}

.ph.ph-battery-warning-vertical:before {
  content: "\e9aa";
}

.ph.ph-bed:before {
  content: "\e9ab";
}

.ph.ph-beer-bottle:before {
  content: "\e9ac";
}

.ph.ph-beer-stein:before {
  content: "\e9ad";
}

.ph.ph-behance-logo:before {
  content: "\e9ae";
}

.ph.ph-bell:before {
  content: "\e9af";
}

.ph.ph-bell-ringing:before {
  content: "\e9b0";
}

.ph.ph-bell-simple:before {
  content: "\e9b1";
}

.ph.ph-bell-simple-ringing:before {
  content: "\e9b2";
}

.ph.ph-bell-simple-slash:before {
  content: "\e9b3";
}

.ph.ph-bell-simple-z:before {
  content: "\e9b4";
}

.ph.ph-bell-slash:before {
  content: "\e9b5";
}

.ph.ph-bell-z:before {
  content: "\e9b6";
}

.ph.ph-bezier-curve:before {
  content: "\e9b7";
}

.ph.ph-bicycle:before {
  content: "\e9b8";
}

.ph.ph-binoculars:before {
  content: "\e9b9";
}

.ph.ph-bird:before {
  content: "\e9ba";
}

.ph.ph-bluetooth:before {
  content: "\e9bb";
}

.ph.ph-bluetooth-connected:before {
  content: "\e9bc";
}

.ph.ph-bluetooth-slash:before {
  content: "\e9bd";
}

.ph.ph-bluetooth-x:before {
  content: "\e9be";
}

.ph.ph-boat:before {
  content: "\e9bf";
}

.ph.ph-bone:before {
  content: "\e9c0";
}

.ph.ph-book:before {
  content: "\e9c1";
}

.ph.ph-book-bookmark:before {
  content: "\e9c2";
}

.ph.ph-bookmark:before {
  content: "\e9c3";
}

.ph.ph-bookmarks:before {
  content: "\e9c4";
}

.ph.ph-bookmark-simple:before {
  content: "\e9c5";
}

.ph.ph-bookmarks-simple:before {
  content: "\e9c6";
}

.ph.ph-book-open:before {
  content: "\e9c7";
}

.ph.ph-book-open-text:before {
  content: "\e9c8";
}

.ph.ph-books:before {
  content: "\e9c9";
}

.ph.ph-boot:before {
  content: "\e9ca";
}

.ph.ph-bounding-box:before {
  content: "\e9cb";
}

.ph.ph-bowl-food:before {
  content: "\e9cc";
}

.ph.ph-brackets-angle:before {
  content: "\e9cd";
}

.ph.ph-brackets-curly:before {
  content: "\e9ce";
}

.ph.ph-brackets-round:before {
  content: "\e9cf";
}

.ph.ph-brackets-square:before {
  content: "\e9d0";
}

.ph.ph-brain:before {
  content: "\e9d1";
}

.ph.ph-brandy:before {
  content: "\e9d2";
}

.ph.ph-bridge:before {
  content: "\e9d3";
}

.ph.ph-briefcase:before {
  content: "\e9d4";
}

.ph.ph-briefcase-metal:before {
  content: "\e9d5";
}

.ph.ph-broadcast:before {
  content: "\e9d6";
}

.ph.ph-broom:before {
  content: "\e9d7";
}

.ph.ph-browser:before {
  content: "\e9d8";
}

.ph.ph-browsers:before {
  content: "\e9d9";
}

.ph.ph-bug:before {
  content: "\e9da";
}

.ph.ph-bug-beetle:before {
  content: "\e9db";
}

.ph.ph-bug-droid:before {
  content: "\e9dc";
}

.ph.ph-buildings:before {
  content: "\e9dd";
}

.ph.ph-bus:before {
  content: "\e9de";
}

.ph.ph-butterfly:before {
  content: "\e9df";
}

.ph.ph-cactus:before {
  content: "\e9e0";
}

.ph.ph-cake:before {
  content: "\e9e1";
}

.ph.ph-calculator:before {
  content: "\e9e2";
}

.ph.ph-calendar:before {
  content: "\e9e3";
}

.ph.ph-calendar-blank:before {
  content: "\e9e4";
}

.ph.ph-calendar-check:before {
  content: "\e9e5";
}

.ph.ph-calendar-plus:before {
  content: "\e9e6";
}

.ph.ph-calendar-x:before {
  content: "\e9e7";
}

.ph.ph-call-bell:before {
  content: "\e9e8";
}

.ph.ph-camera:before {
  content: "\e9e9";
}

.ph.ph-camera-plus:before {
  content: "\e9ea";
}

.ph.ph-camera-rotate:before {
  content: "\e9eb";
}

.ph.ph-camera-slash:before {
  content: "\e9ec";
}

.ph.ph-campfire:before {
  content: "\e9ed";
}

.ph.ph-car:before {
  content: "\e9ee";
}

.ph.ph-cardholder:before {
  content: "\e9ef";
}

.ph.ph-cards:before {
  content: "\e9f0";
}

.ph.ph-caret-circle-double-down:before {
  content: "\e9f1";
}

.ph.ph-caret-circle-double-left:before {
  content: "\e9f2";
}

.ph.ph-caret-circle-double-right:before {
  content: "\e9f3";
}

.ph.ph-caret-circle-double-up:before {
  content: "\e9f4";
}

.ph.ph-caret-circle-down:before {
  content: "\e9f5";
}

.ph.ph-caret-circle-left:before {
  content: "\e9f6";
}

.ph.ph-caret-circle-right:before {
  content: "\e9f7";
}

.ph.ph-caret-circle-up:before {
  content: "\e9f8";
}

.ph.ph-caret-circle-up-down:before {
  content: "\e9f9";
}

.ph.ph-caret-double-down:before {
  content: "\e9fa";
}

.ph.ph-caret-double-left:before {
  content: "\e9fb";
}

.ph.ph-caret-double-right:before {
  content: "\e9fc";
}

.ph.ph-caret-double-up:before {
  content: "\e9fd";
}

.ph.ph-caret-down:before {
  content: "\e9fe";
}

.ph.ph-caret-left:before {
  content: "\e9ff";
}

.ph.ph-caret-right:before {
  content: "\ea00";
}

.ph.ph-caret-up:before {
  content: "\ea01";
}

.ph.ph-caret-up-down:before {
  content: "\ea02";
}

.ph.ph-car-profile:before {
  content: "\ea03";
}

.ph.ph-carrot:before {
  content: "\ea04";
}

.ph.ph-car-simple:before {
  content: "\ea05";
}

.ph.ph-cassette-tape:before {
  content: "\ea06";
}

.ph.ph-castle-turret:before {
  content: "\ea07";
}

.ph.ph-cat:before {
  content: "\ea08";
}

.ph.ph-cell-signal-full:before {
  content: "\ea09";
}

.ph.ph-cell-signal-high:before {
  content: "\ea0a";
}

.ph.ph-cell-signal-low:before {
  content: "\ea0b";
}

.ph.ph-cell-signal-medium:before {
  content: "\ea0c";
}

.ph.ph-cell-signal-none:before {
  content: "\ea0d";
}

.ph.ph-cell-signal-slash:before {
  content: "\ea0e";
}

.ph.ph-cell-signal-x:before {
  content: "\ea0f";
}

.ph.ph-certificate:before {
  content: "\ea10";
}

.ph.ph-chair:before {
  content: "\ea11";
}

.ph.ph-chalkboard:before {
  content: "\ea12";
}

.ph.ph-chalkboard-simple:before {
  content: "\ea13";
}

.ph.ph-chalkboard-teacher:before {
  content: "\ea14";
}

.ph.ph-champagne:before {
  content: "\ea15";
}

.ph.ph-charging-station:before {
  content: "\ea16";
}

.ph.ph-chart-bar:before {
  content: "\ea17";
}

.ph.ph-chart-bar-horizontal:before {
  content: "\ea18";
}

.ph.ph-chart-donut:before {
  content: "\ea19";
}

.ph.ph-chart-line:before {
  content: "\ea1a";
}

.ph.ph-chart-line-down:before {
  content: "\ea1b";
}

.ph.ph-chart-line-up:before {
  content: "\ea1c";
}

.ph.ph-chart-pie:before {
  content: "\ea1d";
}

.ph.ph-chart-pie-slice:before {
  content: "\ea1e";
}

.ph.ph-chart-polar:before {
  content: "\ea1f";
}

.ph.ph-chart-scatter:before {
  content: "\ea20";
}

.ph.ph-chat:before {
  content: "\ea21";
}

.ph.ph-chat-centered:before {
  content: "\ea22";
}

.ph.ph-chat-centered-dots:before {
  content: "\ea23";
}

.ph.ph-chat-centered-text:before {
  content: "\ea24";
}

.ph.ph-chat-circle:before {
  content: "\ea25";
}

.ph.ph-chat-circle-dots:before {
  content: "\ea26";
}

.ph.ph-chat-circle-text:before {
  content: "\ea27";
}

.ph.ph-chat-dots:before {
  content: "\ea28";
}

.ph.ph-chats:before {
  content: "\ea29";
}

.ph.ph-chats-circle:before {
  content: "\ea2a";
}

.ph.ph-chats-teardrop:before {
  content: "\ea2b";
}

.ph.ph-chat-teardrop:before {
  content: "\ea2c";
}

.ph.ph-chat-teardrop-dots:before {
  content: "\ea2d";
}

.ph.ph-chat-teardrop-text:before {
  content: "\ea2e";
}

.ph.ph-chat-text:before {
  content: "\ea2f";
}

.ph.ph-check:before {
  content: "\ea30";
}

.ph.ph-check-circle:before {
  content: "\ea31";
}

.ph.ph-check-fat:before {
  content: "\ea32";
}

.ph.ph-checks:before {
  content: "\ea33";
}

.ph.ph-check-square:before {
  content: "\ea34";
}

.ph.ph-check-square-offset:before {
  content: "\ea35";
}

.ph.ph-church:before {
  content: "\ea36";
}

.ph.ph-circle:before {
  content: "\ea37";
}

.ph.ph-circle-dashed:before {
  content: "\ea38";
}

.ph.ph-circle-half:before {
  content: "\ea39";
}

.ph.ph-circle-half-tilt:before {
  content: "\ea3a";
}

.ph.ph-circle-notch:before {
  content: "\ea3b";
}

.ph.ph-circles-four:before {
  content: "\ea3c";
}

.ph.ph-circles-three:before {
  content: "\ea3d";
}

.ph.ph-circles-three-plus:before {
  content: "\ea3e";
}

.ph.ph-circuitry:before {
  content: "\ea3f";
}

.ph.ph-clipboard:before {
  content: "\ea40";
}

.ph.ph-clipboard-text:before {
  content: "\ea41";
}

.ph.ph-clock:before {
  content: "\ea42";
}

.ph.ph-clock-afternoon:before {
  content: "\ea43";
}

.ph.ph-clock-clockwise:before {
  content: "\ea44";
}

.ph.ph-clock-countdown:before {
  content: "\ea45";
}

.ph.ph-clock-counter-clockwise:before {
  content: "\ea46";
}

.ph.ph-closed-captioning:before {
  content: "\ea47";
}

.ph.ph-cloud:before {
  content: "\ea48";
}

.ph.ph-cloud-arrow-down:before {
  content: "\ea49";
}

.ph.ph-cloud-arrow-up:before {
  content: "\ea4a";
}

.ph.ph-cloud-check:before {
  content: "\ea4b";
}

.ph.ph-cloud-fog:before {
  content: "\ea4c";
}

.ph.ph-cloud-lightning:before {
  content: "\ea4d";
}

.ph.ph-cloud-moon:before {
  content: "\ea4e";
}

.ph.ph-cloud-rain:before {
  content: "\ea4f";
}

.ph.ph-cloud-slash:before {
  content: "\ea50";
}

.ph.ph-cloud-snow:before {
  content: "\ea51";
}

.ph.ph-cloud-sun:before {
  content: "\ea52";
}

.ph.ph-cloud-warning:before {
  content: "\ea53";
}

.ph.ph-cloud-x:before {
  content: "\ea54";
}

.ph.ph-club:before {
  content: "\ea55";
}

.ph.ph-coat-hanger:before {
  content: "\ea56";
}

.ph.ph-coda-logo:before {
  content: "\ea57";
}

.ph.ph-code:before {
  content: "\ea58";
}

.ph.ph-code-block:before {
  content: "\ea59";
}

.ph.ph-codepen-logo:before {
  content: "\ea5a";
}

.ph.ph-codesandbox-logo:before {
  content: "\ea5b";
}

.ph.ph-code-simple:before {
  content: "\ea5c";
}

.ph.ph-coffee:before {
  content: "\ea5d";
}

.ph.ph-coin:before {
  content: "\ea5e";
}

.ph.ph-coins:before {
  content: "\ea5f";
}

.ph.ph-coin-vertical:before {
  content: "\ea60";
}

.ph.ph-columns:before {
  content: "\ea61";
}

.ph.ph-command:before {
  content: "\ea62";
}

.ph.ph-compass:before {
  content: "\ea63";
}

.ph.ph-compass-tool:before {
  content: "\ea64";
}

.ph.ph-computer-tower:before {
  content: "\ea65";
}

.ph.ph-confetti:before {
  content: "\ea66";
}

.ph.ph-contactless-payment:before {
  content: "\ea67";
}

.ph.ph-control:before {
  content: "\ea68";
}

.ph.ph-cookie:before {
  content: "\ea69";
}

.ph.ph-cooking-pot:before {
  content: "\ea6a";
}

.ph.ph-copy:before {
  content: "\ea6b";
}

.ph.ph-copyleft:before {
  content: "\ea6c";
}

.ph.ph-copyright:before {
  content: "\ea6d";
}

.ph.ph-copy-simple:before {
  content: "\ea6e";
}

.ph.ph-corners-in:before {
  content: "\ea6f";
}

.ph.ph-corners-out:before {
  content: "\ea70";
}

.ph.ph-couch:before {
  content: "\ea71";
}

.ph.ph-cpu:before {
  content: "\ea72";
}

.ph.ph-credit-card:before {
  content: "\ea73";
}

.ph.ph-crop:before {
  content: "\ea74";
}

.ph.ph-cross:before {
  content: "\ea75";
}

.ph.ph-crosshair:before {
  content: "\ea76";
}

.ph.ph-crosshair-simple:before {
  content: "\ea77";
}

.ph.ph-crown:before {
  content: "\ea78";
}

.ph.ph-crown-simple:before {
  content: "\ea79";
}

.ph.ph-cube:before {
  content: "\ea7a";
}

.ph.ph-cube-focus:before {
  content: "\ea7b";
}

.ph.ph-cube-transparent:before {
  content: "\ea7c";
}

.ph.ph-currency-btc:before {
  content: "\ea7d";
}

.ph.ph-currency-circle-dollar:before {
  content: "\ea7e";
}

.ph.ph-currency-cny:before {
  content: "\ea7f";
}

.ph.ph-currency-dollar:before {
  content: "\ea80";
}

.ph.ph-currency-dollar-simple:before {
  content: "\ea81";
}

.ph.ph-currency-eth:before {
  content: "\ea82";
}

.ph.ph-currency-eur:before {
  content: "\ea83";
}

.ph.ph-currency-gbp:before {
  content: "\ea84";
}

.ph.ph-currency-inr:before {
  content: "\ea85";
}

.ph.ph-currency-jpy:before {
  content: "\ea86";
}

.ph.ph-currency-krw:before {
  content: "\ea87";
}

.ph.ph-currency-kzt:before {
  content: "\ea88";
}

.ph.ph-currency-ngn:before {
  content: "\ea89";
}

.ph.ph-currency-rub:before {
  content: "\ea8a";
}

.ph.ph-cursor:before {
  content: "\ea8b";
}

.ph.ph-cursor-click:before {
  content: "\ea8c";
}

.ph.ph-cursor-text:before {
  content: "\ea8d";
}

.ph.ph-cylinder:before {
  content: "\ea8e";
}

.ph.ph-database:before {
  content: "\ea8f";
}

.ph.ph-desktop:before {
  content: "\ea90";
}

.ph.ph-desktop-tower:before {
  content: "\ea91";
}

.ph.ph-detective:before {
  content: "\ea92";
}

.ph.ph-device-mobile:before {
  content: "\ea93";
}

.ph.ph-device-mobile-camera:before {
  content: "\ea94";
}

.ph.ph-device-mobile-speaker:before {
  content: "\ea95";
}

.ph.ph-devices:before {
  content: "\ea96";
}

.ph.ph-device-tablet:before {
  content: "\ea97";
}

.ph.ph-device-tablet-camera:before {
  content: "\ea98";
}

.ph.ph-device-tablet-speaker:before {
  content: "\ea99";
}

.ph.ph-dev-to-logo:before {
  content: "\ea9a";
}

.ph.ph-diamond:before {
  content: "\ea9b";
}

.ph.ph-diamonds-four:before {
  content: "\ea9c";
}

.ph.ph-dice-five:before {
  content: "\ea9d";
}

.ph.ph-dice-four:before {
  content: "\ea9e";
}

.ph.ph-dice-one:before {
  content: "\ea9f";
}

.ph.ph-dice-six:before {
  content: "\eaa0";
}

.ph.ph-dice-three:before {
  content: "\eaa1";
}

.ph.ph-dice-two:before {
  content: "\eaa2";
}

.ph.ph-disc:before {
  content: "\eaa3";
}

.ph.ph-discord-logo:before {
  content: "\eaa4";
}

.ph.ph-divide:before {
  content: "\eaa5";
}

.ph.ph-dna:before {
  content: "\eaa6";
}

.ph.ph-dog:before {
  content: "\eaa7";
}

.ph.ph-door:before {
  content: "\eaa8";
}

.ph.ph-door-open:before {
  content: "\eaa9";
}

.ph.ph-dot:before {
  content: "\eaaa";
}

.ph.ph-dot-outline:before {
  content: "\eaab";
}

.ph.ph-dots-nine:before {
  content: "\eaac";
}

.ph.ph-dots-six:before {
  content: "\eaad";
}

.ph.ph-dots-six-vertical:before {
  content: "\eaae";
}

.ph.ph-dots-three:before {
  content: "\eaaf";
}

.ph.ph-dots-three-circle:before {
  content: "\eab0";
}

.ph.ph-dots-three-circle-vertical:before {
  content: "\eab1";
}

.ph.ph-dots-three-outline:before {
  content: "\eab2";
}

.ph.ph-dots-three-outline-vertical:before {
  content: "\eab3";
}

.ph.ph-dots-three-vertical:before {
  content: "\eab4";
}

.ph.ph-download:before {
  content: "\eab5";
}

.ph.ph-download-simple:before {
  content: "\eab6";
}

.ph.ph-dress:before {
  content: "\eab7";
}

.ph.ph-dribbble-logo:before {
  content: "\eab8";
}

.ph.ph-drop:before {
  content: "\eab9";
}

.ph.ph-dropbox-logo:before {
  content: "\eaba";
}

.ph.ph-drop-half:before {
  content: "\eabb";
}

.ph.ph-drop-half-bottom:before {
  content: "\eabc";
}

.ph.ph-ear:before {
  content: "\eabd";
}

.ph.ph-ear-slash:before {
  content: "\eabe";
}

.ph.ph-egg:before {
  content: "\eabf";
}

.ph.ph-egg-crack:before {
  content: "\eac0";
}

.ph.ph-eject:before {
  content: "\eac1";
}

.ph.ph-eject-simple:before {
  content: "\eac2";
}

.ph.ph-elevator:before {
  content: "\eac3";
}

.ph.ph-engine:before {
  content: "\eac4";
}

.ph.ph-envelope:before {
  content: "\eac5";
}

.ph.ph-envelope-open:before {
  content: "\eac6";
}

.ph.ph-envelope-simple:before {
  content: "\eac7";
}

.ph.ph-envelope-simple-open:before {
  content: "\eac8";
}

.ph.ph-equalizer:before {
  content: "\eac9";
}

.ph.ph-equals:before {
  content: "\eaca";
}

.ph.ph-eraser:before {
  content: "\eacb";
}

.ph.ph-escalator-down:before {
  content: "\eacc";
}

.ph.ph-escalator-up:before {
  content: "\eacd";
}

.ph.ph-exam:before {
  content: "\eace";
}

.ph.ph-exclude:before {
  content: "\eacf";
}

.ph.ph-exclude-square:before {
  content: "\ead0";
}

.ph.ph-export:before {
  content: "\ead1";
}

.ph.ph-eye:before {
  content: "\ead2";
}

.ph.ph-eye-closed:before {
  content: "\ead3";
}

.ph.ph-eyedropper:before {
  content: "\ead4";
}

.ph.ph-eyedropper-sample:before {
  content: "\ead5";
}

.ph.ph-eyeglasses:before {
  content: "\ead6";
}

.ph.ph-eye-slash:before {
  content: "\ead7";
}

.ph.ph-facebook-logo:before {
  content: "\ead8";
}

.ph.ph-face-mask:before {
  content: "\ead9";
}

.ph.ph-factory:before {
  content: "\eada";
}

.ph.ph-faders:before {
  content: "\eadb";
}

.ph.ph-faders-horizontal:before {
  content: "\eadc";
}

.ph.ph-fan:before {
  content: "\eadd";
}

.ph.ph-fast-forward:before {
  content: "\eade";
}

.ph.ph-fast-forward-circle:before {
  content: "\eadf";
}

.ph.ph-feather:before {
  content: "\eae0";
}

.ph.ph-figma-logo:before {
  content: "\eae1";
}

.ph.ph-file:before {
  content: "\eae2";
}

.ph.ph-file-archive:before {
  content: "\eae3";
}

.ph.ph-file-arrow-down:before {
  content: "\eae4";
}

.ph.ph-file-arrow-up:before {
  content: "\eae5";
}

.ph.ph-file-audio:before {
  content: "\eae6";
}

.ph.ph-file-cloud:before {
  content: "\eae7";
}

.ph.ph-file-code:before {
  content: "\eae8";
}

.ph.ph-file-css:before {
  content: "\eae9";
}

.ph.ph-file-csv:before {
  content: "\eaea";
}

.ph.ph-file-dashed:before, .ph.ph-file-dotted:before {
  content: "\eaeb";
}

.ph.ph-file-doc:before {
  content: "\eaec";
}

.ph.ph-file-html:before {
  content: "\eaed";
}

.ph.ph-file-image:before {
  content: "\eaee";
}

.ph.ph-file-jpg:before {
  content: "\eaef";
}

.ph.ph-file-js:before {
  content: "\eaf0";
}

.ph.ph-file-jsx:before {
  content: "\eaf1";
}

.ph.ph-file-lock:before {
  content: "\eaf2";
}

.ph.ph-file-magnifying-glass:before, .ph.ph-file-search:before {
  content: "\eaf3";
}

.ph.ph-file-minus:before {
  content: "\eaf4";
}

.ph.ph-file-pdf:before {
  content: "\eaf5";
}

.ph.ph-file-plus:before {
  content: "\eaf6";
}

.ph.ph-file-png:before {
  content: "\eaf7";
}

.ph.ph-file-ppt:before {
  content: "\eaf8";
}

.ph.ph-file-rs:before {
  content: "\eaf9";
}

.ph.ph-files:before {
  content: "\eafa";
}

.ph.ph-file-sql:before {
  content: "\eafb";
}

.ph.ph-file-svg:before {
  content: "\eafc";
}

.ph.ph-file-text:before {
  content: "\eafd";
}

.ph.ph-file-ts:before {
  content: "\eafe";
}

.ph.ph-file-tsx:before {
  content: "\eaff";
}

.ph.ph-file-video:before {
  content: "\eb00";
}

.ph.ph-file-vue:before {
  content: "\eb01";
}

.ph.ph-file-x:before {
  content: "\eb02";
}

.ph.ph-file-xls:before {
  content: "\eb03";
}

.ph.ph-file-zip:before {
  content: "\eb04";
}

.ph.ph-film-reel:before {
  content: "\eb05";
}

.ph.ph-film-script:before {
  content: "\eb06";
}

.ph.ph-film-slate:before {
  content: "\eb07";
}

.ph.ph-film-strip:before {
  content: "\eb08";
}

.ph.ph-fingerprint:before {
  content: "\eb09";
}

.ph.ph-fingerprint-simple:before {
  content: "\eb0a";
}

.ph.ph-finn-the-human:before {
  content: "\eb0b";
}

.ph.ph-fire:before {
  content: "\eb0c";
}

.ph.ph-fire-extinguisher:before {
  content: "\eb0d";
}

.ph.ph-fire-simple:before {
  content: "\eb0e";
}

.ph.ph-first-aid:before {
  content: "\eb0f";
}

.ph.ph-first-aid-kit:before {
  content: "\eb10";
}

.ph.ph-fish:before {
  content: "\eb11";
}

.ph.ph-fish-simple:before {
  content: "\eb12";
}

.ph.ph-flag:before {
  content: "\eb13";
}

.ph.ph-flag-banner:before {
  content: "\eb14";
}

.ph.ph-flag-checkered:before {
  content: "\eb15";
}

.ph.ph-flag-pennant:before {
  content: "\eb16";
}

.ph.ph-flame:before {
  content: "\eb17";
}

.ph.ph-flashlight:before {
  content: "\eb18";
}

.ph.ph-flask:before {
  content: "\eb19";
}

.ph.ph-floppy-disk:before {
  content: "\eb1a";
}

.ph.ph-floppy-disk-back:before {
  content: "\eb1b";
}

.ph.ph-flow-arrow:before {
  content: "\eb1c";
}

.ph.ph-flower:before {
  content: "\eb1d";
}

.ph.ph-flower-lotus:before {
  content: "\eb1e";
}

.ph.ph-flower-tulip:before {
  content: "\eb1f";
}

.ph.ph-flying-saucer:before {
  content: "\eb20";
}

.ph.ph-folder:before {
  content: "\eb21";
}

.ph.ph-folder-dashed:before, .ph.ph-folder-dotted:before {
  content: "\eb22";
}

.ph.ph-folder-lock:before {
  content: "\eb23";
}

.ph.ph-folder-minus:before {
  content: "\eb24";
}

.ph.ph-folder-notch:before {
  content: "\eb25";
}

.ph.ph-folder-notch-minus:before {
  content: "\eb26";
}

.ph.ph-folder-notch-open:before {
  content: "\eb27";
}

.ph.ph-folder-notch-plus:before {
  content: "\eb28";
}

.ph.ph-folder-open:before {
  content: "\eb29";
}

.ph.ph-folder-plus:before {
  content: "\eb2a";
}

.ph.ph-folders:before {
  content: "\eb2b";
}

.ph.ph-folder-simple:before {
  content: "\eb2c";
}

.ph.ph-folder-simple-dashed:before, .ph.ph-folder-simple-dotted:before {
  content: "\eb2d";
}

.ph.ph-folder-simple-lock:before {
  content: "\eb2e";
}

.ph.ph-folder-simple-minus:before {
  content: "\eb2f";
}

.ph.ph-folder-simple-plus:before {
  content: "\eb30";
}

.ph.ph-folder-simple-star:before {
  content: "\eb31";
}

.ph.ph-folder-simple-user:before {
  content: "\eb32";
}

.ph.ph-folder-star:before {
  content: "\eb33";
}

.ph.ph-folder-user:before {
  content: "\eb34";
}

.ph.ph-football:before {
  content: "\eb35";
}

.ph.ph-footprints:before {
  content: "\eb36";
}

.ph.ph-fork-knife:before {
  content: "\eb37";
}

.ph.ph-frame-corners:before {
  content: "\eb38";
}

.ph.ph-framer-logo:before {
  content: "\eb39";
}

.ph.ph-function:before {
  content: "\eb3a";
}

.ph.ph-funnel:before {
  content: "\eb3b";
}

.ph.ph-funnel-simple:before {
  content: "\eb3c";
}

.ph.ph-game-controller:before {
  content: "\eb3d";
}

.ph.ph-garage:before {
  content: "\eb3e";
}

.ph.ph-gas-can:before {
  content: "\eb3f";
}

.ph.ph-gas-pump:before {
  content: "\eb40";
}

.ph.ph-gauge:before {
  content: "\eb41";
}

.ph.ph-gavel:before {
  content: "\eb42";
}

.ph.ph-gear:before {
  content: "\eb43";
}

.ph.ph-gear-fine:before {
  content: "\eb44";
}

.ph.ph-gear-six:before {
  content: "\eb45";
}

.ph.ph-gender-female:before {
  content: "\eb46";
}

.ph.ph-gender-intersex:before {
  content: "\eb47";
}

.ph.ph-gender-male:before {
  content: "\eb48";
}

.ph.ph-gender-neuter:before {
  content: "\eb49";
}

.ph.ph-gender-nonbinary:before {
  content: "\eb4a";
}

.ph.ph-gender-transgender:before {
  content: "\eb4b";
}

.ph.ph-ghost:before {
  content: "\eb4c";
}

.ph.ph-gif:before {
  content: "\eb4d";
}

.ph.ph-gift:before {
  content: "\eb4e";
}

.ph.ph-git-branch:before {
  content: "\eb4f";
}

.ph.ph-git-commit:before {
  content: "\eb50";
}

.ph.ph-git-diff:before {
  content: "\eb51";
}

.ph.ph-git-fork:before {
  content: "\eb52";
}

.ph.ph-github-logo:before {
  content: "\eb53";
}

.ph.ph-gitlab-logo:before {
  content: "\eb54";
}

.ph.ph-gitlab-logo-simple:before {
  content: "\eb55";
}

.ph.ph-git-merge:before {
  content: "\eb56";
}

.ph.ph-git-pull-request:before {
  content: "\eb57";
}

.ph.ph-globe:before {
  content: "\eb58";
}

.ph.ph-globe-hemisphere-east:before {
  content: "\eb59";
}

.ph.ph-globe-hemisphere-west:before {
  content: "\eb5a";
}

.ph.ph-globe-simple:before {
  content: "\eb5b";
}

.ph.ph-globe-stand:before {
  content: "\eb5c";
}

.ph.ph-goggles:before {
  content: "\eb5d";
}

.ph.ph-goodreads-logo:before {
  content: "\eb5e";
}

.ph.ph-google-cardboard-logo:before {
  content: "\eb5f";
}

.ph.ph-google-chrome-logo:before {
  content: "\eb60";
}

.ph.ph-google-drive-logo:before {
  content: "\eb61";
}

.ph.ph-google-logo:before {
  content: "\eb62";
}

.ph.ph-google-photos-logo:before {
  content: "\eb63";
}

.ph.ph-google-play-logo:before {
  content: "\eb64";
}

.ph.ph-google-podcasts-logo:before {
  content: "\eb65";
}

.ph.ph-gradient:before {
  content: "\eb66";
}

.ph.ph-graduation-cap:before {
  content: "\eb67";
}

.ph.ph-grains:before {
  content: "\eb68";
}

.ph.ph-grains-slash:before {
  content: "\eb69";
}

.ph.ph-graph:before {
  content: "\eb6a";
}

.ph.ph-grid-four:before {
  content: "\eb6b";
}

.ph.ph-grid-nine:before {
  content: "\eb6c";
}

.ph.ph-guitar:before {
  content: "\eb6d";
}

.ph.ph-hamburger:before {
  content: "\eb6e";
}

.ph.ph-hammer:before {
  content: "\eb6f";
}

.ph.ph-hand:before {
  content: "\eb70";
}

.ph.ph-handbag:before {
  content: "\eb71";
}

.ph.ph-handbag-simple:before {
  content: "\eb72";
}

.ph.ph-hand-coins:before {
  content: "\eb73";
}

.ph.ph-hand-eye:before {
  content: "\eb74";
}

.ph.ph-hand-fist:before {
  content: "\eb75";
}

.ph.ph-hand-grabbing:before {
  content: "\eb76";
}

.ph.ph-hand-heart:before {
  content: "\eb77";
}

.ph.ph-hand-palm:before {
  content: "\eb78";
}

.ph.ph-hand-pointing:before {
  content: "\eb79";
}

.ph.ph-hands-clapping:before {
  content: "\eb7a";
}

.ph.ph-handshake:before {
  content: "\eb7b";
}

.ph.ph-hand-soap:before {
  content: "\eb7c";
}

.ph.ph-hands-praying:before {
  content: "\eb7d";
}

.ph.ph-hand-swipe-left:before {
  content: "\eb7e";
}

.ph.ph-hand-swipe-right:before {
  content: "\eb7f";
}

.ph.ph-hand-tap:before {
  content: "\eb80";
}

.ph.ph-hand-waving:before {
  content: "\eb81";
}

.ph.ph-hard-drive:before {
  content: "\eb82";
}

.ph.ph-hard-drives:before {
  content: "\eb83";
}

.ph.ph-hash:before {
  content: "\eb84";
}

.ph.ph-hash-straight:before {
  content: "\eb85";
}

.ph.ph-headlights:before {
  content: "\eb86";
}

.ph.ph-headphones:before {
  content: "\eb87";
}

.ph.ph-headset:before {
  content: "\eb88";
}

.ph.ph-heart:before {
  content: "\eb89";
}

.ph.ph-heartbeat:before {
  content: "\eb8a";
}

.ph.ph-heart-break:before {
  content: "\eb8b";
}

.ph.ph-heart-half:before {
  content: "\eb8c";
}

.ph.ph-heart-straight:before {
  content: "\eb8d";
}

.ph.ph-heart-straight-break:before {
  content: "\eb8e";
}

.ph.ph-hexagon:before {
  content: "\eb8f";
}

.ph.ph-high-heel:before {
  content: "\eb90";
}

.ph.ph-highlighter-circle:before {
  content: "\eb91";
}

.ph.ph-hoodie:before {
  content: "\eb92";
}

.ph.ph-horse:before {
  content: "\eb93";
}

.ph.ph-hourglass:before {
  content: "\eb94";
}

.ph.ph-hourglass-high:before {
  content: "\eb95";
}

.ph.ph-hourglass-low:before {
  content: "\eb96";
}

.ph.ph-hourglass-medium:before {
  content: "\eb97";
}

.ph.ph-hourglass-simple:before {
  content: "\eb98";
}

.ph.ph-hourglass-simple-high:before {
  content: "\eb99";
}

.ph.ph-hourglass-simple-low:before {
  content: "\eb9a";
}

.ph.ph-hourglass-simple-medium:before {
  content: "\eb9b";
}

.ph.ph-house:before {
  content: "\eb9c";
}

.ph.ph-house-line:before {
  content: "\eb9d";
}

.ph.ph-house-simple:before {
  content: "\eb9e";
}

.ph.ph-ice-cream:before {
  content: "\eb9f";
}

.ph.ph-identification-badge:before {
  content: "\eba0";
}

.ph.ph-identification-card:before {
  content: "\eba1";
}

.ph.ph-image:before {
  content: "\eba2";
}

.ph.ph-images:before {
  content: "\eba3";
}

.ph.ph-image-square:before {
  content: "\eba4";
}

.ph.ph-images-square:before {
  content: "\eba5";
}

.ph.ph-infinity:before {
  content: "\eba6";
}

.ph.ph-info:before {
  content: "\eba7";
}

.ph.ph-instagram-logo:before {
  content: "\eba8";
}

.ph.ph-intersect:before {
  content: "\eba9";
}

.ph.ph-intersect-square:before {
  content: "\ebaa";
}

.ph.ph-intersect-three:before {
  content: "\ebab";
}

.ph.ph-jeep:before {
  content: "\ebac";
}

.ph.ph-kanban:before {
  content: "\ebad";
}

.ph.ph-key:before {
  content: "\ebae";
}

.ph.ph-keyboard:before {
  content: "\ebaf";
}

.ph.ph-keyhole:before {
  content: "\ebb0";
}

.ph.ph-key-return:before {
  content: "\ebb1";
}

.ph.ph-knife:before {
  content: "\ebb2";
}

.ph.ph-ladder:before {
  content: "\ebb3";
}

.ph.ph-ladder-simple:before {
  content: "\ebb4";
}

.ph.ph-lamp:before {
  content: "\ebb5";
}

.ph.ph-laptop:before {
  content: "\ebb6";
}

.ph.ph-layout:before {
  content: "\ebb7";
}

.ph.ph-leaf:before {
  content: "\ebb8";
}

.ph.ph-lifebuoy:before {
  content: "\ebb9";
}

.ph.ph-lightbulb:before {
  content: "\ebba";
}

.ph.ph-lightbulb-filament:before {
  content: "\ebbb";
}

.ph.ph-lighthouse:before {
  content: "\ebbc";
}

.ph.ph-lightning:before {
  content: "\ebbd";
}

.ph.ph-lightning-a:before {
  content: "\ebbe";
}

.ph.ph-lightning-slash:before {
  content: "\ebbf";
}

.ph.ph-line-segment:before {
  content: "\ebc0";
}

.ph.ph-line-segments:before {
  content: "\ebc1";
}

.ph.ph-link:before {
  content: "\ebc2";
}

.ph.ph-link-break:before {
  content: "\ebc3";
}

.ph.ph-linkedin-logo:before {
  content: "\ebc4";
}

.ph.ph-link-simple:before {
  content: "\ebc5";
}

.ph.ph-link-simple-break:before {
  content: "\ebc6";
}

.ph.ph-link-simple-horizontal:before {
  content: "\ebc7";
}

.ph.ph-link-simple-horizontal-break:before {
  content: "\ebc8";
}

.ph.ph-linux-logo:before {
  content: "\ebc9";
}

.ph.ph-list:before {
  content: "\ebca";
}

.ph.ph-list-bullets:before {
  content: "\ebcb";
}

.ph.ph-list-checks:before {
  content: "\ebcc";
}

.ph.ph-list-dashes:before {
  content: "\ebcd";
}

.ph.ph-list-magnifying-glass:before {
  content: "\ebce";
}

.ph.ph-list-numbers:before {
  content: "\ebcf";
}

.ph.ph-list-plus:before {
  content: "\ebd0";
}

.ph.ph-lock:before {
  content: "\ebd1";
}

.ph.ph-lockers:before {
  content: "\ebd2";
}

.ph.ph-lock-key:before {
  content: "\ebd3";
}

.ph.ph-lock-key-open:before {
  content: "\ebd4";
}

.ph.ph-lock-laminated:before {
  content: "\ebd5";
}

.ph.ph-lock-laminated-open:before {
  content: "\ebd6";
}

.ph.ph-lock-open:before {
  content: "\ebd7";
}

.ph.ph-lock-simple:before {
  content: "\ebd8";
}

.ph.ph-lock-simple-open:before {
  content: "\ebd9";
}

.ph.ph-magic-wand:before {
  content: "\ebda";
}

.ph.ph-magnet:before {
  content: "\ebdb";
}

.ph.ph-magnet-straight:before {
  content: "\ebdc";
}

.ph.ph-magnifying-glass:before {
  content: "\ebdd";
}

.ph.ph-magnifying-glass-minus:before {
  content: "\ebde";
}

.ph.ph-magnifying-glass-plus:before {
  content: "\ebdf";
}

.ph.ph-map-pin:before {
  content: "\ebe0";
}

.ph.ph-map-pin-line:before {
  content: "\ebe1";
}

.ph.ph-map-trifold:before {
  content: "\ebe2";
}

.ph.ph-marker-circle:before {
  content: "\ebe3";
}

.ph.ph-martini:before {
  content: "\ebe4";
}

.ph.ph-mask-happy:before {
  content: "\ebe5";
}

.ph.ph-mask-sad:before {
  content: "\ebe6";
}

.ph.ph-math-operations:before {
  content: "\ebe7";
}

.ph.ph-medal:before {
  content: "\ebe8";
}

.ph.ph-medal-military:before {
  content: "\ebe9";
}

.ph.ph-medium-logo:before {
  content: "\ebea";
}

.ph.ph-megaphone:before {
  content: "\ebeb";
}

.ph.ph-megaphone-simple:before {
  content: "\ebec";
}

.ph.ph-messenger-logo:before {
  content: "\ebed";
}

.ph.ph-meta-logo:before {
  content: "\ebee";
}

.ph.ph-metronome:before {
  content: "\ebef";
}

.ph.ph-microphone:before {
  content: "\ebf0";
}

.ph.ph-microphone-slash:before {
  content: "\ebf1";
}

.ph.ph-microphone-stage:before {
  content: "\ebf2";
}

.ph.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}

.ph.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}

.ph.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}

.ph.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}

.ph.ph-microsoft-word-logo:before {
  content: "\ebf7";
}

.ph.ph-minus:before {
  content: "\ebf8";
}

.ph.ph-minus-circle:before {
  content: "\ebf9";
}

.ph.ph-minus-square:before {
  content: "\ebfa";
}

.ph.ph-money:before {
  content: "\ebfb";
}

.ph.ph-monitor:before {
  content: "\ebfc";
}

.ph.ph-monitor-play:before {
  content: "\ebfd";
}

.ph.ph-moon:before {
  content: "\ebfe";
}

.ph.ph-moon-stars:before {
  content: "\ebff";
}

.ph.ph-moped:before {
  content: "\ec00";
}

.ph.ph-moped-front:before {
  content: "\ec01";
}

.ph.ph-mosque:before {
  content: "\ec02";
}

.ph.ph-motorcycle:before {
  content: "\ec03";
}

.ph.ph-mountains:before {
  content: "\ec04";
}

.ph.ph-mouse:before {
  content: "\ec05";
}

.ph.ph-mouse-simple:before {
  content: "\ec06";
}

.ph.ph-music-note:before {
  content: "\ec07";
}

.ph.ph-music-notes:before {
  content: "\ec08";
}

.ph.ph-music-note-simple:before {
  content: "\ec09";
}

.ph.ph-music-notes-plus:before {
  content: "\ec0a";
}

.ph.ph-music-notes-simple:before {
  content: "\ec0b";
}

.ph.ph-navigation-arrow:before {
  content: "\ec0c";
}

.ph.ph-needle:before {
  content: "\ec0d";
}

.ph.ph-newspaper:before {
  content: "\ec0e";
}

.ph.ph-newspaper-clipping:before {
  content: "\ec0f";
}

.ph.ph-notches:before {
  content: "\ec10";
}

.ph.ph-note:before {
  content: "\ec11";
}

.ph.ph-note-blank:before {
  content: "\ec12";
}

.ph.ph-notebook:before {
  content: "\ec13";
}

.ph.ph-notepad:before {
  content: "\ec14";
}

.ph.ph-note-pencil:before {
  content: "\ec15";
}

.ph.ph-notification:before {
  content: "\ec16";
}

.ph.ph-notion-logo:before {
  content: "\ec17";
}

.ph.ph-number-circle-eight:before {
  content: "\ec18";
}

.ph.ph-number-circle-five:before {
  content: "\ec19";
}

.ph.ph-number-circle-four:before {
  content: "\ec1a";
}

.ph.ph-number-circle-nine:before {
  content: "\ec1b";
}

.ph.ph-number-circle-one:before {
  content: "\ec1c";
}

.ph.ph-number-circle-seven:before {
  content: "\ec1d";
}

.ph.ph-number-circle-six:before {
  content: "\ec1e";
}

.ph.ph-number-circle-three:before {
  content: "\ec1f";
}

.ph.ph-number-circle-two:before {
  content: "\ec20";
}

.ph.ph-number-circle-zero:before {
  content: "\ec21";
}

.ph.ph-number-eight:before {
  content: "\ec22";
}

.ph.ph-number-five:before {
  content: "\ec23";
}

.ph.ph-number-four:before {
  content: "\ec24";
}

.ph.ph-number-nine:before {
  content: "\ec25";
}

.ph.ph-number-one:before {
  content: "\ec26";
}

.ph.ph-number-seven:before {
  content: "\ec27";
}

.ph.ph-number-six:before {
  content: "\ec28";
}

.ph.ph-number-square-eight:before {
  content: "\ec29";
}

.ph.ph-number-square-five:before {
  content: "\ec2a";
}

.ph.ph-number-square-four:before {
  content: "\ec2b";
}

.ph.ph-number-square-nine:before {
  content: "\ec2c";
}

.ph.ph-number-square-one:before {
  content: "\ec2d";
}

.ph.ph-number-square-seven:before {
  content: "\ec2e";
}

.ph.ph-number-square-six:before {
  content: "\ec2f";
}

.ph.ph-number-square-three:before {
  content: "\ec30";
}

.ph.ph-number-square-two:before {
  content: "\ec31";
}

.ph.ph-number-square-zero:before {
  content: "\ec32";
}

.ph.ph-number-three:before {
  content: "\ec33";
}

.ph.ph-number-two:before {
  content: "\ec34";
}

.ph.ph-number-zero:before {
  content: "\ec35";
}

.ph.ph-nut:before {
  content: "\ec36";
}

.ph.ph-ny-times-logo:before {
  content: "\ec37";
}

.ph.ph-octagon:before {
  content: "\ec38";
}

.ph.ph-office-chair:before {
  content: "\ec39";
}

.ph.ph-option:before {
  content: "\ec3a";
}

.ph.ph-orange-slice:before {
  content: "\ec3b";
}

.ph.ph-package:before {
  content: "\ec3c";
}

.ph.ph-paint-brush:before {
  content: "\ec3d";
}

.ph.ph-paint-brush-broad:before {
  content: "\ec3e";
}

.ph.ph-paint-brush-household:before {
  content: "\ec3f";
}

.ph.ph-paint-bucket:before {
  content: "\ec40";
}

.ph.ph-paint-roller:before {
  content: "\ec41";
}

.ph.ph-palette:before {
  content: "\ec42";
}

.ph.ph-pants:before {
  content: "\ec43";
}

.ph.ph-paperclip:before {
  content: "\ec44";
}

.ph.ph-paperclip-horizontal:before {
  content: "\ec45";
}

.ph.ph-paper-plane:before {
  content: "\ec46";
}

.ph.ph-paper-plane-right:before {
  content: "\ec47";
}

.ph.ph-paper-plane-tilt:before {
  content: "\ec48";
}

.ph.ph-parachute:before {
  content: "\ec49";
}

.ph.ph-paragraph:before {
  content: "\ec4a";
}

.ph.ph-parallelogram:before {
  content: "\ec4b";
}

.ph.ph-park:before {
  content: "\ec4c";
}

.ph.ph-password:before {
  content: "\ec4d";
}

.ph.ph-path:before {
  content: "\ec4e";
}

.ph.ph-patreon-logo:before {
  content: "\ec4f";
}

.ph.ph-pause:before {
  content: "\ec50";
}

.ph.ph-pause-circle:before {
  content: "\ec51";
}

.ph.ph-paw-print:before {
  content: "\ec52";
}

.ph.ph-paypal-logo:before {
  content: "\ec53";
}

.ph.ph-peace:before {
  content: "\ec54";
}

.ph.ph-pen:before {
  content: "\ec55";
}

.ph.ph-pencil:before {
  content: "\ec56";
}

.ph.ph-pencil-circle:before {
  content: "\ec57";
}

.ph.ph-pencil-line:before {
  content: "\ec58";
}

.ph.ph-pencil-simple:before {
  content: "\ec59";
}

.ph.ph-pencil-simple-line:before {
  content: "\ec5a";
}

.ph.ph-pencil-simple-slash:before {
  content: "\ec5b";
}

.ph.ph-pencil-slash:before {
  content: "\ec5c";
}

.ph.ph-pen-nib:before {
  content: "\ec5d";
}

.ph.ph-pen-nib-straight:before {
  content: "\ec5e";
}

.ph.ph-pentagram:before {
  content: "\ec5f";
}

.ph.ph-pepper:before {
  content: "\ec60";
}

.ph.ph-percent:before {
  content: "\ec61";
}

.ph.ph-person:before {
  content: "\ec62";
}

.ph.ph-person-arms-spread:before {
  content: "\ec63";
}

.ph.ph-person-simple:before {
  content: "\ec64";
}

.ph.ph-person-simple-bike:before {
  content: "\ec65";
}

.ph.ph-person-simple-run:before {
  content: "\ec66";
}

.ph.ph-person-simple-throw:before {
  content: "\ec67";
}

.ph.ph-person-simple-walk:before {
  content: "\ec68";
}

.ph.ph-perspective:before {
  content: "\ec69";
}

.ph.ph-phone:before {
  content: "\ec6a";
}

.ph.ph-phone-call:before {
  content: "\ec6b";
}

.ph.ph-phone-disconnect:before {
  content: "\ec6c";
}

.ph.ph-phone-incoming:before {
  content: "\ec6d";
}

.ph.ph-phone-outgoing:before {
  content: "\ec6e";
}

.ph.ph-phone-plus:before {
  content: "\ec6f";
}

.ph.ph-phone-slash:before {
  content: "\ec70";
}

.ph.ph-phone-x:before {
  content: "\ec71";
}

.ph.ph-phosphor-logo:before {
  content: "\ec72";
}

.ph.ph-pi:before {
  content: "\ec73";
}

.ph.ph-piano-keys:before {
  content: "\ec74";
}

.ph.ph-picture-in-picture:before {
  content: "\ec75";
}

.ph.ph-piggy-bank:before {
  content: "\ec76";
}

.ph.ph-pill:before {
  content: "\ec77";
}

.ph.ph-pinterest-logo:before {
  content: "\ec78";
}

.ph.ph-pinwheel:before {
  content: "\ec79";
}

.ph.ph-pizza:before {
  content: "\ec7a";
}

.ph.ph-placeholder:before {
  content: "\ec7b";
}

.ph.ph-planet:before {
  content: "\ec7c";
}

.ph.ph-plant:before {
  content: "\ec7d";
}

.ph.ph-play:before {
  content: "\ec7e";
}

.ph.ph-play-circle:before {
  content: "\ec7f";
}

.ph.ph-playlist:before {
  content: "\ec80";
}

.ph.ph-play-pause:before {
  content: "\ec81";
}

.ph.ph-plug:before {
  content: "\ec82";
}

.ph.ph-plug-charging:before {
  content: "\ec83";
}

.ph.ph-plugs:before {
  content: "\ec84";
}

.ph.ph-plugs-connected:before {
  content: "\ec85";
}

.ph.ph-plus:before {
  content: "\ec86";
}

.ph.ph-plus-circle:before {
  content: "\ec87";
}

.ph.ph-plus-minus:before {
  content: "\ec88";
}

.ph.ph-plus-square:before {
  content: "\ec89";
}

.ph.ph-poker-chip:before {
  content: "\ec8a";
}

.ph.ph-police-car:before {
  content: "\ec8b";
}

.ph.ph-polygon:before {
  content: "\ec8c";
}

.ph.ph-popcorn:before {
  content: "\ec8d";
}

.ph.ph-potted-plant:before {
  content: "\ec8e";
}

.ph.ph-power:before {
  content: "\ec8f";
}

.ph.ph-prescription:before {
  content: "\ec90";
}

.ph.ph-presentation:before {
  content: "\ec91";
}

.ph.ph-presentation-chart:before {
  content: "\ec92";
}

.ph.ph-printer:before {
  content: "\ec93";
}

.ph.ph-prohibit:before {
  content: "\ec94";
}

.ph.ph-prohibit-inset:before {
  content: "\ec95";
}

.ph.ph-projector-screen:before {
  content: "\ec96";
}

.ph.ph-projector-screen-chart:before {
  content: "\ec97";
}

.ph.ph-pulse:before, .ph.ph-activity:before {
  content: "\ec98";
}

.ph.ph-push-pin:before {
  content: "\ec99";
}

.ph.ph-push-pin-simple:before {
  content: "\ec9a";
}

.ph.ph-push-pin-simple-slash:before {
  content: "\ec9b";
}

.ph.ph-push-pin-slash:before {
  content: "\ec9c";
}

.ph.ph-puzzle-piece:before {
  content: "\ec9d";
}

.ph.ph-qr-code:before {
  content: "\ec9e";
}

.ph.ph-question:before {
  content: "\ec9f";
}

.ph.ph-queue:before {
  content: "\eca0";
}

.ph.ph-quotes:before {
  content: "\eca1";
}

.ph.ph-radical:before {
  content: "\eca2";
}

.ph.ph-radio:before {
  content: "\eca3";
}

.ph.ph-radioactive:before {
  content: "\eca4";
}

.ph.ph-radio-button:before {
  content: "\eca5";
}

.ph.ph-rainbow:before {
  content: "\eca6";
}

.ph.ph-rainbow-cloud:before {
  content: "\eca7";
}

.ph.ph-read-cv-logo:before {
  content: "\eca8";
}

.ph.ph-receipt:before {
  content: "\eca9";
}

.ph.ph-receipt-x:before {
  content: "\ecaa";
}

.ph.ph-record:before {
  content: "\ecab";
}

.ph.ph-rectangle:before {
  content: "\ecac";
}

.ph.ph-recycle:before {
  content: "\ecad";
}

.ph.ph-reddit-logo:before {
  content: "\ecae";
}

.ph.ph-repeat:before {
  content: "\ecaf";
}

.ph.ph-repeat-once:before {
  content: "\ecb0";
}

.ph.ph-rewind:before {
  content: "\ecb1";
}

.ph.ph-rewind-circle:before {
  content: "\ecb2";
}

.ph.ph-road-horizon:before {
  content: "\ecb3";
}

.ph.ph-robot:before {
  content: "\ecb4";
}

.ph.ph-rocket:before {
  content: "\ecb5";
}

.ph.ph-rocket-launch:before {
  content: "\ecb6";
}

.ph.ph-rows:before {
  content: "\ecb7";
}

.ph.ph-rss:before {
  content: "\ecb8";
}

.ph.ph-rss-simple:before {
  content: "\ecb9";
}

.ph.ph-rug:before {
  content: "\ecba";
}

.ph.ph-ruler:before {
  content: "\ecbb";
}

.ph.ph-scales:before {
  content: "\ecbc";
}

.ph.ph-scan:before {
  content: "\ecbd";
}

.ph.ph-scissors:before {
  content: "\ecbe";
}

.ph.ph-scooter:before {
  content: "\ecbf";
}

.ph.ph-screencast:before {
  content: "\ecc0";
}

.ph.ph-scribble-loop:before {
  content: "\ecc1";
}

.ph.ph-scroll:before {
  content: "\ecc2";
}

.ph.ph-seal:before, .ph.ph-circle-wavy:before {
  content: "\ecc3";
}

.ph.ph-seal-check:before, .ph.ph-circle-wavy-check:before {
  content: "\ecc4";
}

.ph.ph-seal-question:before, .ph.ph-circle-wavy-question:before {
  content: "\ecc5";
}

.ph.ph-seal-warning:before, .ph.ph-circle-wavy-warning:before {
  content: "\ecc6";
}

.ph.ph-selection:before {
  content: "\ecc7";
}

.ph.ph-selection-all:before {
  content: "\ecc8";
}

.ph.ph-selection-background:before {
  content: "\ecc9";
}

.ph.ph-selection-foreground:before {
  content: "\ecca";
}

.ph.ph-selection-inverse:before {
  content: "\eccb";
}

.ph.ph-selection-plus:before {
  content: "\eccc";
}

.ph.ph-selection-slash:before {
  content: "\eccd";
}

.ph.ph-shapes:before {
  content: "\ecce";
}

.ph.ph-share:before {
  content: "\eccf";
}

.ph.ph-share-fat:before {
  content: "\ecd0";
}

.ph.ph-share-network:before {
  content: "\ecd1";
}

.ph.ph-shield:before {
  content: "\ecd2";
}

.ph.ph-shield-check:before {
  content: "\ecd3";
}

.ph.ph-shield-checkered:before {
  content: "\ecd4";
}

.ph.ph-shield-chevron:before {
  content: "\ecd5";
}

.ph.ph-shield-plus:before {
  content: "\ecd6";
}

.ph.ph-shield-slash:before {
  content: "\ecd7";
}

.ph.ph-shield-star:before {
  content: "\ecd8";
}

.ph.ph-shield-warning:before {
  content: "\ecd9";
}

.ph.ph-shirt-folded:before {
  content: "\ecda";
}

.ph.ph-shooting-star:before {
  content: "\ecdb";
}

.ph.ph-shopping-bag:before {
  content: "\ecdc";
}

.ph.ph-shopping-bag-open:before {
  content: "\ecdd";
}

.ph.ph-shopping-cart:before {
  content: "\ecde";
}

.ph.ph-shopping-cart-simple:before {
  content: "\ecdf";
}

.ph.ph-shower:before {
  content: "\ece0";
}

.ph.ph-shrimp:before {
  content: "\ece1";
}

.ph.ph-shuffle:before {
  content: "\ece2";
}

.ph.ph-shuffle-angular:before {
  content: "\ece3";
}

.ph.ph-shuffle-simple:before {
  content: "\ece4";
}

.ph.ph-sidebar:before {
  content: "\ece5";
}

.ph.ph-sidebar-simple:before {
  content: "\ece6";
}

.ph.ph-sigma:before {
  content: "\ece7";
}

.ph.ph-signature:before {
  content: "\ece8";
}

.ph.ph-sign-in:before {
  content: "\ece9";
}

.ph.ph-sign-out:before {
  content: "\ecea";
}

.ph.ph-signpost:before {
  content: "\eceb";
}

.ph.ph-sim-card:before {
  content: "\ecec";
}

.ph.ph-siren:before {
  content: "\eced";
}

.ph.ph-sketch-logo:before {
  content: "\ecee";
}

.ph.ph-skip-back:before {
  content: "\ecef";
}

.ph.ph-skip-back-circle:before {
  content: "\ecf0";
}

.ph.ph-skip-forward:before {
  content: "\ecf1";
}

.ph.ph-skip-forward-circle:before {
  content: "\ecf2";
}

.ph.ph-skull:before {
  content: "\ecf3";
}

.ph.ph-slack-logo:before {
  content: "\ecf4";
}

.ph.ph-sliders:before {
  content: "\ecf5";
}

.ph.ph-sliders-horizontal:before {
  content: "\ecf6";
}

.ph.ph-slideshow:before {
  content: "\ecf7";
}

.ph.ph-smiley:before {
  content: "\ecf8";
}

.ph.ph-smiley-angry:before {
  content: "\ecf9";
}

.ph.ph-smiley-blank:before {
  content: "\ecfa";
}

.ph.ph-smiley-meh:before {
  content: "\ecfb";
}

.ph.ph-smiley-nervous:before {
  content: "\ecfc";
}

.ph.ph-smiley-sad:before {
  content: "\ecfd";
}

.ph.ph-smiley-sticker:before {
  content: "\ecfe";
}

.ph.ph-smiley-wink:before {
  content: "\ecff";
}

.ph.ph-smiley-x-eyes:before {
  content: "\ed00";
}

.ph.ph-snapchat-logo:before {
  content: "\ed01";
}

.ph.ph-sneaker:before {
  content: "\ed02";
}

.ph.ph-sneaker-move:before {
  content: "\ed03";
}

.ph.ph-snowflake:before {
  content: "\ed04";
}

.ph.ph-soccer-ball:before {
  content: "\ed05";
}

.ph.ph-sort-ascending:before {
  content: "\ed06";
}

.ph.ph-sort-descending:before {
  content: "\ed07";
}

.ph.ph-soundcloud-logo:before {
  content: "\ed08";
}

.ph.ph-spade:before {
  content: "\ed09";
}

.ph.ph-sparkle:before {
  content: "\ed0a";
}

.ph.ph-speaker-hifi:before {
  content: "\ed0b";
}

.ph.ph-speaker-high:before {
  content: "\ed0c";
}

.ph.ph-speaker-low:before {
  content: "\ed0d";
}

.ph.ph-speaker-none:before {
  content: "\ed0e";
}

.ph.ph-speaker-simple-high:before {
  content: "\ed0f";
}

.ph.ph-speaker-simple-low:before {
  content: "\ed10";
}

.ph.ph-speaker-simple-none:before {
  content: "\ed11";
}

.ph.ph-speaker-simple-slash:before {
  content: "\ed12";
}

.ph.ph-speaker-simple-x:before {
  content: "\ed13";
}

.ph.ph-speaker-slash:before {
  content: "\ed14";
}

.ph.ph-speaker-x:before {
  content: "\ed15";
}

.ph.ph-spinner:before {
  content: "\ed16";
}

.ph.ph-spinner-gap:before {
  content: "\ed17";
}

.ph.ph-spiral:before {
  content: "\ed18";
}

.ph.ph-split-horizontal:before {
  content: "\ed19";
}

.ph.ph-split-vertical:before {
  content: "\ed1a";
}

.ph.ph-spotify-logo:before {
  content: "\ed1b";
}

.ph.ph-square:before {
  content: "\ed1c";
}

.ph.ph-square-half:before {
  content: "\ed1d";
}

.ph.ph-square-half-bottom:before {
  content: "\ed1e";
}

.ph.ph-square-logo:before {
  content: "\ed1f";
}

.ph.ph-squares-four:before {
  content: "\ed20";
}

.ph.ph-square-split-horizontal:before {
  content: "\ed21";
}

.ph.ph-square-split-vertical:before {
  content: "\ed22";
}

.ph.ph-stack:before {
  content: "\ed23";
}

.ph.ph-stack-overflow-logo:before {
  content: "\ed24";
}

.ph.ph-stack-simple:before {
  content: "\ed25";
}

.ph.ph-stairs:before {
  content: "\ed26";
}

.ph.ph-stamp:before {
  content: "\ed27";
}

.ph.ph-star:before {
  content: "\ed28";
}

.ph.ph-star-and-crescent:before {
  content: "\ed29";
}

.ph.ph-star-four:before {
  content: "\ed2a";
}

.ph.ph-star-half:before {
  content: "\ed2b";
}

.ph.ph-star-of-david:before {
  content: "\ed2c";
}

.ph.ph-steering-wheel:before {
  content: "\ed2d";
}

.ph.ph-steps:before {
  content: "\ed2e";
}

.ph.ph-stethoscope:before {
  content: "\ed2f";
}

.ph.ph-sticker:before {
  content: "\ed30";
}

.ph.ph-stool:before {
  content: "\ed31";
}

.ph.ph-stop:before {
  content: "\ed32";
}

.ph.ph-stop-circle:before {
  content: "\ed33";
}

.ph.ph-storefront:before {
  content: "\ed34";
}

.ph.ph-strategy:before {
  content: "\ed35";
}

.ph.ph-stripe-logo:before {
  content: "\ed36";
}

.ph.ph-student:before {
  content: "\ed37";
}

.ph.ph-subtitles:before {
  content: "\ed38";
}

.ph.ph-subtract:before {
  content: "\ed39";
}

.ph.ph-subtract-square:before {
  content: "\ed3a";
}

.ph.ph-suitcase:before {
  content: "\ed3b";
}

.ph.ph-suitcase-rolling:before {
  content: "\ed3c";
}

.ph.ph-suitcase-simple:before {
  content: "\ed3d";
}

.ph.ph-sun:before {
  content: "\ed3e";
}

.ph.ph-sun-dim:before {
  content: "\ed3f";
}

.ph.ph-sunglasses:before {
  content: "\ed40";
}

.ph.ph-sun-horizon:before {
  content: "\ed41";
}

.ph.ph-swap:before {
  content: "\ed42";
}

.ph.ph-swatches:before {
  content: "\ed43";
}

.ph.ph-swimming-pool:before {
  content: "\ed44";
}

.ph.ph-sword:before {
  content: "\ed45";
}

.ph.ph-synagogue:before {
  content: "\ed46";
}

.ph.ph-syringe:before {
  content: "\ed47";
}

.ph.ph-table:before {
  content: "\ed48";
}

.ph.ph-tabs:before {
  content: "\ed49";
}

.ph.ph-tag:before {
  content: "\ed4a";
}

.ph.ph-tag-chevron:before {
  content: "\ed4b";
}

.ph.ph-tag-simple:before {
  content: "\ed4c";
}

.ph.ph-target:before {
  content: "\ed4d";
}

.ph.ph-taxi:before {
  content: "\ed4e";
}

.ph.ph-telegram-logo:before {
  content: "\ed4f";
}

.ph.ph-television:before {
  content: "\ed50";
}

.ph.ph-television-simple:before {
  content: "\ed51";
}

.ph.ph-tennis-ball:before {
  content: "\ed52";
}

.ph.ph-tent:before {
  content: "\ed53";
}

.ph.ph-terminal:before {
  content: "\ed54";
}

.ph.ph-terminal-window:before {
  content: "\ed55";
}

.ph.ph-test-tube:before {
  content: "\ed56";
}

.ph.ph-text-aa:before {
  content: "\ed57";
}

.ph.ph-text-align-center:before {
  content: "\ed58";
}

.ph.ph-text-align-justify:before {
  content: "\ed59";
}

.ph.ph-text-align-left:before {
  content: "\ed5a";
}

.ph.ph-text-align-right:before {
  content: "\ed5b";
}

.ph.ph-text-a-underline:before {
  content: "\ed5c";
}

.ph.ph-text-b:before, .ph.ph-text-bolder:before {
  content: "\ed5d";
}

.ph.ph-textbox:before {
  content: "\ed5e";
}

.ph.ph-text-columns:before {
  content: "\ed5f";
}

.ph.ph-text-h:before {
  content: "\ed60";
}

.ph.ph-text-h-five:before {
  content: "\ed61";
}

.ph.ph-text-h-four:before {
  content: "\ed62";
}

.ph.ph-text-h-one:before {
  content: "\ed63";
}

.ph.ph-text-h-six:before {
  content: "\ed64";
}

.ph.ph-text-h-three:before {
  content: "\ed65";
}

.ph.ph-text-h-two:before {
  content: "\ed66";
}

.ph.ph-text-indent:before {
  content: "\ed67";
}

.ph.ph-text-italic:before {
  content: "\ed68";
}

.ph.ph-text-outdent:before {
  content: "\ed69";
}

.ph.ph-text-strikethrough:before {
  content: "\ed6a";
}

.ph.ph-text-t:before {
  content: "\ed6b";
}

.ph.ph-text-underline:before {
  content: "\ed6c";
}

.ph.ph-thermometer:before {
  content: "\ed6d";
}

.ph.ph-thermometer-cold:before {
  content: "\ed6e";
}

.ph.ph-thermometer-hot:before {
  content: "\ed6f";
}

.ph.ph-thermometer-simple:before {
  content: "\ed70";
}

.ph.ph-thumbs-down:before {
  content: "\ed71";
}

.ph.ph-thumbs-up:before {
  content: "\ed72";
}

.ph.ph-ticket:before {
  content: "\ed73";
}

.ph.ph-tidal-logo:before {
  content: "\ed74";
}

.ph.ph-tiktok-logo:before {
  content: "\ed75";
}

.ph.ph-timer:before {
  content: "\ed76";
}

.ph.ph-tipi:before {
  content: "\ed77";
}

.ph.ph-toggle-left:before {
  content: "\ed78";
}

.ph.ph-toggle-right:before {
  content: "\ed79";
}

.ph.ph-toilet:before {
  content: "\ed7a";
}

.ph.ph-toilet-paper:before {
  content: "\ed7b";
}

.ph.ph-toolbox:before {
  content: "\ed7c";
}

.ph.ph-tooth:before {
  content: "\ed7d";
}

.ph.ph-tote:before {
  content: "\ed7e";
}

.ph.ph-tote-simple:before {
  content: "\ed7f";
}

.ph.ph-trademark:before {
  content: "\ed80";
}

.ph.ph-trademark-registered:before {
  content: "\ed81";
}

.ph.ph-traffic-cone:before {
  content: "\ed82";
}

.ph.ph-traffic-sign:before {
  content: "\ed83";
}

.ph.ph-traffic-signal:before {
  content: "\ed84";
}

.ph.ph-train:before {
  content: "\ed85";
}

.ph.ph-train-regional:before {
  content: "\ed86";
}

.ph.ph-train-simple:before {
  content: "\ed87";
}

.ph.ph-tram:before {
  content: "\ed88";
}

.ph.ph-translate:before {
  content: "\ed89";
}

.ph.ph-trash:before {
  content: "\ed8a";
}

.ph.ph-trash-simple:before {
  content: "\ed8b";
}

.ph.ph-tray:before {
  content: "\ed8c";
}

.ph.ph-tree:before {
  content: "\ed8d";
}

.ph.ph-tree-evergreen:before {
  content: "\ed8e";
}

.ph.ph-tree-palm:before {
  content: "\ed8f";
}

.ph.ph-tree-structure:before {
  content: "\ed90";
}

.ph.ph-trend-down:before {
  content: "\ed91";
}

.ph.ph-trend-up:before {
  content: "\ed92";
}

.ph.ph-triangle:before {
  content: "\ed93";
}

.ph.ph-trophy:before {
  content: "\ed94";
}

.ph.ph-truck:before {
  content: "\ed95";
}

.ph.ph-t-shirt:before {
  content: "\ed96";
}

.ph.ph-twitch-logo:before {
  content: "\ed97";
}

.ph.ph-twitter-logo:before {
  content: "\ed98";
}

.ph.ph-umbrella:before {
  content: "\ed99";
}

.ph.ph-umbrella-simple:before {
  content: "\ed9a";
}

.ph.ph-unite:before {
  content: "\ed9b";
}

.ph.ph-unite-square:before {
  content: "\ed9c";
}

.ph.ph-upload:before {
  content: "\ed9d";
}

.ph.ph-upload-simple:before {
  content: "\ed9e";
}

.ph.ph-usb:before {
  content: "\ed9f";
}

.ph.ph-user:before {
  content: "\eda0";
}

.ph.ph-user-circle:before {
  content: "\eda1";
}

.ph.ph-user-circle-gear:before {
  content: "\eda2";
}

.ph.ph-user-circle-minus:before {
  content: "\eda3";
}

.ph.ph-user-circle-plus:before {
  content: "\eda4";
}

.ph.ph-user-focus:before {
  content: "\eda5";
}

.ph.ph-user-gear:before {
  content: "\eda6";
}

.ph.ph-user-list:before {
  content: "\eda7";
}

.ph.ph-user-minus:before {
  content: "\eda8";
}

.ph.ph-user-plus:before {
  content: "\eda9";
}

.ph.ph-user-rectangle:before {
  content: "\edaa";
}

.ph.ph-users:before {
  content: "\edab";
}

.ph.ph-users-four:before {
  content: "\edac";
}

.ph.ph-user-square:before {
  content: "\edad";
}

.ph.ph-users-three:before {
  content: "\edae";
}

.ph.ph-user-switch:before {
  content: "\edaf";
}

.ph.ph-van:before {
  content: "\edb0";
}

.ph.ph-vault:before {
  content: "\edb1";
}

.ph.ph-vibrate:before {
  content: "\edb2";
}

.ph.ph-video:before {
  content: "\edb3";
}

.ph.ph-video-camera:before {
  content: "\edb4";
}

.ph.ph-video-camera-slash:before {
  content: "\edb5";
}

.ph.ph-vignette:before {
  content: "\edb6";
}

.ph.ph-vinyl-record:before {
  content: "\edb7";
}

.ph.ph-virtual-reality:before {
  content: "\edb8";
}

.ph.ph-virus:before {
  content: "\edb9";
}

.ph.ph-voicemail:before {
  content: "\edba";
}

.ph.ph-volleyball:before {
  content: "\edbb";
}

.ph.ph-wall:before {
  content: "\edbc";
}

.ph.ph-wallet:before {
  content: "\edbd";
}

.ph.ph-warehouse:before {
  content: "\edbe";
}

.ph.ph-warning:before {
  content: "\edbf";
}

.ph.ph-warning-circle:before {
  content: "\edc0";
}

.ph.ph-warning-diamond:before {
  content: "\edc1";
}

.ph.ph-warning-octagon:before {
  content: "\edc2";
}

.ph.ph-watch:before {
  content: "\edc3";
}

.ph.ph-waveform:before {
  content: "\edc4";
}

.ph.ph-waves:before {
  content: "\edc5";
}

.ph.ph-wave-sawtooth:before {
  content: "\edc6";
}

.ph.ph-wave-sine:before {
  content: "\edc7";
}

.ph.ph-wave-square:before {
  content: "\edc8";
}

.ph.ph-wave-triangle:before {
  content: "\edc9";
}

.ph.ph-webcam:before {
  content: "\edca";
}

.ph.ph-webcam-slash:before {
  content: "\edcb";
}

.ph.ph-webhooks-logo:before {
  content: "\edcc";
}

.ph.ph-wechat-logo:before {
  content: "\edcd";
}

.ph.ph-whatsapp-logo:before {
  content: "\edce";
}

.ph.ph-wheelchair:before {
  content: "\edcf";
}

.ph.ph-wheelchair-motion:before {
  content: "\edd0";
}

.ph.ph-wifi-high:before {
  content: "\edd1";
}

.ph.ph-wifi-low:before {
  content: "\edd2";
}

.ph.ph-wifi-medium:before {
  content: "\edd3";
}

.ph.ph-wifi-none:before {
  content: "\edd4";
}

.ph.ph-wifi-slash:before {
  content: "\edd5";
}

.ph.ph-wifi-x:before {
  content: "\edd6";
}

.ph.ph-wind:before {
  content: "\edd7";
}

.ph.ph-windows-logo:before {
  content: "\edd8";
}

.ph.ph-wine:before {
  content: "\edd9";
}

.ph.ph-wrench:before {
  content: "\edda";
}

.ph.ph-x:before {
  content: "\eddb";
}

.ph.ph-x-circle:before {
  content: "\eddc";
}

.ph.ph-x-square:before {
  content: "\eddd";
}

.ph.ph-yin-yang:before {
  content: "\edde";
}

.ph.ph-youtube-logo:before {
  content: "\eddf";
}

/*bold*/
.ph-bold {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Bold" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-bold.ph-address-book:before {
  content: "\e900";
}

.ph-bold.ph-airplane:before {
  content: "\e901";
}

.ph-bold.ph-airplane-in-flight:before {
  content: "\e902";
}

.ph-bold.ph-airplane-landing:before {
  content: "\e903";
}

.ph-bold.ph-airplane-takeoff:before {
  content: "\e904";
}

.ph-bold.ph-airplane-tilt:before {
  content: "\e905";
}

.ph-bold.ph-airplay:before {
  content: "\e906";
}

.ph-bold.ph-air-traffic-control:before {
  content: "\e907";
}

.ph-bold.ph-alarm:before {
  content: "\e908";
}

.ph-bold.ph-alien:before {
  content: "\e909";
}

.ph-bold.ph-align-bottom:before {
  content: "\e90a";
}

.ph-bold.ph-align-bottom-simple:before {
  content: "\e90b";
}

.ph-bold.ph-align-center-horizontal:before {
  content: "\e90c";
}

.ph-bold.ph-align-center-horizontal-simple:before {
  content: "\e90d";
}

.ph-bold.ph-align-center-vertical:before {
  content: "\e90e";
}

.ph-bold.ph-align-center-vertical-simple:before {
  content: "\e90f";
}

.ph-bold.ph-align-left:before {
  content: "\e910";
}

.ph-bold.ph-align-left-simple:before {
  content: "\e911";
}

.ph-bold.ph-align-right:before {
  content: "\e912";
}

.ph-bold.ph-align-right-simple:before {
  content: "\e913";
}

.ph-bold.ph-align-top:before {
  content: "\e914";
}

.ph-bold.ph-align-top-simple:before {
  content: "\e915";
}

.ph-bold.ph-amazon-logo:before {
  content: "\e916";
}

.ph-bold.ph-anchor:before {
  content: "\e917";
}

.ph-bold.ph-anchor-simple:before {
  content: "\e918";
}

.ph-bold.ph-android-logo:before {
  content: "\e919";
}

.ph-bold.ph-angular-logo:before {
  content: "\e91a";
}

.ph-bold.ph-aperture:before {
  content: "\e91b";
}

.ph-bold.ph-apple-logo:before {
  content: "\e91c";
}

.ph-bold.ph-apple-podcasts-logo:before {
  content: "\e91d";
}

.ph-bold.ph-app-store-logo:before {
  content: "\e91e";
}

.ph-bold.ph-app-window:before {
  content: "\e91f";
}

.ph-bold.ph-archive:before {
  content: "\e920";
}

.ph-bold.ph-archive-box:before {
  content: "\e921";
}

.ph-bold.ph-archive-tray:before {
  content: "\e922";
}

.ph-bold.ph-armchair:before {
  content: "\e923";
}

.ph-bold.ph-arrow-arc-left:before {
  content: "\e924";
}

.ph-bold.ph-arrow-arc-right:before {
  content: "\e925";
}

.ph-bold.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}

.ph-bold.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}

.ph-bold.ph-arrow-bend-down-left:before {
  content: "\e928";
}

.ph-bold.ph-arrow-bend-down-right:before {
  content: "\e929";
}

.ph-bold.ph-arrow-bend-left-down:before {
  content: "\e92a";
}

.ph-bold.ph-arrow-bend-left-up:before {
  content: "\e92b";
}

.ph-bold.ph-arrow-bend-right-down:before {
  content: "\e92c";
}

.ph-bold.ph-arrow-bend-right-up:before {
  content: "\e92d";
}

.ph-bold.ph-arrow-bend-up-left:before {
  content: "\e92e";
}

.ph-bold.ph-arrow-bend-up-right:before {
  content: "\e92f";
}

.ph-bold.ph-arrow-circle-down:before {
  content: "\e930";
}

.ph-bold.ph-arrow-circle-down-left:before {
  content: "\e931";
}

.ph-bold.ph-arrow-circle-down-right:before {
  content: "\e932";
}

.ph-bold.ph-arrow-circle-left:before {
  content: "\e933";
}

.ph-bold.ph-arrow-circle-right:before {
  content: "\e934";
}

.ph-bold.ph-arrow-circle-up:before {
  content: "\e935";
}

.ph-bold.ph-arrow-circle-up-left:before {
  content: "\e936";
}

.ph-bold.ph-arrow-circle-up-right:before {
  content: "\e937";
}

.ph-bold.ph-arrow-clockwise:before {
  content: "\e938";
}

.ph-bold.ph-arrow-counter-clockwise:before {
  content: "\e939";
}

.ph-bold.ph-arrow-down:before {
  content: "\e93a";
}

.ph-bold.ph-arrow-down-left:before {
  content: "\e93b";
}

.ph-bold.ph-arrow-down-right:before {
  content: "\e93c";
}

.ph-bold.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}

.ph-bold.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}

.ph-bold.ph-arrow-elbow-left:before {
  content: "\e93f";
}

.ph-bold.ph-arrow-elbow-left-down:before {
  content: "\e940";
}

.ph-bold.ph-arrow-elbow-left-up:before {
  content: "\e941";
}

.ph-bold.ph-arrow-elbow-right:before {
  content: "\e942";
}

.ph-bold.ph-arrow-elbow-right-down:before {
  content: "\e943";
}

.ph-bold.ph-arrow-elbow-right-up:before {
  content: "\e944";
}

.ph-bold.ph-arrow-elbow-up-left:before {
  content: "\e945";
}

.ph-bold.ph-arrow-elbow-up-right:before {
  content: "\e946";
}

.ph-bold.ph-arrow-fat-down:before {
  content: "\e947";
}

.ph-bold.ph-arrow-fat-left:before {
  content: "\e948";
}

.ph-bold.ph-arrow-fat-line-down:before {
  content: "\e949";
}

.ph-bold.ph-arrow-fat-line-left:before {
  content: "\e94a";
}

.ph-bold.ph-arrow-fat-line-right:before {
  content: "\e94b";
}

.ph-bold.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}

.ph-bold.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}

.ph-bold.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}

.ph-bold.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}

.ph-bold.ph-arrow-fat-line-up:before {
  content: "\e950";
}

.ph-bold.ph-arrow-fat-right:before {
  content: "\e951";
}

.ph-bold.ph-arrow-fat-up:before {
  content: "\e952";
}

.ph-bold.ph-arrow-left:before {
  content: "\e953";
}

.ph-bold.ph-arrow-line-down:before {
  content: "\e954";
}

.ph-bold.ph-arrow-line-down-left:before {
  content: "\e955";
}

.ph-bold.ph-arrow-line-down-right:before {
  content: "\e956";
}

.ph-bold.ph-arrow-line-left:before {
  content: "\e957";
}

.ph-bold.ph-arrow-line-right:before {
  content: "\e958";
}

.ph-bold.ph-arrow-line-up:before {
  content: "\e959";
}

.ph-bold.ph-arrow-line-up-left:before {
  content: "\e95a";
}

.ph-bold.ph-arrow-line-up-right:before {
  content: "\e95b";
}

.ph-bold.ph-arrow-right:before {
  content: "\e95c";
}

.ph-bold.ph-arrows-clockwise:before {
  content: "\e95d";
}

.ph-bold.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}

.ph-bold.ph-arrows-down-up:before {
  content: "\e95f";
}

.ph-bold.ph-arrows-horizontal:before {
  content: "\e960";
}

.ph-bold.ph-arrows-in:before {
  content: "\e961";
}

.ph-bold.ph-arrows-in-cardinal:before {
  content: "\e962";
}

.ph-bold.ph-arrows-in-line-horizontal:before {
  content: "\e963";
}

.ph-bold.ph-arrows-in-line-vertical:before {
  content: "\e964";
}

.ph-bold.ph-arrows-in-simple:before {
  content: "\e965";
}

.ph-bold.ph-arrows-left-right:before {
  content: "\e966";
}

.ph-bold.ph-arrows-merge:before {
  content: "\e967";
}

.ph-bold.ph-arrows-out:before {
  content: "\e968";
}

.ph-bold.ph-arrows-out-cardinal:before {
  content: "\e969";
}

.ph-bold.ph-arrows-out-line-horizontal:before {
  content: "\e96a";
}

.ph-bold.ph-arrows-out-line-vertical:before {
  content: "\e96b";
}

.ph-bold.ph-arrows-out-simple:before {
  content: "\e96c";
}

.ph-bold.ph-arrow-square-down:before {
  content: "\e96d";
}

.ph-bold.ph-arrow-square-down-left:before {
  content: "\e96e";
}

.ph-bold.ph-arrow-square-down-right:before {
  content: "\e96f";
}

.ph-bold.ph-arrow-square-in:before {
  content: "\e970";
}

.ph-bold.ph-arrow-square-left:before {
  content: "\e971";
}

.ph-bold.ph-arrow-square-out:before {
  content: "\e972";
}

.ph-bold.ph-arrow-square-right:before {
  content: "\e973";
}

.ph-bold.ph-arrow-square-up:before {
  content: "\e974";
}

.ph-bold.ph-arrow-square-up-left:before {
  content: "\e975";
}

.ph-bold.ph-arrow-square-up-right:before {
  content: "\e976";
}

.ph-bold.ph-arrows-split:before {
  content: "\e977";
}

.ph-bold.ph-arrows-vertical:before {
  content: "\e978";
}

.ph-bold.ph-arrow-u-down-left:before {
  content: "\e979";
}

.ph-bold.ph-arrow-u-down-right:before {
  content: "\e97a";
}

.ph-bold.ph-arrow-u-left-down:before {
  content: "\e97b";
}

.ph-bold.ph-arrow-u-left-up:before {
  content: "\e97c";
}

.ph-bold.ph-arrow-up:before {
  content: "\e97d";
}

.ph-bold.ph-arrow-up-left:before {
  content: "\e97e";
}

.ph-bold.ph-arrow-up-right:before {
  content: "\e97f";
}

.ph-bold.ph-arrow-u-right-down:before {
  content: "\e980";
}

.ph-bold.ph-arrow-u-right-up:before {
  content: "\e981";
}

.ph-bold.ph-arrow-u-up-left:before {
  content: "\e982";
}

.ph-bold.ph-arrow-u-up-right:before {
  content: "\e983";
}

.ph-bold.ph-article:before {
  content: "\e984";
}

.ph-bold.ph-article-medium:before {
  content: "\e985";
}

.ph-bold.ph-article-ny-times:before {
  content: "\e986";
}

.ph-bold.ph-asterisk:before {
  content: "\e987";
}

.ph-bold.ph-asterisk-simple:before {
  content: "\e988";
}

.ph-bold.ph-at:before {
  content: "\e989";
}

.ph-bold.ph-atom:before {
  content: "\e98a";
}

.ph-bold.ph-baby:before {
  content: "\e98b";
}

.ph-bold.ph-backpack:before {
  content: "\e98c";
}

.ph-bold.ph-backspace:before {
  content: "\e98d";
}

.ph-bold.ph-bag:before {
  content: "\e98e";
}

.ph-bold.ph-bag-simple:before {
  content: "\e98f";
}

.ph-bold.ph-balloon:before {
  content: "\e990";
}

.ph-bold.ph-bandaids:before {
  content: "\e991";
}

.ph-bold.ph-bank:before {
  content: "\e992";
}

.ph-bold.ph-barbell:before {
  content: "\e993";
}

.ph-bold.ph-barcode:before {
  content: "\e994";
}

.ph-bold.ph-barricade:before {
  content: "\e995";
}

.ph-bold.ph-baseball:before {
  content: "\e996";
}

.ph-bold.ph-baseball-cap:before {
  content: "\e997";
}

.ph-bold.ph-basketball:before {
  content: "\e998";
}

.ph-bold.ph-basket:before {
  content: "\e999";
}

.ph-bold.ph-bathtub:before {
  content: "\e99a";
}

.ph-bold.ph-battery-charging:before {
  content: "\e99b";
}

.ph-bold.ph-battery-charging-vertical:before {
  content: "\e99c";
}

.ph-bold.ph-battery-empty:before {
  content: "\e99d";
}

.ph-bold.ph-battery-full:before {
  content: "\e99e";
}

.ph-bold.ph-battery-high:before {
  content: "\e99f";
}

.ph-bold.ph-battery-low:before {
  content: "\e9a0";
}

.ph-bold.ph-battery-medium:before {
  content: "\e9a1";
}

.ph-bold.ph-battery-plus:before {
  content: "\e9a2";
}

.ph-bold.ph-battery-plus-vertical:before {
  content: "\e9a3";
}

.ph-bold.ph-battery-vertical-empty:before {
  content: "\e9a4";
}

.ph-bold.ph-battery-vertical-full:before {
  content: "\e9a5";
}

.ph-bold.ph-battery-vertical-high:before {
  content: "\e9a6";
}

.ph-bold.ph-battery-vertical-low:before {
  content: "\e9a7";
}

.ph-bold.ph-battery-vertical-medium:before {
  content: "\e9a8";
}

.ph-bold.ph-battery-warning:before {
  content: "\e9a9";
}

.ph-bold.ph-battery-warning-vertical:before {
  content: "\e9aa";
}

.ph-bold.ph-bed:before {
  content: "\e9ab";
}

.ph-bold.ph-beer-bottle:before {
  content: "\e9ac";
}

.ph-bold.ph-beer-stein:before {
  content: "\e9ad";
}

.ph-bold.ph-behance-logo:before {
  content: "\e9ae";
}

.ph-bold.ph-bell:before {
  content: "\e9af";
}

.ph-bold.ph-bell-ringing:before {
  content: "\e9b0";
}

.ph-bold.ph-bell-simple:before {
  content: "\e9b1";
}

.ph-bold.ph-bell-simple-ringing:before {
  content: "\e9b2";
}

.ph-bold.ph-bell-simple-slash:before {
  content: "\e9b3";
}

.ph-bold.ph-bell-simple-z:before {
  content: "\e9b4";
}

.ph-bold.ph-bell-slash:before {
  content: "\e9b5";
}

.ph-bold.ph-bell-z:before {
  content: "\e9b6";
}

.ph-bold.ph-bezier-curve:before {
  content: "\e9b7";
}

.ph-bold.ph-bicycle:before {
  content: "\e9b8";
}

.ph-bold.ph-binoculars:before {
  content: "\e9b9";
}

.ph-bold.ph-bird:before {
  content: "\e9ba";
}

.ph-bold.ph-bluetooth:before {
  content: "\e9bb";
}

.ph-bold.ph-bluetooth-connected:before {
  content: "\e9bc";
}

.ph-bold.ph-bluetooth-slash:before {
  content: "\e9bd";
}

.ph-bold.ph-bluetooth-x:before {
  content: "\e9be";
}

.ph-bold.ph-boat:before {
  content: "\e9bf";
}

.ph-bold.ph-bone:before {
  content: "\e9c0";
}

.ph-bold.ph-book:before {
  content: "\e9c1";
}

.ph-bold.ph-book-bookmark:before {
  content: "\e9c2";
}

.ph-bold.ph-bookmark:before {
  content: "\e9c3";
}

.ph-bold.ph-bookmarks:before {
  content: "\e9c4";
}

.ph-bold.ph-bookmark-simple:before {
  content: "\e9c5";
}

.ph-bold.ph-bookmarks-simple:before {
  content: "\e9c6";
}

.ph-bold.ph-book-open:before {
  content: "\e9c7";
}

.ph-bold.ph-book-open-text:before {
  content: "\e9c8";
}

.ph-bold.ph-books:before {
  content: "\e9c9";
}

.ph-bold.ph-boot:before {
  content: "\e9ca";
}

.ph-bold.ph-bounding-box:before {
  content: "\e9cb";
}

.ph-bold.ph-bowl-food:before {
  content: "\e9cc";
}

.ph-bold.ph-brackets-angle:before {
  content: "\e9cd";
}

.ph-bold.ph-brackets-curly:before {
  content: "\e9ce";
}

.ph-bold.ph-brackets-round:before {
  content: "\e9cf";
}

.ph-bold.ph-brackets-square:before {
  content: "\e9d0";
}

.ph-bold.ph-brain:before {
  content: "\e9d1";
}

.ph-bold.ph-brandy:before {
  content: "\e9d2";
}

.ph-bold.ph-bridge:before {
  content: "\e9d3";
}

.ph-bold.ph-briefcase:before {
  content: "\e9d4";
}

.ph-bold.ph-briefcase-metal:before {
  content: "\e9d5";
}

.ph-bold.ph-broadcast:before {
  content: "\e9d6";
}

.ph-bold.ph-broom:before {
  content: "\e9d7";
}

.ph-bold.ph-browser:before {
  content: "\e9d8";
}

.ph-bold.ph-browsers:before {
  content: "\e9d9";
}

.ph-bold.ph-bug-beetle:before {
  content: "\e9da";
}

.ph-bold.ph-bug:before {
  content: "\e9db";
}

.ph-bold.ph-bug-droid:before {
  content: "\e9dc";
}

.ph-bold.ph-buildings:before {
  content: "\e9dd";
}

.ph-bold.ph-bus:before {
  content: "\e9de";
}

.ph-bold.ph-butterfly:before {
  content: "\e9df";
}

.ph-bold.ph-cactus:before {
  content: "\e9e0";
}

.ph-bold.ph-cake:before {
  content: "\e9e1";
}

.ph-bold.ph-calculator:before {
  content: "\e9e2";
}

.ph-bold.ph-calendar-blank:before {
  content: "\e9e3";
}

.ph-bold.ph-calendar:before {
  content: "\e9e4";
}

.ph-bold.ph-calendar-check:before {
  content: "\e9e5";
}

.ph-bold.ph-calendar-plus:before {
  content: "\e9e6";
}

.ph-bold.ph-calendar-x:before {
  content: "\e9e7";
}

.ph-bold.ph-call-bell:before {
  content: "\e9e8";
}

.ph-bold.ph-camera:before {
  content: "\e9e9";
}

.ph-bold.ph-camera-plus:before {
  content: "\e9ea";
}

.ph-bold.ph-camera-rotate:before {
  content: "\e9eb";
}

.ph-bold.ph-camera-slash:before {
  content: "\e9ec";
}

.ph-bold.ph-campfire:before {
  content: "\e9ed";
}

.ph-bold.ph-car:before {
  content: "\e9ee";
}

.ph-bold.ph-cardholder:before {
  content: "\e9ef";
}

.ph-bold.ph-cards:before {
  content: "\e9f0";
}

.ph-bold.ph-caret-circle-double-down:before {
  content: "\e9f1";
}

.ph-bold.ph-caret-circle-double-left:before {
  content: "\e9f2";
}

.ph-bold.ph-caret-circle-double-right:before {
  content: "\e9f3";
}

.ph-bold.ph-caret-circle-double-up:before {
  content: "\e9f4";
}

.ph-bold.ph-caret-circle-down:before {
  content: "\e9f5";
}

.ph-bold.ph-caret-circle-left:before {
  content: "\e9f6";
}

.ph-bold.ph-caret-circle-right:before {
  content: "\e9f7";
}

.ph-bold.ph-caret-circle-up:before {
  content: "\e9f8";
}

.ph-bold.ph-caret-circle-up-down:before {
  content: "\e9f9";
}

.ph-bold.ph-caret-double-down:before {
  content: "\e9fa";
}

.ph-bold.ph-caret-double-left:before {
  content: "\e9fb";
}

.ph-bold.ph-caret-double-right:before {
  content: "\e9fc";
}

.ph-bold.ph-caret-double-up:before {
  content: "\e9fd";
}

.ph-bold.ph-caret-down:before {
  content: "\e9fe";
}

.ph-bold.ph-caret-left:before {
  content: "\e9ff";
}

.ph-bold.ph-caret-right:before {
  content: "\ea00";
}

.ph-bold.ph-caret-up:before {
  content: "\ea01";
}

.ph-bold.ph-caret-up-down:before {
  content: "\ea02";
}

.ph-bold.ph-car-profile:before {
  content: "\ea03";
}

.ph-bold.ph-carrot:before {
  content: "\ea04";
}

.ph-bold.ph-car-simple:before {
  content: "\ea05";
}

.ph-bold.ph-cassette-tape:before {
  content: "\ea06";
}

.ph-bold.ph-castle-turret:before {
  content: "\ea07";
}

.ph-bold.ph-cat:before {
  content: "\ea08";
}

.ph-bold.ph-cell-signal-full:before {
  content: "\ea09";
}

.ph-bold.ph-cell-signal-high:before {
  content: "\ea0a";
}

.ph-bold.ph-cell-signal-low:before {
  content: "\ea0b";
}

.ph-bold.ph-cell-signal-medium:before {
  content: "\ea0c";
}

.ph-bold.ph-cell-signal-none:before {
  content: "\ea0d";
}

.ph-bold.ph-cell-signal-slash:before {
  content: "\ea0e";
}

.ph-bold.ph-cell-signal-x:before {
  content: "\ea0f";
}

.ph-bold.ph-certificate:before {
  content: "\ea10";
}

.ph-bold.ph-chair:before {
  content: "\ea11";
}

.ph-bold.ph-chalkboard:before {
  content: "\ea12";
}

.ph-bold.ph-chalkboard-simple:before {
  content: "\ea13";
}

.ph-bold.ph-chalkboard-teacher:before {
  content: "\ea14";
}

.ph-bold.ph-champagne:before {
  content: "\ea15";
}

.ph-bold.ph-charging-station:before {
  content: "\ea16";
}

.ph-bold.ph-chart-bar:before {
  content: "\ea17";
}

.ph-bold.ph-chart-bar-horizontal:before {
  content: "\ea18";
}

.ph-bold.ph-chart-donut:before {
  content: "\ea19";
}

.ph-bold.ph-chart-line:before {
  content: "\ea1a";
}

.ph-bold.ph-chart-line-down:before {
  content: "\ea1b";
}

.ph-bold.ph-chart-line-up:before {
  content: "\ea1c";
}

.ph-bold.ph-chart-pie:before {
  content: "\ea1d";
}

.ph-bold.ph-chart-pie-slice:before {
  content: "\ea1e";
}

.ph-bold.ph-chart-polar:before {
  content: "\ea1f";
}

.ph-bold.ph-chart-scatter:before {
  content: "\ea20";
}

.ph-bold.ph-chat:before {
  content: "\ea21";
}

.ph-bold.ph-chat-centered:before {
  content: "\ea22";
}

.ph-bold.ph-chat-centered-dots:before {
  content: "\ea23";
}

.ph-bold.ph-chat-centered-text:before {
  content: "\ea24";
}

.ph-bold.ph-chat-circle:before {
  content: "\ea25";
}

.ph-bold.ph-chat-circle-dots:before {
  content: "\ea26";
}

.ph-bold.ph-chat-circle-text:before {
  content: "\ea27";
}

.ph-bold.ph-chat-dots:before {
  content: "\ea28";
}

.ph-bold.ph-chats:before {
  content: "\ea29";
}

.ph-bold.ph-chats-circle:before {
  content: "\ea2a";
}

.ph-bold.ph-chats-teardrop:before {
  content: "\ea2b";
}

.ph-bold.ph-chat-teardrop:before {
  content: "\ea2c";
}

.ph-bold.ph-chat-teardrop-dots:before {
  content: "\ea2d";
}

.ph-bold.ph-chat-teardrop-text:before {
  content: "\ea2e";
}

.ph-bold.ph-chat-text:before {
  content: "\ea2f";
}

.ph-bold.ph-check:before {
  content: "\ea30";
}

.ph-bold.ph-check-circle:before {
  content: "\ea31";
}

.ph-bold.ph-check-fat:before {
  content: "\ea32";
}

.ph-bold.ph-checks:before {
  content: "\ea33";
}

.ph-bold.ph-check-square:before {
  content: "\ea34";
}

.ph-bold.ph-check-square-offset:before {
  content: "\ea35";
}

.ph-bold.ph-church:before {
  content: "\ea36";
}

.ph-bold.ph-circle:before {
  content: "\ea37";
}

.ph-bold.ph-circle-dashed:before {
  content: "\ea38";
}

.ph-bold.ph-circle-half:before {
  content: "\ea39";
}

.ph-bold.ph-circle-half-tilt:before {
  content: "\ea3a";
}

.ph-bold.ph-circle-notch:before {
  content: "\ea3b";
}

.ph-bold.ph-circles-four:before {
  content: "\ea3c";
}

.ph-bold.ph-circles-three:before {
  content: "\ea3d";
}

.ph-bold.ph-circles-three-plus:before {
  content: "\ea3e";
}

.ph-bold.ph-circuitry:before {
  content: "\ea3f";
}

.ph-bold.ph-clipboard:before {
  content: "\ea40";
}

.ph-bold.ph-clipboard-text:before {
  content: "\ea41";
}

.ph-bold.ph-clock-afternoon:before {
  content: "\ea42";
}

.ph-bold.ph-clock:before {
  content: "\ea43";
}

.ph-bold.ph-clock-clockwise:before {
  content: "\ea44";
}

.ph-bold.ph-clock-countdown:before {
  content: "\ea45";
}

.ph-bold.ph-clock-counter-clockwise:before {
  content: "\ea46";
}

.ph-bold.ph-closed-captioning:before {
  content: "\ea47";
}

.ph-bold.ph-cloud-arrow-down:before {
  content: "\ea48";
}

.ph-bold.ph-cloud-arrow-up:before {
  content: "\ea49";
}

.ph-bold.ph-cloud:before {
  content: "\ea4a";
}

.ph-bold.ph-cloud-check:before {
  content: "\ea4b";
}

.ph-bold.ph-cloud-fog:before {
  content: "\ea4c";
}

.ph-bold.ph-cloud-lightning:before {
  content: "\ea4d";
}

.ph-bold.ph-cloud-moon:before {
  content: "\ea4e";
}

.ph-bold.ph-cloud-rain:before {
  content: "\ea4f";
}

.ph-bold.ph-cloud-slash:before {
  content: "\ea50";
}

.ph-bold.ph-cloud-snow:before {
  content: "\ea51";
}

.ph-bold.ph-cloud-sun:before {
  content: "\ea52";
}

.ph-bold.ph-cloud-warning:before {
  content: "\ea53";
}

.ph-bold.ph-cloud-x:before {
  content: "\ea54";
}

.ph-bold.ph-club:before {
  content: "\ea55";
}

.ph-bold.ph-coat-hanger:before {
  content: "\ea56";
}

.ph-bold.ph-coda-logo:before {
  content: "\ea57";
}

.ph-bold.ph-code-block:before {
  content: "\ea58";
}

.ph-bold.ph-code:before {
  content: "\ea59";
}

.ph-bold.ph-codepen-logo:before {
  content: "\ea5a";
}

.ph-bold.ph-codesandbox-logo:before {
  content: "\ea5b";
}

.ph-bold.ph-code-simple:before {
  content: "\ea5c";
}

.ph-bold.ph-coffee:before {
  content: "\ea5d";
}

.ph-bold.ph-coin:before {
  content: "\ea5e";
}

.ph-bold.ph-coins:before {
  content: "\ea5f";
}

.ph-bold.ph-coin-vertical:before {
  content: "\ea60";
}

.ph-bold.ph-columns:before {
  content: "\ea61";
}

.ph-bold.ph-command:before {
  content: "\ea62";
}

.ph-bold.ph-compass:before {
  content: "\ea63";
}

.ph-bold.ph-compass-tool:before {
  content: "\ea64";
}

.ph-bold.ph-computer-tower:before {
  content: "\ea65";
}

.ph-bold.ph-confetti:before {
  content: "\ea66";
}

.ph-bold.ph-contactless-payment:before {
  content: "\ea67";
}

.ph-bold.ph-control:before {
  content: "\ea68";
}

.ph-bold.ph-cookie:before {
  content: "\ea69";
}

.ph-bold.ph-cooking-pot:before {
  content: "\ea6a";
}

.ph-bold.ph-copy:before {
  content: "\ea6b";
}

.ph-bold.ph-copyleft:before {
  content: "\ea6c";
}

.ph-bold.ph-copyright:before {
  content: "\ea6d";
}

.ph-bold.ph-copy-simple:before {
  content: "\ea6e";
}

.ph-bold.ph-corners-in:before {
  content: "\ea6f";
}

.ph-bold.ph-corners-out:before {
  content: "\ea70";
}

.ph-bold.ph-couch:before {
  content: "\ea71";
}

.ph-bold.ph-cpu:before {
  content: "\ea72";
}

.ph-bold.ph-credit-card:before {
  content: "\ea73";
}

.ph-bold.ph-crop:before {
  content: "\ea74";
}

.ph-bold.ph-cross:before {
  content: "\ea75";
}

.ph-bold.ph-crosshair:before {
  content: "\ea76";
}

.ph-bold.ph-crosshair-simple:before {
  content: "\ea77";
}

.ph-bold.ph-crown:before {
  content: "\ea78";
}

.ph-bold.ph-crown-simple:before {
  content: "\ea79";
}

.ph-bold.ph-cube:before {
  content: "\ea7a";
}

.ph-bold.ph-cube-focus:before {
  content: "\ea7b";
}

.ph-bold.ph-cube-transparent:before {
  content: "\ea7c";
}

.ph-bold.ph-currency-btc:before {
  content: "\ea7d";
}

.ph-bold.ph-currency-circle-dollar:before {
  content: "\ea7e";
}

.ph-bold.ph-currency-cny:before {
  content: "\ea7f";
}

.ph-bold.ph-currency-dollar:before {
  content: "\ea80";
}

.ph-bold.ph-currency-dollar-simple:before {
  content: "\ea81";
}

.ph-bold.ph-currency-eth:before {
  content: "\ea82";
}

.ph-bold.ph-currency-eur:before {
  content: "\ea83";
}

.ph-bold.ph-currency-gbp:before {
  content: "\ea84";
}

.ph-bold.ph-currency-inr:before {
  content: "\ea85";
}

.ph-bold.ph-currency-jpy:before {
  content: "\ea86";
}

.ph-bold.ph-currency-krw:before {
  content: "\ea87";
}

.ph-bold.ph-currency-kzt:before {
  content: "\ea88";
}

.ph-bold.ph-currency-ngn:before {
  content: "\ea89";
}

.ph-bold.ph-currency-rub:before {
  content: "\ea8a";
}

.ph-bold.ph-cursor:before {
  content: "\ea8b";
}

.ph-bold.ph-cursor-click:before {
  content: "\ea8c";
}

.ph-bold.ph-cursor-text:before {
  content: "\ea8d";
}

.ph-bold.ph-cylinder:before {
  content: "\ea8e";
}

.ph-bold.ph-database:before {
  content: "\ea8f";
}

.ph-bold.ph-desktop:before {
  content: "\ea90";
}

.ph-bold.ph-desktop-tower:before {
  content: "\ea91";
}

.ph-bold.ph-detective:before {
  content: "\ea92";
}

.ph-bold.ph-device-mobile:before {
  content: "\ea93";
}

.ph-bold.ph-device-mobile-camera:before {
  content: "\ea94";
}

.ph-bold.ph-device-mobile-speaker:before {
  content: "\ea95";
}

.ph-bold.ph-devices:before {
  content: "\ea96";
}

.ph-bold.ph-device-tablet:before {
  content: "\ea97";
}

.ph-bold.ph-device-tablet-camera:before {
  content: "\ea98";
}

.ph-bold.ph-device-tablet-speaker:before {
  content: "\ea99";
}

.ph-bold.ph-dev-to-logo:before {
  content: "\ea9a";
}

.ph-bold.ph-diamond:before {
  content: "\ea9b";
}

.ph-bold.ph-diamonds-four:before {
  content: "\ea9c";
}

.ph-bold.ph-dice-five:before {
  content: "\ea9d";
}

.ph-bold.ph-dice-four:before {
  content: "\ea9e";
}

.ph-bold.ph-dice-one:before {
  content: "\ea9f";
}

.ph-bold.ph-dice-six:before {
  content: "\eaa0";
}

.ph-bold.ph-dice-three:before {
  content: "\eaa1";
}

.ph-bold.ph-dice-two:before {
  content: "\eaa2";
}

.ph-bold.ph-disc:before {
  content: "\eaa3";
}

.ph-bold.ph-discord-logo:before {
  content: "\eaa4";
}

.ph-bold.ph-divide:before {
  content: "\eaa5";
}

.ph-bold.ph-dna:before {
  content: "\eaa6";
}

.ph-bold.ph-dog:before {
  content: "\eaa7";
}

.ph-bold.ph-door:before {
  content: "\eaa8";
}

.ph-bold.ph-door-open:before {
  content: "\eaa9";
}

.ph-bold.ph-dot:before {
  content: "\eaaa";
}

.ph-bold.ph-dot-outline:before {
  content: "\eaab";
}

.ph-bold.ph-dots-nine:before {
  content: "\eaac";
}

.ph-bold.ph-dots-six:before {
  content: "\eaad";
}

.ph-bold.ph-dots-six-vertical:before {
  content: "\eaae";
}

.ph-bold.ph-dots-three:before {
  content: "\eaaf";
}

.ph-bold.ph-dots-three-circle:before {
  content: "\eab0";
}

.ph-bold.ph-dots-three-circle-vertical:before {
  content: "\eab1";
}

.ph-bold.ph-dots-three-outline:before {
  content: "\eab2";
}

.ph-bold.ph-dots-three-outline-vertical:before {
  content: "\eab3";
}

.ph-bold.ph-dots-three-vertical:before {
  content: "\eab4";
}

.ph-bold.ph-download:before {
  content: "\eab5";
}

.ph-bold.ph-download-simple:before {
  content: "\eab6";
}

.ph-bold.ph-dress:before {
  content: "\eab7";
}

.ph-bold.ph-dribbble-logo:before {
  content: "\eab8";
}

.ph-bold.ph-drop:before {
  content: "\eab9";
}

.ph-bold.ph-dropbox-logo:before {
  content: "\eaba";
}

.ph-bold.ph-drop-half:before {
  content: "\eabb";
}

.ph-bold.ph-drop-half-bottom:before {
  content: "\eabc";
}

.ph-bold.ph-ear:before {
  content: "\eabd";
}

.ph-bold.ph-ear-slash:before {
  content: "\eabe";
}

.ph-bold.ph-egg:before {
  content: "\eabf";
}

.ph-bold.ph-egg-crack:before {
  content: "\eac0";
}

.ph-bold.ph-eject:before {
  content: "\eac1";
}

.ph-bold.ph-eject-simple:before {
  content: "\eac2";
}

.ph-bold.ph-elevator:before {
  content: "\eac3";
}

.ph-bold.ph-engine:before {
  content: "\eac4";
}

.ph-bold.ph-envelope:before {
  content: "\eac5";
}

.ph-bold.ph-envelope-open:before {
  content: "\eac6";
}

.ph-bold.ph-envelope-simple:before {
  content: "\eac7";
}

.ph-bold.ph-envelope-simple-open:before {
  content: "\eac8";
}

.ph-bold.ph-equalizer:before {
  content: "\eac9";
}

.ph-bold.ph-equals:before {
  content: "\eaca";
}

.ph-bold.ph-eraser:before {
  content: "\eacb";
}

.ph-bold.ph-escalator-down:before {
  content: "\eacc";
}

.ph-bold.ph-escalator-up:before {
  content: "\eacd";
}

.ph-bold.ph-exam:before {
  content: "\eace";
}

.ph-bold.ph-exclude:before {
  content: "\eacf";
}

.ph-bold.ph-exclude-square:before {
  content: "\ead0";
}

.ph-bold.ph-export:before {
  content: "\ead1";
}

.ph-bold.ph-eye:before {
  content: "\ead2";
}

.ph-bold.ph-eye-closed:before {
  content: "\ead3";
}

.ph-bold.ph-eyedropper:before {
  content: "\ead4";
}

.ph-bold.ph-eyedropper-sample:before {
  content: "\ead5";
}

.ph-bold.ph-eyeglasses:before {
  content: "\ead6";
}

.ph-bold.ph-eye-slash:before {
  content: "\ead7";
}

.ph-bold.ph-facebook-logo:before {
  content: "\ead8";
}

.ph-bold.ph-face-mask:before {
  content: "\ead9";
}

.ph-bold.ph-factory:before {
  content: "\eada";
}

.ph-bold.ph-faders:before {
  content: "\eadb";
}

.ph-bold.ph-faders-horizontal:before {
  content: "\eadc";
}

.ph-bold.ph-fan:before {
  content: "\eadd";
}

.ph-bold.ph-fast-forward:before {
  content: "\eade";
}

.ph-bold.ph-fast-forward-circle:before {
  content: "\eadf";
}

.ph-bold.ph-feather:before {
  content: "\eae0";
}

.ph-bold.ph-figma-logo:before {
  content: "\eae1";
}

.ph-bold.ph-file-archive:before {
  content: "\eae2";
}

.ph-bold.ph-file-arrow-down:before {
  content: "\eae3";
}

.ph-bold.ph-file-arrow-up:before {
  content: "\eae4";
}

.ph-bold.ph-file-audio:before {
  content: "\eae5";
}

.ph-bold.ph-file:before {
  content: "\eae6";
}

.ph-bold.ph-file-cloud:before {
  content: "\eae7";
}

.ph-bold.ph-file-code:before {
  content: "\eae8";
}

.ph-bold.ph-file-css:before {
  content: "\eae9";
}

.ph-bold.ph-file-csv:before {
  content: "\eaea";
}

.ph-bold.ph-file-dashed:before, .ph-bold.ph-file-dotted:before {
  content: "\eaeb";
}

.ph-bold.ph-file-doc:before {
  content: "\eaec";
}

.ph-bold.ph-file-html:before {
  content: "\eaed";
}

.ph-bold.ph-file-image:before {
  content: "\eaee";
}

.ph-bold.ph-file-jpg:before {
  content: "\eaef";
}

.ph-bold.ph-file-js:before {
  content: "\eaf0";
}

.ph-bold.ph-file-jsx:before {
  content: "\eaf1";
}

.ph-bold.ph-file-lock:before {
  content: "\eaf2";
}

.ph-bold.ph-file-magnifying-glass:before, .ph-bold.ph-file-search:before {
  content: "\eaf3";
}

.ph-bold.ph-file-minus:before {
  content: "\eaf4";
}

.ph-bold.ph-file-pdf:before {
  content: "\eaf5";
}

.ph-bold.ph-file-plus:before {
  content: "\eaf6";
}

.ph-bold.ph-file-png:before {
  content: "\eaf7";
}

.ph-bold.ph-file-ppt:before {
  content: "\eaf8";
}

.ph-bold.ph-file-rs:before {
  content: "\eaf9";
}

.ph-bold.ph-files:before {
  content: "\eafa";
}

.ph-bold.ph-file-sql:before {
  content: "\eafb";
}

.ph-bold.ph-file-svg:before {
  content: "\eafc";
}

.ph-bold.ph-file-text:before {
  content: "\eafd";
}

.ph-bold.ph-file-ts:before {
  content: "\eafe";
}

.ph-bold.ph-file-tsx:before {
  content: "\eaff";
}

.ph-bold.ph-file-video:before {
  content: "\eb00";
}

.ph-bold.ph-file-vue:before {
  content: "\eb01";
}

.ph-bold.ph-file-x:before {
  content: "\eb02";
}

.ph-bold.ph-file-xls:before {
  content: "\eb03";
}

.ph-bold.ph-file-zip:before {
  content: "\eb04";
}

.ph-bold.ph-film-reel:before {
  content: "\eb05";
}

.ph-bold.ph-film-script:before {
  content: "\eb06";
}

.ph-bold.ph-film-slate:before {
  content: "\eb07";
}

.ph-bold.ph-film-strip:before {
  content: "\eb08";
}

.ph-bold.ph-fingerprint:before {
  content: "\eb09";
}

.ph-bold.ph-fingerprint-simple:before {
  content: "\eb0a";
}

.ph-bold.ph-finn-the-human:before {
  content: "\eb0b";
}

.ph-bold.ph-fire:before {
  content: "\eb0c";
}

.ph-bold.ph-fire-extinguisher:before {
  content: "\eb0d";
}

.ph-bold.ph-fire-simple:before {
  content: "\eb0e";
}

.ph-bold.ph-first-aid:before {
  content: "\eb0f";
}

.ph-bold.ph-first-aid-kit:before {
  content: "\eb10";
}

.ph-bold.ph-fish:before {
  content: "\eb11";
}

.ph-bold.ph-fish-simple:before {
  content: "\eb12";
}

.ph-bold.ph-flag-banner:before {
  content: "\eb13";
}

.ph-bold.ph-flag:before {
  content: "\eb14";
}

.ph-bold.ph-flag-checkered:before {
  content: "\eb15";
}

.ph-bold.ph-flag-pennant:before {
  content: "\eb16";
}

.ph-bold.ph-flame:before {
  content: "\eb17";
}

.ph-bold.ph-flashlight:before {
  content: "\eb18";
}

.ph-bold.ph-flask:before {
  content: "\eb19";
}

.ph-bold.ph-floppy-disk-back:before {
  content: "\eb1a";
}

.ph-bold.ph-floppy-disk:before {
  content: "\eb1b";
}

.ph-bold.ph-flow-arrow:before {
  content: "\eb1c";
}

.ph-bold.ph-flower:before {
  content: "\eb1d";
}

.ph-bold.ph-flower-lotus:before {
  content: "\eb1e";
}

.ph-bold.ph-flower-tulip:before {
  content: "\eb1f";
}

.ph-bold.ph-flying-saucer:before {
  content: "\eb20";
}

.ph-bold.ph-folder:before {
  content: "\eb21";
}

.ph-bold.ph-folder-dashed:before, .ph-bold.ph-folder-dotted:before {
  content: "\eb22";
}

.ph-bold.ph-folder-lock:before {
  content: "\eb23";
}

.ph-bold.ph-folder-minus:before {
  content: "\eb24";
}

.ph-bold.ph-folder-notch:before {
  content: "\eb25";
}

.ph-bold.ph-folder-notch-minus:before {
  content: "\eb26";
}

.ph-bold.ph-folder-notch-open:before {
  content: "\eb27";
}

.ph-bold.ph-folder-notch-plus:before {
  content: "\eb28";
}

.ph-bold.ph-folder-open:before {
  content: "\eb29";
}

.ph-bold.ph-folder-plus:before {
  content: "\eb2a";
}

.ph-bold.ph-folders:before {
  content: "\eb2b";
}

.ph-bold.ph-folder-simple:before {
  content: "\eb2c";
}

.ph-bold.ph-folder-simple-dashed:before, .ph-bold.ph-folder-simple-dotted:before {
  content: "\eb2d";
}

.ph-bold.ph-folder-simple-lock:before {
  content: "\eb2e";
}

.ph-bold.ph-folder-simple-minus:before {
  content: "\eb2f";
}

.ph-bold.ph-folder-simple-plus:before {
  content: "\eb30";
}

.ph-bold.ph-folder-simple-star:before {
  content: "\eb31";
}

.ph-bold.ph-folder-simple-user:before {
  content: "\eb32";
}

.ph-bold.ph-folder-star:before {
  content: "\eb33";
}

.ph-bold.ph-folder-user:before {
  content: "\eb34";
}

.ph-bold.ph-football:before {
  content: "\eb35";
}

.ph-bold.ph-footprints:before {
  content: "\eb36";
}

.ph-bold.ph-fork-knife:before {
  content: "\eb37";
}

.ph-bold.ph-frame-corners:before {
  content: "\eb38";
}

.ph-bold.ph-framer-logo:before {
  content: "\eb39";
}

.ph-bold.ph-function:before {
  content: "\eb3a";
}

.ph-bold.ph-funnel:before {
  content: "\eb3b";
}

.ph-bold.ph-funnel-simple:before {
  content: "\eb3c";
}

.ph-bold.ph-game-controller:before {
  content: "\eb3d";
}

.ph-bold.ph-garage:before {
  content: "\eb3e";
}

.ph-bold.ph-gas-can:before {
  content: "\eb3f";
}

.ph-bold.ph-gas-pump:before {
  content: "\eb40";
}

.ph-bold.ph-gauge:before {
  content: "\eb41";
}

.ph-bold.ph-gavel:before {
  content: "\eb42";
}

.ph-bold.ph-gear:before {
  content: "\eb43";
}

.ph-bold.ph-gear-fine:before {
  content: "\eb44";
}

.ph-bold.ph-gear-six:before {
  content: "\eb45";
}

.ph-bold.ph-gender-female:before {
  content: "\eb46";
}

.ph-bold.ph-gender-intersex:before {
  content: "\eb47";
}

.ph-bold.ph-gender-male:before {
  content: "\eb48";
}

.ph-bold.ph-gender-neuter:before {
  content: "\eb49";
}

.ph-bold.ph-gender-nonbinary:before {
  content: "\eb4a";
}

.ph-bold.ph-gender-transgender:before {
  content: "\eb4b";
}

.ph-bold.ph-ghost:before {
  content: "\eb4c";
}

.ph-bold.ph-gif:before {
  content: "\eb4d";
}

.ph-bold.ph-gift:before {
  content: "\eb4e";
}

.ph-bold.ph-git-branch:before {
  content: "\eb4f";
}

.ph-bold.ph-git-commit:before {
  content: "\eb50";
}

.ph-bold.ph-git-diff:before {
  content: "\eb51";
}

.ph-bold.ph-git-fork:before {
  content: "\eb52";
}

.ph-bold.ph-github-logo:before {
  content: "\eb53";
}

.ph-bold.ph-gitlab-logo:before {
  content: "\eb54";
}

.ph-bold.ph-gitlab-logo-simple:before {
  content: "\eb55";
}

.ph-bold.ph-git-merge:before {
  content: "\eb56";
}

.ph-bold.ph-git-pull-request:before {
  content: "\eb57";
}

.ph-bold.ph-globe:before {
  content: "\eb58";
}

.ph-bold.ph-globe-hemisphere-east:before {
  content: "\eb59";
}

.ph-bold.ph-globe-hemisphere-west:before {
  content: "\eb5a";
}

.ph-bold.ph-globe-simple:before {
  content: "\eb5b";
}

.ph-bold.ph-globe-stand:before {
  content: "\eb5c";
}

.ph-bold.ph-goggles:before {
  content: "\eb5d";
}

.ph-bold.ph-goodreads-logo:before {
  content: "\eb5e";
}

.ph-bold.ph-google-cardboard-logo:before {
  content: "\eb5f";
}

.ph-bold.ph-google-chrome-logo:before {
  content: "\eb60";
}

.ph-bold.ph-google-drive-logo:before {
  content: "\eb61";
}

.ph-bold.ph-google-logo:before {
  content: "\eb62";
}

.ph-bold.ph-google-photos-logo:before {
  content: "\eb63";
}

.ph-bold.ph-google-play-logo:before {
  content: "\eb64";
}

.ph-bold.ph-google-podcasts-logo:before {
  content: "\eb65";
}

.ph-bold.ph-gradient:before {
  content: "\eb66";
}

.ph-bold.ph-graduation-cap:before {
  content: "\eb67";
}

.ph-bold.ph-grains:before {
  content: "\eb68";
}

.ph-bold.ph-grains-slash:before {
  content: "\eb69";
}

.ph-bold.ph-graph:before {
  content: "\eb6a";
}

.ph-bold.ph-grid-four:before {
  content: "\eb6b";
}

.ph-bold.ph-grid-nine:before {
  content: "\eb6c";
}

.ph-bold.ph-guitar:before {
  content: "\eb6d";
}

.ph-bold.ph-hamburger:before {
  content: "\eb6e";
}

.ph-bold.ph-hammer:before {
  content: "\eb6f";
}

.ph-bold.ph-handbag:before {
  content: "\eb70";
}

.ph-bold.ph-handbag-simple:before {
  content: "\eb71";
}

.ph-bold.ph-hand:before {
  content: "\eb72";
}

.ph-bold.ph-hand-coins:before {
  content: "\eb73";
}

.ph-bold.ph-hand-eye:before {
  content: "\eb74";
}

.ph-bold.ph-hand-fist:before {
  content: "\eb75";
}

.ph-bold.ph-hand-grabbing:before {
  content: "\eb76";
}

.ph-bold.ph-hand-heart:before {
  content: "\eb77";
}

.ph-bold.ph-hand-palm:before {
  content: "\eb78";
}

.ph-bold.ph-hand-pointing:before {
  content: "\eb79";
}

.ph-bold.ph-hands-clapping:before {
  content: "\eb7a";
}

.ph-bold.ph-handshake:before {
  content: "\eb7b";
}

.ph-bold.ph-hand-soap:before {
  content: "\eb7c";
}

.ph-bold.ph-hands-praying:before {
  content: "\eb7d";
}

.ph-bold.ph-hand-swipe-left:before {
  content: "\eb7e";
}

.ph-bold.ph-hand-swipe-right:before {
  content: "\eb7f";
}

.ph-bold.ph-hand-tap:before {
  content: "\eb80";
}

.ph-bold.ph-hand-waving:before {
  content: "\eb81";
}

.ph-bold.ph-hard-drive:before {
  content: "\eb82";
}

.ph-bold.ph-hard-drives:before {
  content: "\eb83";
}

.ph-bold.ph-hash:before {
  content: "\eb84";
}

.ph-bold.ph-hash-straight:before {
  content: "\eb85";
}

.ph-bold.ph-headlights:before {
  content: "\eb86";
}

.ph-bold.ph-headphones:before {
  content: "\eb87";
}

.ph-bold.ph-headset:before {
  content: "\eb88";
}

.ph-bold.ph-heartbeat:before {
  content: "\eb89";
}

.ph-bold.ph-heart:before {
  content: "\eb8a";
}

.ph-bold.ph-heart-break:before {
  content: "\eb8b";
}

.ph-bold.ph-heart-half:before {
  content: "\eb8c";
}

.ph-bold.ph-heart-straight:before {
  content: "\eb8d";
}

.ph-bold.ph-heart-straight-break:before {
  content: "\eb8e";
}

.ph-bold.ph-hexagon:before {
  content: "\eb8f";
}

.ph-bold.ph-high-heel:before {
  content: "\eb90";
}

.ph-bold.ph-highlighter-circle:before {
  content: "\eb91";
}

.ph-bold.ph-hoodie:before {
  content: "\eb92";
}

.ph-bold.ph-horse:before {
  content: "\eb93";
}

.ph-bold.ph-hourglass:before {
  content: "\eb94";
}

.ph-bold.ph-hourglass-high:before {
  content: "\eb95";
}

.ph-bold.ph-hourglass-low:before {
  content: "\eb96";
}

.ph-bold.ph-hourglass-medium:before {
  content: "\eb97";
}

.ph-bold.ph-hourglass-simple:before {
  content: "\eb98";
}

.ph-bold.ph-hourglass-simple-high:before {
  content: "\eb99";
}

.ph-bold.ph-hourglass-simple-low:before {
  content: "\eb9a";
}

.ph-bold.ph-hourglass-simple-medium:before {
  content: "\eb9b";
}

.ph-bold.ph-house:before {
  content: "\eb9c";
}

.ph-bold.ph-house-line:before {
  content: "\eb9d";
}

.ph-bold.ph-house-simple:before {
  content: "\eb9e";
}

.ph-bold.ph-ice-cream:before {
  content: "\eb9f";
}

.ph-bold.ph-identification-badge:before {
  content: "\eba0";
}

.ph-bold.ph-identification-card:before {
  content: "\eba1";
}

.ph-bold.ph-image:before {
  content: "\eba2";
}

.ph-bold.ph-images:before {
  content: "\eba3";
}

.ph-bold.ph-image-square:before {
  content: "\eba4";
}

.ph-bold.ph-images-square:before {
  content: "\eba5";
}

.ph-bold.ph-infinity:before {
  content: "\eba6";
}

.ph-bold.ph-info:before {
  content: "\eba7";
}

.ph-bold.ph-instagram-logo:before {
  content: "\eba8";
}

.ph-bold.ph-intersect:before {
  content: "\eba9";
}

.ph-bold.ph-intersect-square:before {
  content: "\ebaa";
}

.ph-bold.ph-intersect-three:before {
  content: "\ebab";
}

.ph-bold.ph-jeep:before {
  content: "\ebac";
}

.ph-bold.ph-kanban:before {
  content: "\ebad";
}

.ph-bold.ph-keyboard:before {
  content: "\ebae";
}

.ph-bold.ph-key:before {
  content: "\ebaf";
}

.ph-bold.ph-keyhole:before {
  content: "\ebb0";
}

.ph-bold.ph-key-return:before {
  content: "\ebb1";
}

.ph-bold.ph-knife:before {
  content: "\ebb2";
}

.ph-bold.ph-ladder:before {
  content: "\ebb3";
}

.ph-bold.ph-ladder-simple:before {
  content: "\ebb4";
}

.ph-bold.ph-lamp:before {
  content: "\ebb5";
}

.ph-bold.ph-laptop:before {
  content: "\ebb6";
}

.ph-bold.ph-layout:before {
  content: "\ebb7";
}

.ph-bold.ph-leaf:before {
  content: "\ebb8";
}

.ph-bold.ph-lifebuoy:before {
  content: "\ebb9";
}

.ph-bold.ph-lightbulb:before {
  content: "\ebba";
}

.ph-bold.ph-lightbulb-filament:before {
  content: "\ebbb";
}

.ph-bold.ph-lighthouse:before {
  content: "\ebbc";
}

.ph-bold.ph-lightning-a:before {
  content: "\ebbd";
}

.ph-bold.ph-lightning:before {
  content: "\ebbe";
}

.ph-bold.ph-lightning-slash:before {
  content: "\ebbf";
}

.ph-bold.ph-line-segment:before {
  content: "\ebc0";
}

.ph-bold.ph-line-segments:before {
  content: "\ebc1";
}

.ph-bold.ph-link:before {
  content: "\ebc2";
}

.ph-bold.ph-link-break:before {
  content: "\ebc3";
}

.ph-bold.ph-linkedin-logo:before {
  content: "\ebc4";
}

.ph-bold.ph-link-simple:before {
  content: "\ebc5";
}

.ph-bold.ph-link-simple-break:before {
  content: "\ebc6";
}

.ph-bold.ph-link-simple-horizontal:before {
  content: "\ebc7";
}

.ph-bold.ph-link-simple-horizontal-break:before {
  content: "\ebc8";
}

.ph-bold.ph-linux-logo:before {
  content: "\ebc9";
}

.ph-bold.ph-list:before {
  content: "\ebca";
}

.ph-bold.ph-list-bullets:before {
  content: "\ebcb";
}

.ph-bold.ph-list-checks:before {
  content: "\ebcc";
}

.ph-bold.ph-list-dashes:before {
  content: "\ebcd";
}

.ph-bold.ph-list-magnifying-glass:before {
  content: "\ebce";
}

.ph-bold.ph-list-numbers:before {
  content: "\ebcf";
}

.ph-bold.ph-list-plus:before {
  content: "\ebd0";
}

.ph-bold.ph-lock:before {
  content: "\ebd1";
}

.ph-bold.ph-lockers:before {
  content: "\ebd2";
}

.ph-bold.ph-lock-key:before {
  content: "\ebd3";
}

.ph-bold.ph-lock-key-open:before {
  content: "\ebd4";
}

.ph-bold.ph-lock-laminated:before {
  content: "\ebd5";
}

.ph-bold.ph-lock-laminated-open:before {
  content: "\ebd6";
}

.ph-bold.ph-lock-open:before {
  content: "\ebd7";
}

.ph-bold.ph-lock-simple:before {
  content: "\ebd8";
}

.ph-bold.ph-lock-simple-open:before {
  content: "\ebd9";
}

.ph-bold.ph-magic-wand:before {
  content: "\ebda";
}

.ph-bold.ph-magnet:before {
  content: "\ebdb";
}

.ph-bold.ph-magnet-straight:before {
  content: "\ebdc";
}

.ph-bold.ph-magnifying-glass:before {
  content: "\ebdd";
}

.ph-bold.ph-magnifying-glass-minus:before {
  content: "\ebde";
}

.ph-bold.ph-magnifying-glass-plus:before {
  content: "\ebdf";
}

.ph-bold.ph-map-pin:before {
  content: "\ebe0";
}

.ph-bold.ph-map-pin-line:before {
  content: "\ebe1";
}

.ph-bold.ph-map-trifold:before {
  content: "\ebe2";
}

.ph-bold.ph-marker-circle:before {
  content: "\ebe3";
}

.ph-bold.ph-martini:before {
  content: "\ebe4";
}

.ph-bold.ph-mask-happy:before {
  content: "\ebe5";
}

.ph-bold.ph-mask-sad:before {
  content: "\ebe6";
}

.ph-bold.ph-math-operations:before {
  content: "\ebe7";
}

.ph-bold.ph-medal:before {
  content: "\ebe8";
}

.ph-bold.ph-medal-military:before {
  content: "\ebe9";
}

.ph-bold.ph-medium-logo:before {
  content: "\ebea";
}

.ph-bold.ph-megaphone:before {
  content: "\ebeb";
}

.ph-bold.ph-megaphone-simple:before {
  content: "\ebec";
}

.ph-bold.ph-messenger-logo:before {
  content: "\ebed";
}

.ph-bold.ph-meta-logo:before {
  content: "\ebee";
}

.ph-bold.ph-metronome:before {
  content: "\ebef";
}

.ph-bold.ph-microphone:before {
  content: "\ebf0";
}

.ph-bold.ph-microphone-slash:before {
  content: "\ebf1";
}

.ph-bold.ph-microphone-stage:before {
  content: "\ebf2";
}

.ph-bold.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}

.ph-bold.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}

.ph-bold.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}

.ph-bold.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}

.ph-bold.ph-microsoft-word-logo:before {
  content: "\ebf7";
}

.ph-bold.ph-minus:before {
  content: "\ebf8";
}

.ph-bold.ph-minus-circle:before {
  content: "\ebf9";
}

.ph-bold.ph-minus-square:before {
  content: "\ebfa";
}

.ph-bold.ph-money:before {
  content: "\ebfb";
}

.ph-bold.ph-monitor:before {
  content: "\ebfc";
}

.ph-bold.ph-monitor-play:before {
  content: "\ebfd";
}

.ph-bold.ph-moon:before {
  content: "\ebfe";
}

.ph-bold.ph-moon-stars:before {
  content: "\ebff";
}

.ph-bold.ph-moped:before {
  content: "\ec00";
}

.ph-bold.ph-moped-front:before {
  content: "\ec01";
}

.ph-bold.ph-mosque:before {
  content: "\ec02";
}

.ph-bold.ph-motorcycle:before {
  content: "\ec03";
}

.ph-bold.ph-mountains:before {
  content: "\ec04";
}

.ph-bold.ph-mouse:before {
  content: "\ec05";
}

.ph-bold.ph-mouse-simple:before {
  content: "\ec06";
}

.ph-bold.ph-music-note:before {
  content: "\ec07";
}

.ph-bold.ph-music-notes:before {
  content: "\ec08";
}

.ph-bold.ph-music-note-simple:before {
  content: "\ec09";
}

.ph-bold.ph-music-notes-plus:before {
  content: "\ec0a";
}

.ph-bold.ph-music-notes-simple:before {
  content: "\ec0b";
}

.ph-bold.ph-navigation-arrow:before {
  content: "\ec0c";
}

.ph-bold.ph-needle:before {
  content: "\ec0d";
}

.ph-bold.ph-newspaper:before {
  content: "\ec0e";
}

.ph-bold.ph-newspaper-clipping:before {
  content: "\ec0f";
}

.ph-bold.ph-notches:before {
  content: "\ec10";
}

.ph-bold.ph-note-blank:before {
  content: "\ec11";
}

.ph-bold.ph-note:before {
  content: "\ec12";
}

.ph-bold.ph-notebook:before {
  content: "\ec13";
}

.ph-bold.ph-notepad:before {
  content: "\ec14";
}

.ph-bold.ph-note-pencil:before {
  content: "\ec15";
}

.ph-bold.ph-notification:before {
  content: "\ec16";
}

.ph-bold.ph-notion-logo:before {
  content: "\ec17";
}

.ph-bold.ph-number-circle-eight:before {
  content: "\ec18";
}

.ph-bold.ph-number-circle-five:before {
  content: "\ec19";
}

.ph-bold.ph-number-circle-four:before {
  content: "\ec1a";
}

.ph-bold.ph-number-circle-nine:before {
  content: "\ec1b";
}

.ph-bold.ph-number-circle-one:before {
  content: "\ec1c";
}

.ph-bold.ph-number-circle-seven:before {
  content: "\ec1d";
}

.ph-bold.ph-number-circle-six:before {
  content: "\ec1e";
}

.ph-bold.ph-number-circle-three:before {
  content: "\ec1f";
}

.ph-bold.ph-number-circle-two:before {
  content: "\ec20";
}

.ph-bold.ph-number-circle-zero:before {
  content: "\ec21";
}

.ph-bold.ph-number-eight:before {
  content: "\ec22";
}

.ph-bold.ph-number-five:before {
  content: "\ec23";
}

.ph-bold.ph-number-four:before {
  content: "\ec24";
}

.ph-bold.ph-number-nine:before {
  content: "\ec25";
}

.ph-bold.ph-number-one:before {
  content: "\ec26";
}

.ph-bold.ph-number-seven:before {
  content: "\ec27";
}

.ph-bold.ph-number-six:before {
  content: "\ec28";
}

.ph-bold.ph-number-square-eight:before {
  content: "\ec29";
}

.ph-bold.ph-number-square-five:before {
  content: "\ec2a";
}

.ph-bold.ph-number-square-four:before {
  content: "\ec2b";
}

.ph-bold.ph-number-square-nine:before {
  content: "\ec2c";
}

.ph-bold.ph-number-square-one:before {
  content: "\ec2d";
}

.ph-bold.ph-number-square-seven:before {
  content: "\ec2e";
}

.ph-bold.ph-number-square-six:before {
  content: "\ec2f";
}

.ph-bold.ph-number-square-three:before {
  content: "\ec30";
}

.ph-bold.ph-number-square-two:before {
  content: "\ec31";
}

.ph-bold.ph-number-square-zero:before {
  content: "\ec32";
}

.ph-bold.ph-number-three:before {
  content: "\ec33";
}

.ph-bold.ph-number-two:before {
  content: "\ec34";
}

.ph-bold.ph-number-zero:before {
  content: "\ec35";
}

.ph-bold.ph-nut:before {
  content: "\ec36";
}

.ph-bold.ph-ny-times-logo:before {
  content: "\ec37";
}

.ph-bold.ph-octagon:before {
  content: "\ec38";
}

.ph-bold.ph-office-chair:before {
  content: "\ec39";
}

.ph-bold.ph-option:before {
  content: "\ec3a";
}

.ph-bold.ph-orange-slice:before {
  content: "\ec3b";
}

.ph-bold.ph-package:before {
  content: "\ec3c";
}

.ph-bold.ph-paint-brush:before {
  content: "\ec3d";
}

.ph-bold.ph-paint-brush-broad:before {
  content: "\ec3e";
}

.ph-bold.ph-paint-brush-household:before {
  content: "\ec3f";
}

.ph-bold.ph-paint-bucket:before {
  content: "\ec40";
}

.ph-bold.ph-paint-roller:before {
  content: "\ec41";
}

.ph-bold.ph-palette:before {
  content: "\ec42";
}

.ph-bold.ph-pants:before {
  content: "\ec43";
}

.ph-bold.ph-paperclip:before {
  content: "\ec44";
}

.ph-bold.ph-paperclip-horizontal:before {
  content: "\ec45";
}

.ph-bold.ph-paper-plane:before {
  content: "\ec46";
}

.ph-bold.ph-paper-plane-right:before {
  content: "\ec47";
}

.ph-bold.ph-paper-plane-tilt:before {
  content: "\ec48";
}

.ph-bold.ph-parachute:before {
  content: "\ec49";
}

.ph-bold.ph-paragraph:before {
  content: "\ec4a";
}

.ph-bold.ph-parallelogram:before {
  content: "\ec4b";
}

.ph-bold.ph-park:before {
  content: "\ec4c";
}

.ph-bold.ph-password:before {
  content: "\ec4d";
}

.ph-bold.ph-path:before {
  content: "\ec4e";
}

.ph-bold.ph-patreon-logo:before {
  content: "\ec4f";
}

.ph-bold.ph-pause:before {
  content: "\ec50";
}

.ph-bold.ph-pause-circle:before {
  content: "\ec51";
}

.ph-bold.ph-paw-print:before {
  content: "\ec52";
}

.ph-bold.ph-paypal-logo:before {
  content: "\ec53";
}

.ph-bold.ph-peace:before {
  content: "\ec54";
}

.ph-bold.ph-pen:before {
  content: "\ec55";
}

.ph-bold.ph-pencil:before {
  content: "\ec56";
}

.ph-bold.ph-pencil-circle:before {
  content: "\ec57";
}

.ph-bold.ph-pencil-line:before {
  content: "\ec58";
}

.ph-bold.ph-pencil-simple:before {
  content: "\ec59";
}

.ph-bold.ph-pencil-simple-line:before {
  content: "\ec5a";
}

.ph-bold.ph-pencil-simple-slash:before {
  content: "\ec5b";
}

.ph-bold.ph-pencil-slash:before {
  content: "\ec5c";
}

.ph-bold.ph-pen-nib:before {
  content: "\ec5d";
}

.ph-bold.ph-pen-nib-straight:before {
  content: "\ec5e";
}

.ph-bold.ph-pentagram:before {
  content: "\ec5f";
}

.ph-bold.ph-pepper:before {
  content: "\ec60";
}

.ph-bold.ph-percent:before {
  content: "\ec61";
}

.ph-bold.ph-person-arms-spread:before {
  content: "\ec62";
}

.ph-bold.ph-person:before {
  content: "\ec63";
}

.ph-bold.ph-person-simple-bike:before {
  content: "\ec64";
}

.ph-bold.ph-person-simple:before {
  content: "\ec65";
}

.ph-bold.ph-person-simple-run:before {
  content: "\ec66";
}

.ph-bold.ph-person-simple-throw:before {
  content: "\ec67";
}

.ph-bold.ph-person-simple-walk:before {
  content: "\ec68";
}

.ph-bold.ph-perspective:before {
  content: "\ec69";
}

.ph-bold.ph-phone:before {
  content: "\ec6a";
}

.ph-bold.ph-phone-call:before {
  content: "\ec6b";
}

.ph-bold.ph-phone-disconnect:before {
  content: "\ec6c";
}

.ph-bold.ph-phone-incoming:before {
  content: "\ec6d";
}

.ph-bold.ph-phone-outgoing:before {
  content: "\ec6e";
}

.ph-bold.ph-phone-plus:before {
  content: "\ec6f";
}

.ph-bold.ph-phone-slash:before {
  content: "\ec70";
}

.ph-bold.ph-phone-x:before {
  content: "\ec71";
}

.ph-bold.ph-phosphor-logo:before {
  content: "\ec72";
}

.ph-bold.ph-piano-keys:before {
  content: "\ec73";
}

.ph-bold.ph-pi:before {
  content: "\ec74";
}

.ph-bold.ph-picture-in-picture:before {
  content: "\ec75";
}

.ph-bold.ph-piggy-bank:before {
  content: "\ec76";
}

.ph-bold.ph-pill:before {
  content: "\ec77";
}

.ph-bold.ph-pinterest-logo:before {
  content: "\ec78";
}

.ph-bold.ph-pinwheel:before {
  content: "\ec79";
}

.ph-bold.ph-pizza:before {
  content: "\ec7a";
}

.ph-bold.ph-placeholder:before {
  content: "\ec7b";
}

.ph-bold.ph-planet:before {
  content: "\ec7c";
}

.ph-bold.ph-plant:before {
  content: "\ec7d";
}

.ph-bold.ph-play:before {
  content: "\ec7e";
}

.ph-bold.ph-play-circle:before {
  content: "\ec7f";
}

.ph-bold.ph-playlist:before {
  content: "\ec80";
}

.ph-bold.ph-play-pause:before {
  content: "\ec81";
}

.ph-bold.ph-plug:before {
  content: "\ec82";
}

.ph-bold.ph-plug-charging:before {
  content: "\ec83";
}

.ph-bold.ph-plugs:before {
  content: "\ec84";
}

.ph-bold.ph-plugs-connected:before {
  content: "\ec85";
}

.ph-bold.ph-plus:before {
  content: "\ec86";
}

.ph-bold.ph-plus-circle:before {
  content: "\ec87";
}

.ph-bold.ph-plus-minus:before {
  content: "\ec88";
}

.ph-bold.ph-plus-square:before {
  content: "\ec89";
}

.ph-bold.ph-poker-chip:before {
  content: "\ec8a";
}

.ph-bold.ph-police-car:before {
  content: "\ec8b";
}

.ph-bold.ph-polygon:before {
  content: "\ec8c";
}

.ph-bold.ph-popcorn:before {
  content: "\ec8d";
}

.ph-bold.ph-potted-plant:before {
  content: "\ec8e";
}

.ph-bold.ph-power:before {
  content: "\ec8f";
}

.ph-bold.ph-prescription:before {
  content: "\ec90";
}

.ph-bold.ph-presentation:before {
  content: "\ec91";
}

.ph-bold.ph-presentation-chart:before {
  content: "\ec92";
}

.ph-bold.ph-printer:before {
  content: "\ec93";
}

.ph-bold.ph-prohibit:before {
  content: "\ec94";
}

.ph-bold.ph-prohibit-inset:before {
  content: "\ec95";
}

.ph-bold.ph-projector-screen:before {
  content: "\ec96";
}

.ph-bold.ph-projector-screen-chart:before {
  content: "\ec97";
}

.ph-bold.ph-pulse:before, .ph-bold.ph-activity:before {
  content: "\ec98";
}

.ph-bold.ph-push-pin:before {
  content: "\ec99";
}

.ph-bold.ph-push-pin-simple:before {
  content: "\ec9a";
}

.ph-bold.ph-push-pin-simple-slash:before {
  content: "\ec9b";
}

.ph-bold.ph-push-pin-slash:before {
  content: "\ec9c";
}

.ph-bold.ph-puzzle-piece:before {
  content: "\ec9d";
}

.ph-bold.ph-qr-code:before {
  content: "\ec9e";
}

.ph-bold.ph-question:before {
  content: "\ec9f";
}

.ph-bold.ph-queue:before {
  content: "\eca0";
}

.ph-bold.ph-quotes:before {
  content: "\eca1";
}

.ph-bold.ph-radical:before {
  content: "\eca2";
}

.ph-bold.ph-radioactive:before {
  content: "\eca3";
}

.ph-bold.ph-radio:before {
  content: "\eca4";
}

.ph-bold.ph-radio-button:before {
  content: "\eca5";
}

.ph-bold.ph-rainbow:before {
  content: "\eca6";
}

.ph-bold.ph-rainbow-cloud:before {
  content: "\eca7";
}

.ph-bold.ph-read-cv-logo:before {
  content: "\eca8";
}

.ph-bold.ph-receipt:before {
  content: "\eca9";
}

.ph-bold.ph-receipt-x:before {
  content: "\ecaa";
}

.ph-bold.ph-record:before {
  content: "\ecab";
}

.ph-bold.ph-rectangle:before {
  content: "\ecac";
}

.ph-bold.ph-recycle:before {
  content: "\ecad";
}

.ph-bold.ph-reddit-logo:before {
  content: "\ecae";
}

.ph-bold.ph-repeat:before {
  content: "\ecaf";
}

.ph-bold.ph-repeat-once:before {
  content: "\ecb0";
}

.ph-bold.ph-rewind:before {
  content: "\ecb1";
}

.ph-bold.ph-rewind-circle:before {
  content: "\ecb2";
}

.ph-bold.ph-road-horizon:before {
  content: "\ecb3";
}

.ph-bold.ph-robot:before {
  content: "\ecb4";
}

.ph-bold.ph-rocket:before {
  content: "\ecb5";
}

.ph-bold.ph-rocket-launch:before {
  content: "\ecb6";
}

.ph-bold.ph-rows:before {
  content: "\ecb7";
}

.ph-bold.ph-rss:before {
  content: "\ecb8";
}

.ph-bold.ph-rss-simple:before {
  content: "\ecb9";
}

.ph-bold.ph-rug:before {
  content: "\ecba";
}

.ph-bold.ph-ruler:before {
  content: "\ecbb";
}

.ph-bold.ph-scales:before {
  content: "\ecbc";
}

.ph-bold.ph-scan:before {
  content: "\ecbd";
}

.ph-bold.ph-scissors:before {
  content: "\ecbe";
}

.ph-bold.ph-scooter:before {
  content: "\ecbf";
}

.ph-bold.ph-screencast:before {
  content: "\ecc0";
}

.ph-bold.ph-scribble-loop:before {
  content: "\ecc1";
}

.ph-bold.ph-scroll:before {
  content: "\ecc2";
}

.ph-bold.ph-seal:before, .ph-bold.ph-circle-wavy:before {
  content: "\ecc3";
}

.ph-bold.ph-seal-check:before, .ph-bold.ph-circle-wavy-check:before {
  content: "\ecc4";
}

.ph-bold.ph-seal-question:before, .ph-bold.ph-circle-wavy-question:before {
  content: "\ecc5";
}

.ph-bold.ph-seal-warning:before, .ph-bold.ph-circle-wavy-warning:before {
  content: "\ecc6";
}

.ph-bold.ph-selection-all:before {
  content: "\ecc7";
}

.ph-bold.ph-selection-background:before {
  content: "\ecc8";
}

.ph-bold.ph-selection:before {
  content: "\ecc9";
}

.ph-bold.ph-selection-foreground:before {
  content: "\ecca";
}

.ph-bold.ph-selection-inverse:before {
  content: "\eccb";
}

.ph-bold.ph-selection-plus:before {
  content: "\eccc";
}

.ph-bold.ph-selection-slash:before {
  content: "\eccd";
}

.ph-bold.ph-shapes:before {
  content: "\ecce";
}

.ph-bold.ph-share:before {
  content: "\eccf";
}

.ph-bold.ph-share-fat:before {
  content: "\ecd0";
}

.ph-bold.ph-share-network:before {
  content: "\ecd1";
}

.ph-bold.ph-shield:before {
  content: "\ecd2";
}

.ph-bold.ph-shield-check:before {
  content: "\ecd3";
}

.ph-bold.ph-shield-checkered:before {
  content: "\ecd4";
}

.ph-bold.ph-shield-chevron:before {
  content: "\ecd5";
}

.ph-bold.ph-shield-plus:before {
  content: "\ecd6";
}

.ph-bold.ph-shield-slash:before {
  content: "\ecd7";
}

.ph-bold.ph-shield-star:before {
  content: "\ecd8";
}

.ph-bold.ph-shield-warning:before {
  content: "\ecd9";
}

.ph-bold.ph-shirt-folded:before {
  content: "\ecda";
}

.ph-bold.ph-shooting-star:before {
  content: "\ecdb";
}

.ph-bold.ph-shopping-bag:before {
  content: "\ecdc";
}

.ph-bold.ph-shopping-bag-open:before {
  content: "\ecdd";
}

.ph-bold.ph-shopping-cart:before {
  content: "\ecde";
}

.ph-bold.ph-shopping-cart-simple:before {
  content: "\ecdf";
}

.ph-bold.ph-shower:before {
  content: "\ece0";
}

.ph-bold.ph-shrimp:before {
  content: "\ece1";
}

.ph-bold.ph-shuffle-angular:before {
  content: "\ece2";
}

.ph-bold.ph-shuffle:before {
  content: "\ece3";
}

.ph-bold.ph-shuffle-simple:before {
  content: "\ece4";
}

.ph-bold.ph-sidebar:before {
  content: "\ece5";
}

.ph-bold.ph-sidebar-simple:before {
  content: "\ece6";
}

.ph-bold.ph-sigma:before {
  content: "\ece7";
}

.ph-bold.ph-signature:before {
  content: "\ece8";
}

.ph-bold.ph-sign-in:before {
  content: "\ece9";
}

.ph-bold.ph-sign-out:before {
  content: "\ecea";
}

.ph-bold.ph-signpost:before {
  content: "\eceb";
}

.ph-bold.ph-sim-card:before {
  content: "\ecec";
}

.ph-bold.ph-siren:before {
  content: "\eced";
}

.ph-bold.ph-sketch-logo:before {
  content: "\ecee";
}

.ph-bold.ph-skip-back:before {
  content: "\ecef";
}

.ph-bold.ph-skip-back-circle:before {
  content: "\ecf0";
}

.ph-bold.ph-skip-forward:before {
  content: "\ecf1";
}

.ph-bold.ph-skip-forward-circle:before {
  content: "\ecf2";
}

.ph-bold.ph-skull:before {
  content: "\ecf3";
}

.ph-bold.ph-slack-logo:before {
  content: "\ecf4";
}

.ph-bold.ph-sliders:before {
  content: "\ecf5";
}

.ph-bold.ph-sliders-horizontal:before {
  content: "\ecf6";
}

.ph-bold.ph-slideshow:before {
  content: "\ecf7";
}

.ph-bold.ph-smiley-angry:before {
  content: "\ecf8";
}

.ph-bold.ph-smiley-blank:before {
  content: "\ecf9";
}

.ph-bold.ph-smiley:before {
  content: "\ecfa";
}

.ph-bold.ph-smiley-meh:before {
  content: "\ecfb";
}

.ph-bold.ph-smiley-nervous:before {
  content: "\ecfc";
}

.ph-bold.ph-smiley-sad:before {
  content: "\ecfd";
}

.ph-bold.ph-smiley-sticker:before {
  content: "\ecfe";
}

.ph-bold.ph-smiley-wink:before {
  content: "\ecff";
}

.ph-bold.ph-smiley-x-eyes:before {
  content: "\ed00";
}

.ph-bold.ph-snapchat-logo:before {
  content: "\ed01";
}

.ph-bold.ph-sneaker:before {
  content: "\ed02";
}

.ph-bold.ph-sneaker-move:before {
  content: "\ed03";
}

.ph-bold.ph-snowflake:before {
  content: "\ed04";
}

.ph-bold.ph-soccer-ball:before {
  content: "\ed05";
}

.ph-bold.ph-sort-ascending:before {
  content: "\ed06";
}

.ph-bold.ph-sort-descending:before {
  content: "\ed07";
}

.ph-bold.ph-soundcloud-logo:before {
  content: "\ed08";
}

.ph-bold.ph-spade:before {
  content: "\ed09";
}

.ph-bold.ph-sparkle:before {
  content: "\ed0a";
}

.ph-bold.ph-speaker-hifi:before {
  content: "\ed0b";
}

.ph-bold.ph-speaker-high:before {
  content: "\ed0c";
}

.ph-bold.ph-speaker-low:before {
  content: "\ed0d";
}

.ph-bold.ph-speaker-none:before {
  content: "\ed0e";
}

.ph-bold.ph-speaker-simple-high:before {
  content: "\ed0f";
}

.ph-bold.ph-speaker-simple-low:before {
  content: "\ed10";
}

.ph-bold.ph-speaker-simple-none:before {
  content: "\ed11";
}

.ph-bold.ph-speaker-simple-slash:before {
  content: "\ed12";
}

.ph-bold.ph-speaker-simple-x:before {
  content: "\ed13";
}

.ph-bold.ph-speaker-slash:before {
  content: "\ed14";
}

.ph-bold.ph-speaker-x:before {
  content: "\ed15";
}

.ph-bold.ph-spinner:before {
  content: "\ed16";
}

.ph-bold.ph-spinner-gap:before {
  content: "\ed17";
}

.ph-bold.ph-spiral:before {
  content: "\ed18";
}

.ph-bold.ph-split-horizontal:before {
  content: "\ed19";
}

.ph-bold.ph-split-vertical:before {
  content: "\ed1a";
}

.ph-bold.ph-spotify-logo:before {
  content: "\ed1b";
}

.ph-bold.ph-square:before {
  content: "\ed1c";
}

.ph-bold.ph-square-half:before {
  content: "\ed1d";
}

.ph-bold.ph-square-half-bottom:before {
  content: "\ed1e";
}

.ph-bold.ph-square-logo:before {
  content: "\ed1f";
}

.ph-bold.ph-squares-four:before {
  content: "\ed20";
}

.ph-bold.ph-square-split-horizontal:before {
  content: "\ed21";
}

.ph-bold.ph-square-split-vertical:before {
  content: "\ed22";
}

.ph-bold.ph-stack:before {
  content: "\ed23";
}

.ph-bold.ph-stack-overflow-logo:before {
  content: "\ed24";
}

.ph-bold.ph-stack-simple:before {
  content: "\ed25";
}

.ph-bold.ph-stairs:before {
  content: "\ed26";
}

.ph-bold.ph-stamp:before {
  content: "\ed27";
}

.ph-bold.ph-star-and-crescent:before {
  content: "\ed28";
}

.ph-bold.ph-star:before {
  content: "\ed29";
}

.ph-bold.ph-star-four:before {
  content: "\ed2a";
}

.ph-bold.ph-star-half:before {
  content: "\ed2b";
}

.ph-bold.ph-star-of-david:before {
  content: "\ed2c";
}

.ph-bold.ph-steering-wheel:before {
  content: "\ed2d";
}

.ph-bold.ph-steps:before {
  content: "\ed2e";
}

.ph-bold.ph-stethoscope:before {
  content: "\ed2f";
}

.ph-bold.ph-sticker:before {
  content: "\ed30";
}

.ph-bold.ph-stool:before {
  content: "\ed31";
}

.ph-bold.ph-stop:before {
  content: "\ed32";
}

.ph-bold.ph-stop-circle:before {
  content: "\ed33";
}

.ph-bold.ph-storefront:before {
  content: "\ed34";
}

.ph-bold.ph-strategy:before {
  content: "\ed35";
}

.ph-bold.ph-stripe-logo:before {
  content: "\ed36";
}

.ph-bold.ph-student:before {
  content: "\ed37";
}

.ph-bold.ph-subtitles:before {
  content: "\ed38";
}

.ph-bold.ph-subtract:before {
  content: "\ed39";
}

.ph-bold.ph-subtract-square:before {
  content: "\ed3a";
}

.ph-bold.ph-suitcase:before {
  content: "\ed3b";
}

.ph-bold.ph-suitcase-rolling:before {
  content: "\ed3c";
}

.ph-bold.ph-suitcase-simple:before {
  content: "\ed3d";
}

.ph-bold.ph-sun:before {
  content: "\ed3e";
}

.ph-bold.ph-sun-dim:before {
  content: "\ed3f";
}

.ph-bold.ph-sunglasses:before {
  content: "\ed40";
}

.ph-bold.ph-sun-horizon:before {
  content: "\ed41";
}

.ph-bold.ph-swap:before {
  content: "\ed42";
}

.ph-bold.ph-swatches:before {
  content: "\ed43";
}

.ph-bold.ph-swimming-pool:before {
  content: "\ed44";
}

.ph-bold.ph-sword:before {
  content: "\ed45";
}

.ph-bold.ph-synagogue:before {
  content: "\ed46";
}

.ph-bold.ph-syringe:before {
  content: "\ed47";
}

.ph-bold.ph-table:before {
  content: "\ed48";
}

.ph-bold.ph-tabs:before {
  content: "\ed49";
}

.ph-bold.ph-tag:before {
  content: "\ed4a";
}

.ph-bold.ph-tag-chevron:before {
  content: "\ed4b";
}

.ph-bold.ph-tag-simple:before {
  content: "\ed4c";
}

.ph-bold.ph-target:before {
  content: "\ed4d";
}

.ph-bold.ph-taxi:before {
  content: "\ed4e";
}

.ph-bold.ph-telegram-logo:before {
  content: "\ed4f";
}

.ph-bold.ph-television:before {
  content: "\ed50";
}

.ph-bold.ph-television-simple:before {
  content: "\ed51";
}

.ph-bold.ph-tennis-ball:before {
  content: "\ed52";
}

.ph-bold.ph-tent:before {
  content: "\ed53";
}

.ph-bold.ph-terminal:before {
  content: "\ed54";
}

.ph-bold.ph-terminal-window:before {
  content: "\ed55";
}

.ph-bold.ph-test-tube:before {
  content: "\ed56";
}

.ph-bold.ph-text-aa:before {
  content: "\ed57";
}

.ph-bold.ph-text-align-center:before {
  content: "\ed58";
}

.ph-bold.ph-text-align-justify:before {
  content: "\ed59";
}

.ph-bold.ph-text-align-left:before {
  content: "\ed5a";
}

.ph-bold.ph-text-align-right:before {
  content: "\ed5b";
}

.ph-bold.ph-text-a-underline:before {
  content: "\ed5c";
}

.ph-bold.ph-text-b:before, .ph-bold.ph-text-bolder:before {
  content: "\ed5d";
}

.ph-bold.ph-textbox:before {
  content: "\ed5e";
}

.ph-bold.ph-text-columns:before {
  content: "\ed5f";
}

.ph-bold.ph-text-h:before {
  content: "\ed60";
}

.ph-bold.ph-text-h-five:before {
  content: "\ed61";
}

.ph-bold.ph-text-h-four:before {
  content: "\ed62";
}

.ph-bold.ph-text-h-one:before {
  content: "\ed63";
}

.ph-bold.ph-text-h-six:before {
  content: "\ed64";
}

.ph-bold.ph-text-h-three:before {
  content: "\ed65";
}

.ph-bold.ph-text-h-two:before {
  content: "\ed66";
}

.ph-bold.ph-text-indent:before {
  content: "\ed67";
}

.ph-bold.ph-text-italic:before {
  content: "\ed68";
}

.ph-bold.ph-text-outdent:before {
  content: "\ed69";
}

.ph-bold.ph-text-strikethrough:before {
  content: "\ed6a";
}

.ph-bold.ph-text-t:before {
  content: "\ed6b";
}

.ph-bold.ph-text-underline:before {
  content: "\ed6c";
}

.ph-bold.ph-thermometer:before {
  content: "\ed6d";
}

.ph-bold.ph-thermometer-cold:before {
  content: "\ed6e";
}

.ph-bold.ph-thermometer-hot:before {
  content: "\ed6f";
}

.ph-bold.ph-thermometer-simple:before {
  content: "\ed70";
}

.ph-bold.ph-thumbs-down:before {
  content: "\ed71";
}

.ph-bold.ph-thumbs-up:before {
  content: "\ed72";
}

.ph-bold.ph-ticket:before {
  content: "\ed73";
}

.ph-bold.ph-tidal-logo:before {
  content: "\ed74";
}

.ph-bold.ph-tiktok-logo:before {
  content: "\ed75";
}

.ph-bold.ph-timer:before {
  content: "\ed76";
}

.ph-bold.ph-tipi:before {
  content: "\ed77";
}

.ph-bold.ph-toggle-left:before {
  content: "\ed78";
}

.ph-bold.ph-toggle-right:before {
  content: "\ed79";
}

.ph-bold.ph-toilet:before {
  content: "\ed7a";
}

.ph-bold.ph-toilet-paper:before {
  content: "\ed7b";
}

.ph-bold.ph-toolbox:before {
  content: "\ed7c";
}

.ph-bold.ph-tooth:before {
  content: "\ed7d";
}

.ph-bold.ph-tote:before {
  content: "\ed7e";
}

.ph-bold.ph-tote-simple:before {
  content: "\ed7f";
}

.ph-bold.ph-trademark:before {
  content: "\ed80";
}

.ph-bold.ph-trademark-registered:before {
  content: "\ed81";
}

.ph-bold.ph-traffic-cone:before {
  content: "\ed82";
}

.ph-bold.ph-traffic-signal:before {
  content: "\ed83";
}

.ph-bold.ph-traffic-sign:before {
  content: "\ed84";
}

.ph-bold.ph-train:before {
  content: "\ed85";
}

.ph-bold.ph-train-regional:before {
  content: "\ed86";
}

.ph-bold.ph-train-simple:before {
  content: "\ed87";
}

.ph-bold.ph-tram:before {
  content: "\ed88";
}

.ph-bold.ph-translate:before {
  content: "\ed89";
}

.ph-bold.ph-trash:before {
  content: "\ed8a";
}

.ph-bold.ph-trash-simple:before {
  content: "\ed8b";
}

.ph-bold.ph-tray:before {
  content: "\ed8c";
}

.ph-bold.ph-tree:before {
  content: "\ed8d";
}

.ph-bold.ph-tree-evergreen:before {
  content: "\ed8e";
}

.ph-bold.ph-tree-palm:before {
  content: "\ed8f";
}

.ph-bold.ph-tree-structure:before {
  content: "\ed90";
}

.ph-bold.ph-trend-down:before {
  content: "\ed91";
}

.ph-bold.ph-trend-up:before {
  content: "\ed92";
}

.ph-bold.ph-triangle:before {
  content: "\ed93";
}

.ph-bold.ph-trophy:before {
  content: "\ed94";
}

.ph-bold.ph-truck:before {
  content: "\ed95";
}

.ph-bold.ph-t-shirt:before {
  content: "\ed96";
}

.ph-bold.ph-twitch-logo:before {
  content: "\ed97";
}

.ph-bold.ph-twitter-logo:before {
  content: "\ed98";
}

.ph-bold.ph-umbrella:before {
  content: "\ed99";
}

.ph-bold.ph-umbrella-simple:before {
  content: "\ed9a";
}

.ph-bold.ph-unite:before {
  content: "\ed9b";
}

.ph-bold.ph-unite-square:before {
  content: "\ed9c";
}

.ph-bold.ph-upload:before {
  content: "\ed9d";
}

.ph-bold.ph-upload-simple:before {
  content: "\ed9e";
}

.ph-bold.ph-usb:before {
  content: "\ed9f";
}

.ph-bold.ph-user:before {
  content: "\eda0";
}

.ph-bold.ph-user-circle:before {
  content: "\eda1";
}

.ph-bold.ph-user-circle-gear:before {
  content: "\eda2";
}

.ph-bold.ph-user-circle-minus:before {
  content: "\eda3";
}

.ph-bold.ph-user-circle-plus:before {
  content: "\eda4";
}

.ph-bold.ph-user-focus:before {
  content: "\eda5";
}

.ph-bold.ph-user-gear:before {
  content: "\eda6";
}

.ph-bold.ph-user-list:before {
  content: "\eda7";
}

.ph-bold.ph-user-minus:before {
  content: "\eda8";
}

.ph-bold.ph-user-plus:before {
  content: "\eda9";
}

.ph-bold.ph-user-rectangle:before {
  content: "\edaa";
}

.ph-bold.ph-users:before {
  content: "\edab";
}

.ph-bold.ph-users-four:before {
  content: "\edac";
}

.ph-bold.ph-user-square:before {
  content: "\edad";
}

.ph-bold.ph-users-three:before {
  content: "\edae";
}

.ph-bold.ph-user-switch:before {
  content: "\edaf";
}

.ph-bold.ph-van:before {
  content: "\edb0";
}

.ph-bold.ph-vault:before {
  content: "\edb1";
}

.ph-bold.ph-vibrate:before {
  content: "\edb2";
}

.ph-bold.ph-video:before {
  content: "\edb3";
}

.ph-bold.ph-video-camera:before {
  content: "\edb4";
}

.ph-bold.ph-video-camera-slash:before {
  content: "\edb5";
}

.ph-bold.ph-vignette:before {
  content: "\edb6";
}

.ph-bold.ph-vinyl-record:before {
  content: "\edb7";
}

.ph-bold.ph-virtual-reality:before {
  content: "\edb8";
}

.ph-bold.ph-virus:before {
  content: "\edb9";
}

.ph-bold.ph-voicemail:before {
  content: "\edba";
}

.ph-bold.ph-volleyball:before {
  content: "\edbb";
}

.ph-bold.ph-wall:before {
  content: "\edbc";
}

.ph-bold.ph-wallet:before {
  content: "\edbd";
}

.ph-bold.ph-warehouse:before {
  content: "\edbe";
}

.ph-bold.ph-warning:before {
  content: "\edbf";
}

.ph-bold.ph-warning-circle:before {
  content: "\edc0";
}

.ph-bold.ph-warning-diamond:before {
  content: "\edc1";
}

.ph-bold.ph-warning-octagon:before {
  content: "\edc2";
}

.ph-bold.ph-watch:before {
  content: "\edc3";
}

.ph-bold.ph-waveform:before {
  content: "\edc4";
}

.ph-bold.ph-wave-sawtooth:before {
  content: "\edc5";
}

.ph-bold.ph-waves:before {
  content: "\edc6";
}

.ph-bold.ph-wave-sine:before {
  content: "\edc7";
}

.ph-bold.ph-wave-square:before {
  content: "\edc8";
}

.ph-bold.ph-wave-triangle:before {
  content: "\edc9";
}

.ph-bold.ph-webcam:before {
  content: "\edca";
}

.ph-bold.ph-webcam-slash:before {
  content: "\edcb";
}

.ph-bold.ph-webhooks-logo:before {
  content: "\edcc";
}

.ph-bold.ph-wechat-logo:before {
  content: "\edcd";
}

.ph-bold.ph-whatsapp-logo:before {
  content: "\edce";
}

.ph-bold.ph-wheelchair:before {
  content: "\edcf";
}

.ph-bold.ph-wheelchair-motion:before {
  content: "\edd0";
}

.ph-bold.ph-wifi-high:before {
  content: "\edd1";
}

.ph-bold.ph-wifi-low:before {
  content: "\edd2";
}

.ph-bold.ph-wifi-medium:before {
  content: "\edd3";
}

.ph-bold.ph-wifi-none:before {
  content: "\edd4";
}

.ph-bold.ph-wifi-slash:before {
  content: "\edd5";
}

.ph-bold.ph-wifi-x:before {
  content: "\edd6";
}

.ph-bold.ph-wind:before {
  content: "\edd7";
}

.ph-bold.ph-windows-logo:before {
  content: "\edd8";
}

.ph-bold.ph-wine:before {
  content: "\edd9";
}

.ph-bold.ph-wrench:before {
  content: "\edda";
}

.ph-bold.ph-x:before {
  content: "\eddb";
}

.ph-bold.ph-x-circle:before {
  content: "\eddc";
}

.ph-bold.ph-x-square:before {
  content: "\eddd";
}

.ph-bold.ph-yin-yang:before {
  content: "\edde";
}

.ph-bold.ph-youtube-logo:before {
  content: "\eddf";
}

/*fill*/
.ph-fill {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Phosphor-Fill" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-address-book:before {
  content: "\e900";
}

.ph-fill.ph-airplane:before {
  content: "\e901";
}

.ph-fill.ph-airplane-in-flight:before {
  content: "\e902";
}

.ph-fill.ph-airplane-landing:before {
  content: "\e903";
}

.ph-fill.ph-airplane-takeoff:before {
  content: "\e904";
}

.ph-fill.ph-airplane-tilt:before {
  content: "\e905";
}

.ph-fill.ph-airplay:before {
  content: "\e906";
}

.ph-fill.ph-air-traffic-control:before {
  content: "\e907";
}

.ph-fill.ph-alarm:before {
  content: "\e908";
}

.ph-fill.ph-alien:before {
  content: "\e909";
}

.ph-fill.ph-align-bottom:before {
  content: "\e90a";
}

.ph-fill.ph-align-bottom-simple:before {
  content: "\e90b";
}

.ph-fill.ph-align-center-horizontal:before {
  content: "\e90c";
}

.ph-fill.ph-align-center-horizontal-simple:before {
  content: "\e90d";
}

.ph-fill.ph-align-center-vertical:before {
  content: "\e90e";
}

.ph-fill.ph-align-center-vertical-simple:before {
  content: "\e90f";
}

.ph-fill.ph-align-left:before {
  content: "\e910";
}

.ph-fill.ph-align-left-simple:before {
  content: "\e911";
}

.ph-fill.ph-align-right:before {
  content: "\e912";
}

.ph-fill.ph-align-right-simple:before {
  content: "\e913";
}

.ph-fill.ph-align-top:before {
  content: "\e914";
}

.ph-fill.ph-align-top-simple:before {
  content: "\e915";
}

.ph-fill.ph-amazon-logo:before {
  content: "\e916";
}

.ph-fill.ph-anchor:before {
  content: "\e917";
}

.ph-fill.ph-anchor-simple:before {
  content: "\e918";
}

.ph-fill.ph-android-logo:before {
  content: "\e919";
}

.ph-fill.ph-angular-logo:before {
  content: "\e91a";
}

.ph-fill.ph-aperture:before {
  content: "\e91b";
}

.ph-fill.ph-apple-logo:before {
  content: "\e91c";
}

.ph-fill.ph-apple-podcasts-logo:before {
  content: "\e91d";
}

.ph-fill.ph-app-store-logo:before {
  content: "\e91e";
}

.ph-fill.ph-app-window:before {
  content: "\e91f";
}

.ph-fill.ph-archive-box:before {
  content: "\e920";
}

.ph-fill.ph-archive:before {
  content: "\e921";
}

.ph-fill.ph-archive-tray:before {
  content: "\e922";
}

.ph-fill.ph-armchair:before {
  content: "\e923";
}

.ph-fill.ph-arrow-arc-left:before {
  content: "\e924";
}

.ph-fill.ph-arrow-arc-right:before {
  content: "\e925";
}

.ph-fill.ph-arrow-bend-double-up-left:before {
  content: "\e926";
}

.ph-fill.ph-arrow-bend-double-up-right:before {
  content: "\e927";
}

.ph-fill.ph-arrow-bend-down-left:before {
  content: "\e928";
}

.ph-fill.ph-arrow-bend-down-right:before {
  content: "\e929";
}

.ph-fill.ph-arrow-bend-left-down:before {
  content: "\e92a";
}

.ph-fill.ph-arrow-bend-left-up:before {
  content: "\e92b";
}

.ph-fill.ph-arrow-bend-right-down:before {
  content: "\e92c";
}

.ph-fill.ph-arrow-bend-right-up:before {
  content: "\e92d";
}

.ph-fill.ph-arrow-bend-up-left:before {
  content: "\e92e";
}

.ph-fill.ph-arrow-bend-up-right:before {
  content: "\e92f";
}

.ph-fill.ph-arrow-circle-down:before {
  content: "\e930";
}

.ph-fill.ph-arrow-circle-down-left:before {
  content: "\e931";
}

.ph-fill.ph-arrow-circle-down-right:before {
  content: "\e932";
}

.ph-fill.ph-arrow-circle-left:before {
  content: "\e933";
}

.ph-fill.ph-arrow-circle-right:before {
  content: "\e934";
}

.ph-fill.ph-arrow-circle-up:before {
  content: "\e935";
}

.ph-fill.ph-arrow-circle-up-left:before {
  content: "\e936";
}

.ph-fill.ph-arrow-circle-up-right:before {
  content: "\e937";
}

.ph-fill.ph-arrow-clockwise:before {
  content: "\e938";
}

.ph-fill.ph-arrow-counter-clockwise:before {
  content: "\e939";
}

.ph-fill.ph-arrow-down:before {
  content: "\e93a";
}

.ph-fill.ph-arrow-down-left:before {
  content: "\e93b";
}

.ph-fill.ph-arrow-down-right:before {
  content: "\e93c";
}

.ph-fill.ph-arrow-elbow-down-left:before {
  content: "\e93d";
}

.ph-fill.ph-arrow-elbow-down-right:before {
  content: "\e93e";
}

.ph-fill.ph-arrow-elbow-left-down:before {
  content: "\e93f";
}

.ph-fill.ph-arrow-elbow-left:before {
  content: "\e940";
}

.ph-fill.ph-arrow-elbow-left-up:before {
  content: "\e941";
}

.ph-fill.ph-arrow-elbow-right-down:before {
  content: "\e942";
}

.ph-fill.ph-arrow-elbow-right:before {
  content: "\e943";
}

.ph-fill.ph-arrow-elbow-right-up:before {
  content: "\e944";
}

.ph-fill.ph-arrow-elbow-up-left:before {
  content: "\e945";
}

.ph-fill.ph-arrow-elbow-up-right:before {
  content: "\e946";
}

.ph-fill.ph-arrow-fat-down:before {
  content: "\e947";
}

.ph-fill.ph-arrow-fat-left:before {
  content: "\e948";
}

.ph-fill.ph-arrow-fat-line-down:before {
  content: "\e949";
}

.ph-fill.ph-arrow-fat-line-left:before {
  content: "\e94a";
}

.ph-fill.ph-arrow-fat-line-right:before {
  content: "\e94b";
}

.ph-fill.ph-arrow-fat-lines-down:before {
  content: "\e94c";
}

.ph-fill.ph-arrow-fat-lines-left:before {
  content: "\e94d";
}

.ph-fill.ph-arrow-fat-lines-right:before {
  content: "\e94e";
}

.ph-fill.ph-arrow-fat-lines-up:before {
  content: "\e94f";
}

.ph-fill.ph-arrow-fat-line-up:before {
  content: "\e950";
}

.ph-fill.ph-arrow-fat-right:before {
  content: "\e951";
}

.ph-fill.ph-arrow-fat-up:before {
  content: "\e952";
}

.ph-fill.ph-arrow-left:before {
  content: "\e953";
}

.ph-fill.ph-arrow-line-down:before {
  content: "\e954";
}

.ph-fill.ph-arrow-line-down-left:before {
  content: "\e955";
}

.ph-fill.ph-arrow-line-down-right:before {
  content: "\e956";
}

.ph-fill.ph-arrow-line-left:before {
  content: "\e957";
}

.ph-fill.ph-arrow-line-right:before {
  content: "\e958";
}

.ph-fill.ph-arrow-line-up:before {
  content: "\e959";
}

.ph-fill.ph-arrow-line-up-left:before {
  content: "\e95a";
}

.ph-fill.ph-arrow-line-up-right:before {
  content: "\e95b";
}

.ph-fill.ph-arrow-right:before {
  content: "\e95c";
}

.ph-fill.ph-arrows-clockwise:before {
  content: "\e95d";
}

.ph-fill.ph-arrows-counter-clockwise:before {
  content: "\e95e";
}

.ph-fill.ph-arrows-down-up:before {
  content: "\e95f";
}

.ph-fill.ph-arrows-horizontal:before {
  content: "\e960";
}

.ph-fill.ph-arrows-in-cardinal:before {
  content: "\e961";
}

.ph-fill.ph-arrows-in:before {
  content: "\e962";
}

.ph-fill.ph-arrows-in-line-horizontal:before {
  content: "\e963";
}

.ph-fill.ph-arrows-in-line-vertical:before {
  content: "\e964";
}

.ph-fill.ph-arrows-in-simple:before {
  content: "\e965";
}

.ph-fill.ph-arrows-left-right:before {
  content: "\e966";
}

.ph-fill.ph-arrows-merge:before {
  content: "\e967";
}

.ph-fill.ph-arrows-out-cardinal:before {
  content: "\e968";
}

.ph-fill.ph-arrows-out:before {
  content: "\e969";
}

.ph-fill.ph-arrows-out-line-horizontal:before {
  content: "\e96a";
}

.ph-fill.ph-arrows-out-line-vertical:before {
  content: "\e96b";
}

.ph-fill.ph-arrows-out-simple:before {
  content: "\e96c";
}

.ph-fill.ph-arrow-square-down:before {
  content: "\e96d";
}

.ph-fill.ph-arrow-square-down-left:before {
  content: "\e96e";
}

.ph-fill.ph-arrow-square-down-right:before {
  content: "\e96f";
}

.ph-fill.ph-arrow-square-in:before {
  content: "\e970";
}

.ph-fill.ph-arrow-square-left:before {
  content: "\e971";
}

.ph-fill.ph-arrow-square-out:before {
  content: "\e972";
}

.ph-fill.ph-arrow-square-right:before {
  content: "\e973";
}

.ph-fill.ph-arrow-square-up:before {
  content: "\e974";
}

.ph-fill.ph-arrow-square-up-left:before {
  content: "\e975";
}

.ph-fill.ph-arrow-square-up-right:before {
  content: "\e976";
}

.ph-fill.ph-arrows-split:before {
  content: "\e977";
}

.ph-fill.ph-arrows-vertical:before {
  content: "\e978";
}

.ph-fill.ph-arrow-u-down-left:before {
  content: "\e979";
}

.ph-fill.ph-arrow-u-down-right:before {
  content: "\e97a";
}

.ph-fill.ph-arrow-u-left-down:before {
  content: "\e97b";
}

.ph-fill.ph-arrow-u-left-up:before {
  content: "\e97c";
}

.ph-fill.ph-arrow-up:before {
  content: "\e97d";
}

.ph-fill.ph-arrow-up-left:before {
  content: "\e97e";
}

.ph-fill.ph-arrow-up-right:before {
  content: "\e97f";
}

.ph-fill.ph-arrow-u-right-down:before {
  content: "\e980";
}

.ph-fill.ph-arrow-u-right-up:before {
  content: "\e981";
}

.ph-fill.ph-arrow-u-up-left:before {
  content: "\e982";
}

.ph-fill.ph-arrow-u-up-right:before {
  content: "\e983";
}

.ph-fill.ph-article:before {
  content: "\e984";
}

.ph-fill.ph-article-medium:before {
  content: "\e985";
}

.ph-fill.ph-article-ny-times:before {
  content: "\e986";
}

.ph-fill.ph-asterisk:before {
  content: "\e987";
}

.ph-fill.ph-asterisk-simple:before {
  content: "\e988";
}

.ph-fill.ph-at:before {
  content: "\e989";
}

.ph-fill.ph-atom:before {
  content: "\e98a";
}

.ph-fill.ph-baby:before {
  content: "\e98b";
}

.ph-fill.ph-backpack:before {
  content: "\e98c";
}

.ph-fill.ph-backspace:before {
  content: "\e98d";
}

.ph-fill.ph-bag:before {
  content: "\e98e";
}

.ph-fill.ph-bag-simple:before {
  content: "\e98f";
}

.ph-fill.ph-balloon:before {
  content: "\e990";
}

.ph-fill.ph-bandaids:before {
  content: "\e991";
}

.ph-fill.ph-bank:before {
  content: "\e992";
}

.ph-fill.ph-barbell:before {
  content: "\e993";
}

.ph-fill.ph-barcode:before {
  content: "\e994";
}

.ph-fill.ph-barricade:before {
  content: "\e995";
}

.ph-fill.ph-baseball-cap:before {
  content: "\e996";
}

.ph-fill.ph-baseball:before {
  content: "\e997";
}

.ph-fill.ph-basketball:before {
  content: "\e998";
}

.ph-fill.ph-basket:before {
  content: "\e999";
}

.ph-fill.ph-bathtub:before {
  content: "\e99a";
}

.ph-fill.ph-battery-charging:before {
  content: "\e99b";
}

.ph-fill.ph-battery-charging-vertical:before {
  content: "\e99c";
}

.ph-fill.ph-battery-empty:before {
  content: "\e99d";
}

.ph-fill.ph-battery-full:before {
  content: "\e99e";
}

.ph-fill.ph-battery-high:before {
  content: "\e99f";
}

.ph-fill.ph-battery-low:before {
  content: "\e9a0";
}

.ph-fill.ph-battery-medium:before {
  content: "\e9a1";
}

.ph-fill.ph-battery-plus:before {
  content: "\e9a2";
}

.ph-fill.ph-battery-plus-vertical:before {
  content: "\e9a3";
}

.ph-fill.ph-battery-vertical-empty:before {
  content: "\e9a4";
}

.ph-fill.ph-battery-vertical-full:before {
  content: "\e9a5";
}

.ph-fill.ph-battery-vertical-high:before {
  content: "\e9a6";
}

.ph-fill.ph-battery-vertical-low:before {
  content: "\e9a7";
}

.ph-fill.ph-battery-vertical-medium:before {
  content: "\e9a8";
}

.ph-fill.ph-battery-warning:before {
  content: "\e9a9";
}

.ph-fill.ph-battery-warning-vertical:before {
  content: "\e9aa";
}

.ph-fill.ph-bed:before {
  content: "\e9ab";
}

.ph-fill.ph-beer-bottle:before {
  content: "\e9ac";
}

.ph-fill.ph-beer-stein:before {
  content: "\e9ad";
}

.ph-fill.ph-behance-logo:before {
  content: "\e9ae";
}

.ph-fill.ph-bell:before {
  content: "\e9af";
}

.ph-fill.ph-bell-ringing:before {
  content: "\e9b0";
}

.ph-fill.ph-bell-simple:before {
  content: "\e9b1";
}

.ph-fill.ph-bell-simple-ringing:before {
  content: "\e9b2";
}

.ph-fill.ph-bell-simple-slash:before {
  content: "\e9b3";
}

.ph-fill.ph-bell-simple-z:before {
  content: "\e9b4";
}

.ph-fill.ph-bell-slash:before {
  content: "\e9b5";
}

.ph-fill.ph-bell-z:before {
  content: "\e9b6";
}

.ph-fill.ph-bezier-curve:before {
  content: "\e9b7";
}

.ph-fill.ph-bicycle:before {
  content: "\e9b8";
}

.ph-fill.ph-binoculars:before {
  content: "\e9b9";
}

.ph-fill.ph-bird:before {
  content: "\e9ba";
}

.ph-fill.ph-bluetooth-connected:before {
  content: "\e9bb";
}

.ph-fill.ph-bluetooth:before {
  content: "\e9bc";
}

.ph-fill.ph-bluetooth-slash:before {
  content: "\e9bd";
}

.ph-fill.ph-bluetooth-x:before {
  content: "\e9be";
}

.ph-fill.ph-boat:before {
  content: "\e9bf";
}

.ph-fill.ph-bone:before {
  content: "\e9c0";
}

.ph-fill.ph-book-bookmark:before {
  content: "\e9c1";
}

.ph-fill.ph-book:before {
  content: "\e9c2";
}

.ph-fill.ph-bookmark:before {
  content: "\e9c3";
}

.ph-fill.ph-bookmarks:before {
  content: "\e9c4";
}

.ph-fill.ph-bookmark-simple:before {
  content: "\e9c5";
}

.ph-fill.ph-bookmarks-simple:before {
  content: "\e9c6";
}

.ph-fill.ph-book-open:before {
  content: "\e9c7";
}

.ph-fill.ph-book-open-text:before {
  content: "\e9c8";
}

.ph-fill.ph-books:before {
  content: "\e9c9";
}

.ph-fill.ph-boot:before {
  content: "\e9ca";
}

.ph-fill.ph-bounding-box:before {
  content: "\e9cb";
}

.ph-fill.ph-bowl-food:before {
  content: "\e9cc";
}

.ph-fill.ph-brackets-angle:before {
  content: "\e9cd";
}

.ph-fill.ph-brackets-curly:before {
  content: "\e9ce";
}

.ph-fill.ph-brackets-round:before {
  content: "\e9cf";
}

.ph-fill.ph-brackets-square:before {
  content: "\e9d0";
}

.ph-fill.ph-brain:before {
  content: "\e9d1";
}

.ph-fill.ph-brandy:before {
  content: "\e9d2";
}

.ph-fill.ph-bridge:before {
  content: "\e9d3";
}

.ph-fill.ph-briefcase:before {
  content: "\e9d4";
}

.ph-fill.ph-briefcase-metal:before {
  content: "\e9d5";
}

.ph-fill.ph-broadcast:before {
  content: "\e9d6";
}

.ph-fill.ph-broom:before {
  content: "\e9d7";
}

.ph-fill.ph-browser:before {
  content: "\e9d8";
}

.ph-fill.ph-browsers:before {
  content: "\e9d9";
}

.ph-fill.ph-bug-beetle:before {
  content: "\e9da";
}

.ph-fill.ph-bug-droid:before {
  content: "\e9db";
}

.ph-fill.ph-bug:before {
  content: "\e9dc";
}

.ph-fill.ph-buildings:before {
  content: "\e9dd";
}

.ph-fill.ph-bus:before {
  content: "\e9de";
}

.ph-fill.ph-butterfly:before {
  content: "\e9df";
}

.ph-fill.ph-cactus:before {
  content: "\e9e0";
}

.ph-fill.ph-cake:before {
  content: "\e9e1";
}

.ph-fill.ph-calculator:before {
  content: "\e9e2";
}

.ph-fill.ph-calendar-blank:before {
  content: "\e9e3";
}

.ph-fill.ph-calendar-check:before {
  content: "\e9e4";
}

.ph-fill.ph-calendar:before {
  content: "\e9e5";
}

.ph-fill.ph-calendar-plus:before {
  content: "\e9e6";
}

.ph-fill.ph-calendar-x:before {
  content: "\e9e7";
}

.ph-fill.ph-call-bell:before {
  content: "\e9e8";
}

.ph-fill.ph-camera:before {
  content: "\e9e9";
}

.ph-fill.ph-camera-plus:before {
  content: "\e9ea";
}

.ph-fill.ph-camera-rotate:before {
  content: "\e9eb";
}

.ph-fill.ph-camera-slash:before {
  content: "\e9ec";
}

.ph-fill.ph-campfire:before {
  content: "\e9ed";
}

.ph-fill.ph-cardholder:before {
  content: "\e9ee";
}

.ph-fill.ph-cards:before {
  content: "\e9ef";
}

.ph-fill.ph-caret-circle-double-down:before {
  content: "\e9f0";
}

.ph-fill.ph-caret-circle-double-left:before {
  content: "\e9f1";
}

.ph-fill.ph-caret-circle-double-right:before {
  content: "\e9f2";
}

.ph-fill.ph-caret-circle-double-up:before {
  content: "\e9f3";
}

.ph-fill.ph-caret-circle-down:before {
  content: "\e9f4";
}

.ph-fill.ph-caret-circle-left:before {
  content: "\e9f5";
}

.ph-fill.ph-caret-circle-right:before {
  content: "\e9f6";
}

.ph-fill.ph-caret-circle-up-down:before {
  content: "\e9f7";
}

.ph-fill.ph-caret-circle-up:before {
  content: "\e9f8";
}

.ph-fill.ph-caret-double-down:before {
  content: "\e9f9";
}

.ph-fill.ph-caret-double-left:before {
  content: "\e9fa";
}

.ph-fill.ph-caret-double-right:before {
  content: "\e9fb";
}

.ph-fill.ph-caret-double-up:before {
  content: "\e9fc";
}

.ph-fill.ph-caret-down:before {
  content: "\e9fd";
}

.ph-fill.ph-caret-left:before {
  content: "\e9fe";
}

.ph-fill.ph-caret-right:before {
  content: "\e9ff";
}

.ph-fill.ph-caret-up-down:before {
  content: "\ea00";
}

.ph-fill.ph-caret-up:before {
  content: "\ea01";
}

.ph-fill.ph-car:before {
  content: "\ea02";
}

.ph-fill.ph-car-profile:before {
  content: "\ea03";
}

.ph-fill.ph-carrot:before {
  content: "\ea04";
}

.ph-fill.ph-car-simple:before {
  content: "\ea05";
}

.ph-fill.ph-cassette-tape:before {
  content: "\ea06";
}

.ph-fill.ph-castle-turret:before {
  content: "\ea07";
}

.ph-fill.ph-cat:before {
  content: "\ea08";
}

.ph-fill.ph-cell-signal-full:before {
  content: "\ea09";
}

.ph-fill.ph-cell-signal-high:before {
  content: "\ea0a";
}

.ph-fill.ph-cell-signal-low:before {
  content: "\ea0b";
}

.ph-fill.ph-cell-signal-medium:before {
  content: "\ea0c";
}

.ph-fill.ph-cell-signal-none:before {
  content: "\ea0d";
}

.ph-fill.ph-cell-signal-slash:before {
  content: "\ea0e";
}

.ph-fill.ph-cell-signal-x:before {
  content: "\ea0f";
}

.ph-fill.ph-certificate:before {
  content: "\ea10";
}

.ph-fill.ph-chair:before {
  content: "\ea11";
}

.ph-fill.ph-chalkboard:before {
  content: "\ea12";
}

.ph-fill.ph-chalkboard-simple:before {
  content: "\ea13";
}

.ph-fill.ph-chalkboard-teacher:before {
  content: "\ea14";
}

.ph-fill.ph-champagne:before {
  content: "\ea15";
}

.ph-fill.ph-charging-station:before {
  content: "\ea16";
}

.ph-fill.ph-chart-bar:before {
  content: "\ea17";
}

.ph-fill.ph-chart-bar-horizontal:before {
  content: "\ea18";
}

.ph-fill.ph-chart-donut:before {
  content: "\ea19";
}

.ph-fill.ph-chart-line-down:before {
  content: "\ea1a";
}

.ph-fill.ph-chart-line:before {
  content: "\ea1b";
}

.ph-fill.ph-chart-line-up:before {
  content: "\ea1c";
}

.ph-fill.ph-chart-pie:before {
  content: "\ea1d";
}

.ph-fill.ph-chart-pie-slice:before {
  content: "\ea1e";
}

.ph-fill.ph-chart-polar:before {
  content: "\ea1f";
}

.ph-fill.ph-chart-scatter:before {
  content: "\ea20";
}

.ph-fill.ph-chat-centered-dots:before {
  content: "\ea21";
}

.ph-fill.ph-chat-centered:before {
  content: "\ea22";
}

.ph-fill.ph-chat-centered-text:before {
  content: "\ea23";
}

.ph-fill.ph-chat-circle-dots:before {
  content: "\ea24";
}

.ph-fill.ph-chat-circle:before {
  content: "\ea25";
}

.ph-fill.ph-chat-circle-text:before {
  content: "\ea26";
}

.ph-fill.ph-chat-dots:before {
  content: "\ea27";
}

.ph-fill.ph-chat:before {
  content: "\ea28";
}

.ph-fill.ph-chats-circle:before {
  content: "\ea29";
}

.ph-fill.ph-chats:before {
  content: "\ea2a";
}

.ph-fill.ph-chats-teardrop:before {
  content: "\ea2b";
}

.ph-fill.ph-chat-teardrop-dots:before {
  content: "\ea2c";
}

.ph-fill.ph-chat-teardrop:before {
  content: "\ea2d";
}

.ph-fill.ph-chat-teardrop-text:before {
  content: "\ea2e";
}

.ph-fill.ph-chat-text:before {
  content: "\ea2f";
}

.ph-fill.ph-check-circle:before {
  content: "\ea30";
}

.ph-fill.ph-check-fat:before {
  content: "\ea31";
}

.ph-fill.ph-check:before {
  content: "\ea32";
}

.ph-fill.ph-checks:before {
  content: "\ea33";
}

.ph-fill.ph-check-square:before {
  content: "\ea34";
}

.ph-fill.ph-check-square-offset:before {
  content: "\ea35";
}

.ph-fill.ph-church:before {
  content: "\ea36";
}

.ph-fill.ph-circle-dashed:before {
  content: "\ea37";
}

.ph-fill.ph-circle:before {
  content: "\ea38";
}

.ph-fill.ph-circle-half:before {
  content: "\ea39";
}

.ph-fill.ph-circle-half-tilt:before {
  content: "\ea3a";
}

.ph-fill.ph-circle-notch:before {
  content: "\ea3b";
}

.ph-fill.ph-circles-four:before {
  content: "\ea3c";
}

.ph-fill.ph-circles-three:before {
  content: "\ea3d";
}

.ph-fill.ph-circles-three-plus:before {
  content: "\ea3e";
}

.ph-fill.ph-circuitry:before {
  content: "\ea3f";
}

.ph-fill.ph-clipboard:before {
  content: "\ea40";
}

.ph-fill.ph-clipboard-text:before {
  content: "\ea41";
}

.ph-fill.ph-clock-afternoon:before {
  content: "\ea42";
}

.ph-fill.ph-clock-clockwise:before {
  content: "\ea43";
}

.ph-fill.ph-clock-countdown:before {
  content: "\ea44";
}

.ph-fill.ph-clock-counter-clockwise:before {
  content: "\ea45";
}

.ph-fill.ph-clock:before {
  content: "\ea46";
}

.ph-fill.ph-closed-captioning:before {
  content: "\ea47";
}

.ph-fill.ph-cloud-arrow-down:before {
  content: "\ea48";
}

.ph-fill.ph-cloud-arrow-up:before {
  content: "\ea49";
}

.ph-fill.ph-cloud-check:before {
  content: "\ea4a";
}

.ph-fill.ph-cloud:before {
  content: "\ea4b";
}

.ph-fill.ph-cloud-fog:before {
  content: "\ea4c";
}

.ph-fill.ph-cloud-lightning:before {
  content: "\ea4d";
}

.ph-fill.ph-cloud-moon:before {
  content: "\ea4e";
}

.ph-fill.ph-cloud-rain:before {
  content: "\ea4f";
}

.ph-fill.ph-cloud-slash:before {
  content: "\ea50";
}

.ph-fill.ph-cloud-snow:before {
  content: "\ea51";
}

.ph-fill.ph-cloud-sun:before {
  content: "\ea52";
}

.ph-fill.ph-cloud-warning:before {
  content: "\ea53";
}

.ph-fill.ph-cloud-x:before {
  content: "\ea54";
}

.ph-fill.ph-club:before {
  content: "\ea55";
}

.ph-fill.ph-coat-hanger:before {
  content: "\ea56";
}

.ph-fill.ph-coda-logo:before {
  content: "\ea57";
}

.ph-fill.ph-code-block:before {
  content: "\ea58";
}

.ph-fill.ph-code:before {
  content: "\ea59";
}

.ph-fill.ph-codepen-logo:before {
  content: "\ea5a";
}

.ph-fill.ph-codesandbox-logo:before {
  content: "\ea5b";
}

.ph-fill.ph-code-simple:before {
  content: "\ea5c";
}

.ph-fill.ph-coffee:before {
  content: "\ea5d";
}

.ph-fill.ph-coin:before {
  content: "\ea5e";
}

.ph-fill.ph-coins:before {
  content: "\ea5f";
}

.ph-fill.ph-coin-vertical:before {
  content: "\ea60";
}

.ph-fill.ph-columns:before {
  content: "\ea61";
}

.ph-fill.ph-command:before {
  content: "\ea62";
}

.ph-fill.ph-compass:before {
  content: "\ea63";
}

.ph-fill.ph-compass-tool:before {
  content: "\ea64";
}

.ph-fill.ph-computer-tower:before {
  content: "\ea65";
}

.ph-fill.ph-confetti:before {
  content: "\ea66";
}

.ph-fill.ph-contactless-payment:before {
  content: "\ea67";
}

.ph-fill.ph-control:before {
  content: "\ea68";
}

.ph-fill.ph-cookie:before {
  content: "\ea69";
}

.ph-fill.ph-cooking-pot:before {
  content: "\ea6a";
}

.ph-fill.ph-copy:before {
  content: "\ea6b";
}

.ph-fill.ph-copyleft:before {
  content: "\ea6c";
}

.ph-fill.ph-copyright:before {
  content: "\ea6d";
}

.ph-fill.ph-copy-simple:before {
  content: "\ea6e";
}

.ph-fill.ph-corners-in:before {
  content: "\ea6f";
}

.ph-fill.ph-corners-out:before {
  content: "\ea70";
}

.ph-fill.ph-couch:before {
  content: "\ea71";
}

.ph-fill.ph-cpu:before {
  content: "\ea72";
}

.ph-fill.ph-credit-card:before {
  content: "\ea73";
}

.ph-fill.ph-crop:before {
  content: "\ea74";
}

.ph-fill.ph-cross:before {
  content: "\ea75";
}

.ph-fill.ph-crosshair:before {
  content: "\ea76";
}

.ph-fill.ph-crosshair-simple:before {
  content: "\ea77";
}

.ph-fill.ph-crown:before {
  content: "\ea78";
}

.ph-fill.ph-crown-simple:before {
  content: "\ea79";
}

.ph-fill.ph-cube:before {
  content: "\ea7a";
}

.ph-fill.ph-cube-focus:before {
  content: "\ea7b";
}

.ph-fill.ph-cube-transparent:before {
  content: "\ea7c";
}

.ph-fill.ph-currency-btc:before {
  content: "\ea7d";
}

.ph-fill.ph-currency-circle-dollar:before {
  content: "\ea7e";
}

.ph-fill.ph-currency-cny:before {
  content: "\ea7f";
}

.ph-fill.ph-currency-dollar:before {
  content: "\ea80";
}

.ph-fill.ph-currency-dollar-simple:before {
  content: "\ea81";
}

.ph-fill.ph-currency-eth:before {
  content: "\ea82";
}

.ph-fill.ph-currency-eur:before {
  content: "\ea83";
}

.ph-fill.ph-currency-gbp:before {
  content: "\ea84";
}

.ph-fill.ph-currency-inr:before {
  content: "\ea85";
}

.ph-fill.ph-currency-jpy:before {
  content: "\ea86";
}

.ph-fill.ph-currency-krw:before {
  content: "\ea87";
}

.ph-fill.ph-currency-kzt:before {
  content: "\ea88";
}

.ph-fill.ph-currency-ngn:before {
  content: "\ea89";
}

.ph-fill.ph-currency-rub:before {
  content: "\ea8a";
}

.ph-fill.ph-cursor-click:before {
  content: "\ea8b";
}

.ph-fill.ph-cursor:before {
  content: "\ea8c";
}

.ph-fill.ph-cursor-text:before {
  content: "\ea8d";
}

.ph-fill.ph-cylinder:before {
  content: "\ea8e";
}

.ph-fill.ph-database:before {
  content: "\ea8f";
}

.ph-fill.ph-desktop:before {
  content: "\ea90";
}

.ph-fill.ph-desktop-tower:before {
  content: "\ea91";
}

.ph-fill.ph-detective:before {
  content: "\ea92";
}

.ph-fill.ph-device-mobile-camera:before {
  content: "\ea93";
}

.ph-fill.ph-device-mobile:before {
  content: "\ea94";
}

.ph-fill.ph-device-mobile-speaker:before {
  content: "\ea95";
}

.ph-fill.ph-devices:before {
  content: "\ea96";
}

.ph-fill.ph-device-tablet-camera:before {
  content: "\ea97";
}

.ph-fill.ph-device-tablet:before {
  content: "\ea98";
}

.ph-fill.ph-device-tablet-speaker:before {
  content: "\ea99";
}

.ph-fill.ph-dev-to-logo:before {
  content: "\ea9a";
}

.ph-fill.ph-diamond:before {
  content: "\ea9b";
}

.ph-fill.ph-diamonds-four:before {
  content: "\ea9c";
}

.ph-fill.ph-dice-five:before {
  content: "\ea9d";
}

.ph-fill.ph-dice-four:before {
  content: "\ea9e";
}

.ph-fill.ph-dice-one:before {
  content: "\ea9f";
}

.ph-fill.ph-dice-six:before {
  content: "\eaa0";
}

.ph-fill.ph-dice-three:before {
  content: "\eaa1";
}

.ph-fill.ph-dice-two:before {
  content: "\eaa2";
}

.ph-fill.ph-disc:before {
  content: "\eaa3";
}

.ph-fill.ph-discord-logo:before {
  content: "\eaa4";
}

.ph-fill.ph-divide:before {
  content: "\eaa5";
}

.ph-fill.ph-dna:before {
  content: "\eaa6";
}

.ph-fill.ph-dog:before {
  content: "\eaa7";
}

.ph-fill.ph-door:before {
  content: "\eaa8";
}

.ph-fill.ph-door-open:before {
  content: "\eaa9";
}

.ph-fill.ph-dot:before {
  content: "\eaaa";
}

.ph-fill.ph-dot-outline:before {
  content: "\eaab";
}

.ph-fill.ph-dots-nine:before {
  content: "\eaac";
}

.ph-fill.ph-dots-six:before {
  content: "\eaad";
}

.ph-fill.ph-dots-six-vertical:before {
  content: "\eaae";
}

.ph-fill.ph-dots-three-circle:before {
  content: "\eaaf";
}

.ph-fill.ph-dots-three-circle-vertical:before {
  content: "\eab0";
}

.ph-fill.ph-dots-three:before {
  content: "\eab1";
}

.ph-fill.ph-dots-three-outline:before {
  content: "\eab2";
}

.ph-fill.ph-dots-three-outline-vertical:before {
  content: "\eab3";
}

.ph-fill.ph-dots-three-vertical:before {
  content: "\eab4";
}

.ph-fill.ph-download:before {
  content: "\eab5";
}

.ph-fill.ph-download-simple:before {
  content: "\eab6";
}

.ph-fill.ph-dress:before {
  content: "\eab7";
}

.ph-fill.ph-dribbble-logo:before {
  content: "\eab8";
}

.ph-fill.ph-dropbox-logo:before {
  content: "\eab9";
}

.ph-fill.ph-drop:before {
  content: "\eaba";
}

.ph-fill.ph-drop-half-bottom:before {
  content: "\eabb";
}

.ph-fill.ph-drop-half:before {
  content: "\eabc";
}

.ph-fill.ph-ear:before {
  content: "\eabd";
}

.ph-fill.ph-ear-slash:before {
  content: "\eabe";
}

.ph-fill.ph-egg-crack:before {
  content: "\eabf";
}

.ph-fill.ph-egg:before {
  content: "\eac0";
}

.ph-fill.ph-eject:before {
  content: "\eac1";
}

.ph-fill.ph-eject-simple:before {
  content: "\eac2";
}

.ph-fill.ph-elevator:before {
  content: "\eac3";
}

.ph-fill.ph-engine:before {
  content: "\eac4";
}

.ph-fill.ph-envelope:before {
  content: "\eac5";
}

.ph-fill.ph-envelope-open:before {
  content: "\eac6";
}

.ph-fill.ph-envelope-simple:before {
  content: "\eac7";
}

.ph-fill.ph-envelope-simple-open:before {
  content: "\eac8";
}

.ph-fill.ph-equalizer:before {
  content: "\eac9";
}

.ph-fill.ph-equals:before {
  content: "\eaca";
}

.ph-fill.ph-eraser:before {
  content: "\eacb";
}

.ph-fill.ph-escalator-down:before {
  content: "\eacc";
}

.ph-fill.ph-escalator-up:before {
  content: "\eacd";
}

.ph-fill.ph-exam:before {
  content: "\eace";
}

.ph-fill.ph-exclude:before {
  content: "\eacf";
}

.ph-fill.ph-exclude-square:before {
  content: "\ead0";
}

.ph-fill.ph-export:before {
  content: "\ead1";
}

.ph-fill.ph-eye-closed:before {
  content: "\ead2";
}

.ph-fill.ph-eyedropper:before {
  content: "\ead3";
}

.ph-fill.ph-eyedropper-sample:before {
  content: "\ead4";
}

.ph-fill.ph-eye:before {
  content: "\ead5";
}

.ph-fill.ph-eyeglasses:before {
  content: "\ead6";
}

.ph-fill.ph-eye-slash:before {
  content: "\ead7";
}

.ph-fill.ph-facebook-logo:before {
  content: "\ead8";
}

.ph-fill.ph-face-mask:before {
  content: "\ead9";
}

.ph-fill.ph-factory:before {
  content: "\eada";
}

.ph-fill.ph-faders:before {
  content: "\eadb";
}

.ph-fill.ph-faders-horizontal:before {
  content: "\eadc";
}

.ph-fill.ph-fan:before {
  content: "\eadd";
}

.ph-fill.ph-fast-forward-circle:before {
  content: "\eade";
}

.ph-fill.ph-fast-forward:before {
  content: "\eadf";
}

.ph-fill.ph-feather:before {
  content: "\eae0";
}

.ph-fill.ph-figma-logo:before {
  content: "\eae1";
}

.ph-fill.ph-file-archive:before {
  content: "\eae2";
}

.ph-fill.ph-file-arrow-down:before {
  content: "\eae3";
}

.ph-fill.ph-file-arrow-up:before {
  content: "\eae4";
}

.ph-fill.ph-file-audio:before {
  content: "\eae5";
}

.ph-fill.ph-file-cloud:before {
  content: "\eae6";
}

.ph-fill.ph-file-code:before {
  content: "\eae7";
}

.ph-fill.ph-file-css:before {
  content: "\eae8";
}

.ph-fill.ph-file-csv:before {
  content: "\eae9";
}

.ph-fill.ph-file-dashed:before, .ph-fill.ph-file-dotted:before {
  content: "\eaea";
}

.ph-fill.ph-file-doc:before {
  content: "\eaeb";
}

.ph-fill.ph-file:before {
  content: "\eaec";
}

.ph-fill.ph-file-html:before {
  content: "\eaed";
}

.ph-fill.ph-file-image:before {
  content: "\eaee";
}

.ph-fill.ph-file-jpg:before {
  content: "\eaef";
}

.ph-fill.ph-file-js:before {
  content: "\eaf0";
}

.ph-fill.ph-file-jsx:before {
  content: "\eaf1";
}

.ph-fill.ph-file-lock:before {
  content: "\eaf2";
}

.ph-fill.ph-file-magnifying-glass:before, .ph-fill.ph-file-search:before {
  content: "\eaf3";
}

.ph-fill.ph-file-minus:before {
  content: "\eaf4";
}

.ph-fill.ph-file-pdf:before {
  content: "\eaf5";
}

.ph-fill.ph-file-plus:before {
  content: "\eaf6";
}

.ph-fill.ph-file-png:before {
  content: "\eaf7";
}

.ph-fill.ph-file-ppt:before {
  content: "\eaf8";
}

.ph-fill.ph-file-rs:before {
  content: "\eaf9";
}

.ph-fill.ph-files:before {
  content: "\eafa";
}

.ph-fill.ph-file-sql:before {
  content: "\eafb";
}

.ph-fill.ph-file-svg:before {
  content: "\eafc";
}

.ph-fill.ph-file-text:before {
  content: "\eafd";
}

.ph-fill.ph-file-ts:before {
  content: "\eafe";
}

.ph-fill.ph-file-tsx:before {
  content: "\eaff";
}

.ph-fill.ph-file-video:before {
  content: "\eb00";
}

.ph-fill.ph-file-vue:before {
  content: "\eb01";
}

.ph-fill.ph-file-x:before {
  content: "\eb02";
}

.ph-fill.ph-file-xls:before {
  content: "\eb03";
}

.ph-fill.ph-file-zip:before {
  content: "\eb04";
}

.ph-fill.ph-film-reel:before {
  content: "\eb05";
}

.ph-fill.ph-film-script:before {
  content: "\eb06";
}

.ph-fill.ph-film-slate:before {
  content: "\eb07";
}

.ph-fill.ph-film-strip:before {
  content: "\eb08";
}

.ph-fill.ph-fingerprint:before {
  content: "\eb09";
}

.ph-fill.ph-fingerprint-simple:before {
  content: "\eb0a";
}

.ph-fill.ph-finn-the-human:before {
  content: "\eb0b";
}

.ph-fill.ph-fire-extinguisher:before {
  content: "\eb0c";
}

.ph-fill.ph-fire:before {
  content: "\eb0d";
}

.ph-fill.ph-fire-simple:before {
  content: "\eb0e";
}

.ph-fill.ph-first-aid:before {
  content: "\eb0f";
}

.ph-fill.ph-first-aid-kit:before {
  content: "\eb10";
}

.ph-fill.ph-fish:before {
  content: "\eb11";
}

.ph-fill.ph-fish-simple:before {
  content: "\eb12";
}

.ph-fill.ph-flag-banner:before {
  content: "\eb13";
}

.ph-fill.ph-flag-checkered:before {
  content: "\eb14";
}

.ph-fill.ph-flag:before {
  content: "\eb15";
}

.ph-fill.ph-flag-pennant:before {
  content: "\eb16";
}

.ph-fill.ph-flame:before {
  content: "\eb17";
}

.ph-fill.ph-flashlight:before {
  content: "\eb18";
}

.ph-fill.ph-flask:before {
  content: "\eb19";
}

.ph-fill.ph-floppy-disk-back:before {
  content: "\eb1a";
}

.ph-fill.ph-floppy-disk:before {
  content: "\eb1b";
}

.ph-fill.ph-flow-arrow:before {
  content: "\eb1c";
}

.ph-fill.ph-flower:before {
  content: "\eb1d";
}

.ph-fill.ph-flower-lotus:before {
  content: "\eb1e";
}

.ph-fill.ph-flower-tulip:before {
  content: "\eb1f";
}

.ph-fill.ph-flying-saucer:before {
  content: "\eb20";
}

.ph-fill.ph-folder-dashed:before, .ph-fill.ph-folder-dotted:before {
  content: "\eb21";
}

.ph-fill.ph-folder:before {
  content: "\eb22";
}

.ph-fill.ph-folder-lock:before {
  content: "\eb23";
}

.ph-fill.ph-folder-minus:before {
  content: "\eb24";
}

.ph-fill.ph-folder-notch:before {
  content: "\eb25";
}

.ph-fill.ph-folder-notch-minus:before {
  content: "\eb26";
}

.ph-fill.ph-folder-notch-open:before {
  content: "\eb27";
}

.ph-fill.ph-folder-notch-plus:before {
  content: "\eb28";
}

.ph-fill.ph-folder-open:before {
  content: "\eb29";
}

.ph-fill.ph-folder-plus:before {
  content: "\eb2a";
}

.ph-fill.ph-folders:before {
  content: "\eb2b";
}

.ph-fill.ph-folder-simple-dashed:before, .ph-fill.ph-folder-simple-dotted:before {
  content: "\eb2c";
}

.ph-fill.ph-folder-simple:before {
  content: "\eb2d";
}

.ph-fill.ph-folder-simple-lock:before {
  content: "\eb2e";
}

.ph-fill.ph-folder-simple-minus:before {
  content: "\eb2f";
}

.ph-fill.ph-folder-simple-plus:before {
  content: "\eb30";
}

.ph-fill.ph-folder-simple-star:before {
  content: "\eb31";
}

.ph-fill.ph-folder-simple-user:before {
  content: "\eb32";
}

.ph-fill.ph-folder-star:before {
  content: "\eb33";
}

.ph-fill.ph-folder-user:before {
  content: "\eb34";
}

.ph-fill.ph-football:before {
  content: "\eb35";
}

.ph-fill.ph-footprints:before {
  content: "\eb36";
}

.ph-fill.ph-fork-knife:before {
  content: "\eb37";
}

.ph-fill.ph-frame-corners:before {
  content: "\eb38";
}

.ph-fill.ph-framer-logo:before {
  content: "\eb39";
}

.ph-fill.ph-function:before {
  content: "\eb3a";
}

.ph-fill.ph-funnel:before {
  content: "\eb3b";
}

.ph-fill.ph-funnel-simple:before {
  content: "\eb3c";
}

.ph-fill.ph-game-controller:before {
  content: "\eb3d";
}

.ph-fill.ph-garage:before {
  content: "\eb3e";
}

.ph-fill.ph-gas-can:before {
  content: "\eb3f";
}

.ph-fill.ph-gas-pump:before {
  content: "\eb40";
}

.ph-fill.ph-gauge:before {
  content: "\eb41";
}

.ph-fill.ph-gavel:before {
  content: "\eb42";
}

.ph-fill.ph-gear:before {
  content: "\eb43";
}

.ph-fill.ph-gear-fine:before {
  content: "\eb44";
}

.ph-fill.ph-gear-six:before {
  content: "\eb45";
}

.ph-fill.ph-gender-female:before {
  content: "\eb46";
}

.ph-fill.ph-gender-intersex:before {
  content: "\eb47";
}

.ph-fill.ph-gender-male:before {
  content: "\eb48";
}

.ph-fill.ph-gender-neuter:before {
  content: "\eb49";
}

.ph-fill.ph-gender-nonbinary:before {
  content: "\eb4a";
}

.ph-fill.ph-gender-transgender:before {
  content: "\eb4b";
}

.ph-fill.ph-ghost:before {
  content: "\eb4c";
}

.ph-fill.ph-gif:before {
  content: "\eb4d";
}

.ph-fill.ph-gift:before {
  content: "\eb4e";
}

.ph-fill.ph-git-branch:before {
  content: "\eb4f";
}

.ph-fill.ph-git-commit:before {
  content: "\eb50";
}

.ph-fill.ph-git-diff:before {
  content: "\eb51";
}

.ph-fill.ph-git-fork:before {
  content: "\eb52";
}

.ph-fill.ph-github-logo:before {
  content: "\eb53";
}

.ph-fill.ph-gitlab-logo:before {
  content: "\eb54";
}

.ph-fill.ph-gitlab-logo-simple:before {
  content: "\eb55";
}

.ph-fill.ph-git-merge:before {
  content: "\eb56";
}

.ph-fill.ph-git-pull-request:before {
  content: "\eb57";
}

.ph-fill.ph-globe:before {
  content: "\eb58";
}

.ph-fill.ph-globe-hemisphere-east:before {
  content: "\eb59";
}

.ph-fill.ph-globe-hemisphere-west:before {
  content: "\eb5a";
}

.ph-fill.ph-globe-simple:before {
  content: "\eb5b";
}

.ph-fill.ph-globe-stand:before {
  content: "\eb5c";
}

.ph-fill.ph-goggles:before {
  content: "\eb5d";
}

.ph-fill.ph-goodreads-logo:before {
  content: "\eb5e";
}

.ph-fill.ph-google-cardboard-logo:before {
  content: "\eb5f";
}

.ph-fill.ph-google-chrome-logo:before {
  content: "\eb60";
}

.ph-fill.ph-google-drive-logo:before {
  content: "\eb61";
}

.ph-fill.ph-google-logo:before {
  content: "\eb62";
}

.ph-fill.ph-google-photos-logo:before {
  content: "\eb63";
}

.ph-fill.ph-google-play-logo:before {
  content: "\eb64";
}

.ph-fill.ph-google-podcasts-logo:before {
  content: "\eb65";
}

.ph-fill.ph-gradient:before {
  content: "\eb66";
}

.ph-fill.ph-graduation-cap:before {
  content: "\eb67";
}

.ph-fill.ph-grains:before {
  content: "\eb68";
}

.ph-fill.ph-grains-slash:before {
  content: "\eb69";
}

.ph-fill.ph-graph:before {
  content: "\eb6a";
}

.ph-fill.ph-grid-four:before {
  content: "\eb6b";
}

.ph-fill.ph-grid-nine:before {
  content: "\eb6c";
}

.ph-fill.ph-guitar:before {
  content: "\eb6d";
}

.ph-fill.ph-hamburger:before {
  content: "\eb6e";
}

.ph-fill.ph-hammer:before {
  content: "\eb6f";
}

.ph-fill.ph-handbag:before {
  content: "\eb70";
}

.ph-fill.ph-handbag-simple:before {
  content: "\eb71";
}

.ph-fill.ph-hand-coins:before {
  content: "\eb72";
}

.ph-fill.ph-hand-eye:before {
  content: "\eb73";
}

.ph-fill.ph-hand:before {
  content: "\eb74";
}

.ph-fill.ph-hand-fist:before {
  content: "\eb75";
}

.ph-fill.ph-hand-grabbing:before {
  content: "\eb76";
}

.ph-fill.ph-hand-heart:before {
  content: "\eb77";
}

.ph-fill.ph-hand-palm:before {
  content: "\eb78";
}

.ph-fill.ph-hand-pointing:before {
  content: "\eb79";
}

.ph-fill.ph-hands-clapping:before {
  content: "\eb7a";
}

.ph-fill.ph-handshake:before {
  content: "\eb7b";
}

.ph-fill.ph-hand-soap:before {
  content: "\eb7c";
}

.ph-fill.ph-hands-praying:before {
  content: "\eb7d";
}

.ph-fill.ph-hand-swipe-left:before {
  content: "\eb7e";
}

.ph-fill.ph-hand-swipe-right:before {
  content: "\eb7f";
}

.ph-fill.ph-hand-tap:before {
  content: "\eb80";
}

.ph-fill.ph-hand-waving:before {
  content: "\eb81";
}

.ph-fill.ph-hard-drive:before {
  content: "\eb82";
}

.ph-fill.ph-hard-drives:before {
  content: "\eb83";
}

.ph-fill.ph-hash:before {
  content: "\eb84";
}

.ph-fill.ph-hash-straight:before {
  content: "\eb85";
}

.ph-fill.ph-headlights:before {
  content: "\eb86";
}

.ph-fill.ph-headphones:before {
  content: "\eb87";
}

.ph-fill.ph-headset:before {
  content: "\eb88";
}

.ph-fill.ph-heartbeat:before {
  content: "\eb89";
}

.ph-fill.ph-heart-break:before {
  content: "\eb8a";
}

.ph-fill.ph-heart:before {
  content: "\eb8b";
}

.ph-fill.ph-heart-half:before {
  content: "\eb8c";
}

.ph-fill.ph-heart-straight-break:before {
  content: "\eb8d";
}

.ph-fill.ph-heart-straight:before {
  content: "\eb8e";
}

.ph-fill.ph-hexagon:before {
  content: "\eb8f";
}

.ph-fill.ph-high-heel:before {
  content: "\eb90";
}

.ph-fill.ph-highlighter-circle:before {
  content: "\eb91";
}

.ph-fill.ph-hoodie:before {
  content: "\eb92";
}

.ph-fill.ph-horse:before {
  content: "\eb93";
}

.ph-fill.ph-hourglass:before {
  content: "\eb94";
}

.ph-fill.ph-hourglass-high:before {
  content: "\eb95";
}

.ph-fill.ph-hourglass-low:before {
  content: "\eb96";
}

.ph-fill.ph-hourglass-medium:before {
  content: "\eb97";
}

.ph-fill.ph-hourglass-simple:before {
  content: "\eb98";
}

.ph-fill.ph-hourglass-simple-high:before {
  content: "\eb99";
}

.ph-fill.ph-hourglass-simple-low:before {
  content: "\eb9a";
}

.ph-fill.ph-hourglass-simple-medium:before {
  content: "\eb9b";
}

.ph-fill.ph-house:before {
  content: "\eb9c";
}

.ph-fill.ph-house-line:before {
  content: "\eb9d";
}

.ph-fill.ph-house-simple:before {
  content: "\eb9e";
}

.ph-fill.ph-ice-cream:before {
  content: "\eb9f";
}

.ph-fill.ph-identification-badge:before {
  content: "\eba0";
}

.ph-fill.ph-identification-card:before {
  content: "\eba1";
}

.ph-fill.ph-image:before {
  content: "\eba2";
}

.ph-fill.ph-images:before {
  content: "\eba3";
}

.ph-fill.ph-image-square:before {
  content: "\eba4";
}

.ph-fill.ph-images-square:before {
  content: "\eba5";
}

.ph-fill.ph-infinity:before {
  content: "\eba6";
}

.ph-fill.ph-info:before {
  content: "\eba7";
}

.ph-fill.ph-instagram-logo:before {
  content: "\eba8";
}

.ph-fill.ph-intersect:before {
  content: "\eba9";
}

.ph-fill.ph-intersect-square:before {
  content: "\ebaa";
}

.ph-fill.ph-intersect-three:before {
  content: "\ebab";
}

.ph-fill.ph-jeep:before {
  content: "\ebac";
}

.ph-fill.ph-kanban:before {
  content: "\ebad";
}

.ph-fill.ph-keyboard:before {
  content: "\ebae";
}

.ph-fill.ph-key:before {
  content: "\ebaf";
}

.ph-fill.ph-keyhole:before {
  content: "\ebb0";
}

.ph-fill.ph-key-return:before {
  content: "\ebb1";
}

.ph-fill.ph-knife:before {
  content: "\ebb2";
}

.ph-fill.ph-ladder:before {
  content: "\ebb3";
}

.ph-fill.ph-ladder-simple:before {
  content: "\ebb4";
}

.ph-fill.ph-lamp:before {
  content: "\ebb5";
}

.ph-fill.ph-laptop:before {
  content: "\ebb6";
}

.ph-fill.ph-layout:before {
  content: "\ebb7";
}

.ph-fill.ph-leaf:before {
  content: "\ebb8";
}

.ph-fill.ph-lifebuoy:before {
  content: "\ebb9";
}

.ph-fill.ph-lightbulb-filament:before {
  content: "\ebba";
}

.ph-fill.ph-lightbulb:before {
  content: "\ebbb";
}

.ph-fill.ph-lighthouse:before {
  content: "\ebbc";
}

.ph-fill.ph-lightning-a:before {
  content: "\ebbd";
}

.ph-fill.ph-lightning:before {
  content: "\ebbe";
}

.ph-fill.ph-lightning-slash:before {
  content: "\ebbf";
}

.ph-fill.ph-line-segment:before {
  content: "\ebc0";
}

.ph-fill.ph-line-segments:before {
  content: "\ebc1";
}

.ph-fill.ph-link-break:before {
  content: "\ebc2";
}

.ph-fill.ph-linkedin-logo:before {
  content: "\ebc3";
}

.ph-fill.ph-link:before {
  content: "\ebc4";
}

.ph-fill.ph-link-simple-break:before {
  content: "\ebc5";
}

.ph-fill.ph-link-simple:before {
  content: "\ebc6";
}

.ph-fill.ph-link-simple-horizontal-break:before {
  content: "\ebc7";
}

.ph-fill.ph-link-simple-horizontal:before {
  content: "\ebc8";
}

.ph-fill.ph-linux-logo:before {
  content: "\ebc9";
}

.ph-fill.ph-list-bullets:before {
  content: "\ebca";
}

.ph-fill.ph-list-checks:before {
  content: "\ebcb";
}

.ph-fill.ph-list-dashes:before {
  content: "\ebcc";
}

.ph-fill.ph-list:before {
  content: "\ebcd";
}

.ph-fill.ph-list-magnifying-glass:before {
  content: "\ebce";
}

.ph-fill.ph-list-numbers:before {
  content: "\ebcf";
}

.ph-fill.ph-list-plus:before {
  content: "\ebd0";
}

.ph-fill.ph-lockers:before {
  content: "\ebd1";
}

.ph-fill.ph-lock:before {
  content: "\ebd2";
}

.ph-fill.ph-lock-key:before {
  content: "\ebd3";
}

.ph-fill.ph-lock-key-open:before {
  content: "\ebd4";
}

.ph-fill.ph-lock-laminated:before {
  content: "\ebd5";
}

.ph-fill.ph-lock-laminated-open:before {
  content: "\ebd6";
}

.ph-fill.ph-lock-open:before {
  content: "\ebd7";
}

.ph-fill.ph-lock-simple:before {
  content: "\ebd8";
}

.ph-fill.ph-lock-simple-open:before {
  content: "\ebd9";
}

.ph-fill.ph-magic-wand:before {
  content: "\ebda";
}

.ph-fill.ph-magnet:before {
  content: "\ebdb";
}

.ph-fill.ph-magnet-straight:before {
  content: "\ebdc";
}

.ph-fill.ph-magnifying-glass:before {
  content: "\ebdd";
}

.ph-fill.ph-magnifying-glass-minus:before {
  content: "\ebde";
}

.ph-fill.ph-magnifying-glass-plus:before {
  content: "\ebdf";
}

.ph-fill.ph-map-pin:before {
  content: "\ebe0";
}

.ph-fill.ph-map-pin-line:before {
  content: "\ebe1";
}

.ph-fill.ph-map-trifold:before {
  content: "\ebe2";
}

.ph-fill.ph-marker-circle:before {
  content: "\ebe3";
}

.ph-fill.ph-martini:before {
  content: "\ebe4";
}

.ph-fill.ph-mask-happy:before {
  content: "\ebe5";
}

.ph-fill.ph-mask-sad:before {
  content: "\ebe6";
}

.ph-fill.ph-math-operations:before {
  content: "\ebe7";
}

.ph-fill.ph-medal:before {
  content: "\ebe8";
}

.ph-fill.ph-medal-military:before {
  content: "\ebe9";
}

.ph-fill.ph-medium-logo:before {
  content: "\ebea";
}

.ph-fill.ph-megaphone:before {
  content: "\ebeb";
}

.ph-fill.ph-megaphone-simple:before {
  content: "\ebec";
}

.ph-fill.ph-messenger-logo:before {
  content: "\ebed";
}

.ph-fill.ph-meta-logo:before {
  content: "\ebee";
}

.ph-fill.ph-metronome:before {
  content: "\ebef";
}

.ph-fill.ph-microphone:before {
  content: "\ebf0";
}

.ph-fill.ph-microphone-slash:before {
  content: "\ebf1";
}

.ph-fill.ph-microphone-stage:before {
  content: "\ebf2";
}

.ph-fill.ph-microsoft-excel-logo:before {
  content: "\ebf3";
}

.ph-fill.ph-microsoft-outlook-logo:before {
  content: "\ebf4";
}

.ph-fill.ph-microsoft-powerpoint-logo:before {
  content: "\ebf5";
}

.ph-fill.ph-microsoft-teams-logo:before {
  content: "\ebf6";
}

.ph-fill.ph-microsoft-word-logo:before {
  content: "\ebf7";
}

.ph-fill.ph-minus-circle:before {
  content: "\ebf8";
}

.ph-fill.ph-minus:before {
  content: "\ebf9";
}

.ph-fill.ph-minus-square:before {
  content: "\ebfa";
}

.ph-fill.ph-money:before {
  content: "\ebfb";
}

.ph-fill.ph-monitor:before {
  content: "\ebfc";
}

.ph-fill.ph-monitor-play:before {
  content: "\ebfd";
}

.ph-fill.ph-moon:before {
  content: "\ebfe";
}

.ph-fill.ph-moon-stars:before {
  content: "\ebff";
}

.ph-fill.ph-moped:before {
  content: "\ec00";
}

.ph-fill.ph-moped-front:before {
  content: "\ec01";
}

.ph-fill.ph-mosque:before {
  content: "\ec02";
}

.ph-fill.ph-motorcycle:before {
  content: "\ec03";
}

.ph-fill.ph-mountains:before {
  content: "\ec04";
}

.ph-fill.ph-mouse:before {
  content: "\ec05";
}

.ph-fill.ph-mouse-simple:before {
  content: "\ec06";
}

.ph-fill.ph-music-note:before {
  content: "\ec07";
}

.ph-fill.ph-music-notes:before {
  content: "\ec08";
}

.ph-fill.ph-music-note-simple:before {
  content: "\ec09";
}

.ph-fill.ph-music-notes-plus:before {
  content: "\ec0a";
}

.ph-fill.ph-music-notes-simple:before {
  content: "\ec0b";
}

.ph-fill.ph-navigation-arrow:before {
  content: "\ec0c";
}

.ph-fill.ph-needle:before {
  content: "\ec0d";
}

.ph-fill.ph-newspaper-clipping:before {
  content: "\ec0e";
}

.ph-fill.ph-newspaper:before {
  content: "\ec0f";
}

.ph-fill.ph-notches:before {
  content: "\ec10";
}

.ph-fill.ph-note-blank:before {
  content: "\ec11";
}

.ph-fill.ph-notebook:before {
  content: "\ec12";
}

.ph-fill.ph-note:before {
  content: "\ec13";
}

.ph-fill.ph-notepad:before {
  content: "\ec14";
}

.ph-fill.ph-note-pencil:before {
  content: "\ec15";
}

.ph-fill.ph-notification:before {
  content: "\ec16";
}

.ph-fill.ph-notion-logo:before {
  content: "\ec17";
}

.ph-fill.ph-number-circle-eight:before {
  content: "\ec18";
}

.ph-fill.ph-number-circle-five:before {
  content: "\ec19";
}

.ph-fill.ph-number-circle-four:before {
  content: "\ec1a";
}

.ph-fill.ph-number-circle-nine:before {
  content: "\ec1b";
}

.ph-fill.ph-number-circle-one:before {
  content: "\ec1c";
}

.ph-fill.ph-number-circle-seven:before {
  content: "\ec1d";
}

.ph-fill.ph-number-circle-six:before {
  content: "\ec1e";
}

.ph-fill.ph-number-circle-three:before {
  content: "\ec1f";
}

.ph-fill.ph-number-circle-two:before {
  content: "\ec20";
}

.ph-fill.ph-number-circle-zero:before {
  content: "\ec21";
}

.ph-fill.ph-number-eight:before {
  content: "\ec22";
}

.ph-fill.ph-number-five:before {
  content: "\ec23";
}

.ph-fill.ph-number-four:before {
  content: "\ec24";
}

.ph-fill.ph-number-nine:before {
  content: "\ec25";
}

.ph-fill.ph-number-one:before {
  content: "\ec26";
}

.ph-fill.ph-number-seven:before {
  content: "\ec27";
}

.ph-fill.ph-number-six:before {
  content: "\ec28";
}

.ph-fill.ph-number-square-eight:before {
  content: "\ec29";
}

.ph-fill.ph-number-square-five:before {
  content: "\ec2a";
}

.ph-fill.ph-number-square-four:before {
  content: "\ec2b";
}

.ph-fill.ph-number-square-nine:before {
  content: "\ec2c";
}

.ph-fill.ph-number-square-one:before {
  content: "\ec2d";
}

.ph-fill.ph-number-square-seven:before {
  content: "\ec2e";
}

.ph-fill.ph-number-square-six:before {
  content: "\ec2f";
}

.ph-fill.ph-number-square-three:before {
  content: "\ec30";
}

.ph-fill.ph-number-square-two:before {
  content: "\ec31";
}

.ph-fill.ph-number-square-zero:before {
  content: "\ec32";
}

.ph-fill.ph-number-three:before {
  content: "\ec33";
}

.ph-fill.ph-number-two:before {
  content: "\ec34";
}

.ph-fill.ph-number-zero:before {
  content: "\ec35";
}

.ph-fill.ph-nut:before {
  content: "\ec36";
}

.ph-fill.ph-ny-times-logo:before {
  content: "\ec37";
}

.ph-fill.ph-octagon:before {
  content: "\ec38";
}

.ph-fill.ph-office-chair:before {
  content: "\ec39";
}

.ph-fill.ph-option:before {
  content: "\ec3a";
}

.ph-fill.ph-orange-slice:before {
  content: "\ec3b";
}

.ph-fill.ph-package:before {
  content: "\ec3c";
}

.ph-fill.ph-paint-brush-broad:before {
  content: "\ec3d";
}

.ph-fill.ph-paint-brush:before {
  content: "\ec3e";
}

.ph-fill.ph-paint-brush-household:before {
  content: "\ec3f";
}

.ph-fill.ph-paint-bucket:before {
  content: "\ec40";
}

.ph-fill.ph-paint-roller:before {
  content: "\ec41";
}

.ph-fill.ph-palette:before {
  content: "\ec42";
}

.ph-fill.ph-pants:before {
  content: "\ec43";
}

.ph-fill.ph-paperclip:before {
  content: "\ec44";
}

.ph-fill.ph-paperclip-horizontal:before {
  content: "\ec45";
}

.ph-fill.ph-paper-plane:before {
  content: "\ec46";
}

.ph-fill.ph-paper-plane-right:before {
  content: "\ec47";
}

.ph-fill.ph-paper-plane-tilt:before {
  content: "\ec48";
}

.ph-fill.ph-parachute:before {
  content: "\ec49";
}

.ph-fill.ph-paragraph:before {
  content: "\ec4a";
}

.ph-fill.ph-parallelogram:before {
  content: "\ec4b";
}

.ph-fill.ph-park:before {
  content: "\ec4c";
}

.ph-fill.ph-password:before {
  content: "\ec4d";
}

.ph-fill.ph-path:before {
  content: "\ec4e";
}

.ph-fill.ph-patreon-logo:before {
  content: "\ec4f";
}

.ph-fill.ph-pause-circle:before {
  content: "\ec50";
}

.ph-fill.ph-pause:before {
  content: "\ec51";
}

.ph-fill.ph-paw-print:before {
  content: "\ec52";
}

.ph-fill.ph-paypal-logo:before {
  content: "\ec53";
}

.ph-fill.ph-peace:before {
  content: "\ec54";
}

.ph-fill.ph-pencil-circle:before {
  content: "\ec55";
}

.ph-fill.ph-pencil:before {
  content: "\ec56";
}

.ph-fill.ph-pencil-line:before {
  content: "\ec57";
}

.ph-fill.ph-pencil-simple:before {
  content: "\ec58";
}

.ph-fill.ph-pencil-simple-line:before {
  content: "\ec59";
}

.ph-fill.ph-pencil-simple-slash:before {
  content: "\ec5a";
}

.ph-fill.ph-pencil-slash:before {
  content: "\ec5b";
}

.ph-fill.ph-pen:before {
  content: "\ec5c";
}

.ph-fill.ph-pen-nib:before {
  content: "\ec5d";
}

.ph-fill.ph-pen-nib-straight:before {
  content: "\ec5e";
}

.ph-fill.ph-pentagram:before {
  content: "\ec5f";
}

.ph-fill.ph-pepper:before {
  content: "\ec60";
}

.ph-fill.ph-percent:before {
  content: "\ec61";
}

.ph-fill.ph-person-arms-spread:before {
  content: "\ec62";
}

.ph-fill.ph-person:before {
  content: "\ec63";
}

.ph-fill.ph-person-simple-bike:before {
  content: "\ec64";
}

.ph-fill.ph-person-simple:before {
  content: "\ec65";
}

.ph-fill.ph-person-simple-run:before {
  content: "\ec66";
}

.ph-fill.ph-person-simple-throw:before {
  content: "\ec67";
}

.ph-fill.ph-person-simple-walk:before {
  content: "\ec68";
}

.ph-fill.ph-perspective:before {
  content: "\ec69";
}

.ph-fill.ph-phone-call:before {
  content: "\ec6a";
}

.ph-fill.ph-phone-disconnect:before {
  content: "\ec6b";
}

.ph-fill.ph-phone:before {
  content: "\ec6c";
}

.ph-fill.ph-phone-incoming:before {
  content: "\ec6d";
}

.ph-fill.ph-phone-outgoing:before {
  content: "\ec6e";
}

.ph-fill.ph-phone-plus:before {
  content: "\ec6f";
}

.ph-fill.ph-phone-slash:before {
  content: "\ec70";
}

.ph-fill.ph-phone-x:before {
  content: "\ec71";
}

.ph-fill.ph-phosphor-logo:before {
  content: "\ec72";
}

.ph-fill.ph-piano-keys:before {
  content: "\ec73";
}

.ph-fill.ph-picture-in-picture:before {
  content: "\ec74";
}

.ph-fill.ph-pi:before {
  content: "\ec75";
}

.ph-fill.ph-piggy-bank:before {
  content: "\ec76";
}

.ph-fill.ph-pill:before {
  content: "\ec77";
}

.ph-fill.ph-pinterest-logo:before {
  content: "\ec78";
}

.ph-fill.ph-pinwheel:before {
  content: "\ec79";
}

.ph-fill.ph-pizza:before {
  content: "\ec7a";
}

.ph-fill.ph-placeholder:before {
  content: "\ec7b";
}

.ph-fill.ph-planet:before {
  content: "\ec7c";
}

.ph-fill.ph-plant:before {
  content: "\ec7d";
}

.ph-fill.ph-play-circle:before {
  content: "\ec7e";
}

.ph-fill.ph-play:before {
  content: "\ec7f";
}

.ph-fill.ph-playlist:before {
  content: "\ec80";
}

.ph-fill.ph-play-pause:before {
  content: "\ec81";
}

.ph-fill.ph-plug-charging:before {
  content: "\ec82";
}

.ph-fill.ph-plug:before {
  content: "\ec83";
}

.ph-fill.ph-plugs-connected:before {
  content: "\ec84";
}

.ph-fill.ph-plugs:before {
  content: "\ec85";
}

.ph-fill.ph-plus-circle:before {
  content: "\ec86";
}

.ph-fill.ph-plus:before {
  content: "\ec87";
}

.ph-fill.ph-plus-minus:before {
  content: "\ec88";
}

.ph-fill.ph-plus-square:before {
  content: "\ec89";
}

.ph-fill.ph-poker-chip:before {
  content: "\ec8a";
}

.ph-fill.ph-police-car:before {
  content: "\ec8b";
}

.ph-fill.ph-polygon:before {
  content: "\ec8c";
}

.ph-fill.ph-popcorn:before {
  content: "\ec8d";
}

.ph-fill.ph-potted-plant:before {
  content: "\ec8e";
}

.ph-fill.ph-power:before {
  content: "\ec8f";
}

.ph-fill.ph-prescription:before {
  content: "\ec90";
}

.ph-fill.ph-presentation-chart:before {
  content: "\ec91";
}

.ph-fill.ph-presentation:before {
  content: "\ec92";
}

.ph-fill.ph-printer:before {
  content: "\ec93";
}

.ph-fill.ph-prohibit:before {
  content: "\ec94";
}

.ph-fill.ph-prohibit-inset:before {
  content: "\ec95";
}

.ph-fill.ph-projector-screen-chart:before {
  content: "\ec96";
}

.ph-fill.ph-projector-screen:before {
  content: "\ec97";
}

.ph-fill.ph-pulse:before, .ph-fill.ph-activity:before {
  content: "\ec98";
}

.ph-fill.ph-push-pin:before {
  content: "\ec99";
}

.ph-fill.ph-push-pin-simple:before {
  content: "\ec9a";
}

.ph-fill.ph-push-pin-simple-slash:before {
  content: "\ec9b";
}

.ph-fill.ph-push-pin-slash:before {
  content: "\ec9c";
}

.ph-fill.ph-puzzle-piece:before {
  content: "\ec9d";
}

.ph-fill.ph-qr-code:before {
  content: "\ec9e";
}

.ph-fill.ph-question:before {
  content: "\ec9f";
}

.ph-fill.ph-queue:before {
  content: "\eca0";
}

.ph-fill.ph-quotes:before {
  content: "\eca1";
}

.ph-fill.ph-radical:before {
  content: "\eca2";
}

.ph-fill.ph-radioactive:before {
  content: "\eca3";
}

.ph-fill.ph-radio-button:before {
  content: "\eca4";
}

.ph-fill.ph-radio:before {
  content: "\eca5";
}

.ph-fill.ph-rainbow-cloud:before {
  content: "\eca6";
}

.ph-fill.ph-rainbow:before {
  content: "\eca7";
}

.ph-fill.ph-read-cv-logo:before {
  content: "\eca8";
}

.ph-fill.ph-receipt:before {
  content: "\eca9";
}

.ph-fill.ph-receipt-x:before {
  content: "\ecaa";
}

.ph-fill.ph-record:before {
  content: "\ecab";
}

.ph-fill.ph-rectangle:before {
  content: "\ecac";
}

.ph-fill.ph-recycle:before {
  content: "\ecad";
}

.ph-fill.ph-reddit-logo:before {
  content: "\ecae";
}

.ph-fill.ph-repeat:before {
  content: "\ecaf";
}

.ph-fill.ph-repeat-once:before {
  content: "\ecb0";
}

.ph-fill.ph-rewind-circle:before {
  content: "\ecb1";
}

.ph-fill.ph-rewind:before {
  content: "\ecb2";
}

.ph-fill.ph-road-horizon:before {
  content: "\ecb3";
}

.ph-fill.ph-robot:before {
  content: "\ecb4";
}

.ph-fill.ph-rocket:before {
  content: "\ecb5";
}

.ph-fill.ph-rocket-launch:before {
  content: "\ecb6";
}

.ph-fill.ph-rows:before {
  content: "\ecb7";
}

.ph-fill.ph-rss:before {
  content: "\ecb8";
}

.ph-fill.ph-rss-simple:before {
  content: "\ecb9";
}

.ph-fill.ph-rug:before {
  content: "\ecba";
}

.ph-fill.ph-ruler:before {
  content: "\ecbb";
}

.ph-fill.ph-scales:before {
  content: "\ecbc";
}

.ph-fill.ph-scan:before {
  content: "\ecbd";
}

.ph-fill.ph-scissors:before {
  content: "\ecbe";
}

.ph-fill.ph-scooter:before {
  content: "\ecbf";
}

.ph-fill.ph-screencast:before {
  content: "\ecc0";
}

.ph-fill.ph-scribble-loop:before {
  content: "\ecc1";
}

.ph-fill.ph-scroll:before {
  content: "\ecc2";
}

.ph-fill.ph-seal-check:before, .ph-fill.ph-circle-wavy-check:before {
  content: "\ecc3";
}

.ph-fill.ph-seal:before, .ph-fill.ph-circle-wavy:before {
  content: "\ecc4";
}

.ph-fill.ph-seal-question:before, .ph-fill.ph-circle-wavy-question:before {
  content: "\ecc5";
}

.ph-fill.ph-seal-warning:before, .ph-fill.ph-circle-wavy-warning:before {
  content: "\ecc6";
}

.ph-fill.ph-selection-all:before {
  content: "\ecc7";
}

.ph-fill.ph-selection-background:before {
  content: "\ecc8";
}

.ph-fill.ph-selection:before {
  content: "\ecc9";
}

.ph-fill.ph-selection-foreground:before {
  content: "\ecca";
}

.ph-fill.ph-selection-inverse:before {
  content: "\eccb";
}

.ph-fill.ph-selection-plus:before {
  content: "\eccc";
}

.ph-fill.ph-selection-slash:before {
  content: "\eccd";
}

.ph-fill.ph-shapes:before {
  content: "\ecce";
}

.ph-fill.ph-share-fat:before {
  content: "\eccf";
}

.ph-fill.ph-share:before {
  content: "\ecd0";
}

.ph-fill.ph-share-network:before {
  content: "\ecd1";
}

.ph-fill.ph-shield-checkered:before {
  content: "\ecd2";
}

.ph-fill.ph-shield-check:before {
  content: "\ecd3";
}

.ph-fill.ph-shield-chevron:before {
  content: "\ecd4";
}

.ph-fill.ph-shield:before {
  content: "\ecd5";
}

.ph-fill.ph-shield-plus:before {
  content: "\ecd6";
}

.ph-fill.ph-shield-slash:before {
  content: "\ecd7";
}

.ph-fill.ph-shield-star:before {
  content: "\ecd8";
}

.ph-fill.ph-shield-warning:before {
  content: "\ecd9";
}

.ph-fill.ph-shirt-folded:before {
  content: "\ecda";
}

.ph-fill.ph-shooting-star:before {
  content: "\ecdb";
}

.ph-fill.ph-shopping-bag:before {
  content: "\ecdc";
}

.ph-fill.ph-shopping-bag-open:before {
  content: "\ecdd";
}

.ph-fill.ph-shopping-cart:before {
  content: "\ecde";
}

.ph-fill.ph-shopping-cart-simple:before {
  content: "\ecdf";
}

.ph-fill.ph-shower:before {
  content: "\ece0";
}

.ph-fill.ph-shrimp:before {
  content: "\ece1";
}

.ph-fill.ph-shuffle-angular:before {
  content: "\ece2";
}

.ph-fill.ph-shuffle:before {
  content: "\ece3";
}

.ph-fill.ph-shuffle-simple:before {
  content: "\ece4";
}

.ph-fill.ph-sidebar:before {
  content: "\ece5";
}

.ph-fill.ph-sidebar-simple:before {
  content: "\ece6";
}

.ph-fill.ph-sigma:before {
  content: "\ece7";
}

.ph-fill.ph-signature:before {
  content: "\ece8";
}

.ph-fill.ph-sign-in:before {
  content: "\ece9";
}

.ph-fill.ph-sign-out:before {
  content: "\ecea";
}

.ph-fill.ph-signpost:before {
  content: "\eceb";
}

.ph-fill.ph-sim-card:before {
  content: "\ecec";
}

.ph-fill.ph-siren:before {
  content: "\eced";
}

.ph-fill.ph-sketch-logo:before {
  content: "\ecee";
}

.ph-fill.ph-skip-back-circle:before {
  content: "\ecef";
}

.ph-fill.ph-skip-back:before {
  content: "\ecf0";
}

.ph-fill.ph-skip-forward-circle:before {
  content: "\ecf1";
}

.ph-fill.ph-skip-forward:before {
  content: "\ecf2";
}

.ph-fill.ph-skull:before {
  content: "\ecf3";
}

.ph-fill.ph-slack-logo:before {
  content: "\ecf4";
}

.ph-fill.ph-sliders:before {
  content: "\ecf5";
}

.ph-fill.ph-sliders-horizontal:before {
  content: "\ecf6";
}

.ph-fill.ph-slideshow:before {
  content: "\ecf7";
}

.ph-fill.ph-smiley-angry:before {
  content: "\ecf8";
}

.ph-fill.ph-smiley-blank:before {
  content: "\ecf9";
}

.ph-fill.ph-smiley:before {
  content: "\ecfa";
}

.ph-fill.ph-smiley-meh:before {
  content: "\ecfb";
}

.ph-fill.ph-smiley-nervous:before {
  content: "\ecfc";
}

.ph-fill.ph-smiley-sad:before {
  content: "\ecfd";
}

.ph-fill.ph-smiley-sticker:before {
  content: "\ecfe";
}

.ph-fill.ph-smiley-wink:before {
  content: "\ecff";
}

.ph-fill.ph-smiley-x-eyes:before {
  content: "\ed00";
}

.ph-fill.ph-snapchat-logo:before {
  content: "\ed01";
}

.ph-fill.ph-sneaker:before {
  content: "\ed02";
}

.ph-fill.ph-sneaker-move:before {
  content: "\ed03";
}

.ph-fill.ph-snowflake:before {
  content: "\ed04";
}

.ph-fill.ph-soccer-ball:before {
  content: "\ed05";
}

.ph-fill.ph-sort-ascending:before {
  content: "\ed06";
}

.ph-fill.ph-sort-descending:before {
  content: "\ed07";
}

.ph-fill.ph-soundcloud-logo:before {
  content: "\ed08";
}

.ph-fill.ph-spade:before {
  content: "\ed09";
}

.ph-fill.ph-sparkle:before {
  content: "\ed0a";
}

.ph-fill.ph-speaker-hifi:before {
  content: "\ed0b";
}

.ph-fill.ph-speaker-high:before {
  content: "\ed0c";
}

.ph-fill.ph-speaker-low:before {
  content: "\ed0d";
}

.ph-fill.ph-speaker-none:before {
  content: "\ed0e";
}

.ph-fill.ph-speaker-simple-high:before {
  content: "\ed0f";
}

.ph-fill.ph-speaker-simple-low:before {
  content: "\ed10";
}

.ph-fill.ph-speaker-simple-none:before {
  content: "\ed11";
}

.ph-fill.ph-speaker-simple-slash:before {
  content: "\ed12";
}

.ph-fill.ph-speaker-simple-x:before {
  content: "\ed13";
}

.ph-fill.ph-speaker-slash:before {
  content: "\ed14";
}

.ph-fill.ph-speaker-x:before {
  content: "\ed15";
}

.ph-fill.ph-spinner:before {
  content: "\ed16";
}

.ph-fill.ph-spinner-gap:before {
  content: "\ed17";
}

.ph-fill.ph-spiral:before {
  content: "\ed18";
}

.ph-fill.ph-split-horizontal:before {
  content: "\ed19";
}

.ph-fill.ph-split-vertical:before {
  content: "\ed1a";
}

.ph-fill.ph-spotify-logo:before {
  content: "\ed1b";
}

.ph-fill.ph-square:before {
  content: "\ed1c";
}

.ph-fill.ph-square-half-bottom:before {
  content: "\ed1d";
}

.ph-fill.ph-square-half:before {
  content: "\ed1e";
}

.ph-fill.ph-square-logo:before {
  content: "\ed1f";
}

.ph-fill.ph-squares-four:before {
  content: "\ed20";
}

.ph-fill.ph-square-split-horizontal:before {
  content: "\ed21";
}

.ph-fill.ph-square-split-vertical:before {
  content: "\ed22";
}

.ph-fill.ph-stack:before {
  content: "\ed23";
}

.ph-fill.ph-stack-overflow-logo:before {
  content: "\ed24";
}

.ph-fill.ph-stack-simple:before {
  content: "\ed25";
}

.ph-fill.ph-stairs:before {
  content: "\ed26";
}

.ph-fill.ph-stamp:before {
  content: "\ed27";
}

.ph-fill.ph-star-and-crescent:before {
  content: "\ed28";
}

.ph-fill.ph-star:before {
  content: "\ed29";
}

.ph-fill.ph-star-four:before {
  content: "\ed2a";
}

.ph-fill.ph-star-half:before {
  content: "\ed2b";
}

.ph-fill.ph-star-of-david:before {
  content: "\ed2c";
}

.ph-fill.ph-steering-wheel:before {
  content: "\ed2d";
}

.ph-fill.ph-steps:before {
  content: "\ed2e";
}

.ph-fill.ph-stethoscope:before {
  content: "\ed2f";
}

.ph-fill.ph-sticker:before {
  content: "\ed30";
}

.ph-fill.ph-stool:before {
  content: "\ed31";
}

.ph-fill.ph-stop-circle:before {
  content: "\ed32";
}

.ph-fill.ph-stop:before {
  content: "\ed33";
}

.ph-fill.ph-storefront:before {
  content: "\ed34";
}

.ph-fill.ph-strategy:before {
  content: "\ed35";
}

.ph-fill.ph-stripe-logo:before {
  content: "\ed36";
}

.ph-fill.ph-student:before {
  content: "\ed37";
}

.ph-fill.ph-subtitles:before {
  content: "\ed38";
}

.ph-fill.ph-subtract:before {
  content: "\ed39";
}

.ph-fill.ph-subtract-square:before {
  content: "\ed3a";
}

.ph-fill.ph-suitcase:before {
  content: "\ed3b";
}

.ph-fill.ph-suitcase-rolling:before {
  content: "\ed3c";
}

.ph-fill.ph-suitcase-simple:before {
  content: "\ed3d";
}

.ph-fill.ph-sun-dim:before {
  content: "\ed3e";
}

.ph-fill.ph-sun:before {
  content: "\ed3f";
}

.ph-fill.ph-sunglasses:before {
  content: "\ed40";
}

.ph-fill.ph-sun-horizon:before {
  content: "\ed41";
}

.ph-fill.ph-swap:before {
  content: "\ed42";
}

.ph-fill.ph-swatches:before {
  content: "\ed43";
}

.ph-fill.ph-swimming-pool:before {
  content: "\ed44";
}

.ph-fill.ph-sword:before {
  content: "\ed45";
}

.ph-fill.ph-synagogue:before {
  content: "\ed46";
}

.ph-fill.ph-syringe:before {
  content: "\ed47";
}

.ph-fill.ph-table:before {
  content: "\ed48";
}

.ph-fill.ph-tabs:before {
  content: "\ed49";
}

.ph-fill.ph-tag-chevron:before {
  content: "\ed4a";
}

.ph-fill.ph-tag:before {
  content: "\ed4b";
}

.ph-fill.ph-tag-simple:before {
  content: "\ed4c";
}

.ph-fill.ph-target:before {
  content: "\ed4d";
}

.ph-fill.ph-taxi:before {
  content: "\ed4e";
}

.ph-fill.ph-telegram-logo:before {
  content: "\ed4f";
}

.ph-fill.ph-television:before {
  content: "\ed50";
}

.ph-fill.ph-television-simple:before {
  content: "\ed51";
}

.ph-fill.ph-tennis-ball:before {
  content: "\ed52";
}

.ph-fill.ph-tent:before {
  content: "\ed53";
}

.ph-fill.ph-terminal:before {
  content: "\ed54";
}

.ph-fill.ph-terminal-window:before {
  content: "\ed55";
}

.ph-fill.ph-test-tube:before {
  content: "\ed56";
}

.ph-fill.ph-text-aa:before {
  content: "\ed57";
}

.ph-fill.ph-text-align-center:before {
  content: "\ed58";
}

.ph-fill.ph-text-align-justify:before {
  content: "\ed59";
}

.ph-fill.ph-text-align-left:before {
  content: "\ed5a";
}

.ph-fill.ph-text-align-right:before {
  content: "\ed5b";
}

.ph-fill.ph-text-a-underline:before {
  content: "\ed5c";
}

.ph-fill.ph-text-b:before, .ph-fill.ph-text-bolder:before {
  content: "\ed5d";
}

.ph-fill.ph-textbox:before {
  content: "\ed5e";
}

.ph-fill.ph-text-columns:before {
  content: "\ed5f";
}

.ph-fill.ph-text-h:before {
  content: "\ed60";
}

.ph-fill.ph-text-h-five:before {
  content: "\ed61";
}

.ph-fill.ph-text-h-four:before {
  content: "\ed62";
}

.ph-fill.ph-text-h-one:before {
  content: "\ed63";
}

.ph-fill.ph-text-h-six:before {
  content: "\ed64";
}

.ph-fill.ph-text-h-three:before {
  content: "\ed65";
}

.ph-fill.ph-text-h-two:before {
  content: "\ed66";
}

.ph-fill.ph-text-indent:before {
  content: "\ed67";
}

.ph-fill.ph-text-italic:before {
  content: "\ed68";
}

.ph-fill.ph-text-outdent:before {
  content: "\ed69";
}

.ph-fill.ph-text-strikethrough:before {
  content: "\ed6a";
}

.ph-fill.ph-text-t:before {
  content: "\ed6b";
}

.ph-fill.ph-text-underline:before {
  content: "\ed6c";
}

.ph-fill.ph-thermometer-cold:before {
  content: "\ed6d";
}

.ph-fill.ph-thermometer:before {
  content: "\ed6e";
}

.ph-fill.ph-thermometer-hot:before {
  content: "\ed6f";
}

.ph-fill.ph-thermometer-simple:before {
  content: "\ed70";
}

.ph-fill.ph-thumbs-down:before {
  content: "\ed71";
}

.ph-fill.ph-thumbs-up:before {
  content: "\ed72";
}

.ph-fill.ph-ticket:before {
  content: "\ed73";
}

.ph-fill.ph-tidal-logo:before {
  content: "\ed74";
}

.ph-fill.ph-tiktok-logo:before {
  content: "\ed75";
}

.ph-fill.ph-timer:before {
  content: "\ed76";
}

.ph-fill.ph-tipi:before {
  content: "\ed77";
}

.ph-fill.ph-toggle-left:before {
  content: "\ed78";
}

.ph-fill.ph-toggle-right:before {
  content: "\ed79";
}

.ph-fill.ph-toilet:before {
  content: "\ed7a";
}

.ph-fill.ph-toilet-paper:before {
  content: "\ed7b";
}

.ph-fill.ph-toolbox:before {
  content: "\ed7c";
}

.ph-fill.ph-tooth:before {
  content: "\ed7d";
}

.ph-fill.ph-tote:before {
  content: "\ed7e";
}

.ph-fill.ph-tote-simple:before {
  content: "\ed7f";
}

.ph-fill.ph-trademark:before {
  content: "\ed80";
}

.ph-fill.ph-trademark-registered:before {
  content: "\ed81";
}

.ph-fill.ph-traffic-cone:before {
  content: "\ed82";
}

.ph-fill.ph-traffic-signal:before {
  content: "\ed83";
}

.ph-fill.ph-traffic-sign:before {
  content: "\ed84";
}

.ph-fill.ph-train:before {
  content: "\ed85";
}

.ph-fill.ph-train-regional:before {
  content: "\ed86";
}

.ph-fill.ph-train-simple:before {
  content: "\ed87";
}

.ph-fill.ph-tram:before {
  content: "\ed88";
}

.ph-fill.ph-translate:before {
  content: "\ed89";
}

.ph-fill.ph-trash:before {
  content: "\ed8a";
}

.ph-fill.ph-trash-simple:before {
  content: "\ed8b";
}

.ph-fill.ph-tray:before {
  content: "\ed8c";
}

.ph-fill.ph-tree-evergreen:before {
  content: "\ed8d";
}

.ph-fill.ph-tree:before {
  content: "\ed8e";
}

.ph-fill.ph-tree-palm:before {
  content: "\ed8f";
}

.ph-fill.ph-tree-structure:before {
  content: "\ed90";
}

.ph-fill.ph-trend-down:before {
  content: "\ed91";
}

.ph-fill.ph-trend-up:before {
  content: "\ed92";
}

.ph-fill.ph-triangle:before {
  content: "\ed93";
}

.ph-fill.ph-trophy:before {
  content: "\ed94";
}

.ph-fill.ph-truck:before {
  content: "\ed95";
}

.ph-fill.ph-t-shirt:before {
  content: "\ed96";
}

.ph-fill.ph-twitch-logo:before {
  content: "\ed97";
}

.ph-fill.ph-twitter-logo:before {
  content: "\ed98";
}

.ph-fill.ph-umbrella:before {
  content: "\ed99";
}

.ph-fill.ph-umbrella-simple:before {
  content: "\ed9a";
}

.ph-fill.ph-unite:before {
  content: "\ed9b";
}

.ph-fill.ph-unite-square:before {
  content: "\ed9c";
}

.ph-fill.ph-upload:before {
  content: "\ed9d";
}

.ph-fill.ph-upload-simple:before {
  content: "\ed9e";
}

.ph-fill.ph-usb:before {
  content: "\ed9f";
}

.ph-fill.ph-user-circle:before {
  content: "\eda0";
}

.ph-fill.ph-user-circle-gear:before {
  content: "\eda1";
}

.ph-fill.ph-user-circle-minus:before {
  content: "\eda2";
}

.ph-fill.ph-user-circle-plus:before {
  content: "\eda3";
}

.ph-fill.ph-user:before {
  content: "\eda4";
}

.ph-fill.ph-user-focus:before {
  content: "\eda5";
}

.ph-fill.ph-user-gear:before {
  content: "\eda6";
}

.ph-fill.ph-user-list:before {
  content: "\eda7";
}

.ph-fill.ph-user-minus:before {
  content: "\eda8";
}

.ph-fill.ph-user-plus:before {
  content: "\eda9";
}

.ph-fill.ph-user-rectangle:before {
  content: "\edaa";
}

.ph-fill.ph-users:before {
  content: "\edab";
}

.ph-fill.ph-users-four:before {
  content: "\edac";
}

.ph-fill.ph-user-square:before {
  content: "\edad";
}

.ph-fill.ph-users-three:before {
  content: "\edae";
}

.ph-fill.ph-user-switch:before {
  content: "\edaf";
}

.ph-fill.ph-van:before {
  content: "\edb0";
}

.ph-fill.ph-vault:before {
  content: "\edb1";
}

.ph-fill.ph-vibrate:before {
  content: "\edb2";
}

.ph-fill.ph-video-camera:before {
  content: "\edb3";
}

.ph-fill.ph-video-camera-slash:before {
  content: "\edb4";
}

.ph-fill.ph-video:before {
  content: "\edb5";
}

.ph-fill.ph-vignette:before {
  content: "\edb6";
}

.ph-fill.ph-vinyl-record:before {
  content: "\edb7";
}

.ph-fill.ph-virtual-reality:before {
  content: "\edb8";
}

.ph-fill.ph-virus:before {
  content: "\edb9";
}

.ph-fill.ph-voicemail:before {
  content: "\edba";
}

.ph-fill.ph-volleyball:before {
  content: "\edbb";
}

.ph-fill.ph-wallet:before {
  content: "\edbc";
}

.ph-fill.ph-wall:before {
  content: "\edbd";
}

.ph-fill.ph-warehouse:before {
  content: "\edbe";
}

.ph-fill.ph-warning-circle:before {
  content: "\edbf";
}

.ph-fill.ph-warning-diamond:before {
  content: "\edc0";
}

.ph-fill.ph-warning:before {
  content: "\edc1";
}

.ph-fill.ph-warning-octagon:before {
  content: "\edc2";
}

.ph-fill.ph-watch:before {
  content: "\edc3";
}

.ph-fill.ph-waveform:before {
  content: "\edc4";
}

.ph-fill.ph-wave-sawtooth:before {
  content: "\edc5";
}

.ph-fill.ph-waves:before {
  content: "\edc6";
}

.ph-fill.ph-wave-sine:before {
  content: "\edc7";
}

.ph-fill.ph-wave-square:before {
  content: "\edc8";
}

.ph-fill.ph-wave-triangle:before {
  content: "\edc9";
}

.ph-fill.ph-webcam:before {
  content: "\edca";
}

.ph-fill.ph-webcam-slash:before {
  content: "\edcb";
}

.ph-fill.ph-webhooks-logo:before {
  content: "\edcc";
}

.ph-fill.ph-wechat-logo:before {
  content: "\edcd";
}

.ph-fill.ph-whatsapp-logo:before {
  content: "\edce";
}

.ph-fill.ph-wheelchair:before {
  content: "\edcf";
}

.ph-fill.ph-wheelchair-motion:before {
  content: "\edd0";
}

.ph-fill.ph-wifi-high:before {
  content: "\edd1";
}

.ph-fill.ph-wifi-low:before {
  content: "\edd2";
}

.ph-fill.ph-wifi-medium:before {
  content: "\edd3";
}

.ph-fill.ph-wifi-none:before {
  content: "\edd4";
}

.ph-fill.ph-wifi-slash:before {
  content: "\edd5";
}

.ph-fill.ph-wifi-x:before {
  content: "\edd6";
}

.ph-fill.ph-wind:before {
  content: "\edd7";
}

.ph-fill.ph-windows-logo:before {
  content: "\edd8";
}

.ph-fill.ph-wine:before {
  content: "\edd9";
}

.ph-fill.ph-wrench:before {
  content: "\edda";
}

.ph-fill.ph-x-circle:before {
  content: "\eddb";
}

.ph-fill.ph-x:before {
  content: "\eddc";
}

.ph-fill.ph-x-square:before {
  content: "\eddd";
}

.ph-fill.ph-yin-yang:before {
  content: "\edde";
}

.ph-fill.ph-youtube-logo:before {
  content: "\eddf";
}

/* Mixins, helpers and functions */
/*displays in layouts*/
@media (max-width: 850px) {
  .only-in-desktop {
    display: none !important;
  }
}

.hide-in-desktop {
  display: none !important;
}
@media (max-width: 850px) {
  .hide-in-desktop {
    display: inherit !important;
  }
}

@media (max-width: 550px) {
  .hide-in-mobile {
    display: none !important;
  }
}

.only-in-mobile {
  display: none !important;
}
@media (max-width: 550px) {
  .only-in-mobile {
    display: inherit !important;
  }
}

.br-16 {
  border-radius: 1rem;
}

.br-8 {
  border-radius: 0.5rem;
}

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

.mb-full {
  margin-bottom: max(2vw, 1.5rem);
}

.mb-full-double {
  margin-bottom: max(4vw, 2rem);
}

.mb-half {
  margin-bottom: max(1.5vw, 1rem);
}

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

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

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

.bg-white {
  background: #fff;
}

.bg-grey {
  background: #F4F4F4;
}

.bg-blue {
  background: #2B79B9;
  color: #323130;
}

.bg-green {
  background: #3EA68B;
  color: #fff;
}

.bg-red {
  background: #C37B89;
  color: #fff;
}

.bg-orange {
  background: #F1A041 !important;
  color: #fff !important;
}

.bg-black {
  background: #323130 !important;
  color: #fff !important;
}

.color-red {
  color: #C37B89;
}

.color-green {
  color: #3EA68B;
}

.color-blue {
  color: #2B79B9;
}

.color-white {
  color: #fff;
}

.fs-400 {
  font-weight: 400;
}

.row-vertical-align-center {
  display: flex;
  align-items: center;
}

.row-vertical-align-top {
  display: flex;
  align-items: flex-start;
}

/* Vendor */
/*!
 * Bootstrap Grid v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 2vw;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}

.row {
  --bs-gutter-x: 2vw;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

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

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

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

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

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

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important;
}

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

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

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

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

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

.me-auto {
  margin-right: auto !important;
}

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important;
}

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

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

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

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

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

.ms-auto {
  margin-left: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important;
}

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
/* Layout */
.header {
  min-height: 85px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(1.5vw, 1rem) 0 calc(56px + 1rem);
  background: #fff;
}
@media (max-width: 850px) {
  .header {
    padding-top: 1rem;
    padding-bottom: 1rem;
    min-height: 70px;
  }
  .header .logo-left {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header .logo-left img {
    max-width: 180px;
    height: auto;
  }
  .header .logo-left .user-info {
    border-left: 0 !important;
  }
  .header .logo-left .user-info a {
    margin-right: 1rem;
  }
  .header .logo-left .user-info a .ph {
    margin-right: 0;
  }
  .header .logo-left .header-toggle-info {
    font-size: 1.75rem;
    transform: rotate(0deg);
    transition: 0.2s transform linear;
  }
  .header .logo-left .header-toggle-info.active {
    transform: rotate(180deg);
  }
}
@media (max-width: 550px) {
  .header {
    padding-left: calc(40px + 1rem);
  }
}
.header .menu-item.search {
  padding-left: max(3vw, 1rem);
  border-left: 1px solid #E5EAEE;
}
.header .menu-item.search i {
  margin-right: 10px;
}
.header .menu-item.notifications {
  position: relative;
}
.header .menu-item.notifications .bubble {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 3px;
  right: 3px;
  background: #D44548;
  border-radius: 100%;
}
.header .menu-item a, .header .menu-item span {
  display: flex;
  align-items: center;
  color: #323130;
  font-size: 1rem;
  position: relative;
}
.header .menu-item a .ph, .header .menu-item span .ph {
  font-size: 1.75rem;
}
@media (max-width: 550px) {
  .header .menu-item a .ph, .header .menu-item span .ph {
    font-size: 1.35rem;
  }
}
.header .menu-center ul, .header .menu-right, .header .menu-right ul, .header .menu-left ul {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header .menu-center ul li {
  margin-right: max(2.5vw, 1rem);
}
.header .menu-right > ul > .menu-item, .header .menu-left > ul > .menu-item, .header .logo-left > ul > .menu-item {
  margin-right: max(1.5vw, 1rem);
}
.header .menu-right .user-info, .header .menu-left .user-info, .header .logo-left .user-info {
  display: flex;
  align-items: center;
  padding-left: max(1.5vw, 1rem);
  border-left: 1px solid #E5EAEE;
}
@media (max-width: 850px) {
  .header .menu-right .user-info img, .header .menu-left .user-info img, .header .logo-left .user-info img {
    display: block !important;
  }
  .header .menu-right .user-info .user-name, .header .menu-left .user-info .user-name, .header .logo-left .user-info .user-name {
    display: none;
  }
}
.header .menu-right .user-info *:not(:last-child), .header .menu-left .user-info *:not(:last-child), .header .logo-left .user-info *:not(:last-child) {
  margin-right: 1rem;
}
.header .menu-right .user-info .ph, .header .menu-left .user-info .ph, .header .logo-left .user-info .ph {
  font-size: 1.75rem;
  color: #323130;
}
.header .menu-right .user-info img, .header .menu-left .user-info img, .header .logo-left .user-info img {
  border-radius: 100%;
}
.header .menu-item.has-submenu {
  position: relative;
}
.header .menu-item.has-submenu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 5px;
  display: none;
}
.header .menu-item.has-submenu .submenu li {
  margin-top: 15px;
}
.header .menu-item.has-submenu:hover .submenu {
  display: block;
}
.header.header-lite .menu-right > ul > .menu-item {
  margin-right: max(2vw, 1rem);
}
@media (max-width: 850px) {
  .header.header-lite .menu-right {
    margin: 0.875rem 0 0.875rem 0;
  }
  .header.header-lite .menu-right > ul {
    float: left;
    position: relative;
    top: 4px;
  }
}
@media (max-width: 550px) {
  .header.header-lite .menu-right > ul {
    float: none;
    position: static;
    margin-bottom: 0.875rem;
  }
}
.header.header-lite .data-filter {
  padding-left: max(2.25vw, 1rem);
  padding-right: max(1.5vw, 1rem);
  border-left: 1px solid #E5EAEE;
  position: relative;
}
@media (max-width: 850px) {
  .header.header-lite .data-filter {
    float: left;
    max-width: calc(100% - 265px);
    margin: 0 !important;
    padding: 0;
    border: 0;
  }
}
@media (max-width: 550px) {
  .header.header-lite .data-filter {
    float: none;
    clear: both;
    max-width: 100%;
    margin-bottom: 0.875rem !important;
  }
}
.header.header-lite .data-filter input[name=dates-filter] {
  max-width: 250px;
  width: 100%;
}
@media (max-width: 850px) {
  .header.header-lite .data-filter input[name=dates-filter] {
    max-width: calc(100% - 54px);
  }
}
.header.header-lite .alerts {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
@media (max-width: 850px) {
  .header.header-lite .alerts {
    float: left;
    max-width: 200px;
    position: relative;
    top: calc(0.875rem + 3px);
  }
}
@media (max-width: 550px) {
  .header.header-lite .alerts {
    position: static;
  }
}
.header.header-lite .update {
  padding-right: max(1.5vw, 1rem);
}
@media (max-width: 850px) {
  .header.header-lite .update {
    width: calc(100% - 124px);
    padding-right: 0;
    float: left;
    position: relative;
    top: 0.875rem;
  }
}
@media (max-width: 550px) {
  .header.header-lite .update {
    position: static;
  }
}
@media (max-width: 850px) {
  .header.header-lite .exit {
    margin-right: 1rem;
  }
}
.header.header-lite .exit .ph {
  color: #323130;
  font-size: 1.75rem;
}

/*Header secundario par la página de pedidos*/
.header-secondary {
  background: #323130;
  color: #fff;
}
@media (max-width: 1720px) {
  .header-secondary {
    display: block;
  }
}
@media (max-width: 550px) {
  .header-secondary {
    padding-left: max(1.5vw, 1rem) !important;
  }
}
.header-secondary .menu-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 1720px) {
  .header-secondary .menu-left {
    justify-content: space-between;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 550px) {
  .header-secondary .menu-left {
    flex-flow: row wrap;
    align-items: flex-start;
    margin-bottom: 0;
  }
  .header-secondary .menu-left .menu-pedidos {
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
  }
}
.header-secondary .menu-left span {
  cursor: pointer;
}
.header-secondary .menu-left span.lock-item {
  padding: 5px;
  border-radius: 4px;
}
.header-secondary .menu-left span.lock-item.unlock {
  background: #3EA68B;
}
.header-secondary .menu-left span.lock-item.lock {
  background: #C37B89;
}
.header-secondary .menu-left ul i {
  color: #fff;
}
.header-secondary .menu-left ul i.ph-fill {
  color: #3EA68B;
}
.header-secondary .menu-left ul i.ph-flag.ph-fill {
  color: #C37B89;
}
.header-secondary .menu-left .pedido-main-info {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
  position: relative;
}
@media (max-width: 550px) {
  .header-secondary .menu-left .pedido-main-info {
    width: 100%;
  }
  .header-secondary .menu-left .pedido-main-info .toggle-info {
    font-size: 1.5rem;
    padding: 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(0);
    transition: 0.2s transform linear;
  }
  .header-secondary .menu-left .pedido-main-info .toggle-info.active {
    transform: rotate(180deg);
  }
}
.header-secondary .menu-left .pedido-main-info .title-primary {
  color: #fff;
  margin: 0;
}
.header-secondary .menu-left .button {
  margin-left: max(1.5vw, 1rem);
}
.header-secondary .info-right {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1720px) {
  .header-secondary .info-right {
    justify-content: space-between;
    padding-bottom: 1.5rem;
  }
}
@media (max-width: 550px) {
  .header-secondary .info-right {
    display: none;
  }
}
.header-secondary .info-right .info-container {
  margin-right: max(1.5vw, 1rem);
}
@media (max-width: 1720px) {
  .header-secondary .info-right .info-container {
    margin-bottom: 1rem;
  }
}
@media (max-width: 850px) {
  .header-secondary .info-right .info-container:last-child {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
}
@media (max-width: 550px) {
  .header-secondary .info-right .info-container:last-child {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
  .header-secondary .info-right .info-container:last-child .button {
    margin: 0 0 0.5rem 0;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.header-secondary .info-right .info-container div {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 0;
}
.header-secondary .info-right .info-container div label {
  margin: 0 5px;
}
.header-secondary .info-right .info-container div input {
  width: auto;
  border: none;
  color: #fff;
  padding: 0;
  max-width: 150px;
}

/*Header actions para la página de creación de pedidos*/
.header-actions-container {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem max(1.5vw, 1rem);
  padding-left: calc(56px + 1rem);
  background: #e7e7e7;
}
@media (max-width: 850px) {
  .header-actions-container .more-buttons-container.button {
    padding: 0.75rem;
    margin-left: 0;
  }
}
@media (max-width: 550px) {
  .header-actions-container {
    padding-left: max(1.5vw, 1rem) !important;
  }
}
.header-actions-container > div {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  justify-items: flex-start;
}
.header-actions-container .menu-actions-group.actions-right {
  align-items: flex-end;
}
.header-actions-container .menu-actions-group.actions-right .multiplos-input {
  max-width: 80px;
}
@media (max-width: 550px) {
  .header-actions-container .menu-actions-group.actions-right .multiplos-input {
    max-width: 100%;
    width: calc(100% - 200px - 1rem);
  }
  .header-actions-container .menu-actions-group.actions-right .multiplos-input + .button {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.header-actions-container .menu-actions-group.actions-right > *:not(:first-child) {
  margin-left: 1rem;
}

/*menú de botones de acciones para la página de creación de pedidos*/
.menu-actions-group {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-items: flex-start;
  margin-bottom: 0.5rem;
}
.menu-actions-group .select2-container--default {
  max-width: calc(100% - 80px);
  min-width: 200px;
}
.menu-actions-group .button {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.menu-actions-group .button:not(:last-child) {
  margin-right: 1rem;
}
.menu-actions-group label {
  display: block;
  width: 100%;
  font-size: 0.875rem;
}
.menu-actions-group i {
  margin-left: 0.5rem;
}

@media (max-width: 850px) {
  .header .menu-center, .header .menu-right {
    display: none;
    margin: 0.875rem 0 0 0;
    width: 100%;
  }
}

.sidebar:not(.deploid) {
  max-width: 56px;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: visible;
}
.sidebar:not(.deploid) .hidden {
  display: none;
}
.sidebar:not(.deploid) .content-left {
  display: none;
}
.sidebar:not(.deploid) .content-right {
  transform: rotate(180deg);
}
.sidebar:not(.deploid) .sidebar-version {
  padding: 0 1rem;
}
.sidebar:not(.deploid) .sidebar-submenu {
  padding-left: 1rem;
}

.sidebar.deploid [tooltip]:before, .sidebar.deploid [tooltip]:after {
  display: none !important;
}
.sidebar.deploid > div:not(.sidebar-submenu) {
  min-width: 320px;
}
@media (max-width: 550px) {
  .sidebar.deploid {
    left: 0;
  }
  .sidebar.deploid .content-right {
    position: static;
    padding: 0;
  }
}

.sidebar {
  background-color: #323130;
  padding: 2rem 2.5rem 40px 2rem;
  width: 100%;
  max-width: 375px;
  min-height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  overflow: hidden;
  transition: 0.2s max-width linear;
  z-index: 5;
}
@media (max-width: 550px) {
  .sidebar {
    padding-top: 1.3rem;
    left: -56px;
  }
}
.sidebar-logo {
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.sidebar-logo .content-right {
  color: #D44548;
  font-size: 1.5rem;
  transform: rotate(0);
  transition: 0.2s transform linear;
  cursor: pointer;
}
@media (max-width: 550px) {
  .sidebar-logo .content-right {
    position: absolute;
    top: -6px;
    left: 35px;
    padding: 6px 10px 5px 10px;
    background: #000;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background: #323130;
  }
  .sidebar-logo .content-right .ph {
    position: relative;
  }
}
.sidebar-submenu {
  padding-right: max(1.5vw, 1rem);
}
.sidebar-menu .menu-item a, .sidebar-submenu .menu-item a {
  padding: 0.875rem 0;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 400;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.sidebar-menu .menu-item a .ph, .sidebar-submenu .menu-item a .ph {
  margin-right: 1rem;
  font-size: 1.5rem;
}
.sidebar-menu .menu-item a .icon-centros, .sidebar-submenu .menu-item a .icon-centros {
  margin-right: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sidebar-menu .menu-item.has-submenu a .ph-caret-right, .sidebar-submenu .menu-item.has-submenu a .ph-caret-right {
  position: absolute;
  right: 0;
  margin-right: 0;
  top: 0.875rem;
}
.sidebar-submenu {
  position: absolute;
  top: calc(2rem + 64px);
  left: -375px;
  min-width: 375px;
  right: 100%;
  bottom: 0;
  background: #323130;
  transition: 0.2s all linear;
  padding-left: 2rem;
  z-index: 2;
}
@media (max-width: 550px) {
  .sidebar-submenu {
    top: calc(1rem + 64px);
  }
}
.sidebar-submenu .menu-item:not(.return) a {
  font-size: 1rem;
}
.sidebar-submenu.active {
  left: 0;
  right: 0;
}
.sidebar-version {
  font-size: 0.75rem;
  color: #fff;
  padding: 0 2.5rem;
  position: absolute;
  bottom: 20px;
  left: 0;
}

/* Components */
.button {
  padding: 1rem 1.75rem;
  font-size: 1rem;
  border: none;
  transition: 0.2s background linear;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
@media (max-width: 550px) {
  .button {
    padding: 0.75rem 1.25rem;
  }
}
.button + .button {
  margin-left: 5px;
}
.button span + i {
  margin-left: 10px;
}
.button i {
  font-size: 1rem !important;
  position: relative;
  top: 1px;
}
.button i:first-of-type {
  margin-right: 1rem;
}
.button.bg-grey {
  background: #DBDADA;
  color: #323130;
  border: 1px solid #DBDADA;
}
.button.bg-grey:hover {
  background: #c2c0c0;
}
.button.bg-black {
  background: #323130;
  border: 1px solid #323130;
}
.button.bg-black:hover {
  background: #110f0f;
}
.button.bg-black > * {
  color: #fff !important;
}
.button.bg-white {
  background: #fff;
  color: #323130;
  border: 1px solid #fff;
}
.button.bg-white:hover {
  background: #e6e6e6;
}
.button.outline {
  border: 1px solid #9D9D9D;
  color: #323130;
  background: transparent;
}
.button.outline-black {
  border: 1px solid #323130;
  color: #323130;
  background: transparent;
}
.button.outline-white {
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
}
.button.export-options button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 1rem 1.75rem;
  border: none;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  color: #323130;
}
.button.export-options .download-buttons {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  display: none;
}
.button:hover .download-buttons {
  display: block;
}
.button:hover .download-buttons button:hover {
  cursor: pointer;
  background: whitesmoke;
}
.button.half-button {
  padding: 0.5rem;
}
.button.half-button i:first-of-type {
  margin: 0 0.5rem 0 0;
}
.button.half-rounded-button {
  padding: 0.5rem;
  border-radius: 4px;
}
.button.half-rounded-button i:first-of-type {
  margin-right: 0.5rem;
}
.button.quarter-button {
  padding: 0.25rem 0.5rem;
}
.button.quarter-button i:first-of-type {
  margin-right: 0.5rem;
}
.button.quarter-rounded-button {
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}
.button.quarter-rounded-button i:first-of-type {
  margin-right: 0.5rem;
}
.button.more-buttons-container {
  position: relative;
  min-height: 38px;
  margin-right: 200px;
}
.button.more-buttons-container i {
  margin-right: 0 !important;
}
.button.more-buttons-container .more-buttons {
  position: absolute;
  top: calc(100% + 15px);
  left: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  display: none;
}
.button.more-buttons-container:hover .more-buttons {
  display: block;
}
.button.more-buttons-container:hover .more-buttons .button {
  width: 100%;
  padding: 1rem;
  border: none;
  background: #fff;
  font-size: 1rem;
  font-weight: 400;
  color: #323130;
  min-width: 200px;
  z-index: 3;
  text-align: left;
  margin: 0;
}
.button.more-buttons-container:hover .more-buttons .button:hover {
  background: whitesmoke;
}
.button.more-buttons-container:hover .more-buttons .button i {
  margin-right: 0.5rem !important;
}

/*creación pedido buttons responsive*/
@media (max-width: 850px) {
  .pedido-buttons .align-right {
    text-align: left !important;
  }
}

/*data-graphics*/
.chart-canvas {
  min-height: 300px;
}

.with-lightbox.lightbox-active {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100% !important;
  z-index: 999 !important;
  overflow-x: auto !important;
}

/**/
.c_data-graphics_graphic {
  position: relative;
}
.c_data-graphics_graphic .full-screen-lightbox {
  font-size: 2rem;
  color: #9E9E9E;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: inherit;
  padding-right: inherit;
  cursor: pointer;
}
.c_data-graphics_graphic .ph:hover {
  color: #3EA68B;
}

/**/
.c_data-table_states .state-canvas-container {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
}
@media (max-width: 550px) {
  .c_data-table_states .state-canvas-container {
    flex-flow: row wrap;
  }
}
.c_data-table_states .state-canvas-container .chart-legend {
  display: flex;
  flex-flow: row wrap;
  width: calc(100% - 180px);
  padding-left: 1rem;
}
@media (max-width: 550px) {
  .c_data-table_states .state-canvas-container .chart-legend {
    width: 100%;
  }
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block {
  padding-right: 5px;
  padding-bottom: 45px;
  position: relative;
  width: 100%;
  overflow-x: visible;
  max-width: 90px;
  margin-top: 1rem;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block .card-data-number, .c_data-table_states .state-canvas-container .chart-legend .legend-block .card-data-text {
  display: block;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25px;
  width: calc(100% + 10px);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, calc(100% - 10px) 100%, 0% 100%);
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:nth-child(5):after {
  z-index: calc(6 - 5);
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:nth-child(4):after {
  z-index: calc(6 - 4);
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:nth-child(3):after {
  z-index: calc(6 - 3);
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:nth-child(2):after {
  z-index: calc(6 - 2);
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:nth-child(1):after {
  z-index: calc(6 - 1);
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:last-child:after {
  width: 100%;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block.green-legend:after {
  background: #3EA68B;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block:not(:first-child) {
  padding-left: 10px;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block.blue-legend:after {
  background: #2B79B9;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block.yellow-legend:after {
  background: #F3F0D7;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block.orange-legend:after {
  background: #F1A041;
}
.c_data-table_states .state-canvas-container .chart-legend .legend-block.red-legend:after {
  background: #C37B89;
}

.c_data-machine-alarms-warnings .apexcharts-canvas, .c_data-machine-alarms-warnings .apexcharts-canvas > svg, .c_data-machine-alarms-warnings .apexcharts-canvas foreignObject {
  overflow: visible;
}
@media (min-width: 850px) {
  .c_data-machine-alarms-warnings .apexcharts-canvas .apexcharts-legend {
    left: calc(100% + 50px) !important;
    right: auto !important;
    width: calc(100vw - 620px);
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.c_data-machine-alarms-warnings .apexcharts-canvas .apexcharts-legend .apexcharts-legend-series {
  padding-right: 5px;
  min-width: 250px;
}
@media (min-width: 850px) {
  .c_data-machine-alarms-warnings .apexcharts-canvas .apexcharts-legend .apexcharts-legend-series {
    width: calc(33.333333% - 10px);
  }
}
.c_data-machine-alarms-warnings .apexcharts-datalabel-value {
  font-size: 2.5rem;
  font-weight: 600;
  color: #323130;
}
.c_data-machine-alarms-warnings .apexcharts-datalabel-label {
  font-size: 1rem;
  font-weight: 400;
  color: #323130;
  fill: #323130 !important;
}

/**/
.c_data-states-times .card-title {
  text-align: center;
  margin: 1rem 0 0;
}

.c_data-predictive-maintenance {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 550px) {
  .c_data-predictive-maintenance {
    justify-content: center;
  }
}
.c_data-predictive-maintenance .card-title {
  width: 100%;
}
.c_data-predictive-maintenance .chart-legend {
  width: calc(100% - 200px);
  min-width: 150px;
  padding-left: 1rem;
}
@media (max-width: 550px) {
  .c_data-predictive-maintenance .chart-legend {
    width: 100%;
    padding-left: 0;
  }
}
.c_data-predictive-maintenance .chart-legend .button {
  display: block;
  text-align: center;
}
.c_data-predictive-maintenance .button-bottom {
  margin-top: 1.5rem;
  width: 100%;
}
.c_data-predictive-maintenance .button-bottom .button {
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 550px) {
  #data-graphics-productivity {
    overflow: auto;
    overflow-y: hidden;
  }
}

.c_productivity-24h {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.c_productivity-24h #data-productivity-24h {
  width: calc(100% - 200px);
}
@media (max-width: 550px) {
  .c_productivity-24h #data-productivity-24h {
    width: 100%;
    overflow-x: scroll;
    height: 100%;
    max-height: 280px;
  }
}
.c_productivity-24h .chart-legend {
  width: 200px;
  padding-left: 1rem;
}
@media (max-width: 550px) {
  .c_productivity-24h .chart-legend {
    width: 100%;
  }
}

::-moz-placeholder {
  color: #323130;
  opacity: 0.3;
}

::placeholder {
  color: #323130;
  opacity: 0.3;
}

.input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) {
  position: relative;
}
.input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) > input[type=email], .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) input[type=number], .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) input[type=search], .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) input[type=tel], .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) input[type=text], .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) .input[type=url], .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) input[type=password], .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) select, .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) input[name=custom-date] {
  padding-right: 46px;
}
.input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) > a, .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) > div {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  bottom: 0;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) > a.lock-item.unlock, .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) > div.lock-item.unlock {
  background: #3EA68B;
  color: #fff;
}
.input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) > a.lock-item.lock, .input-with-button:has(input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], select, input[name=custom-date]) > div.lock-item.lock {
  background: #C37B89;
  color: #fff;
}

input[type=email], input[type=number], input[type=search], input[type=tel], input[type=text], .input[type=url], input[type=password], textarea, select, input[name=custom-date] {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
  width: 100%;
  border: 1px solid #9D9D9D;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  background: transparent;
}
input[type=email].max-width-230, input[type=number].max-width-230, input[type=search].max-width-230, input[type=tel].max-width-230, input[type=text].max-width-230, .input[type=url].max-width-230, input[type=password].max-width-230, textarea.max-width-230, select.max-width-230, input[name=custom-date].max-width-230 {
  max-width: 230px;
}
input[type=email].max-width-200, input[type=number].max-width-200, input[type=search].max-width-200, input[type=tel].max-width-200, input[type=text].max-width-200, .input[type=url].max-width-200, input[type=password].max-width-200, textarea.max-width-200, select.max-width-200, input[name=custom-date].max-width-200 {
  max-width: 200px;
}
input[type=email].min-width-260, input[type=number].min-width-260, input[type=search].min-width-260, input[type=tel].min-width-260, input[type=text].min-width-260, .input[type=url].min-width-260, input[type=password].min-width-260, textarea.min-width-260, select.min-width-260, input[name=custom-date].min-width-260 {
  min-width: 260px;
}
@media (max-width: 550px) {
  input[type=email].min-width-260, input[type=number].min-width-260, input[type=search].min-width-260, input[type=tel].min-width-260, input[type=text].min-width-260, .input[type=url].min-width-260, input[type=password].min-width-260, textarea.min-width-260, select.min-width-260, input[name=custom-date].min-width-260 {
    min-width: 100% !important;
  }
}
input[type=email].min-width-60, input[type=number].min-width-60, input[type=search].min-width-60, input[type=tel].min-width-60, input[type=text].min-width-60, .input[type=url].min-width-60, input[type=password].min-width-60, textarea.min-width-60, select.min-width-60, input[name=custom-date].min-width-60 {
  min-width: 60px;
}
input[type=email].min-width-140, input[type=number].min-width-140, input[type=search].min-width-140, input[type=tel].min-width-140, input[type=text].min-width-140, .input[type=url].min-width-140, input[type=password].min-width-140, textarea.min-width-140, select.min-width-140, input[name=custom-date].min-width-140 {
  min-width: 140px;
}

select {
  padding-right: 40px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEzLjUzMjYgNi41OTMyM0w4LjUzMjU1IDExLjU5MzJDOC40NjI4NyAxMS42NjMyIDguMzgwMDggMTEuNzE4NiA4LjI4ODkyIDExLjc1NjVDOC4xOTc3NSAxMS43OTQzIDguMTAwMDEgMTEuODEzOCA4LjAwMTMgMTEuODEzOEM3LjkwMjU5IDExLjgxMzggNy44MDQ4NSAxMS43OTQzIDcuNzEzNjkgMTEuNzU2NUM3LjYyMjUyIDExLjcxODYgNy41Mzk3MyAxMS42NjMyIDcuNDcwMDUgMTEuNTkzMkwyLjQ3MDA1IDYuNTkzMjNDMi4zMjkxNSA2LjQ1MjM0IDIuMjUgNi4yNjEyNCAyLjI1IDYuMDYxOThDMi4yNSA1Ljg2MjczIDIuMzI5MTUgNS42NzE2MyAyLjQ3MDA1IDUuNTMwNzNDMi42MTA5NSA1LjM4OTg0IDIuODAyMDQgNS4zMTA2OCAzLjAwMTMgNS4zMTA2OEMzLjIwMDU2IDUuMzEwNjggMy4zOTE2NSA1LjM4OTg0IDMuNTMyNTUgNS41MzA3M0w4LjAwMTkzIDEwLjAwMDFMMTIuNDcxMyA1LjUzMDExQzEyLjYxMjIgNS4zODkyMSAxMi44MDMzIDUuMzEwMDYgMTMuMDAyNiA1LjMxMDA2QzEzLjIwMTggNS4zMTAwNiAxMy4zOTI5IDUuMzg5MjEgMTMuNTMzOCA1LjUzMDExQzEzLjY3NDcgNS42NzEwMSAxMy43NTM5IDUuODYyMSAxMy43NTM5IDYuMDYxMzZDMTMuNzUzOSA2LjI2MDYyIDEzLjY3NDcgNi40NTE3MSAxMy41MzM4IDYuNTkyNjFMMTMuNTMyNiA2LjU5MzIzWiIgZmlsbD0iI0ExQTVCNyIvPgo8L2c+Cjwvc3ZnPgo=) calc(100% - 10px) center no-repeat;
  background-size: 1rem;
}

.input-checkbox label {
  position: relative;
  padding-left: 30px;
}
.input-checkbox input[type=checkbox], .input-checkbox input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  width: 1rem;
  height: 1rem;
  border: 1px solid #9E9E9E;
  position: absolute;
  left: 0;
  top: 2px;
}
.input-checkbox input[type=checkbox]:checked, .input-checkbox input[type=radio]:checked {
  background: #3EA68B;
  box-shadow: inset 2px 2px #fff, inset -2px -2px #fff;
}

input[type=submit] {
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.2s background linear;
}
input[type=submit].primary {
  border: 1px solid #323130;
  color: #fff;
  background: #323130;
}
input[type=submit].secondary {
  border: 1px solid #C37B89;
  color: #C37B89;
  background: transparent;
}
input[type=submit]:not(:last-child) {
  margin-right: 10px;
}

/*datepicker filters*/
.datepicker-filter {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  position: relative;
}
.datepicker-filter .ph-calendar {
  font-size: 1.5rem;
  position: absolute;
  left: 7px;
  top: 8px;
}
.datepicker-filter .date-search {
  padding: 0 15px;
  background: #E5EAEE;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.datepicker-filter input[name=dates-filter], .datepicker-filter input[name=custom-date] {
  font-size: 1rem;
  padding: 8px 10px 8px 40px;
  border: 1px solid #E5EAEE;
}

/*form columns disposal*/
.form-container {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  margin: 0 -12px;
}

.form-field {
  width: 100%;
  padding: 0 12px;
  margin-bottom: 1.5rem;
}
.form-field .input-options {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.form-field .input-options .input-checkbox:not(:first-child) {
  margin-left: 1.5rem;
}
.form-field label:not(.input-checkbox label), .form-field legend {
  font-size: 0.875rem;
  font-weight: 400;
  color: rgba(45, 40, 38, 0.7);
  margin-bottom: 5px;
  display: flex;
  flex-flow: nowrap;
  align-items: center;
  justify-content: space-between;
}
.form-field label:not(.input-checkbox label) .switch-container, .form-field legend .switch-container {
  margin-right: 0;
  height: 18px;
  width: 32px;
  min-width: 32px;
}
.form-field label:not(.input-checkbox label) .switch-container span, .form-field legend .switch-container span {
  width: 14px;
  height: 14px;
}
.form-field label:not(.input-checkbox label) .switch-container:has(input[type=checkbox]:checked) span, .form-field legend .switch-container:has(input[type=checkbox]:checked) span {
  left: calc(100% - 16px);
}
.form-field label:not(.input-checkbox label) i, .form-field legend i {
  font-size: 1.125em;
  margin: 0 3px;
  position: relative;
  top: 2px;
  cursor: pointer;
  color: #858585;
}
.form-field:not(:last-child).input-pass {
  text-align: right;
}
.form-field:not(:last-child).input-pass a {
  display: inline-block;
  font-size: 0.875rem;
  color: #009EF7;
  margin-top: 10px;
}
.form-field.mb-half {
  margin-bottom: 1rem;
}
.form-field.field-1-2 {
  width: 50%;
}
@media (max-width: 550px) {
  .form-field.field-1-2 {
    width: 100%;
  }
}
.form-field.field-1-3 {
  width: 33.3333333%;
}
@media (max-width: 550px) {
  .form-field.field-1-3 {
    width: 100%;
  }
}
.form-field.field-1-4 {
  width: 25%;
}
@media (max-width: 550px) {
  .form-field.field-1-4 {
    width: 100%;
  }
}
.form-field.buttons-field {
  margin-top: 1rem;
}
@media (max-width: 550px) {
  .form-field.buttons-field {
    text-align: left !important;
  }
  .form-field.buttons-field input {
    margin-bottom: 1rem;
  }
}

/*select2 styles*/
.select2-container--default {
  width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 25px;
}
.max-width + .select2-container--default {
  max-width: 230px;
}
.select2-container--default .select2-selection--single {
  border: 1px solid #9E9E9E;
  height: 46px;
  border-radius: 0;
  background: transparent;
}
.header .select2-container--default .select2-selection--single {
  height: 35px;
  border-radius: 3px;
}
.header .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 35px;
}
.header .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 35px;
}
.login .select2-container--default .select2-selection--single {
  border-radius: 7px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding-left: 1rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEzLjUzMjYgNi41OTMyM0w4LjUzMjU1IDExLjU5MzJDOC40NjI4NyAxMS42NjMyIDguMzgwMDggMTEuNzE4NiA4LjI4ODkyIDExLjc1NjVDOC4xOTc3NSAxMS43OTQzIDguMTAwMDEgMTEuODEzOCA4LjAwMTMgMTEuODEzOEM3LjkwMjU5IDExLjgxMzggNy44MDQ4NSAxMS43OTQzIDcuNzEzNjkgMTEuNzU2NUM3LjYyMjUyIDExLjcxODYgNy41Mzk3MyAxMS42NjMyIDcuNDcwMDUgMTEuNTkzMkwyLjQ3MDA1IDYuNTkzMjNDMi4zMjkxNSA2LjQ1MjM0IDIuMjUgNi4yNjEyNCAyLjI1IDYuMDYxOThDMi4yNSA1Ljg2MjczIDIuMzI5MTUgNS42NzE2MyAyLjQ3MDA1IDUuNTMwNzNDMi42MTA5NSA1LjM4OTg0IDIuODAyMDQgNS4zMTA2OCAzLjAwMTMgNS4zMTA2OEMzLjIwMDU2IDUuMzEwNjggMy4zOTE2NSA1LjM4OTg0IDMuNTMyNTUgNS41MzA3M0w4LjAwMTkzIDEwLjAwMDFMMTIuNDcxMyA1LjUzMDExQzEyLjYxMjIgNS4zODkyMSAxMi44MDMzIDUuMzEwMDYgMTMuMDAyNiA1LjMxMDA2QzEzLjIwMTggNS4zMTAwNiAxMy4zOTI5IDUuMzg5MjEgMTMuNTMzOCA1LjUzMDExQzEzLjY3NDcgNS42NzEwMSAxMy43NTM5IDUuODYyMSAxMy43NTM5IDYuMDYxMzZDMTMuNzUzOSA2LjI2MDYyIDEzLjY3NDcgNi40NTE3MSAxMy41MzM4IDYuNTkyNjFMMTMuNTMyNiA2LjU5MzIzWiIgZmlsbD0iI0ExQTVCNyIvPgo8L2c+Cjwvc3ZnPgo=) center left no-repeat;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-selection--multiple {
  min-height: 46px;
  border-radius: 0;
  padding: 0 1rem;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9IkZyYW1lIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTEzLjUzMjYgNi41OTMyM0w4LjUzMjU1IDExLjU5MzJDOC40NjI4NyAxMS42NjMyIDguMzgwMDggMTEuNzE4NiA4LjI4ODkyIDExLjc1NjVDOC4xOTc3NSAxMS43OTQzIDguMTAwMDEgMTEuODEzOCA4LjAwMTMgMTEuODEzOEM3LjkwMjU5IDExLjgxMzggNy44MDQ4NSAxMS43OTQzIDcuNzEzNjkgMTEuNzU2NUM3LjYyMjUyIDExLjcxODYgNy41Mzk3MyAxMS42NjMyIDcuNDcwMDUgMTEuNTkzMkwyLjQ3MDA1IDYuNTkzMjNDMi4zMjkxNSA2LjQ1MjM0IDIuMjUgNi4yNjEyNCAyLjI1IDYuMDYxOThDMi4yNSA1Ljg2MjczIDIuMzI5MTUgNS42NzE2MyAyLjQ3MDA1IDUuNTMwNzNDMi42MTA5NSA1LjM4OTg0IDIuODAyMDQgNS4zMTA2OCAzLjAwMTMgNS4zMTA2OEMzLjIwMDU2IDUuMzEwNjggMy4zOTE2NSA1LjM4OTg0IDMuNTMyNTUgNS41MzA3M0w4LjAwMTkzIDEwLjAwMDFMMTIuNDcxMyA1LjUzMDExQzEyLjYxMjIgNS4zODkyMSAxMi44MDMzIDUuMzEwMDYgMTMuMDAyNiA1LjMxMDA2QzEzLjIwMTggNS4zMTAwNiAxMy4zOTI5IDUuMzg5MjEgMTMuNTMzOCA1LjUzMDExQzEzLjY3NDcgNS42NzEwMSAxMy43NTM5IDUuODYyMSAxMy43NTM5IDYuMDYxMzZDMTMuNzUzOSA2LjI2MDYyIDEzLjY3NDcgNi40NTE3MSAxMy41MzM4IDYuNTkyNjFMMTMuNTMyNiA2LjU5MzIzWiIgZmlsbD0iI0ExQTVCNyIvPgo8L2c+Cjwvc3ZnPgo=) calc(100% - 5px) center no-repeat, transparent;
}
.select2-container--default .select2-selection--multiple .select2-search--inline {
  margin-top: 6px;
  display: inline-block;
}

/*select bg grey */
.button-select {
  position: relative;
  top: -2px;
}
.button-select .select2-container--default .select2-selection--single {
  border: 1px solid #F4F4F4;
  height: 54px;
  font-size: 1rem;
  border-radius: 2px;
  background: #DBDADA;
}
.button-select .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 2.5rem 0 1.75rem;
  line-height: 54px;
}
.button-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 54px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xMS41MzI2IDEuNTMwNzNMNi41MzI1NSA2LjUzMDczQzYuNDYyODcgNi42MDA2NSA2LjM4MDA4IDYuNjU2MTMgNi4yODg5MiA2LjY5Mzk5QzYuMTk3NzUgNi43MzE4NCA2LjEwMDAxIDYuNzUxMzMgNi4wMDEzIDYuNzUxMzNDNS45MDI1OSA2Ljc1MTMzIDUuODA0ODUgNi43MzE4NCA1LjcxMzY5IDYuNjkzOTlDNS42MjI1MiA2LjY1NjEzIDUuNTM5NzMgNi42MDA2NSA1LjQ3MDA1IDYuNTMwNzNMMC40NzAwNTEgMS41MzA3M0MwLjMyOTE1NSAxLjM4OTg0IDAuMjUgMS4xOTg3NCAwLjI1IDAuOTk5NDg0QzAuMjUgMC44MDAyMjcgMC4zMjkxNTUgMC42MDkxMzEgMC40NzAwNTEgMC40NjgyMzVDMC42MTA5NDcgMC4zMjczMzggMC44MDIwNDQgMC4yNDgxODQgMS4wMDEzIDAuMjQ4MTg0QzEuMjAwNTYgMC4yNDgxODQgMS4zOTE2NSAwLjMyNzMzOCAxLjUzMjU1IDAuNDY4MjM1TDYuMDAxOTMgNC45Mzc2MUwxMC40NzEzIDAuNDY3NjFDMTAuNjEyMiAwLjMyNjcxNCAxMC44MDMzIDAuMjQ3NTU5IDExLjAwMjYgMC4yNDc1NTlDMTEuMjAxOCAwLjI0NzU1OSAxMS4zOTI5IDAuMzI2NzE0IDExLjUzMzggMC40Njc2MUMxMS42NzQ3IDAuNjA4NTA2IDExLjc1MzkgMC43OTk2MDIgMTEuNzUzOSAwLjk5ODg2QzExLjc1MzkgMS4xOTgxMiAxMS42NzQ3IDEuMzg5MjEgMTEuNTMzOCAxLjUzMDExTDExLjUzMjYgMS41MzA3M1oiIGZpbGw9IiMyRDI4MjYiLz4KPC9zdmc+Cg==) center left no-repeat;
  top: 2px;
  right: 6px;
}
.button-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.col-divider {
  margin: 1rem 0 1.5rem;
  position: relative;
  width: 100%;
}
.col-divider:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: rgba(158, 158, 158, 0.3);
  top: 50%;
  left: 0;
}

/*checkbox switch*/
.form-switches-container {
  display: flex;
  align-items: center;
}
@media (max-width: 550px) {
  .form-switches-container {
    text-align: left;
    margin-bottom: 0.5rem;
  }
}
.form-switches-container div > label {
  display: flex;
  align-items: center;
}
.form-switches-container div > label > span {
  margin: 0 5px;
}
@media (max-width: 550px) {
  .form-switches-container div > label > span {
    font-size: 0.875rem;
  }
}

.switch-container {
  height: 28px;
  min-width: 46px;
  border-radius: 50px;
  background: #E9E9E9;
  position: relative;
  margin-right: max(1.5vw, 1rem);
}
.switch-container label {
  display: flex;
  align-items: center;
}
.switch-container label > span {
  margin: 0 5px;
}
.switch-container:has(input[type=checkbox]:checked) {
  background: #3EA68B;
}
.switch-container:has(input[type=checkbox]:checked) span {
  left: calc(100% - 26px);
}
.switch-container span {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 100%;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s left linear;
  cursor: pointer;
}

/*form horizontal*/
.form-container.horizontal-form .form-row {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 1300px) {
  .form-container.horizontal-form .form-row {
    flex-flow: row wrap;
  }
}
.form-container.horizontal-form .form-row .button {
  min-width: 200px;
}
.form-container.horizontal-form .form-row .form-field {
  width: auto;
}
@media (max-width: 1300px) {
  .form-container.horizontal-form .form-row .form-field {
    min-width: 150px;
    width: -moz-min-content;
    width: min-content;
  }
}
@media (max-width: 550px) {
  .form-container.horizontal-form .form-row .form-field {
    width: 100%;
  }
}
.form-container.horizontal-form .form-row .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 40px;
}

/*dropzone user profile*/
.image-profile {
  position: relative;
}
.image-profile .dropzone-space {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background-color: #323130;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  padding: 1rem;
  opacity: 0;
  transition: 0.2s opacity linear;
}
.image-profile .dropzone-space i {
  font-size: 2.5rem;
}
.image-profile:not(.user-profile-container .image-profile) img {
  border-radius: 6px;
  position: relative;
  z-index: 3;
  transition: 0.2s opacity linear;
}
.image-profile:not(.user-profile-container .image-profile):hover img, .image-profile:not(.user-profile-container .image-profile).dz-drag-hover img {
  opacity: 0.35;
}
.image-profile:not(.user-profile-container .image-profile):hover .dropzone-space, .image-profile:not(.user-profile-container .image-profile).dz-drag-hover .dropzone-space {
  opacity: 1;
}
.image-profile .dz-details, .image-profile .dz-success-mark, .image-profile .dz-error-mark {
  display: none;
}

/*Dropzone file profile*/
.drop-files {
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background: #F4F4F4;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  color: #9E9E9E;
  text-align: center;
  padding: 1.5rem 1rem;
  border: 1px solid #9E9E9E;
}
.drop-files i {
  font-size: 2.5rem;
}
.drop-files > span {
  font-size: 1.25rem;
  font-weight: 400;
  color: #9E9E9E;
  display: block;
  margin-top: 10px;
}
.drop-files .dz-success-mark, .drop-files .dz-error-mark {
  display: none;
}
.drop-files .dz-preview {
  font-size: 0.875rem;
  font-weight: 400;
  color: #323130;
  margin: 15px 0;
}
.drop-files .dz-preview .dz-remove {
  color: #C37B89;
  margin-top: 2px;
}

.state-label {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 2px 8px;
  border-radius: 3px;
}
.state-label:not(:last-child) {
  margin-right: 5px;
}
.state-label.green-label-full {
  background: #3EA68B;
  color: #fff;
}
.state-label.red-label-full {
  background: #C37B89;
  color: #fff;
}
.state-label.green-label {
  background: #DCE1E0;
  color: #323130;
}
.state-label.red-label {
  background: #EBDDDF;
  color: #323130;
}
.state-label.blue-label {
  background: #E3EBF7;
  color: #323130;
}
.state-label.yellow-label {
  background: #F4F3E9;
  color: #323130;
}
.state-label.orange-label {
  background: #F1EAE2;
  color: #323130;
}

.custom-data-table-container .dataTables_wrapper .paginate_button.current, .custom-data-table-container .dataTables_wrapper .paginate_button:hover {
  border: none !important;
  background: #DBDADA !important;
}
.custom-data-table-container .dataTables_wrapper .paginate_button.disabled {
  opacity: 0.3;
}

/*common for tables*/
tr.row-darker td {
  background: #eaeaea;
}

table input[type=checkbox] {
  width: 1rem;
  height: 1rem;
  border-radius: 2px;
  background: #DBDADA;
  position: relative;
  top: 3px;
}
table input[type=checkbox]:checked {
  background: #908c8c;
  box-shadow: inset 2px 2px #DBDADA, inset -2px -2px #DBDADA;
  border: 1px solid #908c8c;
}

/*custom search in table*/
.search-filters-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 550px) {
  .search-filters-container {
    flex-flow: row wrap;
  }
}

.filters-container {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 550px) {
  .filters-container {
    margin-bottom: 1.5rem;
  }
}
.filters-container .filter-button {
  min-width: 185px;
}
.filters-container div {
  max-width: 149px;
}
@media (max-width: 550px) {
  .filters-container div {
    width: 100%;
    max-width: 100%;
    margin-right: 0 !important;
    margin-bottom: 0.5rem;
  }
}
.filters-container.items-center {
  align-items: center;
}
.filters-container.items-end {
  align-items: flex-end;
}
.filters-container div:not(:last-child) {
  margin-right: 1.25rem;
}
.filters-container label {
  font-size: 0.875rem;
  display: block;
  margin-bottom: 5px;
  color: rgba(45, 40, 38, 0.7);
}

.custom-table-search {
  position: relative;
  display: inline-block;
  margin-right: 1.5rem;
}
.custom-table-search input {
  max-width: 200px;
  padding-left: 50px;
  font-size: 1rem;
  font-weight: 400;
  color: #9E9E9E;
  background: transparent;
  min-height: 54px;
}
.custom-table-search i {
  color: #9E9E9E;
  font-size: 1rem;
  position: absolute;
  left: 20px;
  top: 18px;
}

/*hide table search for active custom*/
.custom-data-table-container .dataTables_filter {
  display: none !important;
}

/*first users table*/
.user-info {
  display: flex;
  align-items: center;
}
.user-info i {
  font-size: 1.5rem;
  margin-right: 1rem;
}
.user-info .name {
  font-size: 0.875rem;
  font-weight: 600;
  color: #323130;
  display: block;
}
.user-info .job {
  font-size: 0.875rem;
  font-weight: 500;
  color: #BABDC9;
  display: block;
}
.user-info img {
  margin-right: 10px;
  border-radius: 100%;
}
@media (max-width: 550px) {
  .user-info img {
    display: none !important;
  }
}

@media (max-width: 550px) {
  .simple-table-container {
    overflow-x: scroll;
    width: 100%;
  }
}
.simple-table, .expedientes-table {
  border-collapse: collapse;
}
.simple-table tr td, .simple-table tr th, .expedientes-table tr td, .expedientes-table tr th {
  padding: 1rem;
  border-bottom: 1px solid #E5EAEE;
  vertical-align: middle;
  text-align: left;
}
.simple-table tr th, .expedientes-table tr th {
  font-size: 1rem;
  font-weight: 500;
  color: #BABDC9;
}
.simple-table tr td, .expedientes-table tr td {
  font-size: 1rem;
  font-weight: 500;
  color: #323130;
}
.simple-table tr td:has(i), .expedientes-table tr td:has(i) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.simple-table tr td i.ph-trash, .expedientes-table tr td i.ph-trash {
  margin-left: 10px;
  font-size: 1.5rem;
  color: #C37B89;
}
.simple-table.noleftborder td, .simple-table.noleftborder th, .expedientes-table.noleftborder td, .expedientes-table.noleftborder th {
  padding: 1rem 0.8rem 1rem 0;
}

/*data tables*/
.table-title {
  display: block;
  padding: 1rem;
  text-align: center;
}

.custom-data-table-container.fs-small {
  font-size: 0.875rem;
}
.custom-data-table-container.fs-small td:not(.actions) i {
  font-size: 1rem;
  position: relative;
  top: 2px;
}

.custom-data-table-container * {
  box-sizing: border-box !important;
}

.custom-data-table-container .dataTables_scrollBody::-webkit-scrollbar, .dt-Reorder-float-parent .dataTables_scrollBody::-webkit-scrollbar {
  margin-top: 10px;
  height: 12px;
}
.custom-data-table-container .dataTables_scrollBody::-webkit-scrollbar-track, .dt-Reorder-float-parent .dataTables_scrollBody::-webkit-scrollbar-track {
  background: #DBDADA;
}
.custom-data-table-container .dataTables_scrollBody::-webkit-scrollbar-thumb, .dt-Reorder-float-parent .dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #9E9E9E;
}
.custom-data-table-container .dataTables_scrollBody::-webkit-scrollbar-thumb:hover, .dt-Reorder-float-parent .dataTables_scrollBody::-webkit-scrollbar-thumb:hover {
  background: #858585;
}
.custom-data-table-container .dataTable, .dt-Reorder-float-parent .dataTable {
  border-collapse: collapse;
}
.custom-data-table-container .dataTable thead th:has(.button), .custom-data-table-container .dataTable thead th:has(select), .custom-data-table-container .dataTable thead th:has(input.outline), .custom-data-table-container .dataTable tbody td:has(.button), .custom-data-table-container .dataTable tbody td:has(select), .custom-data-table-container .dataTable tbody td:has(input.outline), .dt-Reorder-float-parent .dataTable thead th:has(.button), .dt-Reorder-float-parent .dataTable thead th:has(select), .dt-Reorder-float-parent .dataTable thead th:has(input.outline), .dt-Reorder-float-parent .dataTable tbody td:has(.button), .dt-Reorder-float-parent .dataTable tbody td:has(select), .dt-Reorder-float-parent .dataTable tbody td:has(input.outline) {
  padding: 0.5rem 1rem;
}
.custom-data-table-container .dataTable thead th, .dt-Reorder-float-parent .dataTable thead th {
  padding: 1rem;
  text-align: left;
  border: 1px solid #DBDADA;
  background-color: #F4F4F4;
  font-size: 1rem;
  font-weight: 500;
  color: #9D9D9D;
}
.custom-data-table-container .dataTable thead th i:not(.button i), .dt-Reorder-float-parent .dataTable thead th i:not(.button i) {
  font-size: 1.25rem;
  color: #323130;
  position: relative;
  top: 4px;
}
.custom-data-table-container .dataTable thead th:has(span):has(a) a, .dt-Reorder-float-parent .dataTable thead th:has(span):has(a) a {
  margin-left: 5px;
}
.custom-data-table-container .dataTable thead th a:not(:has(i)), .dt-Reorder-float-parent .dataTable thead th a:not(:has(i)) {
  color: #9D9D9D;
  text-decoration: underline;
}
.custom-data-table-container .dataTable tbody td, .dt-Reorder-float-parent .dataTable tbody td {
  padding: 1rem;
  text-align: left;
  border-color: #DBDADA;
  background: #F4F4F4;
}
.custom-data-table-container .dataTable tbody td .dropdown, .dt-Reorder-float-parent .dataTable tbody td .dropdown {
  cursor: pointer;
}
.custom-data-table-container .dataTable tbody td .dropdown span, .dt-Reorder-float-parent .dataTable tbody td .dropdown span {
  text-decoration: underline;
}
.custom-data-table-container .dataTable tbody td a, .dt-Reorder-float-parent .dataTable tbody td a {
  color: #323130;
  text-decoration: underline;
}
.custom-data-table-container .dataTable tbody td a:has(i), .dt-Reorder-float-parent .dataTable tbody td a:has(i) {
  text-decoration: none;
}
.custom-data-table-container .dataTable tbody td a:has(i) i, .dt-Reorder-float-parent .dataTable tbody td a:has(i) i {
  position: relative;
}
.custom-data-table-container .dataTable tbody td.actions, .dt-Reorder-float-parent .dataTable tbody td.actions {
  text-align: center;
}
.custom-data-table-container .dataTable tbody td i, .dt-Reorder-float-parent .dataTable tbody td i {
  font-size: 1.25rem;
}
.custom-data-table-container .dataTable tbody td i.ph-trash, .dt-Reorder-float-parent .dataTable tbody td i.ph-trash {
  color: #C37B89;
}
.custom-data-table-container .dataTable tbody td i.ph-truck, .dt-Reorder-float-parent .dataTable tbody td i.ph-truck {
  color: #3EA68B;
}
.custom-data-table-container .dataTable tbody td i.ph-flag, .dt-Reorder-float-parent .dataTable tbody td i.ph-flag {
  cursor: pointer;
}
.custom-data-table-container .dataTable tbody td i.ph-fill.ph-flag, .dt-Reorder-float-parent .dataTable tbody td i.ph-fill.ph-flag {
  color: #C37B89;
}
.custom-data-table-container .dataTable tbody td i.icon-small, .dt-Reorder-float-parent .dataTable tbody td i.icon-small {
  font-size: 1rem;
}
.custom-data-table-container .dataTable tbody td input + i, .dt-Reorder-float-parent .dataTable tbody td input + i {
  position: relative;
  top: 2px;
}
.custom-data-table-container .dataTable tbody td.actions i:not(:first-child), .dt-Reorder-float-parent .dataTable tbody td.actions i:not(:first-child) {
  margin-left: 3px;
}
.custom-data-table-container .dataTable tbody td.align-center, .dt-Reorder-float-parent .dataTable tbody td.align-center {
  text-align: center;
}
.custom-data-table-container .dataTable tbody td input[type=text], .dt-Reorder-float-parent .dataTable tbody td input[type=text] {
  padding: 0;
  border: 0;
  width: 100%;
  padding-right: 10px;
}
.custom-data-table-container .dataTable tbody td input[type=text].outline, .dt-Reorder-float-parent .dataTable tbody td input[type=text].outline {
  border: 1px solid #9D9D9D;
  min-height: 44px;
  padding: 0 1rem;
}
.custom-data-table-container .dataTable tbody td:has(input):has(i) input, .dt-Reorder-float-parent .dataTable tbody td:has(input):has(i) input {
  max-width: calc(100% - 20px);
}
.custom-data-table-container .dataTable tbody td.dtfc-fixed-left, .custom-data-table-container .dataTable tbody td.dtfc-fixed-right, .dt-Reorder-float-parent .dataTable tbody td.dtfc-fixed-left, .dt-Reorder-float-parent .dataTable tbody td.dtfc-fixed-right {
  z-index: 2;
}
.custom-data-table-container .dataTable tbody .child-row, .dt-Reorder-float-parent .dataTable tbody .child-row {
  font-size: 0.875rem;
}
.custom-data-table-container .dataTable tbody .child-row .ph-fill, .dt-Reorder-float-parent .dataTable tbody .child-row .ph-fill {
  font-size: 1rem;
  position: relative;
  top: 2px;
}
.custom-data-table-container .dataTable tbody .child-row .ph-fill.ph-check-fat, .dt-Reorder-float-parent .dataTable tbody .child-row .ph-fill.ph-check-fat {
  color: #3EA68B;
}
.custom-data-table-container .dataTable tbody .child-row .ph-fill.ph-warning, .dt-Reorder-float-parent .dataTable tbody .child-row .ph-fill.ph-warning {
  color: #F1A041;
}
.custom-data-table-container .dataTable tbody .child-row .ph-fill.ph-play, .dt-Reorder-float-parent .dataTable tbody .child-row .ph-fill.ph-play {
  color: #3EA68B;
}
.custom-data-table-container .dataTable tbody .child-row .ph-fill.ph-pause, .dt-Reorder-float-parent .dataTable tbody .child-row .ph-fill.ph-pause {
  color: #2B79B9;
}
.custom-data-table-container .dataTable tbody .shown .dropdown i.ph-caret-down, .dt-Reorder-float-parent .dataTable tbody .shown .dropdown i.ph-caret-down {
  display: inline-block;
  transform: rotate(180deg);
}
.custom-data-table-container .dataTables_wrapper.no-footer .dataTables_scrollBody, .dt-Reorder-float-parent .dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-color: #DBDADA;
}
.custom-data-table-container.users-data-table .user-info .name, .dt-Reorder-float-parent.users-data-table .user-info .name {
  font-size: 1rem;
  font-weight: 400;
  color: #323130;
}
.custom-data-table-container.users-data-table tbody td, .dt-Reorder-float-parent.users-data-table tbody td {
  padding: 10px 1.5rem;
}

/*custom tables by id*/
#c_table-resumen-actividad tr.child-row td {
  font-size: 0.75rem;
}
#c_table-resumen-actividad tr.child-row td:not(:first-child) {
  border-left: 0;
}
#c_table-resumen-actividad tr.child-row td:not(:last-child) {
  border-right: 0;
}

#c_add_centros_table tr td:first-child, #c_add_centros_table tr td:last-child {
  text-align: center;
}

/*exports and search on mobile */
.dtfc-fixed-left, .dtfc-fixed-right {
  position: static !important;
}

@media (max-width: 550px) {
  .custom-table-buttons > div {
    text-align: left !important;
  }
  .custom-table-buttons > div .button, .custom-table-buttons > div .custom-table-search {
    margin-bottom: 1rem;
  }
  .custom-table-buttons .align-right .button, .custom-table-buttons .align-right .button-select, .custom-table-buttons .align-right .custom-table-search {
    margin-bottom: 1rem;
  }
}
.menu-content:not(.active) {
  display: none;
}

body:has(.custom-modal:target) {
  height: 100vh;
  overflow: hidden;
}

/*modal generics*/
.custom-modal {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.4s;
}
.custom-modal:target {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  visibility: visible;
  opacity: 1;
  z-index: 999;
  height: 100vh;
  overflow: auto;
}
.custom-modal .click-out-modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.custom-modal .modal-content {
  position: relative;
  z-index: 3;
  padding: 2.5rem max(2vw, 1.5rem);
  max-width: 1200px;
  margin: 1rem;
  margin-top: max(2.5vw, 1.5rem);
}
.custom-modal .modal-content.full {
  width: 100%;
  max-width: calc(100% - 2.5vw);
}
.custom-modal .modal-content.half {
  width: 100%;
  max-width: 1024px;
}
.custom-modal .modal-content .close-modal {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 2rem;
  color: #DBDADA;
  transition: 0.4s color linear;
}
.custom-modal .modal-content .close-modal:hover {
  color: #c2c0c0;
}

/*customized modals*/
#user-edit-modal .modal-content {
  padding: 0;
}
#user-edit-modal .modal-content h2 {
  margin: 2.5rem 0 0;
  padding: 0 max(2vw, 1.5rem);
}
#user-edit-modal .modal-content form > div {
  padding: 2.5rem max(2vw, 1.5rem);
}
#user-edit-modal .modal-content form .job-info {
  background: #F4F4F4;
}

/*expedientes modal*/
#expediente-modal .buttons-field button {
  padding: 0.75rem 1.5rem;
  border-radius: 2px;
}

/**/
#activity-details .modal-content {
  padding: 0;
}
#activity-details .modal-content h2 {
  padding: 2rem 4rem 2rem 2.5rem;
  border-bottom: 1px solid #DBDADA;
}
#activity-details .modal-content .c_tabs-card {
  padding: 0 max(2.5vw, 2rem) max(2.5vw, 2rem);
}
#activity-details .modal-content .c_tabs-card .resumen-data li:not(:last-child) {
  margin-bottom: 1rem;
}

/**/
.card-container {
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #fff;
  height: 100%;
}
.card-container.border-green {
  border: 1px solid #3EA68B;
}
.card-container.border-green .ph-fill {
  color: #3EA68B;
}
.card-container.border-blue {
  border: 1px solid #2B79B9;
}
.card-container.border-blue .ph-fill {
  color: #2B79B9;
}
.card-container.border-red {
  border: 1px solid #dc3545;
}
.card-container.border-red .ph-fill {
  color: #dc3545;
}
.card-container.border-orange {
  border: 1px solid #F1A041;
}
.card-container.border-orange .ph-fill {
  color: #F1A041;
}
.card-container .toggle-card {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  transition: 0.2s transform linear;
}
.card-container .toggle-card i {
  font-size: 1.25rem;
}
.card-container .toggle-card.slide {
  display: inline-block;
  transform: rotate(180deg);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #323130;
  margin-bottom: 1.5rem;
}

.card-data-number {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 10px;
}
.card-data-number.small {
  font-size: 0.875rem;
}
@media (max-width: 550px) {
  .card-data-number {
    font-size: 1.25rem;
    font-weight: 700;
    color: #323130;
  }
}

.card-data-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #9E9E9E;
}

.c_data-graphics_number-data {
  min-height: 140px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}
.c_data-graphics_number-data .icon-container {
  font-size: 2rem;
  color: #C37B89;
}
.c_data-graphics_number-data .card-data-number {
  display: block;
}

/**/
.c_data-graphics_users .data-user-activity {
  margin-top: 1.5rem;
}
.c_data-graphics_users .data-user-activity .menu-tabs {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #E5EAEE;
  margin-bottom: 1.5rem;
}
.c_data-graphics_users .data-user-activity .menu-tabs li {
  font-size: 0.875rem;
  font-weight: 600;
  color: #9E9E9E;
  margin-right: max(1vw, 0.5rem);
  position: relative;
  cursor: pointer;
}
.c_data-graphics_users .data-user-activity .menu-tabs li:last-child {
  margin-right: 0;
}
.c_data-graphics_users .data-user-activity .menu-tabs li.active {
  color: #323130;
}
.c_data-graphics_users .data-user-activity .menu-tabs li:hover:after, .c_data-graphics_users .data-user-activity .menu-tabs li.active:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #C37B89;
  position: absolute;
  bottom: -8px;
  left: 0;
}
.c_data-graphics_users .data-table .user-info {
  display: flex;
  flex-flow: row nowrap;
}
.c_data-graphics_users .data-table .user-info img {
  max-width: 40px;
  max-height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 100%;
  margin-right: 15px;
}
.c_data-graphics_users .data-table .user-info .name {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  color: #323130;
}
.c_data-graphics_users .data-table .user-info .job {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #BABDC9;
}

/**/
.c_data-table_time-weights .time-weight-container {
  display: flex;
  flex-flow: row nowrap;
}
@media (max-width: 550px) {
  .c_data-table_time-weights .time-weight-container {
    flex-flow: row wrap;
  }
}
.c_data-table_time-weights .time-weight-container .time-weight-cell {
  width: 100%;
  padding-right: 1rem;
}
@media (max-width: 550px) {
  .c_data-table_time-weights .time-weight-container .time-weight-cell {
    width: 50%;
    margin-bottom: 20px;
  }
}
.c_data-table_time-weights .time-weight-container .time-weight-cell .ph {
  font-size: 1.5rem;
}
.c_data-table_time-weights .time-weight-container .time-weight-cell .card-data-number {
  margin-bottom: 5px;
}
.c_data-table_time-weights .time-weight-container .time-weight-cell .card-data-number, .c_data-table_time-weights .time-weight-container .time-weight-cell .card-data-text {
  display: block;
}

/**/
.c_data-table_summary .data-container > div:not(:last-child) {
  margin-bottom: 10px;
}

/**/
.machine-col {
  margin-top: 80px;
}

.c_machine-card {
  text-align: center;
  position: relative;
}
.c_machine-card .machine-image-container {
  margin: -85px 0 20px 0;
}
.c_machine-card .machine-image-container img {
  margin: 0 auto;
  mix-blend-mode: darken;
}
.c_machine-card .alert {
  font-size: 0.875rem;
  font-weight: 400;
  color: #C37B89;
  display: block;
  margin-bottom: 10px;
}
.c_machine-card .controls-container {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #323130;
}
.c_machine-card .controls-container i {
  font-size: 1.5rem;
  position: relative;
  top: 3px;
}
.c_machine-card .buttons-container {
  display: flex;
  justify-content: space-around;
  margin-bottom: 1rem;
}
.c_machine-card i.ph-fill {
  display: none;
}
.c_machine-card.play-active i.ph.ph-gauge, .c_machine-card.play-active i.ph.ph-play {
  display: none;
}
.c_machine-card.play-active i.ph-fill.ph-gauge, .c_machine-card.play-active i.ph-fill.ph-play {
  display: inline;
  color: #3EA68B;
}
.c_machine-card.pause-active i.ph.ph-pause {
  display: none;
}
.c_machine-card.pause-active i.ph-fill.ph-pause {
  display: inline;
  color: #2B79B9;
}
.c_machine-card.play-active:after, .c_machine-card.pause-active:after {
  content: "";
  width: 70%;
  height: 8px;
  border-radius: 2px;
  position: absolute;
  left: 15%;
  bottom: -4px;
}
.c_machine-card.pause-active:after {
  background: #2B79B9;
}
.c_machine-card.play-active:after {
  background: #3EA68B;
}

/**/
.featured-card-container {
  margin-bottom: 1.5rem;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.featured-card-container .small {
  font-size: 1rem;
  padding-left: 10px;
}
.featured-card-container .card-data-number {
  text-align: right;
  min-width: 160px;
  border-left: 1px solid #323130;
  margin-right: 0;
  padding-left: 20px;
}
@media (max-width: 550px) {
  .featured-card-container .card-data-number {
    display: block;
    width: 100%;
    padding: 0.5rem 0 0 0;
    border: none;
    text-align: left;
  }
}
.featured-card-container .card-data-number.number-below {
  display: block;
  padding-left: 0;
}
.featured-card-container i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.featured-card-container.bg-green {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #3EA68B;
  height: 100%;
}
.featured-card-container.bg-green * {
  color: #fff;
  border-color: #fff;
}
.featured-card-container.bg-grey {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #D9D9D9;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #323130;
}
.featured-card-container.bg-orange {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #F1A041;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #323130;
}
.featured-card-container.bg-blue {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #2B79B9;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #323130;
}
.featured-card-container.bg-red {
  padding: 1rem 1.5rem;
  border-radius: 0.5rem;
  background: #C37B89;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #323130;
}
.featured-card-container.bg-red * {
  color: #fff;
  border-color: #fff;
}
@media (max-width: 550px) {
  .featured-card-container {
    font-size: 1.25rem !important;
  }
}
.featured-card-container.card-small span {
  font-size: 1rem;
}
.featured-card-container.card-small .card-data-number {
  min-width: auto;
  border-left: none;
  font-size: 1.5rem;
}
.featured-card-container:is(.mb-full > .featured-card-container) {
  margin-bottom: 0;
}

.featured-data-cards-container.container-flex {
  display: flex;
  flex-flow: row wrap;
  margin: 0 -8px;
}
.featured-data-cards-container.container-flex .featured-card-container {
  margin-left: 8px;
  margin-right: 8px;
  min-width: 160px;
  width: calc(100% - 16px);
}
.featured-data-cards-container.container-flex .featured-card-container .card-data-number {
  min-width: 0;
}
.featured-data-cards-container.container-flex .featured-card-container.card-width-1-7 {
  width: calc((14.2857142857% * 1) - 16px);
}
.featured-data-cards-container.container-flex .featured-card-container.card-width-2-7 {
  width: calc((14.2857142857% * 2) - 16px);
}
.featured-data-cards-container.container-flex .featured-card-container.card-width-3-7 {
  width: calc((14.2857142857% * 3) - 16px);
}
.featured-data-cards-container.container-flex .featured-card-container.card-width-4-7 {
  width: calc((14.2857142857% * 4) - 16px);
}
.featured-data-cards-container.container-flex .featured-card-container.card-width-5-7 {
  width: calc((14.2857142857% * 5) - 16px);
}
.featured-data-cards-container.container-flex .featured-card-container.card-width-6-7 {
  width: calc((14.2857142857% * 6) - 16px);
}
@media (max-width: 550px) {
  .featured-data-cards-container.container-flex .featured-card-container[class*=card-width] {
    width: 100% !important;
  }
}

/**/
.timeinfo-machine-container .card-container {
  font-size: 1.25rem;
  font-weight: 400;
  color: #323130;
}
.timeinfo-machine-container .card-container > div:not(:last-child) {
  margin-bottom: 0.5rem;
}
.timeinfo-machine-container .card-container i {
  margin-right: 5px;
}

/**/
.c_data-pedidos {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-around;
  padding: 0.5rem 1rem;
  height: auto;
  min-height: 68px;
}
@media (max-width: 550px) {
  .c_data-pedidos {
    flex-flow: row wrap;
  }
}
.c_data-pedidos > div:not(:last-child) {
  margin-right: 15px;
}
.c_data-pedidos .data-pedido-container {
  display: flex;
  max-width: 130px;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 550px) {
  .c_data-pedidos .data-pedido-container {
    max-width: 100%;
    width: 100%;
    justify-content: flex-start;
    margin-bottom: 1rem;
  }
}
.c_data-pedidos .card-data-number {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: 400;
}
.c_data-pedidos .card-data-number.bg-green {
  color: #fff;
}
@media (max-width: 550px) {
  .c_data-pedidos .progress {
    width: 100%;
  }
}
.c_data-pedidos .progress .card-data-number {
  padding: 0;
}
.c_data-pedidos .progress .progress-container {
  height: 4px;
  width: 100%;
  border-radius: 4px;
  background: #d4d4d4;
  margin: 3px 0;
}
.c_data-pedidos .progress .progress-container .progress-bar {
  height: 4px;
  border-radius: 4px;
  background: #3EA68B;
}

/*tabs card*/
.c_tabs-card {
  /*tabs half vertical size*/
}
.c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) {
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: flex-start;
}
@media (max-width: 550px) {
  .c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) {
    align-items: stretch;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) li {
  padding: 1rem 1.25rem;
  border-top: 1px solid #DBDADA;
  border-left: 1px solid #DBDADA;
  border-bottom: 1px solid #DBDADA;
  position: relative;
  top: 1px;
  cursor: pointer;
  background: #F4F4F4;
}
@media (max-width: 550px) {
  .c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) li {
    padding: 1rem 1rem;
    font-size: 0.875rem;
  }
}
.c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) li:last-child {
  border-right: 1px solid #DBDADA;
}
.c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) li.active {
  background: #fff;
  border-bottom-color: #fff;
}
.c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) li i {
  font-size: 1.25em;
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.c_tabs-card .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) li:not(:has(span)) i {
  margin-right: 0;
}
.c_tabs-card .menu-content {
  border: 1px solid #DBDADA;
  padding: 2rem 1.5rem;
  background: #fff;
}
.c_tabs-card.half .menu-tabs:not(.c_tabs-vertical-card > .menu-tabs) li {
  padding: 0.5rem 0.75rem;
}
.c_tabs-card.half .menu-content {
  padding: 1rem;
}

.no-radius-card {
  border: 1px solid #DBDADA;
  padding: 2rem 1.5rem;
  background: #fff;
}

/*tabs card vertical*/
.c_tabs-vertical-card {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 550px) {
  .c_tabs-vertical-card {
    flex-wrap: wrap;
  }
}
.c_tabs-vertical-card .menu-tabs {
  padding-right: 1.5rem;
  border-right: 1px solid #DBDADA;
}
@media (max-width: 550px) {
  .c_tabs-vertical-card .menu-tabs {
    margin-bottom: 20px;
  }
}
.c_tabs-vertical-card .menu-tabs li {
  padding: 1rem;
  cursor: pointer;
}
.c_tabs-vertical-card .menu-tabs li.active {
  background: #F4F4F4;
}
.c_tabs-vertical-card .menu-content {
  width: 100%;
  border: 0;
  padding: 0 0 0 max(2.5vw, 1rem);
}
.c_tabs-vertical-card .menu-content .phase-container {
  max-height: 600px;
  overflow: auto;
}
.c_tabs-vertical-card .menu-content .phase-step-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 600;
}
.c_tabs-vertical-card .menu-content .phase-step-title i {
  padding: 1rem;
  font-size: 1.5rem;
  background: #fff;
}
.c_tabs-vertical-card .menu-content .phase-step-content {
  margin-left: 1.75rem;
  border-left: 1px solid #323130;
  padding: 0 0 1rem 1.75rem;
}
.c_tabs-vertical-card .menu-content .phase-step-content input {
  border-radius: #DBDADA;
  padding-right: 1.5rem;
}
.c_tabs-vertical-card .menu-content .phase-step-content input + i {
  font-size: 1.5rem;
  position: relative;
  left: -2rem;
  top: 3px;
}
.c_tabs-vertical-card .menu-content .phase-step-content .signed-info {
  margin: 0.5rem 0 1rem;
}
.c_tabs-vertical-card .menu-content .phase-step-content .signed-orders-container {
  padding: 1rem 1rem;
  border-radius: 6px;
  background: #F4F4F4;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.c_tabs-vertical-card .menu-content .phase-step-content .signed-orders-container .title-tertiary {
  width: 100%;
  padding: 0 0.5rem;
}
.c_tabs-vertical-card .menu-content .phase-step-content .signed-orders-container .signed-order {
  width: 10%;
  min-width: 140px;
  padding: 0 0.5rem;
  margin-bottom: 1rem;
}
.c_tabs-vertical-card .menu-content .phase-step-content .signed-orders-container.orders-long .signed-order {
  width: 33.333333%;
  min-width: 250px;
}
@media (max-width: 550px) {
  .c_tabs-vertical-card .menu-content .phase-step-content .signed-orders-container.orders-long .signed-order {
    min-width: 100%;
  }
}

.c_data-graphics-machine-state .apexcharts-legend {
  display: none !important;
}

.c_tarea-card {
  display: flex;
  flex-flow: row wrap;
  padding: 1rem;
  border: 1px solid #DBDADA;
  margin-bottom: 1rem;
}
.c_tarea-card .tarea-left {
  width: calc(100% - 80px);
  padding-right: 10px;
}
@media (max-width: 550px) {
  .c_tarea-card .tarea-left {
    width: 100%;
  }
}
.c_tarea-card .tarea-left .tarea-title, .c_tarea-card .tarea-left .tarea-date {
  display: block;
}
.c_tarea-card .tarea-right {
  width: 80px;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
}

.swal2-title {
  font-size: 1.5rem;
}

[tooltip] {
  position: relative; /* opinion 1 */
}

/* Applies to all tooltips */
[tooltip]::before,
[tooltip]::after {
  text-transform: none; /* opinion 2 */
  font-size: 11px; /* opinion 3 */
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  display: none;
  opacity: 0;
}

[tooltip]::before {
  content: "";
  border: 5px solid transparent; /* opinion 4 */
  z-index: 1001; /* absurdity 1 */
}

[tooltip]::after {
  content: attr(tooltip); /* magic! */
  /*
    Let the content set the size of the tooltips
    but this will also keep them from being obnoxious
    */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 1ch 1.5ch;
  border-radius: 0.3ch;
  box-shadow: 0 1em 2em -0.5em rgba(0, 0, 0, 0.35);
  background: #333;
  color: #fff;
  z-index: 1000; /* absurdity 2 */
}

/* Make the tooltips respond to hover */
[tooltip]:hover::before,
[tooltip]:hover::after {
  display: block;
}

/* don't show empty tooltips */
[tooltip=""]::before,
[tooltip=""]::after {
  display: none !important;
}

/* FLOW: UP */
[tooltip]:not([flow])::before,
[tooltip][flow^=up]::before {
  bottom: 100%;
  border-bottom-width: 0;
  border-top-color: #333;
}

[tooltip]:not([flow])::after,
[tooltip][flow^=up]::after {
  bottom: calc(100% + 5px);
}

[tooltip]:not([flow])::before,
[tooltip]:not([flow])::after,
[tooltip][flow^=up]::before,
[tooltip][flow^=up]::after {
  left: 50%;
  transform: translate(-50%, -0.5em);
}

/* FLOW: DOWN */
[tooltip][flow^=down]::before {
  top: 100%;
  border-top-width: 0;
  border-bottom-color: #333;
}

[tooltip][flow^=down]::after {
  top: calc(100% + 5px);
}

[tooltip][flow^=down]::before,
[tooltip][flow^=down]::after {
  left: 50%;
  transform: translate(-50%, 0.5em);
}

/* FLOW: LEFT */
[tooltip][flow^=left]::before {
  top: 50%;
  border-right-width: 0;
  border-left-color: #333;
  left: calc(0em - 5px);
  transform: translate(-0.5em, -50%);
}

[tooltip][flow^=left]::after {
  top: 50%;
  right: calc(100% + 5px);
  transform: translate(-0.5em, -50%);
}

/* FLOW: RIGHT */
[tooltip][flow^=right]::before {
  top: 50%;
  border-left-width: 0;
  border-right-color: #333;
  right: calc(0em - 5px);
  transform: translate(0.5em, -50%);
}

[tooltip][flow^=right]::after {
  top: 50%;
  left: calc(100% + 5px);
  transform: translate(0.5em, -50%);
}

/* KEYFRAMES */
@keyframes tooltips-vert {
  to {
    opacity: 0.9;
    transform: translate(-50%, 0);
  }
}
@keyframes tooltips-horz {
  to {
    opacity: 0.9;
    transform: translate(0, -50%);
  }
}
/* FX All The Things */
[tooltip]:not([flow]):hover::before,
[tooltip]:not([flow]):hover::after,
[tooltip][flow^=up]:hover::before,
[tooltip][flow^=up]:hover::after,
[tooltip][flow^=down]:hover::before,
[tooltip][flow^=down]:hover::after {
  animation: tooltips-vert 300ms ease-out forwards;
}

[tooltip][flow^=left]:hover::before,
[tooltip][flow^=left]:hover::after,
[tooltip][flow^=right]:hover::before,
[tooltip][flow^=right]:hover::after {
  animation: tooltips-horz 300ms ease-out forwards;
}

/*general*/
.fc .fc-button {
  color: #323130;
  background-color: #F4F4F4;
  border-color: #9D9D9D;
}
.fc .fc-button:hover {
  background-color: #ececec;
  color: #323130;
}
.fc .fc-button:focus {
  box-shadow: none !important;
}
.fc .fc-button.fc-button-active {
  background-color: #323130;
}
.fc .fc-button.fc-button-primary:disabled {
  color: #323130;
  background-color: #F4F4F4;
  border-color: #9D9D9D;
  opacity: 0.4;
}

.fc-day {
  position: relative;
}

.fc-event {
  padding-left: 5px;
  padding-right: 5px;
  height: 100%;
}
.fc-event .fc-event-main {
  font-size: 0.75rem;
  overflow: hidden;
}

/* calendario centros */
#calendario-centros {
  /*colores según el estado del evento*/
  /*Color previo según el material*/
  /*las clases del material determinarán el material utilizado, las clases se añaden en Json de inicialización del calendar*/
  /*Tooltip evento*/
}
#calendario-centros .fc-scroller-harness, #calendario-centros .fc-scroller {
  overflow: visible !important;
}
#calendario-centros .fc-event {
  margin-left: 15px;
  position: relative;
}
#calendario-centros .total-hours {
  position: absolute;
  top: 4px;
  left: 3px;
  font-size: 1rem;
  font-weight: 500;
  color: #323130;
}
#calendario-centros .fc-event.iniciadas {
  border-color: #2B79B9;
  background-color: #2B79B9;
}
#calendario-centros .fc-event.iniciadas .fc-event-main {
  color: #323130;
}
#calendario-centros .fc-event.pausadas {
  border-color: #C37B89;
  background-color: #C37B89;
}
#calendario-centros .fc-event.pausadas .fc-event-main {
  color: #fff;
}
#calendario-centros .fc-event.acabadas {
  border-color: #F3F0D7;
  background-color: #F3F0D7;
}
#calendario-centros .fc-event.acabadas .fc-event-main {
  color: #323130;
}
#calendario-centros .fc-event:after {
  content: "";
  width: 8px;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -13px;
  border-radius: 2px;
}
#calendario-centros .material-negro .fc-list-event-dot, #calendario-centros .material-negro:after, #calendario-centros .material-negro .icon-material {
  border-color: #323130;
  background: #323130;
}
#calendario-centros .material-verde .fc-list-event-dot, #calendario-centros .material-verde:after, #calendario-centros .material-verde .icon-material {
  border-color: #3EA68B;
  background: #3EA68B;
}
#calendario-centros .material-azul .fc-list-event-dot, #calendario-centros .material-azul:after, #calendario-centros .material-azul .icon-material {
  border-color: #2B79B9;
  background: #2B79B9;
}
#calendario-centros .material-blanco .fc-list-event-dot, #calendario-centros .material-blanco:after, #calendario-centros .material-blanco .icon-material {
  border-color: #F4F4F4;
  background: #fff;
}
#calendario-centros .event-tooltip-container {
  width: 500px;
  border-radius: 10px;
  padding: max(1.5vw, 1rem);
  box-shadow: 0 4px 8px 0 rgba(16, 24, 64, 0.16);
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  right: min(-3vw, -2rem);
  top: 16px;
  z-index: 99999999;
}
@media (max-width: 550px) {
  #calendario-centros .event-tooltip-container {
    display: none !important;
  }
}
#calendario-centros .event-tooltip-container .title-primary {
  width: 100%;
  text-align: center;
}
#calendario-centros .event-tooltip-container .tooltip-info-left {
  width: calc(100% - 180px);
  padding-right: max(2.5vw, 1rem);
}
#calendario-centros .event-tooltip-container .tooltip-info-right {
  width: 180px;
}
#calendario-centros .event-tooltip-container .tooltip-info-right span {
  display: block;
  margin-top: 4px;
}
#calendario-centros .event-tooltip-container .info-block {
  padding-bottom: 10px;
}
#calendario-centros .event-tooltip-container .info-block:not(:last-child) {
  border-bottom: 1px solid #DBDADA;
  margin-bottom: 10px;
}
#calendario-centros .event-tooltip-container .info-block .info-line {
  padding: 3px 0;
}
#calendario-centros .event-tooltip-container .info-block .info-line i {
  font-size: 1.25rem;
  position: relative;
  top: 3px;
  max-width: 20px;
  margin-right: 3px;
}
#calendario-centros .event-tooltip-container .info-block .info-line .icon-material {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  position: relative;
  top: 3px;
  margin-right: 3px;
  border-width: 2px;
  border-style: solid;
}

@media (max-width: 550px) {
  .fc-header-toolbar {
    flex-wrap: wrap;
  }
  .fc-header-toolbar .fc-toolbar-chunk {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .fc-header-toolbar .fc-toolbar-chunk:has(.fc-toolbar-title) {
    order: 3;
    margin-top: 1rem;
  }
  .fc-view-harness {
    min-height: 500px;
  }
  .fc-dayGridMonth-view {
    overflow-x: scroll;
  }
  .fc-scrollgrid {
    min-width: 800px;
  }
}
/* Pages */
body.login {
  background: url(../images/design/background_login.8f153a.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body.login .login-container {
  max-width: 512px;
  padding: 0 1rem;
}
body.login .login-container .form-container {
  margin-top: calc(2vw + 30px);
  padding: 4rem 3rem;
  background-color: #fff;
}
body.login .login-container .form-container h3 {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 30px;
  font-weight: bold;
}

/*login form*/
.form-login input:not([type=checkbox]), .form-login select {
  border-radius: 7px;
}
.form-login input[type=checkbox] {
  border-radius: 3px;
}
.form-login input[type=submit] {
  margin-top: 30px;
  width: 100%;
  text-align: center;
}

.search-bar-container {
  padding: max(1vw, 1rem) max(1.5vw, 1rem);
  padding-left: calc(56px + 1rem);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row nowrap;
}
.search-bar-container .ph {
  font-size: 2.5rem;
}
@media (max-width: 550px) {
  .search-bar-container .ph {
    font-size: 2rem;
  }
}
.search-bar-container input[type=text] {
  margin: 0 max(1.5vw, 1rem);
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-size: 1.25rem;
}

.search-form-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: flex-start;
}
.search-form-container .form-field {
  max-width: calc(9.090909% - 5px);
  min-width: 160px;
  padding: 0;
}
@media (max-width: 550px) {
  .search-form-container .form-field {
    max-width: 100%;
  }
}
.search-form-container .form-field:not(:nth-last-child(2)):not(.button-field) {
  margin-right: 5px;
}
@media (max-width: 550px) {
  .search-form-container .form-field:not(:nth-last-child(2)):not(.button-field) {
    margin-right: 0;
  }
}
.search-form-container .form-field.button-field {
  width: 100%;
  max-width: 100%;
}
.search-form-container .form-field.button-field button {
  border-radius: 3px;
}
.search-form-container .form-field label {
  display: block;
  background: #fff;
  padding: 1rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: rgba(45, 40, 38, 0.6980392157);
  height: 100%;
  position: relative;
  flex-flow: column nowrap !important;
  align-items: flex-start !important;
  justify-content: center !important;
}
.search-form-container .form-field label input {
  border: none;
  margin-top: 5px;
  padding: 0;
  font-size: 0.875rem;
}
.search-form-container .form-field label .select2-selection--single {
  height: 20px;
  border: none;
  font-size: 0.875rem;
}
.search-form-container .form-field label .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
  padding: 0;
}
.search-form-container .form-field label .select2-selection--single .select2-selection__arrow {
  height: 20px;
}
.gen-search-group .search-form-container .form-field {
  max-width: calc(12.5% - 5px);
  min-width: 220px;
}
@media (max-width: 550px) {
  .gen-search-group .search-form-container .form-field {
    max-width: 100%;
  }
}
.gen-search-group .search-form-container .form-field.button-field {
  width: 100%;
  max-width: 100%;
}
.gen-search-group .search-form-container .form-field.button-field button {
  border-radius: 3px;
}
.search-form-container .date-field label {
  padding-right: 30px;
}
.search-form-container .date-field label .ph-bold {
  position: absolute;
  bottom: 18px;
  right: 15px;
  font-size: 1rem;
  top: auto;
  color: #323130;
}

.activity-search-layout {
  padding: max(1.5vw, 1rem);
  padding-left: calc(56px + 1rem);
  background: #e9e9e9;
}
@media (max-width: 550px) {
  .activity-search-layout {
    padding-left: max(1.5vw, 1rem) !important;
  }
}
.activity-search-layout .form-field {
  max-width: calc(20% - 5px);
  min-width: 220px;
}
@media (max-width: 550px) {
  .activity-search-layout .form-field {
    max-width: 100%;
  }
}

.user-profile-container {
  overflow: hidden;
}
.user-profile-container > div {
  padding: max(2.5vw, 1.5rem);
}
.user-profile-container .personal-info {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
}
.user-profile-container .personal-info .data-profile {
  width: calc(100% - 226px);
  padding-left: max(2vw, 1.5rem);
}
@media (max-width: 550px) {
  .user-profile-container .personal-info .data-profile {
    width: 100% !important;
    padding-left: 0;
  }
}
.user-profile-container .job-info {
  background: #efefef;
}
.user-profile-container .data-group > span {
  display: block;
  margin-bottom: 5px;
}
.user-profile-container .data-group .data-label {
  font-size: 1rem;
  font-weight: 600;
  color: #323130;
}
.user-profile-container .data-group .data-text {
  font-size: 1rem;
  font-weight: 300;
  color: #323130;
}
.user-profile-container .col-divider {
  margin-top: 0;
}

.form-switches-container {
  float: right;
}

.order-hidden, .centros-container {
  display: none;
}

.order-lines-summary span:not(:last-child) {
  padding-right: 20px;
}
@media (max-width: 850px) {
  .order-lines-summary {
    text-align: left !important;
  }
  .order-lines-summary .title-secondary {
    display: block;
    margin-top: 1rem;
  }
}

.calendar-filters {
  justify-content: flex-end;
}
@media (max-width: 550px) {
  .calendar-filters {
    justify-content: flex-start;
    text-align: left !important;
  }
}
.calendar-filters > div {
  max-width: 250px;
}

/*general*/
html.home {
  scroll-behavior: smooth;
}
html.home p {
  margin: 1.25rem 0;
}
html.home main {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
html.home main > div {
  width: calc(100% - 415px);
}
html.home .layout-container {
  padding-bottom: max(3.5vw, 3rem);
}
html.home .layout-container a {
  text-decoration: underline;
}
html.home .layout-container h4 {
  padding-top: 1.5rem;
}
html.home .layout-container i {
  font-style: italic;
}
html.home .sidebar {
  position: sticky;
  height: calc(100vh + 96px);
  top: 0;
}
html.home .sitemap {
  margin-top: 40px;
}
html.home .sitemap li {
  margin-bottom: 10px;
}

/* Demo Page styles */
body {
  background: #F4F4F4;
  color: #323130;
  font-size: 1rem;
}

pre {
  padding: 20px 0;
  border: 1px solid #9E9E9E;
  border-radius: 0.5rem;
  background: #DBDADA;
  margin: 1.5rem 0;
}

strong {
  font-weight: bolder !important;
}

*:not(.ph):not(.ph-bold):not(.ph-fill) {
  font-family: "Inter", sans-serif;
}

.layout-container {
  padding: max(1.5vw, 1rem);
  padding-left: calc(56px + 1rem);
}
@media (max-width: 550px) {
  .layout-container {
    padding-left: max(1.5vw, 1rem) !important;
  }
}

.title-primary {
  font-size: 1.5rem;
  font-weight: 600;
  color: #323130;
  margin-bottom: 2rem;
}
@media (max-width: 550px) {
  .title-primary {
    font-size: 1.35rem;
    font-weight: 600;
    color: #323130;
  }
}
.title-primary i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.title-secondary {
  font-size: 1.25rem;
  font-weight: 600;
  color: #323130;
  margin-bottom: 1rem;
}

.title-tertiary {
  font-size: 1rem;
  font-weight: 600;
  color: #323130;
  margin-bottom: 1rem;
}

.video-responsive-70 {
  position: relative;
  padding-bottom: 70%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-responsive-70 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.option-details-container {
  display: none;
}
