@charset "UTF-8";
:root {
  --icon-square-size: 1.75rem;
  --ui-header-height: 10rem;
  --ui-navbar-width-collapsed: 3.5rem;
  --ui-navbar-width-expanded: 10rem;
  --ui-navbar-header-height: 5.5rem;
  --scrollbarWidth: 1rem;
  --border_radius_5: .25rem;
  --border_radius_10: .5rem;
  --transition-cubic: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.has-primary-background-color,
.primary-b {
  background: #7918d7;
}

.has-primary-color,
.primary-t {
  color: #7918d7;
}

.btn-primary {
  background: #7918d7;
  border: 1px solid #7918d7;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-primary:hover {
  color: #7918d7;
}
.btn-primary a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-primary-icon {
  background: #7918d7;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-primary-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-primary-icon.small i {
  font-size: 1rem !important;
}
.btn-primary-icon:hover {
  color: #7918d7;
}
.btn-primary-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-primary {
  color: #7918d7;
  border: 1px solid #7918d7;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-primary:hover {
  background-color: #7918d7;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-secondary-background-color,
.secondary-b {
  background: #FFD052;
}

.has-secondary-color,
.secondary-t {
  color: #FFD052;
}

.btn-secondary {
  background: #FFD052;
  border: 1px solid #FFD052;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-secondary:hover {
  color: #FFD052;
}
.btn-secondary a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-secondary-icon {
  background: #FFD052;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-secondary-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-secondary-icon.small i {
  font-size: 1rem !important;
}
.btn-secondary-icon:hover {
  color: #FFD052;
}
.btn-secondary-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-secondary {
  color: #FFD052;
  border: 1px solid #FFD052;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-secondary:hover {
  background-color: #FFD052;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-success-background-color,
.success-b {
  background: #43c732;
}

.has-success-color,
.success-t {
  color: #43c732;
}

.btn-success {
  background: #43c732;
  border: 1px solid #43c732;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-success:hover {
  color: #43c732;
}
.btn-success a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-success-icon {
  background: #43c732;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-success-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-success-icon.small i {
  font-size: 1rem !important;
}
.btn-success-icon:hover {
  color: #43c732;
}
.btn-success-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-success {
  color: #43c732;
  border: 1px solid #43c732;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-success:hover {
  background-color: #43c732;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-info-background-color,
.info-b {
  background: #7918d7;
}

.has-info-color,
.info-t {
  color: #7918d7;
}

.btn-info {
  background: #7918d7;
  border: 1px solid #7918d7;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-info:hover {
  color: #7918d7;
}
.btn-info a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-info-icon {
  background: #7918d7;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-info-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-info-icon.small i {
  font-size: 1rem !important;
}
.btn-info-icon:hover {
  color: #7918d7;
}
.btn-info-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-info {
  color: #7918d7;
  border: 1px solid #7918d7;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-info:hover {
  background-color: #7918d7;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-warning-background-color,
.warning-b {
  background: #ff7621;
}

.has-warning-color,
.warning-t {
  color: #ff7621;
}

.btn-warning {
  background: #ff7621;
  border: 1px solid #ff7621;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-warning:hover {
  color: #ff7621;
}
.btn-warning a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-warning-icon {
  background: #ff7621;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-warning-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-warning-icon.small i {
  font-size: 1rem !important;
}
.btn-warning-icon:hover {
  color: #ff7621;
}
.btn-warning-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-warning {
  color: #ff7621;
  border: 1px solid #ff7621;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-warning:hover {
  background-color: #ff7621;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-danger-background-color,
.danger-b {
  background: #f54343;
}

.has-danger-color,
.danger-t {
  color: #f54343;
}

.btn-danger {
  background: #f54343;
  border: 1px solid #f54343;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-danger:hover {
  color: #f54343;
}
.btn-danger a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-danger-icon {
  background: #f54343;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-danger-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-danger-icon.small i {
  font-size: 1rem !important;
}
.btn-danger-icon:hover {
  color: #f54343;
}
.btn-danger-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-danger {
  color: #f54343;
  border: 1px solid #f54343;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-danger:hover {
  background-color: #f54343;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-dark-background-color,
.dark-b {
  background: #222222;
}

.has-dark-color,
.dark-t {
  color: #222222;
}

.btn-dark {
  background: #222222;
  border: 1px solid #222222;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-dark:hover {
  color: #222222;
}
.btn-dark a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-dark-icon {
  background: #222222;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-dark-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-dark-icon.small i {
  font-size: 1rem !important;
}
.btn-dark-icon:hover {
  color: #222222;
}
.btn-dark-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-dark {
  color: #222222;
  border: 1px solid #222222;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-dark:hover {
  background-color: #222222;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-muted-background-color,
.muted-b {
  background: #888888;
}

.has-muted-color,
.muted-t {
  color: #888888;
}

.btn-muted {
  background: #888888;
  border: 1px solid #888888;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-muted:hover {
  color: #888888;
}
.btn-muted a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-muted-icon {
  background: #888888;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-muted-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-muted-icon.small i {
  font-size: 1rem !important;
}
.btn-muted-icon:hover {
  color: #888888;
}
.btn-muted-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-muted {
  color: #888888;
  border: 1px solid #888888;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-muted:hover {
  background-color: #888888;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-white-background-color,
.white-b {
  background: #ffffff;
}

.has-white-color,
.white-t {
  color: #ffffff;
}

.btn-white {
  background: #ffffff;
  border: 1px solid #ffffff;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-white:hover {
  color: #ffffff;
}
.btn-white a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-white-icon {
  background: #ffffff;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-white-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-white-icon.small i {
  font-size: 1rem !important;
}
.btn-white-icon:hover {
  color: #ffffff;
}
.btn-white-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-white {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-white:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-lighten-background-color,
.lighten-b {
  background: #f2f2f2;
}

.has-lighten-color,
.lighten-t {
  color: #f2f2f2;
}

.btn-lighten {
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-lighten:hover {
  color: #f2f2f2;
}
.btn-lighten a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-lighten-icon {
  background: #f2f2f2;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-lighten-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-lighten-icon.small i {
  font-size: 1rem !important;
}
.btn-lighten-icon:hover {
  color: #f2f2f2;
}
.btn-lighten-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-lighten {
  color: #f2f2f2;
  border: 1px solid #f2f2f2;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-lighten:hover {
  background-color: #f2f2f2;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-upgrade-background-color,
.upgrade-b {
  background: #2AABFC;
}

.has-upgrade-color,
.upgrade-t {
  color: #2AABFC;
}

.btn-upgrade {
  background: #2AABFC;
  border: 1px solid #2AABFC;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-upgrade:hover {
  color: #2AABFC;
}
.btn-upgrade a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-upgrade-icon {
  background: #2AABFC;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-upgrade-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-upgrade-icon.small i {
  font-size: 1rem !important;
}
.btn-upgrade-icon:hover {
  color: #2AABFC;
}
.btn-upgrade-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-upgrade {
  color: #2AABFC;
  border: 1px solid #2AABFC;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-upgrade:hover {
  background-color: #2AABFC;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-grey-background-color,
.grey-b {
  background: #2B2B2B;
}

.has-grey-color,
.grey-t {
  color: #2B2B2B;
}

.btn-grey {
  background: #2B2B2B;
  border: 1px solid #2B2B2B;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-grey:hover {
  color: #2B2B2B;
}
.btn-grey a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-grey-icon {
  background: #2B2B2B;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-grey-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-grey-icon.small i {
  font-size: 1rem !important;
}
.btn-grey-icon:hover {
  color: #2B2B2B;
}
.btn-grey-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-grey {
  color: #2B2B2B;
  border: 1px solid #2B2B2B;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-grey:hover {
  background-color: #2B2B2B;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-light-grey-background-color,
.light-grey-b {
  background: #343434;
}

.has-light-grey-color,
.light-grey-t {
  color: #343434;
}

.btn-light-grey {
  background: #343434;
  border: 1px solid #343434;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-light-grey:hover {
  color: #343434;
}
.btn-light-grey a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-light-grey-icon {
  background: #343434;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-light-grey-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-light-grey-icon.small i {
  font-size: 1rem !important;
}
.btn-light-grey-icon:hover {
  color: #343434;
}
.btn-light-grey-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-light-grey {
  color: #343434;
  border: 1px solid #343434;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-light-grey:hover {
  background-color: #343434;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-ghost-background-color,
.ghost-b {
  background: transparent;
}

.has-ghost-color,
.ghost-t {
  color: transparent;
}

.btn-ghost {
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-ghost:hover {
  color: transparent;
}
.btn-ghost a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-ghost-icon {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-ghost-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-ghost-icon.small i {
  font-size: 1rem !important;
}
.btn-ghost-icon:hover {
  color: transparent;
}
.btn-ghost-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-ghost {
  color: transparent;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-ghost:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.has-red-background-color,
.red-b {
  background: #f54343;
}

.has-red-color,
.red-t {
  color: #f54343;
}

.btn-red {
  background: #f54343;
  border: 1px solid #f54343;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-red:hover {
  color: #f54343;
}
.btn-red a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.btn-red-icon {
  background: #f54343;
  border: none;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  display: flex;
  align-items: center;
  height: 2rem;
  justify-content: center;
  padding: 0.25rem !important;
  min-width: 2rem;
}
.btn-red-icon.big {
  height: 2.5rem;
  padding: 0.5rem !important;
}
.btn-red-icon.small i {
  font-size: 1rem !important;
}
.btn-red-icon:hover {
  color: #f54343;
}
.btn-red-icon i {
  margin: 0;
  font-size: 1.5rem;
}

.btn-outline-red {
  color: #f54343;
  border: 1px solid #f54343;
  background-color: transparent;
  cursor: pointer;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn-outline-red:hover {
  background-color: #f54343;
  border: 1px solid #ffffff;
  color: #ffffff;
}

em {
  color: #FFD052;
  font-family: "barlow_condensedmedium";
  font-style: normal;
}

.btn-white {
  color: #000000;
}
.btn-white:hover {
  color: #7918d7;
}

.btn-transparent {
  background: transparent;
  border: 1px solid transparent;
  color: #ffffff;
  opacity: 1;
}
.btn-transparent:hover {
  opacity: 0.5;
}

.btn-outline-white {
  background: transparent;
}
.btn-outline-white:hover {
  color: #222222;
}

.btn-outline-transparent {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
  opacity: 1;
}
.btn-outline-transparent:hover {
  border: 1px solid white;
}

.btn-dark {
  color: #ffffff;
}
.btn-dark:hover {
  background: #ffffff;
  color: #222222;
  border: 1px solid #222222;
}

.btn-lighten {
  color: #222222;
}
.btn-lighten:hover {
  background: #222222;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-primary {
  color: #ffffff !important;
}
.btn-primary:hover:not(:disabled) {
  color: #FFD052 !important;
}
.btn-primary-icon {
  color: #ffffff !important;
}
.btn-primary-icon:hover {
  color: #FFD052 !important;
}

.btn-ghost {
  color: #B4B4B4;
}
.btn-ghost:hover {
  color: #ffffff;
}
.btn-ghost-icon {
  color: #B4B4B4;
}
.btn-ghost-icon:hover {
  color: #ffffff;
  background-color: transparent;
}

.btn-primary {
  color: #7918d7;
}
.btn-primary:hover {
  border: 1px solid #7918d7;
  background: #7918d7;
  color: #FFD052;
}

.btn-outline-danger {
  color: #ffffff;
}
.btn-outline-danger:hover {
  border: 1px solid #7918d7;
  background: #7918d7;
  color: #ffffff;
}

.btn-lighten {
  color: #222222;
}
.btn-lighten:hover {
  background: #222222;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.btn-grey {
  background-color: #2B2B2B;
  color: #B4B4B4;
}
.btn-grey:hover {
  background-color: #2B2B2B;
  color: #ffffff;
}

.btn-grey:disabled {
  color: #888888 !important;
  background-color: #212121 !important;
  border: none !important;
}
.btn-grey:disabled:hover {
  background-color: #212121 !important;
  color: #888888 !important;
}

.btn-light-grey {
  background-color: #2B2B2B;
  color: #B4B4B4;
}
.btn-light-grey:hover {
  color: #ffffff;
}

.btn-outline-light-grey {
  background-color: transparent;
  color: #B4B4B4;
  border: 2px solid #343434;
}
.btn-outline-light-grey:hover {
  background-color: #343434;
  border: 2px solid #343434;
  color: #ffffff;
}
.btn-outline-light-grey.wide {
  width: 100%;
}

.icon-btn {
  border: none;
  background-color: transparent;
  color: #B4B4B4;
  border-radius: 0.25rem;
  padding: 0.25rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.icon-btn:hover {
  background-color: #2B2B2B;
  color: #ffffff;
}

@font-face {
  font-family: "barlow_condensedlight";
  src: url("/assets/fonts/BarlowCondensed-Light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow_condensedregular";
  src: url("/assets/fonts/BarlowCondensed-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow_condensedmedium";
  src: url("/assets/fonts/BarlowCondensed-Medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow_condensedsemibold";
  src: url("/assets/fonts/BarlowCondensed-SemiBold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "barlow_condensedbold";
  src: url("/assets/fonts/BarlowCondensed-Bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "share-techmonoregular";
  src: url("/assets/fonts/Share-TechMono-webfont.woff") format("woff"), url("/assets/fonts/Share-TechMono-webfont.svg#share-techmonoregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "barlow_condensedlight";
  font-weight: 400;
}
body strong {
  font-family: "barlow_condensedsemibold";
  font-weight: 400;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "barlow_condensedregular";
  font-weight: 400;
}

h1 {
  font-size: 200%;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h2 {
  font-size: 175%;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 125%;
  line-height: 1.3;
}

h5,
h6 {
  font-size: 125%;
  line-height: 1.3;
}

.btn,
input[type=submit],
input[type=button] {
  font-family: "barlow_condensedregular";
  font-weight: 400;
}

.cond {
  font-family: "barlow_condensedregular";
}
.cond.bold {
  font-family: "barlow_condensedmedium";
}
.cond.med {
  font-family: "barlow_condensedmedium";
}
.cond.light {
  font-family: "barlow_condensedlight";
  font-weight: 100;
}

.mono {
  font-family: "share-techmonoregular";
  font-weight: 400;
}

.t__center {
  text-align: center;
}
.t__left {
  text-align: left;
}
.t__right {
  text-align: right;
}

.upper {
  text-transform: uppercase;
}

.f__xs {
  font-size: 12px;
}

.f__s {
  font-size: 90%;
}

.f__l {
  font-size: 125%;
}

.f__xl {
  font-size: 150%;
}

.lead {
  font-size: 120%;
}
@media screen and (max-width: 1024px) {
  .lead {
    font-size: 150%;
  }
}

@font-face {
  font-family: "Phosphor";
  src: url("/assets/fonts/Phosphor.woff2") format("woff2"), url("/assets/fonts/Phosphor.woff") format("woff"), url("/assets/fonts/Phosphor.ttf") format("truetype"), url("/assets/fonts/Phosphor.svg#Phosphor") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.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;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph.ph-acorn:before {
  content: "\eb9a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-ambulance:before {
  content: "\e572";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-asclepius:before {
  content: "\ee34";
}

.ph.ph-caduceus:before {
  content: "\ee34";
}

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

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

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

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

.ph.ph-avocado:before {
  content: "\ee04";
}

.ph.ph-axe:before {
  content: "\e9fc";
}

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-barn:before {
  content: "\ec72";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-beach-ball:before {
  content: "\ed24";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-binary:before {
  content: "\ee60";
}

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

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

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

.ph.ph-blueprint:before {
  content: "\eda0";
}

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

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

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

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

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

.ph.ph-bomb:before {
  content: "\ee0a";
}

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-boules:before {
  content: "\e722";
}

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

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

.ph.ph-bowl-steam:before {
  content: "\e8e4";
}

.ph.ph-bowling-ball:before {
  content: "\ea34";
}

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

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

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

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

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

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

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

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

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

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

.ph.ph-bread:before {
  content: "\e81c";
}

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

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

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

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

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

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

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

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

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

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

.ph.ph-building:before {
  content: "\e100";
}

.ph.ph-building-apartment:before {
  content: "\e0fe";
}

.ph.ph-building-office:before {
  content: "\e0ff";
}

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

.ph.ph-bulldozer:before {
  content: "\ec6c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-cash-register:before {
  content: "\ed80";
}

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

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

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

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

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

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

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

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

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

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

.ph.ph-cell-tower:before {
  content: "\ebaa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-checkerboard:before {
  content: "\e8c4";
}

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

.ph.ph-cheers:before {
  content: "\ea4a";
}

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

.ph.ph-chef-hat:before {
  content: "\ed8e";
}

.ph.ph-cherries:before {
  content: "\e830";
}

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

.ph.ph-cigarette:before {
  content: "\ed90";
}

.ph.ph-cigarette-slash:before {
  content: "\ed92";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-clover:before {
  content: "\edc8";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-columns-plus-left:before {
  content: "\e544";
}

.ph.ph-columns-plus-right:before {
  content: "\e542";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-cowboy-hat:before {
  content: "\ed12";
}

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

.ph.ph-crane:before {
  content: "\ed48";
}

.ph.ph-crane-tower:before {
  content: "\ed49";
}

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

.ph.ph-cricket:before {
  content: "\ee12";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-desk:before {
  content: "\ed16";
}

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

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

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

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

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

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

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

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

.ph.ph-device-rotate:before {
  content: "\edf2";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-disco-ball:before {
  content: "\ed98";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-dresser:before {
  content: "\e94e";
}

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

.ph.ph-drone:before {
  content: "\ed74";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-exclamation-mark:before {
  content: "\ee44";
}

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

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

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

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

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

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

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

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

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

.ph.ph-eyes:before {
  content: "\ee5c";
}

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

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

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

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

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

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

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

.ph.ph-farm:before {
  content: "\ec70";
}

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

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

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

.ph.ph-fediverse-logo:before {
  content: "\ed66";
}

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

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

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

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

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

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

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

.ph.ph-file-c-sharp:before {
  content: "\eb30";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-file-magnifying-glass:before {
  content: "\e238";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-flip-horizontal:before {
  content: "\ed6a";
}

.ph.ph-flip-vertical:before {
  content: "\ed6c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph.ph-folder-notch-minus:before {
  content: "\e254";
}

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

.ph.ph-folder-notch-open:before {
  content: "\e256";
}

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

.ph.ph-folder-notch-plus:before {
  content: "\e258";
}

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

.ph.ph-folder-simple-dashed:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-dotted:before {
  content: "\ec2a";
}

.ph.ph-folder-simple-lock:before {
  content: "\eb5e";
}

.ph.ph-folder-simple-minus:before {
  content: "\e25c";
}

.ph.ph-folder-simple-plus:before {
  content: "\e25e";
}

.ph.ph-folder-simple-star:before {
  content: "\ec2e";
}

.ph.ph-folder-simple-user:before {
  content: "\eb60";
}

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

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

.ph.ph-folders:before {
  content: "\e260";
}

.ph.ph-football:before {
  content: "\e718";
}

.ph.ph-football-helmet:before {
  content: "\ee4c";
}

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

.ph.ph-fork-knife:before {
  content: "\e262";
}

.ph.ph-four-k:before {
  content: "\ea5c";
}

.ph.ph-frame-corners:before {
  content: "\e626";
}

.ph.ph-framer-logo:before {
  content: "\e264";
}

.ph.ph-function:before {
  content: "\ebe4";
}

.ph.ph-funnel:before {
  content: "\e266";
}

.ph.ph-funnel-simple:before {
  content: "\e268";
}

.ph.ph-funnel-simple-x:before {
  content: "\e26a";
}

.ph.ph-funnel-x:before {
  content: "\e26c";
}

.ph.ph-game-controller:before {
  content: "\e26e";
}

.ph.ph-garage:before {
  content: "\ecd6";
}

.ph.ph-gas-can:before {
  content: "\e8ce";
}

.ph.ph-gas-pump:before {
  content: "\e768";
}

.ph.ph-gauge:before {
  content: "\e628";
}

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

.ph.ph-gear:before {
  content: "\e270";
}

.ph.ph-gear-fine:before {
  content: "\e87c";
}

.ph.ph-gear-six:before {
  content: "\e272";
}

.ph.ph-gender-female:before {
  content: "\e6e0";
}

.ph.ph-gender-intersex:before {
  content: "\e6e6";
}

.ph.ph-gender-male:before {
  content: "\e6e2";
}

.ph.ph-gender-neuter:before {
  content: "\e6ea";
}

.ph.ph-gender-nonbinary:before {
  content: "\e6e4";
}

.ph.ph-gender-transgender:before {
  content: "\e6e8";
}

.ph.ph-ghost:before {
  content: "\e62a";
}

.ph.ph-gif:before {
  content: "\e274";
}

.ph.ph-gift:before {
  content: "\e276";
}

.ph.ph-git-branch:before {
  content: "\e278";
}

.ph.ph-git-commit:before {
  content: "\e27a";
}

.ph.ph-git-diff:before {
  content: "\e27c";
}

.ph.ph-git-fork:before {
  content: "\e27e";
}

.ph.ph-git-merge:before {
  content: "\e280";
}

.ph.ph-git-pull-request:before {
  content: "\e282";
}

.ph.ph-github-logo:before {
  content: "\e576";
}

.ph.ph-gitlab-logo:before {
  content: "\e694";
}

.ph.ph-gitlab-logo-simple:before {
  content: "\e696";
}

.ph.ph-globe:before {
  content: "\e288";
}

.ph.ph-globe-hemisphere-east:before {
  content: "\e28a";
}

.ph.ph-globe-hemisphere-west:before {
  content: "\e28c";
}

.ph.ph-globe-simple:before {
  content: "\e28e";
}

.ph.ph-globe-simple-x:before {
  content: "\e284";
}

.ph.ph-globe-stand:before {
  content: "\e290";
}

.ph.ph-globe-x:before {
  content: "\e286";
}

.ph.ph-goggles:before {
  content: "\ecb4";
}

.ph.ph-golf:before {
  content: "\ea3e";
}

.ph.ph-goodreads-logo:before {
  content: "\ed10";
}

.ph.ph-google-cardboard-logo:before {
  content: "\e7b6";
}

.ph.ph-google-chrome-logo:before {
  content: "\e976";
}

.ph.ph-google-drive-logo:before {
  content: "\e8f6";
}

.ph.ph-google-logo:before {
  content: "\e292";
}

.ph.ph-google-photos-logo:before {
  content: "\eb92";
}

.ph.ph-google-play-logo:before {
  content: "\e294";
}

.ph.ph-google-podcasts-logo:before {
  content: "\eb94";
}

.ph.ph-gps:before {
  content: "\edd8";
}

.ph.ph-gps-fix:before {
  content: "\edd6";
}

.ph.ph-gps-slash:before {
  content: "\edd4";
}

.ph.ph-gradient:before {
  content: "\eb42";
}

.ph.ph-graduation-cap:before {
  content: "\e62c";
}

.ph.ph-grains:before {
  content: "\ec68";
}

.ph.ph-grains-slash:before {
  content: "\ec6a";
}

.ph.ph-graph:before {
  content: "\eb58";
}

.ph.ph-graphics-card:before {
  content: "\e612";
}

.ph.ph-greater-than:before {
  content: "\edc4";
}

.ph.ph-greater-than-or-equal:before {
  content: "\eda2";
}

.ph.ph-grid-four:before {
  content: "\e296";
}

.ph.ph-grid-nine:before {
  content: "\ec8c";
}

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

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

.ph.ph-hamburger:before {
  content: "\e790";
}

.ph.ph-hammer:before {
  content: "\e80e";
}

.ph.ph-hand:before {
  content: "\e298";
}

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

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

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

.ph.ph-hand-deposit:before {
  content: "\ee82";
}

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

.ph.ph-hand-fist:before {
  content: "\e57a";
}

.ph.ph-hand-grabbing:before {
  content: "\e57c";
}

.ph.ph-hand-heart:before {
  content: "\e810";
}

.ph.ph-hand-palm:before {
  content: "\e57e";
}

.ph.ph-hand-peace:before {
  content: "\e7cc";
}

.ph.ph-hand-pointing:before {
  content: "\e29a";
}

.ph.ph-hand-soap:before {
  content: "\e630";
}

.ph.ph-hand-swipe-left:before {
  content: "\ec94";
}

.ph.ph-hand-swipe-right:before {
  content: "\ec92";
}

.ph.ph-hand-tap:before {
  content: "\ec90";
}

.ph.ph-hand-waving:before {
  content: "\e580";
}

.ph.ph-hand-withdraw:before {
  content: "\ee80";
}

.ph.ph-handbag:before {
  content: "\e29c";
}

.ph.ph-handbag-simple:before {
  content: "\e62e";
}

.ph.ph-hands-clapping:before {
  content: "\e6a0";
}

.ph.ph-hands-praying:before {
  content: "\ecc8";
}

.ph.ph-handshake:before {
  content: "\e582";
}

.ph.ph-hard-drive:before {
  content: "\e29e";
}

.ph.ph-hard-drives:before {
  content: "\e2a0";
}

.ph.ph-hard-hat:before {
  content: "\ed46";
}

.ph.ph-hash:before {
  content: "\e2a2";
}

.ph.ph-hash-straight:before {
  content: "\e2a4";
}

.ph.ph-head-circuit:before {
  content: "\e7d4";
}

.ph.ph-headlights:before {
  content: "\e6fe";
}

.ph.ph-headphones:before {
  content: "\e2a6";
}

.ph.ph-headset:before {
  content: "\e584";
}

.ph.ph-heart:before {
  content: "\e2a8";
}

.ph.ph-heart-break:before {
  content: "\ebe8";
}

.ph.ph-heart-half:before {
  content: "\ec48";
}

.ph.ph-heart-straight:before {
  content: "\e2aa";
}

.ph.ph-heart-straight-break:before {
  content: "\eb98";
}

.ph.ph-heartbeat:before {
  content: "\e2ac";
}

.ph.ph-hexagon:before {
  content: "\e2ae";
}

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

.ph.ph-high-heel:before {
  content: "\e8e8";
}

.ph.ph-highlighter:before {
  content: "\ec76";
}

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

.ph.ph-hockey:before {
  content: "\ec86";
}

.ph.ph-hoodie:before {
  content: "\ecd0";
}

.ph.ph-horse:before {
  content: "\e2b0";
}

.ph.ph-hospital:before {
  content: "\e844";
}

.ph.ph-hourglass:before {
  content: "\e2b2";
}

.ph.ph-hourglass-high:before {
  content: "\e2b4";
}

.ph.ph-hourglass-low:before {
  content: "\e2b6";
}

.ph.ph-hourglass-medium:before {
  content: "\e2b8";
}

.ph.ph-hourglass-simple:before {
  content: "\e2ba";
}

.ph.ph-hourglass-simple-high:before {
  content: "\e2bc";
}

.ph.ph-hourglass-simple-low:before {
  content: "\e2be";
}

.ph.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}

.ph.ph-house:before {
  content: "\e2c2";
}

.ph.ph-house-line:before {
  content: "\e2c4";
}

.ph.ph-house-simple:before {
  content: "\e2c6";
}

.ph.ph-hurricane:before {
  content: "\e88e";
}

.ph.ph-ice-cream:before {
  content: "\e804";
}

.ph.ph-identification-badge:before {
  content: "\e6f6";
}

.ph.ph-identification-card:before {
  content: "\e2c8";
}

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

.ph.ph-image-broken:before {
  content: "\e7a8";
}

.ph.ph-image-square:before {
  content: "\e2cc";
}

.ph.ph-images:before {
  content: "\e836";
}

.ph.ph-images-square:before {
  content: "\e834";
}

.ph.ph-infinity:before {
  content: "\e634";
}

.ph.ph-lemniscate:before {
  content: "\e634";
}

.ph.ph-info:before {
  content: "\e2ce";
}

.ph.ph-instagram-logo:before {
  content: "\e2d0";
}

.ph.ph-intersect:before {
  content: "\e2d2";
}

.ph.ph-intersect-square:before {
  content: "\e87a";
}

.ph.ph-intersect-three:before {
  content: "\ecc4";
}

.ph.ph-intersection:before {
  content: "\edba";
}

.ph.ph-invoice:before {
  content: "\ee42";
}

.ph.ph-island:before {
  content: "\ee06";
}

.ph.ph-jar:before {
  content: "\e7e0";
}

.ph.ph-jar-label:before {
  content: "\e7e1";
}

.ph.ph-jeep:before {
  content: "\e2d4";
}

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

.ph.ph-kanban:before {
  content: "\eb54";
}

.ph.ph-key:before {
  content: "\e2d6";
}

.ph.ph-key-return:before {
  content: "\e782";
}

.ph.ph-keyboard:before {
  content: "\e2d8";
}

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

.ph.ph-knife:before {
  content: "\e636";
}

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

.ph.ph-ladder-simple:before {
  content: "\ec26";
}

.ph.ph-lamp:before {
  content: "\e638";
}

.ph.ph-lamp-pendant:before {
  content: "\ee2e";
}

.ph.ph-laptop:before {
  content: "\e586";
}

.ph.ph-lasso:before {
  content: "\edc6";
}

.ph.ph-lastfm-logo:before {
  content: "\e842";
}

.ph.ph-layout:before {
  content: "\e6d6";
}

.ph.ph-leaf:before {
  content: "\e2da";
}

.ph.ph-lectern:before {
  content: "\e95a";
}

.ph.ph-lego:before {
  content: "\e8c6";
}

.ph.ph-lego-smiley:before {
  content: "\e8c7";
}

.ph.ph-less-than:before {
  content: "\edac";
}

.ph.ph-less-than-or-equal:before {
  content: "\eda4";
}

.ph.ph-letter-circle-h:before {
  content: "\ebf8";
}

.ph.ph-letter-circle-p:before {
  content: "\ec08";
}

.ph.ph-letter-circle-v:before {
  content: "\ec14";
}

.ph.ph-lifebuoy:before {
  content: "\e63a";
}

.ph.ph-lightbulb:before {
  content: "\e2dc";
}

.ph.ph-lightbulb-filament:before {
  content: "\e63c";
}

.ph.ph-lighthouse:before {
  content: "\e9f6";
}

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

.ph.ph-lightning-a:before {
  content: "\ea84";
}

.ph.ph-lightning-slash:before {
  content: "\e2e0";
}

.ph.ph-line-segment:before {
  content: "\e6d2";
}

.ph.ph-line-segments:before {
  content: "\e6d4";
}

.ph.ph-line-vertical:before {
  content: "\ed70";
}

.ph.ph-link:before {
  content: "\e2e2";
}

.ph.ph-link-break:before {
  content: "\e2e4";
}

.ph.ph-link-simple:before {
  content: "\e2e6";
}

.ph.ph-link-simple-break:before {
  content: "\e2e8";
}

.ph.ph-link-simple-horizontal:before {
  content: "\e2ea";
}

.ph.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}

.ph.ph-linkedin-logo:before {
  content: "\e2ee";
}

.ph.ph-linktree-logo:before {
  content: "\edee";
}

.ph.ph-linux-logo:before {
  content: "\eb02";
}

.ph.ph-list:before {
  content: "\e2f0";
}

.ph.ph-list-bullets:before {
  content: "\e2f2";
}

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

.ph.ph-list-dashes:before {
  content: "\e2f4";
}

.ph.ph-list-heart:before {
  content: "\ebde";
}

.ph.ph-list-magnifying-glass:before {
  content: "\ebe0";
}

.ph.ph-list-numbers:before {
  content: "\e2f6";
}

.ph.ph-list-plus:before {
  content: "\e2f8";
}

.ph.ph-list-star:before {
  content: "\ebdc";
}

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

.ph.ph-lock-key:before {
  content: "\e2fe";
}

.ph.ph-lock-key-open:before {
  content: "\e300";
}

.ph.ph-lock-laminated:before {
  content: "\e302";
}

.ph.ph-lock-laminated-open:before {
  content: "\e304";
}

.ph.ph-lock-open:before {
  content: "\e306";
}

.ph.ph-lock-simple:before {
  content: "\e308";
}

.ph.ph-lock-simple-open:before {
  content: "\e30a";
}

.ph.ph-lockers:before {
  content: "\ecb8";
}

.ph.ph-log:before {
  content: "\ed82";
}

.ph.ph-magic-wand:before {
  content: "\e6b6";
}

.ph.ph-magnet:before {
  content: "\e680";
}

.ph.ph-magnet-straight:before {
  content: "\e682";
}

.ph.ph-magnifying-glass:before {
  content: "\e30c";
}

.ph.ph-magnifying-glass-minus:before {
  content: "\e30e";
}

.ph.ph-magnifying-glass-plus:before {
  content: "\e310";
}

.ph.ph-mailbox:before {
  content: "\ec1e";
}

.ph.ph-map-pin:before {
  content: "\e316";
}

.ph.ph-map-pin-area:before {
  content: "\ee3a";
}

.ph.ph-map-pin-line:before {
  content: "\e318";
}

.ph.ph-map-pin-plus:before {
  content: "\e314";
}

.ph.ph-map-pin-simple:before {
  content: "\ee3e";
}

.ph.ph-map-pin-simple-area:before {
  content: "\ee3c";
}

.ph.ph-map-pin-simple-line:before {
  content: "\ee38";
}

.ph.ph-map-trifold:before {
  content: "\e31a";
}

.ph.ph-markdown-logo:before {
  content: "\e508";
}

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

.ph.ph-martini:before {
  content: "\e31c";
}

.ph.ph-mask-happy:before {
  content: "\e9f4";
}

.ph.ph-mask-sad:before {
  content: "\eb9e";
}

.ph.ph-mastodon-logo:before {
  content: "\ed68";
}

.ph.ph-math-operations:before {
  content: "\e31e";
}

.ph.ph-matrix-logo:before {
  content: "\ed64";
}

.ph.ph-medal:before {
  content: "\e320";
}

.ph.ph-medal-military:before {
  content: "\ecfc";
}

.ph.ph-medium-logo:before {
  content: "\e322";
}

.ph.ph-megaphone:before {
  content: "\e324";
}

.ph.ph-megaphone-simple:before {
  content: "\e642";
}

.ph.ph-member-of:before {
  content: "\edc2";
}

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

.ph.ph-messenger-logo:before {
  content: "\e6d8";
}

.ph.ph-meta-logo:before {
  content: "\ed02";
}

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

.ph.ph-metronome:before {
  content: "\ec8e";
}

.ph.ph-microphone:before {
  content: "\e326";
}

.ph.ph-microphone-slash:before {
  content: "\e328";
}

.ph.ph-microphone-stage:before {
  content: "\e75c";
}

.ph.ph-microscope:before {
  content: "\ec7a";
}

.ph.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}

.ph.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}

.ph.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}

.ph.ph-microsoft-teams-logo:before {
  content: "\eb66";
}

.ph.ph-microsoft-word-logo:before {
  content: "\eb6a";
}

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

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

.ph.ph-minus-square:before {
  content: "\ed4c";
}

.ph.ph-money:before {
  content: "\e588";
}

.ph.ph-money-wavy:before {
  content: "\ee68";
}

.ph.ph-monitor:before {
  content: "\e32e";
}

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

.ph.ph-monitor-play:before {
  content: "\e58c";
}

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

.ph.ph-moon-stars:before {
  content: "\e58e";
}

.ph.ph-moped:before {
  content: "\e824";
}

.ph.ph-moped-front:before {
  content: "\e822";
}

.ph.ph-mosque:before {
  content: "\ecee";
}

.ph.ph-motorcycle:before {
  content: "\e80a";
}

.ph.ph-mountains:before {
  content: "\e7ae";
}

.ph.ph-mouse:before {
  content: "\e33a";
}

.ph.ph-mouse-left-click:before {
  content: "\e334";
}

.ph.ph-mouse-middle-click:before {
  content: "\e338";
}

.ph.ph-mouse-right-click:before {
  content: "\e336";
}

.ph.ph-mouse-scroll:before {
  content: "\e332";
}

.ph.ph-mouse-simple:before {
  content: "\e644";
}

.ph.ph-music-note:before {
  content: "\e33c";
}

.ph.ph-music-note-simple:before {
  content: "\e33e";
}

.ph.ph-music-notes:before {
  content: "\e340";
}

.ph.ph-music-notes-minus:before {
  content: "\ee0c";
}

.ph.ph-music-notes-plus:before {
  content: "\eb7c";
}

.ph.ph-music-notes-simple:before {
  content: "\e342";
}

.ph.ph-navigation-arrow:before {
  content: "\eade";
}

.ph.ph-needle:before {
  content: "\e82e";
}

.ph.ph-network:before {
  content: "\edde";
}

.ph.ph-network-slash:before {
  content: "\eddc";
}

.ph.ph-network-x:before {
  content: "\edda";
}

.ph.ph-newspaper:before {
  content: "\e344";
}

.ph.ph-newspaper-clipping:before {
  content: "\e346";
}

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

.ph.ph-not-member-of:before {
  content: "\edae";
}

.ph.ph-not-subset-of:before {
  content: "\edb0";
}

.ph.ph-not-superset-of:before {
  content: "\edb2";
}

.ph.ph-notches:before {
  content: "\ed3a";
}

.ph.ph-note:before {
  content: "\e348";
}

.ph.ph-note-blank:before {
  content: "\e34a";
}

.ph.ph-note-pencil:before {
  content: "\e34c";
}

.ph.ph-notebook:before {
  content: "\e34e";
}

.ph.ph-notepad:before {
  content: "\e63e";
}

.ph.ph-notification:before {
  content: "\e6fa";
}

.ph.ph-notion-logo:before {
  content: "\e9a0";
}

.ph.ph-nuclear-plant:before {
  content: "\ed7c";
}

.ph.ph-number-circle-eight:before {
  content: "\e352";
}

.ph.ph-number-circle-five:before {
  content: "\e358";
}

.ph.ph-number-circle-four:before {
  content: "\e35e";
}

.ph.ph-number-circle-nine:before {
  content: "\e364";
}

.ph.ph-number-circle-one:before {
  content: "\e36a";
}

.ph.ph-number-circle-seven:before {
  content: "\e370";
}

.ph.ph-number-circle-six:before {
  content: "\e376";
}

.ph.ph-number-circle-three:before {
  content: "\e37c";
}

.ph.ph-number-circle-two:before {
  content: "\e382";
}

.ph.ph-number-circle-zero:before {
  content: "\e388";
}

.ph.ph-number-eight:before {
  content: "\e350";
}

.ph.ph-number-five:before {
  content: "\e356";
}

.ph.ph-number-four:before {
  content: "\e35c";
}

.ph.ph-number-nine:before {
  content: "\e362";
}

.ph.ph-number-one:before {
  content: "\e368";
}

.ph.ph-number-seven:before {
  content: "\e36e";
}

.ph.ph-number-six:before {
  content: "\e374";
}

.ph.ph-number-square-eight:before {
  content: "\e354";
}

.ph.ph-number-square-five:before {
  content: "\e35a";
}

.ph.ph-number-square-four:before {
  content: "\e360";
}

.ph.ph-number-square-nine:before {
  content: "\e366";
}

.ph.ph-number-square-one:before {
  content: "\e36c";
}

.ph.ph-number-square-seven:before {
  content: "\e372";
}

.ph.ph-number-square-six:before {
  content: "\e378";
}

.ph.ph-number-square-three:before {
  content: "\e37e";
}

.ph.ph-number-square-two:before {
  content: "\e384";
}

.ph.ph-number-square-zero:before {
  content: "\e38a";
}

.ph.ph-number-three:before {
  content: "\e37a";
}

.ph.ph-number-two:before {
  content: "\e380";
}

.ph.ph-number-zero:before {
  content: "\e386";
}

.ph.ph-numpad:before {
  content: "\e3c8";
}

.ph.ph-nut:before {
  content: "\e38c";
}

.ph.ph-ny-times-logo:before {
  content: "\e646";
}

.ph.ph-octagon:before {
  content: "\e38e";
}

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

.ph.ph-onigiri:before {
  content: "\ee2c";
}

.ph.ph-open-ai-logo:before {
  content: "\e7d2";
}

.ph.ph-option:before {
  content: "\e8a8";
}

.ph.ph-orange:before {
  content: "\ee40";
}

.ph.ph-orange-slice:before {
  content: "\ed36";
}

.ph.ph-oven:before {
  content: "\ed8c";
}

.ph.ph-package:before {
  content: "\e390";
}

.ph.ph-paint-brush:before {
  content: "\e6f0";
}

.ph.ph-paint-brush-broad:before {
  content: "\e590";
}

.ph.ph-paint-brush-household:before {
  content: "\e6f2";
}

.ph.ph-paint-bucket:before {
  content: "\e392";
}

.ph.ph-paint-roller:before {
  content: "\e6f4";
}

.ph.ph-palette:before {
  content: "\e6c8";
}

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

.ph.ph-pants:before {
  content: "\ec88";
}

.ph.ph-paper-plane:before {
  content: "\e394";
}

.ph.ph-paper-plane-right:before {
  content: "\e396";
}

.ph.ph-paper-plane-tilt:before {
  content: "\e398";
}

.ph.ph-paperclip:before {
  content: "\e39a";
}

.ph.ph-paperclip-horizontal:before {
  content: "\e592";
}

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

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

.ph.ph-parallelogram:before {
  content: "\ecc6";
}

.ph.ph-park:before {
  content: "\ecb2";
}

.ph.ph-password:before {
  content: "\e752";
}

.ph.ph-path:before {
  content: "\e39c";
}

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

.ph.ph-pause:before {
  content: "\e39e";
}

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

.ph.ph-paw-print:before {
  content: "\e648";
}

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

.ph.ph-peace:before {
  content: "\e3a2";
}

.ph.ph-pen:before {
  content: "\e3aa";
}

.ph.ph-pen-nib:before {
  content: "\e3ac";
}

.ph.ph-pen-nib-straight:before {
  content: "\e64a";
}

.ph.ph-pencil:before {
  content: "\e3ae";
}

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

.ph.ph-pencil-line:before {
  content: "\e3b2";
}

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

.ph.ph-pencil-simple:before {
  content: "\e3b4";
}

.ph.ph-pencil-simple-line:before {
  content: "\ebc6";
}

.ph.ph-pencil-simple-slash:before {
  content: "\ecf6";
}

.ph.ph-pencil-slash:before {
  content: "\ecf8";
}

.ph.ph-pentagon:before {
  content: "\ec7e";
}

.ph.ph-pentagram:before {
  content: "\ec5c";
}

.ph.ph-pepper:before {
  content: "\e94a";
}

.ph.ph-percent:before {
  content: "\e3b6";
}

.ph.ph-person:before {
  content: "\e3a8";
}

.ph.ph-person-arms-spread:before {
  content: "\ecfe";
}

.ph.ph-person-simple:before {
  content: "\e72e";
}

.ph.ph-person-simple-bike:before {
  content: "\e734";
}

.ph.ph-person-simple-circle:before {
  content: "\ee58";
}

.ph.ph-person-simple-hike:before {
  content: "\ed54";
}

.ph.ph-person-simple-run:before {
  content: "\e730";
}

.ph.ph-person-simple-ski:before {
  content: "\e71c";
}

.ph.ph-person-simple-snowboard:before {
  content: "\e71e";
}

.ph.ph-person-simple-swim:before {
  content: "\e736";
}

.ph.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}

.ph.ph-person-simple-throw:before {
  content: "\e732";
}

.ph.ph-person-simple-walk:before {
  content: "\e73a";
}

.ph.ph-perspective:before {
  content: "\ebe6";
}

.ph.ph-phone:before {
  content: "\e3b8";
}

.ph.ph-phone-call:before {
  content: "\e3ba";
}

.ph.ph-phone-disconnect:before {
  content: "\e3bc";
}

.ph.ph-phone-incoming:before {
  content: "\e3be";
}

.ph.ph-phone-list:before {
  content: "\e3cc";
}

.ph.ph-phone-outgoing:before {
  content: "\e3c0";
}

.ph.ph-phone-pause:before {
  content: "\e3ca";
}

.ph.ph-phone-plus:before {
  content: "\ec56";
}

.ph.ph-phone-slash:before {
  content: "\e3c2";
}

.ph.ph-phone-transfer:before {
  content: "\e3c6";
}

.ph.ph-phone-x:before {
  content: "\e3c4";
}

.ph.ph-phosphor-logo:before {
  content: "\e3ce";
}

.ph.ph-pi:before {
  content: "\ec80";
}

.ph.ph-piano-keys:before {
  content: "\e9c8";
}

.ph.ph-picnic-table:before {
  content: "\ee26";
}

.ph.ph-picture-in-picture:before {
  content: "\e64c";
}

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

.ph.ph-pill:before {
  content: "\e700";
}

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

.ph.ph-pint-glass:before {
  content: "\edd0";
}

.ph.ph-pinterest-logo:before {
  content: "\e64e";
}

.ph.ph-pinwheel:before {
  content: "\eb9c";
}

.ph.ph-pipe:before {
  content: "\ed86";
}

.ph.ph-pipe-wrench:before {
  content: "\ed88";
}

.ph.ph-pix-logo:before {
  content: "\ecc2";
}

.ph.ph-pizza:before {
  content: "\e796";
}

.ph.ph-placeholder:before {
  content: "\e650";
}

.ph.ph-planet:before {
  content: "\e652";
}

.ph.ph-plant:before {
  content: "\ebae";
}

.ph.ph-play:before {
  content: "\e3d0";
}

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

.ph.ph-play-pause:before {
  content: "\e8be";
}

.ph.ph-playlist:before {
  content: "\e6aa";
}

.ph.ph-plug:before {
  content: "\e946";
}

.ph.ph-plug-charging:before {
  content: "\eb5c";
}

.ph.ph-plugs:before {
  content: "\eb56";
}

.ph.ph-plugs-connected:before {
  content: "\eb5a";
}

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

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

.ph.ph-plus-minus:before {
  content: "\e3d8";
}

.ph.ph-plus-square:before {
  content: "\ed4a";
}

.ph.ph-poker-chip:before {
  content: "\e594";
}

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

.ph.ph-polygon:before {
  content: "\e6d0";
}

.ph.ph-popcorn:before {
  content: "\eb4e";
}

.ph.ph-popsicle:before {
  content: "\ebbe";
}

.ph.ph-potted-plant:before {
  content: "\ec22";
}

.ph.ph-power:before {
  content: "\e3da";
}

.ph.ph-prescription:before {
  content: "\e7a2";
}

.ph.ph-presentation:before {
  content: "\e654";
}

.ph.ph-presentation-chart:before {
  content: "\e656";
}

.ph.ph-printer:before {
  content: "\e3dc";
}

.ph.ph-prohibit:before {
  content: "\e3de";
}

.ph.ph-prohibit-inset:before {
  content: "\e3e0";
}

.ph.ph-projector-screen:before {
  content: "\e658";
}

.ph.ph-projector-screen-chart:before {
  content: "\e65a";
}

.ph.ph-pulse:before {
  content: "\e000";
}

.ph.ph-activity:before {
  content: "\e000";
}

.ph.ph-push-pin:before {
  content: "\e3e2";
}

.ph.ph-push-pin-simple:before {
  content: "\e65c";
}

.ph.ph-push-pin-simple-slash:before {
  content: "\e65e";
}

.ph.ph-push-pin-slash:before {
  content: "\e3e4";
}

.ph.ph-puzzle-piece:before {
  content: "\e596";
}

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

.ph.ph-question:before {
  content: "\e3e8";
}

.ph.ph-question-mark:before {
  content: "\e3e9";
}

.ph.ph-queue:before {
  content: "\e6ac";
}

.ph.ph-quotes:before {
  content: "\e660";
}

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

.ph.ph-racquet:before {
  content: "\ee02";
}

.ph.ph-radical:before {
  content: "\e3ea";
}

.ph.ph-radio:before {
  content: "\e77e";
}

.ph.ph-radio-button:before {
  content: "\eb08";
}

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

.ph.ph-rainbow:before {
  content: "\e598";
}

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

.ph.ph-ranking:before {
  content: "\ed62";
}

.ph.ph-read-cv-logo:before {
  content: "\ed0c";
}

.ph.ph-receipt:before {
  content: "\e3ec";
}

.ph.ph-receipt-x:before {
  content: "\ed40";
}

.ph.ph-record:before {
  content: "\e3ee";
}

.ph.ph-rectangle:before {
  content: "\e3f0";
}

.ph.ph-rectangle-dashed:before {
  content: "\e3f2";
}

.ph.ph-recycle:before {
  content: "\e75a";
}

.ph.ph-reddit-logo:before {
  content: "\e59c";
}

.ph.ph-repeat:before {
  content: "\e3f6";
}

.ph.ph-repeat-once:before {
  content: "\e3f8";
}

.ph.ph-replit-logo:before {
  content: "\eb8a";
}

.ph.ph-resize:before {
  content: "\ed6e";
}

.ph.ph-rewind:before {
  content: "\e6a8";
}

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

.ph.ph-road-horizon:before {
  content: "\e838";
}

.ph.ph-robot:before {
  content: "\e762";
}

.ph.ph-rocket:before {
  content: "\e3fc";
}

.ph.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph.ph-rows:before {
  content: "\e5a2";
}

.ph.ph-rows-plus-bottom:before {
  content: "\e59e";
}

.ph.ph-rows-plus-top:before {
  content: "\e5a0";
}

.ph.ph-rss:before {
  content: "\e400";
}

.ph.ph-rss-simple:before {
  content: "\e402";
}

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

.ph.ph-ruler:before {
  content: "\e6b8";
}

.ph.ph-sailboat:before {
  content: "\e78a";
}

.ph.ph-scales:before {
  content: "\e750";
}

.ph.ph-scan:before {
  content: "\ebb6";
}

.ph.ph-scan-smiley:before {
  content: "\ebb4";
}

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

.ph.ph-scooter:before {
  content: "\e820";
}

.ph.ph-screencast:before {
  content: "\e404";
}

.ph.ph-screwdriver:before {
  content: "\e86e";
}

.ph.ph-scribble:before {
  content: "\e806";
}

.ph.ph-scribble-loop:before {
  content: "\e662";
}

.ph.ph-scroll:before {
  content: "\eb7a";
}

.ph.ph-seal:before {
  content: "\e604";
}

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

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

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

.ph.ph-seal-percent:before {
  content: "\e60a";
}

.ph.ph-seal-question:before {
  content: "\e608";
}

.ph.ph-circle-wavy-question:before {
  content: "\e608";
}

.ph.ph-seal-warning:before {
  content: "\e60c";
}

.ph.ph-circle-wavy-warning:before {
  content: "\e60c";
}

.ph.ph-seat:before {
  content: "\eb8e";
}

.ph.ph-seatbelt:before {
  content: "\edfe";
}

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

.ph.ph-selection:before {
  content: "\e69a";
}

.ph.ph-selection-all:before {
  content: "\e746";
}

.ph.ph-selection-background:before {
  content: "\eaf8";
}

.ph.ph-selection-foreground:before {
  content: "\eaf6";
}

.ph.ph-selection-inverse:before {
  content: "\e744";
}

.ph.ph-selection-plus:before {
  content: "\e69c";
}

.ph.ph-selection-slash:before {
  content: "\e69e";
}

.ph.ph-shapes:before {
  content: "\ec5e";
}

.ph.ph-share:before {
  content: "\e406";
}

.ph.ph-share-fat:before {
  content: "\ed52";
}

.ph.ph-share-network:before {
  content: "\e408";
}

.ph.ph-shield:before {
  content: "\e40a";
}

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

.ph.ph-shield-checkered:before {
  content: "\e708";
}

.ph.ph-shield-chevron:before {
  content: "\e40e";
}

.ph.ph-shield-plus:before {
  content: "\e706";
}

.ph.ph-shield-slash:before {
  content: "\e410";
}

.ph.ph-shield-star:before {
  content: "\ec34";
}

.ph.ph-shield-warning:before {
  content: "\e412";
}

.ph.ph-shipping-container:before {
  content: "\e78c";
}

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

.ph.ph-shooting-star:before {
  content: "\ecfa";
}

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

.ph.ph-shopping-bag-open:before {
  content: "\e418";
}

.ph.ph-shopping-cart:before {
  content: "\e41e";
}

.ph.ph-shopping-cart-simple:before {
  content: "\e420";
}

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

.ph.ph-shower:before {
  content: "\e776";
}

.ph.ph-shrimp:before {
  content: "\eab4";
}

.ph.ph-shuffle:before {
  content: "\e422";
}

.ph.ph-shuffle-angular:before {
  content: "\e424";
}

.ph.ph-shuffle-simple:before {
  content: "\e426";
}

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

.ph.ph-sidebar-simple:before {
  content: "\ec24";
}

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

.ph.ph-sign-in:before {
  content: "\e428";
}

.ph.ph-sign-out:before {
  content: "\e42a";
}

.ph.ph-signature:before {
  content: "\ebac";
}

.ph.ph-signpost:before {
  content: "\e89c";
}

.ph.ph-sim-card:before {
  content: "\e664";
}

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

.ph.ph-sketch-logo:before {
  content: "\e42c";
}

.ph.ph-skip-back:before {
  content: "\e5a4";
}

.ph.ph-skip-back-circle:before {
  content: "\e42e";
}

.ph.ph-skip-forward:before {
  content: "\e5a6";
}

.ph.ph-skip-forward-circle:before {
  content: "\e430";
}

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

.ph.ph-skype-logo:before {
  content: "\e8dc";
}

.ph.ph-slack-logo:before {
  content: "\e5a8";
}

.ph.ph-sliders:before {
  content: "\e432";
}

.ph.ph-sliders-horizontal:before {
  content: "\e434";
}

.ph.ph-slideshow:before {
  content: "\ed32";
}

.ph.ph-smiley:before {
  content: "\e436";
}

.ph.ph-smiley-angry:before {
  content: "\ec62";
}

.ph.ph-smiley-blank:before {
  content: "\e438";
}

.ph.ph-smiley-meh:before {
  content: "\e43a";
}

.ph.ph-smiley-melting:before {
  content: "\ee56";
}

.ph.ph-smiley-nervous:before {
  content: "\e43c";
}

.ph.ph-smiley-sad:before {
  content: "\e43e";
}

.ph.ph-smiley-sticker:before {
  content: "\e440";
}

.ph.ph-smiley-wink:before {
  content: "\e666";
}

.ph.ph-smiley-x-eyes:before {
  content: "\e442";
}

.ph.ph-snapchat-logo:before {
  content: "\e668";
}

.ph.ph-sneaker:before {
  content: "\e80c";
}

.ph.ph-sneaker-move:before {
  content: "\ed60";
}

.ph.ph-snowflake:before {
  content: "\e5aa";
}

.ph.ph-soccer-ball:before {
  content: "\e716";
}

.ph.ph-sock:before {
  content: "\ecce";
}

.ph.ph-solar-panel:before {
  content: "\ed7a";
}

.ph.ph-solar-roof:before {
  content: "\ed7b";
}

.ph.ph-sort-ascending:before {
  content: "\e444";
}

.ph.ph-sort-descending:before {
  content: "\e446";
}

.ph.ph-soundcloud-logo:before {
  content: "\e8de";
}

.ph.ph-spade:before {
  content: "\e448";
}

.ph.ph-sparkle:before {
  content: "\e6a2";
}

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

.ph.ph-speaker-high:before {
  content: "\e44a";
}

.ph.ph-speaker-low:before {
  content: "\e44c";
}

.ph.ph-speaker-none:before {
  content: "\e44e";
}

.ph.ph-speaker-simple-high:before {
  content: "\e450";
}

.ph.ph-speaker-simple-low:before {
  content: "\e452";
}

.ph.ph-speaker-simple-none:before {
  content: "\e454";
}

.ph.ph-speaker-simple-slash:before {
  content: "\e456";
}

.ph.ph-speaker-simple-x:before {
  content: "\e458";
}

.ph.ph-speaker-slash:before {
  content: "\e45a";
}

.ph.ph-speaker-x:before {
  content: "\e45c";
}

.ph.ph-speedometer:before {
  content: "\ee74";
}

.ph.ph-sphere:before {
  content: "\ee66";
}

.ph.ph-spinner:before {
  content: "\e66a";
}

.ph.ph-spinner-ball:before {
  content: "\ee28";
}

.ph.ph-spinner-gap:before {
  content: "\e66c";
}

.ph.ph-spiral:before {
  content: "\e9fa";
}

.ph.ph-split-horizontal:before {
  content: "\e872";
}

.ph.ph-split-vertical:before {
  content: "\e876";
}

.ph.ph-spotify-logo:before {
  content: "\e66e";
}

.ph.ph-spray-bottle:before {
  content: "\e7e4";
}

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

.ph.ph-square-half:before {
  content: "\e462";
}

.ph.ph-square-half-bottom:before {
  content: "\eb16";
}

.ph.ph-square-logo:before {
  content: "\e690";
}

.ph.ph-square-split-horizontal:before {
  content: "\e870";
}

.ph.ph-square-split-vertical:before {
  content: "\e874";
}

.ph.ph-squares-four:before {
  content: "\e464";
}

.ph.ph-stack:before {
  content: "\e466";
}

.ph.ph-stack-minus:before {
  content: "\edf4";
}

.ph.ph-stack-overflow-logo:before {
  content: "\eb78";
}

.ph.ph-stack-plus:before {
  content: "\edf6";
}

.ph.ph-stack-simple:before {
  content: "\e468";
}

.ph.ph-stairs:before {
  content: "\e8ec";
}

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

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

.ph.ph-star:before {
  content: "\e46a";
}

.ph.ph-star-and-crescent:before {
  content: "\ecf4";
}

.ph.ph-star-four:before {
  content: "\e6a4";
}

.ph.ph-star-half:before {
  content: "\e70a";
}

.ph.ph-star-of-david:before {
  content: "\e89e";
}

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

.ph.ph-steering-wheel:before {
  content: "\e9ac";
}

.ph.ph-steps:before {
  content: "\ecbe";
}

.ph.ph-stethoscope:before {
  content: "\e7ea";
}

.ph.ph-sticker:before {
  content: "\e5ac";
}

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

.ph.ph-stop:before {
  content: "\e46c";
}

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

.ph.ph-storefront:before {
  content: "\e470";
}

.ph.ph-strategy:before {
  content: "\ea3a";
}

.ph.ph-stripe-logo:before {
  content: "\e698";
}

.ph.ph-student:before {
  content: "\e73e";
}

.ph.ph-subset-of:before {
  content: "\edc0";
}

.ph.ph-subset-proper-of:before {
  content: "\edb6";
}

.ph.ph-subtitles:before {
  content: "\e1a8";
}

.ph.ph-subtitles-slash:before {
  content: "\e1a6";
}

.ph.ph-subtract:before {
  content: "\ebd6";
}

.ph.ph-subtract-square:before {
  content: "\ebd4";
}

.ph.ph-subway:before {
  content: "\e498";
}

.ph.ph-suitcase:before {
  content: "\e5ae";
}

.ph.ph-suitcase-rolling:before {
  content: "\e9b0";
}

.ph.ph-suitcase-simple:before {
  content: "\e5b0";
}

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

.ph.ph-sun-dim:before {
  content: "\e474";
}

.ph.ph-sun-horizon:before {
  content: "\e5b6";
}

.ph.ph-sunglasses:before {
  content: "\e816";
}

.ph.ph-superset-of:before {
  content: "\edb8";
}

.ph.ph-superset-proper-of:before {
  content: "\edb4";
}

.ph.ph-swap:before {
  content: "\e83c";
}

.ph.ph-swatches:before {
  content: "\e5b8";
}

.ph.ph-swimming-pool:before {
  content: "\ecb6";
}

.ph.ph-sword:before {
  content: "\e5ba";
}

.ph.ph-synagogue:before {
  content: "\ecec";
}

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

.ph.ph-t-shirt:before {
  content: "\e670";
}

.ph.ph-table:before {
  content: "\e476";
}

.ph.ph-tabs:before {
  content: "\e778";
}

.ph.ph-tag:before {
  content: "\e478";
}

.ph.ph-tag-chevron:before {
  content: "\e672";
}

.ph.ph-tag-simple:before {
  content: "\e47a";
}

.ph.ph-target:before {
  content: "\e47c";
}

.ph.ph-taxi:before {
  content: "\e902";
}

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

.ph.ph-telegram-logo:before {
  content: "\e5bc";
}

.ph.ph-television:before {
  content: "\e754";
}

.ph.ph-television-simple:before {
  content: "\eae6";
}

.ph.ph-tennis-ball:before {
  content: "\e720";
}

.ph.ph-tent:before {
  content: "\e8ba";
}

.ph.ph-terminal:before {
  content: "\e47e";
}

.ph.ph-terminal-window:before {
  content: "\eae8";
}

.ph.ph-test-tube:before {
  content: "\e7a0";
}

.ph.ph-text-a-underline:before {
  content: "\ed34";
}

.ph.ph-text-aa:before {
  content: "\e6ee";
}

.ph.ph-text-align-center:before {
  content: "\e480";
}

.ph.ph-text-align-justify:before {
  content: "\e482";
}

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

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

.ph.ph-text-b:before {
  content: "\e5be";
}

.ph.ph-text-bolder:before {
  content: "\e5be";
}

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

.ph.ph-text-h:before {
  content: "\e6ba";
}

.ph.ph-text-h-five:before {
  content: "\e6c4";
}

.ph.ph-text-h-four:before {
  content: "\e6c2";
}

.ph.ph-text-h-one:before {
  content: "\e6bc";
}

.ph.ph-text-h-six:before {
  content: "\e6c6";
}

.ph.ph-text-h-three:before {
  content: "\e6c0";
}

.ph.ph-text-h-two:before {
  content: "\e6be";
}

.ph.ph-text-indent:before {
  content: "\ea1e";
}

.ph.ph-text-italic:before {
  content: "\e5c0";
}

.ph.ph-text-outdent:before {
  content: "\ea1c";
}

.ph.ph-text-strikethrough:before {
  content: "\e5c2";
}

.ph.ph-text-subscript:before {
  content: "\ec98";
}

.ph.ph-text-superscript:before {
  content: "\ec9a";
}

.ph.ph-text-t:before {
  content: "\e48a";
}

.ph.ph-text-t-slash:before {
  content: "\e488";
}

.ph.ph-text-underline:before {
  content: "\e5c4";
}

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

.ph.ph-thermometer:before {
  content: "\e5c6";
}

.ph.ph-thermometer-cold:before {
  content: "\e5c8";
}

.ph.ph-thermometer-hot:before {
  content: "\e5ca";
}

.ph.ph-thermometer-simple:before {
  content: "\e5cc";
}

.ph.ph-threads-logo:before {
  content: "\ed9e";
}

.ph.ph-three-d:before {
  content: "\ea5a";
}

.ph.ph-thumbs-down:before {
  content: "\e48c";
}

.ph.ph-thumbs-up:before {
  content: "\e48e";
}

.ph.ph-ticket:before {
  content: "\e490";
}

.ph.ph-tidal-logo:before {
  content: "\ed1c";
}

.ph.ph-tiktok-logo:before {
  content: "\eaf2";
}

.ph.ph-tilde:before {
  content: "\eda8";
}

.ph.ph-timer:before {
  content: "\e492";
}

.ph.ph-tip-jar:before {
  content: "\e7e2";
}

.ph.ph-tipi:before {
  content: "\ed30";
}

.ph.ph-tire:before {
  content: "\edd2";
}

.ph.ph-toggle-left:before {
  content: "\e674";
}

.ph.ph-toggle-right:before {
  content: "\e676";
}

.ph.ph-toilet:before {
  content: "\e79a";
}

.ph.ph-toilet-paper:before {
  content: "\e79c";
}

.ph.ph-toolbox:before {
  content: "\eca0";
}

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

.ph.ph-tornado:before {
  content: "\e88c";
}

.ph.ph-tote:before {
  content: "\e494";
}

.ph.ph-tote-simple:before {
  content: "\e678";
}

.ph.ph-towel:before {
  content: "\ede6";
}

.ph.ph-tractor:before {
  content: "\ec6e";
}

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

.ph.ph-trademark-registered:before {
  content: "\e3f4";
}

.ph.ph-traffic-cone:before {
  content: "\e9a8";
}

.ph.ph-traffic-sign:before {
  content: "\e67a";
}

.ph.ph-traffic-signal:before {
  content: "\e9aa";
}

.ph.ph-train:before {
  content: "\e496";
}

.ph.ph-train-regional:before {
  content: "\e49e";
}

.ph.ph-train-simple:before {
  content: "\e4a0";
}

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

.ph.ph-translate:before {
  content: "\e4a2";
}

.ph.ph-trash:before {
  content: "\e4a6";
}

.ph.ph-trash-simple:before {
  content: "\e4a8";
}

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

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

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

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

.ph.ph-treasure-chest:before {
  content: "\ede2";
}

.ph.ph-tree:before {
  content: "\e6da";
}

.ph.ph-tree-evergreen:before {
  content: "\e6dc";
}

.ph.ph-tree-palm:before {
  content: "\e91a";
}

.ph.ph-tree-structure:before {
  content: "\e67c";
}

.ph.ph-tree-view:before {
  content: "\ee48";
}

.ph.ph-trend-down:before {
  content: "\e4ac";
}

.ph.ph-trend-up:before {
  content: "\e4ae";
}

.ph.ph-triangle:before {
  content: "\e4b0";
}

.ph.ph-triangle-dashed:before {
  content: "\e4b2";
}

.ph.ph-trolley:before {
  content: "\e5b2";
}

.ph.ph-trolley-suitcase:before {
  content: "\e5b4";
}

.ph.ph-trophy:before {
  content: "\e67e";
}

.ph.ph-truck:before {
  content: "\e4b4";
}

.ph.ph-truck-trailer:before {
  content: "\e4b6";
}

.ph.ph-tumblr-logo:before {
  content: "\e8d4";
}

.ph.ph-twitch-logo:before {
  content: "\e5ce";
}

.ph.ph-twitter-logo:before {
  content: "\e4ba";
}

.ph.ph-umbrella:before {
  content: "\e684";
}

.ph.ph-umbrella-simple:before {
  content: "\e686";
}

.ph.ph-union:before {
  content: "\edbe";
}

.ph.ph-unite:before {
  content: "\e87e";
}

.ph.ph-unite-square:before {
  content: "\e878";
}

.ph.ph-upload:before {
  content: "\e4be";
}

.ph.ph-upload-simple:before {
  content: "\e4c0";
}

.ph.ph-usb:before {
  content: "\e956";
}

.ph.ph-user:before {
  content: "\e4c2";
}

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

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

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

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

.ph.ph-user-circle-gear:before {
  content: "\e4c6";
}

.ph.ph-user-circle-minus:before {
  content: "\e4c8";
}

.ph.ph-user-circle-plus:before {
  content: "\e4ca";
}

.ph.ph-user-focus:before {
  content: "\e6fc";
}

.ph.ph-user-gear:before {
  content: "\e4cc";
}

.ph.ph-user-list:before {
  content: "\e73c";
}

.ph.ph-user-minus:before {
  content: "\e4ce";
}

.ph.ph-user-plus:before {
  content: "\e4d0";
}

.ph.ph-user-rectangle:before {
  content: "\e4d2";
}

.ph.ph-user-sound:before {
  content: "\eca8";
}

.ph.ph-user-square:before {
  content: "\e4d4";
}

.ph.ph-user-switch:before {
  content: "\e756";
}

.ph.ph-users:before {
  content: "\e4d6";
}

.ph.ph-users-four:before {
  content: "\e68c";
}

.ph.ph-users-three:before {
  content: "\e68e";
}

.ph.ph-van:before {
  content: "\e826";
}

.ph.ph-vault:before {
  content: "\e76e";
}

.ph.ph-vector-three:before {
  content: "\ee62";
}

.ph.ph-vector-two:before {
  content: "\ee64";
}

.ph.ph-vibrate:before {
  content: "\e4d8";
}

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

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

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

.ph.ph-video-conference:before {
  content: "\edce";
}

.ph.ph-vignette:before {
  content: "\eba2";
}

.ph.ph-vinyl-record:before {
  content: "\ecac";
}

.ph.ph-virtual-reality:before {
  content: "\e7b8";
}

.ph.ph-virus:before {
  content: "\e7d6";
}

.ph.ph-visor:before {
  content: "\ee2a";
}

.ph.ph-voicemail:before {
  content: "\e4de";
}

.ph.ph-volleyball:before {
  content: "\e726";
}

.ph.ph-wall:before {
  content: "\e688";
}

.ph.ph-wallet:before {
  content: "\e68a";
}

.ph.ph-warehouse:before {
  content: "\ecd4";
}

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

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

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

.ph.ph-warning-octagon:before {
  content: "\e4e4";
}

.ph.ph-washing-machine:before {
  content: "\ede8";
}

.ph.ph-watch:before {
  content: "\e4e6";
}

.ph.ph-wave-sawtooth:before {
  content: "\ea9c";
}

.ph.ph-wave-sine:before {
  content: "\ea9a";
}

.ph.ph-wave-square:before {
  content: "\ea9e";
}

.ph.ph-wave-triangle:before {
  content: "\eaa0";
}

.ph.ph-waveform:before {
  content: "\e802";
}

.ph.ph-waveform-slash:before {
  content: "\e800";
}

.ph.ph-waves:before {
  content: "\e6de";
}

.ph.ph-webcam:before {
  content: "\e9b2";
}

.ph.ph-webcam-slash:before {
  content: "\ecdc";
}

.ph.ph-webhooks-logo:before {
  content: "\ecae";
}

.ph.ph-wechat-logo:before {
  content: "\e8d2";
}

.ph.ph-whatsapp-logo:before {
  content: "\e5d0";
}

.ph.ph-wheelchair:before {
  content: "\e4e8";
}

.ph.ph-wheelchair-motion:before {
  content: "\e89a";
}

.ph.ph-wifi-high:before {
  content: "\e4ea";
}

.ph.ph-wifi-low:before {
  content: "\e4ec";
}

.ph.ph-wifi-medium:before {
  content: "\e4ee";
}

.ph.ph-wifi-none:before {
  content: "\e4f0";
}

.ph.ph-wifi-slash:before {
  content: "\e4f2";
}

.ph.ph-wifi-x:before {
  content: "\e4f4";
}

.ph.ph-wind:before {
  content: "\e5d2";
}

.ph.ph-windmill:before {
  content: "\e9f8";
}

.ph.ph-windows-logo:before {
  content: "\e692";
}

.ph.ph-wine:before {
  content: "\e6b2";
}

.ph.ph-wrench:before {
  content: "\e5d4";
}

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

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

.ph.ph-x-logo:before {
  content: "\e4bc";
}

.ph.ph-x-square:before {
  content: "\e4fa";
}

.ph.ph-yarn:before {
  content: "\ed9a";
}

.ph.ph-yin-yang:before {
  content: "\e92a";
}

.ph.ph-youtube-logo:before {
  content: "\e4fc";
}

@font-face {
  font-family: "Phosphor-Fill";
  src: url("/assets/fonts/Phosphor-Fill.woff2") format("woff2"), url("/assets/fonts/Phosphor-Fill.woff") format("woff"), url("/assets/fonts/Phosphor-Fill.ttf") format("truetype"), url("/assets/fonts/Phosphor-Fill.svg#Phosphor-Fill") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.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;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ph-fill.ph-acorn:before {
  content: "\eb9a";
}

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

.ph-fill.ph-address-book-tabs:before {
  content: "\ee4e";
}

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

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

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

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

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

.ph-fill.ph-airplane-taxiing:before {
  content: "\e500";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph-fill.ph-ambulance:before {
  content: "\e572";
}

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

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

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

.ph-fill.ph-angle:before {
  content: "\e7bc";
}

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

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

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

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

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

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

.ph-fill.ph-approximate-equals:before {
  content: "\edaa";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ph-fill.ph-arrow-u-down-left:before {
  content: "\e07e";
}

.ph-fill.ph-arrow-u-down-right:before {
  content: "\e080";
}

.ph-fill.ph-arrow-u-left-down:before {
  content: "\e082";
}

.ph-fill.ph-arrow-u-left-up:before {
  content: "\e084";
}

.ph-fill.ph-arrow-u-right-down:before {
  content: "\e086";
}

.ph-fill.ph-arrow-u-right-up:before {
  content: "\e088";
}

.ph-fill.ph-arrow-u-up-left:before {
  content: "\e08a";
}

.ph-fill.ph-arrow-u-up-right:before {
  content: "\e08c";
}

.ph-fill.ph-arrow-up:before {
  content: "\e08e";
}

.ph-fill.ph-arrow-up-left:before {
  content: "\e090";
}

.ph-fill.ph-arrow-up-right:before {
  content: "\e092";
}

.ph-fill.ph-arrows-clockwise:before {
  content: "\e094";
}

.ph-fill.ph-arrows-counter-clockwise:before {
  content: "\e096";
}

.ph-fill.ph-arrows-down-up:before {
  content: "\e098";
}

.ph-fill.ph-arrows-horizontal:before {
  content: "\eb06";
}

.ph-fill.ph-arrows-in:before {
  content: "\e09a";
}

.ph-fill.ph-arrows-in-cardinal:before {
  content: "\e09c";
}

.ph-fill.ph-arrows-in-line-horizontal:before {
  content: "\e530";
}

.ph-fill.ph-arrows-in-line-vertical:before {
  content: "\e532";
}

.ph-fill.ph-arrows-in-simple:before {
  content: "\e09e";
}

.ph-fill.ph-arrows-left-right:before {
  content: "\e0a0";
}

.ph-fill.ph-arrows-merge:before {
  content: "\ed3e";
}

.ph-fill.ph-arrows-out:before {
  content: "\e0a2";
}

.ph-fill.ph-arrows-out-cardinal:before {
  content: "\e0a4";
}

.ph-fill.ph-arrows-out-line-horizontal:before {
  content: "\e534";
}

.ph-fill.ph-arrows-out-line-vertical:before {
  content: "\e536";
}

.ph-fill.ph-arrows-out-simple:before {
  content: "\e0a6";
}

.ph-fill.ph-arrows-split:before {
  content: "\ed3c";
}

.ph-fill.ph-arrows-vertical:before {
  content: "\eb04";
}

.ph-fill.ph-article:before {
  content: "\e0a8";
}

.ph-fill.ph-article-medium:before {
  content: "\e5e0";
}

.ph-fill.ph-article-ny-times:before {
  content: "\e5e2";
}

.ph-fill.ph-asclepius:before {
  content: "\ee34";
}

.ph-fill.ph-caduceus:before {
  content: "\ee34";
}

.ph-fill.ph-asterisk:before {
  content: "\e0aa";
}

.ph-fill.ph-asterisk-simple:before {
  content: "\e832";
}

.ph-fill.ph-at:before {
  content: "\e0ac";
}

.ph-fill.ph-atom:before {
  content: "\e5e4";
}

.ph-fill.ph-avocado:before {
  content: "\ee04";
}

.ph-fill.ph-axe:before {
  content: "\e9fc";
}

.ph-fill.ph-baby:before {
  content: "\e774";
}

.ph-fill.ph-baby-carriage:before {
  content: "\e818";
}

.ph-fill.ph-backpack:before {
  content: "\e922";
}

.ph-fill.ph-backspace:before {
  content: "\e0ae";
}

.ph-fill.ph-bag:before {
  content: "\e0b0";
}

.ph-fill.ph-bag-simple:before {
  content: "\e5e6";
}

.ph-fill.ph-balloon:before {
  content: "\e76c";
}

.ph-fill.ph-bandaids:before {
  content: "\e0b2";
}

.ph-fill.ph-bank:before {
  content: "\e0b4";
}

.ph-fill.ph-barbell:before {
  content: "\e0b6";
}

.ph-fill.ph-barcode:before {
  content: "\e0b8";
}

.ph-fill.ph-barn:before {
  content: "\ec72";
}

.ph-fill.ph-barricade:before {
  content: "\e948";
}

.ph-fill.ph-baseball:before {
  content: "\e71a";
}

.ph-fill.ph-baseball-cap:before {
  content: "\ea28";
}

.ph-fill.ph-baseball-helmet:before {
  content: "\ee4a";
}

.ph-fill.ph-basket:before {
  content: "\e964";
}

.ph-fill.ph-basketball:before {
  content: "\e724";
}

.ph-fill.ph-bathtub:before {
  content: "\e81e";
}

.ph-fill.ph-battery-charging:before {
  content: "\e0ba";
}

.ph-fill.ph-battery-charging-vertical:before {
  content: "\e0bc";
}

.ph-fill.ph-battery-empty:before {
  content: "\e0be";
}

.ph-fill.ph-battery-full:before {
  content: "\e0c0";
}

.ph-fill.ph-battery-high:before {
  content: "\e0c2";
}

.ph-fill.ph-battery-low:before {
  content: "\e0c4";
}

.ph-fill.ph-battery-medium:before {
  content: "\e0c6";
}

.ph-fill.ph-battery-plus:before {
  content: "\e808";
}

.ph-fill.ph-battery-plus-vertical:before {
  content: "\ec50";
}

.ph-fill.ph-battery-vertical-empty:before {
  content: "\e7c6";
}

.ph-fill.ph-battery-vertical-full:before {
  content: "\e7c4";
}

.ph-fill.ph-battery-vertical-high:before {
  content: "\e7c2";
}

.ph-fill.ph-battery-vertical-low:before {
  content: "\e7be";
}

.ph-fill.ph-battery-vertical-medium:before {
  content: "\e7c0";
}

.ph-fill.ph-battery-warning:before {
  content: "\e0c8";
}

.ph-fill.ph-battery-warning-vertical:before {
  content: "\e0ca";
}

.ph-fill.ph-beach-ball:before {
  content: "\ed24";
}

.ph-fill.ph-beanie:before {
  content: "\ea2a";
}

.ph-fill.ph-bed:before {
  content: "\e0cc";
}

.ph-fill.ph-beer-bottle:before {
  content: "\e7b0";
}

.ph-fill.ph-beer-stein:before {
  content: "\eb62";
}

.ph-fill.ph-behance-logo:before {
  content: "\e7f4";
}

.ph-fill.ph-bell:before {
  content: "\e0ce";
}

.ph-fill.ph-bell-ringing:before {
  content: "\e5e8";
}

.ph-fill.ph-bell-simple:before {
  content: "\e0d0";
}

.ph-fill.ph-bell-simple-ringing:before {
  content: "\e5ea";
}

.ph-fill.ph-bell-simple-slash:before {
  content: "\e0d2";
}

.ph-fill.ph-bell-simple-z:before {
  content: "\e5ec";
}

.ph-fill.ph-bell-slash:before {
  content: "\e0d4";
}

.ph-fill.ph-bell-z:before {
  content: "\e5ee";
}

.ph-fill.ph-belt:before {
  content: "\ea2c";
}

.ph-fill.ph-bezier-curve:before {
  content: "\eb00";
}

.ph-fill.ph-bicycle:before {
  content: "\e0d6";
}

.ph-fill.ph-binary:before {
  content: "\ee60";
}

.ph-fill.ph-binoculars:before {
  content: "\ea64";
}

.ph-fill.ph-biohazard:before {
  content: "\e9e0";
}

.ph-fill.ph-bird:before {
  content: "\e72c";
}

.ph-fill.ph-blueprint:before {
  content: "\eda0";
}

.ph-fill.ph-bluetooth:before {
  content: "\e0da";
}

.ph-fill.ph-bluetooth-connected:before {
  content: "\e0dc";
}

.ph-fill.ph-bluetooth-slash:before {
  content: "\e0de";
}

.ph-fill.ph-bluetooth-x:before {
  content: "\e0e0";
}

.ph-fill.ph-boat:before {
  content: "\e786";
}

.ph-fill.ph-bomb:before {
  content: "\ee0a";
}

.ph-fill.ph-bone:before {
  content: "\e7f2";
}

.ph-fill.ph-book:before {
  content: "\e0e2";
}

.ph-fill.ph-book-bookmark:before {
  content: "\e0e4";
}

.ph-fill.ph-book-open:before {
  content: "\e0e6";
}

.ph-fill.ph-book-open-text:before {
  content: "\e8f2";
}

.ph-fill.ph-book-open-user:before {
  content: "\ede0";
}

.ph-fill.ph-bookmark:before {
  content: "\e0e8";
}

.ph-fill.ph-bookmark-simple:before {
  content: "\e0ea";
}

.ph-fill.ph-bookmarks:before {
  content: "\e0ec";
}

.ph-fill.ph-bookmarks-simple:before {
  content: "\e5f0";
}

.ph-fill.ph-books:before {
  content: "\e758";
}

.ph-fill.ph-boot:before {
  content: "\ecca";
}

.ph-fill.ph-boules:before {
  content: "\e722";
}

.ph-fill.ph-bounding-box:before {
  content: "\e6ce";
}

.ph-fill.ph-bowl-food:before {
  content: "\eaa4";
}

.ph-fill.ph-bowl-steam:before {
  content: "\e8e4";
}

.ph-fill.ph-bowling-ball:before {
  content: "\ea34";
}

.ph-fill.ph-box-arrow-down:before {
  content: "\e00e";
}

.ph-fill.ph-archive-box:before {
  content: "\e00e";
}

.ph-fill.ph-box-arrow-up:before {
  content: "\ee54";
}

.ph-fill.ph-boxing-glove:before {
  content: "\ea36";
}

.ph-fill.ph-brackets-angle:before {
  content: "\e862";
}

.ph-fill.ph-brackets-curly:before {
  content: "\e860";
}

.ph-fill.ph-brackets-round:before {
  content: "\e864";
}

.ph-fill.ph-brackets-square:before {
  content: "\e85e";
}

.ph-fill.ph-brain:before {
  content: "\e74e";
}

.ph-fill.ph-brandy:before {
  content: "\e6b4";
}

.ph-fill.ph-bread:before {
  content: "\e81c";
}

.ph-fill.ph-bridge:before {
  content: "\ea68";
}

.ph-fill.ph-briefcase:before {
  content: "\e0ee";
}

.ph-fill.ph-briefcase-metal:before {
  content: "\e5f2";
}

.ph-fill.ph-broadcast:before {
  content: "\e0f2";
}

.ph-fill.ph-broom:before {
  content: "\ec54";
}

.ph-fill.ph-browser:before {
  content: "\e0f4";
}

.ph-fill.ph-browsers:before {
  content: "\e0f6";
}

.ph-fill.ph-bug:before {
  content: "\e5f4";
}

.ph-fill.ph-bug-beetle:before {
  content: "\e5f6";
}

.ph-fill.ph-bug-droid:before {
  content: "\e5f8";
}

.ph-fill.ph-building:before {
  content: "\e100";
}

.ph-fill.ph-building-apartment:before {
  content: "\e0fe";
}

.ph-fill.ph-building-office:before {
  content: "\e0ff";
}

.ph-fill.ph-buildings:before {
  content: "\e102";
}

.ph-fill.ph-bulldozer:before {
  content: "\ec6c";
}

.ph-fill.ph-bus:before {
  content: "\e106";
}

.ph-fill.ph-butterfly:before {
  content: "\ea6e";
}

.ph-fill.ph-cable-car:before {
  content: "\e49c";
}

.ph-fill.ph-cactus:before {
  content: "\e918";
}

.ph-fill.ph-cake:before {
  content: "\e780";
}

.ph-fill.ph-calculator:before {
  content: "\e538";
}

.ph-fill.ph-calendar:before {
  content: "\e108";
}

.ph-fill.ph-calendar-blank:before {
  content: "\e10a";
}

.ph-fill.ph-calendar-check:before {
  content: "\e712";
}

.ph-fill.ph-calendar-dot:before {
  content: "\e7b2";
}

.ph-fill.ph-calendar-dots:before {
  content: "\e7b4";
}

.ph-fill.ph-calendar-heart:before {
  content: "\e8b0";
}

.ph-fill.ph-calendar-minus:before {
  content: "\ea14";
}

.ph-fill.ph-calendar-plus:before {
  content: "\e714";
}

.ph-fill.ph-calendar-slash:before {
  content: "\ea12";
}

.ph-fill.ph-calendar-star:before {
  content: "\e8b2";
}

.ph-fill.ph-calendar-x:before {
  content: "\e10c";
}

.ph-fill.ph-call-bell:before {
  content: "\e7de";
}

.ph-fill.ph-camera:before {
  content: "\e10e";
}

.ph-fill.ph-camera-plus:before {
  content: "\ec58";
}

.ph-fill.ph-camera-rotate:before {
  content: "\e7a4";
}

.ph-fill.ph-camera-slash:before {
  content: "\e110";
}

.ph-fill.ph-campfire:before {
  content: "\e9d8";
}

.ph-fill.ph-car:before {
  content: "\e112";
}

.ph-fill.ph-car-battery:before {
  content: "\ee30";
}

.ph-fill.ph-car-profile:before {
  content: "\e8cc";
}

.ph-fill.ph-car-simple:before {
  content: "\e114";
}

.ph-fill.ph-cardholder:before {
  content: "\e5fa";
}

.ph-fill.ph-cards:before {
  content: "\e0f8";
}

.ph-fill.ph-cards-three:before {
  content: "\ee50";
}

.ph-fill.ph-caret-circle-double-down:before {
  content: "\e116";
}

.ph-fill.ph-caret-circle-double-left:before {
  content: "\e118";
}

.ph-fill.ph-caret-circle-double-right:before {
  content: "\e11a";
}

.ph-fill.ph-caret-circle-double-up:before {
  content: "\e11c";
}

.ph-fill.ph-caret-circle-down:before {
  content: "\e11e";
}

.ph-fill.ph-caret-circle-left:before {
  content: "\e120";
}

.ph-fill.ph-caret-circle-right:before {
  content: "\e122";
}

.ph-fill.ph-caret-circle-up:before {
  content: "\e124";
}

.ph-fill.ph-caret-circle-up-down:before {
  content: "\e13e";
}

.ph-fill.ph-caret-double-down:before {
  content: "\e126";
}

.ph-fill.ph-caret-double-left:before {
  content: "\e128";
}

.ph-fill.ph-caret-double-right:before {
  content: "\e12a";
}

.ph-fill.ph-caret-double-up:before {
  content: "\e12c";
}

.ph-fill.ph-caret-down:before {
  content: "\e136";
}

.ph-fill.ph-caret-left:before {
  content: "\e138";
}

.ph-fill.ph-caret-line-down:before {
  content: "\e134";
}

.ph-fill.ph-caret-line-left:before {
  content: "\e132";
}

.ph-fill.ph-caret-line-right:before {
  content: "\e130";
}

.ph-fill.ph-caret-line-up:before {
  content: "\e12e";
}

.ph-fill.ph-caret-right:before {
  content: "\e13a";
}

.ph-fill.ph-caret-up:before {
  content: "\e13c";
}

.ph-fill.ph-caret-up-down:before {
  content: "\e140";
}

.ph-fill.ph-carrot:before {
  content: "\ed38";
}

.ph-fill.ph-cash-register:before {
  content: "\ed80";
}

.ph-fill.ph-cassette-tape:before {
  content: "\ed2e";
}

.ph-fill.ph-castle-turret:before {
  content: "\e9d0";
}

.ph-fill.ph-cat:before {
  content: "\e748";
}

.ph-fill.ph-cell-signal-full:before {
  content: "\e142";
}

.ph-fill.ph-cell-signal-high:before {
  content: "\e144";
}

.ph-fill.ph-cell-signal-low:before {
  content: "\e146";
}

.ph-fill.ph-cell-signal-medium:before {
  content: "\e148";
}

.ph-fill.ph-cell-signal-none:before {
  content: "\e14a";
}

.ph-fill.ph-cell-signal-slash:before {
  content: "\e14c";
}

.ph-fill.ph-cell-signal-x:before {
  content: "\e14e";
}

.ph-fill.ph-cell-tower:before {
  content: "\ebaa";
}

.ph-fill.ph-certificate:before {
  content: "\e766";
}

.ph-fill.ph-chair:before {
  content: "\e950";
}

.ph-fill.ph-chalkboard:before {
  content: "\e5fc";
}

.ph-fill.ph-chalkboard-simple:before {
  content: "\e5fe";
}

.ph-fill.ph-chalkboard-teacher:before {
  content: "\e600";
}

.ph-fill.ph-champagne:before {
  content: "\eaca";
}

.ph-fill.ph-charging-station:before {
  content: "\e8d0";
}

.ph-fill.ph-chart-bar:before {
  content: "\e150";
}

.ph-fill.ph-chart-bar-horizontal:before {
  content: "\e152";
}

.ph-fill.ph-chart-donut:before {
  content: "\eaa6";
}

.ph-fill.ph-chart-line:before {
  content: "\e154";
}

.ph-fill.ph-chart-line-down:before {
  content: "\e8b6";
}

.ph-fill.ph-chart-line-up:before {
  content: "\e156";
}

.ph-fill.ph-chart-pie:before {
  content: "\e158";
}

.ph-fill.ph-chart-pie-slice:before {
  content: "\e15a";
}

.ph-fill.ph-chart-polar:before {
  content: "\eaa8";
}

.ph-fill.ph-chart-scatter:before {
  content: "\eaac";
}

.ph-fill.ph-chat:before {
  content: "\e15c";
}

.ph-fill.ph-chat-centered:before {
  content: "\e160";
}

.ph-fill.ph-chat-centered-dots:before {
  content: "\e164";
}

.ph-fill.ph-chat-centered-slash:before {
  content: "\e162";
}

.ph-fill.ph-chat-centered-text:before {
  content: "\e166";
}

.ph-fill.ph-chat-circle:before {
  content: "\e168";
}

.ph-fill.ph-chat-circle-dots:before {
  content: "\e16c";
}

.ph-fill.ph-chat-circle-slash:before {
  content: "\e16a";
}

.ph-fill.ph-chat-circle-text:before {
  content: "\e16e";
}

.ph-fill.ph-chat-dots:before {
  content: "\e170";
}

.ph-fill.ph-chat-slash:before {
  content: "\e15e";
}

.ph-fill.ph-chat-teardrop:before {
  content: "\e172";
}

.ph-fill.ph-chat-teardrop-dots:before {
  content: "\e176";
}

.ph-fill.ph-chat-teardrop-slash:before {
  content: "\e174";
}

.ph-fill.ph-chat-teardrop-text:before {
  content: "\e178";
}

.ph-fill.ph-chat-text:before {
  content: "\e17a";
}

.ph-fill.ph-chats:before {
  content: "\e17c";
}

.ph-fill.ph-chats-circle:before {
  content: "\e17e";
}

.ph-fill.ph-chats-teardrop:before {
  content: "\e180";
}

.ph-fill.ph-check:before {
  content: "\e182";
}

.ph-fill.ph-check-circle:before {
  content: "\e184";
}

.ph-fill.ph-check-fat:before {
  content: "\eba6";
}

.ph-fill.ph-check-square:before {
  content: "\e186";
}

.ph-fill.ph-check-square-offset:before {
  content: "\e188";
}

.ph-fill.ph-checkerboard:before {
  content: "\e8c4";
}

.ph-fill.ph-checks:before {
  content: "\e53a";
}

.ph-fill.ph-cheers:before {
  content: "\ea4a";
}

.ph-fill.ph-cheese:before {
  content: "\e9fe";
}

.ph-fill.ph-chef-hat:before {
  content: "\ed8e";
}

.ph-fill.ph-cherries:before {
  content: "\e830";
}

.ph-fill.ph-church:before {
  content: "\ecea";
}

.ph-fill.ph-cigarette:before {
  content: "\ed90";
}

.ph-fill.ph-cigarette-slash:before {
  content: "\ed92";
}

.ph-fill.ph-circle:before {
  content: "\e18a";
}

.ph-fill.ph-circle-dashed:before {
  content: "\e602";
}

.ph-fill.ph-circle-half:before {
  content: "\e18c";
}

.ph-fill.ph-circle-half-tilt:before {
  content: "\e18e";
}

.ph-fill.ph-circle-notch:before {
  content: "\eb44";
}

.ph-fill.ph-circles-four:before {
  content: "\e190";
}

.ph-fill.ph-circles-three:before {
  content: "\e192";
}

.ph-fill.ph-circles-three-plus:before {
  content: "\e194";
}

.ph-fill.ph-circuitry:before {
  content: "\e9c2";
}

.ph-fill.ph-city:before {
  content: "\ea6a";
}

.ph-fill.ph-clipboard:before {
  content: "\e196";
}

.ph-fill.ph-clipboard-text:before {
  content: "\e198";
}

.ph-fill.ph-clock:before {
  content: "\e19a";
}

.ph-fill.ph-clock-afternoon:before {
  content: "\e19c";
}

.ph-fill.ph-clock-clockwise:before {
  content: "\e19e";
}

.ph-fill.ph-clock-countdown:before {
  content: "\ed2c";
}

.ph-fill.ph-clock-counter-clockwise:before {
  content: "\e1a0";
}

.ph-fill.ph-clock-user:before {
  content: "\edec";
}

.ph-fill.ph-closed-captioning:before {
  content: "\e1a4";
}

.ph-fill.ph-cloud:before {
  content: "\e1aa";
}

.ph-fill.ph-cloud-arrow-down:before {
  content: "\e1ac";
}

.ph-fill.ph-cloud-arrow-up:before {
  content: "\e1ae";
}

.ph-fill.ph-cloud-check:before {
  content: "\e1b0";
}

.ph-fill.ph-cloud-fog:before {
  content: "\e53c";
}

.ph-fill.ph-cloud-lightning:before {
  content: "\e1b2";
}

.ph-fill.ph-cloud-moon:before {
  content: "\e53e";
}

.ph-fill.ph-cloud-rain:before {
  content: "\e1b4";
}

.ph-fill.ph-cloud-slash:before {
  content: "\e1b6";
}

.ph-fill.ph-cloud-snow:before {
  content: "\e1b8";
}

.ph-fill.ph-cloud-sun:before {
  content: "\e540";
}

.ph-fill.ph-cloud-warning:before {
  content: "\ea98";
}

.ph-fill.ph-cloud-x:before {
  content: "\ea96";
}

.ph-fill.ph-clover:before {
  content: "\edc8";
}

.ph-fill.ph-club:before {
  content: "\e1ba";
}

.ph-fill.ph-coat-hanger:before {
  content: "\e7fe";
}

.ph-fill.ph-coda-logo:before {
  content: "\e7ce";
}

.ph-fill.ph-code:before {
  content: "\e1bc";
}

.ph-fill.ph-code-block:before {
  content: "\eafe";
}

.ph-fill.ph-code-simple:before {
  content: "\e1be";
}

.ph-fill.ph-codepen-logo:before {
  content: "\e978";
}

.ph-fill.ph-codesandbox-logo:before {
  content: "\ea06";
}

.ph-fill.ph-coffee:before {
  content: "\e1c2";
}

.ph-fill.ph-coffee-bean:before {
  content: "\e1c0";
}

.ph-fill.ph-coin:before {
  content: "\e60e";
}

.ph-fill.ph-coin-vertical:before {
  content: "\eb48";
}

.ph-fill.ph-coins:before {
  content: "\e78e";
}

.ph-fill.ph-columns:before {
  content: "\e546";
}

.ph-fill.ph-columns-plus-left:before {
  content: "\e544";
}

.ph-fill.ph-columns-plus-right:before {
  content: "\e542";
}

.ph-fill.ph-command:before {
  content: "\e1c4";
}

.ph-fill.ph-compass:before {
  content: "\e1c8";
}

.ph-fill.ph-compass-rose:before {
  content: "\e1c6";
}

.ph-fill.ph-compass-tool:before {
  content: "\ea0e";
}

.ph-fill.ph-computer-tower:before {
  content: "\e548";
}

.ph-fill.ph-confetti:before {
  content: "\e81a";
}

.ph-fill.ph-contactless-payment:before {
  content: "\ed42";
}

.ph-fill.ph-control:before {
  content: "\eca6";
}

.ph-fill.ph-cookie:before {
  content: "\e6ca";
}

.ph-fill.ph-cooking-pot:before {
  content: "\e764";
}

.ph-fill.ph-copy:before {
  content: "\e1ca";
}

.ph-fill.ph-copy-simple:before {
  content: "\e1cc";
}

.ph-fill.ph-copyleft:before {
  content: "\e86a";
}

.ph-fill.ph-copyright:before {
  content: "\e54a";
}

.ph-fill.ph-corners-in:before {
  content: "\e1ce";
}

.ph-fill.ph-corners-out:before {
  content: "\e1d0";
}

.ph-fill.ph-couch:before {
  content: "\e7f6";
}

.ph-fill.ph-court-basketball:before {
  content: "\ee36";
}

.ph-fill.ph-cow:before {
  content: "\eabe";
}

.ph-fill.ph-cowboy-hat:before {
  content: "\ed12";
}

.ph-fill.ph-cpu:before {
  content: "\e610";
}

.ph-fill.ph-crane:before {
  content: "\ed48";
}

.ph-fill.ph-crane-tower:before {
  content: "\ed49";
}

.ph-fill.ph-credit-card:before {
  content: "\e1d2";
}

.ph-fill.ph-cricket:before {
  content: "\ee12";
}

.ph-fill.ph-crop:before {
  content: "\e1d4";
}

.ph-fill.ph-cross:before {
  content: "\e8a0";
}

.ph-fill.ph-crosshair:before {
  content: "\e1d6";
}

.ph-fill.ph-crosshair-simple:before {
  content: "\e1d8";
}

.ph-fill.ph-crown:before {
  content: "\e614";
}

.ph-fill.ph-crown-cross:before {
  content: "\ee5e";
}

.ph-fill.ph-crown-simple:before {
  content: "\e616";
}

.ph-fill.ph-cube:before {
  content: "\e1da";
}

.ph-fill.ph-cube-focus:before {
  content: "\ed0a";
}

.ph-fill.ph-cube-transparent:before {
  content: "\ec7c";
}

.ph-fill.ph-currency-btc:before {
  content: "\e618";
}

.ph-fill.ph-currency-circle-dollar:before {
  content: "\e54c";
}

.ph-fill.ph-currency-cny:before {
  content: "\e54e";
}

.ph-fill.ph-currency-dollar:before {
  content: "\e550";
}

.ph-fill.ph-currency-dollar-simple:before {
  content: "\e552";
}

.ph-fill.ph-currency-eth:before {
  content: "\eada";
}

.ph-fill.ph-currency-eur:before {
  content: "\e554";
}

.ph-fill.ph-currency-gbp:before {
  content: "\e556";
}

.ph-fill.ph-currency-inr:before {
  content: "\e558";
}

.ph-fill.ph-currency-jpy:before {
  content: "\e55a";
}

.ph-fill.ph-currency-krw:before {
  content: "\e55c";
}

.ph-fill.ph-currency-kzt:before {
  content: "\ec4c";
}

.ph-fill.ph-currency-ngn:before {
  content: "\eb52";
}

.ph-fill.ph-currency-rub:before {
  content: "\e55e";
}

.ph-fill.ph-cursor:before {
  content: "\e1dc";
}

.ph-fill.ph-cursor-click:before {
  content: "\e7c8";
}

.ph-fill.ph-cursor-text:before {
  content: "\e7d8";
}

.ph-fill.ph-cylinder:before {
  content: "\e8fc";
}

.ph-fill.ph-database:before {
  content: "\e1de";
}

.ph-fill.ph-desk:before {
  content: "\ed16";
}

.ph-fill.ph-desktop:before {
  content: "\e560";
}

.ph-fill.ph-desktop-tower:before {
  content: "\e562";
}

.ph-fill.ph-detective:before {
  content: "\e83e";
}

.ph-fill.ph-dev-to-logo:before {
  content: "\ed0e";
}

.ph-fill.ph-device-mobile:before {
  content: "\e1e0";
}

.ph-fill.ph-device-mobile-camera:before {
  content: "\e1e2";
}

.ph-fill.ph-device-mobile-slash:before {
  content: "\ee46";
}

.ph-fill.ph-device-mobile-speaker:before {
  content: "\e1e4";
}

.ph-fill.ph-device-rotate:before {
  content: "\edf2";
}

.ph-fill.ph-device-tablet:before {
  content: "\e1e6";
}

.ph-fill.ph-device-tablet-camera:before {
  content: "\e1e8";
}

.ph-fill.ph-device-tablet-speaker:before {
  content: "\e1ea";
}

.ph-fill.ph-devices:before {
  content: "\eba4";
}

.ph-fill.ph-diamond:before {
  content: "\e1ec";
}

.ph-fill.ph-diamonds-four:before {
  content: "\e8f4";
}

.ph-fill.ph-dice-five:before {
  content: "\e1ee";
}

.ph-fill.ph-dice-four:before {
  content: "\e1f0";
}

.ph-fill.ph-dice-one:before {
  content: "\e1f2";
}

.ph-fill.ph-dice-six:before {
  content: "\e1f4";
}

.ph-fill.ph-dice-three:before {
  content: "\e1f6";
}

.ph-fill.ph-dice-two:before {
  content: "\e1f8";
}

.ph-fill.ph-disc:before {
  content: "\e564";
}

.ph-fill.ph-disco-ball:before {
  content: "\ed98";
}

.ph-fill.ph-discord-logo:before {
  content: "\e61a";
}

.ph-fill.ph-divide:before {
  content: "\e1fa";
}

.ph-fill.ph-dna:before {
  content: "\e924";
}

.ph-fill.ph-dog:before {
  content: "\e74a";
}

.ph-fill.ph-door:before {
  content: "\e61c";
}

.ph-fill.ph-door-open:before {
  content: "\e7e6";
}

.ph-fill.ph-dot:before {
  content: "\ecde";
}

.ph-fill.ph-dot-outline:before {
  content: "\ece0";
}

.ph-fill.ph-dots-nine:before {
  content: "\e1fc";
}

.ph-fill.ph-dots-six:before {
  content: "\e794";
}

.ph-fill.ph-dots-six-vertical:before {
  content: "\eae2";
}

.ph-fill.ph-dots-three:before {
  content: "\e1fe";
}

.ph-fill.ph-dots-three-circle:before {
  content: "\e200";
}

.ph-fill.ph-dots-three-circle-vertical:before {
  content: "\e202";
}

.ph-fill.ph-dots-three-outline:before {
  content: "\e204";
}

.ph-fill.ph-dots-three-outline-vertical:before {
  content: "\e206";
}

.ph-fill.ph-dots-three-vertical:before {
  content: "\e208";
}

.ph-fill.ph-download:before {
  content: "\e20a";
}

.ph-fill.ph-download-simple:before {
  content: "\e20c";
}

.ph-fill.ph-dress:before {
  content: "\ea7e";
}

.ph-fill.ph-dresser:before {
  content: "\e94e";
}

.ph-fill.ph-dribbble-logo:before {
  content: "\e20e";
}

.ph-fill.ph-drone:before {
  content: "\ed74";
}

.ph-fill.ph-drop:before {
  content: "\e210";
}

.ph-fill.ph-drop-half:before {
  content: "\e566";
}

.ph-fill.ph-drop-half-bottom:before {
  content: "\eb40";
}

.ph-fill.ph-drop-simple:before {
  content: "\ee32";
}

.ph-fill.ph-drop-slash:before {
  content: "\e954";
}

.ph-fill.ph-dropbox-logo:before {
  content: "\e7d0";
}

.ph-fill.ph-ear:before {
  content: "\e70c";
}

.ph-fill.ph-ear-slash:before {
  content: "\e70e";
}

.ph-fill.ph-egg:before {
  content: "\e812";
}

.ph-fill.ph-egg-crack:before {
  content: "\eb64";
}

.ph-fill.ph-eject:before {
  content: "\e212";
}

.ph-fill.ph-eject-simple:before {
  content: "\e6ae";
}

.ph-fill.ph-elevator:before {
  content: "\ecc0";
}

.ph-fill.ph-empty:before {
  content: "\edbc";
}

.ph-fill.ph-engine:before {
  content: "\ea80";
}

.ph-fill.ph-envelope:before {
  content: "\e214";
}

.ph-fill.ph-envelope-open:before {
  content: "\e216";
}

.ph-fill.ph-envelope-simple:before {
  content: "\e218";
}

.ph-fill.ph-envelope-simple-open:before {
  content: "\e21a";
}

.ph-fill.ph-equalizer:before {
  content: "\ebbc";
}

.ph-fill.ph-equals:before {
  content: "\e21c";
}

.ph-fill.ph-eraser:before {
  content: "\e21e";
}

.ph-fill.ph-escalator-down:before {
  content: "\ecba";
}

.ph-fill.ph-escalator-up:before {
  content: "\ecbc";
}

.ph-fill.ph-exam:before {
  content: "\e742";
}

.ph-fill.ph-exclamation-mark:before {
  content: "\ee44";
}

.ph-fill.ph-exclude:before {
  content: "\e882";
}

.ph-fill.ph-exclude-square:before {
  content: "\e880";
}

.ph-fill.ph-export:before {
  content: "\eaf0";
}

.ph-fill.ph-eye:before {
  content: "\e220";
}

.ph-fill.ph-eye-closed:before {
  content: "\e222";
}

.ph-fill.ph-eye-slash:before {
  content: "\e224";
}

.ph-fill.ph-eyedropper:before {
  content: "\e568";
}

.ph-fill.ph-eyedropper-sample:before {
  content: "\eac4";
}

.ph-fill.ph-eyeglasses:before {
  content: "\e7ba";
}

.ph-fill.ph-eyes:before {
  content: "\ee5c";
}

.ph-fill.ph-face-mask:before {
  content: "\e56a";
}

.ph-fill.ph-facebook-logo:before {
  content: "\e226";
}

.ph-fill.ph-factory:before {
  content: "\e760";
}

.ph-fill.ph-faders:before {
  content: "\e228";
}

.ph-fill.ph-faders-horizontal:before {
  content: "\e22a";
}

.ph-fill.ph-fallout-shelter:before {
  content: "\e9de";
}

.ph-fill.ph-fan:before {
  content: "\e9f2";
}

.ph-fill.ph-farm:before {
  content: "\ec70";
}

.ph-fill.ph-fast-forward:before {
  content: "\e6a6";
}

.ph-fill.ph-fast-forward-circle:before {
  content: "\e22c";
}

.ph-fill.ph-feather:before {
  content: "\e9c0";
}

.ph-fill.ph-fediverse-logo:before {
  content: "\ed66";
}

.ph-fill.ph-figma-logo:before {
  content: "\e22e";
}

.ph-fill.ph-file:before {
  content: "\e230";
}

.ph-fill.ph-file-archive:before {
  content: "\eb2a";
}

.ph-fill.ph-file-arrow-down:before {
  content: "\e232";
}

.ph-fill.ph-file-arrow-up:before {
  content: "\e61e";
}

.ph-fill.ph-file-audio:before {
  content: "\ea20";
}

.ph-fill.ph-file-c:before {
  content: "\eb32";
}

.ph-fill.ph-file-c-sharp:before {
  content: "\eb30";
}

.ph-fill.ph-file-cloud:before {
  content: "\e95e";
}

.ph-fill.ph-file-code:before {
  content: "\e914";
}

.ph-fill.ph-file-cpp:before {
  content: "\eb2e";
}

.ph-fill.ph-file-css:before {
  content: "\eb34";
}

.ph-fill.ph-file-csv:before {
  content: "\eb1c";
}

.ph-fill.ph-file-dashed:before {
  content: "\e704";
}

.ph-fill.ph-file-dotted:before {
  content: "\e704";
}

.ph-fill.ph-file-doc:before {
  content: "\eb1e";
}

.ph-fill.ph-file-html:before {
  content: "\eb38";
}

.ph-fill.ph-file-image:before {
  content: "\ea24";
}

.ph-fill.ph-file-ini:before {
  content: "\eb33";
}

.ph-fill.ph-file-jpg:before {
  content: "\eb1a";
}

.ph-fill.ph-file-js:before {
  content: "\eb24";
}

.ph-fill.ph-file-jsx:before {
  content: "\eb3a";
}

.ph-fill.ph-file-lock:before {
  content: "\e95c";
}

.ph-fill.ph-file-magnifying-glass:before {
  content: "\e238";
}

.ph-fill.ph-file-search:before {
  content: "\e238";
}

.ph-fill.ph-file-md:before {
  content: "\ed50";
}

.ph-fill.ph-file-minus:before {
  content: "\e234";
}

.ph-fill.ph-file-pdf:before {
  content: "\e702";
}

.ph-fill.ph-file-plus:before {
  content: "\e236";
}

.ph-fill.ph-file-png:before {
  content: "\eb18";
}

.ph-fill.ph-file-ppt:before {
  content: "\eb20";
}

.ph-fill.ph-file-py:before {
  content: "\eb2c";
}

.ph-fill.ph-file-rs:before {
  content: "\eb28";
}

.ph-fill.ph-file-sql:before {
  content: "\ed4e";
}

.ph-fill.ph-file-svg:before {
  content: "\ed08";
}

.ph-fill.ph-file-text:before {
  content: "\e23a";
}

.ph-fill.ph-file-ts:before {
  content: "\eb26";
}

.ph-fill.ph-file-tsx:before {
  content: "\eb3c";
}

.ph-fill.ph-file-txt:before {
  content: "\eb35";
}

.ph-fill.ph-file-video:before {
  content: "\ea22";
}

.ph-fill.ph-file-vue:before {
  content: "\eb3e";
}

.ph-fill.ph-file-x:before {
  content: "\e23c";
}

.ph-fill.ph-file-xls:before {
  content: "\eb22";
}

.ph-fill.ph-file-zip:before {
  content: "\e958";
}

.ph-fill.ph-files:before {
  content: "\e710";
}

.ph-fill.ph-film-reel:before {
  content: "\e8c0";
}

.ph-fill.ph-film-script:before {
  content: "\eb50";
}

.ph-fill.ph-film-slate:before {
  content: "\e8c2";
}

.ph-fill.ph-film-strip:before {
  content: "\e792";
}

.ph-fill.ph-fingerprint:before {
  content: "\e23e";
}

.ph-fill.ph-fingerprint-simple:before {
  content: "\e240";
}

.ph-fill.ph-finn-the-human:before {
  content: "\e56c";
}

.ph-fill.ph-fire:before {
  content: "\e242";
}

.ph-fill.ph-fire-extinguisher:before {
  content: "\e9e8";
}

.ph-fill.ph-fire-simple:before {
  content: "\e620";
}

.ph-fill.ph-fire-truck:before {
  content: "\e574";
}

.ph-fill.ph-first-aid:before {
  content: "\e56e";
}

.ph-fill.ph-first-aid-kit:before {
  content: "\e570";
}

.ph-fill.ph-fish:before {
  content: "\e728";
}

.ph-fill.ph-fish-simple:before {
  content: "\e72a";
}

.ph-fill.ph-flag:before {
  content: "\e244";
}

.ph-fill.ph-flag-banner:before {
  content: "\e622";
}

.ph-fill.ph-flag-banner-fold:before {
  content: "\ecf2";
}

.ph-fill.ph-flag-checkered:before {
  content: "\ea38";
}

.ph-fill.ph-flag-pennant:before {
  content: "\ecf0";
}

.ph-fill.ph-flame:before {
  content: "\e624";
}

.ph-fill.ph-flashlight:before {
  content: "\e246";
}

.ph-fill.ph-flask:before {
  content: "\e79e";
}

.ph-fill.ph-flip-horizontal:before {
  content: "\ed6a";
}

.ph-fill.ph-flip-vertical:before {
  content: "\ed6c";
}

.ph-fill.ph-floppy-disk:before {
  content: "\e248";
}

.ph-fill.ph-floppy-disk-back:before {
  content: "\eaf4";
}

.ph-fill.ph-flow-arrow:before {
  content: "\e6ec";
}

.ph-fill.ph-flower:before {
  content: "\e75e";
}

.ph-fill.ph-flower-lotus:before {
  content: "\e6cc";
}

.ph-fill.ph-flower-tulip:before {
  content: "\eacc";
}

.ph-fill.ph-flying-saucer:before {
  content: "\eb4a";
}

.ph-fill.ph-folder:before {
  content: "\e24a";
}

.ph-fill.ph-folder-notch:before {
  content: "\e24a";
}

.ph-fill.ph-folder-dashed:before {
  content: "\e8f8";
}

.ph-fill.ph-folder-dotted:before {
  content: "\e8f8";
}

.ph-fill.ph-folder-lock:before {
  content: "\ea3c";
}

.ph-fill.ph-folder-minus:before {
  content: "\e254";
}

.ph-fill.ph-folder-notch-minus:before {
  content: "\e254";
}

.ph-fill.ph-folder-open:before {
  content: "\e256";
}

.ph-fill.ph-folder-notch-open:before {
  content: "\e256";
}

.ph-fill.ph-folder-plus:before {
  content: "\e258";
}

.ph-fill.ph-folder-notch-plus:before {
  content: "\e258";
}

.ph-fill.ph-folder-simple:before {
  content: "\e25a";
}

.ph-fill.ph-folder-simple-dashed:before {
  content: "\ec2a";
}

.ph-fill.ph-folder-simple-dotted:before {
  content: "\ec2a";
}

.ph-fill.ph-folder-simple-lock:before {
  content: "\eb5e";
}

.ph-fill.ph-folder-simple-minus:before {
  content: "\e25c";
}

.ph-fill.ph-folder-simple-plus:before {
  content: "\e25e";
}

.ph-fill.ph-folder-simple-star:before {
  content: "\ec2e";
}

.ph-fill.ph-folder-simple-user:before {
  content: "\eb60";
}

.ph-fill.ph-folder-star:before {
  content: "\ea86";
}

.ph-fill.ph-folder-user:before {
  content: "\eb46";
}

.ph-fill.ph-folders:before {
  content: "\e260";
}

.ph-fill.ph-football:before {
  content: "\e718";
}

.ph-fill.ph-football-helmet:before {
  content: "\ee4c";
}

.ph-fill.ph-footprints:before {
  content: "\ea88";
}

.ph-fill.ph-fork-knife:before {
  content: "\e262";
}

.ph-fill.ph-four-k:before {
  content: "\ea5c";
}

.ph-fill.ph-frame-corners:before {
  content: "\e626";
}

.ph-fill.ph-framer-logo:before {
  content: "\e264";
}

.ph-fill.ph-function:before {
  content: "\ebe4";
}

.ph-fill.ph-funnel:before {
  content: "\e266";
}

.ph-fill.ph-funnel-simple:before {
  content: "\e268";
}

.ph-fill.ph-funnel-simple-x:before {
  content: "\e26a";
}

.ph-fill.ph-funnel-x:before {
  content: "\e26c";
}

.ph-fill.ph-game-controller:before {
  content: "\e26e";
}

.ph-fill.ph-garage:before {
  content: "\ecd6";
}

.ph-fill.ph-gas-can:before {
  content: "\e8ce";
}

.ph-fill.ph-gas-pump:before {
  content: "\e768";
}

.ph-fill.ph-gauge:before {
  content: "\e628";
}

.ph-fill.ph-gavel:before {
  content: "\ea32";
}

.ph-fill.ph-gear:before {
  content: "\e270";
}

.ph-fill.ph-gear-fine:before {
  content: "\e87c";
}

.ph-fill.ph-gear-six:before {
  content: "\e272";
}

.ph-fill.ph-gender-female:before {
  content: "\e6e0";
}

.ph-fill.ph-gender-intersex:before {
  content: "\e6e6";
}

.ph-fill.ph-gender-male:before {
  content: "\e6e2";
}

.ph-fill.ph-gender-neuter:before {
  content: "\e6ea";
}

.ph-fill.ph-gender-nonbinary:before {
  content: "\e6e4";
}

.ph-fill.ph-gender-transgender:before {
  content: "\e6e8";
}

.ph-fill.ph-ghost:before {
  content: "\e62a";
}

.ph-fill.ph-gif:before {
  content: "\e274";
}

.ph-fill.ph-gift:before {
  content: "\e276";
}

.ph-fill.ph-git-branch:before {
  content: "\e278";
}

.ph-fill.ph-git-commit:before {
  content: "\e27a";
}

.ph-fill.ph-git-diff:before {
  content: "\e27c";
}

.ph-fill.ph-git-fork:before {
  content: "\e27e";
}

.ph-fill.ph-git-merge:before {
  content: "\e280";
}

.ph-fill.ph-git-pull-request:before {
  content: "\e282";
}

.ph-fill.ph-github-logo:before {
  content: "\e576";
}

.ph-fill.ph-gitlab-logo:before {
  content: "\e694";
}

.ph-fill.ph-gitlab-logo-simple:before {
  content: "\e696";
}

.ph-fill.ph-globe:before {
  content: "\e288";
}

.ph-fill.ph-globe-hemisphere-east:before {
  content: "\e28a";
}

.ph-fill.ph-globe-hemisphere-west:before {
  content: "\e28c";
}

.ph-fill.ph-globe-simple:before {
  content: "\e28e";
}

.ph-fill.ph-globe-simple-x:before {
  content: "\e284";
}

.ph-fill.ph-globe-stand:before {
  content: "\e290";
}

.ph-fill.ph-globe-x:before {
  content: "\e286";
}

.ph-fill.ph-goggles:before {
  content: "\ecb4";
}

.ph-fill.ph-golf:before {
  content: "\ea3e";
}

.ph-fill.ph-goodreads-logo:before {
  content: "\ed10";
}

.ph-fill.ph-google-cardboard-logo:before {
  content: "\e7b6";
}

.ph-fill.ph-google-chrome-logo:before {
  content: "\e976";
}

.ph-fill.ph-google-drive-logo:before {
  content: "\e8f6";
}

.ph-fill.ph-google-logo:before {
  content: "\e292";
}

.ph-fill.ph-google-photos-logo:before {
  content: "\eb92";
}

.ph-fill.ph-google-play-logo:before {
  content: "\e294";
}

.ph-fill.ph-google-podcasts-logo:before {
  content: "\eb94";
}

.ph-fill.ph-gps:before {
  content: "\edd8";
}

.ph-fill.ph-gps-fix:before {
  content: "\edd6";
}

.ph-fill.ph-gps-slash:before {
  content: "\edd4";
}

.ph-fill.ph-gradient:before {
  content: "\eb42";
}

.ph-fill.ph-graduation-cap:before {
  content: "\e62c";
}

.ph-fill.ph-grains:before {
  content: "\ec68";
}

.ph-fill.ph-grains-slash:before {
  content: "\ec6a";
}

.ph-fill.ph-graph:before {
  content: "\eb58";
}

.ph-fill.ph-graphics-card:before {
  content: "\e612";
}

.ph-fill.ph-greater-than:before {
  content: "\edc4";
}

.ph-fill.ph-greater-than-or-equal:before {
  content: "\eda2";
}

.ph-fill.ph-grid-four:before {
  content: "\e296";
}

.ph-fill.ph-grid-nine:before {
  content: "\ec8c";
}

.ph-fill.ph-guitar:before {
  content: "\ea8a";
}

.ph-fill.ph-hair-dryer:before {
  content: "\ea66";
}

.ph-fill.ph-hamburger:before {
  content: "\e790";
}

.ph-fill.ph-hammer:before {
  content: "\e80e";
}

.ph-fill.ph-hand:before {
  content: "\e298";
}

.ph-fill.ph-hand-arrow-down:before {
  content: "\ea4e";
}

.ph-fill.ph-hand-arrow-up:before {
  content: "\ee5a";
}

.ph-fill.ph-hand-coins:before {
  content: "\ea8c";
}

.ph-fill.ph-hand-deposit:before {
  content: "\ee82";
}

.ph-fill.ph-hand-eye:before {
  content: "\ea4c";
}

.ph-fill.ph-hand-fist:before {
  content: "\e57a";
}

.ph-fill.ph-hand-grabbing:before {
  content: "\e57c";
}

.ph-fill.ph-hand-heart:before {
  content: "\e810";
}

.ph-fill.ph-hand-palm:before {
  content: "\e57e";
}

.ph-fill.ph-hand-peace:before {
  content: "\e7cc";
}

.ph-fill.ph-hand-pointing:before {
  content: "\e29a";
}

.ph-fill.ph-hand-soap:before {
  content: "\e630";
}

.ph-fill.ph-hand-swipe-left:before {
  content: "\ec94";
}

.ph-fill.ph-hand-swipe-right:before {
  content: "\ec92";
}

.ph-fill.ph-hand-tap:before {
  content: "\ec90";
}

.ph-fill.ph-hand-waving:before {
  content: "\e580";
}

.ph-fill.ph-hand-withdraw:before {
  content: "\ee80";
}

.ph-fill.ph-handbag:before {
  content: "\e29c";
}

.ph-fill.ph-handbag-simple:before {
  content: "\e62e";
}

.ph-fill.ph-hands-clapping:before {
  content: "\e6a0";
}

.ph-fill.ph-hands-praying:before {
  content: "\ecc8";
}

.ph-fill.ph-handshake:before {
  content: "\e582";
}

.ph-fill.ph-hard-drive:before {
  content: "\e29e";
}

.ph-fill.ph-hard-drives:before {
  content: "\e2a0";
}

.ph-fill.ph-hard-hat:before {
  content: "\ed46";
}

.ph-fill.ph-hash:before {
  content: "\e2a2";
}

.ph-fill.ph-hash-straight:before {
  content: "\e2a4";
}

.ph-fill.ph-head-circuit:before {
  content: "\e7d4";
}

.ph-fill.ph-headlights:before {
  content: "\e6fe";
}

.ph-fill.ph-headphones:before {
  content: "\e2a6";
}

.ph-fill.ph-headset:before {
  content: "\e584";
}

.ph-fill.ph-heart:before {
  content: "\e2a8";
}

.ph-fill.ph-heart-break:before {
  content: "\ebe8";
}

.ph-fill.ph-heart-half:before {
  content: "\ec48";
}

.ph-fill.ph-heart-straight:before {
  content: "\e2aa";
}

.ph-fill.ph-heart-straight-break:before {
  content: "\eb98";
}

.ph-fill.ph-heartbeat:before {
  content: "\e2ac";
}

.ph-fill.ph-hexagon:before {
  content: "\e2ae";
}

.ph-fill.ph-high-definition:before {
  content: "\ea8e";
}

.ph-fill.ph-high-heel:before {
  content: "\e8e8";
}

.ph-fill.ph-highlighter:before {
  content: "\ec76";
}

.ph-fill.ph-highlighter-circle:before {
  content: "\e632";
}

.ph-fill.ph-hockey:before {
  content: "\ec86";
}

.ph-fill.ph-hoodie:before {
  content: "\ecd0";
}

.ph-fill.ph-horse:before {
  content: "\e2b0";
}

.ph-fill.ph-hospital:before {
  content: "\e844";
}

.ph-fill.ph-hourglass:before {
  content: "\e2b2";
}

.ph-fill.ph-hourglass-high:before {
  content: "\e2b4";
}

.ph-fill.ph-hourglass-low:before {
  content: "\e2b6";
}

.ph-fill.ph-hourglass-medium:before {
  content: "\e2b8";
}

.ph-fill.ph-hourglass-simple:before {
  content: "\e2ba";
}

.ph-fill.ph-hourglass-simple-high:before {
  content: "\e2bc";
}

.ph-fill.ph-hourglass-simple-low:before {
  content: "\e2be";
}

.ph-fill.ph-hourglass-simple-medium:before {
  content: "\e2c0";
}

.ph-fill.ph-house:before {
  content: "\e2c2";
}

.ph-fill.ph-house-line:before {
  content: "\e2c4";
}

.ph-fill.ph-house-simple:before {
  content: "\e2c6";
}

.ph-fill.ph-hurricane:before {
  content: "\e88e";
}

.ph-fill.ph-ice-cream:before {
  content: "\e804";
}

.ph-fill.ph-identification-badge:before {
  content: "\e6f6";
}

.ph-fill.ph-identification-card:before {
  content: "\e2c8";
}

.ph-fill.ph-image:before {
  content: "\e2ca";
}

.ph-fill.ph-image-broken:before {
  content: "\e7a8";
}

.ph-fill.ph-image-square:before {
  content: "\e2cc";
}

.ph-fill.ph-images:before {
  content: "\e836";
}

.ph-fill.ph-images-square:before {
  content: "\e834";
}

.ph-fill.ph-infinity:before {
  content: "\e634";
}

.ph-fill.ph-lemniscate:before {
  content: "\e634";
}

.ph-fill.ph-info:before {
  content: "\e2ce";
}

.ph-fill.ph-instagram-logo:before {
  content: "\e2d0";
}

.ph-fill.ph-intersect:before {
  content: "\e2d2";
}

.ph-fill.ph-intersect-square:before {
  content: "\e87a";
}

.ph-fill.ph-intersect-three:before {
  content: "\ecc4";
}

.ph-fill.ph-intersection:before {
  content: "\edba";
}

.ph-fill.ph-invoice:before {
  content: "\ee42";
}

.ph-fill.ph-island:before {
  content: "\ee06";
}

.ph-fill.ph-jar:before {
  content: "\e7e0";
}

.ph-fill.ph-jar-label:before {
  content: "\e7e1";
}

.ph-fill.ph-jeep:before {
  content: "\e2d4";
}

.ph-fill.ph-joystick:before {
  content: "\ea5e";
}

.ph-fill.ph-kanban:before {
  content: "\eb54";
}

.ph-fill.ph-key:before {
  content: "\e2d6";
}

.ph-fill.ph-key-return:before {
  content: "\e782";
}

.ph-fill.ph-keyboard:before {
  content: "\e2d8";
}

.ph-fill.ph-keyhole:before {
  content: "\ea78";
}

.ph-fill.ph-knife:before {
  content: "\e636";
}

.ph-fill.ph-ladder:before {
  content: "\e9e4";
}

.ph-fill.ph-ladder-simple:before {
  content: "\ec26";
}

.ph-fill.ph-lamp:before {
  content: "\e638";
}

.ph-fill.ph-lamp-pendant:before {
  content: "\ee2e";
}

.ph-fill.ph-laptop:before {
  content: "\e586";
}

.ph-fill.ph-lasso:before {
  content: "\edc6";
}

.ph-fill.ph-lastfm-logo:before {
  content: "\e842";
}

.ph-fill.ph-layout:before {
  content: "\e6d6";
}

.ph-fill.ph-leaf:before {
  content: "\e2da";
}

.ph-fill.ph-lectern:before {
  content: "\e95a";
}

.ph-fill.ph-lego:before {
  content: "\e8c6";
}

.ph-fill.ph-lego-smiley:before {
  content: "\e8c7";
}

.ph-fill.ph-less-than:before {
  content: "\edac";
}

.ph-fill.ph-less-than-or-equal:before {
  content: "\eda4";
}

.ph-fill.ph-letter-circle-h:before {
  content: "\ebf8";
}

.ph-fill.ph-letter-circle-p:before {
  content: "\ec08";
}

.ph-fill.ph-letter-circle-v:before {
  content: "\ec14";
}

.ph-fill.ph-lifebuoy:before {
  content: "\e63a";
}

.ph-fill.ph-lightbulb:before {
  content: "\e2dc";
}

.ph-fill.ph-lightbulb-filament:before {
  content: "\e63c";
}

.ph-fill.ph-lighthouse:before {
  content: "\e9f6";
}

.ph-fill.ph-lightning:before {
  content: "\e2de";
}

.ph-fill.ph-lightning-a:before {
  content: "\ea84";
}

.ph-fill.ph-lightning-slash:before {
  content: "\e2e0";
}

.ph-fill.ph-line-segment:before {
  content: "\e6d2";
}

.ph-fill.ph-line-segments:before {
  content: "\e6d4";
}

.ph-fill.ph-line-vertical:before {
  content: "\ed70";
}

.ph-fill.ph-link:before {
  content: "\e2e2";
}

.ph-fill.ph-link-break:before {
  content: "\e2e4";
}

.ph-fill.ph-link-simple:before {
  content: "\e2e6";
}

.ph-fill.ph-link-simple-break:before {
  content: "\e2e8";
}

.ph-fill.ph-link-simple-horizontal:before {
  content: "\e2ea";
}

.ph-fill.ph-link-simple-horizontal-break:before {
  content: "\e2ec";
}

.ph-fill.ph-linkedin-logo:before {
  content: "\e2ee";
}

.ph-fill.ph-linktree-logo:before {
  content: "\edee";
}

.ph-fill.ph-linux-logo:before {
  content: "\eb02";
}

.ph-fill.ph-list:before {
  content: "\e2f0";
}

.ph-fill.ph-list-bullets:before {
  content: "\e2f2";
}

.ph-fill.ph-list-checks:before {
  content: "\eadc";
}

.ph-fill.ph-list-dashes:before {
  content: "\e2f4";
}

.ph-fill.ph-list-heart:before {
  content: "\ebde";
}

.ph-fill.ph-list-magnifying-glass:before {
  content: "\ebe0";
}

.ph-fill.ph-list-numbers:before {
  content: "\e2f6";
}

.ph-fill.ph-list-plus:before {
  content: "\e2f8";
}

.ph-fill.ph-list-star:before {
  content: "\ebdc";
}

.ph-fill.ph-lock:before {
  content: "\e2fa";
}

.ph-fill.ph-lock-key:before {
  content: "\e2fe";
}

.ph-fill.ph-lock-key-open:before {
  content: "\e300";
}

.ph-fill.ph-lock-laminated:before {
  content: "\e302";
}

.ph-fill.ph-lock-laminated-open:before {
  content: "\e304";
}

.ph-fill.ph-lock-open:before {
  content: "\e306";
}

.ph-fill.ph-lock-simple:before {
  content: "\e308";
}

.ph-fill.ph-lock-simple-open:before {
  content: "\e30a";
}

.ph-fill.ph-lockers:before {
  content: "\ecb8";
}

.ph-fill.ph-log:before {
  content: "\ed82";
}

.ph-fill.ph-magic-wand:before {
  content: "\e6b6";
}

.ph-fill.ph-magnet:before {
  content: "\e680";
}

.ph-fill.ph-magnet-straight:before {
  content: "\e682";
}

.ph-fill.ph-magnifying-glass:before {
  content: "\e30c";
}

.ph-fill.ph-magnifying-glass-minus:before {
  content: "\e30e";
}

.ph-fill.ph-magnifying-glass-plus:before {
  content: "\e310";
}

.ph-fill.ph-mailbox:before {
  content: "\ec1e";
}

.ph-fill.ph-map-pin:before {
  content: "\e316";
}

.ph-fill.ph-map-pin-area:before {
  content: "\ee3a";
}

.ph-fill.ph-map-pin-line:before {
  content: "\e318";
}

.ph-fill.ph-map-pin-plus:before {
  content: "\e314";
}

.ph-fill.ph-map-pin-simple:before {
  content: "\ee3e";
}

.ph-fill.ph-map-pin-simple-area:before {
  content: "\ee3c";
}

.ph-fill.ph-map-pin-simple-line:before {
  content: "\ee38";
}

.ph-fill.ph-map-trifold:before {
  content: "\e31a";
}

.ph-fill.ph-markdown-logo:before {
  content: "\e508";
}

.ph-fill.ph-marker-circle:before {
  content: "\e640";
}

.ph-fill.ph-martini:before {
  content: "\e31c";
}

.ph-fill.ph-mask-happy:before {
  content: "\e9f4";
}

.ph-fill.ph-mask-sad:before {
  content: "\eb9e";
}

.ph-fill.ph-mastodon-logo:before {
  content: "\ed68";
}

.ph-fill.ph-math-operations:before {
  content: "\e31e";
}

.ph-fill.ph-matrix-logo:before {
  content: "\ed64";
}

.ph-fill.ph-medal:before {
  content: "\e320";
}

.ph-fill.ph-medal-military:before {
  content: "\ecfc";
}

.ph-fill.ph-medium-logo:before {
  content: "\e322";
}

.ph-fill.ph-megaphone:before {
  content: "\e324";
}

.ph-fill.ph-megaphone-simple:before {
  content: "\e642";
}

.ph-fill.ph-member-of:before {
  content: "\edc2";
}

.ph-fill.ph-memory:before {
  content: "\e9c4";
}

.ph-fill.ph-messenger-logo:before {
  content: "\e6d8";
}

.ph-fill.ph-meta-logo:before {
  content: "\ed02";
}

.ph-fill.ph-meteor:before {
  content: "\e9ba";
}

.ph-fill.ph-metronome:before {
  content: "\ec8e";
}

.ph-fill.ph-microphone:before {
  content: "\e326";
}

.ph-fill.ph-microphone-slash:before {
  content: "\e328";
}

.ph-fill.ph-microphone-stage:before {
  content: "\e75c";
}

.ph-fill.ph-microscope:before {
  content: "\ec7a";
}

.ph-fill.ph-microsoft-excel-logo:before {
  content: "\eb6c";
}

.ph-fill.ph-microsoft-outlook-logo:before {
  content: "\eb70";
}

.ph-fill.ph-microsoft-powerpoint-logo:before {
  content: "\eace";
}

.ph-fill.ph-microsoft-teams-logo:before {
  content: "\eb66";
}

.ph-fill.ph-microsoft-word-logo:before {
  content: "\eb6a";
}

.ph-fill.ph-minus:before {
  content: "\e32a";
}

.ph-fill.ph-minus-circle:before {
  content: "\e32c";
}

.ph-fill.ph-minus-square:before {
  content: "\ed4c";
}

.ph-fill.ph-money:before {
  content: "\e588";
}

.ph-fill.ph-money-wavy:before {
  content: "\ee68";
}

.ph-fill.ph-monitor:before {
  content: "\e32e";
}

.ph-fill.ph-monitor-arrow-up:before {
  content: "\e58a";
}

.ph-fill.ph-monitor-play:before {
  content: "\e58c";
}

.ph-fill.ph-moon:before {
  content: "\e330";
}

.ph-fill.ph-moon-stars:before {
  content: "\e58e";
}

.ph-fill.ph-moped:before {
  content: "\e824";
}

.ph-fill.ph-moped-front:before {
  content: "\e822";
}

.ph-fill.ph-mosque:before {
  content: "\ecee";
}

.ph-fill.ph-motorcycle:before {
  content: "\e80a";
}

.ph-fill.ph-mountains:before {
  content: "\e7ae";
}

.ph-fill.ph-mouse:before {
  content: "\e33a";
}

.ph-fill.ph-mouse-left-click:before {
  content: "\e334";
}

.ph-fill.ph-mouse-middle-click:before {
  content: "\e338";
}

.ph-fill.ph-mouse-right-click:before {
  content: "\e336";
}

.ph-fill.ph-mouse-scroll:before {
  content: "\e332";
}

.ph-fill.ph-mouse-simple:before {
  content: "\e644";
}

.ph-fill.ph-music-note:before {
  content: "\e33c";
}

.ph-fill.ph-music-note-simple:before {
  content: "\e33e";
}

.ph-fill.ph-music-notes:before {
  content: "\e340";
}

.ph-fill.ph-music-notes-minus:before {
  content: "\ee0c";
}

.ph-fill.ph-music-notes-plus:before {
  content: "\eb7c";
}

.ph-fill.ph-music-notes-simple:before {
  content: "\e342";
}

.ph-fill.ph-navigation-arrow:before {
  content: "\eade";
}

.ph-fill.ph-needle:before {
  content: "\e82e";
}

.ph-fill.ph-network:before {
  content: "\edde";
}

.ph-fill.ph-network-slash:before {
  content: "\eddc";
}

.ph-fill.ph-network-x:before {
  content: "\edda";
}

.ph-fill.ph-newspaper:before {
  content: "\e344";
}

.ph-fill.ph-newspaper-clipping:before {
  content: "\e346";
}

.ph-fill.ph-not-equals:before {
  content: "\eda6";
}

.ph-fill.ph-not-member-of:before {
  content: "\edae";
}

.ph-fill.ph-not-subset-of:before {
  content: "\edb0";
}

.ph-fill.ph-not-superset-of:before {
  content: "\edb2";
}

.ph-fill.ph-notches:before {
  content: "\ed3a";
}

.ph-fill.ph-note:before {
  content: "\e348";
}

.ph-fill.ph-note-blank:before {
  content: "\e34a";
}

.ph-fill.ph-note-pencil:before {
  content: "\e34c";
}

.ph-fill.ph-notebook:before {
  content: "\e34e";
}

.ph-fill.ph-notepad:before {
  content: "\e63e";
}

.ph-fill.ph-notification:before {
  content: "\e6fa";
}

.ph-fill.ph-notion-logo:before {
  content: "\e9a0";
}

.ph-fill.ph-nuclear-plant:before {
  content: "\ed7c";
}

.ph-fill.ph-number-circle-eight:before {
  content: "\e352";
}

.ph-fill.ph-number-circle-five:before {
  content: "\e358";
}

.ph-fill.ph-number-circle-four:before {
  content: "\e35e";
}

.ph-fill.ph-number-circle-nine:before {
  content: "\e364";
}

.ph-fill.ph-number-circle-one:before {
  content: "\e36a";
}

.ph-fill.ph-number-circle-seven:before {
  content: "\e370";
}

.ph-fill.ph-number-circle-six:before {
  content: "\e376";
}

.ph-fill.ph-number-circle-three:before {
  content: "\e37c";
}

.ph-fill.ph-number-circle-two:before {
  content: "\e382";
}

.ph-fill.ph-number-circle-zero:before {
  content: "\e388";
}

.ph-fill.ph-number-eight:before {
  content: "\e350";
}

.ph-fill.ph-number-five:before {
  content: "\e356";
}

.ph-fill.ph-number-four:before {
  content: "\e35c";
}

.ph-fill.ph-number-nine:before {
  content: "\e362";
}

.ph-fill.ph-number-one:before {
  content: "\e368";
}

.ph-fill.ph-number-seven:before {
  content: "\e36e";
}

.ph-fill.ph-number-six:before {
  content: "\e374";
}

.ph-fill.ph-number-square-eight:before {
  content: "\e354";
}

.ph-fill.ph-number-square-five:before {
  content: "\e35a";
}

.ph-fill.ph-number-square-four:before {
  content: "\e360";
}

.ph-fill.ph-number-square-nine:before {
  content: "\e366";
}

.ph-fill.ph-number-square-one:before {
  content: "\e36c";
}

.ph-fill.ph-number-square-seven:before {
  content: "\e372";
}

.ph-fill.ph-number-square-six:before {
  content: "\e378";
}

.ph-fill.ph-number-square-three:before {
  content: "\e37e";
}

.ph-fill.ph-number-square-two:before {
  content: "\e384";
}

.ph-fill.ph-number-square-zero:before {
  content: "\e38a";
}

.ph-fill.ph-number-three:before {
  content: "\e37a";
}

.ph-fill.ph-number-two:before {
  content: "\e380";
}

.ph-fill.ph-number-zero:before {
  content: "\e386";
}

.ph-fill.ph-numpad:before {
  content: "\e3c8";
}

.ph-fill.ph-nut:before {
  content: "\e38c";
}

.ph-fill.ph-ny-times-logo:before {
  content: "\e646";
}

.ph-fill.ph-octagon:before {
  content: "\e38e";
}

.ph-fill.ph-office-chair:before {
  content: "\ea46";
}

.ph-fill.ph-onigiri:before {
  content: "\ee2c";
}

.ph-fill.ph-open-ai-logo:before {
  content: "\e7d2";
}

.ph-fill.ph-option:before {
  content: "\e8a8";
}

.ph-fill.ph-orange:before {
  content: "\ee40";
}

.ph-fill.ph-orange-slice:before {
  content: "\ed36";
}

.ph-fill.ph-oven:before {
  content: "\ed8c";
}

.ph-fill.ph-package:before {
  content: "\e390";
}

.ph-fill.ph-paint-brush:before {
  content: "\e6f0";
}

.ph-fill.ph-paint-brush-broad:before {
  content: "\e590";
}

.ph-fill.ph-paint-brush-household:before {
  content: "\e6f2";
}

.ph-fill.ph-paint-bucket:before {
  content: "\e392";
}

.ph-fill.ph-paint-roller:before {
  content: "\e6f4";
}

.ph-fill.ph-palette:before {
  content: "\e6c8";
}

.ph-fill.ph-panorama:before {
  content: "\eaa2";
}

.ph-fill.ph-pants:before {
  content: "\ec88";
}

.ph-fill.ph-paper-plane:before {
  content: "\e394";
}

.ph-fill.ph-paper-plane-right:before {
  content: "\e396";
}

.ph-fill.ph-paper-plane-tilt:before {
  content: "\e398";
}

.ph-fill.ph-paperclip:before {
  content: "\e39a";
}

.ph-fill.ph-paperclip-horizontal:before {
  content: "\e592";
}

.ph-fill.ph-parachute:before {
  content: "\ea7c";
}

.ph-fill.ph-paragraph:before {
  content: "\e960";
}

.ph-fill.ph-parallelogram:before {
  content: "\ecc6";
}

.ph-fill.ph-park:before {
  content: "\ecb2";
}

.ph-fill.ph-password:before {
  content: "\e752";
}

.ph-fill.ph-path:before {
  content: "\e39c";
}

.ph-fill.ph-patreon-logo:before {
  content: "\e98a";
}

.ph-fill.ph-pause:before {
  content: "\e39e";
}

.ph-fill.ph-pause-circle:before {
  content: "\e3a0";
}

.ph-fill.ph-paw-print:before {
  content: "\e648";
}

.ph-fill.ph-paypal-logo:before {
  content: "\e98c";
}

.ph-fill.ph-peace:before {
  content: "\e3a2";
}

.ph-fill.ph-pen:before {
  content: "\e3aa";
}

.ph-fill.ph-pen-nib:before {
  content: "\e3ac";
}

.ph-fill.ph-pen-nib-straight:before {
  content: "\e64a";
}

.ph-fill.ph-pencil:before {
  content: "\e3ae";
}

.ph-fill.ph-pencil-circle:before {
  content: "\e3b0";
}

.ph-fill.ph-pencil-line:before {
  content: "\e3b2";
}

.ph-fill.ph-pencil-ruler:before {
  content: "\e906";
}

.ph-fill.ph-pencil-simple:before {
  content: "\e3b4";
}

.ph-fill.ph-pencil-simple-line:before {
  content: "\ebc6";
}

.ph-fill.ph-pencil-simple-slash:before {
  content: "\ecf6";
}

.ph-fill.ph-pencil-slash:before {
  content: "\ecf8";
}

.ph-fill.ph-pentagon:before {
  content: "\ec7e";
}

.ph-fill.ph-pentagram:before {
  content: "\ec5c";
}

.ph-fill.ph-pepper:before {
  content: "\e94a";
}

.ph-fill.ph-percent:before {
  content: "\e3b6";
}

.ph-fill.ph-person:before {
  content: "\e3a8";
}

.ph-fill.ph-person-arms-spread:before {
  content: "\ecfe";
}

.ph-fill.ph-person-simple:before {
  content: "\e72e";
}

.ph-fill.ph-person-simple-bike:before {
  content: "\e734";
}

.ph-fill.ph-person-simple-circle:before {
  content: "\ee58";
}

.ph-fill.ph-person-simple-hike:before {
  content: "\ed54";
}

.ph-fill.ph-person-simple-run:before {
  content: "\e730";
}

.ph-fill.ph-person-simple-ski:before {
  content: "\e71c";
}

.ph-fill.ph-person-simple-snowboard:before {
  content: "\e71e";
}

.ph-fill.ph-person-simple-swim:before {
  content: "\e736";
}

.ph-fill.ph-person-simple-tai-chi:before {
  content: "\ed5c";
}

.ph-fill.ph-person-simple-throw:before {
  content: "\e732";
}

.ph-fill.ph-person-simple-walk:before {
  content: "\e73a";
}

.ph-fill.ph-perspective:before {
  content: "\ebe6";
}

.ph-fill.ph-phone:before {
  content: "\e3b8";
}

.ph-fill.ph-phone-call:before {
  content: "\e3ba";
}

.ph-fill.ph-phone-disconnect:before {
  content: "\e3bc";
}

.ph-fill.ph-phone-incoming:before {
  content: "\e3be";
}

.ph-fill.ph-phone-list:before {
  content: "\e3cc";
}

.ph-fill.ph-phone-outgoing:before {
  content: "\e3c0";
}

.ph-fill.ph-phone-pause:before {
  content: "\e3ca";
}

.ph-fill.ph-phone-plus:before {
  content: "\ec56";
}

.ph-fill.ph-phone-slash:before {
  content: "\e3c2";
}

.ph-fill.ph-phone-transfer:before {
  content: "\e3c6";
}

.ph-fill.ph-phone-x:before {
  content: "\e3c4";
}

.ph-fill.ph-phosphor-logo:before {
  content: "\e3ce";
}

.ph-fill.ph-pi:before {
  content: "\ec80";
}

.ph-fill.ph-piano-keys:before {
  content: "\e9c8";
}

.ph-fill.ph-picnic-table:before {
  content: "\ee26";
}

.ph-fill.ph-picture-in-picture:before {
  content: "\e64c";
}

.ph-fill.ph-piggy-bank:before {
  content: "\ea04";
}

.ph-fill.ph-pill:before {
  content: "\e700";
}

.ph-fill.ph-ping-pong:before {
  content: "\ea42";
}

.ph-fill.ph-pint-glass:before {
  content: "\edd0";
}

.ph-fill.ph-pinterest-logo:before {
  content: "\e64e";
}

.ph-fill.ph-pinwheel:before {
  content: "\eb9c";
}

.ph-fill.ph-pipe:before {
  content: "\ed86";
}

.ph-fill.ph-pipe-wrench:before {
  content: "\ed88";
}

.ph-fill.ph-pix-logo:before {
  content: "\ecc2";
}

.ph-fill.ph-pizza:before {
  content: "\e796";
}

.ph-fill.ph-placeholder:before {
  content: "\e650";
}

.ph-fill.ph-planet:before {
  content: "\e652";
}

.ph-fill.ph-plant:before {
  content: "\ebae";
}

.ph-fill.ph-play:before {
  content: "\e3d0";
}

.ph-fill.ph-play-circle:before {
  content: "\e3d2";
}

.ph-fill.ph-play-pause:before {
  content: "\e8be";
}

.ph-fill.ph-playlist:before {
  content: "\e6aa";
}

.ph-fill.ph-plug:before {
  content: "\e946";
}

.ph-fill.ph-plug-charging:before {
  content: "\eb5c";
}

.ph-fill.ph-plugs:before {
  content: "\eb56";
}

.ph-fill.ph-plugs-connected:before {
  content: "\eb5a";
}

.ph-fill.ph-plus:before {
  content: "\e3d4";
}

.ph-fill.ph-plus-circle:before {
  content: "\e3d6";
}

.ph-fill.ph-plus-minus:before {
  content: "\e3d8";
}

.ph-fill.ph-plus-square:before {
  content: "\ed4a";
}

.ph-fill.ph-poker-chip:before {
  content: "\e594";
}

.ph-fill.ph-police-car:before {
  content: "\ec4a";
}

.ph-fill.ph-polygon:before {
  content: "\e6d0";
}

.ph-fill.ph-popcorn:before {
  content: "\eb4e";
}

.ph-fill.ph-popsicle:before {
  content: "\ebbe";
}

.ph-fill.ph-potted-plant:before {
  content: "\ec22";
}

.ph-fill.ph-power:before {
  content: "\e3da";
}

.ph-fill.ph-prescription:before {
  content: "\e7a2";
}

.ph-fill.ph-presentation:before {
  content: "\e654";
}

.ph-fill.ph-presentation-chart:before {
  content: "\e656";
}

.ph-fill.ph-printer:before {
  content: "\e3dc";
}

.ph-fill.ph-prohibit:before {
  content: "\e3de";
}

.ph-fill.ph-prohibit-inset:before {
  content: "\e3e0";
}

.ph-fill.ph-projector-screen:before {
  content: "\e658";
}

.ph-fill.ph-projector-screen-chart:before {
  content: "\e65a";
}

.ph-fill.ph-pulse:before {
  content: "\e000";
}

.ph-fill.ph-activity:before {
  content: "\e000";
}

.ph-fill.ph-push-pin:before {
  content: "\e3e2";
}

.ph-fill.ph-push-pin-simple:before {
  content: "\e65c";
}

.ph-fill.ph-push-pin-simple-slash:before {
  content: "\e65e";
}

.ph-fill.ph-push-pin-slash:before {
  content: "\e3e4";
}

.ph-fill.ph-puzzle-piece:before {
  content: "\e596";
}

.ph-fill.ph-qr-code:before {
  content: "\e3e6";
}

.ph-fill.ph-question:before {
  content: "\e3e8";
}

.ph-fill.ph-question-mark:before {
  content: "\e3e9";
}

.ph-fill.ph-queue:before {
  content: "\e6ac";
}

.ph-fill.ph-quotes:before {
  content: "\e660";
}

.ph-fill.ph-rabbit:before {
  content: "\eac2";
}

.ph-fill.ph-racquet:before {
  content: "\ee02";
}

.ph-fill.ph-radical:before {
  content: "\e3ea";
}

.ph-fill.ph-radio:before {
  content: "\e77e";
}

.ph-fill.ph-radio-button:before {
  content: "\eb08";
}

.ph-fill.ph-radioactive:before {
  content: "\e9dc";
}

.ph-fill.ph-rainbow:before {
  content: "\e598";
}

.ph-fill.ph-rainbow-cloud:before {
  content: "\e59a";
}

.ph-fill.ph-ranking:before {
  content: "\ed62";
}

.ph-fill.ph-read-cv-logo:before {
  content: "\ed0c";
}

.ph-fill.ph-receipt:before {
  content: "\e3ec";
}

.ph-fill.ph-receipt-x:before {
  content: "\ed40";
}

.ph-fill.ph-record:before {
  content: "\e3ee";
}

.ph-fill.ph-rectangle:before {
  content: "\e3f0";
}

.ph-fill.ph-rectangle-dashed:before {
  content: "\e3f2";
}

.ph-fill.ph-recycle:before {
  content: "\e75a";
}

.ph-fill.ph-reddit-logo:before {
  content: "\e59c";
}

.ph-fill.ph-repeat:before {
  content: "\e3f6";
}

.ph-fill.ph-repeat-once:before {
  content: "\e3f8";
}

.ph-fill.ph-replit-logo:before {
  content: "\eb8a";
}

.ph-fill.ph-resize:before {
  content: "\ed6e";
}

.ph-fill.ph-rewind:before {
  content: "\e6a8";
}

.ph-fill.ph-rewind-circle:before {
  content: "\e3fa";
}

.ph-fill.ph-road-horizon:before {
  content: "\e838";
}

.ph-fill.ph-robot:before {
  content: "\e762";
}

.ph-fill.ph-rocket:before {
  content: "\e3fc";
}

.ph-fill.ph-rocket-launch:before {
  content: "\e3fe";
}

.ph-fill.ph-rows:before {
  content: "\e5a2";
}

.ph-fill.ph-rows-plus-bottom:before {
  content: "\e59e";
}

.ph-fill.ph-rows-plus-top:before {
  content: "\e5a0";
}

.ph-fill.ph-rss:before {
  content: "\e400";
}

.ph-fill.ph-rss-simple:before {
  content: "\e402";
}

.ph-fill.ph-rug:before {
  content: "\ea1a";
}

.ph-fill.ph-ruler:before {
  content: "\e6b8";
}

.ph-fill.ph-sailboat:before {
  content: "\e78a";
}

.ph-fill.ph-scales:before {
  content: "\e750";
}

.ph-fill.ph-scan:before {
  content: "\ebb6";
}

.ph-fill.ph-scan-smiley:before {
  content: "\ebb4";
}

.ph-fill.ph-scissors:before {
  content: "\eae0";
}

.ph-fill.ph-scooter:before {
  content: "\e820";
}

.ph-fill.ph-screencast:before {
  content: "\e404";
}

.ph-fill.ph-screwdriver:before {
  content: "\e86e";
}

.ph-fill.ph-scribble:before {
  content: "\e806";
}

.ph-fill.ph-scribble-loop:before {
  content: "\e662";
}

.ph-fill.ph-scroll:before {
  content: "\eb7a";
}

.ph-fill.ph-seal:before {
  content: "\e604";
}

.ph-fill.ph-circle-wavy:before {
  content: "\e604";
}

.ph-fill.ph-seal-check:before {
  content: "\e606";
}

.ph-fill.ph-circle-wavy-check:before {
  content: "\e606";
}

.ph-fill.ph-seal-percent:before {
  content: "\e60a";
}

.ph-fill.ph-seal-question:before {
  content: "\e608";
}

.ph-fill.ph-circle-wavy-question:before {
  content: "\e608";
}

.ph-fill.ph-seal-warning:before {
  content: "\e60c";
}

.ph-fill.ph-circle-wavy-warning:before {
  content: "\e60c";
}

.ph-fill.ph-seat:before {
  content: "\eb8e";
}

.ph-fill.ph-seatbelt:before {
  content: "\edfe";
}

.ph-fill.ph-security-camera:before {
  content: "\eca4";
}

.ph-fill.ph-selection:before {
  content: "\e69a";
}

.ph-fill.ph-selection-all:before {
  content: "\e746";
}

.ph-fill.ph-selection-background:before {
  content: "\eaf8";
}

.ph-fill.ph-selection-foreground:before {
  content: "\eaf6";
}

.ph-fill.ph-selection-inverse:before {
  content: "\e744";
}

.ph-fill.ph-selection-plus:before {
  content: "\e69c";
}

.ph-fill.ph-selection-slash:before {
  content: "\e69e";
}

.ph-fill.ph-shapes:before {
  content: "\ec5e";
}

.ph-fill.ph-share:before {
  content: "\e406";
}

.ph-fill.ph-share-fat:before {
  content: "\ed52";
}

.ph-fill.ph-share-network:before {
  content: "\e408";
}

.ph-fill.ph-shield:before {
  content: "\e40a";
}

.ph-fill.ph-shield-check:before {
  content: "\e40c";
}

.ph-fill.ph-shield-checkered:before {
  content: "\e708";
}

.ph-fill.ph-shield-chevron:before {
  content: "\e40e";
}

.ph-fill.ph-shield-plus:before {
  content: "\e706";
}

.ph-fill.ph-shield-slash:before {
  content: "\e410";
}

.ph-fill.ph-shield-star:before {
  content: "\ec34";
}

.ph-fill.ph-shield-warning:before {
  content: "\e412";
}

.ph-fill.ph-shipping-container:before {
  content: "\e78c";
}

.ph-fill.ph-shirt-folded:before {
  content: "\ea92";
}

.ph-fill.ph-shooting-star:before {
  content: "\ecfa";
}

.ph-fill.ph-shopping-bag:before {
  content: "\e416";
}

.ph-fill.ph-shopping-bag-open:before {
  content: "\e418";
}

.ph-fill.ph-shopping-cart:before {
  content: "\e41e";
}

.ph-fill.ph-shopping-cart-simple:before {
  content: "\e420";
}

.ph-fill.ph-shovel:before {
  content: "\e9e6";
}

.ph-fill.ph-shower:before {
  content: "\e776";
}

.ph-fill.ph-shrimp:before {
  content: "\eab4";
}

.ph-fill.ph-shuffle:before {
  content: "\e422";
}

.ph-fill.ph-shuffle-angular:before {
  content: "\e424";
}

.ph-fill.ph-shuffle-simple:before {
  content: "\e426";
}

.ph-fill.ph-sidebar:before {
  content: "\eab6";
}

.ph-fill.ph-sidebar-simple:before {
  content: "\ec24";
}

.ph-fill.ph-sigma:before {
  content: "\eab8";
}

.ph-fill.ph-sign-in:before {
  content: "\e428";
}

.ph-fill.ph-sign-out:before {
  content: "\e42a";
}

.ph-fill.ph-signature:before {
  content: "\ebac";
}

.ph-fill.ph-signpost:before {
  content: "\e89c";
}

.ph-fill.ph-sim-card:before {
  content: "\e664";
}

.ph-fill.ph-siren:before {
  content: "\e9b8";
}

.ph-fill.ph-sketch-logo:before {
  content: "\e42c";
}

.ph-fill.ph-skip-back:before {
  content: "\e5a4";
}

.ph-fill.ph-skip-back-circle:before {
  content: "\e42e";
}

.ph-fill.ph-skip-forward:before {
  content: "\e5a6";
}

.ph-fill.ph-skip-forward-circle:before {
  content: "\e430";
}

.ph-fill.ph-skull:before {
  content: "\e916";
}

.ph-fill.ph-skype-logo:before {
  content: "\e8dc";
}

.ph-fill.ph-slack-logo:before {
  content: "\e5a8";
}

.ph-fill.ph-sliders:before {
  content: "\e432";
}

.ph-fill.ph-sliders-horizontal:before {
  content: "\e434";
}

.ph-fill.ph-slideshow:before {
  content: "\ed32";
}

.ph-fill.ph-smiley:before {
  content: "\e436";
}

.ph-fill.ph-smiley-angry:before {
  content: "\ec62";
}

.ph-fill.ph-smiley-blank:before {
  content: "\e438";
}

.ph-fill.ph-smiley-meh:before {
  content: "\e43a";
}

.ph-fill.ph-smiley-melting:before {
  content: "\ee56";
}

.ph-fill.ph-smiley-nervous:before {
  content: "\e43c";
}

.ph-fill.ph-smiley-sad:before {
  content: "\e43e";
}

.ph-fill.ph-smiley-sticker:before {
  content: "\e440";
}

.ph-fill.ph-smiley-wink:before {
  content: "\e666";
}

.ph-fill.ph-smiley-x-eyes:before {
  content: "\e442";
}

.ph-fill.ph-snapchat-logo:before {
  content: "\e668";
}

.ph-fill.ph-sneaker:before {
  content: "\e80c";
}

.ph-fill.ph-sneaker-move:before {
  content: "\ed60";
}

.ph-fill.ph-snowflake:before {
  content: "\e5aa";
}

.ph-fill.ph-soccer-ball:before {
  content: "\e716";
}

.ph-fill.ph-sock:before {
  content: "\ecce";
}

.ph-fill.ph-solar-panel:before {
  content: "\ed7a";
}

.ph-fill.ph-solar-roof:before {
  content: "\ed7b";
}

.ph-fill.ph-sort-ascending:before {
  content: "\e444";
}

.ph-fill.ph-sort-descending:before {
  content: "\e446";
}

.ph-fill.ph-soundcloud-logo:before {
  content: "\e8de";
}

.ph-fill.ph-spade:before {
  content: "\e448";
}

.ph-fill.ph-sparkle:before {
  content: "\e6a2";
}

.ph-fill.ph-speaker-hifi:before {
  content: "\ea08";
}

.ph-fill.ph-speaker-high:before {
  content: "\e44a";
}

.ph-fill.ph-speaker-low:before {
  content: "\e44c";
}

.ph-fill.ph-speaker-none:before {
  content: "\e44e";
}

.ph-fill.ph-speaker-simple-high:before {
  content: "\e450";
}

.ph-fill.ph-speaker-simple-low:before {
  content: "\e452";
}

.ph-fill.ph-speaker-simple-none:before {
  content: "\e454";
}

.ph-fill.ph-speaker-simple-slash:before {
  content: "\e456";
}

.ph-fill.ph-speaker-simple-x:before {
  content: "\e458";
}

.ph-fill.ph-speaker-slash:before {
  content: "\e45a";
}

.ph-fill.ph-speaker-x:before {
  content: "\e45c";
}

.ph-fill.ph-speedometer:before {
  content: "\ee74";
}

.ph-fill.ph-sphere:before {
  content: "\ee66";
}

.ph-fill.ph-spinner:before {
  content: "\e66a";
}

.ph-fill.ph-spinner-ball:before {
  content: "\ee28";
}

.ph-fill.ph-spinner-gap:before {
  content: "\e66c";
}

.ph-fill.ph-spiral:before {
  content: "\e9fa";
}

.ph-fill.ph-split-horizontal:before {
  content: "\e872";
}

.ph-fill.ph-split-vertical:before {
  content: "\e876";
}

.ph-fill.ph-spotify-logo:before {
  content: "\e66e";
}

.ph-fill.ph-spray-bottle:before {
  content: "\e7e4";
}

.ph-fill.ph-square:before {
  content: "\e45e";
}

.ph-fill.ph-square-half:before {
  content: "\e462";
}

.ph-fill.ph-square-half-bottom:before {
  content: "\eb16";
}

.ph-fill.ph-square-logo:before {
  content: "\e690";
}

.ph-fill.ph-square-split-horizontal:before {
  content: "\e870";
}

.ph-fill.ph-square-split-vertical:before {
  content: "\e874";
}

.ph-fill.ph-squares-four:before {
  content: "\e464";
}

.ph-fill.ph-stack:before {
  content: "\e466";
}

.ph-fill.ph-stack-minus:before {
  content: "\edf4";
}

.ph-fill.ph-stack-overflow-logo:before {
  content: "\eb78";
}

.ph-fill.ph-stack-plus:before {
  content: "\edf6";
}

.ph-fill.ph-stack-simple:before {
  content: "\e468";
}

.ph-fill.ph-stairs:before {
  content: "\e8ec";
}

.ph-fill.ph-stamp:before {
  content: "\ea48";
}

.ph-fill.ph-standard-definition:before {
  content: "\ea90";
}

.ph-fill.ph-star:before {
  content: "\e46a";
}

.ph-fill.ph-star-and-crescent:before {
  content: "\ecf4";
}

.ph-fill.ph-star-four:before {
  content: "\e6a4";
}

.ph-fill.ph-star-half:before {
  content: "\e70a";
}

.ph-fill.ph-star-of-david:before {
  content: "\e89e";
}

.ph-fill.ph-steam-logo:before {
  content: "\ead4";
}

.ph-fill.ph-steering-wheel:before {
  content: "\e9ac";
}

.ph-fill.ph-steps:before {
  content: "\ecbe";
}

.ph-fill.ph-stethoscope:before {
  content: "\e7ea";
}

.ph-fill.ph-sticker:before {
  content: "\e5ac";
}

.ph-fill.ph-stool:before {
  content: "\ea44";
}

.ph-fill.ph-stop:before {
  content: "\e46c";
}

.ph-fill.ph-stop-circle:before {
  content: "\e46e";
}

.ph-fill.ph-storefront:before {
  content: "\e470";
}

.ph-fill.ph-strategy:before {
  content: "\ea3a";
}

.ph-fill.ph-stripe-logo:before {
  content: "\e698";
}

.ph-fill.ph-student:before {
  content: "\e73e";
}

.ph-fill.ph-subset-of:before {
  content: "\edc0";
}

.ph-fill.ph-subset-proper-of:before {
  content: "\edb6";
}

.ph-fill.ph-subtitles:before {
  content: "\e1a8";
}

.ph-fill.ph-subtitles-slash:before {
  content: "\e1a6";
}

.ph-fill.ph-subtract:before {
  content: "\ebd6";
}

.ph-fill.ph-subtract-square:before {
  content: "\ebd4";
}

.ph-fill.ph-subway:before {
  content: "\e498";
}

.ph-fill.ph-suitcase:before {
  content: "\e5ae";
}

.ph-fill.ph-suitcase-rolling:before {
  content: "\e9b0";
}

.ph-fill.ph-suitcase-simple:before {
  content: "\e5b0";
}

.ph-fill.ph-sun:before {
  content: "\e472";
}

.ph-fill.ph-sun-dim:before {
  content: "\e474";
}

.ph-fill.ph-sun-horizon:before {
  content: "\e5b6";
}

.ph-fill.ph-sunglasses:before {
  content: "\e816";
}

.ph-fill.ph-superset-of:before {
  content: "\edb8";
}

.ph-fill.ph-superset-proper-of:before {
  content: "\edb4";
}

.ph-fill.ph-swap:before {
  content: "\e83c";
}

.ph-fill.ph-swatches:before {
  content: "\e5b8";
}

.ph-fill.ph-swimming-pool:before {
  content: "\ecb6";
}

.ph-fill.ph-sword:before {
  content: "\e5ba";
}

.ph-fill.ph-synagogue:before {
  content: "\ecec";
}

.ph-fill.ph-syringe:before {
  content: "\e968";
}

.ph-fill.ph-t-shirt:before {
  content: "\e670";
}

.ph-fill.ph-table:before {
  content: "\e476";
}

.ph-fill.ph-tabs:before {
  content: "\e778";
}

.ph-fill.ph-tag:before {
  content: "\e478";
}

.ph-fill.ph-tag-chevron:before {
  content: "\e672";
}

.ph-fill.ph-tag-simple:before {
  content: "\e47a";
}

.ph-fill.ph-target:before {
  content: "\e47c";
}

.ph-fill.ph-taxi:before {
  content: "\e902";
}

.ph-fill.ph-tea-bag:before {
  content: "\e8e6";
}

.ph-fill.ph-telegram-logo:before {
  content: "\e5bc";
}

.ph-fill.ph-television:before {
  content: "\e754";
}

.ph-fill.ph-television-simple:before {
  content: "\eae6";
}

.ph-fill.ph-tennis-ball:before {
  content: "\e720";
}

.ph-fill.ph-tent:before {
  content: "\e8ba";
}

.ph-fill.ph-terminal:before {
  content: "\e47e";
}

.ph-fill.ph-terminal-window:before {
  content: "\eae8";
}

.ph-fill.ph-test-tube:before {
  content: "\e7a0";
}

.ph-fill.ph-text-a-underline:before {
  content: "\ed34";
}

.ph-fill.ph-text-aa:before {
  content: "\e6ee";
}

.ph-fill.ph-text-align-center:before {
  content: "\e480";
}

.ph-fill.ph-text-align-justify:before {
  content: "\e482";
}

.ph-fill.ph-text-align-left:before {
  content: "\e484";
}

.ph-fill.ph-text-align-right:before {
  content: "\e486";
}

.ph-fill.ph-text-b:before {
  content: "\e5be";
}

.ph-fill.ph-text-bolder:before {
  content: "\e5be";
}

.ph-fill.ph-text-columns:before {
  content: "\ec96";
}

.ph-fill.ph-text-h:before {
  content: "\e6ba";
}

.ph-fill.ph-text-h-five:before {
  content: "\e6c4";
}

.ph-fill.ph-text-h-four:before {
  content: "\e6c2";
}

.ph-fill.ph-text-h-one:before {
  content: "\e6bc";
}

.ph-fill.ph-text-h-six:before {
  content: "\e6c6";
}

.ph-fill.ph-text-h-three:before {
  content: "\e6c0";
}

.ph-fill.ph-text-h-two:before {
  content: "\e6be";
}

.ph-fill.ph-text-indent:before {
  content: "\ea1e";
}

.ph-fill.ph-text-italic:before {
  content: "\e5c0";
}

.ph-fill.ph-text-outdent:before {
  content: "\ea1c";
}

.ph-fill.ph-text-strikethrough:before {
  content: "\e5c2";
}

.ph-fill.ph-text-subscript:before {
  content: "\ec98";
}

.ph-fill.ph-text-superscript:before {
  content: "\ec9a";
}

.ph-fill.ph-text-t:before {
  content: "\e48a";
}

.ph-fill.ph-text-t-slash:before {
  content: "\e488";
}

.ph-fill.ph-text-underline:before {
  content: "\e5c4";
}

.ph-fill.ph-textbox:before {
  content: "\eb0a";
}

.ph-fill.ph-thermometer:before {
  content: "\e5c6";
}

.ph-fill.ph-thermometer-cold:before {
  content: "\e5c8";
}

.ph-fill.ph-thermometer-hot:before {
  content: "\e5ca";
}

.ph-fill.ph-thermometer-simple:before {
  content: "\e5cc";
}

.ph-fill.ph-threads-logo:before {
  content: "\ed9e";
}

.ph-fill.ph-three-d:before {
  content: "\ea5a";
}

.ph-fill.ph-thumbs-down:before {
  content: "\e48c";
}

.ph-fill.ph-thumbs-up:before {
  content: "\e48e";
}

.ph-fill.ph-ticket:before {
  content: "\e490";
}

.ph-fill.ph-tidal-logo:before {
  content: "\ed1c";
}

.ph-fill.ph-tiktok-logo:before {
  content: "\eaf2";
}

.ph-fill.ph-tilde:before {
  content: "\eda8";
}

.ph-fill.ph-timer:before {
  content: "\e492";
}

.ph-fill.ph-tip-jar:before {
  content: "\e7e2";
}

.ph-fill.ph-tipi:before {
  content: "\ed30";
}

.ph-fill.ph-tire:before {
  content: "\edd2";
}

.ph-fill.ph-toggle-left:before {
  content: "\e674";
}

.ph-fill.ph-toggle-right:before {
  content: "\e676";
}

.ph-fill.ph-toilet:before {
  content: "\e79a";
}

.ph-fill.ph-toilet-paper:before {
  content: "\e79c";
}

.ph-fill.ph-toolbox:before {
  content: "\eca0";
}

.ph-fill.ph-tooth:before {
  content: "\e9cc";
}

.ph-fill.ph-tornado:before {
  content: "\e88c";
}

.ph-fill.ph-tote:before {
  content: "\e494";
}

.ph-fill.ph-tote-simple:before {
  content: "\e678";
}

.ph-fill.ph-towel:before {
  content: "\ede6";
}

.ph-fill.ph-tractor:before {
  content: "\ec6e";
}

.ph-fill.ph-trademark:before {
  content: "\e9f0";
}

.ph-fill.ph-trademark-registered:before {
  content: "\e3f4";
}

.ph-fill.ph-traffic-cone:before {
  content: "\e9a8";
}

.ph-fill.ph-traffic-sign:before {
  content: "\e67a";
}

.ph-fill.ph-traffic-signal:before {
  content: "\e9aa";
}

.ph-fill.ph-train:before {
  content: "\e496";
}

.ph-fill.ph-train-regional:before {
  content: "\e49e";
}

.ph-fill.ph-train-simple:before {
  content: "\e4a0";
}

.ph-fill.ph-tram:before {
  content: "\e9ec";
}

.ph-fill.ph-translate:before {
  content: "\e4a2";
}

.ph-fill.ph-trash:before {
  content: "\e4a6";
}

.ph-fill.ph-trash-simple:before {
  content: "\e4a8";
}

.ph-fill.ph-tray:before {
  content: "\e4aa";
}

.ph-fill.ph-tray-arrow-down:before {
  content: "\e010";
}

.ph-fill.ph-archive-tray:before {
  content: "\e010";
}

.ph-fill.ph-tray-arrow-up:before {
  content: "\ee52";
}

.ph-fill.ph-treasure-chest:before {
  content: "\ede2";
}

.ph-fill.ph-tree:before {
  content: "\e6da";
}

.ph-fill.ph-tree-evergreen:before {
  content: "\e6dc";
}

.ph-fill.ph-tree-palm:before {
  content: "\e91a";
}

.ph-fill.ph-tree-structure:before {
  content: "\e67c";
}

.ph-fill.ph-tree-view:before {
  content: "\ee48";
}

.ph-fill.ph-trend-down:before {
  content: "\e4ac";
}

.ph-fill.ph-trend-up:before {
  content: "\e4ae";
}

.ph-fill.ph-triangle:before {
  content: "\e4b0";
}

.ph-fill.ph-triangle-dashed:before {
  content: "\e4b2";
}

.ph-fill.ph-trolley:before {
  content: "\e5b2";
}

.ph-fill.ph-trolley-suitcase:before {
  content: "\e5b4";
}

.ph-fill.ph-trophy:before {
  content: "\e67e";
}

.ph-fill.ph-truck:before {
  content: "\e4b4";
}

.ph-fill.ph-truck-trailer:before {
  content: "\e4b6";
}

.ph-fill.ph-tumblr-logo:before {
  content: "\e8d4";
}

.ph-fill.ph-twitch-logo:before {
  content: "\e5ce";
}

.ph-fill.ph-twitter-logo:before {
  content: "\e4ba";
}

.ph-fill.ph-umbrella:before {
  content: "\e684";
}

.ph-fill.ph-umbrella-simple:before {
  content: "\e686";
}

.ph-fill.ph-union:before {
  content: "\edbe";
}

.ph-fill.ph-unite:before {
  content: "\e87e";
}

.ph-fill.ph-unite-square:before {
  content: "\e878";
}

.ph-fill.ph-upload:before {
  content: "\e4be";
}

.ph-fill.ph-upload-simple:before {
  content: "\e4c0";
}

.ph-fill.ph-usb:before {
  content: "\e956";
}

.ph-fill.ph-user:before {
  content: "\e4c2";
}

.ph-fill.ph-user-check:before {
  content: "\eafa";
}

.ph-fill.ph-user-circle:before {
  content: "\e4c4";
}

.ph-fill.ph-user-circle-check:before {
  content: "\ec38";
}

.ph-fill.ph-user-circle-dashed:before {
  content: "\ec36";
}

.ph-fill.ph-user-circle-gear:before {
  content: "\e4c6";
}

.ph-fill.ph-user-circle-minus:before {
  content: "\e4c8";
}

.ph-fill.ph-user-circle-plus:before {
  content: "\e4ca";
}

.ph-fill.ph-user-focus:before {
  content: "\e6fc";
}

.ph-fill.ph-user-gear:before {
  content: "\e4cc";
}

.ph-fill.ph-user-list:before {
  content: "\e73c";
}

.ph-fill.ph-user-minus:before {
  content: "\e4ce";
}

.ph-fill.ph-user-plus:before {
  content: "\e4d0";
}

.ph-fill.ph-user-rectangle:before {
  content: "\e4d2";
}

.ph-fill.ph-user-sound:before {
  content: "\eca8";
}

.ph-fill.ph-user-square:before {
  content: "\e4d4";
}

.ph-fill.ph-user-switch:before {
  content: "\e756";
}

.ph-fill.ph-users:before {
  content: "\e4d6";
}

.ph-fill.ph-users-four:before {
  content: "\e68c";
}

.ph-fill.ph-users-three:before {
  content: "\e68e";
}

.ph-fill.ph-van:before {
  content: "\e826";
}

.ph-fill.ph-vault:before {
  content: "\e76e";
}

.ph-fill.ph-vector-three:before {
  content: "\ee62";
}

.ph-fill.ph-vector-two:before {
  content: "\ee64";
}

.ph-fill.ph-vibrate:before {
  content: "\e4d8";
}

.ph-fill.ph-video:before {
  content: "\e740";
}

.ph-fill.ph-video-camera:before {
  content: "\e4da";
}

.ph-fill.ph-video-camera-slash:before {
  content: "\e4dc";
}

.ph-fill.ph-video-conference:before {
  content: "\edce";
}

.ph-fill.ph-vignette:before {
  content: "\eba2";
}

.ph-fill.ph-vinyl-record:before {
  content: "\ecac";
}

.ph-fill.ph-virtual-reality:before {
  content: "\e7b8";
}

.ph-fill.ph-virus:before {
  content: "\e7d6";
}

.ph-fill.ph-visor:before {
  content: "\ee2a";
}

.ph-fill.ph-voicemail:before {
  content: "\e4de";
}

.ph-fill.ph-volleyball:before {
  content: "\e726";
}

.ph-fill.ph-wall:before {
  content: "\e688";
}

.ph-fill.ph-wallet:before {
  content: "\e68a";
}

.ph-fill.ph-warehouse:before {
  content: "\ecd4";
}

.ph-fill.ph-warning:before {
  content: "\e4e0";
}

.ph-fill.ph-warning-circle:before {
  content: "\e4e2";
}

.ph-fill.ph-warning-diamond:before {
  content: "\e7fc";
}

.ph-fill.ph-warning-octagon:before {
  content: "\e4e4";
}

.ph-fill.ph-washing-machine:before {
  content: "\ede8";
}

.ph-fill.ph-watch:before {
  content: "\e4e6";
}

.ph-fill.ph-wave-sawtooth:before {
  content: "\ea9c";
}

.ph-fill.ph-wave-sine:before {
  content: "\ea9a";
}

.ph-fill.ph-wave-square:before {
  content: "\ea9e";
}

.ph-fill.ph-wave-triangle:before {
  content: "\eaa0";
}

.ph-fill.ph-waveform:before {
  content: "\e802";
}

.ph-fill.ph-waveform-slash:before {
  content: "\e800";
}

.ph-fill.ph-waves:before {
  content: "\e6de";
}

.ph-fill.ph-webcam:before {
  content: "\e9b2";
}

.ph-fill.ph-webcam-slash:before {
  content: "\ecdc";
}

.ph-fill.ph-webhooks-logo:before {
  content: "\ecae";
}

.ph-fill.ph-wechat-logo:before {
  content: "\e8d2";
}

.ph-fill.ph-whatsapp-logo:before {
  content: "\e5d0";
}

.ph-fill.ph-wheelchair:before {
  content: "\e4e8";
}

.ph-fill.ph-wheelchair-motion:before {
  content: "\e89a";
}

.ph-fill.ph-wifi-high:before {
  content: "\e4ea";
}

.ph-fill.ph-wifi-low:before {
  content: "\e4ec";
}

.ph-fill.ph-wifi-medium:before {
  content: "\e4ee";
}

.ph-fill.ph-wifi-none:before {
  content: "\e4f0";
}

.ph-fill.ph-wifi-slash:before {
  content: "\e4f2";
}

.ph-fill.ph-wifi-x:before {
  content: "\e4f4";
}

.ph-fill.ph-wind:before {
  content: "\e5d2";
}

.ph-fill.ph-windmill:before {
  content: "\e9f8";
}

.ph-fill.ph-windows-logo:before {
  content: "\e692";
}

.ph-fill.ph-wine:before {
  content: "\e6b2";
}

.ph-fill.ph-wrench:before {
  content: "\e5d4";
}

.ph-fill.ph-x:before {
  content: "\e4f6";
}

.ph-fill.ph-x-circle:before {
  content: "\e4f8";
}

.ph-fill.ph-x-logo:before {
  content: "\e4bc";
}

.ph-fill.ph-x-square:before {
  content: "\e4fa";
}

.ph-fill.ph-yarn:before {
  content: "\ed9a";
}

.ph-fill.ph-yin-yang:before {
  content: "\e92a";
}

.ph-fill.ph-youtube-logo:before {
  content: "\e4fc";
}

@font-face {
  font-family: "pm-icons";
  src: url("/assets/fonts/pm-icons.eot?60327587");
  src: url("/assets/fonts/pm-icons.eot?60327587#iefix") format("embedded-opentype"), url("/assets/fonts/pm-icons.woff2?60327587") format("woff2"), url("/assets/fonts/pm-icons.woff?60327587") format("woff"), url("/assets/fonts/pm-icons.ttf?60327587") format("truetype"), url("/assets/fonts/pm-icons.svg?60327587#pm-icons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'pm-icons';
    src: url('../font/pm-icons.svg?60327587#pm-icons') format('svg');
  }
}
*/
[class^=pm-]:before, [class*=" pm-"]:before {
  font-family: "pm-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.pm-location:before {
  content: "\e800";
} /* '' */
.pm-advertisement:before {
  content: "\e801";
} /* '' */
.pm-filmroll-post:before {
  content: "\e802";
} /* '' */
.pm-filmroll-pre:before {
  content: "\e804";
} /* '' */
.pm-clubhouse:before {
  content: "\e805";
} /* '' */
.pm-pinterest:before {
  content: "\e806";
} /* '' */
.pm-filmroll:before {
  content: "\e807";
} /* '' */
.pm-soundcloud:before {
  content: "\e808";
} /* '' */
.pm-x:before {
  content: "\e809";
} /* '' */
.pm-patreon:before {
  content: "\e80a";
} /* '' */
.pm-tiktok:before {
  content: "\e80b";
} /* '' */
.pm-linkedin:before {
  content: "\e80c";
} /* '' */
.pm-facebook:before {
  content: "\e80d";
} /* '' */
.pm-spotify:before {
  content: "\e80e";
} /* '' */
.pm-youtube:before {
  content: "\e80f";
} /* '' */
.pm-instagram:before {
  content: "\e810";
} /* '' */
.pm-stars:before {
  content: "\e811";
} /* '' */
.pm-arrow-angle:before {
  content: "\e812";
} /* '' */
.pm-bell-ring:before {
  content: "\e813";
} /* '' */
.pm-bell-filled:before {
  content: "\e814";
} /* '' */
.pm-bell-slash:before {
  content: "\e815";
} /* '' */
.pm-bell:before {
  content: "\e816";
} /* '' */
.pm-dashboard:before {
  content: "\e817";
} /* '' */
.pm-small-double-angle-right:before {
  content: "\e818";
} /* '' */
.pm-small-double-angle-left:before {
  content: "\e819";
} /* '' */
.pm-small-angle-right:before {
  content: "\e81a";
} /* '' */
.pm-small-angle-left:before {
  content: "\e81b";
} /* '' */
.pm-three-dots:before {
  content: "\e81c";
} /* '' */
.pm-small-angle-up:before {
  content: "\e81d";
} /* '' */
.pm-small-angle-down:before {
  content: "\e81e";
} /* '' */
.pm-column:before {
  content: "\e81f";
} /* '' */
.pm-filmroll-mid:before {
  content: "\e820";
} /* '' */
body,
html {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

figure,
figcaption {
  margin: 0;
}

button {
  outline: none;
  -webkit-appearance: none;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

i {
  display: inline-block;
  line-height: 80%;
  padding: 0;
  margin: 0;
  position: relative;
}

h1 {
  margin: 0.67em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 1px;
  border: none;
  margin: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
  -webkit-transition: background-color 0s 600000s, color 0s 600000s, font-size 0s 600000s !important;
  transition: background-color 0s 600000s, color 0s 600000s, font-size 0s 600000s !important;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

*,
*:before,
*:after {
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.cc-banner {
  font-size: 100% !important;
  padding: 1rem 2rem !important;
  font-size: 12px !important;
}
.cc-link {
  padding: 0 !important;
}
.cc-compliance {
  height: 90% !important;
}
.cc-btn {
  border-radius: 0.5rem;
  color: #7918d7 !important;
  padding: 0.4rem 1.8rem !important;
  font-size: 14px !important;
}
.cc-theme-edgeless.cc-window {
  padding: 2em !important;
}
.cc-window {
  font-family: "barlow_condensedregular" !important;
  font-size: 100% !important;
  width: 100% !important;
}
.cc-window.cc-floating {
  max-width: 100% !important;
}
.cc-bottom {
  bottom: 0em !important;
}
.cc-floating.cc-theme-edgeless .cc-message {
  margin: 0 0 2rem !important;
  margin-bottom: 1.5rem !important;
}

html {
  font-size: 125%;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

body {
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  overflow-x: hidden;
  background-color: #191919;
}
@media (max-width: 769px) {
  body {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 13px;
  }
}

#ngb-live.visually-hidden {
  visibility: hidden;
  display: none;
}

.pod__logo-large img {
  max-width: 14rem;
  height: auto;
}

.not_found {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.header {
  height: 5rem;
  padding: 1rem 0.5rem;
  position: fixed;
  width: 100%;
  top: 0;
  box-sizing: border-box;
  background: white;
  z-index: 10;
}
.header .inner {
  position: relative;
}
.header .inner button {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.5rem 1rem;
  background: #ccc;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  border-radius: 0.5rem;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.content {
  margin-top: 6rem;
}

.episodes {
  list-style-type: none;
  padding: 0;
}
.episodes__header {
  padding: 0.5rem 1rem;
  margin: 2rem 0.5rem;
  box-sizing: border-box;
  background-color: #ddd;
  border-radius: 0.5rem;
}
.episodes li {
  cursor: pointer;
  position: relative;
  left: 0;
  background-color: #EEE;
  margin: 0.5em;
  padding: 0.75rem 1rem;
  border-radius: 4px;
}
.episodes li:hover {
  color: #607D8B;
  background-color: #DDD;
  left: 0.1em;
}
.episodes li.selected {
  background-color: #CFD8DC;
  color: white;
}
.episodes li.selected:hover {
  background-color: #BBD8DC;
  color: white;
}

.img-thumbnail {
  position: relative;
  border-radius: var(--border_radius_5);
  overflow: hidden;
}
.img-thumbnail .error-image {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  flex-direction: column;
  color: #ffffff;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  border-radius: var(--border_radius_5);
  background-color: #2B2B2B;
}
.img-thumbnail .error-image i {
  transform: translateY(5%);
  color: #888888;
}
.img-thumbnail.no-wrapp {
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.img-thumbnail.no-wrapp.noHeaderImg {
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}
.img-thumbnail .image-square {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  border-radius: var(--border_radius_5);
}
.img-thumbnail .image-square.ng-lazyloaded {
  animation: fadein 2s ease-in-out;
}
.img-thumbnail .image-normal {
  width: 100%;
  padding-top: 52.25%;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1/1;
}
.img-thumbnail .image-normal.ng-lazyloaded {
  animation: fadein 2s ease-in-out;
}
.img-thumbnail.round {
  border-radius: 100%;
}
.img-thumbnail .placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.image .lazy {
  opacity: 1;
}
.image .lazy.ng-lazyloaded {
  animation: fadein 2s ease-in-out;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pod__outer__bg-wrapper {
  background: url("/assets/img/podmon-search.webp") no-repeat transparent top left;
  background-size: cover;
  display: grid;
  grid-template-columns: 3rem repeat(2, 1fr) 3rem;
  grid-template-rows: 1fr;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100vw;
  min-height: 100vh;
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .pod__outer__bg-wrapper {
    grid-template-columns: 1rem 1fr 1rem;
    padding-bottom: 5rem;
  }
}
.pod__inner__bg-wrapper {
  background: url("/assets/img/podmon-bg.webp") no-repeat transparent center top;
  background-size: cover;
  background-attachment: fixed;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto 1fr 300px;
  width: 100vw;
  height: 100vh;
  overflow: auto;
}
@media (max-width: 769px) {
  .pod__inner__bg-wrapper {
    grid-template-rows: auto auto 1fr 300px;
  }
}

.rel {
  position: relative;
}

a:focus,
.toolnav-item:focus {
  border: 1px solid;
  outline: none;
}

input,
textarea,
ngb-datepicker-navigation-select > .custom-select {
  width: 100%;
  height: 2rem;
  border-radius: 0.25rem;
  border: none;
  outline: none;
  padding: 0.5rem 1rem;
  color: #ffffff;
  background-color: #2B2B2B;
  font-family: "barlow_condensedregular" !important;
}
input.white,
textarea.white,
ngb-datepicker-navigation-select > .custom-select.white {
  background-color: #ffffff;
  color: #000000;
  border-radius: 0.5rem;
}
input[disabled],
textarea[disabled],
ngb-datepicker-navigation-select > .custom-select[disabled] {
  opacity: 1;
  color: #888888;
}
input[disabled]:hover,
textarea[disabled]:hover,
ngb-datepicker-navigation-select > .custom-select[disabled]:hover {
  cursor: not-allowed;
}
input.ng-invalid,
textarea.ng-invalid,
ngb-datepicker-navigation-select > .custom-select.ng-invalid {
  box-shadow: inset 0 0 0 1px #7918d7;
}
input.edit,
textarea.edit,
ngb-datepicker-navigation-select > .custom-select.edit {
  box-shadow: inset 0 0 0 1px #222222;
}

textarea {
  padding: 0.5rem 0.5rem;
  scrollbar-width: thin;
  scrollbar-color: #888888 transparent;
}

input[type=checkbox],
input[type=radio] {
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
}

@media (max-width: 480px) {
  .form-group > input,
  .dp__overlay input {
    font-size: 16px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
}
.form-group-horizontal {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.25rem;
}
.form-group-vertical {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.form-group i.toggle-password-show {
  position: absolute;
  right: 1rem;
  top: 11px;
  font-size: 20px;
  color: #B4B4B4;
  cursor: pointer;
  transition: var(--transition-cubic);
}
.form-group i.toggle-password-show:hover {
  color: #888888;
}

.ng-invalid + .invalid-feedback,
.ng-invalid .invalid-feedback {
  display: block;
  text-align: left;
}

.input-group {
  position: relative;
}

.form-control.edit + .invalid-feedback {
  color: #7918d7;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: currentColor;
}
.invalid-feedback.abs {
  position: absolute;
  bottom: -25px;
  width: 100%;
  left: 15px;
}

.btn__group {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1px;
}
.btn__group .btn {
  border-radius: 0;
}
.btn__group .btn:first-child {
  border-top-left-radius: 5rem;
  border-bottom-left-radius: 5rem;
}
.btn__group .btn:last-child {
  border-top-right-radius: 5rem;
  border-bottom-right-radius: 5rem;
}

.btn__wrap {
  position: relative;
}
.btn__wrap.column {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.btn__wrap.column .btn {
  margin: 0 !important;
  width: 100%;
}
.btn__wrap.row {
  gap: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.btn__wrap.row .btn {
  margin: 0 !important;
}
.btn__wrap.end {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.btn__wrap.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.btn__wrap .btn {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.btn__wrap .btn:first-child {
  margin-left: 0;
}
.btn__wrap .btn:last-child {
  margin-right: 0;
}
.btn__wrap .btn i {
  margin: 0 0.25rem 0 0;
  font-size: 130%;
  top: 1px;
}

.btn {
  height: 2rem;
  padding: 0.25rem 1rem;
  border-radius: 5rem;
  outline: none;
  -webkit-appearance: none;
  line-height: 1;
  display: inline-flex;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
}
.btn[disabled] {
  background: #bbbbbb !important;
  color: #222222 !important;
  border: 1px solid currentColor !important;
  cursor: not-allowed !important;
}

.req-field {
  margin: 0.5rem 0;
  position: relative;
  display: block;
}

.footer__links a,
a.link,
.container__slim a {
  position: relative;
}
.footer__links a:after,
a.link:after,
.container__slim a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background-color: currentColor;
}
@media (hover: hover) {
  .footer__links a,
  a.link,
  .container__slim a {
    transition: all 0.3s ease-in-out 0s;
  }
  .footer__links a:after,
  a.link:after,
  .container__slim a:after {
    transition: all 0.3s ease-in-out 0s;
  }
  .footer__links a:hover,
  a.link:hover,
  .container__slim a:hover {
    opacity: 0.8;
  }
  .footer__links a:hover:after,
  a.link:hover:after,
  .container__slim a:hover:after {
    width: 0;
    left: 50%;
  }
}

input[placeholder],
[placeholder],
*[placeholder],
::-webkit-input-placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::placeholder {
  font-family: "barlow_condensedregular" !important;
  color: #222222 !important;
  opacity: 1;
}

.pod_checkbox {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 2px;
}
.pod_checkbox input {
  visibility: hidden;
  height: 1px;
  width: 1px;
  position: absolute;
}
.pod_checkbox input + label {
  color: #ffffff;
  position: relative;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
}
.pod_checkbox input + label a {
  text-decoration: underline;
}
.pod_checkbox input + label i {
  font-size: 26px !important;
  margin-right: 1rem;
  width: 20px;
  text-align: center;
}
.pod_checkbox input + label i:before {
  content: "\f04d";
}
.pod_checkbox input:disabled + label, .pod_checkbox input[disabled] + label {
  opacity: 0.5;
  cursor: not-allowed;
}
.pod_checkbox input:checked + label i {
  color: #FFD052;
}
.pod_checkbox input:checked + label i:before {
  content: "\f00c";
}

.toggle__switch {
  transform: scale(0.625);
  position: relative;
  display: inline-block;
  transform-origin: center;
}
.toggle__switch .switch {
  cursor: pointer;
}
.toggle__switch .switch input {
  display: none;
}
.toggle__switch .switch input + span {
  width: 48px;
  height: 28px;
  border-radius: 14px;
  transition: var(--transition-cubic);
  display: block;
  position: relative;
  background: #343434;
}
.toggle__switch .switch input + span:before, .toggle__switch .switch input + span:after {
  content: "";
  display: block;
  position: absolute;
  transition: var(--transition-cubic);
}
.toggle__switch .switch input + span:before {
  top: 5px;
  left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  border: 5px solid #fff;
}
.toggle__switch .switch input + span:after {
  top: 5px;
  left: 32px;
  width: 6px;
  height: 18px;
  border-radius: 40%;
  transform-origin: 50% 50%;
  background: #fff;
  opacity: 0;
}
.toggle__switch .switch input + span:active {
  transform: scale(0.92);
}
.toggle__switch .switch input[disabled] + span {
  background: #222222 !important;
  cursor: not-allowed;
}
.toggle__switch .switch input:disabled + span {
  background: #222222 !important;
  cursor: not-allowed;
}
.toggle__switch .switch input:checked + span {
  background: #7918d7;
}
.toggle__switch .switch input:checked + span:before {
  width: 0px;
  border-radius: 3px;
  margin-left: 27px;
  border-width: 3px;
  background: #fff;
}
.toggle__switch .switch input:checked + span:after {
  animation: blobChecked 0.35s linear forwards 0.2s;
}
.toggle__switch .switch input:not(:checked) + span:before {
  animation: blob 0.85s linear forwards 0.2s;
}
@keyframes blob {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.12, 0.94);
  }
  60% {
    transform: scale(0.96, 1.06);
  }
}
@keyframes blobChecked {
  0% {
    opacity: 1;
    transform: scaleX(1);
  }
  30% {
    transform: scaleX(1.44);
  }
  70% {
    transform: scaleX(1.18);
  }
  50%, 99% {
    transform: scaleX(1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1);
    opacity: 0;
  }
}

.d-flex {
  display: flex;
}
.d-flex.row {
  flex-direction: row;
}
@media (max-width: 480px) {
  .d-flex.row {
    flex-direction: column;
  }
}
.d-flex.column {
  flex-direction: column;
}
.d-flex.gap-1 > * {
  margin-left: 1rem;
}
@media (max-width: 480px) {
  .d-flex.gap-1 > * {
    margin-left: 0;
  }
}
.d-flex.gap-1 > *:first-child {
  margin-left: 0;
}

.flex-fill {
  flex: 1;
}

.justify-content-between {
  justify-content: space-between;
}

.mt-0 {
  margin-top: 0rem;
}

.mt-0-h {
  margin-top: 0rem;
}

.pt-0 {
  padding-top: 0rem;
}

.pt-0-h {
  padding-top: 0rem;
}

.mb-0 {
  margin-bottom: 0rem;
}

.mb-0-h {
  margin-bottom: 0rem;
}

.pb-0 {
  padding-bottom: 0rem;
}

.pb-0-h {
  padding-bottom: 0rem;
}

.ml-0 {
  margin-left: 0rem;
}

.ml-0-h {
  margin-left: 0rem;
}

.pl-0 {
  padding-left: 0rem;
}

.pl-0-h {
  padding-left: 0rem;
}

.mr-0 {
  margin-right: 0rem;
}

.mr-0-h {
  margin-right: 0rem;
}

.pr-0 {
  padding-right: 0rem;
}

.pr-0-h {
  padding-right: 0rem;
}

.p-0 {
  padding: 0rem !important;
}

.p-0-h {
  padding: 0rem;
}

.m-0 {
  margin: 0rem;
}

.m-0-h {
  margin: 0rem;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-1-h {
  margin-top: 0.5rem;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-1-h {
  padding-top: 0.5rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-1-h {
  margin-bottom: 0.5rem;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-1-h {
  padding-bottom: 0.5rem;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-1-h {
  margin-left: 0.5rem;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-1-h {
  padding-left: 0.5rem;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-1-h {
  margin-right: 0.5rem;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-1-h {
  padding-right: 0.5rem;
}

.p-1 {
  padding: 1rem !important;
}

.p-1-h {
  padding: 0.5rem;
}

.m-1 {
  margin: 1rem;
}

.m-1-h {
  margin: 0.5rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-2-h {
  margin-top: 1rem;
}

.pt-2 {
  padding-top: 2rem;
}

.pt-2-h {
  padding-top: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-2-h {
  margin-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-2-h {
  padding-bottom: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-2-h {
  margin-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-2-h {
  padding-left: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-2-h {
  margin-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-2-h {
  padding-right: 1rem;
}

.p-2 {
  padding: 2rem !important;
}

.p-2-h {
  padding: 1rem;
}

.m-2 {
  margin: 2rem;
}

.m-2-h {
  margin: 1rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-3-h {
  margin-top: 1.5rem;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-3-h {
  padding-top: 1.5rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-3-h {
  margin-bottom: 1.5rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-3-h {
  padding-bottom: 1.5rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-3-h {
  margin-left: 1.5rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-3-h {
  padding-left: 1.5rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-3-h {
  margin-right: 1.5rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-3-h {
  padding-right: 1.5rem;
}

.p-3 {
  padding: 3rem !important;
}

.p-3-h {
  padding: 1.5rem;
}

.m-3 {
  margin: 3rem;
}

.m-3-h {
  margin: 1.5rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-4-h {
  margin-top: 2rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-4-h {
  padding-top: 2rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-4-h {
  margin-bottom: 2rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-4-h {
  padding-bottom: 2rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-4-h {
  margin-left: 2rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-4-h {
  padding-left: 2rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-4-h {
  margin-right: 2rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-4-h {
  padding-right: 2rem;
}

.p-4 {
  padding: 4rem !important;
}

.p-4-h {
  padding: 2rem;
}

.m-4 {
  margin: 4rem;
}

.m-4-h {
  margin: 2rem;
}

.mt-5 {
  margin-top: 5rem;
}

.mt-5-h {
  margin-top: 2.5rem;
}

.pt-5 {
  padding-top: 5rem;
}

.pt-5-h {
  padding-top: 2.5rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

.mb-5-h {
  margin-bottom: 2.5rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

.pb-5-h {
  padding-bottom: 2.5rem;
}

.ml-5 {
  margin-left: 5rem;
}

.ml-5-h {
  margin-left: 2.5rem;
}

.pl-5 {
  padding-left: 5rem;
}

.pl-5-h {
  padding-left: 2.5rem;
}

.mr-5 {
  margin-right: 5rem;
}

.mr-5-h {
  margin-right: 2.5rem;
}

.pr-5 {
  padding-right: 5rem;
}

.pr-5-h {
  padding-right: 2.5rem;
}

.p-5 {
  padding: 5rem !important;
}

.p-5-h {
  padding: 2.5rem;
}

.m-5 {
  margin: 5rem;
}

.m-5-h {
  margin: 2.5rem;
}

.col-1 {
  display: flex;
  flex-direction: column;
  width: calc(8.3333333333%);
}
@media (max-width: 480px) {
  .col-1 {
    width: 100%;
  }
}

.col-2 {
  display: flex;
  flex-direction: column;
  width: calc(16.6666666667%);
}
@media (max-width: 480px) {
  .col-2 {
    width: 100%;
  }
}

.col-3 {
  display: flex;
  flex-direction: column;
  width: calc(25%);
}
@media (max-width: 480px) {
  .col-3 {
    width: 100%;
  }
}

.col-4 {
  display: flex;
  flex-direction: column;
  width: calc(33.3333333333%);
}
@media (max-width: 480px) {
  .col-4 {
    width: 100%;
  }
}

.col-5 {
  display: flex;
  flex-direction: column;
  width: calc(41.6666666667%);
}
@media (max-width: 480px) {
  .col-5 {
    width: 100%;
  }
}

.col-6 {
  display: flex;
  flex-direction: column;
  width: calc(50%);
}
@media (max-width: 480px) {
  .col-6 {
    width: 100%;
  }
}

.col-7 {
  display: flex;
  flex-direction: column;
  width: calc(58.3333333333%);
}
@media (max-width: 480px) {
  .col-7 {
    width: 100%;
  }
}

.col-8 {
  display: flex;
  flex-direction: column;
  width: calc(66.6666666667%);
}
@media (max-width: 480px) {
  .col-8 {
    width: 100%;
  }
}

.col-9 {
  display: flex;
  flex-direction: column;
  width: calc(75%);
}
@media (max-width: 480px) {
  .col-9 {
    width: 100%;
  }
}

.col-10 {
  display: flex;
  flex-direction: column;
  width: calc(83.3333333333%);
}
@media (max-width: 480px) {
  .col-10 {
    width: 100%;
  }
}

.col-11 {
  display: flex;
  flex-direction: column;
  width: calc(91.6666666667%);
}
@media (max-width: 480px) {
  .col-11 {
    width: 100%;
  }
}

.col-12 {
  display: flex;
  flex-direction: column;
  width: calc(100%);
}
@media (max-width: 480px) {
  .col-12 {
    width: 100%;
  }
}

.rot_180 {
  transform: rotate(180deg);
}
.rot_45 {
  transform: rotate(45deg);
}

.d-none {
  display: none;
}

.container__slim {
  max-width: 750px;
  margin: 0 auto;
  font-size: 16px;
}

.pod__ui {
  display: grid;
  grid-template-columns: var(--ui-navbar-width-expanded) calc(100vw - var(--ui-navbar-width-expanded));
  grid-template-rows: 100vh;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  background-color: #121212;
  color: #ffffff;
  transition: var(--transition-cubic);
  -webkit-backdrop-filter: blur(1px);
          backdrop-filter: blur(1px);
}
@media (max-width: 1024px) {
  .pod__ui {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    overflow-y: visible;
    overflow-x: hidden;
  }
}
@media (max-width: 769px) {
  .pod__ui {
    width: 100dvw;
    height: 100dvh;
  }
}
.pod__ui.sidebar-collapsed {
  grid-template-columns: var(--ui-navbar-width-collapsed) calc(100vw - var(--ui-navbar-width-collapsed));
}
@media (max-width: 1024px) {
  .pod__ui.sidebar-collapsed {
    grid-template-columns: 1fr;
  }
}
.pod__ui.fullscreen {
  grid-template-columns: 1fr;
  min-height: 100dvh;
}
.pod__ui.fullscreen .pod__ui-main {
  grid-column: span 2;
  overflow-y: auto;
  overflow-x: hidden;
}
.pod__ui.fullscreen .pod__ui-main .page-header {
  display: none !important;
}
.pod__ui.fullscreen .pod__ui-main .open-search {
  height: 100%;
  min-height: 100vh;
}
.pod__ui.fullscreen .pod__ui-main .pricing__table {
  overflow: visible;
  height: auto;
  padding: 5rem 3rem;
  min-height: 100vh;
}
@media screen and (max-width: 1024px) {
  .pod__ui.fullscreen .pod__ui-main .pricing__table {
    padding: 1rem;
  }
}
.pod__ui.fullscreen .pod__ui-main search {
  height: auto !important;
}
.pod__ui.fullscreen .pod__ui-main search .search-main {
  height: 100% !important;
  min-height: 100dvh;
}
.pod__ui.fullscreen .footer__links.inner {
  position: relative !important;
  width: 100vw;
  padding: 2rem 0;
  right: 0 !important;
  left: 0 !important;
}
@media screen and (max-width: 1024px) {
  .pod__ui.fullscreen .footer__links.inner {
    width: 100vw !important;
    left: 0 !important;
    flex-direction: column;
    height: auto !important;
  }
  .pod__ui.fullscreen .footer__links.inner a,
  .pod__ui.fullscreen .footer__links.inner span {
    margin: 0.5rem;
  }
}
.pod__ui-slimheader {
  height: var(--ui-header-height);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5rem;
  background-color: #121212;
  color: #ffffff;
  gap: 1rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 1024px) {
  .pod__ui-slimheader {
    height: calc(var(--ui-header-height) / 2);
    padding: 0 1rem;
  }
}
.pod__ui-slimheader-nav {
  display: flex;
  font-size: 1.25rem;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .pod__ui-slimheader-nav {
    gap: 0.5rem;
  }
}
.pod__ui-toolnav {
  height: 100vh;
  width: var(--ui-navbar-width-expanded);
  grid-column: 1;
  display: grid;
  grid-template-rows: var(--ui-navbar-header-height) 1fr auto;
  grid-template-areas: "header" "content" "footer";
  color: #ffffff;
  z-index: 100;
  background: #121212;
  padding: 0 0.5rem;
  transition: var(--transition-cubic);
}
@media (max-height: 1024px) and (orientation: landscape) {
  .pod__ui-toolnav {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .pod__ui-toolnav-content {
    overflow: visible;
  }
}
@media (max-width: 1024px) {
  .pod__ui-toolnav {
    transform: translateX(-100%);
    position: fixed;
    height: 100%;
    max-width: calc(var(--ui-header-height) * 1.75);
    min-height: 100dvh;
    max-height: 100vh;
  }
  .pod__ui-toolnav.closed {
    transform: translateX(-100%);
  }
  .pod__ui-toolnav.opened {
    transform: translateX(0);
  }
}
.pod__ui-toolnav.collapsed {
  width: var(--ui-navbar-width-collapsed);
}
@media (max-width: 1024px) {
  .pod__ui-toolnav.collapsed {
    width: var(--ui-navbar-width-expanded);
  }
}
.pod__ui-toolnav-header {
  grid-area: header;
  height: var(--ui-navbar-header-height);
  width: calc(var(--ui-navbar-width-expanded) - 1rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: var(--transition-cubic);
}
.pod__ui-toolnav-header img {
  width: 88px;
  height: 66px;
}
.pod__ui-toolnav-header.collapsed {
  width: calc(var(--ui-navbar-width-collapsed) - 1rem);
}
.pod__ui-toolnav-header.collapsed img {
  width: 30px;
  height: 38px;
}
@media (max-width: 1024px) {
  .pod__ui-toolnav-header.collapsed {
    width: calc(var(--ui-navbar-width-expanded) - 1rem);
  }
}
.pod__ui-toolnav .border-bottom {
  box-shadow: inset 0 -2px 0 0 #2B2B2B;
}
.pod__ui-toolnav .cta-wrapper {
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  gap: 0.5rem;
}
.pod__ui-toolnav .cta-wrapper .cta-box {
  padding: 0.5rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #7918d7;
  background-color: rgba(121, 24, 215, 0.2);
  text-align: center;
}
.pod__ui-toolnav .toolnav-item {
  height: 2.5rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
  gap: 0.5rem;
  cursor: pointer;
  transition: var(--transition-cubic);
  color: #B4B4B4;
  overflow: hidden;
}
.pod__ui-toolnav .toolnav-item.disabled {
  justify-content: space-between;
  color: #888888;
}
.pod__ui-toolnav .toolnav-item.disabled:hover {
  color: #888888;
}
.pod__ui-toolnav .toolnav-item.disabled .item-disabled-icon {
  font-size: 1rem;
}
.pod__ui-toolnav .toolnav-item .with-subtext {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.pod__ui-toolnav .toolnav-item i {
  font-size: 1.5rem;
  transition: var(--transition-cubic);
}
.pod__ui-toolnav .toolnav-item__label {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}
.pod__ui-toolnav .toolnav-item .item-text {
  opacity: 1;
  transition: var(--transition-cubic);
  display: flex;
  align-items: first baseline;
  gap: 0.25rem;
  overflow: hidden;
}
.pod__ui-toolnav .toolnav-item .item-text .custom-premium {
  font-size: 0.55rem;
  transition: var(--transition-cubic);
  white-space: nowrap;
  overflow: hidden;
}
.pod__ui-toolnav .toolnav-item .item-subtext {
  font-size: 0.6rem;
  color: #B4B4B4;
  transition: var(--transition-cubic);
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow: hidden;
}
.pod__ui-toolnav .toolnav-item .item-subtext .username {
  max-width: 5.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pod__ui-toolnav .toolnav-item:hover {
  color: #ffffff;
}
.pod__ui-toolnav .toolnav-item.active {
  background-color: #2B2B2B;
  color: #ffffff;
  border: 1px solid #7918d7;
}
.pod__ui-toolnav .toolnav-item.logout:hover {
  color: #f54343;
}
.pod__ui-toolnav .toolnav-item.collapsed {
  width: calc(var(--ui-navbar-width-collapsed) - 1rem);
}
.pod__ui-toolnav .toolnav-item.collapsed .item-subtext,
.pod__ui-toolnav .toolnav-item.collapsed .item-text {
  opacity: 0;
}
@media (max-width: 1024px) {
  .pod__ui-toolnav .toolnav-item.collapsed {
    width: calc(var(--ui-navbar-width-expanded) - 1rem);
  }
  .pod__ui-toolnav .toolnav-item.collapsed .item-subtext,
  .pod__ui-toolnav .toolnav-item.collapsed .item-text {
    opacity: 1;
  }
}
.pod__ui-toolnav .toolnav-item.toggle {
  cursor: default;
}
.pod__ui-toolnav .toolnav-item.toggle:hover {
  color: #B4B4B4;
}
.pod__ui-toolnav .toolnav-item.toggle i {
  cursor: pointer;
}
.pod__ui-toolnav .toolnav-item.toggle i:hover {
  color: #ffffff;
}
.pod__ui-toolnav .toolnav-item.toggle.collapsed i {
  cursor: pointer;
}
.pod__ui-toolnav-content {
  grid-area: content;
  background: #121212;
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  height: max-content;
  width: 100%;
  overflow: hidden;
  gap: 0.5rem;
}
.pod__ui-toolnav-footer {
  grid-area: footer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0.5rem;
  gap: 0.5rem;
}
.pod__ui-toolnav-footer .footer-wrapper {
  width: calc(var(--ui-navbar-width-expanded) - 1rem);
  box-shadow: inset 0 2px 0 0 #2B2B2B;
  padding-top: 0.5rem;
  transition: var(--transition-cubic);
}
@media (max-width: 1024px) {
  .pod__ui-toolnav-footer .footer-wrapper {
    display: none;
  }
}
.pod__ui-toolnav-footer .footer-wrapper.collapsed {
  width: calc(var(--ui-navbar-width-collapsed) - 1rem);
}
.pod__ui-toolnav-logo.mobile {
  background: url("/assets/img/podmon-bg.webp") no-repeat transparent center top;
  background-size: 1000px;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  display: none;
  height: 5rem;
}
.pod__ui-toolnav-logo.mobile a {
  line-height: 1;
}
.pod__ui-toolnav-logo.mobile img {
  max-height: 3rem;
}
@media (max-width: 1024px) {
  .pod__ui-toolnav-logo.mobile {
    display: flex;
  }
}
.pod__ui-main {
  grid-column: 2;
  height: 100%;
  background-color: #191919;
  overflow-y: auto;
}
.pod__ui-main .toggle__menu {
  cursor: pointer;
  position: fixed;
  background: #7918d7;
  box-shadow: 0 0 10px rgba(121, 24, 215, 0.5);
  color: #ffffff;
  display: none;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  top: 1.25rem;
  left: 0;
  z-index: 100;
  transition: var(--transition-cubic);
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pod__ui-main .toggle__menu.opened {
  transform: translateX(calc(var(--ui-navbar-width-expanded) - 1.25rem));
  border-top-left-radius: 100%;
  border-bottom-left-radius: 100%;
}
@media (max-width: 769px) {
  .pod__ui-main .toggle__menu {
    height: 2rem;
    width: 2rem;
    top: 0.75rem;
    left: 0.75rem;
    border-radius: 100%;
  }
  .pod__ui-main .toggle__menu.opened {
    transform: translateX(calc(var(--ui-navbar-width-expanded) - 1rem - 1rem));
  }
}
@media (max-height: 1024px) and (orientation: landscape) {
  .pod__ui-main .toggle__menu.opened {
    transform: translateX(calc(var(--ui-navbar-width-expanded) + 1rem - 1rem));
  }
}
@media (max-width: 1024px) {
  .pod__ui-main {
    grid-column: 1;
  }
  .pod__ui-main .toggle__menu {
    display: flex;
  }
}
.pod__ui-grid {
  height: fit-content;
  min-height: calc(100vh - var(--ui-navbar-header-height));
  padding: 1rem 2.5rem 1rem 2.5rem;
}
@media (max-width: 1024px) {
  .pod__ui-grid {
    padding: 1rem;
  }
}
@media (max-width: 769px) {
  .pod__ui-grid {
    padding: 0.5rem;
  }
}
.pod__ui-grid.third_to_one {
  height: fit-content;
  display: grid;
  grid-template-columns: 3fr minmax(400px, 1fr);
  grid-gap: 2.5rem;
  color: #ffffff;
}
.pod__ui-grid.third_to_one .pod__grid-divider {
  margin: 0;
  height: auto;
}
@media (max-width: 1024px) {
  .pod__ui-grid.third_to_one {
    grid-template-columns: 1fr;
    grid-template-rows: max-content;
    grid-gap: 1rem;
  }
  .pod__ui-grid.third_to_one aside {
    grid-row: 1;
  }
  .pod__ui-grid.third_to_one aside .information__widget {
    padding: 0 0 2rem 0 !important;
    background: none !important;
  }
}
.pod__ui-grid.disabled {
  height: calc(100vh - var(--ui-navbar-header-height));
  overflow: hidden;
}
.pod__ui .page-headline {
  height: var(--ui-navbar-header-height);
  padding: 0 2.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.pod__ui .page-headline h1 {
  margin: 0;
}
@media (max-width: 769px) {
  .pod__ui .page-headline {
    height: calc(var(--ui-navbar-header-height) * 0.75);
    padding: 0 1rem;
  }
}

.user-edit__ui {
  height: fit-content;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .user-edit__ui {
    height: auto;
  }
}
.user-edit__ui h2 {
  margin: 0;
  margin-bottom: 2.5rem;
}
.user-edit__ui h2 + p {
  margin: 0;
  margin-bottom: 1rem;
  height: 3.5rem;
  text-align: center;
}
.user-edit__ui h3 {
  margin: 0;
  margin-bottom: 1.5rem;
}
.user-edit__ui-content {
  width: 90%;
  max-width: 80rem;
  min-height: calc(100vh - var(--ui-navbar-header-height));
}
.user-edit__ui-content .pod__centered-forms {
  max-width: 50rem;
}
.user-edit__ui-content .pod__centered-forms.table {
  max-width: 100%;
  border-bottom: none;
}
.user-edit__ui-content .statistics {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.user-edit__ui-content .statistics__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.user-edit__ui-content .statistics__content {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.user-edit__ui-content .statistics__table th,
.user-edit__ui-content .statistics__table td {
  padding: 0.5rem 0.5rem;
}
.user-edit__ui-content .statistics__table th {
  text-align: left;
  color: #B4B4B4;
  text-transform: uppercase;
}
.user-edit__ui-content .statistics .statistics__row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
.user-edit__ui-content .statistics .statistics__row .label {
  color: #B4B4B4;
}
.user-edit__ui-content .user:not(:last-child) {
  border-bottom: 1px solid #888888;
}
.user-edit__ui-misc {
  display: grid;
  grid-template-columns: auto auto;
  gap: 1.5rem;
}
@media (max-width: 1024px) {
  .user-edit__ui-misc {
    display: flex;
    flex-direction: column;
    gap: 5rem;
  }
}
.user-edit__ui-misc-column {
  display: grid;
  grid-template-rows: 1fr auto 1fr;
}
@media (max-width: 1024px) {
  .user-edit__ui-misc-column {
    text-align: center;
  }
}

body.scrollable .pod__ui-main {
  overflow-x: hidden;
  overflow-y: scroll;
  height: auto;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  body.scrollable .pod__ui-main {
    padding: 0;
  }
}

ngb-tooltip-window {
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 0.5rem 0 !important;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  line-height: 1.5;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  position: fixed !important;
}
ngb-tooltip-window .tooltip-inner {
  padding: 0 0.5rem;
}
ngb-tooltip-window h5 {
  margin: 0 0 0.25rem;
}

.invisible-scroller::-webkit-scrollbar {
  display: none;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
body::-webkit-scrollbar,
.scroller::-webkit-scrollbar,
.highlights::-webkit-scrollbar,
.rep__body::-webkit-scrollbar,
.pod__grid_auto::-webkit-scrollbar,
.pod__ui-main::-webkit-scrollbar,
.podcast__detail_grid::-webkit-scrollbar,
.dropdown-menu::-webkit-scrollbar,
.scroll-host::-webkit-scrollbar,
.modal-body::-webkit-scrollbar,
.pod__ui-toolnav::-webkit-scrollbar {
  width: 5px;
  height: 100%;
  background-color: #121212;
  border-radius: 2rem;
}

body::-webkit-scrollbar-thumb,
.scroller::-webkit-scrollbar-thumb,
.highlights::-webkit-scrollbar-thumb,
.rep__body::-webkit-scrollbar-thumb,
.pod__grid_auto::-webkit-scrollbar-thumb,
.pod__ui-main::-webkit-scrollbar-thumb,
.podcast__detail_grid::-webkit-scrollbar-thumb,
.dropdown-menu::-webkit-scrollbar-thumb,
.scroll-host::-webkit-scrollbar-thumb,
.modal-body::-webkit-scrollbar-thumb,
.pod__ui-toolnav::-webkit-scrollbar-thumb {
  background: #D3D3D3;
  border-radius: 2rem;
}

.rep__body .scroller {
  height: 100%;
  overflow-y: scroll;
}

.chart-tooltip {
  border-radius: 0.25rem !important;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5) !important;
  text-align: left;
}

.pagination-bar {
  bottom: 0;
  width: 100%;
  height: 3rem;
}
@media (max-width: 1300px) {
  .pagination-bar {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1024px) {
  .pagination-bar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
@media (max-width: 480px) {
  .pagination-bar ul.pagination li:first-child, .pagination-bar ul.pagination li:last-child {
    display: none;
  }
}
.pagination-bar-content {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #2B2B2B;
  padding: 0.5rem 1rem;
}
@media (max-width: 480px) {
  .pagination-bar-content {
    padding: 0.25rem 0.5rem;
  }
}

ul.pagination {
  display: flex;
  flex-direction: row;
  gap: 0.125rem;
  align-self: center;
  background-color: #2B2B2B;
}
@media (max-width: 769px) {
  ul.pagination {
    gap: 0rem;
    justify-content: center;
  }
}

a.page-link {
  position: relative;
  width: var(--icon-square-size);
  height: var(--icon-square-size);
  text-align: center;
  line-height: calc(var(--icon-square-size) + 0.25rem) !important;
  border-radius: var(--border_radius_5);
  font-size: 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (hover: hover) {
  a.page-link {
    transition: var(--transition-cubic);
  }
  a.page-link:hover {
    background-color: #212121;
  }
}

.active a.page-link {
  background-color: #343434;
}

.player {
  height: 100vh;
  min-width: 50vw;
  margin: 0 auto;
  position: fixed;
  top: 0;
  right: 0;
  text-align: center;
  padding: 0;
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.1);
  display: grid;
  grid-template-rows: calc(var(--ui-header-height) * 1.75) calc(100% - var(--ui-header-height) * 1.75);
  overflow: hidden;
}
@media (max-width: 1024px) {
  .player {
    height: auto;
    min-height: 100vh;
    position: relative;
    margin: 2rem 0;
  }
}
@media (max-width: 600px) {
  .player {
    grid-template-rows: calc(var(--ui-header-height) * 1.25) calc(100% - var(--ui-header-height) * 1.75);
    min-width: 100%;
    margin: 0;
  }
}
.player__header {
  padding: 1.5rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #eb1298;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 10%;
  box-shadow: 0 0 15px #222222;
}
.player__header .ngx-slider .ngx-slider-bar-wrapper {
  width: calc(100% - 32px);
  margin-left: 4px;
  margin-right: 4px;
}
.player__header::before {
  content: "";
  height: 50%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent !important;
  background: linear-gradient(0deg, transparent 0%, #000000 100%) !important;
}
.player__header::after {
  content: "";
  height: 50%;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: transparent !important;
  background: linear-gradient(180deg, transparent 0%, #000000 100%) !important;
}
.player__header.not-allowed {
  background-color: #888888;
}
.player__header.not-allowed .not-allowed-box {
  display: flex;
  flex-direction: column;
  grid-gap: 1rem;
}
.player__header.not-allowed .not-allowed-box i {
  font-size: 2.5rem;
}
.player__header * {
  z-index: 1;
}
.player__info {
  padding: 0 1.5rem 1rem;
}
.player .btn-square {
  font-size: 3rem;
  padding: 0;
  margin: 0.5rem;
  width: 5rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem !important;
  border-radius: 100%;
  background: #FFD052;
  color: #7918d7;
  transition: var(--transition-cubic);
}
.player .btn-square.small {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.player .btn-square i {
  top: 2px;
  margin: 0;
}
.player .btn-square.active {
  animation: blober 1s linear infinite;
  color: #eb1298;
  background: #ffffff;
}
@keyframes blober {
  0%, 100% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.02, 0.98);
  }
  60% {
    transform: scale(0.98, 1.02);
  }
}
.player .founds {
  display: block;
  margin: 0;
  padding: 0 0 2rem;
  background: #000000;
  color: #ffffff;
  overflow-y: scroll;
  grid-row: span 2;
}
@media (max-width: 1024px) {
  .player .founds {
    overflow-y: auto;
    margin: 0;
    padding: 1rem 0;
  }
  .player .founds li:last-child {
    border-bottom: none;
  }
}
.player .founds h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  padding: 0 1.5rem;
}
.player .founds ul {
  position: relative;
  padding: 0 1.5rem;
}
.player .founds ul,
.player .founds li {
  list-style: none;
}
.player .founds__item {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  margin-bottom: 0.25rem;
  line-height: 2rem;
  cursor: pointer;
  padding: 0 0.5rem;
  background: #ffffff;
  color: #222222;
  border-radius: 0.25rem;
  transition: var(--transition-cubic);
}
.player .founds__item:hover, .player .founds__item.muted {
  background: #efefef;
  color: #9d9d9d;
}
.player .founds__item.active {
  background: #FFD052;
}
.player .founds__item .sent__icon {
  background: #ffffff;
  border-radius: 5px;
  text-align: center;
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-self: flex-end;
}
.player__grid {
  display: grid;
  grid-template-columns: calc(100vw - 510px);
  align-items: flex-start;
  width: 100%;
}
@media (max-width: 1024px) {
  .player__grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 769px) {
  .player__grid_info {
    margin-top: 1rem;
  }
}
.player__grid h3 {
  margin-top: 0.5rem;
}
.player .ngx-slider.animate .ngx-slider-pointer,
.player .ngx-slider.animate .ngx-slider-bubble {
  transition: all 300ms linear 250ms;
}
.player .ngx-slider {
  display: inline-block;
  position: absolute;
  height: 4px;
  width: auto;
  top: auto;
  left: 1.5rem;
  bottom: 2.25rem;
  right: 1.5rem;
}
.player .ngx-slider .ngx-slider-pointer:focus {
  outline: none;
}
.player .ngx-slider .ngx-slider-pointer {
  background: #eb1298;
  border: 4px solid #ffffff;
  box-shadow: 0 0 3px;
  top: -15px;
}
.player .ngx-slider .ngx-slider-pointer:after {
  top: 8px;
  left: 8px;
}
.player .ngx-slider .ngx-slider-pointer.ngx-slider-active:after {
  background: #ffffff;
}
.player .ngx-slider .ngx-slider-pointer.ngx-slider-active {
  background: #7918d7;
}
.player .ngx-slider .ngx-slider-tick {
  text-align: center;
  cursor: pointer;
  width: 1px;
  height: 10px;
  background: #f2f2f2;
  border-radius: 0;
  position: absolute;
  top: 45px;
  left: inherit;
  margin-left: 15px;
  transition: all 300ms cubic-bezier(0.4, 0, 1, 1);
}
.player .ngx-slider .ngx-slider-tick.ngx-slider-selected, .player .ngx-slider .ngx-slider-tick:hover {
  background: #eb1298;
  height: 20px;
  width: 3px;
  left: -1px;
  top: 35px;
}
.player .ngx-slider .ngx-slider-bar {
  left: 0;
  width: 100%;
  height: 2px;
  z-index: 1;
  background: #f2f2f2;
  border-radius: 0;
}
.player .ngx-slider .ngx-slider-bubble.ngx-slider-limit,
.player .ngx-slider .ngx-slider-bubble {
  color: #ffffff;
}

.transcript {
  max-height: 300px;
  padding: 0.5rem 1rem;
  overflow-y: scroll;
  margin: 10px;
  position: relative;
  background: #fff;
  border-radius: 0.5rem;
}
.transcript span {
  padding: 1px 1px 0 1px;
}
.transcript span.keyword {
  background-color: rgb(154, 228, 112);
}
.transcript span.current {
  border-bottom: 2px solid #334783;
}

.pod__centered-forms {
  grid-column: 2;
  max-width: 20rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  color: #ffffff;
}
.pod__centered-forms h1 {
  text-align: center;
}
.pod__centered-forms .pod__logo-large {
  text-align: center;
}
.pod__centered-forms .pod__logo-large img {
  max-width: 130px;
}
@media (max-width: 769px) {
  .pod__centered-forms {
    max-width: 100%;
  }
}

span.or__row {
  margin: 1rem 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
span.or__row:before {
  content: "";
  height: 1px;
  background: #ffffff;
  width: 100%;
  margin-right: 0.5rem;
}
span.or__row:after {
  content: "";
  height: 1px;
  background: #ffffff;
  width: 100%;
  margin-left: 0.5rem;
}

.pod__intro {
  grid-row: 2;
  padding: 0 3rem;
  text-align: center;
  color: currentColor;
  font-size: 120%;
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .pod__intro {
    padding: 0 3rem;
  }
}
@media (max-width: 769px) {
  .pod__intro {
    padding: 0rem 5%;
  }
}
.pod__footer {
  grid-row: 4;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  padding: 3rem 3rem 0;
  color: #ffffff;
}
@media (max-width: 1024px) {
  .pod__footer {
    padding: 0 3rem;
  }
  .pod__footer .pod__logo-small {
    display: none;
  }
}
@media (max-width: 769px) {
  .pod__footer {
    padding: 0 5%;
  }
}
.pod__logo-normal {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  .pod__logo-normal {
    padding-bottom: 0;
  }
}
.pod__logo-small {
  max-width: 90px;
  margin-bottom: 2rem;
}
.pod__app-wrapper {
  grid-row: 3;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.pod__app-wrapper main {
  padding: 0 3rem;
  background: #ffffff;
}
@media (max-width: 1024px) {
  .pod__app-wrapper main {
    padding: 0 3rem;
  }
}
@media (max-width: 769px) {
  .pod__app-wrapper main {
    padding: 0rem 5%;
  }
}
.pod__grid_three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 2rem;
  align-items: flex-end;
  padding: 3rem 0;
}
@media (max-width: 1024px) {
  .pod__grid_three {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 4rem;
  }
  .pod__grid_three .pod__tile:last-child {
    grid-column: span 2;
    min-height: 260px;
  }
}
@media (max-width: 769px) {
  .pod__grid_three {
    grid-template-columns: 1fr;
    row-gap: 4rem;
  }
  .pod__grid_three .pod__tile:last-child {
    grid-column: span 1;
  }
}
.pod__grid_one-two {
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 2rem;
  align-items: flex-end;
  padding: 3rem 0;
}
@media (max-width: 769px) {
  .pod__grid_one-two {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.pod__grid_two-one {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: 2rem;
  align-items: flex-end;
  padding: 3rem 0;
}
@media (max-width: 769px) {
  .pod__grid_two-one {
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}
.pod__grid_auto {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-template-rows: min-content;
  grid-gap: 0.5rem;
  width: 100%;
  padding: 2.5rem;
  background-color: #191919;
  height: fit-content;
}
@media (max-width: 1024px) {
  .pod__grid_auto {
    padding: 1rem;
  }
}
.pod__grid_auto.alerts {
  grid-template-rows: repeat(auto-fill, minmax(400px, 500px));
}
.pod__grid_rows {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  width: 100%;
  padding: 2rem 2rem 3rem;
}
@media (max-width: 1300px) {
  .pod__grid_rows {
    padding: 2rem 1rem 3rem;
  }
}
.pod__grid_two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 1rem;
  width: 100%;
  padding: 2rem 2rem 3rem;
}
.pod__grid_two.small {
  max-width: 1200px;
  align-self: center;
}
@media (max-width: 1300px) {
  .pod__grid_two.small {
    max-width: 100%;
  }
}
.pod__grid_two.rowgap3 {
  grid-column-gap: 1rem;
  grid-row-gap: 3rem;
}
@media (max-width: 1024px) {
  .pod__grid_two {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}
.pod__grid-divider {
  grid-row: auto;
  grid-column: 1/-1;
  text-align: left;
  width: 100%;
  margin-top: 1rem;
  height: min-content;
}
.pod__grid-divider.fullheight {
  grid-row: 1/-1;
  height: -webkit-fill-available;
}
.pod__grid-divider.cta {
  padding: 2rem;
  align-items: flex-start;
}
.pod__grid-divider.info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
.pod__grid-divider.info i {
  font-size: 1.5rem;
}
.pod__grid-divider.info a {
  cursor: pointer;
  text-decoration: underline;
}
.pod__grid-divider h5 {
  margin: 0;
}
.pod__grid-spacer {
  min-height: calc(50vh - var(--ui-header-height));
  display: flex;
  justify-content: center;
  align-items: center;
}
.pod__grid-spacer .scrollmarker {
  position: relative;
  width: 5rem;
  height: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFD052;
}
.pod__grid-spacer .scrollmarker .mouse-icon {
  border: 2px solid currentColor;
  border-radius: 16px;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  opacity: 0.7;
}
.pod__grid-spacer .scrollmarker .mouse-icon .wheel {
  position: relative;
  border-radius: 10px;
  background: currentColor;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
}
.pod__grid-spacer .scrollmarker .mouse-icon .wheel {
  -webkit-animation-name: drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-name: drop;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
.pod__tile {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
  height: 100%;
  min-height: 400px;
}
.pod__tile-shadowed {
  box-shadow: 0 0 5px rgba(34, 34, 34, 0.1);
  padding: 1.25rem;
  border-radius: 5px;
}
.pod__tile > i {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem !important;
  margin-right: 1rem;
  border-radius: 0.25rem;
  font-size: 1.5rem;
}
.pod__tile_spacer {
  height: 100%;
  justify-content: space-between;
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 20px;
}

.sidebarbg {
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  top: 0;
  width: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  transition: opacity 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sidebarbg.opened {
  width: 100%;
  opacity: 1;
  cursor: pointer;
}

.sidebar {
  display: flex;
  z-index: 110;
  position: fixed;
  overflow: hidden;
  background: transparent;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  transition: background 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sidebar.opened {
  width: 50vw;
}
@media (max-width: 769px) {
  .sidebar.opened {
    width: 100%;
    max-width: 400px;
  }
}
.sidebar.opened .closeBtn {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: background 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
  background: #FFD052;
  color: #222222;
}
.sidebar.opened .closeBtn i {
  font-size: 1.5rem;
  margin: 0;
}
.sidebar.opened .closeBtn:hover {
  background: rgba(34, 34, 34, 0.3);
  color: #ffffff;
}
.sidebar.playerbar .sidebar__content {
  color: #ffffff;
  background: #000000;
}
.sidebar.playerbar .sidebar__content.active h2 i {
  color: #eb1298;
}
.sidebar.playerbar .sidebar__content-header {
  max-width: 50vw;
}
@media (max-width: 769px) {
  .sidebar.playerbar .sidebar__content-header {
    max-width: 100%;
  }
}
.sidebar__scroller {
  width: 100%;
  position: relative;
  height: 100%;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .sidebar__scroller {
    padding: 0 0 3rem;
  }
}
.sidebar__content {
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  padding: 3rem 0 0 0;
  justify-content: flex-start;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
  transform: translateX(-100%);
  transition: transform 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
@media (max-width: 1024px) {
  .sidebar__content {
    padding: 0;
  }
}
.sidebar__content.active {
  transform: translateX(0);
}
.sidebar__content form {
  margin-bottom: 2rem;
}
.sidebar__content .invalid-feedback {
  color: #FFD052;
}
.sidebar__content h2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: currentColor;
}
.sidebar__content h2 i {
  width: 3rem;
  height: 3rem;
  text-align: center;
  line-height: 3rem !important;
  margin-right: 1rem;
  background: #FFD052;
  border-radius: 0.25rem;
}
.sidebar__content p,
.sidebar__content h4 {
  color: currentColor;
}

.count__row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  width: 70px;
  color: rgba(34, 34, 34, 0.8);
  height: 4rem;
}
.count__row-number {
  font-size: 1.5rem;
  line-height: 1;
}

.pod__report {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background: #000000;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  align-self: flex-start;
}
.pod__report .toggle__switch {
  transform: scale(0.75);
  height: 25px;
}

.pod__reports {
  display: block;
}
.pod__reports h2 {
  margin-top: 0;
}

.input__group-150 {
  display: grid;
  grid-template-columns: 1fr 150px;
  grid-gap: 1rem;
  grid-template-rows: 90px;
}
@media (max-width: 769px) {
  .input__group-150 {
    grid-gap: 0.5rem;
  }
}
.input__group-150 input,
.input__group-150 .btn {
  height: 90px;
}

.input__group-90 {
  display: grid;
  grid-template-columns: 1fr 90px;
  grid-gap: 1rem;
  grid-template-rows: 90px;
}
.input__group-90 input,
.input__group-90 .btn {
  height: 90px;
}
@media (max-width: 769px) {
  .input__group-90 {
    grid-template-columns: 1fr 50px;
    grid-template-rows: 50px;
    grid-gap: 0.5rem;
  }
  .input__group-90 input,
  .input__group-90 .btn {
    height: 50px;
  }
  .input__group-90 input span,
  .input__group-90 .btn span {
    display: none;
  }
  .input__group-90 input i,
  .input__group-90 .btn i {
    display: flex;
    font-size: 1.5rem;
  }
}

.input__group-50 {
  display: grid;
  grid-template-columns: 1fr 50px;
  grid-gap: 1rem;
  grid-template-rows: 50px;
}
@media (max-width: 769px) {
  .input__group-50 {
    grid-gap: 0.5rem;
  }
}
.input__group-50 input,
.input__group-50 .btn {
  height: 50px;
}
.input__group-50.long-button {
  grid-template-columns: 1fr auto;
}
@media (max-width: 600px) {
  .input__group-50.long-button {
    grid-template-columns: 1fr;
  }
}

.input__group-large {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  grid-template-rows: 90px;
}
@media (max-width: 769px) {
  .input__group-large {
    grid-gap: 0.5rem;
  }
}
.input__group-large input,
.input__group-large .btn {
  height: 90px;
}

.input__group {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  grid-template-rows: 50px;
  position: relative;
}
@media (max-width: 769px) {
  .input__group {
    grid-gap: 0.5rem;
  }
}
.input__group input,
.input__group .btn {
  height: 50px;
}
.input__group .no_result {
  position: absolute;
  z-index: 100;
  width: 100%;
  text-align: center;
  color: #222222;
}
.input__group .no_result .feed__item {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #000000;
}
.input__group .no_result .feed__item-content {
  display: grid;
  grid-template-columns: 1fr;
}
.input__group .no_result h5 {
  text-align: center;
  padding: 1rem;
  width: 100%;
  margin: 0;
  font-size: 100%;
  color: currentColor;
}

.categorie_scroller {
  overflow-y: auto;
  height: 55ch;
  width: calc(100% + var(--scrollbarWidth));
  padding-right: var(--scrollbarWidth);
  overflow-x: hidden;
}

.feed h4:first-child {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}
.feed h4:first-child span:last-child {
  font-size: 2rem;
}
.feed__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 2.25rem;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1px;
  color: #ffffff;
  border-radius: 10px;
  margin-bottom: 0.5rem;
  background: #000000;
  padding: 0.5rem;
}
@media screen and (max-width: 820px) {
  .feed__item {
    grid-template-columns: 1fr 2.25rem;
  }
}
.feed__item.categories {
  grid-template-columns: 1fr;
}
.feed__item a {
  cursor: pointer;
  transition: var(--transition-cubic);
}
.feed__item a:hover {
  color: #FFD052;
}
.feed__item .btn {
  font-size: 1.25rem;
  height: 2.25rem;
  width: 2.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 10px;
  transition: var(--transition-cubic);
}
.feed__item .btn i {
  margin: 0;
}
.feed__item.outer {
  background: transparent;
  padding: 0;
}
.feed__item.outer span {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  padding: 0 10px;
  margin-right: 1rem;
  line-height: 100%;
  font-size: 110%;
}
.feed__item-content {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 1rem;
  width: 100%;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .feed__item-content {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.feed__item-content.withButton {
  grid-template-columns: 2.5rem 1fr 1.5rem;
  grid-gap: 0.5rem;
}
@media screen and (max-width: 820px) {
  .feed__item-content.withButton {
    grid-template-columns: 1fr 1.5rem;
  }
}
.feed__item-content.withoutImage {
  grid-template-columns: 1fr 6rem;
  grid-gap: 0;
}
@media screen and (max-width: 820px) {
  .feed__item-content.withoutImage {
    grid-template-columns: 1fr 4rem;
  }
}
.feed__item-content.withoutImage .feed__item-meta {
  grid-column: 1;
}
.feed__item-content.withoutImage .feed__item-link {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  grid-gap: 0.5rem;
}
.feed__item-image {
  max-width: 70px;
  height: auto;
  max-height: 70px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 820px) {
  .feed__item-image {
    display: none;
  }
}
.feed__item-meta {
  grid-column: 2;
}
@media screen and (max-width: 820px) {
  .feed__item-meta {
    width: 100%;
    grid-column: 1;
  }
}
.feed__item-meta h5,
.feed__item-meta p {
  margin: 0 0 0.25rem;
}
@media screen and (max-width: 820px) {
  .feed__item-meta h5,
  .feed__item-meta p {
    margin: 0;
  }
}
.feed__item-meta p {
  font-size: 0.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .feed__item-meta p {
    -webkit-line-clamp: 1;
  }
}
.feed__item-meta h5 {
  font-size: 0.8rem;
}
.feed__item-meta h5 span:last-child {
  margin-left: 0.25rem;
}
.feed__item-meta h5 span:first-child {
  margin-left: 0 !important;
}
@media screen and (max-width: 820px) {
  .feed__item-meta h5 span {
    display: block;
    margin: 0;
  }
  .feed__item-meta h5 span:last-child {
    margin-left: 0;
  }
}
.feed__item-info {
  display: inline-block;
  line-height: 1.5;
}
.feed__item .btn {
  font-size: 24px;
}

.backToDashboard {
  position: relative;
  top: -4rem;
  left: 0;
  padding: 0;
  color: #ffffff;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  transition: var(--transition-cubic);
  width: 150px;
}
.backToDashboard i {
  color: #7918d7;
  margin-right: 0.5rem;
  font-size: 150%;
  transition: var(--transition-cubic);
}
.backToDashboard:hover {
  color: #7918d7;
}
.backToDashboard:hover i {
  color: #222222;
  transform: translateX(-5px);
}

.footer__links {
  width: 75%;
  color: #ffffff;
  height: 100px;
  background: #121212;
  border-bottom: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 90%;
  padding: 0 1rem;
}
@media screen and (max-width: 769px) {
  .footer__links {
    font-size: 14px;
    padding: 0 1rem;
    text-align: center;
  }
}
.footer__links .cookieconsent {
  margin-left: 0.25rem;
  cursor: pointer;
  color: #ffffff;
}
.footer__links a {
  margin: 0 0.25rem;
}
.footer__links a span {
  margin: 0;
}
.footer__links a:last-child {
  margin-right: 0;
}
.footer__links span {
  margin-right: 3rem;
}
.footer__links.outer {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: 4rem;
  padding: 0 1rem;
}
.footer__links.inner {
  width: 100%;
  right: 0;
  bottom: 0;
  height: 50px;
}
@media (max-width: 1024px) {
  .footer__links {
    right: 0 !important;
    width: 100% !important;
    flex-direction: column;
    height: auto !important;
    position: relative !important;
    padding: 1rem !important;
  }
  .footer__links a,
  .footer__links span {
    margin: 0.5rem;
  }
  .footer__links.outer {
    position: absolute;
    width: 100% !important;
    right: 0 !important;
  }
}

span.ngb-highlight {
  color: #FFD052;
  font-family: "barlow_condensedmedium";
  display: inline !important;
  font-weight: 400;
}

.dropdown-item {
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
}

podcast-typeahead {
  position: relative;
}

.dropdown-menu {
  width: 100%;
  font-size: 100%;
  padding: 0;
  margin: 5px 0 3rem;
  overflow-y: auto;
  overflow-x: hidden;
  outline: none;
  max-height: calc(2 * var(--ui-header-height));
  border-radius: 10px;
  z-index: 100;
}
.dropdown-menu .dropdown-item {
  width: 100%;
  background-color: transparent;
  outline: none;
  border: none;
  border-radius: 0 !important;
  padding: 0;
  margin: 0;
}
.dropdown-menu .dropdown-item.active {
  background-color: transparent;
}
.dropdown-menu .dropdown-item.active .feed__item {
  background-color: #000000;
}
.dropdown-menu .dropdown-item .feed__item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background: #2B2B2B;
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
}
.dropdown-menu .dropdown-item .feed__item:last-child {
  border: none;
}
.dropdown-menu .dropdown-item .feed__item-meta {
  width: 100%;
  margin: 0 0 0.5rem;
  align-items: center;
}
.dropdown-menu .dropdown-item .feed__item-meta div * {
  display: block;
}
.dropdown-menu .dropdown-item .feed__item-meta div.header-drop {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0.5rem;
}
.dropdown-menu .dropdown-item .feed__item-meta .rep__icon i {
  top: 1px;
  left: 1px;
}
.dropdown-menu .dropdown-item .feed__item-h5 {
  font-family: "barlow_condensedregular";
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.3;
  padding-right: 3rem;
  color: #ffffff;
  display: inline-flex;
}
.dropdown-menu .dropdown-item .feed__item-p {
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #B4B4B4;
}
.dropdown-menu .dropdown-item .feed__item-author {
  font-size: 12px;
  display: inline-flex;
  color: #B4B4B4;
}
.dropdown-menu .dropdown-item .feed__item-link {
  font-family: "barlow_condensedregular";
  font-size: 12px;
  margin: 0 !important;
}
.dropdown-menu .dropdown__with-type {
  width: 100%;
}

input[type=search] {
  box-sizing: border-box;
}
@keyframes drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
.alert__wrapper {
  position: fixed;
  bottom: 4vw;
  z-index: 9999;
  min-width: 500px;
  max-width: 90vw;
  right: 2vw;
  margin: 0 !important;
}
@media (max-width: 480px) {
  .alert__wrapper {
    left: 2vw;
    right: 2vw;
    min-width: calc(100% - 4vw);
  }
}

.admin {
  width: 100%;
  min-height: calc(100vh - var(--ui-navbar-header-height));
  height: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem 2.5rem 2.5rem 2.5rem;
}
.admin__filter {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1rem;
}
.admin__filter-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.admin__filter-group .filter-label {
  color: #B4B4B4;
  text-transform: uppercase;
}

.user {
  max-width: 100%;
  width: 100%;
  padding: 2.5rem 0;
  color: currentColor;
}
@media (max-width: 769px) {
  .user {
    max-width: 100%;
    width: 100%;
  }
}

.profile__tabs {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.profile__tabs-nav {
  justify-content: center;
  max-width: 550px;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .profile__tabs-nav {
    max-width: 100%;
  }
}
.profile__tabs-nav .profile__tab {
  background: transparent !important;
  position: relative;
  padding: 2rem 0 1rem;
  width: 150px;
  justify-content: center;
  width: 33.33%;
  justify-content: center;
  display: inline-flex;
  height: 5rem;
}
.profile__tabs-nav .profile__tab .nav-link {
  padding: 0.5rem 0rem;
  justify-content: center;
  display: flex;
  color: currentColor;
  flex-direction: column;
  text-align: center;
}
.profile__tabs-nav .profile__tab .nav-link::after {
  content: "";
  display: block;
  position: absolute;
  height: 10px;
  border-radius: 50px;
  bottom: -5px;
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 200ms all ease-in-out;
  background: #FFD052;
  z-index: 10;
}
.profile__tabs-nav .profile__tab .nav-link.active, .profile__tabs-nav .profile__tab .nav-link:hover {
  color: #FFD052;
}
.profile__tabs-nav .profile__tab .nav-link.active::after, .profile__tabs-nav .profile__tab .nav-link:hover::after {
  width: 10px;
}
.profile__tabs-nav .profile__tab .nav-link.disabled {
  color: #888888 !important;
}
.profile__tabs-nav .profile__tab .nav-link.disabled:hover::after {
  width: 0%;
  left: 0;
}
.profile__tabs-nav .profile__tab i {
  font-size: 200%;
  position: relative;
  top: 4px;
}
.profile__tabs-nav .tab-content {
  width: calc(90vw - var(--ui-header-height));
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background: transparent;
  border-top: 1px solid #888888;
}
@media (max-width: 769px) {
  .profile__tabs-nav .tab-content {
    width: 100%;
  }
}
.profile__tabs-nav .tab-content .tab-pane {
  max-width: 90%;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 769px) {
  .profile__tabs-nav .tab-content .tab-pane {
    max-width: 100%;
  }
}
.profile__tabs-nav sup,
.profile__tabs-nav .small {
  font-size: 0.6125em;
}

.keyword__list {
  margin-bottom: 1rem;
  position: relative;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
  align-items: flex-start;
}
.keyword__list .keyword__tag {
  display: inline-flex;
  height: 1.5rem;
  padding: 0.0675rem 0.25rem;
  font-size: 12px;
  margin: 0.125rem;
}
.keyword__tag {
  background: #FFD052;
  color: #7918d7;
  border-radius: 0.25rem;
  padding: 0.125rem 0.25rem;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition-cubic);
  font-size: 14px;
}
.keyword__tag.more {
  text-align: center;
  justify-content: center;
  background: #ffffff;
  position: relative;
  width: 1.5rem;
  display: flex;
}
.keyword__tag.more i {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  inset: 0;
  line-height: 1;
}
.keyword__tag.restricted {
  background: #f2f2f2;
  color: #888888 !important;
}
.keyword__tag span:first-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-right: 0.5rem;
}
.keyword__tag span.line {
  width: 2px;
  background: #7918d7;
  height: 12px;
  display: inline-block;
  margin: 0 2px 0 0;
  padding: 0;
  border-spacing: 0;
  position: relative;
  top: 2px;
}

reports,
subscription {
  display: grid;
  grid-template-rows: var(--ui-header-height) 1fr;
}
@media (max-width: 1024px) {
  reports,
  subscription {
    grid-template-rows: auto 1fr;
  }
}

.modal-body .keyword__list,
.report-wizard .keyword__list {
  margin: 0;
  margin-top: 30px;
}
.modal-body .keyword__list .keyword__tag,
.report-wizard .keyword__list .keyword__tag {
  display: inline-flex;
  height: 1.5rem;
  padding: 0.0675rem 0.25rem;
  font-size: 12px;
  margin: 0.125rem;
}
.modal-body .keyword__list .keyword__tag span:first-child,
.report-wizard .keyword__list .keyword__tag span:first-child {
  margin-right: 0;
}
.modal-body h3,
.modal-body h4,
.report-wizard h3,
.report-wizard h4 {
  margin-top: 2rem;
}

.sidebar__content .keyword__tag,
.modal-body .keyword__tag,
.report-wizard .keyword__tag {
  display: inline-grid;
  grid-template-columns: 1fr 30px;
  margin: 0 0.5rem 0.5rem 0;
  color: #7918d7;
  padding: 5px 5px 3px 15px;
  font-size: 14px;
}
.sidebar__content .keyword__tag span:first-child,
.modal-body .keyword__tag span:first-child,
.report-wizard .keyword__tag span:first-child {
  overflow: visible;
  width: 100%;
  margin-right: 10px;
}
@media (max-width: 769px) {
  .sidebar__content .keyword__tag,
  .modal-body .keyword__tag,
  .report-wizard .keyword__tag {
    grid-template-columns: 1fr 1.25rem;
    margin: 0 0.25rem 0.25rem 0;
    padding: 5px 5px 3px 5px;
    font-size: 12px;
  }
}
.sidebar__content .keyword__delete,
.modal-body .keyword__delete,
.report-wizard .keyword__delete {
  background-color: #ffffff;
  color: #7918d7;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  border: 2px solid currentColor;
  border-radius: 5px;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5rem;
  cursor: pointer;
  transition: all 800ms ease-in-out;
}
.sidebar__content .keyword__delete:hover,
.modal-body .keyword__delete:hover,
.report-wizard .keyword__delete:hover {
  background-color: #7918d7;
  color: #ffffff;
}
@media (max-width: 769px) {
  .sidebar__content .keyword__delete,
  .modal-body .keyword__delete,
  .report-wizard .keyword__delete {
    border: 1px solid currentColor;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.sidebar__content h4,
.modal-body h4,
.report-wizard h4 {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
}
.sidebar__content .pod__report,
.modal-body .pod__report,
.report-wizard .pod__report {
  color: #222222;
}
.sidebar__content .pod__report .toggle__switch .switch input[disabled] + span,
.modal-body .pod__report .toggle__switch .switch input[disabled] + span,
.report-wizard .pod__report .toggle__switch .switch input[disabled] + span {
  background: #43c732 !important;
  cursor: not-allowed;
}

ng-multiselect-dropdown .multiselect-dropdown {
  width: 100% !important;
}
ng-multiselect-dropdown .multiselect-dropdown > div {
  border-radius: 2rem;
  text-align: left;
  background: #000000;
}
ng-multiselect-dropdown .multiselect-dropdown > div .dropdown-btn {
  font-family: "barlow_condensedlight" !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border: none !important;
  border-radius: none !important;
  width: calc(100% - 24px) !important;
  height: 1.75rem;
  line-height: 1.25rem !important;
  white-space: nowrap;
}
ng-multiselect-dropdown .multiselect-dropdown > div .dropdown-btn .dropdown-multiselect__caret:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #ffffff !important;
  margin-top: 4px;
  border-style: solid;
  border-width: 6px 5px 0 !important;
  border-color: #ffffff transparent !important;
  content: "";
}
ng-multiselect-dropdown .multiselect-dropdown > div .dropdown-btn .selected-item {
  background: #222222 !important;
  padding: 0 15px 0 5px !important;
  color: #ffffff !important;
  float: left;
  border: none !important;
  font-size: 13px;
  white-space: nowrap;
  max-width: 85px;
  text-overflow: ellipsis;
  overflow: hidden;
  position: relative;
}
ng-multiselect-dropdown .multiselect-dropdown > div .dropdown-btn .selected-item a {
  font-size: 14px;
  text-transform: uppercase;
  position: absolute;
  right: 5px;
  top: -2px;
  color: #FFD052 !important;
}
ng-multiselect-dropdown .multiselect-dropdown > div .dropdown-btn .selected-item:hover {
  box-shadow: none !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list {
  background: #000000 !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  width: 400px;
  max-width: 90vw;
}
@media (max-width: 769px) {
  ng-multiselect-dropdown .multiselect-dropdown .dropdown-list {
    width: 100%;
  }
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .multiselect-item-checkbox {
  border-bottom: 1px solid #FFD052 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .multiselect-item-checkbox div {
  color: #ffffff !important;
  border: none !important;
  font-size: 13px;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  background: #FFD052 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .multiselect-item-checkbox div::before {
  color: #FFD052 !important;
  border: 2px solid #FFD052 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .multiselect-item-checkbox div::after {
  border-color: #7918d7 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .filter-textbox {
  border-bottom: 1px solid #FFD052 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .filter-textbox input {
  background-color: #191919;
  border: 1px solid #ffffff !important;
  color: #ffffff;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item1 .filter-textbox input::placeholder {
  color: #ffffff;
  opacity: 1;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item2 .multiselect-item-checkbox div {
  color: #ffffff !important;
  border: none !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: none !important;
  font-size: 13px;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item2 .multiselect-item-checkbox input[type=checkbox]:checked + div:before {
  background: #FFD052 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item2 .multiselect-item-checkbox div::before {
  color: #FFD052 !important;
  border: 2px solid #FFD052 !important;
}
ng-multiselect-dropdown .multiselect-dropdown .dropdown-list .item2 .multiselect-item-checkbox div::after {
  border-color: #7918d7 !important;
}

.rep__intro {
  color: #ffffff;
  background: #121212;
  display: flex;
  padding: 1rem 0;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  grid-row: 1;
  z-index: 50;
  min-height: var(--ui-header-height);
}
.rep__dropdown {
  margin: 15px;
}
@media (max-width: 600px) {
  .rep__dropdown {
    margin: 0 0 1rem;
  }
}
.rep__dropdown .dateInput {
  display: flex;
}
.rep__dropdown .warningHint {
  margin-top: 0.25rem;
  margin-left: 0.25rem;
  color: #eb1298;
}
.rep__body {
  color: #ffffff;
  grid-row: 2;
  display: flex;
  flex-direction: column;
  height: fit-content;
  width: 100%;
  padding: 0;
}
.rep__body.fullscreen {
  grid-row: auto;
  background-size: cover;
  height: 100vh;
  justify-content: center;
  align-items: center;
}
.rep__body.fullscreen .pod__grid_auto {
  max-width: 100%;
}
@media (max-width: 1024px) {
  .rep__body.fullscreen .pod__grid_auto {
    max-width: 100%;
  }
}
.rep__body.fullscreen .pod__grid_auto.w800 {
  max-width: 820px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .rep__body.fullscreen .pod__grid_auto.w800 {
    max-width: 100%;
  }
}
.rep__body.fullscreen .rep__input.dimmed input {
  background-color: #222222 !important;
  background: linear-gradient(90deg, #222222 0%, rgb(2.04, 2.04, 2.04) 100%) !important;
}
.rep__create {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  border-radius: 0;
  height: 4rem;
  font-size: 125%;
}
.rep__row {
  cursor: pointer;
  transition: all 800ms ease-in-out;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  display: grid;
  grid-template-columns: var(--icon-square-size) 1fr var(--icon-square-size);
  grid-gap: 0.5rem;
  width: 100%;
  min-height: 2.5rem;
  position: relative;
  padding: 0 1rem;
  align-items: center;
}
.rep__row .new {
  display: flex;
  justify-content: center;
  align-items: center;
}
.rep__row.border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}
.rep__row.muted {
  cursor: default;
}
.rep__row.muted:hover {
  color: inherit;
}
.rep__row:hover, .rep__row.active {
  color: #FFD052;
}
.rep__row:hover .rep__icon.delete, .rep__row.active .rep__icon.delete {
  background: #ffffff;
  color: #222222;
}
.rep__row.dimmed {
  cursor: pointer;
}
.rep__row.dimmed > div {
  opacity: 0.7;
}
.rep__row.dimmed .rep__icon {
  color: #FFD052;
  background-color: transparent !important;
  background: linear-gradient(180deg, transparent 0%, #000000 100%) !important;
}
.rep__row.dimmed:hover {
  color: #FFD052;
}
.rep__row.dimmed:hover > div {
  opacity: 1;
}
.rep__row.dimmed:hover .rep__icon {
  background: #7918d7;
  color: #FFD052;
}
.rep__row.dimmed:hover .rep__icon.delete {
  background: #ffffff;
  color: #222222;
}
.rep__row.dimmed:after {
  content: "";
  display: block;
}
.rep__row-text {
  width: 100%;
  grid-column: 2;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rep__row-title {
  font-size: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.rep__row-infos {
  font-size: 12px;
  opacity: 0.5;
}
.rep__row-upgrade {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #FFD052;
}
.rep__row-upgrade span {
  font-size: 14px;
  text-decoration: underline;
}
.rep__icon {
  position: relative;
  width: var(--icon-square-size);
  height: var(--icon-square-size);
  text-align: center;
  line-height: calc(var(--icon-square-size) + 0.25rem) !important;
  transition: var(--transition-cubic);
  border-radius: var(--border_radius_5);
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rep__icon:before {
  position: relative;
  top: 0;
  line-height: 100%;
}
.rep__icon.rep {
  background: #FFD052;
  color: #7918d7;
}
.rep__icon.pod {
  background: #eb1298;
  color: #FFD052;
}
.rep__icon.blue {
  background: #2320f5;
  color: #ffffff;
}
.rep__icon.analysis {
  background: #191919;
  color: #FFD052;
}
.rep__icon.blank {
  background: transparent;
  color: currentColor;
  transform-origin: center;
}
.rep__icon.delete {
  background: #ffffff;
  color: #222222;
  outline: none;
  border: none;
  position: relative;
  z-index: 2;
}
.rep__icon.delete:hover {
  color: #ffffff !important;
  background: #222222 !important;
}
.rep__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 2rem;
  grid-gap: 1rem;
}
@media (max-width: 769px) {
  .rep__header {
    padding: 0 1rem;
  }
}
.rep__header.half {
  width: 50%;
  padding-top: 2rem;
}
.rep__header h2 {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .rep__header {
    flex-direction: column;
    text-align: center;
  }
  .rep__header .flex-fill {
    width: 100%;
  }
}
.rep__header .rep__header_buttons {
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
}
.rep__header .rep__header_buttons a {
  margin-bottom: 0.5rem;
  font-size: 100%;
  font-family: "barlow_condensedregular";
}
@media (max-width: 1024px) {
  .rep__header .rep__header_buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
}
.rep__header .rep__icon.large {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.25rem;
}
.rep__input {
  position: relative;
  grid-template-rows: 4.5rem;
}
.rep__input .rep__icon {
  width: 4.5rem;
  height: 4.5rem;
  font-size: 2.25rem;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 769px) {
  .rep__input .rep__icon {
    width: 2.25rem;
    font-size: 1.25rem;
  }
}
.rep__input .blue + input {
  border: 1px solid #2320f5;
}
.rep__input input {
  background: transparent;
  border: 1px solid #FFD052;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  height: 4.5rem;
  border-radius: 0.25rem;
  font-size: 1.5rem;
  color: #ffffff;
  padding-left: 5.5rem;
  padding-right: 3rem;
}
@media (max-width: 769px) {
  .rep__input input {
    padding-left: 3rem;
    font-size: 1rem;
  }
}
.rep__input .save__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  display: flex;
  height: 4.5rem;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  color: #FFD052;
  cursor: pointer;
  background-color: transparent;
  transition: var(--transition-cubic);
}
.rep__input .save__icon i:first-child {
  display: inline-block;
}
.rep__input .save__icon i:last-child {
  display: none;
}
.rep__input .save__icon:hover {
  color: #ffffff;
}
.rep__input .save__icon.saved {
  color: #43c732;
}
.rep__input .save__icon.saved i:first-child {
  display: none;
}
.rep__input .save__icon.saved i:last-child {
  display: inline-block;
}
.rep__input.dimmed .rep__icon {
  color: #ffffff;
  background: #eb1298;
}
.rep__input.dimmed input {
  border: 1px solid #eb1298;
  color: rgba(255, 255, 255, 0.7);
}
.rep__bar {
  min-height: 4rem;
  width: 100%;
  display: grid;
  padding: 0 2rem;
  grid-template-columns: 5.5rem 1fr 4rem;
  grid-template-rows: 4rem auto;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background-color: #191919;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 769px) {
  .rep__bar {
    padding: 0 1rem;
    grid-template-columns: 2.5rem 1fr 4rem;
  }
}
.rep__bar.categories {
  grid-template-columns: 1fr 4rem;
  min-height: initial;
  overflow: visible;
}
.rep__bar.reports {
  min-height: initial;
  overflow: visible;
}
.rep__bar.end {
  z-index: 1;
  grid-template-columns: 1fr 4rem;
  min-height: initial;
  overflow: visible;
  cursor: pointer;
}
.rep__bar.end .rep__bar_content.closed {
  max-height: 0;
  overflow: hidden;
}
.rep__bar.end .rep__bar_edit {
  justify-content: flex-end;
}
.rep__bar p {
  line-height: 1.5;
}
.rep__bar.top {
  z-index: 3;
}
.rep__bar.middle {
  z-index: 2;
}
.rep__bar input[disabled] {
  background: #000000;
  opacity: 1;
  color: #FFD052;
}
.rep__bar_header {
  display: flex;
  flex-direction: row;
  align-items: center;
  line-height: 1rem;
  cursor: pointer;
}
@media (max-width: 769px) {
  .rep__bar_header div {
    display: none;
  }
}
.rep__bar_header i {
  font-size: 1.5rem;
  top: 0.125rem;
  position: relative;
  margin-right: 0.25rem;
}
.rep__bar_header span {
  display: block;
}
.rep__bar_header:hover + div + .rep__bar_edit {
  color: #FFD052;
}
.rep__bar_edit {
  cursor: pointer;
  padding-left: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  font-size: 1.25rem;
  transition: var(--transition-cubic);
  background: #191919;
  z-index: 1;
  height: 100%;
}
.rep__bar_edit:hover {
  color: #FFD052;
}
.rep__bar_content {
  grid-column: span 3;
  height: 100%;
  position: relative;
  transition: var(--transition-cubic);
}
.rep__bar_content.overflowHidden {
  overflow: hidden;
}
.rep__bar_content.closed {
  max-height: 0;
}
.rep__bar_content.opened {
  max-height: fit-content;
}
.rep__bar_content.opened .podcast__overflow-container {
  overflow-y: visible;
  border-top: 1px solid #000000;
}
@media (max-width: 1024px) {
  .rep__bar_content.opened .podcast__overflow-container > .d-flex.row {
    flex-direction: column;
  }
  .rep__bar_content.opened .podcast__overflow-container .col-6 {
    width: 100%;
    padding: 0 !important;
  }
}
.rep__bar .keyword__overflow {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  height: 4rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
}
.rep__bar .keyword__overflow:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: transparent !important;
  background: linear-gradient(90deg, transparent 0%, #191919 100%) !important;
}
.rep__bar .keyword__overflow:hover + .rep__bar_edit {
  color: #FFD052;
}
.rep__bar .keyword__tag {
  display: inline-grid;
  grid-template-columns: 1fr;
  width: min-content;
  margin: 0;
  color: #7918d7;
  padding: 5px 0.75rem 4px;
  margin-right: 0.5rem;
}
.rep__bar .keyword__tag span:first-child {
  overflow: visible;
  width: 100%;
  margin: 0;
}
.rep__bar .podcast__overflow {
  white-space: nowrap;
  width: calc(100% + 4rem);
  overflow: hidden;
  position: relative;
  height: 4rem;
  cursor: pointer;
  display: inline-grid;
  grid-gap: 1px;
  grid-template-columns: repeat(auto-fill, 4rem);
  align-items: center;
}
.rep__bar .podcast__overflow:hover + .rep__bar_edit {
  color: #FFD052;
}
.rep__bar .podcast__overflow-container {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.rep__bar .podcast__overflow .category__tile {
  background: #eb1298;
  width: 4rem;
  height: 4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.rep__bar .podcast__overflow .category__tile span {
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.25;
}
.rep__bar .podcast__overflow .img-thumbnail .image-square {
  border-radius: 0;
}
.rep__bar .podcast__overflow + .rep__bar_edit {
  position: relative;
}
.rep__bar .podcast__overflow + .rep__bar_edit:before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0;
  width: 1rem;
  height: 100%;
  background-color: transparent !important;
  background: linear-gradient(90deg, transparent 0%, #191919 100%) !important;
}
.rep__bar .podcast__tile {
  background: #191919;
  width: 4rem;
  height: 4rem;
  display: inline-block;
  position: relative;
}

cta-research .rep__bar {
  padding: 0 1rem;
}

.report__tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: var(--transition-cubic);
  color: currentColor;
  position: relative;
}
.report__tile::before {
  content: "";
  display: block;
  inset: -0.5rem;
  position: absolute;
  transition: var(--transition-cubic);
  background: transparent;
}
.report__tile-content {
  z-index: 1;
  position: relative;
}
.report__tile:hover, .report__tile.active {
  color: #222222;
}
.report__tile:hover .report__tile-meta span, .report__tile.active .report__tile-meta span {
  color: #7918d7;
}
.report__tile:hover::before, .report__tile.active::before {
  background: #FFD052;
}
.report__tile:hover h5, .report__tile.active h5 {
  color: #222222;
}
.report__tile:hover .keyword__tag, .report__tile.active .keyword__tag {
  background: #ffffff;
}
.report__tile:hover .btn, .report__tile.active .btn {
  background: #eb1298;
  color: #ffffff;
}
.report__tile:hover .no-image, .report__tile.active .no-image {
  background: #000000;
}
.report__tile h5 {
  margin: 0 0 0.5rem;
  font-size: 110%;
  transition: var(--transition-cubic);
  color: #ffffff;
}
.report__tile-released {
  margin-bottom: 0.75rem;
}
.report__tile .img-thumbnail {
  width: 100%;
  background: #000000;
  position: relative;
  transition: var(--transition-cubic);
  overflow: hidden;
  border-radius: 0.5rem;
}
.report__tile .img-thumbnail i {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.report__tile .img-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.report__tile-meta {
  position: relative;
  line-height: 1.5;
}
.report__tile-meta div:not(:empty) {
  margin: 0.5rem 0 0.5rem;
}
.report__tile-meta span {
  color: #FFD052;
  display: inline;
  font-size: 90%;
}

.feed__tile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 800ms ease-in-out;
  color: currentColor;
  position: relative;
  background-color: rgb(32, 31, 31) !important;
  background: linear-gradient(0deg, rgb(32, 31, 31) 0%, rgb(15, 15, 15) 100%) !important;
  padding: 0.5rem;
  border-radius: 5px;
}
@media (hover: hover) {
  .feed__tile {
    cursor: pointer;
    transform: scale(1);
    transform-origin: center;
  }
  .feed__tile:hover {
    box-shadow: 0 0 20px rgb(15, 15, 15);
    background-color: #000000;
    transform: scale(1.025);
    z-index: 1;
  }
  .feed__tile:hover h5 {
    color: #FFD052;
  }
}
.feed__tile-content {
  z-index: 1;
  position: relative;
}
.feed__tile .img-thumbnail .image-square,
.feed__tile .img-thumbnail .error-image {
  border-radius: 5px;
}
.feed__tile h5 {
  margin: 0 0 0.5rem;
  font-size: 110%;
  transition: var(--transition-cubic);
  color: #ffffff;
}
.feed__tile-meta {
  position: relative;
  line-height: 1.5;
  padding: 0 0.5rem;
}
.feed__tile-meta div:not(:empty) {
  margin: 0.5rem 0 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.feed__tile-meta span {
  color: #eb1298;
  display: inline;
  font-size: 90%;
}
.feed__tile-meta-4lines {
  font-size: 0.65rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
}

.rep__header_frequence {
  max-width: calc(2 * var(--ui-header-height));
  position: relative;
}
@media (max-width: 1024px) {
  .rep__header_frequence {
    max-width: 100%;
    width: 100%;
    position: relative;
  }
}
.rep__header_frequence p {
  position: absolute;
  transform: translateY(-2.5rem);
  color: #FFD052;
  left: 1rem;
}

.freq__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.5rem;
  padding: 0 1rem;
  height: 4.5rem;
  align-items: center;
}
@media (max-width: 1024px) {
  .freq__row {
    background-color: none;
    box-shadow: none;
    padding: 0;
    height: auto;
  }
}
.freq__row.slim {
  grid-template-columns: repeat(2, 1fr);
}
.freq__row .btn {
  font-size: 0.75rem;
  padding: 0.5rem;
}

.cat__link {
  cursor: pointer;
}
.cat__row {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 0.5rem;
}
.cat__item {
  width: 100%;
  display: flex;
  background: #eb1298;
  padding: 0.5rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.cat__item h6 {
  font-size: 125%;
  margin: 0;
}
.cat__item-info {
  line-height: 1;
}
.cat__item-delete {
  -webkit-appearance: none;
  border: none;
  outline: none;
  background-color: transparent;
  color: currentColor;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  z-index: 1;
  transition: var(--transition-cubic);
  border-radius: 5px;
}
.cat__item-delete i {
  font-size: 1rem;
  margin: 0;
}
.cat__item-delete:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  color: #FFD052;
  background-color: #191919;
}

.dp-hidden .dropdown-menu {
  background: #000000 !important;
  overflow: hidden;
  width: auto !important;
}

.custom-day.range {
  background-color: #FFD052 !important;
}

.custom-day.faded {
  background-color: rgba(255, 208, 82, 0.9) !important;
}

.ngb-dp-day {
  line-height: 1.5rem;
}

.ngb-dp-navigation-chevron {
  color: #ffffff;
}

.ngb-dp-months {
  display: flex;
  justify-content: center;
}

.ngb-dp-arrow.right {
  justify-content: flex-start !important;
}

.ngb-dp-weekday {
  font-style: initial !important;
  font-family: "barlow_condensedmedium";
  font-weight: 400;
  text-transform: uppercase;
}

.ngb-dp-navigation-select {
  flex: 1 1 15rem !important;
  gap: 1rem;
}

.ngb-dp-navigation-chevron {
  border-width: 0.1em 0.1em 0 0 !important;
}

.multiselect-item-checkbox:hover {
  background-color: #000000 !important;
}

.goPremium {
  position: absolute;
  top: -0.5rem;
  left: -0.5rem;
  right: -0.5rem;
  bottom: -0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  color: #FFD052;
  border: 1px solid currentColor;
  z-index: 10;
  border-radius: 0.5rem;
  padding: 0 1rem;
}
.goPremium button {
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .goPremium {
    text-align: center;
  }
}

.cta {
  border-radius: 0.5rem;
  padding: 1rem;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.cta button {
  margin-top: 1rem;
}

.active__badge {
  position: absolute;
  top: 2rem;
  right: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.25rem;
}
.active__badge i {
  color: #43c732;
}
.active__badge span {
  font-family: "barlow_condensedsemibold";
  font-weight: 400;
}

.user__area {
  background: #000000;
  padding: 0 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  position: absolute;
  z-index: 10;
  top: calc(var(--ui-header-height) - 1.25rem);
  left: 0.5rem;
  right: 0.5rem;
  border-radius: 1.25rem;
}
.user__area-header {
  cursor: pointer;
  display: grid;
  grid-template-columns: var(--icon-square-size) 1fr var(--icon-square-size);
  grid-gap: 0.5rem;
  align-items: center;
  width: 100%;
  height: 2.5rem;
}
.user__area-header.guest {
  grid-template-columns: var(--icon-square-size) 1fr;
  gap: 0;
}
.user__area-header-image {
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  background-color: #222222 !important;
  background: linear-gradient(0deg, #222222 0%, rgb(2.04, 2.04, 2.04) 100%) !important;
  border-radius: 5rem;
}
.user__area-header .max {
  position: relative;
  overflow: hidden;
}
.user__area-header .links {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.user__area-header .links .login {
  color: #B4B4B4;
}
.user__area-header .links .login:hover {
  text-decoration: underline;
}
.user__area-header .links .sign-up {
  color: #eb1298;
}
.user__area-header .links .sign-up:hover {
  text-decoration: underline;
}
.user__area-header .clamp {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.5;
}
.user__area-header span {
  position: relative;
}
.user__area-header strong {
  font-size: 0.75rem;
  line-height: 100%;
  margin-top: -2px;
}
.user__area-header p {
  margin: 0;
  line-height: 0.5rem;
  font-size: 0.625rem;
}
.user__area-body {
  max-height: 0;
  overflow: hidden;
  transition: var(--transition-cubic);
  width: 100%;
  font-size: 90%;
}
.user__area-body.opened {
  max-height: 1000px;
}
.user__area-body a {
  display: grid;
  grid-template-columns: var(--icon-square-size) 1fr;
  grid-gap: 0.75rem;
  width: 100%;
  line-height: 1.5rem;
  align-items: center;
  transition: var(--transition-cubic);
}
.user__area-body a:last-child {
  margin-bottom: 0.5rem;
}
.user__area-body a span {
  text-decoration: underline;
}
.user__area-body a:hover, .user__area-body a.active {
  color: #FFD052;
}

.modal {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 700px;
  background-color: #191919;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: var(--border_radius_5);
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.2);
}
.modal:focus-visible {
  outline: none;
}
@media (max-width: 769px) {
  .modal {
    width: 90%;
  }
}
.modal-content {
  height: 100%;
}
.modal-content confirmation-dialog {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal-dialog {
  min-height: 20vh;
}
.modal-dialog:focus-visible {
  outline: none;
}
.modal-dialog.modal-xxl {
  height: 70dvh;
}
.modal-dialog.modal-xxl .modal-body {
  overflow-y: scroll;
  padding-right: 1rem;
}
.modal-header {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 3rem 1rem 0;
}
.modal-header.border {
  border-bottom: 1px solid #2B2B2B;
}
.modal-header h2 {
  font-family: "barlow_condensedmedium";
}
.modal-header h2 span:last-child {
  font-size: 2rem;
}
.modal-header i {
  position: absolute;
  top: 1rem;
  right: 0;
  font-size: 1.25rem;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
  margin: 0;
  transform-origin: center;
  color: #888888;
}
.modal-header i:hover {
  color: #B4B4B4;
  cursor: pointer;
}
.modal-subline {
  color: #B4B4B4;
}
.modal-body {
  max-height: 100%;
}
.modal-body-content {
  width: 100%;
  height: 100%;
  border-radius: var(--border_radius_5);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.modal-body .scroller {
  overflow-y: auto;
  overflow-x: hidden;
  width: 100%;
  max-height: 400px;
  max-height: 40vh;
}
.modal-body .scroller::-webkit-scrollbar {
  display: none;
}
.modal-section h3 {
  margin-bottom: 0.5rem;
}
.modal-section p {
  color: #B4B4B4;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
.modal-footer {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding: 1rem 0rem;
}
.modal-footer.border {
  border-top: 1px solid #2B2B2B;
}
.modal-footer .checkbox-wrapper label {
  cursor: pointer;
}
.modal-footer .btn__wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: 100%;
}
.modal-footer .btn__wrap .decline {
  color: #888888;
  transition: all 800ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.modal-footer .btn__wrap .decline:hover {
  color: #B4B4B4;
  cursor: pointer;
}
@media (max-width: 600px) {
  .modal-footer .btn__wrap {
    font-size: 14px;
    flex-direction: column;
  }
  .modal-footer .btn__wrap button {
    margin-left: 0;
    margin-right: 0;
  }
  .modal-footer .btn__wrap button:first-child {
    margin-bottom: 0.5rem;
  }
}

.modal-dialog {
  height: 100%;
  padding: 0 1rem;
}
.modal-dialog button.close {
  position: absolute;
  right: 1rem;
  top: -2.5rem;
}
@media (max-width: 769px) {
  .modal-dialog button.close {
    right: 0;
  }
}
.modal-dialog button.close > span {
  display: flex;
  align-items: center;
}
.modal-dialog button.close > span span {
  margin-right: 0.5rem;
}
.modal-dialog button.close i {
  margin: 0;
  font-size: 1.5rem;
}

.modal-btn-centered-bottom {
  position: relative;
  width: 100%;
}

.modal-open .modal__background,
.modal-open .modal {
  z-index: 1200 !important;
}
.modal-open::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1024px) {
  .modal-open h2 {
    font-size: 125%;
    text-align: center;
  }
  .modal-open .lead {
    font-size: 100%;
  }
  .modal-open .pb-3 {
    padding-bottom: 0.5rem !important;
  }
}

body.scrollable.modal-open {
  position: fixed;
  height: 100svh;
}
body.scrollable.modal-open .pod__ui {
  height: auto;
  overflow: visible;
  grid-template-rows: auto;
  min-height: 100vh;
}
body.scrollable.modal-open .modal-body {
  overflow: visible;
  max-height: inherit;
}

.cta {
  background: #121212;
  margin: 2rem 0 0;
  padding: 1rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
}
@media (max-width: 1024px) {
  .cta {
    margin: 2rem 0;
  }
}
.cta__header {
  cursor: pointer;
  display: grid;
  grid-template-columns: var(--icon-square-size) 1fr var(--icon-square-size);
  grid-gap: 0.5rem;
  align-items: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .cta__header {
    font-size: 90%;
  }
}
.cta__body {
  max-height: 0;
  overflow: hidden;
  transition: var(--transition-cubic);
  width: 100%;
  font-size: 90%;
}
.cta__body.opened {
  max-height: 1000px;
}

.data__filter {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
}
.data__filter.user-management {
  grid-template-columns: minmax(10rem, 50%) repeat(auto-fit, minmax(10rem, 1fr));
  gap: 1rem;
}
.data__filter.feed-management {
  grid-template-columns: minmax(10rem, 30%) repeat(auto-fit, minmax(5rem, 1fr));
  gap: 1rem;
}

.data__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  caption-side: bottom;
}
.data__table > thead {
  vertical-align: middle;
}
.data__table tr {
  height: 3.25rem;
  width: 100%;
}
@media (max-width: 480px) {
  .data__table tr {
    height: 3rem;
  }
}
.data__table thead tr th,
.data__table tbody tr td {
  padding: 0 0.25rem;
}
.data__table thead tr th:first-child,
.data__table tbody tr td:first-child {
  padding-left: 0.5rem;
}
.data__table thead tr th:last-child,
.data__table tbody tr td:last-child {
  padding-right: 0.5rem;
}
.data__table th {
  text-transform: uppercase;
  color: #B4B4B4;
  text-align: left;
}
.data__table .cdk-header-row {
  position: relative;
  top: 0;
  z-index: 1;
  box-shadow: inset 0 -2px 0 0 #888888;
}
.data__table .cdk-header-cell {
  color: #888888;
  text-align: left;
}
.data__table .cdk-row {
  box-shadow: inset 0 -2px 0 0 #212121;
}
.data__table .cdk-row:last-child {
  box-shadow: none;
}
.data__table .cdk-cell i {
  font-size: 1rem;
}
.data__table .table-cell {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data__table .center-cell {
  display: flex;
  justify-content: center;
  text-align: center;
}
.data__table a {
  color: #FFD052;
}
.data__table a:hover {
  text-decoration: underline;
}
.data__table .pagination-bar a {
  color: #ffffff;
}
.data__table .pagination-bar a:hover {
  text-decoration: none;
}
.data__table.widget__table .cdk-row:nth-of-type(odd) {
  box-shadow: inset 1rem 0px 0 0 #212121, inset -1rem 0px 0 0 #212121, inset 0 1px 0 0 #343434;
}
.data__table.widget__table .cdk-row:first-child {
  box-shadow: none;
}
.data__table.widget__table .cdk-header-row {
  box-shadow: inset 0 -1px 0 0 #343434;
}
.data__table.widget__table thead tr {
  background-color: #2B2B2B;
  height: auto;
}
.data__table.widget__table thead tr th {
  padding: 0 0 0.5rem 0;
  height: auto;
}
.data__table.widget__table thead tr th:first-child {
  padding-left: 1rem;
}
@media (max-width: 480px) {
  .data__table.widget__table thead tr th:first-child {
    padding-left: 0.5rem;
  }
}
.data__table.widget__table thead tr th:last-child {
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .data__table.widget__table thead tr th:last-child {
    padding-right: 0rem;
  }
}
.data__table.widget__table tbody tr td:first-child {
  padding-left: 1rem;
}
@media (max-width: 480px) {
  .data__table.widget__table tbody tr td:first-child {
    padding-left: 0.25rem;
  }
}
.data__table.widget__table tbody tr td:first-child:not(.expanded-row) {
  padding-left: 2rem;
}
@media (max-width: 480px) {
  .data__table.widget__table tbody tr td:first-child:not(.expanded-row) {
    padding-left: 0.5rem;
  }
}
.data__table.widget__table tbody tr td:last-child {
  padding-right: 1rem;
}
@media (max-width: 480px) {
  .data__table.widget__table tbody tr td:last-child {
    padding-right: 0.25rem;
  }
}
.data__table.widget__table tbody tr td:last-child:not(.expanded-row) {
  padding-right: 2rem;
}
@media (max-width: 480px) {
  .data__table.widget__table tbody tr td:last-child:not(.expanded-row) {
    padding-right: 0.5rem;
  }
}
.data__table.widget__table .expanded-icon-cell {
  color: #B4B4B4;
  padding-right: 0.5rem;
}
.data__table .expanded-row {
  height: 0;
  display: none;
}
.data__table .expanded-row.expanded {
  display: table-cell;
}
.data__table .expanded-row-content {
  width: 100%;
}
.data__table .expanded-row-content.expanded {
  min-height: 20rem;
  height: auto;
  animation-duration: 0.5s;
  animation-name: expand;
}
@keyframes expand {
  from {
    min-height: 0;
    height: 0;
  }
  to {
    min-height: 20rem;
    height: auto;
  }
}
.data__table .expandable-row {
  cursor: pointer;
}
.data__table .detail-row.expanded + .expandable-row {
  box-shadow: none !important;
}
.data__table .detail-row {
  height: 0;
}
.data__table .detail-row.expanded {
  height: auto;
  box-shadow: none !important;
}
.data__table .expanded-icon-cell {
  display: flex;
  justify-content: end;
  align-items: center;
}
.data__table .expanded-icon-cell i {
  font-size: small;
}
.data__table .expanded-icon-cell i.expanded {
  transform: rotate(180deg);
  transition: var(--transition-cubic);
}
@media (max-width: 1024px) {
  .data__table .cdk-column-brandName span.brand {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100vw - 13rem);
    white-space: nowrap;
    display: block;
  }
}

.search-bar {
  width: 100%;
}
.search-bar .bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 2.5rem;
  border: 1px solid #2B2B2B;
  border-radius: 0.5rem;
  background-color: #2B2B2B;
  padding: 0.25rem 1rem;
}
.search-bar .bar:focus-within {
  border: 1px solid #7918d7;
}
.search-bar .bar input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  line-height: normal;
  color: #ffffff;
}
.search-bar .bar input::placeholder {
  color: #B4B4B4;
}
.search-bar.podcast-details .border {
  position: relative;
  height: 2.5rem;
  inset: 0;
  border-radius: 0.5rem;
  background: linear-gradient(45deg, rgba(121, 24, 215, 0.75) 0%, rgba(255, 208, 82, 0.75) 100%);
  border: 0;
}
.search-bar.podcast-details .border:has(.trail) {
  clip-path: inset(0 0 0 0 round 0.5rem);
}
.search-bar.podcast-details .border .trail {
  width: 10rem;
  aspect-ratio: 2/1;
  position: absolute;
  background: radial-gradient(100% 100% at right, rgba(255, 208, 82, 0.75), transparent 50%);
  offset-path: border-box;
  offset-anchor: 100% 50%;
  animation: journey 30s infinite linear;
}
@keyframes journey {
  to {
    offset-distance: 100%;
  }
}
.search-bar.podcast-details .bar {
  position: absolute;
  border: none;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.search-bar.podcast-details .bar.indent {
  padding-left: 7rem;
}

:host ::ng-deep .easepick-wrapper {
  position: absolute;
  background-color: #f9f9f9;
  border-radius: 10px;
}

:host ::ng-deep .easepick-day {
  color: #555;
}
:host ::ng-deep .easepick-day.easepick-day--selected {
  background-color: #007bff;
  color: white;
}

.trend {
  display: flex;
  align-items: center;
}
.trend i {
  font-size: 1rem;
}
.trend.positive {
  color: #43c732;
}
.trend.negative {
  color: #f54343;
}
.trend.neutral {
  color: #B4B4B4;
}

:root {
  --epic-select-highlight: #ffffff;
  --epic-select-lighten: #f2f2f2;
  --epic-select-white: #ffffff;
  --epic-select-black: #000000;
  --epic-select-warning: #7918d7;
  --epic-select-secondary: #FFD052;
  --epic-select-background: #2B2B2B;
  --epic-select-background-hover: #343434;
  --epic-select-background-disabled: #2B2B2B;
  --epic-select-dd-background: #2B2B2B;
  --epic-select-dd-border: #343434;
  --epic-select-color-disabled: #888888;
  --epic-select-item-color: #B4B4B4;
  --epic-select-item-color-hover: var(--epic-select-highlight);
  --epic-select-item-color-selected: var(--epic-select-highlight);
}

.epic-select {
  color: var(--epic-select-white);
  font-size: 0.8em;
  font-family: "barlow_condensedmedium";
}

.epic-select .ng-option > div {
  color: var(--epic-select-item-color) !important;
}

.epic-select .ng-option-marked .ng-item-container {
  color: var(--epic-select-item-color-hover) !important;
}

.epic-select .ng-option-selected .ng-item-container {
  color: var(--epic-select-item-color-selected) !important;
}

.ng-select.ng-select-opened > .ng-select-container {
  background: var(--epic-select-background);
}

.ng-select.ng-select-disabled > .ng-select-container {
  background-color: var(--epic-select-background-disabled) !important;
  cursor: not-allowed;
}

.ng-select.ng-select-disabled > .ng-select-container .ng-value-container .ng-placeholder {
  color: var(--epic-select-color-disabled);
}

.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: var(--epic-select-secondary) !important;
  border-color: var(--epic-select-secondary) !important;
}

.epic-select-wrapper .ng-select .ng-dropdown-header:not(:empty) {
  border: none !important;
}

.epic-select .ng-search {
  color: var(--epic-select-highlight) !important;
}

.epic-select .ng-value-icon {
  display: block !important;
}

.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent var(--epic-select-highlight);
  border-width: 0 5px 5px;
}

.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent var(--epic-select-highlight);
}

.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 1;
}

.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: var(--epic-select-highlight);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}

.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}

.ng-select .ng-has-value .ng-placeholder {
  display: none;
}

.ng-select .ng-select-container {
  color: var(--epic-select-highlight);
  background-color: var(--epic-select-background);
  border-radius: 0.25rem;
  min-height: 36px;
  align-items: center;
  transition: var(--transition-cubic);
}

.ng-select .ng-select-container:hover {
  background-color: var(--epic-select-background-hover);
  cursor: pointer;
}

.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}

[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}

.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}

.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}

.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-left: 10px;
  padding-right: 50px;
}

[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-bottom: 5px;
  color: var(--epic-select-warning);
  background-color: var(--epic-select-secondary);
  border-radius: 2px;
  margin-right: 5px;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  padding-left: 0.25rem;
  display: flex;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: var(--epic-select-secondary);
  opacity: 0.2;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: var(--epic-select-black);
}

.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-bottom: 5px;
  padding-left: 3px;
}

[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}

.ng-select .ng-clear-wrapper {
  color: #999;
}

.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #D0021B;
}

.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}

[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}

.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}

[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}

.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: var(--epic-select-highlight);
}

.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: var(--epic-select-highlight) transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}

.ng-dropdown-panel {
  background-color: var(--epic-select-dd-background);
  border: 1px solid var(--epic-select-dd-border);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
  width: fit-content;
}

.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}

.ng-dropdown-panel.ng-select-bottom {
  top: 125%;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}

.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}

.ng-dropdown-panel .ng-dropdown-header {
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-header input {
  background-color: #212121;
  color: #ffffff;
}

.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
          user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: var(--epic-select-secondary);
  opacity: 0.2;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: var(--epic-select-lighten);
  font-weight: 600;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: var(--epic-select-background);
  padding: 8px 10px;
  font-size: 0.7rem;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option input {
  height: fit-content;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: var(--epic-select-highlight);
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  color: var(--epic-select-white);
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}

.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}

[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}

[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

epic-select.brand-select {
  position: absolute !important;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 6rem;
  height: calc(100% - 12px);
  z-index: 1;
}
epic-select.brand-select .epic-select,
epic-select.brand-select .epic-select-wrapper,
epic-select.brand-select .ng-select-container {
  height: 100% !important;
}
epic-select.brand-select .ng-select-container {
  border: 1px solid #343434 !important;
  background-color: #212121 !important;
}
#cc-main{background:transparent;color:var(--cc-primary-color);font-family:var(--cc-font-family);font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.15;position:relative;text-rendering:optimizeLegibility;-webkit-text-size-adjust:100%;position:fixed;z-index:var(--cc-z-index)}#cc-main :after,#cc-main :before,#cc-main a,#cc-main button,#cc-main div,#cc-main h2,#cc-main input,#cc-main p,#cc-main span{all:unset;box-sizing:border-box}#cc-main .pm__badge,#cc-main button{all:initial;box-sizing:border-box;color:unset;visibility:unset}#cc-main .pm__badge,#cc-main a,#cc-main button,#cc-main input{appearance:none;cursor:pointer;font-family:inherit;font-size:100%;line-height:normal;margin:0;outline:revert;outline-offset:2px;overflow:hidden}#cc-main table,#cc-main tbody,#cc-main td,#cc-main th,#cc-main thead,#cc-main tr{all:revert;color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit}:root{--cc-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--cc-modal-border-radius:.5rem;--cc-btn-border-radius:.4rem;--cc-modal-transition-duration:.25s;--cc-link-color:var(--cc-btn-primary-bg);--cc-modal-margin:1rem;--cc-z-index:2147483647;--cc-bg:#fff;--cc-primary-color:#2c2f31;--cc-secondary-color:#5e6266;--cc-btn-primary-bg:#30363c;--cc-btn-primary-color:#fff;--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#000;--cc-btn-primary-hover-color:#fff;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#eaeff2;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#d4dae0;--cc-btn-secondary-hover-color:#000;--cc-btn-secondary-hover-border-color:#d4dae0;--cc-separator-border-color:#f0f4f7;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#667481;--cc-toggle-on-knob-bg:#fff;--cc-toggle-off-knob-bg:var(--cc-toggle-on-knob-bg);--cc-toggle-enabled-icon-color:var(--cc-bg);--cc-toggle-disabled-icon-color:var(--cc-bg);--cc-toggle-readonly-bg:#d5dee2;--cc-toggle-readonly-knob-bg:#fff;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:var(--cc-cookie-category-block-bg);--cc-cookie-category-block-bg:#f0f4f7;--cc-cookie-category-block-border:#f0f4f7;--cc-cookie-category-block-hover-bg:#e9eff4;--cc-cookie-category-block-hover-border:#e9eff4;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:#dee4e9;--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:var(--cc-btn-secondary-bg);--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#e4eaed;--cc-pm-toggle-border-radius:4em}#cc-main.cc--rtl{direction:rtl}#cc-main .cm__title,#cc-main a,#cc-main b,#cc-main em,#cc-main strong{font-weight:600}#cc-main button>span{pointer-events:none}#cc-main .cc__link,#cc-main a{background-image:linear-gradient(currentColor,currentColor);background-position:0 100%;background-repeat:no-repeat;background-size:0 1px;font-weight:600;position:relative;transition:background-size .25s,color .25s ease}#cc-main .cc__link:hover,#cc-main a:hover{background-size:100% 1px;color:var(--cc-primary-color)}#cc-main .cc__link{color:var(--cc-link-color)}#cc-main .cm__desc,#cc-main .pm__body{overscroll-behavior:auto contain;scrollbar-width:thin}@media screen and (min-width:640px){#cc-main ::-webkit-scrollbar,#cc-main ::-webkit-scrollbar-thumb,#cc-main ::-webkit-scrollbar-track{all:revert}#cc-main ::-webkit-scrollbar-thumb{-webkit-background-clip:padding-box;background-clip:padding-box;background:var(--cc-toggle-readonly-bg);border:.25rem solid var(--cc-bg);border-radius:1rem}#cc-main ::-webkit-scrollbar-thumb:hover{background:var(--cc-toggle-off-bg)}#cc-main ::-webkit-scrollbar{background:transparent;width:12px}}html.disable--interaction.show--consent,html.disable--interaction.show--consent body{height:auto!important;overflow:hidden!important}@media (prefers-reduced-motion){#cc-main{--cc-modal-transition-duration:0s}}.cc--darkmode{--cc-bg:#161a1c;--cc-primary-color:#ebf3f6;--cc-secondary-color:#aebbc5;--cc-btn-primary-bg:#c2d0e0;--cc-btn-primary-color:var(--cc-bg);--cc-btn-primary-border-color:var(--cc-btn-primary-bg);--cc-btn-primary-hover-bg:#98a7b6;--cc-btn-primary-hover-color:#000;--cc-btn-primary-hover-border-color:var(--cc-btn-primary-hover-bg);--cc-btn-secondary-bg:#242c31;--cc-btn-secondary-color:var(--cc-primary-color);--cc-btn-secondary-border-color:var(--cc-btn-secondary-bg);--cc-btn-secondary-hover-bg:#353d43;--cc-btn-secondary-hover-color:#fff;--cc-btn-secondary-hover-border-color:var(--cc-btn-secondary-hover-bg);--cc-separator-border-color:#222a30;--cc-toggle-on-bg:var(--cc-btn-primary-bg);--cc-toggle-off-bg:#525f6b;--cc-toggle-on-knob-bg:var(--cc-btn-primary-color);--cc-toggle-off-knob-bg:var(--cc-btn-primary-color);--cc-toggle-enabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-disabled-icon-color:var(--cc-btn-primary-color);--cc-toggle-readonly-bg:#343e45;--cc-toggle-readonly-knob-bg:#5f6b72;--cc-toggle-readonly-knob-icon-color:var(--cc-toggle-readonly-bg);--cc-section-category-border:#1e2428;--cc-cookie-category-block-bg:#1e2428;--cc-cookie-category-block-border:var(--cc-section-category-border);--cc-cookie-category-block-hover-bg:#242c31;--cc-cookie-category-block-hover-border:#232a2f;--cc-cookie-category-expanded-block-bg:transparent;--cc-cookie-category-expanded-block-hover-bg:var(--cc-toggle-readonly-bg);--cc-overlay-bg:rgba(0,0,0,.65);--cc-webkit-scrollbar-bg:var(--cc-section-category-border);--cc-webkit-scrollbar-hover-bg:var(--cc-btn-primary-hover-bg);--cc-footer-bg:#0c0e0f;--cc-footer-color:var(--cc-secondary-color);--cc-footer-border-color:#060809}.cc--darkmode #cc-main{color-scheme:dark}#cc-main .cm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;max-width:24rem;opacity:0;overflow:hidden;position:fixed;transform:translateY(1.6em);visibility:hidden;z-index:1}#cc-main .cm--top{top:var(--cc-modal-margin)}#cc-main .cm--middle{top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .cm--bottom{bottom:var(--cc-modal-margin)}#cc-main .cm--center{left:var(--cc-modal-margin);margin:0 auto;right:var(--cc-modal-margin);width:unset}#cc-main .cm--left{left:var(--cc-modal-margin);margin-right:var(--cc-modal-margin)}#cc-main .cm--right{margin-left:var(--cc-modal-margin);right:var(--cc-modal-margin)}#cc-main .cm__body{display:flex;flex-direction:column;justify-content:space-between;position:relative}#cc-main .cm__btns,#cc-main .cm__links{padding:1rem 1.3rem;width:unset}#cc-main .cm__texts{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1rem 0 0}#cc-main .cm__desc,#cc-main .cm__title{padding:0 1.3rem}#cc-main .cm__title{font-size:1.05em}#cc-main .cm__title+.cm__desc{margin-top:1.1em}#cc-main .cm__desc{color:var(--cc-secondary-color);font-size:.9em;line-height:1.5;max-height:40vh;overflow-x:visible;overflow-y:auto;padding-bottom:1em}#cc-main .cm__btns{border-top:1px solid var(--cc-separator-border-color);display:flex;flex-direction:column;justify-content:center}#cc-main .cm__btn-group{display:grid;grid-auto-columns:minmax(0,1fr)}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin-top:.375rem}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .cm--inline .cm__btn+.cm__btn{margin-left:.375rem;margin-top:0}#cc-main .cm--inline.cm--flip .cm__btn+.cm__btn{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--inline.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem;margin-right:0}#cc-main .cm--wide .cm__btn+.cm__btn,#cc-main .cm--wide .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--wide.cm--flip .cm__btn+.cm__btn,#cc-main .cm--wide.cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-right:.375rem}#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,#cc-main .cm--wide .cm__btn-group--uneven{display:flex;flex:1;justify-content:space-between}#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,#cc-main .cm--wide.cm--flip .cm__btn-group--uneven{flex-direction:row-reverse}#cc-main .cm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);font-size:.82em;font-weight:600;min-height:42px;padding:.5em 1em;text-align:center}#cc-main .cm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .cm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close{border-radius:0;border-bottom-left-radius:var(--cc-btn-border-radius);border-right:none;border-top:none;display:none;font-size:1em;height:42px;min-width:auto!important;overflow:hidden;padding:0!important;position:absolute;right:0;top:0;width:42px}#cc-main .cm__btn--close svg{stroke:var(--cc-btn-primary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .cm__btn--close:hover svg{stroke:var(--cc-btn-primary-hover-color)}#cc-main .cm__btn--close.cm__btn--secondary svg{stroke:var(--cc-btn-secondary-color)}#cc-main .cm__btn--close.cm__btn--secondary:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .cm__btn--close+.cm__texts .cm__title{padding-right:3rem}#cc-main .cm--inline .cm__btn-group{grid-auto-flow:column}#cc-main .cm__footer{background:var(--cc-footer-bg);border-top:1px solid var(--cc-footer-border-color);color:var(--cc-footer-color);padding:.4em 0 .5em}#cc-main .cm__links{display:flex;flex-direction:row;padding-bottom:0;padding-top:0}#cc-main .cm__link-group{display:flex;flex-direction:row;font-size:.8em;width:100%}#cc-main .cm__link-group>*+*{margin-left:1.3rem}#cc-main .cm--flip .cm__btn:last-child{grid-row:1}#cc-main .cm--inline.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--box .cm__btn--close{display:block}#cc-main .cm--box.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--box.cm--wide{max-width:36em}#cc-main .cm--box.cm--wide .cm__btns{flex-direction:row;justify-content:space-between}#cc-main .cm--box.cm--wide .cm__btn-group{grid-auto-flow:column}#cc-main .cm--box.cm--wide .cm__btn{min-width:120px;padding-left:1.8em;padding-right:1.8em}#cc-main .cm--box.cm--wide.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--cloud{max-width:54em;width:unset}#cc-main .cm--cloud .cm__body{flex-direction:row}#cc-main .cm--cloud .cm__texts{flex:1}#cc-main .cm--cloud .cm__desc{max-height:9.4em}#cc-main .cm--cloud .cm__btns{border-left:1px solid var(--cc-separator-border-color);border-top:none;max-width:23em}#cc-main .cm--cloud .cm__btn-group{flex-direction:column}#cc-main .cm--cloud .cm__btn{min-width:19em}#cc-main .cm--cloud.cm--flip .cm__btn-group,#cc-main .cm--cloud.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cm--cloud.cm--inline .cm__btn-group{flex-direction:row}#cc-main .cm--cloud.cm--inline .cm__btn{min-width:10em}#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group{flex-direction:row-reverse}#cc-main .cm--bar{border-radius:0;left:0;margin:0;max-width:unset;opacity:1;right:0;transform:translateY(0);width:100vw;--cc-modal-transition-duration:.35s}#cc-main .cm--bar.cm--top{top:0;transform:translateY(-100%)}#cc-main .cm--bar.cm--bottom{bottom:0;transform:translateY(100%)}#cc-main .cm--bar .cm__body,#cc-main .cm--bar .cm__links{margin:0 auto;max-width:55em;width:100%}#cc-main .cm--bar .cm__body{padding:.5em 0 .9em}#cc-main .cm--bar .cm__btns{border-top:none;flex-direction:row;justify-content:space-between}#cc-main .cm--bar .cm__btn-group{grid-auto-flow:column}#cc-main .cm--bar:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-left:.375rem;margin-top:0}#cc-main .cm--bar .cm__btn{min-width:120px;padding-left:2em;padding-right:2em}#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn+.cm__btn,#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group+.cm__btn-group{margin-bottom:0;margin-left:0;margin-right:.375rem}#cc-main .cm--bar.cm--flip .cm__btns{flex-direction:row-reverse}#cc-main .cm--bar.cm--flip .cm__btn:last-child{grid-column:1}#cc-main .cm--bar.cm--inline .cm__body,#cc-main .cm--bar.cm--inline .cm__links{max-width:74em}#cc-main .cm--bar.cm--inline .cm__body{flex-direction:row;padding:0}#cc-main .cm--bar.cm--inline .cm__btns{flex-direction:column;justify-content:center;max-width:23em}#cc-main .cm--bar.cm--inline.cm--flip .cm__btns{flex-direction:column-reverse}#cc-main .cc--anim .cm,#cc-main .cc--anim.cm-wrapper:before{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}#cc-main .cc--anim .cm__btn,#cc-main .cc--anim .cm__close{transition:background-color .15s ease,border-color .15s ease,color .15s ease}.disable--interaction #cc-main .cm-wrapper:before{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:0}.show--consent #cc-main .cc--anim .cm{opacity:1;transform:translateY(0);visibility:visible!important}.show--consent #cc-main .cc--anim .cm--middle{transform:translateY(-50%)}.show--consent #cc-main .cc--anim .cm--bar{transform:translateY(0)}.show--consent #cc-main .cc--anim.cm-wrapper:before{opacity:1;visibility:visible}#cc-main.cc--rtl .cm__btn--close{border-bottom-left-radius:unset;border-bottom-right-radius:var(--cc-btn-border-radius);left:0;right:unset}#cc-main.cc--rtl .cm__btn--close+.cm__texts .cm__title{padding-left:3rem!important;padding-right:1.3rem}#cc-main.cc--rtl .cm--inline .cm__btn+.cm__btn{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group+.cm__btn-group,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group+.cm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn+.cm__btn,#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn+.cm__btn{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .cm__link-group>*+*{margin-left:0;margin-right:1.3rem}@media screen and (max-width:640px){#cc-main{--cc-modal-margin:.5em}#cc-main .cm{max-width:none!important;width:auto!important}#cc-main .cm__body{flex-direction:column!important;padding:0!important}#cc-main .cm__btns,#cc-main .cm__desc,#cc-main .cm__links,#cc-main .cm__title{padding-left:1.1rem!important;padding-right:1.1rem!important}#cc-main .cm__btns{border-left:none!important;border-top:1px solid var(--cc-separator-border-color)!important;flex-direction:column!important;max-width:none!important;min-width:auto!important}#cc-main .cm__btn+.cm__btn,#cc-main .cm__btn-group+.cm__btn-group{margin:.375rem 0 0!important}#cc-main .cm--flip .cm__btn+.cm__btn,#cc-main .cm--flip .cm__btn-group+.cm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .cm__btn-group{display:flex!important;flex-direction:column!important;min-width:auto!important}#cc-main .cm__btn{flex:auto!important}#cc-main .cm__link-group{justify-content:center!important}#cc-main .cm--flip .cm__btn-group,#cc-main .cm--flip .cm__btns{flex-direction:column-reverse!important}}#cc-main .pm-wrapper{position:relative;z-index:2}#cc-main .pm{background:var(--cc-bg);border-radius:var(--cc-modal-border-radius);box-shadow:0 .625em 1.875em rgba(0,0,2,.3);display:flex;flex-direction:column;opacity:0;overflow:hidden;position:fixed;visibility:hidden;width:100%;width:unset;z-index:1}#cc-main svg{fill:none;width:100%}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:1em 1.4em}#cc-main .pm__header{align-items:center;border-bottom:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__title{align-items:center;display:flex;flex:1;font-weight:600;margin-right:2em}#cc-main .pm__close-btn{background:var(--cc-btn-secondary-bg);border:1px solid var(--cc-btn-secondary-border-color);border-radius:var(--cc-btn-border-radius);height:40px;position:relative;transition:all .15s ease;width:40px}#cc-main .pm__close-btn span{display:flex;height:100%;width:100%}#cc-main .pm__close-btn svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5);transition:stroke .15s ease}#cc-main .pm__close-btn:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color)}#cc-main .pm__close-btn:hover svg{stroke:var(--cc-btn-secondary-hover-color)}#cc-main .pm__body{flex:1;overflow-y:auto;overflow-y:overlay}#cc-main .pm__section,#cc-main .pm__section--toggle{border-radius:var(--cc-btn-border-radius);display:flex;flex-direction:column;margin-bottom:.5em}#cc-main .pm__section--toggle .pm__section-desc-wrapper{border:1px solid var(--cc-cookie-category-block-border);border-radius:var(--cc-btn-border-radius);border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:none;margin-top:0!important;overflow:hidden}#cc-main .pm__section{border:1px solid var(--cc-separator-border-color);padding:1em;transition:background-color .25s ease,border-color .25s ease}#cc-main .pm__section:first-child{border:none;margin-bottom:2em;margin-top:0;padding:0;transition:none}#cc-main .pm__section:not(:first-child):hover{background:var(--cc-cookie-category-block-bg);border-color:var(--cc-cookie-category-block-border)}#cc-main .pm__section-toggles+.pm__section{margin-top:2em}#cc-main .pm__section--toggle{background:var(--cc-cookie-category-block-bg);border-top:none;margin-bottom:.375rem}#cc-main .pm__section--toggle .pm__section-title{align-items:center;background:var(--cc-cookie-category-block-bg);border:1px solid var(--cc-cookie-category-block-border);display:flex;justify-content:space-between;min-height:58px;padding:1.1em 5.4em 1.1em 1.2em;position:relative;transition:background-color .25s ease,border-color .25s ease;width:100%}#cc-main .pm__section--toggle .pm__section-title:hover{background:var(--cc-cookie-category-block-hover-bg);border-color:var(--cc-cookie-category-block-hover-border)}#cc-main .pm__section--toggle .pm__section-desc{margin-top:0;padding:1em}#cc-main .pm__section--toggle.is-expanded{--cc-cookie-category-block-bg:var(--cc-cookie-category-expanded-block-bg);--cc-cookie-category-block-border:var(--cc-cookie-category-expanded-block-hover-bg)}#cc-main .pm__section--toggle.is-expanded .pm__section-title{border-bottom-left-radius:0;border-bottom-right-radius:0}#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg{transform:scale(.5) rotate(180deg)}#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper{display:flex}#cc-main .pm__section--expandable .pm__section-title{cursor:pointer;padding-left:3.4em}#cc-main .pm__section--expandable .pm__section-arrow{background:var(--cc-toggle-readonly-bg);border-radius:100%;display:flex;height:20px;justify-content:center;left:18px;pointer-events:none;position:absolute;width:20px}#cc-main .pm__section--expandable .pm__section-arrow svg{stroke:var(--cc-btn-secondary-color);transform:scale(.5)}#cc-main .pm__section-title-wrapper{align-items:center;display:flex;position:relative}#cc-main .pm__section-title-wrapper+.pm__section-desc-wrapper{margin-top:.85em}#cc-main .pm__section-title{border-radius:var(--cc-btn-border-radius);font-size:.95em;font-weight:600}#cc-main .pm__badge{align-items:center;background:var(--cc-btn-secondary-bg);border-radius:5em;color:var(--cc-secondary-color);display:flex;flex:none;font-size:.8em;font-weight:600;height:23px;justify-content:center;margin-left:1em;min-width:23px;overflow:hidden;padding:0 .6em 1px;position:relative;text-align:center;white-space:nowrap;width:auto}#cc-main .pm__service-counter{background:var(--cc-btn-primary-bg);color:var(--cc-btn-primary-color);padding:0;width:23px}#cc-main .pm__service-counter[data-counterlabel]{padding:0 .6em 1px;width:auto}#cc-main .section__toggle,#cc-main .section__toggle-wrapper,#cc-main .toggle__icon,#cc-main .toggle__label{border-radius:var(--cc-pm-toggle-border-radius);height:23px;transform:translateZ(0);width:50px}#cc-main .section__toggle-wrapper{cursor:pointer;position:absolute;right:18px;z-index:1}#cc-main .toggle-service{height:19px;position:relative;right:0;width:42px}#cc-main .toggle-service .section__toggle,#cc-main .toggle-service .toggle__icon,#cc-main .toggle-service .toggle__label{height:19px;width:42px}#cc-main .toggle-service .toggle__icon{position:relative}#cc-main .toggle-service .toggle__icon-circle{height:19px;width:19px}#cc-main .toggle-service .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(23px)}#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after{display:none!important}#cc-main .section__toggle{border:0;cursor:pointer;display:block;left:0;margin:0;position:absolute;top:0}#cc-main .section__toggle:disabled{cursor:not-allowed}#cc-main .toggle__icon{background:var(--cc-toggle-off-bg);box-shadow:0 0 0 1px var(--cc-toggle-off-bg);display:flex;flex-direction:row;pointer-events:none;position:absolute;transition:all .25s ease}#cc-main .toggle__icon-circle{background:var(--cc-toggle-off-knob-bg);border:none;border-radius:var(--cc-pm-toggle-border-radius);box-shadow:0 1px 2px rgba(24,32,3,.36);display:block;height:23px;left:0;position:absolute;top:0;transition:transform .25s ease,background-color .25s ease;width:23px}#cc-main .toggle__icon-off,#cc-main .toggle__icon-on{height:100%;position:absolute;transition:opacity .15s ease;width:100%}#cc-main .toggle__icon-on{opacity:0;transform:rotate(45deg)}#cc-main .toggle__icon-on svg{stroke:var(--cc-toggle-on-bg);transform:scale(.55) rotate(-45deg)}#cc-main .toggle__icon-off{opacity:1}#cc-main .toggle__icon-off svg{stroke:var(--cc-toggle-off-bg);transform:scale(.55)}#cc-main .section__toggle:checked~.toggle__icon{background:var(--cc-toggle-on-bg);box-shadow:0 0 0 1px var(--cc-toggle-on-bg)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-circle{background-color:var(--cc-toggle-on-knob-bg);transform:translateX(27px)}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-on{opacity:1}#cc-main .section__toggle:checked~.toggle__icon .toggle__icon-off{opacity:0}#cc-main .section__toggle:checked:disabled~.toggle__icon{background:var(--cc-toggle-readonly-bg);box-shadow:0 0 0 1px var(--cc-toggle-readonly-bg)}#cc-main .section__toggle:checked:disabled~.toggle__icon .toggle__icon-circle{background:var(--cc-toggle-readonly-knob-bg);box-shadow:none}#cc-main .section__toggle:checked:disabled~.toggle__icon svg{stroke:var(--cc-toggle-readonly-knob-icon-color)}#cc-main .toggle__label{opacity:0;overflow:hidden;pointer-events:none;position:absolute;top:0;z-index:-1}#cc-main .pm__section-desc-wrapper{color:var(--cc-secondary-color);display:flex;flex-direction:column;font-size:.9em}#cc-main .pm__section-desc-wrapper>:not(:last-child){border-bottom:1px solid var(--cc-cookie-category-block-border)}#cc-main .pm__section-services{display:flex;flex-direction:column}#cc-main .pm__service{align-items:center;display:flex;justify-content:space-between;padding:.4em 1.2em;position:relative;transition:background-color .15s ease}#cc-main .pm__service:hover{background-color:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__service-header{align-items:center;display:flex;margin-right:1em;width:100%}#cc-main .pm__service-icon{border:2px solid;border-radius:100%;height:8px;margin-left:6px;margin-right:20px;margin-top:1px;min-width:8px}#cc-main .pm__service-title{font-size:.95em;width:100%;word-break:break-word}#cc-main .pm__section-desc{line-height:1.5em}#cc-main .pm__section-table{border-collapse:collapse;font-size:.9em;margin:0;overflow:hidden;padding:0;text-align:left;width:100%}#cc-main .pm__table-caption{text-align:left}#cc-main .pm__table-caption,#cc-main .pm__table-head>tr{border-bottom:1px dashed var(--cc-separator-border-color);color:var(--cc-primary-color);font-weight:600}#cc-main .pm__table-tr{transition:background-color .15s ease}#cc-main .pm__table-tr:hover{background:var(--cc-cookie-category-block-hover-bg)}#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th{padding:.625em .625em .625em 1.2em;vertical-align:top}#cc-main .pm__footer{border-top:1px solid var(--cc-separator-border-color);display:flex;justify-content:space-between}#cc-main .pm__btn-group{display:flex}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin-left:.375rem}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main .pm__btn{background:var(--cc-btn-primary-bg);border:1px solid var(--cc-btn-primary-border-color);border-radius:var(--cc-btn-border-radius);color:var(--cc-btn-primary-color);flex:auto;font-size:.82em;font-weight:600;min-height:42px;min-width:110px;padding:.5em 1.5em;text-align:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}#cc-main .pm__btn:hover{background:var(--cc-btn-primary-hover-bg);border-color:var(--cc-btn-primary-hover-border-color);color:var(--cc-btn-primary-hover-color)}#cc-main .pm__btn--secondary{background:var(--cc-btn-secondary-bg);border-color:var(--cc-btn-secondary-border-color);color:var(--cc-btn-secondary-color)}#cc-main .pm__btn--secondary:hover{background:var(--cc-btn-secondary-hover-bg);border-color:var(--cc-btn-secondary-hover-border-color);color:var(--cc-btn-secondary-hover-color)}#cc-main .pm--box{height:calc(100% - 2em);left:var(--cc-modal-margin);margin:0 auto;max-height:37.5em;max-width:43em;right:var(--cc-modal-margin);top:50%;transform:translateY(calc(-50% + 1.6em))}#cc-main .pm--box.pm--flip .pm__btn-group,#cc-main .pm--box.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm--bar{border-radius:0;bottom:0;height:100%;margin:0;max-height:none;max-width:29em;opacity:1;top:0;width:100%;--cc-modal-transition-duration:.35s}#cc-main .pm--bar .pm__section-table,#cc-main .pm--bar .pm__table-body,#cc-main .pm--bar .pm__table-td,#cc-main .pm--bar .pm__table-th,#cc-main .pm--bar .pm__table-tr{display:block}#cc-main .pm--bar .pm__table-head{display:none}#cc-main .pm--bar .pm__table-caption{display:block}#cc-main .pm--bar .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm--bar .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm--bar .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm--bar .pm__table-td>div{flex:3}#cc-main .pm--bar:not(.pm--wide) .pm__body,#cc-main .pm--bar:not(.pm--wide) .pm__footer,#cc-main .pm--bar:not(.pm--wide) .pm__header{padding:1em 1.3em}#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,#cc-main .pm--bar:not(.pm--wide) .pm__footer{flex-direction:column}#cc-main .pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin:.375rem 0 0}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer{flex-direction:column-reverse}#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn+.pm__btn,#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem;margin-top:0}#cc-main .pm--bar:not(.pm--wide) .pm__badge{display:none}#cc-main .pm--bar.pm--left{left:0;transform:translateX(-100%)}#cc-main .pm--bar.pm--right{right:0;transform:translateX(100%)}#cc-main .pm--bar.pm--wide{max-width:35em}#cc-main .pm--bar.pm--wide .pm__body,#cc-main .pm--bar.pm--wide .pm__footer,#cc-main .pm--bar.pm--wide .pm__header{padding:1em 1.4em}#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,#cc-main .pm--bar.pm--wide.pm--flip .pm__footer{flex-direction:row-reverse}#cc-main .pm-overlay{background:var(--cc-overlay-bg);bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;visibility:hidden;z-index:1}#cc-main .cc--anim .pm,#cc-main .cc--anim .pm-overlay{transition:opacity var(--cc-modal-transition-duration) ease,visibility var(--cc-modal-transition-duration) ease,transform var(--cc-modal-transition-duration) ease}.show--preferences #cc-main .cc--anim .pm{opacity:1;visibility:visible!important}.show--preferences #cc-main .cc--anim .pm--box{transform:translateY(-50%)}.show--preferences #cc-main .cc--anim .pm--bar{transform:translateX(0)}.show--preferences #cc-main .cc--anim .pm-overlay{opacity:1;visibility:visible}#cc-main.cc--rtl .pm__service-header{margin-left:1em;margin-right:0}#cc-main.cc--rtl .pm__section-arrow{left:unset;right:18px}#cc-main.cc--rtl .section__toggle-wrapper{left:18px;right:unset;transform-origin:left}#cc-main.cc--rtl .toggle-service{left:0}#cc-main.cc--rtl .pm__service-icon{margin-left:20px;margin-right:5px}#cc-main.cc--rtl .pm__section--toggle .pm__section-title{padding-left:5.4em;padding-right:1.2em}#cc-main.cc--rtl .pm__section--expandable .pm__section-title{padding-right:3.4em}#cc-main.cc--rtl .pm__badge{margin-left:unset;margin-right:1em}#cc-main.cc--rtl .toggle__icon-circle{transform:translateX(27px)}#cc-main.cc--rtl .toggle-service .toggle__icon-circle{transform:translateX(23px)}#cc-main.cc--rtl .section__toggle:checked~.toggle__icon .toggle__icon-circle{transform:translateX(0)}#cc-main.cc--rtl .pm__table-td,#cc-main.cc--rtl .pm__table-th{padding-left:unset;padding-right:1.2em;text-align:right}#cc-main.cc--rtl .pm__table-td{padding-left:unset;padding-right:1.2em}#cc-main.cc--rtl .pm__table-td:before{padding-left:2em;padding-right:unset}#cc-main.cc--rtl .pm__btn+.pm__btn,#cc-main.cc--rtl .pm__btn-group+.pm__btn-group{margin-left:0;margin-right:.375rem}#cc-main.cc--rtl .pm--flip .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip .pm__btn-group+.pm__btn-group{margin-left:.375rem;margin-right:0}#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn+.pm__btn,#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group+.pm__btn-group{margin-left:0}@media screen and (max-width:640px){#cc-main .pm{border-radius:0;bottom:0;height:auto;left:0;max-height:100%;max-width:none!important;right:0;top:0;transform:translateY(1.6em)}#cc-main .pm__body,#cc-main .pm__footer,#cc-main .pm__header{padding:.9em!important}#cc-main .pm__badge{display:none}#cc-main .pm__section-table,#cc-main .pm__table-body,#cc-main .pm__table-caption,#cc-main .pm__table-td,#cc-main .pm__table-th,#cc-main .pm__table-tr{display:block}#cc-main .pm__table-head{display:none}#cc-main .pm__table-tr:not(:last-child){border-bottom:1px solid var(--cc-separator-border-color)}#cc-main .pm__table-td{display:flex;justify-content:space-between}#cc-main .pm__table-td:before{color:var(--cc-primary-color);content:attr(data-column);flex:1;font-weight:600;min-width:100px;overflow:hidden;padding-right:2em;text-overflow:ellipsis}#cc-main .pm__table-td>div{flex:3}#cc-main .pm__btn-group,#cc-main .pm__footer{flex-direction:column!important}#cc-main .pm__btn-group{display:flex!important}#cc-main .pm__btn+.pm__btn,#cc-main .pm__btn-group+.pm__btn-group{margin:.375rem 0 0!important}#cc-main .pm--flip .pm__btn+.pm__btn,#cc-main .pm--flip .pm__btn-group+.pm__btn-group{margin-bottom:.375rem!important;margin-top:0!important}#cc-main .pm--flip .pm__btn-group,#cc-main .pm--flip .pm__footer{flex-direction:column-reverse!important}.show--preferences #cc-main .cc--anim .pm{transform:translateY(0)!important}}
